v0.0.14
This release adds several fixes and improvements for the coregistration module, in particular for point data and pipelines.
It also significantly improves the environment management, to ensure it is more robust to updates and consistent between pip
and conda
(the latest remaining the recommended channel for installation).
What's Changed
- Update typing with GeoUtils
0.0.13
by @rhugonnet in #400 - Update README.md to point to xdem instead of geoutils by @erikmannerfelt in #412
- Update CI action versions. by @erikmannerfelt in #411
- Multiple coreg
fit_pts
fixes. by @erikmannerfelt in #407 - Fix
dDEM.nodata
setting on instantiation by @rhugonnet in #418 - Make environment files management consistent between
pip
andconda
by @rhugonnet in #429 - Fix
CoregPipeline
to work withbiascorr
methods by @rhugonnet in #424 - Minor a posteriori fixes on recent PRs by @rhugonnet in #433
- Update contributing guidelines to be more accessible by @rhugonnet in #432
- Declare
xdem.coreg
module explicitly forconda-forge
by @rhugonnet in #438 - Improve
subsample
acrossCoreg
subclasses and pipelines by @rhugonnet in #436
Full Changelog: v0.0.13...v0.0.14