Skip to content

Commit

Permalink
Change log for release v0.3.4 (#713)
Browse files Browse the repository at this point in the history
* updated changelog for 0.3.4

* new ref for new version
  • Loading branch information
thuydotm authored Jun 1, 2022
1 parent 701bee0 commit 7b3c77e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
## Xarray-Spatial Changelog
-----------
### Version 0.3.4 - 2022-06-01
The 0.3.4 release primarily a bug fix release but also includes a number of enhancements with a focus on GPU supports.
Many thanks to @mkeenan195, @a7az0th, and the maintainers @ianthomas23 and @thuydotm for contributing to this release.

#### Enhancements
- NumPy zonal stats: return a data array of calculated stats (#685)
- set unit for hotspots output (#686)
- More robust cuda and cupy identification (#657)
- Remove deprecated tiles module (#698)
- Test on python 3.10, remove 3.6 (#694)
- moved all tests to github actions (#689)
- Add isort to pytest (#700)
- Add flake8 to pytest (#697)
- Remove unnecessary executable flags (#696)
- updated test hotspots gpu (#692)
- 3D numpy zonal_crosstab to support more agg methods (#687)

#### Bug Fixes
- Fix rtx viewshed rendering blank image (#711)
- Convolve_2d gpu fixes (#702)
- focal.mean(): only do data type conversion once (#699)
- Update to remote sensing notebook (#688)
- focal_stats(): gpu case (#709)
- focal apply: drop gpu support (#706)
- drop gpu support (#705)
- enabled numba.cuda.jit in hotspots cupy (#691)

#### Documentation
- Correct examples in docstrings (#703)
- Fix doc build dependencies in CI (#683)
- Fix link to Austin road network notebook (#695)

### Version 0.3.3 - 2022-03-21
- fixed ubuntu version (#681)
Expand Down
1 change: 1 addition & 0 deletions docs/source/releases.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"latest": "https://xarray-spatial.org/",
"0.3.4": "https://xarray-spatial.org/v0.3.4/index.html",
"0.3.3": "https://xarray-spatial.org/v0.3.3/index.html",
"0.3.2": "https://xarray-spatial.org/v0.3.2/index.html",
"0.3.1": "https://xarray-spatial.org/v0.3.1/index.html",
Expand Down

0 comments on commit 7b3c77e

Please sign in to comment.