Skip to content

Commit

Permalink
prep release (scverse#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgayoso authored and nrclaudio committed Jun 21, 2022
1 parent fcc0d7e commit a120108
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
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.5
v0.15.4
v0.15.3
v0.15.2
Expand Down
25 changes: 25 additions & 0 deletions docs/release_notes/v0.15.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# New in 0.15.5 (2022-04-06)

## Changes
- Add common types file [#1467].
- New default is to not pin memory during training when using a GPU. This is much better for shared GPU environments without any performance regression [#1473].


## Bug fixes
- Fix LDA user guide bugs [#1479].
- Fix unnecessary warnings, double logging [#1475].


## Contributors

- [@jjhong922]
- [@adamgayoso]

[#1479]: https://github.com/YosefLab/scvi-tools/pull/1479
[#1475]: https://github.com/YosefLab/scvi-tools/pull/1475
[#1467]: https://github.com/YosefLab/scvi-tools/pull/1467
[#1473]: https://github.com/YosefLab/scvi-tools/pull/1473


[@adamgayoso]: https://github.com/adamgayoso
[@jjhong922]: https://github.com/jjhong922
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.4"
version = "0.15.5"

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

0 comments on commit a120108

Please sign in to comment.