Skip to content

Releases: scikit-learn-contrib/hdbscan

release-0.8.39

12 Oct 01:52
dcb7b88
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release-0.8.38-2...release-0.8.39

release-0.8.38.post2

08 Oct 01:50
8f7c0e3
Compare
Choose a tag to compare

What's Changed

  • Fix typo's and avoid internal numpy API in branch detection code. by @JelmerBot in #654
  • Build for python 3.12, deprecate python 3.7

Full Changelog: release-0.8.38-1...release-0.8.38.post2

release-0.8.38-2

08 Oct 01:21
8f7c0e3
Compare
Choose a tag to compare

What's Changed

  • Fix typo's and avoid internal numpy API in branch detection code. by @JelmerBot in #654
  • Update build scripts to build wheels for python 3.12

Full Changelog: release-0.8.38-1...release-0.8.38-2

Fix build process...

05 Aug 22:10
2e7112d
Compare
Choose a tag to compare
release-0.8.38-1

Update setup.py

release-0.8.38

05 Aug 21:09
5931692
Compare
Choose a tag to compare

The major change here is the addition of Jelmer Bot's branch detection which allows long flares/branches to be separated into distinct clusters. This is a fairly major advance and should be useful for a number of important use cases.

What's Changed

New Contributors

Full Changelog: release-0.8.37...release-0.8.38

release-0.8.37

17 Jun 19:32
c5fcf4b
Compare
Choose a tag to compare

Pin numpy<2 for now since this breaks builds.

release-0.8.36

24 May 16:21
5d75efb
Compare
Choose a tag to compare

release-0.8.35

23 May 23:54
34be7d8
Compare
Choose a tag to compare

What's Changed

  • Update so it will compile with numpy 2.0 (hopefully)
  • Typo fix in docs/parameter_selection.rst by @Daniel-Mietchen in #632
  • correct typo in variable declaration by @cearlefraym in #635

New Contributors

Full Changelog: release-0.8.34-rc1...release-0.8.35

0.8.34-rc1

20 Nov 19:04
98928d0
Compare
Choose a tag to compare
0.8.34-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.8.33...release-0.8.34-rc1

Patching for recent Cython issues

18 Jul 17:50
813636b
Compare
Choose a tag to compare

Hopefully the last round of patches to work around recent issues introduced by a newer release of Cython