Skip to content

Latest commit

 

History

History
467 lines (262 loc) · 24.4 KB

CHANGELOG.md

File metadata and controls

467 lines (262 loc) · 24.4 KB

Changelog

v0.10.0 (2024-03-17)

Full Changelog

Implemented enhancements:

  • feat: better color object #218 (tlambert03)
  • feat: add to_ome_tif method #217 (fdrgsp)
  • feat: add write_tiff export to OME-TIFF, include full metadata as StructuredAnnotation #216 (tlambert03)

Merged pull requests:

v0.9.0 (2024-02-22)

Full Changelog

Fixed bugs:

Tests & CI:

Merged pull requests:

v0.8.1 (2023-11-15)

Full Changelog

Fixed bugs:

  • fix: access more frames via direct read_frame() method #192 (tlambert03)

Merged pull requests:

v0.8.0 (2023-10-10)

Full Changelog

Implemented enhancements:

  • feat: add read_frame and loop_indices to public api #181 (tlambert03)

Fixed bugs:

  • fix: fix extraction of xy points in extruded shapes #183 (tlambert03)

v0.7.4 (2023-09-29)

Full Changelog

Implemented enhancements:

v0.7.3 (2023-09-28)

Full Changelog

Fixed bugs:

Merged pull requests:

v0.7.2 (2023-08-31)

Full Changelog

Implemented enhancements:

  • fix: fix Z series values in events() output, and add individual axis indices #167 (tlambert03)

v0.7.1 (2023-07-15)

Full Changelog

Implemented enhancements:

  • feat: accept file handles as well as paths #161 (tlambert03)
  • feat: decode compressed lite variant, and read string type tags #159 (tlambert03)

Fixed bugs:

Tests & CI:

Documentation:

Merged pull requests:

  • refactor: use common base class for legacy and modern reader, move logic from nd2file #160 (tlambert03)

v0.7.0 (2023-07-05)

Full Changelog

Implemented enhancements:

  • feat: add ome_metadata output to ome-types #153 (tlambert03)
  • feat: add row filtering to nd2.index, as well as binary/roi data #151 (tlambert03)

Fixed bugs:

Tests & CI:

Documentation:

v0.6.1 (2023-06-24)

Full Changelog

Implemented enhancements:

  • feat: support files with custom experiment loops #148 (tlambert03)
  • feat: add python -m nd2.index cli #147 (tlambert03)
  • feat: big update to events parsing. add .events method, deprecate recorded_date #144 (tlambert03)

Merged pull requests:

v0.6.0 (2023-06-15)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • fix: Make 'periodDiff' optional in TimeLoopParams construction #131 (SeanLeRoy)

Tests & CI:

Merged pull requests:

v0.5.3 (2022-12-08)

Full Changelog

Merged pull requests:

  • fix: catch exception on file open and release handle #117 (tlambert03)

v0.5.2 (2022-12-08)

Full Changelog

Fixed bugs:

Merged pull requests:

v0.5.1 (2022-11-01)

Full Changelog

Implemented enhancements:

  • feat: Add ND2File.binary_data property - extract binary layers from file #108 (tlambert03)

Merged pull requests:

v0.5.0 (2022-10-29)

Full Changelog

Implemented enhancements:

Merged pull requests:

v0.4.6 (2022-10-08)

Full Changelog

Implemented enhancements:

v0.4.5 (2022-10-06)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

v0.4.4 (2022-09-12)

Full Changelog

Fixed bugs:

v0.4.3 (2022-09-11)

Full Changelog

Implemented enhancements:

  • Add unstructured_metadata method, fix missing position names in experiment. #93 (tlambert03)

v0.4.2 (2022-09-10)

Full Changelog

Fixed bugs:

  • fix: better fix for images with non-normal strides #92 (tlambert03)

v0.4.1 (2022-09-09)

Full Changelog

Fixed bugs:

  • fix: Fix images where widthPx x Bytes is not the same as expected width Bytes #90 (tlambert03)

v0.4.0 (2022-08-19)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • fix: Typo in legacy requirements #79 (ghost)

Merged pull requests:

v0.3.0 (2022-06-25)

Full Changelog

Implemented enhancements:

  • feat: add read_using_sdk parameter, default to True for compressed files #74 (tlambert03)

Documentation:

Merged pull requests:

v0.2.5 (2022-06-06)

Full Changelog

Fixed bugs:

Tests & CI:

Merged pull requests:

v0.2.4 (2022-05-26)

Full Changelog

Fixed bugs:

  • fix numpy 1.22.4 bug #55 (tlambert03)
  • Fix frame offsets when validate_frames != True, add validate_frames param to imread #54 (tlambert03)

v0.2.3 (2022-05-18)

Full Changelog

Fixed bugs:

v0.2.2 (2022-03-13)

Full Changelog

Implemented enhancements:

  • Add utility to try to rescue frames from a corrupted nd2 file #44 (tlambert03)

Fixed bugs:

v0.2.1 (2022-03-02)

Full Changelog

Merged pull requests:

v0.2.0 (2022-02-20)

Full Changelog

Merged pull requests:

v0.1.6 (2021-11-12)

Full Changelog

v0.1.5-1 (2021-11-12)

Full Changelog

v0.1.5 (2021-11-12)

Full Changelog

Merged pull requests:

v0.1.4 (2021-10-10)

Full Changelog

Merged pull requests:

v0.1.3 (2021-10-10)

Full Changelog

Merged pull requests:

v0.1.2 (2021-10-09)

Full Changelog

Merged pull requests:

  • add copy param to to_dask to avoid segfaults from closed file #9 (tlambert03)

v0.1.1 (2021-10-07)

Full Changelog

Merged pull requests:

v0.1.0 (2021-10-07)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator