Skip to content

Releases: scikit-learn-contrib/hdbscan

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

Minor patch release

17 Jul 18:59
Compare
Choose a tag to compare

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

17 Jul 18:38
Compare
Choose a tag to compare

Resolve recent build issues with full module name resolution

Full Changelog: 0.8.30...0.8.31

Minor patch release 0.8.30

05 Jul 00:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.29...0.8.30

WIndows Wheels

31 Oct 20:21
Compare
Choose a tag to compare
0.8.29-1

Try github actions to upload windows wheels to PyPI

Minor patch release 0.8.29

31 Oct 17:23
Compare
Choose a tag to compare

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

Full Changelog: 0.8.28...0.8.29

Push Wheels to PyPI

08 Feb 17:15
Compare
Choose a tag to compare
0.8.28.wheels

Python 3.6 is deprecated; remove from testing

Resync tags

08 Feb 15:44
Compare
Choose a tag to compare

Resync release tags with PyPI

0.8.27

08 Feb 15:36
2179c24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.26...0.8.27