diff --git a/CHANGELOG.md b/CHANGELOG.md index 732b9f3..9b2917d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ 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 +## Version 0.3.0 + +### Added + +- `SCANVIBoostrapper` for automatic bootstrapping [bb7d12b](https://github.com/brickmanlab/scanvi-explainer/pull/4/commits/bb7d12bb99f85ac832a0fc373383513e310ae16e) +- `mypy` linting as part of CI [236bb75](https://github.com/brickmanlab/scanvi-explainer/pull/4/commits/236bb75db072bffad52fa58756cd0ef071ed6116) + +### Fixed + +- Readonly warning when creating train and test `Tensor` objects [4442efc](https://github.com/brickmanlab/scanvi-explainer/pull/4/commits/4442efc81235807c8d778549e2c025c9d75b0018) + + ## Version 0.2.0 > [!WARNING] diff --git a/pyproject.toml b/pyproject.toml index 06d5aab..9605477 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "scanvi-explainer" -version = "0.3.0dev" +version = "0.3.0" description = "Exapliner of scANVI using SHAP" authors = [ {name = "Martin Proks", email = "martin.proks@sund.ku.dk"},