From 872ade25c521be0086231a134879a9c0c9b57022 Mon Sep 17 00:00:00 2001 From: MeeseeksMachine <39504233+meeseeksmachine@users.noreply.github.com> Date: Tue, 21 Feb 2023 03:36:48 +0100 Subject: [PATCH] Backport PR #1915: stage release 0.20.1 (#1916) Co-authored-by: Adam Gayoso --- docs/release_notes/index.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/release_notes/index.md b/docs/release_notes/index.md index 8c907885f0..339faa869b 100644 --- a/docs/release_notes/index.md +++ b/docs/release_notes/index.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 00de1c971b..08de894cc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"