|
1 | | -# task_label_projection x.y.z |
| 1 | +# task_label_projection 2.0.0 |
2 | 2 |
|
3 | | -## BREAKING CHANGES |
| 3 | +A major update to the OpenProblems framework, switching from a Python-based framework to a Viash + Nextflow-based framework. This update features the same concepts as the previous version, but with a new implementation that is more flexible, scalable, and maintainable. |
4 | 4 |
|
5 | | -<!-- * Restructured `src` directory (PR #3). --> |
| 5 | +## Migration |
6 | 6 |
|
7 | | -## NEW FUNCTIONALITY |
| 7 | +* Added expected input/output interfaces in `src/api` and document them in `README.md`. |
8 | 8 |
|
9 | | -* Added `control_methods/true_labels` component (PR #5). |
| 9 | +* Store common resources used across tasks in a git submodule `common`. |
10 | 10 |
|
11 | | -* Added `methods/logistic_regression` component (PR #5). |
| 11 | +* Methods, metrics, workflows and other components are implemented as Viash components with a per-component Docker image. |
12 | 12 |
|
13 | | -* Added `metrics/accuracy` component (PR #5). |
| 13 | +## New functionality |
14 | 14 |
|
15 | | -## MAJOR CHANGES |
| 15 | +* Switched to larger datasets derived from CELLxGENE. |
16 | 16 |
|
17 | | -* Updated `api` files (PR #5). |
| 17 | +* Added scGPT zero shot (PR #2). |
18 | 18 |
|
19 | | -* Updated configs, components and CI to the latest Viash version (PR #8). |
| 19 | +* Added scGPT fine-tuned (PR #3). |
20 | 20 |
|
21 | | -## MINOR CHANGES |
| 21 | +* Added SCimilarity (PR #4). |
22 | 22 |
|
23 | | -* Updated `README.md` (PR #5). |
| 23 | +* Added UCE method (PR #6). |
24 | 24 |
|
25 | | -## BUGFIXES |
| 25 | +* Added geneformer (PR #7, #16). |
26 | 26 |
|
| 27 | +* Added scPRINT (PR #8). |
| 28 | + |
| 29 | +## Major changes |
| 30 | + |
| 31 | +* Updated the task API (PR #9). |
| 32 | + |
| 33 | +## Bug fixes |
| 34 | + |
| 35 | +* Convert to dgCMatrix in SingleR (PR #5). |
| 36 | + |
| 37 | +* Multiple fixes prior to release (PR #11, #13, #14, #15, #17). |
| 38 | + |
| 39 | +## Documentation |
| 40 | + |
| 41 | +* Update README (PR #10). |
| 42 | + |
| 43 | + |
| 44 | +# task_label_projection 1.0.0 |
| 45 | + |
| 46 | +This version can be found [here](https://github.com/openproblems-bio/openproblems/tree/v1.0.0/openproblems/tasks/label_projection). |
0 commit comments