Skip to content

Releases: Open-Science-Tools/nd2reader

Version 3.3.1: fix np.float error

15 Jan 09:45
Compare
Choose a tag to compare

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

24 Apr 14:00
Compare
Choose a tag to compare
  • 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

06 Jan 10:17
Compare
Choose a tag to compare
3.2.3

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

Bugfix release

06 Jan 09:56
Compare
Choose a tag to compare
3.2.2

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

3.2.1

15 Oct 07:49
Compare
Choose a tag to compare

Minor release that fixes issue #25

3.2.0

26 Sep 08:50
Compare
Choose a tag to compare

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

06 Sep 09:03
Compare
Choose a tag to compare

3.0.9

05 Apr 13:51
Compare
Choose a tag to compare

Only print a warning on older/newer ND2 versions

3.0.8

04 Jan 15:35
Compare
Choose a tag to compare
New release

3.0.7

04 Jan 14:12
Compare
Choose a tag to compare

Fixes #4