|
1 | 1 | ## Xarray-Spatial Changelog
|
2 | 2 | -----------
|
| 3 | +### Version 0.3.4 - 2022-06-01 |
| 4 | +The 0.3.4 release primarily a bug fix release but also includes a number of enhancements with a focus on GPU supports. |
| 5 | +Many thanks to @mkeenan195, @a7az0th, and the maintainers @ianthomas23 and @thuydotm for contributing to this release. |
| 6 | + |
| 7 | +#### Enhancements |
| 8 | +- NumPy zonal stats: return a data array of calculated stats (#685) |
| 9 | +- set unit for hotspots output (#686) |
| 10 | +- More robust cuda and cupy identification (#657) |
| 11 | +- Remove deprecated tiles module (#698) |
| 12 | +- Test on python 3.10, remove 3.6 (#694) |
| 13 | +- moved all tests to github actions (#689) |
| 14 | +- Add isort to pytest (#700) |
| 15 | +- Add flake8 to pytest (#697) |
| 16 | +- Remove unnecessary executable flags (#696) |
| 17 | +- updated test hotspots gpu (#692) |
| 18 | +- 3D numpy zonal_crosstab to support more agg methods (#687) |
| 19 | + |
| 20 | +#### Bug Fixes |
| 21 | +- Fix rtx viewshed rendering blank image (#711) |
| 22 | +- Convolve_2d gpu fixes (#702) |
| 23 | +- focal.mean(): only do data type conversion once (#699) |
| 24 | +- Update to remote sensing notebook (#688) |
| 25 | +- focal_stats(): gpu case (#709) |
| 26 | +- focal apply: drop gpu support (#706) |
| 27 | +- drop gpu support (#705) |
| 28 | +- enabled numba.cuda.jit in hotspots cupy (#691) |
| 29 | + |
| 30 | +#### Documentation |
| 31 | +- Correct examples in docstrings (#703) |
| 32 | +- Fix doc build dependencies in CI (#683) |
| 33 | +- Fix link to Austin road network notebook (#695) |
3 | 34 |
|
4 | 35 | ### Version 0.3.3 - 2022-03-21
|
5 | 36 | - fixed ubuntu version (#681)
|
|
0 commit comments