Releases: gao-lab/Cell_BLAST
Releases · gao-lab/Cell_BLAST
v0.5.1
v0.5.0
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:
- Switched model backend from the old Tensorflow v1 to PyTorch;
- 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
v0.3.7
v0.3.6
v0.2.14
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.