Skip to content

1.3.3

Compare
Choose a tag to compare
@sgillies sgillies released this 19 Oct 21:49
· 261 commits to main since this release

Packaging

The rasterio._loading module, which supports DLL loading on Windows, has been moved into __init__.py and is no longer used anywhere else (#2594).

Bug fixes

  • GeoTIFF profiles combining tiled=False and a defined blockysize are now supported (#2599).
  • URLs with // in the query string are now properly parsed (#2603).
  • Rasterio's Python file VSI plugin now sets the position of the underlying stream to 0 on close, resolving #2550.