Releases: kharchenkolab/scLiTr
Releases · kharchenkolab/scLiTr
v0.1.4
Some bugs are fixed:
- Now scipy >= 1.14 is supported (
sparse_matrix.A
was changed to sparse_matrix.toarray()
);
- Added
__version__
attribute for the package.
v0.1.3
The first release with automatic GitHub pipeline.
Some of the bugs are fixed:
- You can leave the argument fill_ct empty now, it will fill newly generated
clones
object with dummy values,
- Now it works well with datasets without clonally unlabelled cells.