diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a47850..d94ea76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning][]. ## [Unreleased] +### Removed +- Remove old interpretability modules in drvi.util (slower) in favor of model mixins. + ## [0.2.3] - 2026-02-27 ### Added diff --git a/pyproject.toml b/pyproject.toml index 1e6a482..486a957 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "hatchling" ] [project] name = "drvi-py" -version = "0.2.3" +version = "0.3.0" description = "Unsupervised Deep Disentangled Representation of Single-Cell Omics" readme = "README.md" license = { file = "LICENSE" }