Skip to content

Commit 3794a92

Browse files
committed
update changelog and author list
1 parent df3f053 commit 3794a92

File tree

2 files changed

+65
-15
lines changed

2 files changed

+65
-15
lines changed

CHANGELOG.md

Lines changed: 53 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,66 @@
1-
# task_batch_integration x.y.z
1+
# task_batch_integration 2.0.0
22

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.
44

5-
<!-- * Restructured `src` directory (PR #3). -->
5+
## Migration
66

7-
## NEW FUNCTIONALITY
7+
* Added expected input/output interfaces in `src/api` and document them in `README.md`.
88

9-
* Added `control_methods/true_labels` component (PR #5).
9+
* Store common resources used across tasks in a git submodule `common`.
1010

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.
1212

13-
* Added `metrics/accuracy` component (PR #5).
13+
## New functionality
1414

15-
## MAJOR CHANGES
15+
* Switched to larger datasets derived from CELLxGENE.
1616

17-
* Updated `api` files (PR #5).
17+
* Added SCimilarity (PR #3).
1818

19-
* Updated configs, components and CI to the latest Viash version (PR #8).
19+
* Added Geneformer (PR #6).
2020

21-
## MINOR CHANGES
21+
* Added UCE method (PR #7).
2222

23-
* Updated `README.md` (PR #5).
23+
* Added scGPT zero shot (PR #8, #16).
2424

25-
## BUGFIXES
25+
* Added scPRINT (PR #13).
2626

27+
* Added scGPT fine-tuned (PR #17).
28+
29+
30+
## Major changes
31+
32+
* Prefilter batches in HVG overlap metric (PR #9).
33+
34+
* Precompute clustering for some metrics (PR #18).
35+
36+
37+
## Minor changes
38+
39+
* Add arguments for filtering methods in benchmarking workflow (PR #4).
40+
41+
* Update compute environment (PR #5).
42+
43+
* Adjust resources (PR #10).
44+
45+
* Update dependency components (PR #10).
46+
47+
* Update API formats (PR #21, #28, #31).
48+
49+
* Add support for zebrafish and C. elegans (PR #22).
50+
51+
* Bump scIB to v1.1.7 (PR #30).
52+
53+
* Update common submodule (PR #29).
54+
55+
## Bug fixes
56+
57+
* Multiple fixes prior to release (PR #24, #25, #26, #27, #32, #34, #36, #37, #39, #41, #42, #43, #44).
58+
59+
## Documentation
60+
61+
* Update documentation (PR #45).
62+
63+
64+
# task_batch_integration 1.0.0
65+
66+
This version can be found [here](https://github.com/openproblems-bio/openproblems/tree/v1.0.0/openproblems/tasks/_batch_integration).

_viash.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,15 @@ authors:
6262
github: danielStrobl
6363
orcid: 0000-0002-5516-7057
6464
- name: Robrecht Cannoodt
65-
roles: [ contributor ]
65+
roles: [ author ]
6666
info:
6767
github: rcannood
6868
orcid: "0000-0003-3641-729X"
69+
- name: Luke Zappia
70+
roles: [author]
71+
info:
72+
github: lazappi
73+
orcid: 0000-0001-7744-8565
6974
- name: "Scott Gigante"
7075
roles: [ contributor ]
7176
info:
@@ -76,11 +81,16 @@ authors:
7681
info:
7782
github: KaiWaldrant
7883
orcid: "0009-0003-8555-1361"
79-
- name: Nartin Kim
84+
- name: Martin Kim
8085
roles: [ contributor ]
8186
info:
8287
github: martinkim0
8388
orcid: "0009-0003-8555-1361"
89+
- name: Sai Nirmayi Yasa
90+
roles: [contributor]
91+
info:
92+
github: sainirmayi
93+
orcid: 0009-0003-6319-9803
8494

8595
config_mods: |
8696
.runners[.type == "nextflow"].config.labels := { lowmem : "memory = 20.Gb", midmem : "memory = 50.Gb", highmem : "memory = 100.Gb", lowcpu : "cpus = 5", midcpu : "cpus = 15", highcpu : "cpus = 30", lowtime : "time = 1.h", midtime : "time = 4.h", hightime : "time = 8.h", veryhightime : "time = 24.h" }

0 commit comments

Comments
 (0)