Skip to content

v0.11.7

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 06:01
· 605 commits to main since this release

Release Notes

Internal Changes

  • Use rioxarray for dealing with GeoTIFF binaries since xarray deprecated the xarray.open_rasterio function, as it's discussed in this PR.
  • Use importlib-metadata for getting the version insead of pkg_resources to decrease import time as discussed in this issue.