Skip to content

Commit

Permalink
Update changelog info for the next version (v0.1.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtca committed Feb 20, 2023
1 parent 7bb60c0 commit 4a25d6c
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,18 @@ v0.1.3
------

This release comes with new features and improvements:
* MOFA can be now run in the stochastic mode (SVI) using the new arguments for :func:`muon.tl.mofa`
* MOFA model weights can be visualised with :func:`mu.pl.mofa_loadings`
* Plotting module has gained new plots such as :func:`muon.pl.scatter`
* It is now possible to define layers as `{modality: layer}` in :func:`mu.pl.embedding`
* `pysam` not being installed is now handled more gracefully (#46).

* MOFA can be now run in the stochastic mode (SVI) using the new arguments for :func:`muon.tl.mofa`.

* MOFA model weights can be visualised with :func:`muon.pl.mofa_loadings`.

* Plotting module has gained new plots such as :func:`muon.pl.scatter`.

* It is now possible to define layers as ``{modality: layer}`` in :func:`mu.pl.embedding`.

* Improvements to the TF-IDF normalisation interface including view handling.

* Dependencies are handled better now such as ``pysam`` and ``scikit-learn``.

v0.1.2
------
Expand Down

0 comments on commit 4a25d6c

Please sign in to comment.