Metadata-Version: 2.4
Name: bf44-hdbscan-0844
Version: 1.0.0
Summary: Unofficial pinned rebuild of hdbscan 0.8.44 with additional wheels (incl. linux-aarch64). Imports as `hdbscan`. See https://github.com/scikit-learn-contrib/hdbscan
Author-email: Leland McInnes <leland.mcinnes@gmail.com>
License: BSD
Project-URL: Homepage, http://github.com/scikit-learn-contrib/hdbscan
Keywords: cluster,clustering,density,hierarchical
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy<3,>=1.20
Requires-Dist: scipy>=1.0
Requires-Dist: scikit-learn>=1.6
Requires-Dist: joblib>=1.0
Dynamic: license-file

bf44-hdbscan-0844
=================

This is an **unofficial, pinned rebuild** of ``hdbscan`` version ``0.8.44``,
published privately by @billfreeman44 as a temporary workaround to obtain
additional platform wheels (including ``linux-aarch64``).

It installs as the ``hdbscan`` import, i.e. it is a drop-in replacement:

::

    $ pip install bf44-hdbscan-0844
    >>> import hdbscan

For documentation, source code, issues, and everything else, see the upstream
project:

    https://github.com/scikit-learn-contrib/hdbscan
