Skip to content

Releases: gao-lab/GLUE

v0.3.2

26 Aug 12:41
v0.3.2
6631742
Compare
Choose a tag to compare

Bug fixes:

v0.3.1

22 Aug 07:38
Compare
Choose a tag to compare

Bug fixes:

v0.3.0

17 Aug 05:55
Compare
Choose a tag to compare

New features:

  • New tutorial and functions for regulatory inference (Resolves #15, #41).
  • New tutorial for training on partially paired data (Resolves #24).

Enhancements:

v0.2.3

21 Jun 08:35
Compare
Choose a tag to compare

Minor improvements and bug fixes

Bug fixes:

  • Data frame in obsm no longer triggers an error during model training (Resolves #32).

Enhancements:

v0.2.2

21 May 14:45
Compare
Choose a tag to compare

Minor improvements and bug fixes

Bug fixes:

  • Device detection is now more reliable (Resolves #17).

Enhancements:

  • Custom encoders and decoders can now be registered without changing package code (Resolves #14).

v0.2.1

02 May 08:52
Compare
Choose a tag to compare

Minor improvements and dependency fixes

v0.2.0

25 Jan 06:52
Compare
Choose a tag to compare

New features

  • Added fit_SCGLUE function to simplify model training
    • Incorporates weighted adversarial alignment by default, with increased robustness on datasets with highly-skewed cell type compositions
  • Added support for batch effect correction, which can be activated by setting use_batch in configure_dataset
  • Added a model diagnostics metric “integration consistency score”

Enhancements

Support for training directly on disk-backed AnnData objects, scaling to almost infinite number of cells

Bug fixes

Fixed a bug where the graph dataset was not shuffled across epochs

Experimental features

v0.1.1

25 Aug 06:36
Compare
Choose a tag to compare

First public release