File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments