Skip to content

Commit

Permalink
Backport PR #2584 on branch 1.1.x ([releases] add date for 1.1.2) (#2586
Browse files Browse the repository at this point in the history
)
  • Loading branch information
martinkim0 committed Mar 1, 2024
1 parent e114ab8 commit 95f2e1d
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion docs/release_notes/index.md
Expand Up @@ -7,7 +7,33 @@ is available in the [commit logs](https://github.com/scverse/scvi-tools/commits/
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html

### 1.1.2 (unreleased)
### 1.2.0 (unreleased)

#### Added

- Add new experimental functional API for hyperparameter tuning with
{func}`scvi.autotune.run_autotune` and {class}`scvi.autotune.AutotuneExperiment` to replace
{class}`scvi.autotune.ModelTuner`, {class}`scvi.autotune.TunerManager`, and
{class}`scvi.autotune.TuneAnalysis` {pr}`2561`.
- Add experimental class {class}`scvi.nn.Embedding` implementing methods for extending embeddings
{pr}`2574`.
- Add experimental support for representing batches with continuously-valued embeddings by passing
in `batch_representation="embedding"` to {class}`scvi.model.SCVI` {pr}`2576`.
- Add experimental mixin classes {class}`scvi.model.base.EmbeddingMixin` and
{class}`scvi.module.base.EmbeddingModuleMixin` {pr}`2576`.

#### Changed

- Deprecate {func}`scvi.data.cellxgene`, to be removed in v1.3. Please directly use the
[cellxgene-census](https://chanzuckerberg.github.io/cellxgene-census/) instead {pr}`2542`.

#### Removed

- Remove {class}`scvi.autotune.ModelTuner`, {class}`scvi.autotune.TunerManager`, and
{class}`scvi.autotune.TuneAnalysis` in favor of new experimental functional API with
{func}`scvi.autotune.run_autotune` and {class}`scvi.autotune.AutotuneExperiment` {pr}`2561`.

### 1.1.2 (2024-03-01)

#### Changed

Expand Down

0 comments on commit 95f2e1d

Please sign in to comment.