Skip to content

Commit

Permalink
Merge pull request #59 from Infectious-Disease-Modeling-Hubs/br-v2.0.0
Browse files Browse the repository at this point in the history
v2.0.0
  • Loading branch information
annakrystalli authored Jul 14, 2023
2 parents c1d8fc0 + b638b7e commit de580d5
Show file tree
Hide file tree
Showing 3 changed files with 2,081 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v2.0.0

* Major breaking change: Output type property `type_id` renamed to `output_type_id` for consistency in with changes in model output data.
* Added `uniqueItem` checks to all `optional` and `required` arrays.
* Added a schema to `task_ids` `additionalProperty` property instead of just setting it to `true`. This schema ensures that any custom task IDs added by hub administrators at least checked for being objects and having `optional` and `required` properties that are either arrays or null.
* Added standard task IDs `forecast_date` (equivalent to `origin_date`), `target_end_date` (equivalent to `target_date`) and `target_variable` & `target_outcome` which can be used to split targets across two task IDs.

# v1.0.0

* Major breaking change: `categorical` output type renamed to `pmf` for consistency in terminology.
Expand Down
Loading

0 comments on commit de580d5

Please sign in to comment.