Skip to content

v1.44.2

Latest
Compare
Choose a tag to compare
@remi-braun remi-braun released this 23 Dec 15:43
· 2 commits to main since this release

1.44.2 (2024-12-23)

  • ENH: Drop isort, black and flake8 and use ruff
  • ENH: Use pyproject.toml instead of setup.py
  • FIX: Fix too broad exception in case of geopandas >= 1.0
  • FIX: Fix deprecation warning for get_nodata_value_from_dtype in rasters_rio
  • FIX: Force blocksize to 128 when writing small COGs on disk (in order to have multiple overview levels)
  • FIX: Use np.tan in rasters.slope
  • FIX: Allow str as paths in ci.assert_files_equal
  • FIX: Better alignement between rasters.read function and rasters.any_raster_to_xr_ds decorator
  • FIX: Fix rasters.sieve function with xr.apply_ufunc
  • OPTIM: Compute the spatial index by default in vectors.read (set vectors.read(..., compute_sindex=False) if you don't want to compute them)
  • CI: Rename CI folder and remove unnecessary intermediate folder