Geomorphometry v0.7.0
Breaking changes:
- Added multiscale options to some filters using a window kwarg for a Stencil from Stencils.jl package. Other methods now take a radius
- Overhauled curvature methods by introducing plan_curvature, profile_curvature and contour_curvature, while deprecating curvature for laplacian
- Added direction kwarg to slope and laplacian methods.
- Added package extensions on GeoArrays, Rasters to support automatic cellsizes.
- Added package extension on Eikonal for a faster spread method.
- Refactored spread to choose from multiple algorithms
Merged pull requests:
- Bump actions/checkout from 3 to 4 (#30) (@dependabot[bot])
- CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#31) (@github-actions[bot])
- add Alternative Packages to readme (#32) (@alex-s-gardner)
- Bump actions/cache from 3 to 4 (#36) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#38) (@dependabot[bot])
- Fix typo (?) in README (#40) (@asinghvi17)
- v0.7 upgrade (#41) (@evetion)
- remove .jl from Pkg.add (#45) (@asinghvi17)
- Simplify some choices. (#50) (@evetion)
Closed issues:
- pssm broke in latest release (#29)
- Add support for direct use of geographic data (#33)
- Is LocalFilters.jl needed? (#34)
- Should Geomorphometry.jl also include the ability for sparse calculations? (#35)
- Add support for slope along dimension (Sobel operator?) (#37)
- Could not install Geomorphometry (#44)