Skip to content

Releases: scikit-learn-contrib/hdbscan

Minor fixes

18 Aug 19:46
Compare
Choose a tag to compare
Minor fixes Pre-release
Pre-release
Merge pull request #51 from whitewhim2718/fix-typos

Some small spelling/grammar fixes in "How HDBSCAN Works notebook

Cluster strengths

31 May 22:03
Compare
Choose a tag to compare
Cluster strengths Pre-release
Pre-release

Support for cluster strengths and general bug fixes.

Plotting refresh

29 Apr 23:45
Compare
Choose a tag to compare
Plotting refresh Pre-release
Pre-release

A visual refresh of the plotting routines, along with a series of bug fixes for various corner cases.

Working on Linux Again

29 Feb 01:32
Compare
Choose a tag to compare
Pre-release
0.7.2

Roll back _hdbscan_linkage to match 0.6.4 and remove some dead code.

Bugfix labelling

26 Feb 03:39
Compare
Choose a tag to compare
Bugfix labelling Pre-release
Pre-release

A very minor performance regression to get this fixed, but it eliminates segfaults on Linux, so is necessary.

Fixing Boruvka Issues and Dimensional Scaling

22 Feb 15:45
Compare
Choose a tag to compare

Boruvka scales poorly with dimension; by approximating the minimal spanning tree we can achieve far better scaling with dimension at the cost of slightly less accurate clustering. In testing the loss of accuracy seems very small, so I'm pushing it out with that defaulted to on.

Bug fix release

05 Dec 14:52
Compare
Choose a tag to compare
Bug fix release Pre-release
Pre-release

Fix bugs introduced when working around numpy performance regression.

Honda build requirements

04 Dec 03:12
Compare
Choose a tag to compare
Pre-release

Setting upper condo building

Bugfixes

04 Dec 02:59
Compare
Choose a tag to compare
Bugfixes Pre-release
Pre-release

Fix issues with 32 bit Windows installs
Fix issues caused by a performance regression in bumpy structured array accesses

More performance

02 Dec 02:48
Compare
Choose a tag to compare
More performance Pre-release
Pre-release

Better performance
Fixes for Robust Single Linkage
Faster cluster extraction from trees
New Notebooks