sgoodm / python-distance-rasters

Generate distance raster given set of geometry features
BSD 3-Clause "New" or "Revised" License
18 stars 4 forks source link

Drop Python 3.6 support? (KDTree function) #12

Closed sgoodm closed 1 year ago

sgoodm commented 3 years 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