------------------
Bug fixes:
- 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 a
``NotImplementedError`` (2160)
- Fix the ``project`` method to return a Python float (2093).