Skip to content

Commit 9f63380

Browse files
0.0.3 -> 0.0.4 (#29)
* Update CHANGELOG.md * Bump version: 0.0.3 → 0.0.4 * [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 0940e93 commit 9f63380

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.3
2+
current_version = 0.0.4
33
tag = True
44
commit = True
55

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ 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.4 (2022-10-10)
12+
13+
### Added
14+
15+
- NMI/ARI metric with Leiden clustering resolution optimization ([#24][])
16+
- iLISI/cLISI metrics ([#20][])
17+
18+
[#20]: https://github.com/YosefLab/scib-metrics/pull/20
19+
[#24]: https://github.com/YosefLab/scib-metrics/pull/24
20+
1121
## 0.0.1 - 0.0.3
1222

1323
See the [GitHub releases][https://github.com/yoseflab/scib-metrics/releases] for details.

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

0 commit comments

Comments
 (0)