What's Changed
- feat: Exponential read-ahead cache by @kylebarron in #140
- feat(python): implement Mapping protocol for IFD and GeoKeyDirectory by @kylebarron in #148
- feat: Include Endianness as property of TIFF struct by @kylebarron in #149
- fix: Handle non utf-8 characters in OME-XML by @weiji14 in #141
- feat: Add ZSTD Decoder by @nivdee in #157
- refactor: Use
pyclass(get_all)for cleaner code by @kylebarron in #158 - fix: Skip unknown GeoTag keys by @kylebarron in #134
- ci: Deprecate Python 3.9, add testing on Python 3.13 by @kylebarron in #129
New Contributors
Full Changelog: py-v0.2.0...py-v0.3.0