Skip to content

Releases: MICS-Lab/scyan

v1.6.2

22 May 15:47
Compare
Choose a tag to compare

[1.6.2] - 2024-05-22

Hotfix: use get_cmap from matplotlib.pyplot (#35)

v1.6.1

08 Apr 13:20
Compare
Choose a tag to compare

[1.6.1] - 2024-04-08

Changed

  • More dependencies version support
  • Use "cpu" accelerator by default

Added

  • Spillover matrix reading + function to apply it in scyan.preprocess

Fixed

  • Issue when running .predict after training on GPU (#34)

v1.5.3

21 Nov 10:58
Compare
Choose a tag to compare
  • Fix GPU usage

v1.5.2

06 Nov 12:06
Compare
Choose a tag to compare

Enable GPU usage

v1.5.1

25 Sep 13:36
Compare
Choose a tag to compare

Fixes

  • Model can be trained when adata.n_obs < batch_size

Features

  • scyan.tools.PolygonGatingScatter to select cells on a 2D-scatterplot
  • scyan.tools.leiden (leiden clustering, as in scanpy)

v1.5.0

27 Jul 13:54
Compare
Choose a tag to compare
  • new plots (pop dynamics and percentage)
  • major documentation update
  • update the "cite us" with the link to the published paper

v1.4.0

17 Mar 08:16
Compare
Choose a tag to compare
  • Batch effect correction: handle NA markers (column full of NA)
  • Input/Output : new API design
  • Handle expression continuums (new scyan.Scyan argument)
  • Improved documentation
  • Less dependencies

v1.3.4

09 Feb 08:39
Compare
Choose a tag to compare
  • Improved documentation
  • Model can be saved/loaded
  • Can select cells on UMAP (via a polygon selector)
  • New IO function: read_csv
  • Make block color palette for hierarchical populations
  • ... many others

v1.2.0

08 Nov 13:30
Compare
Choose a tag to compare
version 1.2.0

v1.1.1

02 Sep 13:07
2628235
Compare
Choose a tag to compare
  • Better performances
  • More plot tools
  • New tutorial
  • New analysis tools (MMI, counts, ...)