Skip to content

Commit 5973ec4

Browse files
authored
change log for release v0.3.5 (#717)
* change log for v0.3.5 * add new ref
1 parent af3a219 commit 5973ec4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
## Xarray-Spatial Changelog
22
-----------
3+
### Version 0.3.5 - 2022-06-05
4+
The 0.3.5 release mainly addresses the scaling issue in GPU viewshed to gain better accurate triangulation.
5+
The GPU raytraced viewshed should now give comparable results to the CPU version.
6+
However, the 2 versions use 2 different approaches, there can be slightly differences at some points
7+
where a version returns visible while the other considers them as invisible.
8+
9+
#### Enhancements
10+
- command to get change log (#716)
11+
- Added Feature Proposal Template (#714)
12+
13+
#### Bug Fixes
14+
- Improved viewshed rtx. Now result should match the CPU version (#715)
15+
316
### Version 0.3.4 - 2022-06-01
417
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.
618

719
#### Enhancements
820
- NumPy zonal stats: return a data array of calculated stats (#685)

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.5": "https://xarray-spatial.org/v0.3.5/index.html",
34
"0.3.4": "https://xarray-spatial.org/v0.3.4/index.html",
45
"0.3.3": "https://xarray-spatial.org/v0.3.3/index.html",
56
"0.3.2": "https://xarray-spatial.org/v0.3.2/index.html",

0 commit comments

Comments
 (0)