|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.5.0] - 2026-02-03 |
| 4 | + |
| 5 | +### Breaking |
| 6 | + |
| 7 | +* feat!: Handle transparency/nodata bit masks by @kylebarron in https://github.com/developmentseed/async-tiff/pull/205 |
| 8 | +* feat!: Expose colormap as unaltered `[u16]`; implement buffer protocol exchange by @kylebarron in https://github.com/developmentseed/async-tiff/pull/219 |
| 9 | +* ci(python)!: Remove unsupported linux platforms from wheel build by @kylebarron in https://github.com/developmentseed/async-tiff/pull/222 |
| 10 | +* feat!: Rename `CompressionMethod` to `Compression` by @kylebarron in https://github.com/developmentseed/async-tiff/pull/213 |
| 11 | + |
| 12 | +### New Features |
| 13 | + |
| 14 | +* feat: Add webp decompression support by @kylebarron in https://github.com/developmentseed/async-tiff/pull/171 |
| 15 | +* feat(python): Add `IFD.fetch_tile` and `IFD.fetch_tiles` by @kylebarron in https://github.com/developmentseed/async-tiff/pull/211 |
| 16 | +* feat: Change `fetch_tiles` to take tuples of `(x, y)` instead of two separate vecs by @kylebarron in https://github.com/developmentseed/async-tiff/pull/229 |
| 17 | +* feat: LZMA decoder by @kylebarron in https://github.com/developmentseed/async-tiff/pull/230 |
| 18 | + |
| 19 | +### Other |
| 20 | + |
| 21 | +* chore: Add additional license copyright from image-tiff by @kylebarron in https://github.com/developmentseed/async-tiff/pull/200 |
| 22 | +* fix(python): Fix linked inventories in mkdocs by @kylebarron in https://github.com/developmentseed/async-tiff/pull/212 |
| 23 | +* docs(python): Add Changelog to docs website by @kylebarron in https://github.com/developmentseed/async-tiff/pull/215 |
| 24 | +* fix(python): Fix obspec input by @kylebarron in https://github.com/developmentseed/async-tiff/pull/214 |
| 25 | +* fix(python): Re-export `.enums` at top level Python package by @kylebarron in https://github.com/developmentseed/async-tiff/pull/216 |
| 26 | +* fix(python): Include README in pypi distribution by @kylebarron in https://github.com/developmentseed/async-tiff/pull/217 |
| 27 | +* docs(python): Add link to async-geotiff by @kylebarron in https://github.com/developmentseed/async-tiff/pull/218 |
| 28 | +* docs: Add note to async-geotiff in top-level README by @kylebarron in https://github.com/developmentseed/async-tiff/pull/223 |
| 29 | +* fix(python): Fix incorrect store import from `__init__.py` by @kylebarron in https://github.com/developmentseed/async-tiff/pull/224 |
| 30 | +* fix(python): Fix obspec imports by @kylebarron in https://github.com/developmentseed/async-tiff/pull/228 |
| 31 | + |
| 32 | +**Full Changelog**: https://github.com/developmentseed/async-tiff/compare/py-v0.4.0...py-v0.5.0 |
| 33 | + |
3 | 34 | ## [0.4.0] - 2026-01-26 |
4 | 35 |
|
5 | 36 | ### What's Changed |
|
14 | 45 | * perf: Change from LIFO to FIFO ordering for tile decoding by @weiji14 in https://github.com/developmentseed/async-tiff/pull/133 |
15 | 46 | * feat!: Rename `decode_async` to `decode` and add blocking `decode` method by @kylebarron in https://github.com/developmentseed/async-tiff/pull/188 |
16 | 47 |
|
17 | | -## New Contributors |
| 48 | +### New Contributors |
| 49 | + |
18 | 50 | * @pmarks made their first contribution in https://github.com/developmentseed/async-tiff/pull/162 |
19 | 51 |
|
20 | 52 | **Full Changelog**: https://github.com/developmentseed/async-tiff/compare/py-v0.3.0...py-v0.4.0 |
|
0 commit comments