Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add v3.0.0 schema with initial sample schema #72

Merged
merged 20 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
90eb489
add v2.1.0 schema with initial smaple schema
annakrystalli Apr 24, 2024
d89e889
Bump relesease version to breaking v3.0.0
annakrystalli Apr 29, 2024
4c23950
Add v3.0.0 breaking change description to news
annakrystalli Apr 29, 2024
ef43d29
Add missing sample value type specifications
annakrystalli Apr 30, 2024
8f9cee3
Split repository_url property into org name and repository name. Reso…
annakrystalli May 1, 2024
5cf6bab
Minor description improvement
annakrystalli May 1, 2024
a7f81a6
Correct type
annakrystalli May 1, 2024
65226c8
Update v3.0.0/tasks-schema.json
annakrystalli May 7, 2024
25af54a
corrected 'repository_url' to 'repository' as 'required'
kjsato May 16, 2024
2e79b13
Merge pull request #75 from kjsato/br-v3.0.0
annakrystalli May 17, 2024
96c8b4c
remove hub_models property in admin.json
annakrystalli Jun 7, 2024
d975e2c
Update default value for model_output_directory. Resolves #63
annakrystalli Jun 7, 2024
02bba66
Allow additional properties at the round item level. Resolves #74
annakrystalli Jun 7, 2024
ac0a80f
add instruction to update hubTemplate with new versions. Resolves #78
annakrystalli Jun 7, 2024
13db017
Merge pull request #79 from Infectious-Disease-Modeling-Hubs/v3.0.0-h…
annakrystalli Jun 10, 2024
58ec18d
Rename org
annakrystalli Jun 17, 2024
3e8d2ff
Merge pull request #84 from hubverse-org/to-hubverse
annakrystalli Jun 17, 2024
b3f9b71
Merge branch 'main' into br-v3.0.0
annakrystalli Jun 19, 2024
c77ad63
Fix typo
annakrystalli Jun 19, 2024
e23d99e
Add note about orgname change
annakrystalli Jun 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v3.0.0

* Breaking change: introduction of new `sample` output type id schema specification in `tasks.json`. The main breaking change is the removal of the `output_type_id` property in `sample`. Instead, the collection of samples is defined through a new `output_type_id_params` object (#70).
* Breaking change: The `repository_url` and `repository_host` properties in `admin.json` have been deprecated in favour of a sigle `repository` object with separate `host`, `owner` and `name` properties (#67).

# v2.0.1

* Non-breaking change: introduced an optional `cloud` group to `admin-schema.json` to support cloud-enabled Hubs:
Expand Down
Loading
Loading