|
1 | 1 | ## Xarray-Spatial Changelog
|
2 | 2 | -----------
|
| 3 | + |
| 4 | +### Version 0.3.6 - 2023-06-02 |
| 5 | +With the 0.3.6 release, xarray-spatial now supports python 3.11. |
| 6 | +This release focuses on demonstrating the reliability of the library by adding more tests |
| 7 | +against GDAL/QGIS. |
| 8 | + |
| 9 | +#### Enhancements |
| 10 | +- Test on Python 3.11 (#750) |
| 11 | +- Pin numpy version (#780) |
| 12 | +- zonal stats (#764) |
| 13 | +- updated citation (#769) |
| 14 | +- classify.binary: handle NaNs and infinite values (#763) |
| 15 | +- Test against QGIS, GDAL (#744) |
| 16 | +- Zonal crosstab user guide notebook enhancement (#759) |
| 17 | +- cpu_bin with binary search (#760) |
| 18 | +- outline for housing price feature engineering nb (#725) |
| 19 | +- More examples to user guide (#742) |
| 20 | +- Use setuptools (#749) |
| 21 | +- Update contributor badge (#740) |
| 22 | +- update pharmacy desserts notebook (#723) |
| 23 | +- Update README.md (#719) |
| 24 | +- viewshed gpu notebook (#720) |
| 25 | +- Fixed feature-proposal.md config (#718) |
| 26 | + |
| 27 | +#### Bug Fixes |
| 28 | +- correct docs for proximity (#778) |
| 29 | +- Zonal_crosstab 3D: Ensure content of input param `values` is preserved (#754) |
| 30 | +- Multispectral tools: convert data to float32 dtype before doing calculations (#755) |
| 31 | + |
| 32 | + |
3 | 33 | ### Version 0.3.5 - 2022-06-05
|
4 | 34 | The 0.3.5 release mainly addresses the scaling issue in GPU viewshed to gain better accurate triangulation.
|
5 | 35 | The GPU raytraced viewshed should now give comparable results to the CPU version.
|
|
0 commit comments