Skip to content

v1.0.0a3: Fix dependency and GeometryField

Compare
Choose a tag to compare
@Peter-van-Tol Peter-van-Tol released this 23 Sep 08:16
· 3 commits to main since this release
  • BUGFIX: Removed numpy as a dependency. This was causing issues with the installation of the package, since it was pinned to strictly. The dependency is not required, as shapely already has a dependency on numpy.;
  • BUGFIX: When using the GeometryField it is now possible to instantiate the field with a the default shapely constructor. I.e. a MultiPolygon can be instantiated with a list of Polygon objects;