Skip to content

Commit 8d10a15

Browse files
authored
Update CHANGELOG for v0.9.2 release (#1004)
1 parent d3d826d commit 8d10a15

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

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

44

5+
### Version 0.9.2 - 2026-03-13
6+
7+
#### New features
8+
- Vector rasterize function for polygons, lines, and points (#989) (#990)
9+
- preview() for memory-safe raster downsampling (#987)
10+
- D-inf and MFD stream ordering and link segmentation (#983) (#984)
11+
- Zonal functions accept vector zones directly (#999)
12+
- Dask backends for rasterize() (#997)
13+
14+
#### Bug fixes and improvements
15+
- Fix rasterize accuracy: GPU ceil, half-open fill, all_touched pairing (#995) (#996)
16+
- Fix scanline row gaps, speed up rasterize, add resolution/like/merge params (#991)
17+
- Rasterization fixes (#992)
18+
- Fix cupy failures in balanced_allocation and corridor (#985)
19+
- Refactor preview to avoid rechunking (#988)
20+
- Replace datashader with matplotlib in user guide notebooks (#1002)
21+
- Refactor user guide notebooks 10-31 to standard structure (#1003)
22+
- Water/land classification example in GLCM notebook (#994)
23+
- Source/reference column in README feature matrix (#977) (#978)
24+
- Small notebook fixes
25+
26+
527
### Version 0.9.1 - 2026-03-04
628

729
#### New Features

0 commit comments

Comments
 (0)