Skip to content

Releases: Open-Science-Tools/nd2reader

3.0.6

30 Oct 14:33
Compare
Choose a tag to compare
  • Field of view (FOV) support, list the fields of view on a v axis (closes #3)

3.0.5

11 Aug 12:02
Compare
Choose a tag to compare

Bugfix release

  • add class_priority for pims
  • Fix cholor channel encoding bug
  • Catch exceptions for missing metadata fields

3.0.4

04 Jul 08:47
Compare
Choose a tag to compare
  • Fix imports from pims so that it can be included in pims as a reader.

3.0.3

21 Jun 13:45
Compare
Choose a tag to compare
  • Only setup certain axes (e.g. 'c') if the size > 1
  • Cache the time steps and add a 'frame_rate' property
  • Add fallback methods to determine the sampling rate in an NDExperiment

3.0.2

08 May 12:14
Compare
Choose a tag to compare
  • Fixed iteration over other axis than t/multiple axes (issue #2)
  • Guess a default axis to iterate over (issue #2)
  • Use the right image group number when there is no z axis

3.0.1

06 Apr 13:53
Compare
Choose a tag to compare
  • Fixed the number of frames for ND experiments that include loops without acquisition
  • Include the license files for packaging with conda forge

3.0.0: the pims version

04 Apr 07:36
Compare
Choose a tag to compare

This version now uses the pims framework enabling easy access to multidimensional files, lazy slicing, and nice display in IPython.

To get started with the new API, see the documentation.