0
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 08, 2024 — Aug 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bumped version number to 0.2.1dev
Andrew P. Davison
as apdavison
More... over 13 years ago
Minor documentation tweaks
Andrew P. Davison
as apdavison
More... over 13 years ago
NeoHdf5IO can now save empty spike trains
Andrew P. Davison
as apdavison
More... over 13 years ago
removing accidental svndiff characters in file More... over 13 years ago
Spike sorting use case More... over 13 years ago
Cleaning up the docs ready for the release.
Andrew P. Davison
as apdavison
More... over 13 years ago
Close ticket #52
Samuel Garcia
as sgarcia
More... over 13 years ago
pytables install
Samuel Garcia
as sgarcia
More... over 13 years ago
Edited use cases to give a more experiment-centred (rather than code-centred) presentation
Andrew P. Davison
as apdavison
More... over 13 years ago
Simple Example.
Samuel Garcia
as sgarcia
More... over 13 years ago
Some lines for version checking
Samuel Garcia
as sgarcia
More... over 13 years ago
Packaging changes - now more specific about what is included in the source package, to avoid including work-in-progress and to reduce the package size (e.g., svg files are excluded, as they are large and not really needed to build the docs)
Andrew P. Davison
as apdavison
More... over 13 years ago
One of the previous commits broke Python 2.6 compatibility for some IO modules. This should unbreak it.
Andrew P. Davison
as apdavison
More... over 13 years ago
documentation polishing More... over 13 years ago
Applied Jan Antolik's patch to allow pickling (see ticket:37)
Andrew P. Davison
as apdavison
More... over 13 years ago
Depencies list.
Samuel Garcia
as sgarcia
More... over 13 years ago
More minor changes to IO modules to improve Python 3 compatibility
Andrew P. Davison
as apdavison
More... over 13 years ago
Added "complex" to list of valid types for annotations
Andrew P. Davison
as apdavison
More... over 13 years ago
Close ticket #38
Samuel Garcia
as sgarcia
More... over 13 years ago
Some documentation polishing.
Andrew P. Davison
as apdavison
More... over 13 years ago
HDF5IO fix with unexpected relationships change More... over 13 years ago
partial update of documentation More... over 13 years ago
#ticket 12 many_to_one relationship are also in core
Samuel Garcia
as sgarcia
More... over 13 years ago
Minor changes to some IO modules to improve Python 3 compatibility
Andrew P. Davison
as apdavison
More... over 13 years ago
The md5 module has been removed in Python 3 (and is deprecated in Python 2.6, 2.7), need to use hashlib instead
Andrew P. Davison
as apdavison
More... over 13 years ago
Slicing `SpikeTrain` objects now works with Python 3.
Andrew P. Davison
as apdavison
More... over 13 years ago
HDF5IO - updated dependencies + some clean-up More... over 13 years ago
In Python 3, `dict.items()` behaves the same as `dict.iteritems()` in Python 2, and the `iteritems()` method has been removed. Added compatibility function to take account of this.
Andrew P. Davison
as apdavison
More... over 13 years ago
A short example.
Samuel Garcia
as sgarcia
More... over 13 years ago
closed ticket #5
Samuel Garcia
as sgarcia
More... over 13 years ago