Skip to content

Releases: jimrybarski/nd2reader

2.0.1

06 Jan 20:59
Compare
Choose a tag to compare

Minor bugfixes.

2.0.0

20 Dec 16:15
Compare
Choose a tag to compare

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

13 Dec 03:59
Compare
Choose a tag to compare
2.0 beta Pre-release
Pre-release

This shouldn't require any more changes before the official 2.0.0 release.

Preview of v2

05 Dec 03:05
Compare
Choose a tag to compare
Preview of v2 Pre-release
Pre-release
2.0.0-alpha

updated docs, fixed typos

1.1.4

27 Oct 14:22
Compare
Choose a tag to compare

Adds a missing method.

Bugfix for single image ND2s

16 Oct 10:13
Compare
Choose a tag to compare

ND2s with a single image could not be opened as they lacked dimension data. This fixes the problem.

Refactor and API improvements

11 Oct 19:22
Compare
Choose a tag to compare

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

02 Sep 16:01
Compare
Choose a tag to compare

Fixes a serious bug that prevented all images from being accessed when the ND2 had multiple channels.

1.1.0

04 Jun 04:56
Compare
Choose a tag to compare

Adds slicing and indexing, as well as Python 3 support. See Changelog for full details.