Skip to content

Commit

Permalink
Backport PR scverse#1466: Prep 0.15.4 release (scverse#1471)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Gayoso <[email protected]>
  • Loading branch information
meeseeksmachine and adamgayoso authored Mar 28, 2022
1 parent fc7688e commit eed6271
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/release_notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ is available in the [commit logs](https://github.com/YosefLab/scvi-tools/commits
```{toctree}
:maxdepth: 2
v0.15.4
v0.15.3
v0.15.2
v0.15.1
Expand Down
25 changes: 25 additions & 0 deletions docs/release_notes/v0.15.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# New in 0.15.4 (2022-03-28)

## Changes
- Add peakVI publication reference [#1463].
- Update notebooks with new install functionality for Colab [#1466].
- Simplify changing the training plan for pyro [#1470].
- Optionally scale ELBO by a scalar in {class}`~scvi.train.PyroTrainingPlan` [#1469].

## Bug fixes


## Contributors

- [@jjhong922]
- [@adamgayoso]
- [@vitkl]

[#1463]: https://github.com/YosefLab/scvi-tools/pull/1463
[#1466]: https://github.com/YosefLab/scvi-tools/pull/1466
[#1469]: https://github.com/YosefLab/scvi-tools/pull/1469
[#1470]: https://github.com/YosefLab/scvi-tools/pull/1470

[@adamgayoso]: https://github.com/adamgayoso
[@jjhong922]: https://github.com/jjhong922
[@vitkl]: https://github.com/vitkl
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 @@ -27,7 +27,7 @@ packages = [
{include = "scvi"},
]
readme = "README.md"
version = "0.15.3"
version = "0.15.4"

[tool.poetry.dependencies]
anndata = ">=0.7.5"
Expand Down

0 comments on commit eed6271

Please sign in to comment.