scikit-learn-contrib / hdbscan

A high performance implementation of HDBSCAN clustering.
http://hdbscan.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
2.81k stars 507 forks source link

Fixed DeprecationWarning in hdbscan/hdbscan_.py #612

Closed gerald-ftk closed 1 year ago

gerald-ftk commented 1 year ago

Fixes DeprecationWarning: `alltrue` is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please use `all` instead.

lmcinnes commented 1 year ago

Thanks!