Releases: jimrybarski/nd2reader
2.0.1
2.0.0
Adds a few new features and removes things deprecated in the last version. Refactored to make it easier to add support for different versions. Also exposes more of the internal metadata to help contributors find more useful information.
2.0 beta
This shouldn't require any more changes before the official 2.0.0 release.
Preview of v2
2.0.0-alpha updated docs, fixed typos
1.1.4
Adds a missing method.
Bugfix for single image ND2s
ND2s with a single image could not be opened as they lacked dimension data. This fixes the problem.
Refactor and API improvements
The most noticeable difference is that Image objects now directly subclass Numpy arrays, so you can just treat them as images without having to use the data attribute. The code was completely refactored to allow compatibility with different versions of ND2s, though this makes no difference to end users (for now). More rigorous testing was also added.
1.1.1
Fixes a serious bug that prevented all images from being accessed when the ND2 had multiple channels.
1.1.0
Adds slicing and indexing, as well as Python 3 support. See Changelog for full details.