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_RELEASE
file by @rhugonnet in #290 - Shorten tests and vectorize
patches_method
by @rhugonnet in #292 - Fix tests with GeoUtils
data.setter
and__array_interface__
update by @rhugonnet in #301 - Add
pre-commit
to CI and fix all typing and linting by @rhugonnet in #306 - Check base environment in CI and test
.yml
files intest_misc.py
by @rhugonnet in #305 - Fix version check in
misc.test_deprecate
by @rhugonnet in #307 - Fix
deprecate
version check by @rhugonnet in #309 - Add Mac and Windows to CI by @rhugonnet in #304
- Unforce
openh264
version 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.optimize
outputs out ofNuthKaab
by @rhugonnet in #322 - Fix loading of processed examples in
examples.py
by @rhugonnet in #328 - Fix
flake8
hook address inpre-commit
by @rhugonnet in #332 - Re-organize coreg.py by @adehecq in #329
- Fix xDEM with GeoUtils
v0.0.10
by @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-theme
andmyst
by @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
coveragerc
to ignore specific lines when estimating test coverage by @rhugonnet in #357 - Remove
spatialstats
test based ontime
that 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.11
for release0.0.8
by @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