Releases: UM-RMRS/raster_tools
Releases · UM-RMRS/raster_tools
v0.9.7
Changes
- Actually fully unpin odc-geo
v0.9.6
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
Changes
- Fix issue where band array of strs caused Raster(xdata) to fail (88ef2eb)
v0.9.4
- Fix issue where setting null_value to 0 on int8 caused promotion 96cc3b8.
v0.9.3
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
- Allow URLs to be passed to Raster constructor (dc3d5bc)
v0.9.0
- Add ability to handle overlapping features in
zonal_stats
with handle_overlap
kwarg (5d4df2a)
v0.8.4
- Fix issue in raster_tools.general.where that caused the result to be missing its mask (e2fbac2)
v0.8.3
*Fix issue where mapping to null did not set a null value (0de3aa7).