pysal / pointpats

Planar Point Pattern Analysis in PySAL
https://pysal.org/pointpats/
BSD 3-Clause "New" or "Revised" License
83 stars 26 forks source link

Handle SciPy and libpysal deprecations #89

Open martinfleis opened 1 year ago

martinfleis commented 1 year ago

The CI is currently showing a deprecations from SciPy, libpysal and a few others that would be good to tackle. See https://github.com/pysal/pointpats/actions/runs/4287451301/jobs/7468323178

/Users/runner/work/pointpats/pointpats/pointpats/geometry.py:134: DeprecationWarning: Please use `ConvexHull` from the `scipy.spatial` namespace, the `scipy.spatial.qhull` namespace is deprecated.
/Users/runner/micromamba-root/envs/test/lib/python3.11/site-packages/libpysal/cg/shapes.py:1208: FutureWarning: Objects based on the `Geometry` class will deprecated and removed in a future version of libpysal.