Changes in version 2.0.0 o Update code to pass all BioC checks. o The function ScoreSignatures_UCell() and StoreRankings_UCell() accept directly sce objects. o Takes custom BiocParallel::bpparam() object as input to specify parallelisation. Changes in version 1.3.1 o Restructure code to conform to BioC standards. o Switch from future to BiocParallel to parallelize jobs. o Add support for SingleCellExperiment - new function ScoreSignatures_UCell_sce() interacts directly with sce objects. o Signatures cannot be larger than maxRank parameter. o Do not rank more genes (maxRank) than there are in the input matrix.