History
0.9.0 (2025-07-03)
Add statistics generator for ro-crates
Fix provenance bugs for new versions of ro-crate
0.8.0 (2025-04-23)
Set maximum supported version of scipy to <1.11
Added
tworeplchallengeandsolution_generatorcommands tocellmaps_utilscmd.py. These commands generate a Kaggle challenge and solution from a SEC-MS datasetUpdated to PEP 517 compliant build system
0.7.0 (2025-03-05)
Add
compute_hierarchy_robustnessmethod toHierarchyDiffclass to assess the robustness of a hierarchy based on Jaccard similarity across multiple alternative hierarchies.
0.6.0 (2025-02-05)
Add
HierarchyDiffclass withcompare_hierarchiesmethod to compare two hierarchies in CX2 format, and output a hierarchy with robustness score of each system.Add version bounds for required packages.
Add
convert_hierarchical_network_to_hcx(utility function that aids convertion of a hierarchical network in CX2 to HCX) andadd_hcx_members_annotation(adds ‘HCX::members’ attribute to nodes) tohcx_utilsFixes in IF and APMS tools
0.5.0 (2024-09-05)
Add
HiDeFToHierarchyConverter, a class to convert a edge list and node list in HiDeF format to hierarchy in HCX.Add
InteractomeToDDOTConverterandDDOTToInteractomeConverter, classes to convert network in CX2 format to DDOT format and vice versa,HierarchyToDDOTConverterandDDOTToHierarchyConverter, classes to convert hierarchy network in HCX format to DDOT and vice versa.
0.4.0 (2024-07-02)
Updated provenance utils, added checks in for missing data in input RO-Crate, and allowing to continue but logging errors in the process
Add
HierarchyToHiDeFConverter, a class to convert a hierarchy network (in CX2 format) to a HiDeF format nodes and edges lists.Add
NDExHierarchyUploader, a class for uploading hierarchy and its parent network to NDEx.Updated
cellmaps_utilscmd.pyapmsconverter,ifconverter,crisprconverterto support tissue as well as outputdata_info.jsonfile to resulting RO-Crate so subsequent tools can more easily get provenance informationUpdated
cellmaps_utilscmd.py crisprconverterto consume.h5adfiles and updated readme.txt file
0.3.0 (2024-04-15)
Bumped fairscape-cli dependency to
0.2.0
0.2.0 (2024-02-20)
Bumped fairscape-cli dependency to
0.1.14to support schemasAdded support for
schemato data_dict parameter inProvenanceUtil.register_dataset()Added
--releaseflag tocellmaps_utilscmd.py rocratetableand in output table renamed “Name of Computation” to “Name” as well as added “Type”, “Cell Line”, “Treatment”, “Gene set”, and “Version” to table outputSet default logging level to
ERRORforcellmaps_utilscmd.pycommand
0.1.0 (2024-01-01)
First release on PyPI.