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: -
Add the
rounds_idxproperty afterschema_version, specifying which round to use (0-based index):
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.
