Skip to content

Releases: UM-RMRS/raster_tools

v0.9.7

14 Dec 02:48
Compare
Choose a tag to compare

Changes

  • Actually fully unpin odc-geo

v0.9.6

13 Dec 23:55
Compare
Choose a tag to compare

Changes

  • Add support for NumPy >= 2.0 (51d1bfc).
  • Add support for the dask-expr backend (51d1bfc).
  • Unpin numpy, dask, and odc-geo dependencies.

v0.9.5

03 Dec 00:02
Compare
Choose a tag to compare

Changes

  • Fix issue where band array of strs caused Raster(xdata) to fail (88ef2eb)

v0.9.4

28 Nov 02:25
Compare
Choose a tag to compare
  • Fix issue where setting null_value to 0 on int8 caused promotion 96cc3b8.

v0.9.3

26 Nov 19:51
Compare
Choose a tag to compare

Changes

  • Turn off file locking when opening files 1e3d8a2.
  • Add helper functions for creating rasters, xarray rasters, and normalized raster data 0447dd9.
  • Update CI deps
  • Update dev environment files.
  • Add more tests for raster_tools.general 1b31b11.
  • Fix dtype handling in Raster.set_null_value 48266fb.
  • Pin numpy<2 until we can fix compatibility issues.

v0.9.2

22 Aug 00:15
Compare
Choose a tag to compare
  • Allow URLs to be passed to Raster constructor (dc3d5bc)

v0.9.1

27 Jun 19:22
Compare
Choose a tag to compare
  • Remove debug assert

v0.9.0

07 Jun 20:01
Compare
Choose a tag to compare
  • Add ability to handle overlapping features in zonal_stats with handle_overlap kwarg (5d4df2a)

v0.8.4

29 May 18:58
Compare
Choose a tag to compare
  • Fix issue in raster_tools.general.where that caused the result to be missing its mask (e2fbac2)

v0.8.3

16 May 23:00
Compare
Choose a tag to compare

*Fix issue where mapping to null did not set a null value (0de3aa7).