Changelog¶
0.3.0 - 2026-03-03¶
What's Changed¶
- feat: Add
.resproperty to Overview by @kylebarron in developmentseed/async-geotiff!90 - feat: Support for non-boundless tile reads by @kylebarron in developmentseed/async-geotiff!94
- feat:
tile_countattribute by @kylebarron in developmentseed/async-geotiff!97 - feat: Add
GeoTIFF.colorinterpby @kylebarron in developmentseed/async-geotiff!105 - fix: Support reading a single-tile image by @kylebarron in developmentseed/async-geotiff!106
- fix: Fix generated affine transform (by half pixel offset) when pixel is defined as
POINTby @kylebarron in developmentseed/async-geotiff!107 - feat: Expose band statistics by @kylebarron in developmentseed/async-geotiff!108
- feat: Expose
scalesandoffsetsto match rasterio by @kylebarron in developmentseed/async-geotiff!110 - feat: add
block_shapesproperty by @gakarak in developmentseed/async-geotiff!111 - fix: Fix
Array.as_maskedfor images with an internal mask by @kylebarron in developmentseed/async-geotiff!112 - fix: Check alpha band in
Array.as_maskedby @kylebarron in developmentseed/async-geotiff!114 - chore: Bump async-tiff dependency to 0.7 by @kylebarron in developmentseed/async-geotiff!117
- feat: Add
shapeattribute to ourArrayclass by @kylebarron in developmentseed/async-geotiff!118 - docs: Update docs to describe request coalescing by @kylebarron in developmentseed/async-geotiff!119
New Contributors¶
- @gakarak made their first contribution in developmentseed/async-geotiff!111
Full Changelog: github.com/developmentseed/async-geotiff/compare/v0.2.0...v0.3.0
0.2.0 - 2026-02-05¶
New Features¶
- feat: Support for band-interleaved data by @kylebarron in developmentseed/async-geotiff!80
- feat: Add LERC decompression support by @kylebarron in developmentseed/async-geotiff!79
Fixes¶
- fix: Fix computation of
boundsandresfor rotated data by @kylebarron in developmentseed/async-geotiff!82
Documentation¶
- docs: Add
Tileto the API docs by @kylebarron in developmentseed/async-geotiff!74
Full Changelog: github.com/developmentseed/async-geotiff/compare/v0.1.0...v0.2.0
0.1.0 - 2026-02-03¶
Read the release post: developmentseed.org/async-geotiff/latest/blog/2026/02/03/introducing-async-geotiff/
- Initial release of async-geotiff.