File tree Expand file tree Collapse file tree 4 files changed +155
-153
lines changed
Expand file tree Collapse file tree 4 files changed +155
-153
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.3.0] - 2025-12-12
4+
5+ ### What's Changed
6+
7+ - feat: Exponential read-ahead cache by @kylebarron in https://github.com/developmentseed/async-tiff/pull/140
8+ - feat(python): implement Mapping protocol for IFD and GeoKeyDirectory by @kylebarron in https://github.com/developmentseed/async-tiff/pull/148
9+ - feat: Include Endianness as property of TIFF struct by @kylebarron in https://github.com/developmentseed/async-tiff/pull/149
10+ - fix: Handle non utf-8 characters in OME-XML by @weiji14 in https://github.com/developmentseed/async-tiff/pull/141
11+ - feat: Add ZSTD Decoder by @nivdee in https://github.com/developmentseed/async-tiff/pull/157
12+ - refactor: Use ` pyclass(get_all) ` for cleaner code by @kylebarron in https://github.com/developmentseed/async-tiff/pull/158
13+ - fix: Skip unknown GeoTag keys by @kylebarron in https://github.com/developmentseed/async-tiff/pull/134
14+ - ci: Deprecate Python 3.9, add testing on Python 3.13 by @kylebarron in https://github.com/developmentseed/async-tiff/pull/129
15+
16+ ### New Contributors
17+
18+ - @alukach made their first contribution in https://github.com/developmentseed/async-tiff/pull/138
19+ - @nivdee made their first contribution in https://github.com/developmentseed/async-tiff/pull/157
20+
21+ ** Full Changelog** : https://github.com/developmentseed/async-tiff/compare/py-v0.2.0...py-v0.3.0
22+
323## [ 0.2.0] - 2025-10-23
424
525### What's Changed
1232- chore!: Bump minimum Python version to 3.10 by @kylebarron in https://github.com/developmentseed/async-tiff/pull/122
1333- chore: Bump pyo3 to 0.26 by @kylebarron in https://github.com/developmentseed/async-tiff/pull/121
1434- ci: Build abi3 wheels where possible by @kylebarron in https://github.com/developmentseed/async-tiff/pull/123
15- - chore: Bump _ obstore submodule for latest store creation types #125
35+ - chore: Bump \ _ obstore submodule for latest store creation types #125
1636
1737### New Contributors
1838
You can’t perform that action at this time.
0 commit comments