File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 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][].
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 ] [ ] )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requires = ["hatchling"]
55
66[project ]
77name = " scib-metrics"
8- version = " 0.0.8 "
8+ version = " 0.0.9 "
99description = " Accelerated and Python-only scIB metrics"
1010readme = " README.md"
1111requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments