Breaking changes
-
Moved
src/tasks/batch_integrationtotask_batch_integration(PR #910). -
Moved
src/tasks/denoisingtotask_denoising(PR #910). -
Moved
src/tasks/dimensionality_reductiontotask_dimensionality_reduction(PR #910). -
Moved
src/tasks/label_projectiontotask_label_projection(PR #910). -
Moved
src/tasks/match_modalitiestotask_match_modalities(PR #910). -
Moved
src/tasks/predict_modalitytotask_predict_modality(PR #910). -
Moved
src/tasks/spatial_decompositiontotask_spatial_decomposition(PR #910). -
Moved
src/tasks/spatially_variable_genestotask_spatially_variable_genes(PR #910).
Major changes
-
Update results processing workflow for the new website, including new JSON schema (v4), new
combine_outputandfilter_resultscomponents, and updatedget_dataset_info,get_method_info,get_metric_info,get_results,get_task_inforeporting scripts (PR #919). -
Update paper reference from preprint to published article (PR #919).
-
Update Viash to 0.9.0 (PR #911).
-
Update Viash to 0.9.4 (PR #925).
-
Update Viash to 0.9.7 (PR #938).
Minor changes
-
Add
openproblems_op3(Open Problems Perturbation Prediction) scRNA-seq dataset loader from GEO GSE279945 (PR #926, PR #930). -
Add
--output_compressionargument to dataset loader, normalization, and processor components (PR #930). -
Add contact email address to Code of Conduct (PR #923).
-
Update Docker image tags from
:1.0.0to:1foropenproblems/base_pythonandopenproblems/base_rimages (PR #928). -
Add
filter_resultscomponent and dataset/method/metric filtering arguments to theprocess_task_resultsworkflow (PR #935). -
Update
commonsubmodule (PR #934). -
Add the CELLxGENE immune cell atlas dataset as a common test resource (PR #907).
-
Update
dataset_idfortenx_visium,zenodo_spatial,zenodo_spatial_slidetagsdatasets and usemouse_brain_coronalas a test resource in thespatially_variable_genestask (PR #908). -
Update
get_task_info,get_method_infoandget_metrics_inforeporting components with more info and extend output (PR #915). -
Use new functionality in Python
openproblemspackage to generate a project's README (PR #938).
Bug fixes
-
Fix metric direction (
maximize/minimize) handling ingenerate_qcandrender_reportcomponents of theprocess_task_resultsworkflow (PR #936). -
Fix bug in metric maximize handling and add raw scores table to the benchmark report (PR #937).
-
Fix extracting metadata from anndata files in the
extract_metadatacomponent (PR #914). -
Fix path in
touchcmd inreporting/process_task_results/run_test.sh(PR #915).