Version 0.5.0
What's Changed
- Update docstring for viewshed by @ahuang11 in #807
- Enable dask+cupy (cuda) implementation for (some) convolution methods, e.g. aspect by @relativityhd in #815
- Small Fixes while testing Cuda 13 by @brendancol in #818
- Allow Negative Target Height in Viewshed Analysis (viewshed.py) by @trygvels in #812
- Add Python 3.14, Remove Codecov for now, add dask and pyarrow to setup.cfg by @brendancol in #822
- Ensure the hash value fits into an uint64 by @brendancol in #805
- added in dask-cupy convolve_2d test by @brendancol in #823
- Prep for Version 0.5.0 by @brendancol in #824
New Contributors
- @ahuang11 made their first contribution in #807
- @relativityhd made their first contribution in #815
- @trygvels made their first contribution in #812
Full Changelog: v0.4.0...v0.5.0