Skip to content

py-v0.2.0

Latest

Choose a tag to compare

@maxrjones maxrjones released this 27 Oct 15:02
· 3 commits to main since this release
270e370

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