Closed sgoodm closed 1 year ago
As of SciPy v1.6.0, cKDTree is identical to KDTree, and the name is only kept for backward compatibility.
https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.cKDTree.html
Until cKDTree is fully deprecated, I am going to leave it rather than enforce scipy>=1.6.0, as that would also require dropping support for Python 3.6
As of SciPy v1.6.0, cKDTree is identical to KDTree, and the name is only kept for backward compatibility.
https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.cKDTree.html
Until cKDTree is fully deprecated, I am going to leave it rather than enforce scipy>=1.6.0, as that would also require dropping support for Python 3.6