Releases: tlambert03/nd2
Releases · tlambert03/nd2
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
v0.7.0
What's Changed
- docs: adding docs by @tlambert03 in #149
- fix: improve roi parsing for some files by @tlambert03 in #150
- feat: add row filtering to nd2.index, as well as binary/roi data by @tlambert03 in #151
- ci: add codspeed benchmarks by @tlambert03 in #152
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #154
- fix: fix frame_metadata and various metadata typing by @tlambert03 in #155
- feat: add ome_metadata output to ome-types by @tlambert03 in #153
- fix: fix extra kwargs to roi info by @tlambert03 in #158
Full Changelog: v0.6.1...v0.7.0
v0.6.1
What's Changed
- build: remove wurlitzer from build by @tlambert03 in #142
- feat: big update to events parsing. add .events method, deprecate recorded_date by @tlambert03 in #144
- feat: add
python -m nd2.indexcli by @tlambert03 in #147 - feat: support files with custom experiment loops by @tlambert03 in #148
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- ci(dependabot): bump pypa/cibuildwheel from 2.11.2 to 2.11.3 by @dependabot in #120
- ci(dependabot): bump pypa/cibuildwheel from 2.11.3 to 2.12.0 by @dependabot in #125
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #124
- ci(dependabot): bump pypa/cibuildwheel from 2.12.0 to 2.12.1 by @dependabot in #128
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #127
- ci(dependabot): bump pypa/cibuildwheel from 2.12.1 to 2.12.3 by @dependabot in #130
- fix: Make 'periodDiff' optional in TimeLoopParams construction by @SeanLeRoy in #131
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #133
- chore: adding nd2_describe script by @tlambert03 in #136
- test: update rescue test by @tlambert03 in #137
- feat: Remove sdk, use all python by @tlambert03 in #135
- ci: enable Strict mypy typing by @tlambert03 in #138
- feat: add more typed dicts to parsing by @tlambert03 in #139
- refactor: cleaning up reader by @tlambert03 in #141
New Contributors
- @SeanLeRoy made their first contribution in #131
Full Changelog: v0.5.3...v0.6.0
v0.5.3
What's Changed
- fix: catch exception on file open and release handle by @tlambert03 in #117
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #112
- style: use ruff linter and update pre-commit by @tlambert03 in #115
- fix: close handles on object deletion by @tlambert03 in #116
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- ci(dependabot): bump pypa/cibuildwheel from 2.11.1 to 2.11.2 by @dependabot in #109
- feat: Add
ND2File.binary_dataproperty - extract binary layers from file by @tlambert03 in #108
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- ci(dependabot): bump pypa/cibuildwheel from 2.10.2 to 2.11.1 by @dependabot in #104
- feat: support python 3.11 by @tlambert03 in #106
- feat: Extract recorded data by @tlambert03 in #107
Full Changelog: v0.4.6...v0.5.0