Skip to content

Commit 67e9fe4

Browse files
authored
Update submodule and changelog (#939)
1 parent 8282264 commit 67e9fe4

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# openproblems v2.1.0
1+
# openproblems v3.0.0
22

33
## Breaking changes
44

@@ -22,20 +22,44 @@
2222

2323
## Major changes
2424

25+
- Update results processing workflow for the new website, including new JSON schema (v4), new `combine_output` and `filter_results` components, and updated `get_dataset_info`, `get_method_info`, `get_metric_info`, `get_results`, `get_task_info` reporting scripts (PR #919).
26+
27+
- Update paper reference from preprint to published article (PR #919).
28+
2529
- Update Viash to 0.9.0 (PR #911).
2630

2731
- Update Viash to 0.9.4 (PR #925).
2832

33+
- Update Viash to 0.9.7 (PR #938).
34+
2935
## Minor changes
3036

37+
- Add `openproblems_op3` (Open Problems Perturbation Prediction) scRNA-seq dataset loader from GEO GSE279945 (PR #926, PR #930).
38+
39+
- Add `--output_compression` argument to dataset loader, normalization, and processor components (PR #930).
40+
41+
- Add contact email address to Code of Conduct (PR #923).
42+
43+
- Update Docker image tags from `:1.0.0` to `:1` for `openproblems/base_python` and `openproblems/base_r` images (PR #928).
44+
45+
- Add `filter_results` component and dataset/method/metric filtering arguments to the `process_task_results` workflow (PR #935).
46+
47+
- Update `common` submodule (PR #934).
48+
3149
- Add the CELLxGENE immune cell atlas dataset as a common test resource (PR #907).
3250

3351
- Update `dataset_id` for `tenx_visium`, `zenodo_spatial`, `zenodo_spatial_slidetags` datasets and use `mouse_brain_coronal` as a test resource in the `spatially_variable_genes` task (PR #908).
3452

3553
- Update `get_task_info`, `get_method_info` and `get_metrics_info` reporting components with more info and extend output (PR #915).
3654

55+
- Use new functionality in Python `openproblems` package to generate a project's README (PR #938).
56+
3757
## Bug fixes
3858

59+
- Fix metric direction (`maximize`/`minimize`) handling in `generate_qc` and `render_report` components of the `process_task_results` workflow (PR #936).
60+
61+
- Fix bug in metric maximize handling and add raw scores table to the benchmark report (PR #937).
62+
3963
- Fix extracting metadata from anndata files in the `extract_metadata` component (PR #914).
4064

4165
- Fix path in `touch` cmd in `reporting/process_task_results/run_test.sh` (PR #915).

0 commit comments

Comments
 (0)