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 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
417The 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 )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments