Changelog¶
Version 0.4.1 - 0.4.2¶
Added the
aggregate_reference()function to aggregate references for speed. This is conveniently used via theaggregate=option intrain_single().Extend
train_single()to support marker detection using scrapper to compute Cohen’s d or the AUC of each pairwise comparison.Support editable installation/builds of the package.
Version 0.4.0¶
Switch to using pybind11 for the Python/C++ interface.
Update to the latest singlepp C++ library.
Store marker lists as lists of
StringListobjects in the metadata of theBiocFrameobjects.Automatically remove
Nonelabels in the reference.Automatically remove duplicated feature names in the reference.
Remove the
ref_names=option intrain_integrated()for simplicity.Remove support for auto-loading of references based on their names; users should extract references from celldex instead.
Deprecate options to extract features/labels from a
SummarizedExperimentbased on the column name; users should explicitly pass the column contents to each function.
Version 0.3.0¶
Compatibility with NumPy 2.0
Version 0.2.0¶
Migrate references to the celldex package.
Version 0.1.1¶
Support
SummarizedExperimentinputs consistently in all functions.
Version 0.1.0¶
Added the
annotate_integrated()function, which performs annotation across multiple references.