Skip to content

Commit dc345ab

Browse files
authored
chore: Prepare python 0.3 release (#159)
* chore: Prepare python 0.3 release * update lockfile
1 parent 5086669 commit dc345ab

File tree

4 files changed

+155
-153
lines changed

4 files changed

+155
-153
lines changed

python/CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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
@@ -12,7 +32,7 @@
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

0 commit comments

Comments
 (0)