Skip to content

Commit

Permalink
Release (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-whitehead authored Oct 11, 2024
1 parent fe4a496 commit ec8ae9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 0.8.2 2024-10-11
## Changes
- Fix for a bug that occurred when `allow_single_cluster` was set to true. If you want to run clustering with
this hyper parameter set to true, then it is strongly recommended that you use this version or higher.
- Cluster centers for geographical clusters.

# Version 0.8.1 2024-09-18
## Changes
- Consistency in cluster labels between runs of the algorithm. If you ran clustering on the same data numerous times,
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hdbscan"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
authors = [ "Tom Whitehead <[email protected]>", ]
description = "HDBSCAN clustering in pure Rust. A huge improvement on DBSCAN, capable of identifying clusters of varying densities."
Expand Down

0 comments on commit ec8ae9a

Please sign in to comment.