Releases: tlambert03/nd2
Releases · tlambert03/nd2
v0.10.2
What's Changed
- test: drop aicsimageio test by @tlambert03 in #227
- fix: tqdm -> tqdm.auto, for notebook users by @georgeoshardo in #233
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #229
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #234
- ci(dependabot): bump CodSpeedHQ/action from 2 to 3 by @dependabot in #235
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #236
- fix: fix for dask 2024.8 by @tlambert03 in #240
- ci(dependabot): bump codecov/codecov-action from 4 to 5 by @dependabot in #245
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #243
- fix: fix size overflow by @tlambert03 in #248
New Contributors
- @georgeoshardo made their first contribution in #233
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #220
- fix: Fix datetime extraction by @tlambert03 in #226
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- chore: use ruff format, add typos by @tlambert03 in #213
- ci(dependabot): bump softprops/action-gh-release from 1 to 2 by @dependabot in #214
- feat: add to_ome_tif method by @fdrgsp in #217
- feat: add
write_tiff
export to OME-TIFF, include full metadata as StructuredAnnotation by @tlambert03 in #216 - feat: better color object by @tlambert03 in #218
New Contributors
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- refactor: simplify strides by @tlambert03 in #194
- ci(dependabot): bump CodSpeedHQ/action from 1 to 2 by @dependabot in #196
- ci(dependabot): bump actions/setup-python from 4 to 5 by @dependabot in #198
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #197
- tests: lxml on >=39 by @tlambert03 in #200
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #201
- ci(dependabot): bump actions/cache from 3 to 4 by @dependabot in #204
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #206
- ci(dependabot): bump codecov/codecov-action from 3 to 4 by @dependabot in #205
- build: drop python 3.7 by @tlambert03 in #208
- chore: remove old deprecations by @tlambert03 in #209
- fix: hacky fix for files with subloops by @tlambert03 in #193
Full Changelog: v0.8.1...v0.9.0
v0.8.1
What's Changed
- chore: minor ROI updates by @tlambert03 in #186
- test: fix aicsimageio test by @tlambert03 in #188
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #189
- docs: fix emoji links in docs build by @tlambert03 in #191
- fix: access more frames via direct read_frame() method by @tlambert03 in #192
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #180
- feat: add
read_frame
andloop_indices
to public api by @tlambert03 in #181 - fix: fix extraction of xy points in extruded shapes by @tlambert03 in #183
Full Changelog: v0.7.4...v0.8.0
v0.7.4
What's Changed
- refactor: make binarylayer a dataclass by @tlambert03 in #178
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
- ci(dependabot): bump actions/checkout from 3 to 4 by @dependabot in #171
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #170
- fix: fix key error in binary data by @tlambert03 in #176
- build: support python 3.12 by @tlambert03 in #168
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #165
- fix: fix Z series values in events() output, and add individual axis indices by @tlambert03 in #167
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- feat: decode compressed lite variant, and read string type tags by @tlambert03 in #159
- refactor: use common base class for legacy and modern reader, move logic from nd2file by @tlambert03 in #160
- feat: accept file handles as well as paths by @tlambert03 in #161
- docs: update readme by @tlambert03 in #162
- test: bump coverage by @tlambert03 in #163
- fix: fix binary reshaping by @tlambert03 in #164
Full Changelog: v0.7.0...v0.7.1