Skip to content

Commit

Permalink
release: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matq007 committed Sep 27, 2024
1 parent 5a85c7c commit e3f9eef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"},
Expand Down

0 comments on commit e3f9eef

Please sign in to comment.