Unidata / MetPy

MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.
https://unidata.github.io/MetPy/
BSD 3-Clause "New" or "Revised" License
1.26k stars 415 forks source link

MNT: Replace cKDTree with KDTree. #3659

Closed DWesl closed 1 month ago

DWesl commented 1 month ago

Description Of Changes

SciPy 1.6 merged cKDTree and KDTree, with the former name now an alias for the latter.

Checklist