Skip to content

Commit

Permalink
release: v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matq007 committed Sep 27, 2024
1 parent 7b5acce commit 3cda35f
Show file tree
Hide file tree
Showing 3 changed files with 345 additions and 24 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ 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.1

### Added

- `SCANVIBoostrapper.save` for saving bootstrap results into feather format [0ebd757]
- New parameter `gene_symbols` for `plots.feature_plot` and `SCANVIBoostrapper.feature_plot` [81349a7]

### Changed

- Empty subplots are removed from the figure [81349a7]

## Version 0.3.0

### Added
Expand Down
355 changes: 332 additions & 23 deletions docs/notebooks/Example.ipynb

Large diffs are not rendered by default.

3 changes: 2 additions & 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.0"
version = "0.3.1"
description = "Exapliner of scANVI using SHAP"
authors = [
{name = "Martin Proks", email = "[email protected]"},
Expand All @@ -17,6 +17,7 @@ keywords = ["shap", "scanvi", "explainer", "interpretability"]
dependencies = [
"anndata",
"pandas<=2.0", # required by scvi-tool for now
"pyarrow",
"rich",
"seaborn",
"scvi-tools",
Expand Down

0 comments on commit 3cda35f

Please sign in to comment.