v0.2.2
This small release notably improves the management of optional dependencies, and minimizes required dependencies. GeoUtils now depends only on Rasterio, GeoPandas and SciPy for its main features and classes, and on Xarray for its accessor (soon to be released).
What's Changed
- Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #789
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #790
- Small updates to example data path and CI by @rhugonnet in #794
- Update for NumPy 2.4.0 by @rhugonnet in #803
- Ensure future GeoPandas deprecations don't break package on import by @rhugonnet in #797
- Add import error for uninstalled LasPy by @rhugonnet in #807
- Update optional dependency management by @rhugonnet in #810
- Fix indexing and index assignment for same-length arrays in
PointCloudby @rhugonnet in #816 - Downsample <1 unallowed by @adebardo in #812
- Update version number to
0.2.2by @rhugonnet in #817
Full Changelog: v0.2.1...v0.2.2