Skip to content

1.3.10

Latest
Compare
Choose a tag to compare
@sgillies sgillies released this 12 Apr 18:29
· 183 commits to main since this release

This version is compatible with recent versions of Numpy 1.x and Numpy 2.0.

Packaging:

  • Wheels for Python versions >= 3.9 will be built using Numpy 2.0.0rc1 and will be compatible with the oldest supported Numpy 1.x.
  • Wheels for Python version 3.8 will be built using the oldest supported version of NumPy and will not be compatible with Numpy 2.

Bug fixes:

  • Rasterio's merge() function and CLI command cannot handle rotated rasters. This is now noted in documentation and an error will be raised if any input is non-rectilinear (#3066).
  • Deprecated usage of pytest.warns(None) in tests has been eliminated (#3054).
  • All use of pkg_resouces has been eliminated (#3054).
  • Several tests have been adjusted to account for small differences in output between GDAL 3.7 and 3.8 (#2959).