Skip to content

Releases: scverse/muon

muon v0.1.6

01 Aug 01:56
Compare
Choose a tag to compare

Fixes and enhancements

  • ✨ extend _l2norm for sparse inputs (#114)
  • improve data type handling for MOFA (#112)
  • improve compatibility with the recent scanpy versions (#136)

muon v0.1.5

08 Jun 08:53
31a45d7
Compare
Choose a tag to compare

Fixes

  • fix handling and saving colour palettes in MuData for categorical and continuous variables (#109)
  • fix when using sparse matrices in the MOFA interface to combine modalities with missing samples (#106)
  • fix error messages (#95) and mixing metadata and features (#96) when plotting across modalities

muon v0.1.4

07 Jun 09:07
ae15b50
Compare
Choose a tag to compare

Improvements and fixes

  • mu.pp.intersect_obs now works for modalities that have no .X (#93)
  • mu.pl.embedding now saves the colour palette in .uns
  • ac.pl.fragment_histogram and mu.pl.histogram now have save/show arguments (#101)
  • ac.tl.count_fragments_features now has a stranded argument
  • ac.tl.nucleosome_signal now works on more pysam setups (#105)
  • support for numpy 1.24 and newer scanpy versions

muon v0.1.3

20 Feb 20:12
4a25d6c
Compare
Choose a tag to compare

Tools

  • MOFA can be now run in the stochastic mode (SVI) using the new arguments for muon.tl.mofa (#47)
  • Model weights can be visualised with mu.pl.mofa_loadings

Plotting

  • Plotting module has gained new plots such as mu.pl.scatter (#48)
  • It is now possible to define layers as {modality: layer} in mu.pl.scatter

ATAC module

  • pysam not being installed is now handled more gracefully (#46)
  • Improvements to the TF-IDF normalisation interface including view handling (#88)

General

  • sklearn vs scikit-learn dependency issue is fixed (#91)

muon v0.1.2

13 Dec 13:07
9ae8226
Compare
Choose a tag to compare

This is a point release with fixes. Consecutive in-place filtering now works as expected (#43).

muon v0.1.1

08 Oct 16:27
880a3a7
Compare
Choose a tag to compare

An update to muon with fixes and improvements. MuData has found a new home in a standalone package.

muon v0.1.0

07 Jun 21:16
Compare
Choose a tag to compare

Initial muon release with MuData, atac and prot modules, and multi-omics integration with MOFA and WNN.