Skip to content

Commit

Permalink
Backport PR #1915: stage release 0.20.1 (#1916)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Gayoso <adamgayoso@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and adamgayoso committed Feb 21, 2023
1 parent 0dba7c4 commit 872ade2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/release_notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ is available in the [commit logs](https://github.com/YosefLab/scvi-tools/commits

#### Fixed

- Fixed computation of ELBO during training plan logging when using global kl terms [{pr}`1895`]
- Fixed computation of ELBO during training plan logging when using global kl terms. [{pr}`1895`]
- Fixed usage of {class}`scvi.train.SaveBestState` callback, which affected {class}`scvi.model.PEAKVI` training. If using {class}`~scvi.model.PEAKVI`, please upgrade. [{pr}`1913`]
- Fixed original seed for jax-based models to work with jax 0.4.4. [{pr}`1907`, {pr}`1909`]

### New in 0.20.0 (2023-02-01)

Expand Down
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.0"
version = "0.20.1"
description = "Deep probabilistic analysis of single-cell omics data."
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 872ade2

Please sign in to comment.