From 15283dde34c17dd4351e4e1816267d30731872a0 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 5 Jan 2024 14:07:58 +0000 Subject: [PATCH] update news --- NEWS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 5b8780a7f..92f893561 100644 --- a/NEWS.md +++ b/NEWS.md @@ -38,6 +38,8 @@ The update introduces breaking changes. If you want to keep using the older vers - Files ending in ".Rda" were renamed to ".rds" where appropriate when used together with `saveRDS()` or `readRDS()`. - `score()` now calls `na.omit()` on the data, instead of only removing rows with missing values in the columns `observed` and `predicted`. This is because `NA` values in other columns can also mess up e.g. grouping of forecasts according to the unit of a single forecast. - added documentation for the return value of `summarise_scores()`. +- Renamed `interval_coverage_quantile()` and `interval_coverage_dev_quantile()` to `interval_coverage()` and `interval_coverage_deviation()`, respectively. Removed `interval_coverage_sample()` as users are now expected to convert to a quantile format first before scoring. + # scoringutils 1.2.2 @@ -47,7 +49,7 @@ The update introduces breaking changes. If you want to keep using the older vers ## Bug fixes - Fixes a bug with `set_forecast_unit()` where the function only workded with a data.table, but not a data.frame as an input. -- The metrics table in the vignette [Details on the metrics implemented in `scoringutils`](https://epiforecasts.io/scoringutils/articles/metric-details.html) had duplicated entries. This was fixed by removing the duplicated rows. +- The metrics table in the vignette [Details on the metrics implemented in `scoringutils`](https://epiforecasts.io/scoringutils/articles/metric-details.html) had duplicated entries. This was fixed by removing the duplicated rows. # scoringutils 1.2.1