Bug fixes, minor improvements of docs, code formatting.
Changes
- Update black formatting to stable release ([1324]) - Refresh readme, move tasks image to docs ([1311]). - Add 0.14.5 release note to index ([1296]). - Add test to ensure extra {class}`~scvi.model.SCANVI` training of a pre-trained {class}`~scvi.model.SCVI` model does not change original model weights ([1284]). - Fix issue in {class}`~scvi.model.TOTALVI` protein background prior initialization to not include protein measurements that are known to be missing ([1282]). - Upper bound setuptools due to PyTorch import bug ([1309]).
Contributors
- [adamgayoso] - [watiss] - [jjhong922]
0.14.5
Bug fixes, new tutorials.
Changes
- Fix `kl_weight` floor for Pytorch-based models ([1269]). - Add support for more Pyro guides ([1267]). - Update scArches, harmonization tutorials, add basic R tutorial, tabula muris label transfer tutorial ([1274]).
Contributors
- [adamgayoso] - [jjhong922] - [watiss] - [vitkl]
0.14.4
Bug fixes, some tutorial improvements.
Changes
- `kl_weight` handling for Pyro-based models ([1242]). - Allow override of missing protein inference in {class}`~scvi.model.TOTALVI` ([1251]). This allows to treat all 0s in a particular batch for one protein as biologically valid. - Fix load documentation (e.g., {meth}`~scvi.model.SCVI.load`, {meth}`~scvi.model.TOTALVI.load`) ([1253]). - Fix model history on load with Pyro-based models ([1255]). - Model construction tutorial uses new static setup anndata ([1257]). - Add codebase overview figure to docs ([1231]).
Contributors
- [adamgayoso] - [jjhong922] - [watiss]
0.14.3
Bug fix.
Changes
- Bug fix to {func}`~scvi.model.base.BaseModelClass` to retain tensors registered by `register_tensor_from_anndata` ([1235]). - Expose an instance of our `DocstringProcessor` to aid in documenting derived implementations of `setup_anndata` method ([1235]).
Contributors
- [adamgayoso] - [jjhong922] - [watiss]
0.14.2
Bug fix and new tutorial.
Changes
- Bug fix in {class}`~scvi.external.RNAStereoscope` where loss was computed with mean for a minibatch instead of sum. This ensures reproducibility with the original implementation ([1228]). - New Cell2location contributed tutorial ([1232]).
Contributors
- [adamgayoso] - [jjhong922] - [vitkl] - [watiss]
0.14.1
Minor hotfixes.
Changes
- Filter out mitochrondrial genes as a preprocessing step in the Amortized LDA tutorial ([1213]) - Remove `verbose=True` argument from early stopping callback ([1216])