Skip to content

Releases: Open-Science-Tools/nd2reader

Version 3.3.1: fix np.float error

Choose a tag to compare

@rbnvrw rbnvrw released this 15 Jan 09:45

Version 3.3.1: fix np.float error

This package is no longer actively developed because I'm no longer working in this field and can't properly maintain it. If you'd like to help, please see the contributing page for more information.

What's Changed

  • Fix a bug with parsing stitched images. by @zjniu in #60
  • Replace Deprecated np.float with np.float64 in nd2reader by @mansouralawi in #70

New Contributors

Full Changelog: 3.3.0...3.3.1

Various bugfixes

Choose a tag to compare

@rbnvrw rbnvrw released this 24 Apr 14:00
  • Removed support for Python < 3.6
  • Allow input buffers as the ND2Reader's fh argument in addition to filename strings
  • Fixed errors in parsing NDExperiment loops
  • Fixed handling of Z coordinates / levels
  • Better handling of stitched files

Store version number only in __init__.py

Choose a tag to compare

@rbnvrw rbnvrw released this 06 Jan 10:17
3.2.3

Version 3.2.3 due to build error of new version number storage system

Bugfix release

Choose a tag to compare

@rbnvrw rbnvrw released this 06 Jan 09:56
3.2.2

Merge branch 'master' of github.com:rbnvrw/nd2reader

3.2.1

Choose a tag to compare

@rbnvrw rbnvrw released this 15 Oct 07:49

Minor release that fixes issue #25

3.2.0

Choose a tag to compare

@rbnvrw rbnvrw released this 26 Sep 08:50

Special thanks to the contributors @glichtner and @WMAPernice who submitted awesome PRs!

  • Numerous bugfixes: issue #11, issue #12, issue #16, pull request #20, pull request #21, pull request #22
  • The framerate is now calculated from the NDExperiment loop data - this will be closer to the actual framerate as opposed to the set framerate
  • Related to the above point, the acquisition times are now available in the parser
  • Better adherence to the PIMS FramesSequenceND API

Fix handling of incorrect frame shapes + calculate the real timesteps for an ND experiment

Choose a tag to compare

@rbnvrw rbnvrw released this 06 Sep 09:03
3.1.0

Fix error

3.0.9

Choose a tag to compare

@rbnvrw rbnvrw released this 05 Apr 13:51

Only print a warning on older/newer ND2 versions

3.0.8

Choose a tag to compare

@rbnvrw rbnvrw released this 04 Jan 15:35
New release

3.0.7

Choose a tag to compare

@rbnvrw rbnvrw released this 04 Jan 14:12

Fixes #4