NEWS


hubPredEvalsData 1.1.0

New Features

Bug Fixes

hubPredEvalsData 1.0.0

This is a breaking change release that adds support for hubs with multiple rounds.

Breaking Changes

How to Update

  1. Update your config file's schema_version to:

    schema_version: https://raw.githubusercontent.com/hubverse-org/hubPredEvalsData/main/inst/schema/v1.0.1/config_schema.json
    
  2. Add the rounds_idx property after schema_version, specifying which round to use (0-based index):

    rounds_idx: 0
    

New Features


hubPredEvalsData 0.0.0.9000