26.7.0
What's Changed
- Fix IO bug with extra field in the metadata and add test. by @YooSunYoung in #66
- More DAQ metadata fields and new Image Process metadata field. by @YooSunYoung in #67
- Regression test file update reminder @YooSunYoung
Full Changelog: 26.6.0...26.7.0
Notes
*Uploading documentation release asset failed so I manually uploaded it - @YooSunYoung
*Lower-bound should have been updated to tifffile>=2026.2.24
26.6.0
What's Changed
- Backward compatibility testing for IO module. by @YooSunYoung in #51
- Update dev env to use pixi by @YooSunYoung in #57
- Allow 2D coordinate or mask. by @YooSunYoung in #58
- Fix release action by @YooSunYoung in #61
Known Bugs
- There is a bug in this version that
scitiff.io.save_scitiffcannot save a data group withextrafield asNone, which is allowed in the schema but was not caught by the condition checks. Workaround is to set theextrawith an empty data group or pop it out of the data group.
Full Changelog: 26.1.0...26.6.0
26.1.0
25.12.0
25.07.0
25.06.0
What's Changed
- Better mask handling by @YooSunYoung in #23
- Allow integer dtype converting for arbitrary tiff file. by @YooSunYoung in #24
Breaking Changes
There was a typo in the Channel enum so if you ever saved a file <25.06 version,
it may not be able to resolve the channel when loaded from >=25.06.
You can simply update the name of the channel from the coordinate and resolve it manually.
Full Changelog: 25.05.0...25.06.0
25.05.0
25.04.0
25.03.0
v0
Placeholder release