PMBio Muon Versions Save

muon is a multimodal omics Python framework

v0.1.5

11 months ago

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

v0.1.4

11 months ago

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

v0.1.3

1 year ago

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)

v0.1.2

2 years ago

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

v0.1.1

2 years ago

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

v0.1.0

2 years ago

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