hubPredEvalsData 1.0.0
This is a breaking change release that adds support for hubs with multiple rounds.
Breaking Changes
- Configuration files now require schema version
1.0.1and a newrounds_idxproperty.
How to Update
-
Update your config file's
schema_versionto:schema_version: https://raw.githubusercontent.com/hubverse-org/hubPredEvalsData/main/inst/schema/v1.0.1/config_schema.json
-
Add the
rounds_idxproperty afterschema_version, specifying which round to use (0-based index):rounds_idx: 0
New Features
- Added
rounds_idxconfiguration property to specify which round entry to use from the hub'stasks.jsonfile (#26). - Hubs with multiple rounds are now supported.