-
Fix AnnData initialization: the
varargument for features is now adata.frame -
Fix overestimation of number of zeros in sparse matrices: remaining 0s in the matrix values are discarded before counting non-zero values (
src/n_zeros_matrix.cpp) -
Fix
choose_matrix_format()(utils.R) -
Created a first set of unit tests covering
utils.R(testthat) -
Add method to preserve a
Graphobject's attributes when usingas.Graphon aGraphobject -
Fix deprecation warning in
GetNeighborsPerBatch(Graphmethod) -
Minor fixes in docstrings
-
Revised score rescaling with a new option enabling min-max rescaling of ranks (default) rather than scores directly (as in Luecken et al., 2021)
-
Speed up Dijkstra's algorithm-like used in
ExpandNeighbourswith a new c++ implementation -
The most suited matrix format is automatically chosen for corrected counts output by integration methods (should be dense matrix most of the time)
-
Add support for scGraph metric (Wang et al., 2024)
-
Improved speed of
CreateIntegrationGroupsfor non-SCT assay in unambiguous cases
- Initial public release