Skip to content

Releases: Novartis/scar

v0.4.2

07 Jun 11:20
Compare
Choose a tag to compare

Documentation

Performance

  • Add a setup_anndata method (#54) (923b1e5)
  • Change sparsity to 1 for scCRISPR-seq and cell indexing (d4b2c3d)

v0.4.1

19 May 19:02
ad76c1c
Compare
Choose a tag to compare

What's Changed

Feature

  • inference: add a round_to_int parameter to round the counts (float) for easy interpretation and better integration into other methods (#47) (902a2b9) (8694239)

Build

  • setup: replace setup.py with setup.cfg and pyproject.toml (#51) (3dc999a)

Chore

Documentation

  • readthedocs: add scAR_logo image (#51) (c34f362)
  • tutorials: add ci=None to speed up plotting (#51) (902a2b9)

Contributor

@CaibinSh and @mdmanurung

Full Changelog: v0.4.0...v0.4.1

v0.4.0

05 May 10:10
Compare
Choose a tag to compare

Feature

  • scar.model: Addition of a sparsity parameter (#44) (0c30046)
  • scar.main: Introduce a sparsity parameter (cd33fdd)

Documentation

v0.3.5

03 May 00:04
Compare
Choose a tag to compare

Documentation

v0.3.4

01 May 17:34
74c217b
Compare
Choose a tag to compare

fix a bug in setup:

importing modules of scar in setup introduces problem. Change it back to exec(open("scar/main/version.py").read())

v0.3.3

01 May 17:03
Compare
Choose a tag to compare

Fix

Documentation

  • Autodoc command line interface (0efae6c)

v0.3.2

29 Apr 11:59
Compare
Choose a tag to compare
v0.3.2

v0.3.1

29 Apr 09:08
Compare
Choose a tag to compare

Fix

  • *: Addition of semantic releasing (6e83c3d)

v0.3.0

27 Apr 19:07
Compare
Choose a tag to compare

What's Changed

Renaming module names, e.g. changing "scAR" -> "scar"
Renaming parameter names, e.g.

"scRNAseq_tech" -> "feature_type"
"model" -> "count_model"
"empty_profile" -> "ambient_profile"
...

  • Black and Pylint re-formatting the code

Contributor

@CaibinSh @fgypas @mr-nvs @Tobias-Ternent

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

v0.2.3

20 Apr 07:27
45cbeec
Compare
Choose a tag to compare
  • Add integration test
  • Black formating
  • Bump version to 0.2.3

Contributors: @fgypas , @mr-nvs and @CaibinSh

What's Changed

Full Changelog: v0.2.2...v0.2.3