We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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.
fast_hdbscan
Are there any plans to have new releases in PyPI?
The text was updated successfully, but these errors were encountered:
Yes, I should get on to that. Sorry for the issues.
Sorry, something went wrong.
Thank you!
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.
numpy>=2
cluster_tree.py
ignore = np.zeros(root + 1, dtype=np.bool8)
E AttributeError: module 'numpy' has no attribute 'bool8'
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: