nixpy icon indicating copy to clipboard operation
nixpy copied to clipboard

Python library for NIX

Results 53 nixpy issues
Sort by recently updated
recently updated
newest added

Currently there is no documented obvious way to remove existing NIX entities. When looking through the code, one can see, that there are `__delitem__` methods on the custom container classes,...

While updating the Fedora package, I noticed that the automatically generated release tar here on GitHub still says "dev" in the info.json file: https://github.com/G-Node/nixpy/archive/refs/tags/1.5.1.tar.gz because the info.json file at that...

`Sections` provide the `copy_section()` method (which is awesome by the way), that allows to copy whole section trees within a file or from one file to another. Currently this only...

We need a way to make old files compatible for writing with newer version of the library. With the upcoming changes in v1.5.0, we will be upgrading the file format...

1.5

Haha, I get the feeling that I have weird use cases.... The following should return spike times in seconds, but, alas, they're saved as ints and the ticks of the...

Entity subclasses override the `_create_new()` method for creating objects and it's a bit ugly and complicated to follow. Would be nice to refactor and simplify.

LGTM produces alerts for `__eq__ not overridden when adding attributes`. Entity objects are compared for equality based on their ID. LGTM expects subclasses to override `__eq__` when attributes are added,...

Currently they're not compiled, so they're skipped on Appveyor.

NIXCOMPAT
no-bindings rewrite

Since v1.2 (2016) the file representation for boolean types has changed. Files created before this version can't be read using h5py; the old representation is not compatible with h5py at...

1.5

It came up in a discussion that intersecting MultiTags might be a useful feature. This could be a method that takes a list of MultiTags (or their names) and returns...

discussion