nixpy
nixpy copied to clipboard
Python library for NIX
Our chunking and resizing strategy for HDF5 DataSets is creating unnecessarily large files on disk. When we write data that requires a DataSet, the following takes place: 1. A DataSet...
https://github.com/G-Node/nixpy/blob/ab40c0dc954c0fcb81390c163776e3c6d18a0db6/nixio/dimensions.py#L257-L259 Use [numpy.searchsorted](https://docs.scipy.org/doc/numpy/reference/generated/numpy.searchsorted.html).
- Separate user documentation and tutorials from technical/developer docs - List all of them, with their purpose in the README - Link to each from the other so they are...
``` jgrewe 11:53 maybe a strange thought, but would be the 1.5 breaking event the right time, to change dimension index to start at 0? (edited) I still feel that...
Counterpart to G-Node/nix#788
Counterpart to G-Node/nix#789
Hello, I am a developer on the [SpikeInterface](https://github.com/SpikeInterface) project which is a unified framework for spike sorting. I recently met with two developers of NIX and discussed potential synergy between...
In some cases we can get exceptions raised in the Validator. Sometimes we even catch errors and raise them explicitly: https://github.com/G-Node/nixpy/blob/40b5ecdaa9b074c7bf73137d1a94cb84fcbae5be/nixio/validate.py#L160 We should instead convert these to validation errors and...
Old style metadata (`Value` object) should be readable in the new library. The new file format should be upgraded to `1.2.0`. Library-file compatibility would then be as follows: - NIX...
Note by @hkchekc on specifying LinkType in Feature creation after switching to Enums: https://github.com/G-Node/nixpy/pull/395#issuecomment-494399010 > @gicmo while the idea is great and being merged, I just want to note that...