8000 Releases · scvae/scvae · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: scvae/scvae

scVAE 2.1.4

30 Jun 07:08
Compare
Choose a tag to compare
  • Better handling of indefinite losses during training.

scVAE 2.1.3

29 Jun 12:28
Compare
Choose a tag to compare
  • Fix loading cell and gene names for H5 data sets.
  • Report expected model directory path when scVAE cannot find a model during evaluation for easier troubleshooting.

scVAE 2.1.2

07 Apr 10:26
Compare
Choose a tag to compare
  • Export of decomposition of data sets and latent values as compressed TSV files.
  • Export of predictions as compressed TSV files.
  • Fix potential crash during t-SNE decomposition.

scVAE 2.1.1

24 Feb 10:23
Compare
Choose a tag to compare
  • Requires TensorFlow 1.15.2 because of a security vulnerability.
  • Export of latent values as compressed TSV files.
  • Make folder names and filenames more safe on Windows.
  • Regrouped analyses, so fewer analyses are performed by default. All available analyses can be performed using --included-analyses all.
  • Fix loading of KL divergences when evaluating VAE models.
  • Fix crash during model analyses, if the model did not exist.

scVAE 2.1.0

13 Nov 12:32
Compare
Choose a tag to compare
  • Requires Python 3.6 or 3.7 as well as TensorFlow 1.15.
  • Documentation with user guide and tutorial.
  • Support for sparse matrices in HDF5 format.
  • Improved support for Loom files by following conventions.
  • Scatter plots of classes against the primary latent feature as well as the two primary latent features against each other when evaluating a model.
  • Fix crash related to argparse when using Python 3.6.

scVAE 2.0.0

18 May 18:37
Compare
Choose a tag to compare
  • Complete refactor and clean-up including structuring as Python package.
  • Easier loading of custom data sets.
  • Batch correction included in models for data sets with batch indices.
  • Learnable mixture coefficients for the GMVAE model.
  • Full covariance matrix for the GMVAE model.
  • Sampling from models.

First public release

25 Apr 15:29
Compare
Choose a tag to compare

This tool is publicly released as part of the submission of the paper for which this tool have been developed.

0