File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Xarray-Spatial Changelog
2
2
-----------
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
+
3
16
### Version 0.3.4 - 2022-06-01
4
17
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
18
7
19
#### Enhancements
8
20
- NumPy zonal stats: return a data array of calculated stats (#685 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"latest" : " https://xarray-spatial.org/" ,
3
+ "0.3.5" : " https://xarray-spatial.org/v0.3.5/index.html" ,
3
4
"0.3.4" : " https://xarray-spatial.org/v0.3.4/index.html" ,
4
5
"0.3.3" : " https://xarray-spatial.org/v0.3.3/index.html" ,
5
6
"0.3.2" : " https://xarray-spatial.org/v0.3.2/index.html" ,
You can’t perform that action at this time.
0 commit comments