Skip to content

v0.1.14

Choose a tag to compare

@rhugonnet rhugonnet released this 07 Apr 10:28
· 36 commits to main since this release
46b48e4

This release contains several bug fixes, in particular to install GeoUtils with Python 3.12 without conda.
Internally, this release also prepares future scalability features for the Raster class with parallel, out-of-memory operations.

What's Changed

  • Fix Raster.get_stats when an empty inlier_mask is passed by @vschaffn in #663
  • Bugfix logic in ternary assignment statements by @ehusby in #664
  • Add handling of failure case for merge_rasters() algo check by @ehusby in #665
  • Add profile to raster metadata and use fork for multiprocessing by @adebardo in #667
  • Fix NumPy integer overflow to get count in subdivide_array by @asub-sandwich in #672
  • Optimizing raster.icrop by @vschaffn in #660
  • Generic Multiprocessing Functions for Raster Processing by @vschaffn in #669
  • Fix pip CI checks and remove distutils implicit dependency by @rhugonnet in #675
  • Update version to 0.1.14 by @rhugonnet in #676

New Contributors

Full Changelog: v0.1.13...v0.1.14