klustakwikio improvement, this just fixes outdated attribute names and links to downloaded data |
|
More...
|
almost 14 years ago
|
removing comment which is no longer relevant |
|
More...
|
almost 14 years ago
|
Fixing constructor to return view where possible and to raise exception when not possible, ie, when dtype or units change |
|
More...
|
almost 14 years ago
|
Harmonizing init call with analogsignalarray, correcting documentation error in analogsignal |
|
More...
|
almost 14 years ago
|
Added checking of annotation types (see ticket:5) |
|
More...
|
almost 14 years ago
|
Recommended attributes (name, file_origin, description, etc.) are now explicitly listed in the constructor signature, and `**kwargs` renamed to `**annotations` (see ticket:32) |
|
More...
|
almost 14 years ago
|
Changes to docstrings to make them testable using "make doctest" |
|
More...
|
almost 14 years ago
|
Edited IO documentation |
|
More...
|
almost 14 years ago
|
Documenting Segment index attribute and testing it |
|
More...
|
almost 14 years ago
|
Harmonizing init of Block with other Neo objects and adding documentation |
|
More...
|
almost 14 years ago
|
Now that t_stop is required, changing call signature to reflect this. Also updating documentation |
|
More...
|
almost 14 years ago
|
Removed default value for sampling rate in `AnalogSignal` and `AnalogSignalArray` (see ticket:28) |
|
More...
|
almost 14 years ago
|
Oups. |
|
More...
|
almost 14 years ago
|
# ticket 25 : check version of scipy |
|
More...
|
almost 14 years ago
|
(1) slicing a `SpikeTrain` no longer modifies `t_start` and `t_stop`; (2) updating a value using `st[i] = val` now checks that `t_start <= val <= t_stop`. Problem is that `PlexonIO` is now much slower. |
|
More...
|
almost 14 years ago
|
Made `t_stop` a required argument for `SpikeTrain` (see ticket:21) |
|
More...
|
almost 14 years ago
|
Some clean up related to annotate. |
|
More...
|
almost 14 years ago
|
For Block I came back to name=None, file_origin=None, description=None for default value because they are recommended attributes. |
|
More...
|
almost 14 years ago
|
Up to date affiliation |
|
More...
|
almost 14 years ago
|
removed name in object generation because they are not necessary attribute. Some tests failed before. |
|
More...
|
almost 14 years ago
|
Added list of authors to docs |
|
More...
|
almost 14 years ago
|
patch from jnowacki -- header description extension for protocol reading |
|
More...
|
almost 14 years ago
|
slicing spiketrain now actually works as documented and updates metadata with reasonable values, also new tests for this |
|
More...
|
almost 14 years ago
|
Creating sort method for spiketrain |
|
More...
|
almost 14 years ago
|
moving t_start and t_stop from necessary to recommended to match current state of code and class documentation, see ticket 21 |
|
More...
|
almost 14 years ago
|
relaxing version requirements since these work for me |
|
More...
|
almost 14 years ago
|
Removing __getattr__ from BaseNeo as discussed in ticket 19 and making related modification to test, on my system there are no new failed tests |
|
More...
|
almost 14 years ago
|
Ticket#4 annotations became annotations. |
|
More...
|
almost 14 years ago
|
More work on the documentation |
|
More...
|
almost 14 years ago
|
Added some relation ship info in core doc. |
|
More...
|
almost 14 years ago
|