v0.0.14
Minor improvements and fixes.
In particular, environment management is much more robust for both pip
and conda
(mirroring what is done in pandas
), to reduce problems when updating the package with one or the other.
What's Changed
- Return self input in
Vector
class by @rhugonnet in #390 - Update setup.py requirements to geopandas >= 0.12.0 by @erikmannerfelt in #388
- Backward-compatiblity with Shapely < 2.0 by @rhugonnet in #392
- Add
np.abs
andnp.absolute
to supported NumPy array functions inRaster
by @rhugonnet in #393 - Make environment files management consistent between
pip
andconda
by @rhugonnet in #398 - Minor a posteriori fixes on recent PRs by @rhugonnet in #401
- Make GeoPandas tests for new functions/args raise warning and not fail in CI by @rhugonnet in #403
- Fix subsampling with
subsample
< 1 to be fraction of valid pixels by @rhugonnet in #402
Full Changelog: v0.0.13...v0.0.14