Shapely 2.0.7 fixes 3 bugs:
- Fix compilation error on certain Linux platforms, such as Alpine (#1945).
- Fixes crash when reading nonlinear geometry types (
CircularString
,CompoundCurve
,MultiCurve
,CurvePolygon
,MultiSurface
) from WKB/WKT with GEOS >= 3.13; these types are not yet supported in Shapely and now raise aNotImplementedError
(#2160) - Fix the
project()
method to return a Python float (#2093).
Wheels include GEOS 3.11.4.
For a full changelog, see https://shapely.readthedocs.io/en/latest/release/2.x.html#version-2-0-7.