Skip to content

v1.26.0

Compare
Choose a tag to compare
@remi-braun remi-braun released this 17 Apr 09:10

1.26.0 (2023-04-17)

  • ENH: Add a vectors.write function to automatically detect the driver from the filename (and add the KML driver if needed)
  • ENH: Add shapely 2.0 functions in ci.assert_geom_xxx to handle more cases (2D/3D vectors, geomtry written in another way)
  • FIX: Use our own function for setting the nodata instead of using rioxarray's in rasters.crop
  • FIX: Fix GeoPandas FutureWarning in explode: Currently, index_parts defaults to True, but in the future, it will default to False to be consistent with Pandas.
  • INTERNAL: Simplify rasters.read
  • DEPS: Pin Shapely >= 2.0
  • DEPS: Dropping support of Python 3.8