Changelog¶
Version 0.4.0 - 0.4.4¶
Classes extend
BiocObjectfrom biocutils.metadatais a named list.Update actions to run from 3.10-3.14
Support empty compressed list objects of size
n.Implement combine generic for compressed lists.
element metadata slot is a
BiocFrame.
Version 0.3.0¶
Renamed
CompressedBiocFrameListtoCompressedSplitBiocFrameListsince the current implementation can only handle dataframes with the same number and names of columns.Correctly link some of the annoying typehint errors.
to_listandunlistnow perform same operation as the R implementation.splitAsCompressedListhas a more abstract implementation if no generic is implemented. If it fails, returns an error.
Version 0.2.0¶
Major changes to the package; Switch to typed lists from the biocutils package.
Version 0.1.0 - 0.1.1¶
Initial implementation of various classes - Partitioning and CompressedLists.
Udpate documentation, tutorial and tests.