0
I Use This!
High Activity

Commits : Listings

Analyzed 27 minutes ago. based on code collected 27 minutes ago.
Aug 02, 2024 — Aug 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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)
Andrew P. Davison
as apdavison
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)
Andrew P. Davison
as apdavison
More... almost 14 years ago
Changes to docstrings to make them testable using "make doctest"
Andrew P. Davison
as apdavison
More... almost 14 years ago
Edited IO documentation
Andrew P. Davison
as apdavison
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)
Andrew P. Davison
as apdavison
More... almost 14 years ago
Oups.
Samuel Garcia
as sgarcia
More... almost 14 years ago
# ticket 25 : check version of scipy
Samuel Garcia
as sgarcia
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.
Andrew P. Davison
as apdavison
More... almost 14 years ago
Made `t_stop` a required argument for `SpikeTrain` (see ticket:21)
Andrew P. Davison
as apdavison
More... almost 14 years ago
Some clean up related to annotate.
Samuel Garcia
as sgarcia
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.
Samuel Garcia
as sgarcia
More... almost 14 years ago
Up to date affiliation
Samuel Garcia
as sgarcia
More... almost 14 years ago
removed name in object generation because they are not necessary attribute. Some tests failed before.
Samuel Garcia
as sgarcia
More... almost 14 years ago
Added list of authors to docs
Andrew P. Davison
as apdavison
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.
Samuel Garcia
as sgarcia
More... almost 14 years ago
More work on the documentation
Andrew P. Davison
as apdavison
More... almost 14 years ago
Added some relation ship info in core doc.
Samuel Garcia
as sgarcia
More... almost 14 years ago