Releases: tlambert03/nd2
Releases · tlambert03/nd2
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.index
cli 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_data
property - 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
v0.4.6
v0.4.5
What's Changed
- fix: fix rounding error in numpy pre-release by @tlambert03 in #96
- ci(dependabot): bump pypa/cibuildwheel from 2.9.0 to 2.10.1 by @dependabot in #97
- ci(dependabot): bump pypa/cibuildwheel from 2.10.1 to 2.10.2 by @dependabot in #98
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #100
- feat: offer full unstructured data by @tlambert03 in #101
Full Changelog: v0.4.4...v0.4.5
v0.4.4
What's Changed
- fix: fix image width with sdk reader by @tlambert03 in #94
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- Add
unstructured_metadata
method, fix missing position names in experiment. by @tlambert03 in #93
Full Changelog: v0.4.2...v0.4.3