Skip to content

Commit 982a800

Browse files
authored
0.0.9 release (#64)
* Update CHANGELOG.md * Update pyproject.toml
1 parent f7b7de8 commit 982a800

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning][].
88
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
99
[semantic versioning]: https://semver.org/spec/v2.0.0.html
1010

11+
## 0.0.9 (2022-12-16)
12+
13+
- Add kbet ([#60][])
14+
- Add graph connectivty metric ([#61][])
15+
16+
[#60]: https://github.com/YosefLab/scib-metrics/pull/60
17+
[#61]: https://github.com/YosefLab/scib-metrics/pull/61
18+
1119
## 0.0.8 (2022-11-18)
1220

1321
- Switch to random kmeans initialization due to kmeans++ complexity issues ([#54][])

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = ["hatchling"]
55

66
[project]
77
name = "scib-metrics"
8-
version = "0.0.8"
8+
version = "0.0.9"
99
description = "Accelerated and Python-only scIB metrics"
1010
readme = "README.md"
1111
requires-python = ">=3.8"

0 commit comments

Comments
 (0)