From d575ea4633ffaa2bb0c967c99bb0ef82c5fcb3f6 Mon Sep 17 00:00:00 2001 From: moinfar Date: Fri, 27 Feb 2026 09:12:21 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea47fe0..9f517a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning][]. ## [Unreleased] +### Removed +- Remove old interpretability modules in drvi.util (slower) in favor of model mixins. + +## [Unreleased] + ### Added - Added within distribution interpretability - An efficient implementation of out-of-distribution interpretability is added From 17cc5f870af5334124956f345aeeeff273553c73 Mon Sep 17 00:00:00 2001 From: moinfar Date: Fri, 27 Feb 2026 09:12:40 +0100 Subject: [PATCH 2/2] update package version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1de140d..486a957 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "hatchling" ] [project] name = "drvi-py" -version = "0.2.2" +version = "0.3.0" description = "Unsupervised Deep Disentangled Representation of Single-Cell Omics" readme = "README.md" license = { file = "LICENSE" }