Skip to content

v0.10.0

Compare
Choose a tag to compare
@Zeitsperre Zeitsperre released this 28 Jun 14:43
· 165 commits to master since this release

New Features

  • Added support for Python 3.11 (#287).

Bug Fixes

  • Fixed bug in core.subset.shape_bbox_indexer with the union of invalid geometries. Added regression test. (#280)
  • Added support in core.subset.shape_bbox_indexer for Point and MultiPoint geometries. (#283)
  • Fixed core.subset.subset_bbox and core.subset.subset_shape for datasets with 1D longitude and latitude (ex: Station data). (#288)

Other Changes

  • Shapely 2.0 is now faster than pygeos for create_mask. Removed pygeos from extra dependencies and pinned shapely above 2.0. (#289)