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 deprecation #91

Closed weikang9009 closed 1 year ago

weikang9009 commented 1 year ago

partially address https://github.com/pysal/pointpats/issues/89

handle scipy's deprecation since v1.8.0: /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.