From 3a74898615487309ace21f09bbc2f27a3106ef5d Mon Sep 17 00:00:00 2001 From: Hugo Gruson Date: Mon, 26 Jul 2021 10:26:44 +0200 Subject: [PATCH 1/2] Fix heading levels in NEWS.md --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 54e33577a..733aac3c1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,7 @@ selected metrics) ## scoringutils 0.1.7 -## Feature updates +### Feature updates - added a function, `pairwise_comparison()` that runs pairwise comparisons between models on the output of `eval_forecasts()` - added functionality to compute relative skill within `eval_forecasts()` @@ -16,7 +16,7 @@ such that the difference in weighting is only introduced when summarising over scores from different interval ranges ## scoringutils 0.1.6 -## Feature updates +### Feature updates - `eval_forecasts()` can now handle a separate forecast and truth data set as as input - `eval_forecasts()` now supports scoring point forecasts along side quantiles From 8f9ed3f2417b88d0fe410f858bd7de6574825ecd Mon Sep 17 00:00:00 2001 From: Hugo Gruson Date: Mon, 26 Jul 2021 10:29:38 +0200 Subject: [PATCH 2/2] Leave a blank line between headings Because having them directly one after the other is not supported by all markdown parsers (such as the one CRAN uses) More info here: https://pandoc.org/MANUAL.html#extensions (Extension: `blank_before_header`) --- NEWS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 733aac3c1..dbfd7be2e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,11 @@ ## scoringutils 0.1.7.2 + ### Package updates - minor bug fixes (previously, 'interval_score' needed to be among the selected metrics) ## scoringutils 0.1.7 + ### Feature updates - added a function, `pairwise_comparison()` that runs pairwise comparisons between models on the output of `eval_forecasts()` @@ -15,7 +17,8 @@ between models on the output of `eval_forecasts()` such that the difference in weighting is only introduced when summarising over scores from different interval ranges -## scoringutils 0.1.6 +## scoringutils 0.1. + ### Feature updates - `eval_forecasts()` can now handle a separate forecast and truth data set as as input @@ -30,6 +33,7 @@ as well for now. ## scoringutils 0.1.5 + ### Package updates - changed the default definition of the weighted interval score. Previously, the median prediction was counted twice, but is no only counted once. If you