Skip to content

Commit b66c00e

Browse files
authored
Update CHANGELOG for v0.9.0 release (#971)
1 parent a61e006 commit b66c00e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22
-----------
33

44

5+
### Version 0.9.0 - 2026-03-04
6+
7+
#### New Features
8+
- Add least-cost corridor analysis (#965) (#968)
9+
- Add native Dask+CuPy backends for hydrology core functions (#952) (#966)
10+
- Add native CUDA kernel for hydraulic erosion (#961) (#967)
11+
- Add CuPy and Dask+CuPy backends for kriging (#951) (#960)
12+
- Add NDWI and MNDWI water indices (#959)
13+
- Add morphological raster operators (#949) (#958)
14+
- Add TPI-based landform classification (#950) (#957)
15+
- Add MFD flow direction and accumulation (#946) (#956)
16+
- Add balanced service area partitioning (#939) (#943)
17+
- Add Dinf support to flow_accumulation() (#945)
18+
- Add scalar diffusion solver (#940) (#944)
19+
- Add multi_stop_search for multi-waypoint routing (#935) (#937)
20+
- Add raster-based dasymetric mapping module (#930) (#936)
21+
- Add interpolation tools: IDW, Kriging, and Spline (#932) (#934)
22+
23+
#### Bug Fixes & Improvements
24+
- Remove esri.py and datashader from core dependencies (#953)
25+
- Add HAND and TWI to README feature matrix (#954) (#955)
26+
- Add missing API reference docs for ~30 undocumented functions (#941) (#942)
27+
- Remove unnecessary array copies to reduce memory allocations (#933)
28+
29+
530
### Version 0.8.0 - 2026-03-03
631

732
#### New Features

0 commit comments

Comments
 (0)