Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Jul 25, 2023
1 parent ad278f2 commit 54ef82f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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`.
Expand Down

0 comments on commit 54ef82f

Please sign in to comment.