Skip to content

Releases: scikit-learn-contrib/hdbscan

Fix for issue #62

15 Sep 13:04

Choose a tag to compare

Fix for issue #62 Pre-release
Pre-release
0.8.2

Bump version for issue #62 that was fixed earlier but didn't make 0.8.1

Minor fixes

18 Aug 19:46

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

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

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

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

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

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

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

Choose a tag to compare

Pre-release

Setting upper condo building

Bugfixes

04 Dec 02:59

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