Danesfield
Danesfield copied to clipboard
Switched to more efficient KDTree implementation in scipy
Switched to the cKDTree implementation of the kdtree algorithm in scipy since it performs better. This is only relevent to scipy versions less than 1.6, so if scipy is upgraded this change will not be necessary.