Split core API reference into separate file |
|
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. |
|
More...
|
almost 14 years ago
|
io dev doc |
|
More...
|
almost 14 years ago
|
latest diagrams |
|
More...
|
almost 14 years ago
|
More work on documentation |
|
More...
|
almost 14 years ago
|
More work on documentation |
|
More...
|
almost 14 years ago
|
Logo in doc. |
|
More...
|
almost 14 years ago
|
moving logos |
|
More...
|
almost 14 years ago
|
logos |
|
More...
|
almost 14 years ago
|
Working on documentation. |
|
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) |
|
More...
|
almost 14 years ago
|
Fixed a couple of failing tests |
|
More...
|
almost 14 years ago
|
Ticket #23 applied. |
|
More...
|
almost 14 years ago
|
Doc improvement. |
|
More...
|
almost 14 years ago
|
Corrected indexing in test_analogsignalarray.py |
|
More...
|
almost 14 years ago
|
better generation of datasets |
|
More...
|
almost 14 years ago
|
Test and files for Tdt: OK now. |
|
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. |
|
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`) |
|
More...
|
almost 14 years ago
|
PyNNIO now supports "lazy" and "cascade" keywords |
|
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 |
|
More...
|
almost 14 years ago
|
assert_same_sub_schema() in test/tools.py now accepts equivalent units, e.g. 1/ms and kHz |
|
More...
|
almost 14 years ago
|
Started writing Developers' Guide |
|
More...
|
almost 14 years ago
|
test with lazy = True. Take it in account for your IOs. |
|
More...
|
almost 14 years ago
|