bellockk / alphashape

Toolbox for constructing alpha shapes.
MIT License
259 stars 28 forks source link

Fix incompatibility with shapely 2.0 #38

Closed HanatoK closed 1 year ago

HanatoK commented 1 year ago

This commit should be able to fix #36 and #37.

PrimozGodec commented 1 year ago

@bellockk I would be happy if this PR could be considered and merged.

mwtoews commented 1 year ago

Note that MultiPoint(list(points)).geoms works for all shapely versions, not just 2.0, so no version check is needed.

PiNuessle commented 2 months ago

I understand that this change has been merged into the latest version, but can we please bump it to production? It currently is not part of alphashape 1.3.1 as downloaded from pip, and that makes the current version of alphashape incompatible with the current version of shapely (which is the only one compatible with python 3.12). Thank you.