Releases: developmentseed/async-tiff
Releases · developmentseed/async-tiff
py-v0.2.0
What's Changed
- Split traits to get image bytes and metadata bytes by @kylebarron in #79
- Refactor reading TIFF metadata by @kylebarron in #82
- Raise FileNotFoundError instead of panic when opening missing files by @weiji14 in #93
- Read SignedShort as i16, add TiffFormatError::ShortExpected by @weiji14 in #94
- Read SignedByte as i8, handle casting of Byte (u8) into unsigned types by @weiji14 in #95
- Raise TypeError instead of panic on doing fetch_tile from striped TIFFs by @weiji14 in #99
- Test opening single-channel OME-TIFF file by @weiji14 in #102
- Add predictors by @feefladder in #86
New Contributors
- @feefladder made their first contribution in #71
- @weiji14 made their first contribution in #92
Full Changelog: py-v0.1.0...py-v0.2.0
py-v0.1.0
What's Changed
- Initial release.
Full Changelog: https://github.com/developmentseed/async-tiff/commits/py-v0.1.0
rust-v0.1.0
Changelog
[0.1.0] - 2025-03-14
- Initial release.
- Includes support for reading metadata out of TIFF files in an async way.
New Contributors
- @kylebarron made their first contribution in #1
- @maxrjones made their first contribution in #52
Full Changelog: https://github.com/developmentseed/async-tiff/commits/rust-v0.1.0