TutteInstitute / fast_hdbscan

A fast multi-core implementation of HDBSCAN for low dimensional Euclidean spaces
BSD 2-Clause "Simplified" License
89 stars 8 forks source link

Upload new versions to PyPI #17

Open apcamargo opened 11 months ago

apcamargo commented 11 months ago

Hi,

I'm trying to create a conda-forge recipe for fast_hdbscan, but the Windows build is failing due to a bug that has been fixed in version 0.1.1. However, I can't create a recipe for newer releases because they are not in PyPI.

Are there any plans to have new releases in PyPI?

lmcinnes commented 11 months ago

Yes, I should get on to that. Sorry for the issues.

apcamargo commented 11 months ago

Thank you!

RogerHYang commented 1 week ago

Is there an update on this issue?

I'm encountering the following problem with numpy>=2 using the version on pypi regarding line 134 of cluster_tree.py.

    ignore = np.zeros(root + 1, dtype=np.bool8)
E   AttributeError: module 'numpy' has no attribute 'bool8'