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

Deprecated statistics included in the manual #79

Closed Etruria89 closed 1 year ago

Etruria89 commented 2 years ago

Hello,

thanks for the great package!

I just had to struggle a bit figuring out how to make it work according to the manual: [https://pointpats.readthedocs.io/_/downloads/en/v2.0.0]

The manual in the "Distance Based Statistics" chapter, as well as most of the examples online that I found, still include the classes present in the "_deprecated_distance_statistics.py" file that is not in the init.py script. I included the: "from ._deprecated_distance_statistics import *" of that package to make it work with the deprecated functions

Do you suggest using the new distance functions that are in the script "distance_statistics.py" even if not indicated in the manual or it is the same?

Thanks!

martinfleis commented 1 year ago

The documentation has been updated to point to the new implementation. Thanks for the heads up!