Releases: scikit-learn-contrib/hdbscan
Releases · scikit-learn-contrib/hdbscan
Patching for recent Cython issues
Hopefully the last round of patches to work around recent issues introduced by a newer release of Cython
Minor patch release
Cython 3 introduces a number of issues; prevent using Cython 3 for compilation until we've worked through all the changes required.
Minor patch release
Resolve recent build issues with full module name resolution
Full Changelog: 0.8.30...0.8.31
Minor patch release 0.8.30
What's Changed
- Changes to support scikit-learn 1.3
- Fix typo in docstring by @yoavram in #573
- Set seed for generating noisy data by @gclendenning in #594
New Contributors
- @yoavram made their first contribution in #573
- @gclendenning made their first contribution in #594
Full Changelog: 0.8.29...0.8.30
WIndows Wheels
0.8.29-1 Try github actions to upload windows wheels to PyPI
Minor patch release 0.8.29
What's Changed
- Fix malformed list in docs by @dmlls in #535
- Incorrect initialization in BallTreeBoruvka dual_tree_traversal by @GregDemand in #508
- hdbscan: add support to other types of input integers by @jcfaracco in #540
- Add parameter to DBCV which toggles the usage of mutual reachability distances by @luis261 in #552
- Fixed: validity index no longer returning nan by @tadorfer in #558
- Use a positional argument for the cachedir/location by @lmcinnes in #563
New Contributors
- @dmlls made their first contribution in #535
- @jcfaracco made their first contribution in #540
- @luis261 made their first contribution in #552
- @tadorfer made their first contribution in #558
- @lmcinnes made their first contribution in #563
Full Changelog: 0.8.28...0.8.29
Push Wheels to PyPI
0.8.28.wheels Python 3.6 is deprecated; remove from testing
Resync tags
Resync release tags with PyPI
0.8.27
What's Changed
- Added axis control on colourbars by @tomcharnock in #365
- Fixing typos by @cassmarcussen in #366
- Predict score by @Rhaedonius in #368
- fix issue 370 by @neontty in #371
- fix the core distance computation can only use 4 cores. by @GorvinChen in #377
- Issue 370 by @neontty in #385
- Fixed line widths for single linkage dendrograms with duplicate lambda_val by @GregDemand in #391
- Module for flat clustering by @sabarish-akridata in #398
- Improved union-find data structure implementation by @kylehofmann in #412
- fixes #370 -- epsilon search would crash when root node in leaf list by @neontty in #400
- let root children size==1 to join root node in allow_single based on 1/eps by @neontty in #418
- fix issue-436 unused deprecated joblib option by @neontty in #438
- Fix build errors by @gansanay in #449
- update build by @gansanay in #450
- Fix mismatching clusters probabilities in softclustering by @narjes23 in #454
- Fixing typos in "Don't be wrong!" section by @hovikgas in #455
- Update pyproject.toml to use oldest-supported-numpy by @stradigi-mario-bruno in #458
- Fix numpy 1.20 deprecation warnings by @rmcgibbo in #468
- max_cluster_size parameter by @Rocketknight1 in #410
- Fix typos by @julienschuermans in #489
- handle non-finite valued vectors by @jc-healy in #497
- Fixed the bug that joblib uses memory mapping when data size is too large by @ginward in #495
- Fix ZeroDivisionError: float division error when computing per_cluster_scores by @Dicksonchin93 in #502
- Update requirements.txt by @Ben-Epstein in #503
- Fixed off by one errors in min_samples for multiple algorithms by @GregDemand in #394
- Modified Prims to generate MST by @pberba in #315
- Remove usage of six by @rahulporuri in #516
- dbscan cluster extraction by @jc-healy in #519
New Contributors
- @tomcharnock made their first contribution in #365
- @cassmarcussen made their first contribution in #366
- @Rhaedonius made their first contribution in #368
- @neontty made their first contribution in #371
- @GorvinChen made their first contribution in #377
- @GregDemand made their first contribution in #391
- @sabarish-akridata made their first contribution in #398
- @kylehofmann made their first contribution in #412
- @gansanay made their first contribution in #449
- @narjes23 made their first contribution in #454
- @hovikgas made their first contribution in #455
- @stradigi-mario-bruno made their first contribution in #458
- @rmcgibbo made their first contribution in #468
- @Rocketknight1 made their first contribution in #410
- @julienschuermans made their first contribution in #489
- @jc-healy made their first contribution in #497
- @ginward made their first contribution in #495
- @Dicksonchin93 made their first contribution in #502
- @Ben-Epstein made their first contribution in #503
- @pberba made their first contribution in #315
- @rahulporuri made their first contribution in #516
Full Changelog: 0.8.26...0.8.27