Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 853 Bytes

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 853 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0b1] - 2023-02-21

⚠️ Breaking Changes

  • This release is a major rework of the mrvi model and is generally incompatible with the previous v0.x.x releases.

Added

  • New attention-based encoder/decoder components.
  • Model-based multivariate differential expression procedure at single-cell resolution.
  • Model-based differential abundance procedure at single-cell resolution.
  • Mismatched latent dimension sizes.
  • Optional mixture of gaussians prior. Can also make use of cell-type labels.
  • JAX implementation.