Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CHANGELOG for GLOSH
Browse files Browse the repository at this point in the history
msk committed Nov 29, 2024
1 parent c5bb1f0 commit f5588b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,16 @@ file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

- `HDbscan::fit` now returns an additional `Vec` that contains the score of
each outlier. The score is computed from the [[GLOSH]] (Global-Local Outlier
Score from Hierarchies) algorithm.

[[GLOSH]]: https://dl.acm.org/doi/10.1145/2733381

Check failure on line 16 in CHANGELOG.md

GitHub Actions / check

Bare URL used [Context: "https://dl.acm.org/doi/10.1145..."]

## [0.10.0] - 2024-11-01

### Changed
@@ -118,6 +128,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- The [OPTICS](https://en.wikipedia.org/wiki/OPTICS_algorithm) clustering
algorithm.

[Unreleased]: https://github.com/petabi/petal-clustering/compare/0.10.0...main
[0.10.0]: https://github.com/petabi/petal-clustering/compare/0.9.0...0.10.0
[0.9.0]: https://github.com/petabi/petal-clustering/compare/0.8.0...0.9.0
[0.8.0]: https://github.com/petabi/petal-clustering/compare/0.7.0...0.8.0

0 comments on commit f5588b5

Please sign in to comment.