Releases: Open-Science-Tools/nd2reader
Releases · Open-Science-Tools/nd2reader
Version 3.3.1: fix np.float error
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
- @zjniu made their first contribution in #60
- @mansouralawi made their first contribution in #70
Full Changelog: 3.3.0...3.3.1
Various bugfixes
- 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
3.2.3 Version 3.2.3 due to build error of new version number storage system
Bugfix release
3.2.2 Merge branch 'master' of github.com:rbnvrw/nd2reader
3.2.1
3.2.0
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