You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# scoringutils (development version)
2
2
3
+
- Added support for scoring multivariate forecasts (#288, big thank you to Sam Abbott and Sebastian Funk). You can find detailed information in the Vignette "Scoring multivariate forecasts". There is a new forecast type, `forecast_multivariate_sample()` and a corresponding `as_forecast_multivariate_sample()` function. To score a multivariate forecast, users are expected to provide a `joint_across` argument which specifies the variables which are forecast jointly.
4
+
3
5
# scoringutils 2.1.2
4
6
5
7
- fixed an issue that could arise with small rounding errors in quantile-based forecasts. This happened when there were quantile_levels like 0.5, and 0.5 + 1e-16 present at the same time. `scoringutils` now warns the user of the issue and automatically rounds all quantile levels to 10 digits.
@@ -156,7 +158,7 @@ This major release contains a range of new features and bug fixes that have been
156
158
157
159
- Documentation updated to reflect changes since version 1.1.0, including new transform and workflow functions.
158
160
- New `set_forecast_unit()` function allows manual setting of forecast unit.
159
-
-`summarise_scores()` gains new `across` argument for summarizing across variables.
161
+
-`summarise_scores()` gains new `across` argument for summarizing across variables. EDIT: This has since been removed again in [PR #831](https://github.com/epiforecasts/scoringutils/pull/831).
160
162
- New `transform_forecasts()` and `log_shift()` functions allow forecast transformations. See the documentation for `transform_forecasts()` for more details and an example use case.
161
163
- Input checks and test coverage improved for bias functions.
162
164
- Bug fix in `get_prediction_type()` for integer matrix input.
0 commit comments