Skip to content

v0.1.10

Compare
Choose a tag to compare
@rhugonnet rhugonnet released this 30 Oct 23:51
· 12 commits to main since this release
e7538d1

This release fixes a couple bugs, and adds support for Rasterio 1.4 and Python 3.12 (dropping support on Python 3.9).

What's Changed

  • Fix bug for raster with nodata equal to 0 in stack_rasters by @rhugonnet in #609
  • Add Rasterio 1.4 support, and fix OSGeo import by @rhugonnet in #611
  • Improve resolution of Sphinx-Gallery figures and pin max Python version for pip by @rhugonnet in #613
  • Add Python 3.12 support by @rhugonnet in #618
  • Add tight layout by default in Raster.plot() by @rhugonnet in #617
  • Update release number to 0.1.10 by @rhugonnet in #619

Full Changelog: v0.1.9...v0.1.10