Skip to content

Commit

Permalink
Update 0.17.2 rel notes (#1655)
Browse files Browse the repository at this point in the history
* wip

* date
  • Loading branch information
watiss authored Aug 25, 2022
1 parent b9f5b84 commit a1fe908
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

# General information about the project.
project = "scvi-tools"
copyright = "2021, Yosef Lab, UC Berkeley"
copyright = "2022, Yosef Lab, UC Berkeley"
author = "The scvi-tools development team"

# The version info for the project you're documenting, acts as replacement
Expand Down
8 changes: 4 additions & 4 deletions docs/release_notes/v0.17.2.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# New in 0.17.2 (2022-08-23)
# New in 0.17.2 (2022-08-26)

## Changes
- Move `training` argument in {class}`~scvi.module.JaxVAE` constructor to a keyword argument into the call method. This simplifies the {class}`~scvi.module.base.JaxModuleWrapper` logic and avoids the reinstantiation of {class}`~scvi.module.JaxVAE` during evaluation [#1580].
- Add a static method on the BaseModelClass to return the AnnDataManger's full registry [#1617].
- Clarify docstrings for continuous and categorical covariate keys [#1637].
- Remove poetry lock, use newer build system [#1645].

## Breaking changes
None

## Bug Fixes
- Fix CellAssign to accept extra categorical covariates [#1629].
- Fix an issue where `max_epochs` is never determined heuristically for totalvi, instead it would always default to 400 [#1639].

## Breaking Changes
- Fix an issue where `max_epochs` is never determined heuristically for totalvi, instead it would always default to 400 [#1639].

## Contributors

- [@watiss]
Expand Down

0 comments on commit a1fe908

Please sign in to comment.