From 54ef82f32c2a6307f3e3a2aa793ee3b16a8a1082 Mon Sep 17 00:00:00 2001 From: Kai Waldrant Date: Tue, 25 Jul 2023 10:05:49 +0200 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84e4aa806f..4e037fae86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -104,6 +104,8 @@ * `resources_test/label_projection/pancreas` with `src/tasks/label_projection/resources_test_scripts/pancreas.sh`. +* `workflows/run`: Added nf-tower test script. (PR #205) + ### V1 MIGRATION * Removed the separate subtask specific subfolders. The "subtask" is added to the config. @@ -136,6 +138,10 @@ * `metrics/pcr`: Migrated from v1 embedding. +### MINOR CHANGES + +* Removed the `.uns["output_type"]` field from output anndata in methods and control methods. (PR #205) + ## label_projection ### NEW FUNCTIONALITY @@ -148,6 +154,8 @@ * `resources_test/label_projection/pancreas` with `src/tasks/label_projection/resources_test_scripts/pancreas.sh`. +* * `workflows/run`: Added nf-tower test script. (PR #205) + ### V1 MIGRATION * `methods/knn`: Migrated from v1. @@ -185,6 +193,8 @@ * `process_dataset`: Added a component for processing common datasets into task-ready dataset objects. * `resources_test/denoising/pancreas` with `src/tasks/denoising/resources_test_scripts/pancreas.sh`. + +* `workflows/run`: Added nf-tower test script. (PR #205) ### V1 MIGRATION @@ -226,6 +236,8 @@ * `resources_test/dimensionality_reduction/pancreas` with `src/tasks/dimensionality_reduction/resources_test_scripts/pancreas.sh`. * Added `variant` key to config files to store variants (different input parameters) of every component. + +* `workflows/run`: Added nf-tower test script. (PR #205) ### V1 migration * `control_methods/true_features`: Migrated from v1. Extracted from baseline method `True Features`.