Skip to content

Commit

Permalink
Backport PR #1973: Bump version to 0.20.3 (#1974)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Kim <46072231+martinkim0@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and martinkim0 committed Mar 21, 2023
1 parent 759e89e commit cb17e10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/release_notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ is available in the [commit logs](https://github.com/YosefLab/scvi-tools/commits

## Version 0.20

### 0.20.3 (2023-MM-DD)
### 0.20.3 (2023-03-21)

#### Fixed

- Fix totalVI differential expression when integer sequential protein names are automatically used {pr}`1951`
- Fix peakVI scArches test case {pr}`1962`
- Fix totalVI differential expression when integer sequential protein names are automatically used {pr}`1951`.
- Fix peakVI scArches test case {pr}`1962`.

#### Changed

- Allow passing in `map_location` into {meth}`~scvi.hub.Metadata.from_dir` and {meth}`~scvi.hub.HubModelCardHelper.from_dir` and set default to `"cpu"` {pr}`1960`.
- Updated tutorials {pr}`1966`
- Updated tutorials {pr}`1966`.

### 0.20.2 (2023-03-10)

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/notebooks
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = ["hatchling"]

[project]
name = "scvi-tools"
version = "0.20.2"
version = "0.20.3"
description = "Deep probabilistic analysis of single-cell omics data."
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit cb17e10

Please sign in to comment.