Skip to content

Releases: gao-lab/Cell_BLAST

v0.5.1

23 Jul 07:00
v0.5.1
3a9cf24
Compare
Choose a tag to compare

What's Changed

  • Fixes the number wasserstein error
  • change python-igraph to igraph by @szhorvat in #26

Full Changelog: v0.5.0...v0.5.1

v0.5.0

07 Feb 16:10
Compare
Choose a tag to compare

v0.5.0 marks a major overhaul of the Cell BLAST code base, where obsolete dependencies and have been replaced by modern solutions. Meanwhile, care has been taken to ensure that the new implementation has the same high-level API, and generates results consistent with the old one.

Major changes include:

  1. Switched model backend from the old Tensorflow v1 to PyTorch;
  2. Ditched in-house data class and file format in favor of AnnData.

See our migration guide for details on any necessary change to existing code and data utilizing Cell BLAST.

v0.3.8

13 Jul 13:56
4759b93
Compare
Choose a tag to compare

Minor bug fixes.

v0.3.7

11 May 16:09
a16819a
Compare
Choose a tag to compare
  • Additional evaluations
  • Minor bug fixes

v0.3.6

23 Mar 04:42
fa1f30d
Compare
Choose a tag to compare
v0.3.6 Pre-release
Pre-release
  • Added gradient-based gene ranking for model interpretation
  • Added BLAST2CO
  • New reference datasets

v0.2.14

29 Sep 07:59
d0e25fa
Compare
Choose a tag to compare
v0.2.14 Pre-release
Pre-release

Cell BLAST package update:

  • Support training and querying on unnormalized data, with preprocessing performed internally.
  • Improve API for the BLAST class.
  • Various bug fixes.

Evaluation update:

  • Improved benchmarks and add new experiments.
  • Rewrote all pipelines with snakemake.

v0.1.2

02 Apr 16:26
0bbaa16
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • Add jitter for violin
  • Add html version of the tutorials
  • Other minor changes

v0.1.1

27 Mar 12:33
d76c8d8
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Fix an inference issue under 'memory' mode.

v0.1.0

23 Mar 15:56
3616f78
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First public release