From 19b31e20b68130053e29059ea907dfcfb13467af Mon Sep 17 00:00:00 2001 From: Adam Gayoso Date: Sun, 8 Oct 2023 22:32:29 +0200 Subject: [PATCH 1/4] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68a8713..ed48fdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["hatchling"] [project] name = "scib-metrics" -version = "0.4.0" +version = "0.4.1" description = "Accelerated and Python-only scIB metrics" readme = "README.md" requires-python = ">=3.9" From fe2e15a126770bb9caeead310414382d807c20c9 Mon Sep 17 00:00:00 2001 From: Adam Gayoso Date: Sun, 8 Oct 2023 22:32:40 +0200 Subject: [PATCH 2/4] Update .bumpversion.cfg --- .bumpversion.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6e46e66..2579f1c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.4.1 tag = True commit = True From 317a30ac422a649922e3ae8c628f4d6d22708d27 Mon Sep 17 00:00:00 2001 From: Adam Gayoso Date: Sun, 8 Oct 2023 22:33:58 +0200 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed6706c..4435a69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning][]. [keep a changelog]: https://keepachangelog.com/en/1.0.0/ [semantic versioning]: https://semver.org/spec/v2.0.0.html + +## 0.4.1 (2023-10-08) + +- Fix KMeans. All previous versions had a bug with KMeans and ARI/NMI metrics are not reliable with this clustering. ([#115][]) + +[#115]: https://github.com/YosefLab/scib-metrics/pull/115 + ## 0.4.0 (2023-09-19) - Drop Python 3.8 ([#107][]) From 58d7b2d9a14c8b1fba3668478e2f6108ce37cb9a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 20:34:23 +0000 Subject: [PATCH 4/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4435a69..4a793b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning][]. [keep a changelog]: https://keepachangelog.com/en/1.0.0/ [semantic versioning]: https://semver.org/spec/v2.0.0.html - ## 0.4.1 (2023-10-08) - Fix KMeans. All previous versions had a bug with KMeans and ARI/NMI metrics are not reliable with this clustering. ([#115][])