Skip to content

Commit 468b026

Browse files
authored
Prepare release v0.5.3 (#861)
1 parent dcda2de commit 468b026

File tree

2 files changed

+26
-9
lines changed

2 files changed

+26
-9
lines changed

CHANGELOG.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,25 @@
22
-----------
33

44

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
1424

1525

1626
### Version 0.5.2 - 2025-12-18

docs/source/reference/proximity.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@ Proximity
2727
xrspatial.proximity.great_circle_distance
2828
xrspatial.proximity.manhattan_distance
2929
xrspatial.proximity.proximity
30+
31+
Cost Distance
32+
==============
33+
.. autosummary::
34+
:toctree: _autosummary
35+
36+
xrspatial.cost_distance.cost_distance

0 commit comments

Comments
 (0)