v0.0.8
Summary
This release follows a relook of the documentation of xDEM (+ new interactive features), mirroring changes in the brand new documentation of GeoUtils 馃コ.
It also updates xDEM's behaviour with GeoUtils 0.0.11 for more implicit loading, casting of Raster.data to 2D, and the addition of the Mask class. See details on big changes here: https://github.com/GlacioHack/geoutils/releases/tag/v0.0.11.
The coreg.py module has also been streamlined (but this might only be the beginning!).
Additionally, the continuous-integration and tests have been improved.
What's Changed
- Fix bugs following geoutils update by @adehecq in #291
- Add
HOW_TO_RELEASEfile by @rhugonnet in #290 - Shorten tests and vectorize
patches_methodby @rhugonnet in #292 - Fix tests with GeoUtils
data.setterand__array_interface__update by @rhugonnet in #301 - Add
pre-committo CI and fix all typing and linting by @rhugonnet in #306 - Check base environment in CI and test
.ymlfiles intest_misc.pyby @rhugonnet in #305 - Fix version check in
misc.test_deprecateby @rhugonnet in #307 - Fix
deprecateversion check by @rhugonnet in #309 - Add Mac and Windows to CI by @rhugonnet in #304
- Unforce
openh264version by @rhugonnet in #321 - Add caching to CI environment setup by @rhugonnet in #320
- Make opencv import optional by @adehecq in #319
- Make xdem compatible for Binder by @adehecq in #312
- Implement one-liner coregistration by @adehecq in #267
- Get consistent
scipy.optimizeoutputs out ofNuthKaabby @rhugonnet in #322 - Fix loading of processed examples in
examples.pyby @rhugonnet in #328 - Fix
flake8hook address inpre-commitby @rhugonnet in #332 - Re-organize coreg.py by @adehecq in #329
- Fix xDEM with GeoUtils
v0.0.10by @rhugonnet in #336 - Fix typo by @alessandro-gentilini in #333
- Edit bands into indexes of DEM class by @liuh886 in #340
- Update with new GeoUtils (casting single-band to 2D, implicit loading, new module names) by @rhugonnet in #341
- Move documentation to
sphinx-book-themeandmystby @rhugonnet in #303 - Remove local table of contents in documentation by @rhugonnet in #351
- Linting of #351 by @rhugonnet in #352
- Fix GitHub Actions mamba caching by @erikmannerfelt in #354
- Add
coveragercto ignore specific lines when estimating test coverage by @rhugonnet in #357 - Remove
spatialstatstest based ontimethat randomly fails by @rhugonnet in #355 - Enable building the doc in offline formats by @adehecq in #363
- Fix inheritance diagram rendering in documentation by @rhugonnet in #364
- Add dark-theme logo and favicon for documentation by @rhugonnet in #365
- Force to
geoutils=0.0.11for release0.0.8by @rhugonnet in #367
New Contributors
- @alessandro-gentilini made their first contribution in #333
- @liuh886 made their first contribution in #340
Full Changelog: v0.0.7...v0.0.8