File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning][].
8
8
[ keep a changelog ] : https://keepachangelog.com/en/1.0.0/
9
9
[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
10
10
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
+
11
19
## 0.0.8 (2022-11-18)
12
20
13
21
- Switch to random kmeans initialization due to kmeans++ complexity issues ([ #54 ] [ ] )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requires = ["hatchling"]
5
5
6
6
[project ]
7
7
name = " scib-metrics"
8
- version = " 0.0.8 "
8
+ version = " 0.0.9 "
9
9
description = " Accelerated and Python-only scIB metrics"
10
10
readme = " README.md"
11
11
requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments