Skip to content

Commit 0ad1feb

Browse files
authored
Update CHANGELOG for v0.9.4 release (#1109)
1 parent 629d533 commit 0ad1feb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

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

44

5+
### Version 0.9.4 - 2026-03-30
6+
7+
#### New features
8+
- Streaming TIFF write for dask inputs (#1084) (#1108)
9+
- Add dtype, compression_level, and VRT output to geotiff I/O (#1083) (#1085)
10+
11+
#### Bug fixes and improvements
12+
- Use float64 in Jenks natural breaks internals (#1100) (#1101)
13+
- Fix multi-metric output mislabeling in glcm_texture (#1106) (#1107)
14+
- Fix inverted decay and off-by-one in bump spread (#1102) (#1103)
15+
- Propagate NaN from curve_number in curve_number_runoff (#1104) (#1105)
16+
- Fix target_elev contaminating horizon in dask viewshed distance sweep (#1098) (#1099)
17+
- Preserve float64 precision in convolve_2d (#1096) (#1097)
18+
- Fix SAVI formula: (1+L) was in denominator instead of numerator (#1094) (#1095)
19+
- Fix NaN handling in focal_stats CUDA kernels (#1092) (#1093)
20+
- Fix three accuracy bugs in zonal stats dask backend (#1090) (#1091)
21+
- Add longitude normalization to CUDA inverse projection kernels (#1089)
22+
- Fix three accuracy bugs in reproject resampling kernels (#1087)
23+
- Fix three accuracy bugs in open_geotiff/to_geotiff (#1081) (#1082)
24+
25+
526
### Version 0.9.3 - 2026-03-27
627

728
#### New features

0 commit comments

Comments
 (0)