Skip to content

Releases: developmentseed/async-tiff

py-v0.2.0

27 Oct 15:02
270e370

Choose a tag to compare

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

Full Changelog: py-v0.1.0...py-v0.2.0

py-v0.1.0

18 Mar 17:38
9a9ab6d

Choose a tag to compare

What's Changed

  • Initial release.

Full Changelog: https://github.com/developmentseed/async-tiff/commits/py-v0.1.0

rust-v0.1.0

14 Mar 18:55
6c88ccc

Choose a tag to compare

Changelog

[0.1.0] - 2025-03-14

  • Initial release.
  • Includes support for reading metadata out of TIFF files in an async way.

New Contributors

Full Changelog: https://github.com/developmentseed/async-tiff/commits/rust-v0.1.0