New in 0.18.0 (2022-10-12)#

Major Changes#

  • Add latent mode support in SCVI #1672. This allows for loading a model using latent representations only (i.e. without the full counts). Not only does this speed up inference by using the cached latent distribution parameters (thus skipping the encoding step), but this also helps in scenarios where the full counts are not available but cached latent parameters are. We provide utility functions and methods to dynamically convert a model to latent mode.

  • Added SCAR as an external model for ambient RNA removal #1683.

  • Add weight support to MULTIVI #1697.

Minor changes#

Breaking changes#

None

Bug Fixes#

  • Fix links for breast cancer and mouse datasets #1709.

  • fix quick start notebooks not showing #1733.

Contributors#