@@ -23,10 +23,13 @@ to [Semantic Versioning]. Full commit history is available in the
2323- Add consideration for missing monitor set during early stopping. {pr}` 3226 ` .
2424- Fix bug in SysVI get_normalized_expression function. {pr}` 3255 ` .
2525- Add support for IntegratedGradients for multimodal models. {pr}` 3264 ` .
26+ - Fix bug in resolVI get_normalized expression function. {pr}` 3308 ` .
27+ - Fix bug in resolVI gene-assay dispersion. {pr}` 3308 ` .
2628
2729#### Changed
2830
2931- Updated Scvi-Tools AWS hub to Weizmann instead of Berkeley. {pr}` 3246 ` .
32+ - Updated resolVI to use rapids-singlecell. {pr}` 3308 ` .
3033
3134#### Removed
3235
@@ -53,7 +56,7 @@ to [Semantic Versioning]. Full commit history is available in the
5356- Add scib-metrics support for {class}` scvi.autotune.AutotuneExperiment ` and
5457 {class}` scvi.train._callbacks.ScibCallback ` for autotune for scib metrics {pr}` 3168 ` .
5558- Add Support of dask arrays in AnnTorchDataset. {pr}` 3193 ` .
56- - Add a common use cases section in the docs user guide. {pr}` 3200 ` .
59+ - Add a {doc} ` /user_guide/use_case ` section in the docs, {pr}` 3200 ` .
5760- Add {class}` scvi.external.SysVI ` for cycle consistency loss and VampPrior {pr}` 3195 ` .
5861
5962#### Fixed
@@ -111,7 +114,7 @@ to [Semantic Versioning]. Full commit history is available in the
111114- Added adaptive handling for last training minibatch of 1-2 cells in case of
112115 ` datasplitter_kwargs={"drop_last": False} ` and ` train_size = None ` by moving them into
113116 validation set, if available. {pr}` 3036 ` .
114- - Add ` batch_key ` and ` labels_key ` to {meth} ` scvi.external.SCAR.setup_anndata ` . {pr}` 3045 ` .
117+ - Add ` batch_key ` and ` labels_key ` to ` scvi.external.SCAR.setup_anndata ` . {pr}` 3045 ` .
115118- Implemented variance of ZINB distribution. {pr}` 3044 ` .
116119- Support for minified mode while retaining counts to skip the encoder.
117120- New Trainingplan argument ` update_only_decoder ` to use stored latent codes and skip training of
@@ -125,7 +128,7 @@ to [Semantic Versioning]. Full commit history is available in the
125128- Breaking Change: Fix ` get_outlier_cell_sample_pairs ` function in {class}` scvi.external.MRVI `
126129 to correctly compute the maxmimum log-density across in-sample cells rather than the
127130 aggregated posterior log-density {pr}` 3007 ` .
128- - Fix references to ` scvi.external ` in {meth} ` scvi.external.SCAR.setup_anndata ` .
131+ - Fix references to ` scvi.external ` in ` scvi.external.SCAR.setup_anndata ` .
129132- Fix gimVI to append mini batches first into CPU during get_imputed and get_latent operations {pr}` 3058 ` .
130133
131134#### Changed
@@ -137,9 +140,9 @@ to [Semantic Versioning]. Full commit history is available in the
137140#### Added
138141
139142- Add support for Python 3.12 {pr}` 2966 ` .
140- - Add support for categorial covariates in scArches in {class} ` scvi.model.base.ArchesMixin ` {pr}` 2936 ` .
143+ - Add support for categorial covariates in scArches in ` scvi.model.archesmixin ` {pr}` 2936 ` .
141144- Add assertion error in cellAssign for checking duplicates in celltype markers {pr}` 2951 ` .
142- - Add {meth} ` scvi.external.POISSONVI .get_region_factors ` {pr}` 2940 ` .
145+ - Add ` scvi.external.poissonvi .get_region_factors ` {pr}` 2940 ` .
143146- {attr}` scvi.settings.dl_persistent_workers ` allows using persistent workers in
144147 {class}` scvi.dataloaders.AnnDataLoader ` {pr}` 2924 ` .
145148- Add option for using external indexes in data splitting classes that are under ` scvi.dataloaders `
0 commit comments