Skip to content

Commit

Permalink
0.0.9 release (#64)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update pyproject.toml
  • Loading branch information
adamgayoso authored Dec 17, 2022
1 parent f7b7de8 commit 982a800
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning][].
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html

## 0.0.9 (2022-12-16)

- Add kbet ([#60][])
- Add graph connectivty metric ([#61][])

[#60]: https://github.com/YosefLab/scib-metrics/pull/60
[#61]: https://github.com/YosefLab/scib-metrics/pull/61

## 0.0.8 (2022-11-18)

- Switch to random kmeans initialization due to kmeans++ complexity issues ([#54][])
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = ["hatchling"]

[project]
name = "scib-metrics"
version = "0.0.8"
version = "0.0.9"
description = "Accelerated and Python-only scIB metrics"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 982a800

Please sign in to comment.