Skip to content

Commit 7b3c77e

Browse files
authored
Change log for release v0.3.4 (#713)
* updated changelog for 0.3.4 * new ref for new version
1 parent 701bee0 commit 7b3c77e

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
## Xarray-Spatial Changelog
22
-----------
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)
334

435
### Version 0.3.3 - 2022-03-21
536
- fixed ubuntu version (#681)

docs/source/releases.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"latest": "https://xarray-spatial.org/",
3+
"0.3.4": "https://xarray-spatial.org/v0.3.4/index.html",
34
"0.3.3": "https://xarray-spatial.org/v0.3.3/index.html",
45
"0.3.2": "https://xarray-spatial.org/v0.3.2/index.html",
56
"0.3.1": "https://xarray-spatial.org/v0.3.1/index.html",

0 commit comments

Comments
 (0)