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
.