Skip to content

Commit 6efb305

Browse files
008 release (#56)
* Bump version * Update .bumpversion.cfg * Update CHANGELOG.md * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 595efc5 commit 6efb305

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.7
2+
current_version = 0.0.8
33
tag = True
44
commit = True
55

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.8 (2022-11-18)
12+
13+
- Switch to random kmeans initialization due to kmeans++ complexity issues ([#54][])
14+
- Begin fixes to make kmeans++ initialization faster ([#49][])
15+
16+
[#54]: https://github.com/YosefLab/scib-metrics/pull/54
17+
[#49]: https://github.com/YosefLab/scib-metrics/pull/49
18+
1119
## 0.0.7 (2022-10-31)
1220

1321
- Fix memory issue in `KMeansJax` by using `_kmeans_full_run` with `map` instead of `vmap` ([#45][])

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.7"
8+
version = "0.0.8"
99
description = "Accelerated and Python-only scIB metrics"
1010
readme = "README.md"
1111
requires-python = ">=3.8"

0 commit comments

Comments
 (0)