|
2 | 2 | ----------- |
3 | 3 |
|
4 | 4 |
|
5 | | -### Version 0.5.3 (unreleased) |
6 | | -- Fixes #134: Add `xr.Dataset` as input type for appropriate modules. |
7 | | - Most public functions now transparently accept `xr.Dataset` in addition |
8 | | - to `xr.DataArray`. Single-input functions (slope, aspect, curvature, |
9 | | - hillshade, focal.mean, all classification functions, proximity/allocation/ |
10 | | - direction) iterate over data variables and return a Dataset. Multi-input |
11 | | - functions (all multispectral indices) accept a Dataset with band-name |
12 | | - keyword arguments. `zonal.stats` computes per-variable statistics and |
13 | | - returns a merged DataFrame with prefixed columns. |
| 5 | +### Version 0.5.3 - 2026-02-22 |
| 6 | +- Fixes #733: add cost_distance() for weighted proximity (#859) |
| 7 | +- Fixes #734: make noise a lazy import so datasets module is usable without it (#858) |
| 8 | +- Fixes #774: suppress dd.concat unknown divisions warning in zonal_stats (#857) |
| 9 | +- Fixes #392: document and test 3D time-series zonal stats via Dataset (#856) |
| 10 | +- Fix hotspots dask performance: 2-pass streaming with O(chunk_size) memory (#855) |
| 11 | +- Fixes #134: add xr.Dataset as input type for appropriate modules (#854) |
| 12 | +- Warnings(17) filtering for non-GPU (#850) |
| 13 | +- Fixes #190: GPU-enable all classification operations (#852) |
| 14 | +- updating links and text (#849) |
| 15 | +- fixes 766 document handling of f32 vs. f64 data when using xarray spatial (#847) |
| 16 | +- Fix rioxarray band_as_variable DataArray extraction (#846) |
| 17 | +- added majority as default stat for zonal operations with numpy and cupy (#844) |
| 18 | +- fixed proximity intermediate large numpy array problem and proximity output coords are now lazy if input is dask array (#843) |
| 19 | +- Changed regions parameter connections to neighborhood and updated docstring (#842) |
| 20 | +- Testing and Updating Examples (#837) |
| 21 | +- added horizontal vertical unit mismatch heuristic to help address issue #840 (#841) |
| 22 | +- Fixes #838 update legacy repo url links (#839) |
| 23 | +- added colorado dem to examples datasets yaml |
14 | 24 |
|
15 | 25 |
|
16 | 26 | ### Version 0.5.2 - 2025-12-18 |
|
0 commit comments