From 982a800d318d656a23cbb63eee920c34c9149753 Mon Sep 17 00:00:00 2001 From: Adam Gayoso Date: Fri, 16 Dec 2022 19:44:43 -0800 Subject: [PATCH] 0.0.9 release (#64) * Update CHANGELOG.md * Update pyproject.toml --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efb19db..5d88be2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ 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.0.9 (2022-12-16) + +- Add kbet ([#60][]) +- Add graph connectivty metric ([#61][]) + +[#60]: https://github.com/YosefLab/scib-metrics/pull/60 +[#61]: https://github.com/YosefLab/scib-metrics/pull/61 + ## 0.0.8 (2022-11-18) - Switch to random kmeans initialization due to kmeans++ complexity issues ([#54][]) diff --git a/pyproject.toml b/pyproject.toml index 6a2799b..708b442 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["hatchling"] [project] name = "scib-metrics" -version = "0.0.8" +version = "0.0.9" description = "Accelerated and Python-only scIB metrics" readme = "README.md" requires-python = ">=3.8"