0
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Split core API reference into separate file
Andrew P. Davison
as apdavison
More... almost 14 years ago
Improved docstrings. Also changed `Block` constructor to make recommended arguments explicit, rather than have them in `**kargs`: I think we should do this for all classes.
Andrew P. Davison
as apdavison
More... almost 14 years ago
io dev doc
Samuel Garcia
as sgarcia
More... almost 14 years ago
latest diagrams
Samuel Garcia
as sgarcia
More... almost 14 years ago
More work on documentation
Andrew P. Davison
as apdavison
More... almost 14 years ago
More work on documentation
Andrew P. Davison
as apdavison
More... almost 14 years ago
Logo in doc.
Samuel Garcia
as sgarcia
More... almost 14 years ago
moving logos
Samuel Garcia
as sgarcia
More... almost 14 years ago
logos
Samuel Garcia
as sgarcia
More... almost 14 years ago
Working on documentation.
Samuel Garcia
as sgarcia
More... almost 14 years ago
Accessing a single value in an `AnalogSignalArray` (e.g. `a[i, j]`) now returns a `Quantity` rather than a float. This makes it consistent with `AnalogSignal`, but different from a 2D quantity array (where `a[i, j]` discards the units) (tested with quantities 0.9.0; not yet tested with Python 3)
Andrew P. Davison
as apdavison
More... almost 14 years ago
Fixed a couple of failing tests
Andrew P. Davison
as apdavison
More... almost 14 years ago
Ticket #23 applied.
Samuel Garcia
as sgarcia
More... almost 14 years ago
Doc improvement.
Samuel Garcia
as sgarcia
More... almost 14 years ago
Corrected indexing in test_analogsignalarray.py
Andrew P. Davison
as apdavison
More... almost 14 years ago
better generation of datasets
Samuel Garcia
as sgarcia
More... almost 14 years ago
Test and files for Tdt: OK now.
Samuel Garcia
as sgarcia
More... almost 14 years ago
Handling attributes like name, description in BaseNeo. Ensuring they are copied over with slices. Adding tests of that. Updating documentation to reflect what is recommended and necessary. Adding call string for init for documentation purposes More... almost 14 years ago
new tests for spiketrain, some tests requiring view currently fail, ticket created More... almost 14 years ago
Alternate install.
Samuel Garcia
as sgarcia
More... almost 14 years ago
to set value in numpy 2d array you must address with comma More... almost 14 years ago
updating documentation, mostly grammar More... almost 14 years ago
Adding documentation, and also removing args from call signature, because documentation says everything should be specified for keyword except for low level data like spike times or analog signal which are handled by child class, so removing args here may catch user bugs More... almost 14 years ago
setting array_finalize so sliced SpikeTrain copy over their data including universally recommended attributes, calling BaseNeo init to get those attributes, lots of tests of these functions and others, basically fixing my previous commit bug and adding a few new features More... almost 14 years ago
Fixed ticket:20 (plotting `AnanlogSignal`)
Andrew P. Davison
as apdavison
More... almost 14 years ago
PyNNIO now supports "lazy" and "cascade" keywords
Andrew P. Davison
as apdavison
More... almost 14 years ago
PyNNIO now makes more of an effort to handle missing metadata sensibly, and stores the units in the file metadata
Andrew P. Davison
as apdavison
More... almost 14 years ago
assert_same_sub_schema() in test/tools.py now accepts equivalent units, e.g. 1/ms and kHz
Andrew P. Davison
as apdavison
More... almost 14 years ago
Started writing Developers' Guide
Andrew P. Davison
as apdavison
More... almost 14 years ago
test with lazy = True. Take it in account for your IOs.
Samuel Garcia
as sgarcia
More... almost 14 years ago