forked from scverse/scvi-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fcc0d7e
commit a120108
Showing
3 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters