G-Node / nix

Neuroscience information exchange format
https://readthedocs.org/projects/nixio/
Other
66 stars 36 forks source link

Change boolean representation #635

Closed achilleas-k closed 7 years ago

achilleas-k commented 7 years ago

In order to solve g-node/nixpy#212, we will have to change the way NIX stores boolean data. NIX should store this data in the same way as h5py to be compatible with NIXPY. For backwards compatibility, NIX should maintain the ability to read bools as bitfields, but any new data should be written in the h5py compatible way.

gicmo commented 7 years ago

This should be fixed.