Skip to content

Releases: CSOgroup/cellcharter

v0.3.1

19 Aug 15:47
Compare
Choose a tag to compare

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #50
  • Reduce INFO and WARNING logging on .fit and .predict for tl.Cluster and tl.ClusterAutoK.
  • Add property peaks to tl.ClusterAutoK to find all peaks in the stability curve.
  • Change pl.enrichment legend from log2 fold change to log2FC.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

16 Aug 10:08
Compare
Choose a tag to compare

What's Changed

  • Replace pycave and lightkit with torchgmm by @marcovarrone in #49
  • Extend Python compatibility to >= 3.8, <3.13
  • Extend PyTorch compatibility to >= 1.12.0
  • Misc fixes

Full Changelog: v0.2.3...v0.3.0

v0.2.3

22 Jul 15:45
Compare
Choose a tag to compare
  • Bug fix pl.enrichment
  • Add fontsize parameter to plotting functions
  • Bug fix gr.diff_nhood_enrichment if conditions had different clusters
    Full Changelog: v0.2.2...v0.2.3

v0.2.2

02 Jul 17:02
Compare
Choose a tag to compare

What's Changed

  • Raise ValueError on sparse array by @marcovarrone in #44
  • Complete rewrite of the pl.enrichment and adding the permutation-based computation of gr.enrichment to estimate pvalues by @marcovarrone in #47
    • Removed dependency of pl.enrichment with scanpy's dotplot.
    • p-values are shown by color (parameter pvalues)
    • Possibility to select a significance threshold (parameter significance )
    • Show also depleted label-group pairs (parameter enriched_only)
    • Show only significant pairs based on the significance threshold (parameter significant_only)
  • Fix issue with diff_nhood_enrichment when more than two conditions are present by @grst in #45

Full Changelog: v0.2.1...v0.2.2

v0.2.1

27 May 15:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

07 Feb 15:25
Compare
Choose a tag to compare

The official version used in the Nature Genetics paper.