Skip to content

Commit 76ce922

Browse files
authored
Minor improvements to repo (#12)
* Minor improvements to repo * update changelog * add marius as author (related to #10) * remove generic viash schemas
1 parent 11beedc commit 76ce922

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
/work
44
/.nextflow*
55
/target
6-
/.vscode
76
.DS_Store
87
/output
98
trace-*

.vscode/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"yaml.schemas": {
3+
"common/schemas/api_component_spec.yaml": "**/api/comp_*.yaml",
4+
"common/schemas/api_file_format.yaml": "**/api/file_*.yaml",
5+
"common/schemas/task_config.yaml": "_viash.yaml",
6+
"common/schemas/task_method.yaml": "**/methods/**/config.vsh.yaml",
7+
"common/schemas/task_control_method.yaml": "**/control_methods/**/config.vsh.yaml",
8+
"common/schemas/task_metric.yaml": "**/metrics/**/config.vsh.yaml"
9+
}
10+
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
* Added Simple MLP method (PR #3).
1010

11+
## MINOR CHANGES
12+
13+
* Bump image version for `openproblems/base_*` images to 1 -- a sliding release (PR #9).
14+
15+
* Bump Viash version to 0.9.4 (PR #12).
16+
1117
# task_predict_modality 0.1.0
1218

1319
Initial release after migrating the codebase.

_viash.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
viash_version: 0.9.0
1+
viash_version: 0.9.4
22

33
name: task_predict_modality
44
organization: openproblems-bio
@@ -84,6 +84,11 @@ authors:
8484
github: daxiongshu
8585
8686
orcid: "0000-0002-8799-9763"
87+
- name: Marius Lange
88+
roles: [contributor]
89+
info:
90+
github: marius1311
91+
orcid: 0000-0002-4846-1266
8792

8893
links:
8994
issue_tracker: https://github.com/openproblems-bio/task_predict_modality/issues

0 commit comments

Comments
 (0)