File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.0 - 2026-02-05
4+
5+ ### New Features
6+
7+ * feat: Support for band-interleaved data by @kylebarron in https://github.com/developmentseed/async-geotiff/pull/80
8+ * feat: Add LERC decompression support by @kylebarron in https://github.com/developmentseed/async-geotiff/pull/79
9+
10+ ### Fixes
11+
12+ * fix: Fix computation of ` bounds ` and ` res ` for rotated data by @kylebarron in https://github.com/developmentseed/async-geotiff/pull/82
13+
14+ ### Documentation
15+
16+ * docs: Add ` Tile ` to the API docs by @kylebarron in https://github.com/developmentseed/async-geotiff/pull/74
17+
18+ ** Full Changelog** : https://github.com/developmentseed/async-geotiff/compare/v0.1.0...v0.2.0
19+
320## 0.1.0 - 2026-02-03
421
522** Read the release post** : https://developmentseed.org/async-geotiff/latest/blog/2026/02/03/introducing-async-geotiff/
Original file line number Diff line number Diff line change 11[project ]
22name = " async-geotiff"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44description = " Async GeoTIFF reader for Python"
55readme = " README.md"
66authors = [{ name = " Kyle Barron" , email = " kyle@developmentseed.org" }]
You can’t perform that action at this time.
0 commit comments