Release Notes
Upgrading
To upgrade concave_hull to the latest version, use pip:
pip install -U concave_hull
Version 0.0.6 (2023-04-05)
- Integrate Grahams-Scan algorithm, drop scipy dependency
Version 0.0.5 (2023-03-04)
- Add macOS, Linux arm64 release
- Supports WGS84 data, add
is_wgs84:bool=Falseparameter
Version 0.0.4 (2023-03-03)
- Auto release to pypi
Version 0.0.3 (2023-03-02)
- Integrate scipy ConvexHull, add API:
concave_hull(points, *args, **kwargs)
Version 0.0.2 (2023-10-05)
- First release to pypi
You can also checkout releases on: