From 8a18e169bbd4ee5bd7d98b55db665c88c6764203 Mon Sep 17 00:00:00 2001 From: nikosbosse Date: Sat, 9 Mar 2024 13:04:12 -0500 Subject: [PATCH] Add news item --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 860918d9f..fa56b1010 100644 --- a/NEWS.md +++ b/NEWS.md @@ -50,8 +50,9 @@ The update introduces breaking changes. If you want to keep using the older vers - "range" was consistently renamed to "interval_range" in the code. The "range"-format (which was mostly used internally) was renamed to "interval"-format - Added a method for `print()` that prints out additional information for `forecast` objects. - Added a subsetting `[` operator for scores, so that the score name attribute gets preserved when subsetting. -- Deleted the function `plot_ranges()`. If you want to continue using the functionality, you can find the function code [here](https://github.com/epiforecasts/scoringutils/issues/462). +- Deleted the function `plot_ranges()`. If you want to continue using the functionality, you can find the function code [here](https://github.com/epiforecasts/scoringutils/issues/462) or in the visualisation Vignette. - Removed the function `plot_predictions()`, as well as its helper function `make_NA()`, in favour of a dedicated Vignette that shows different ways of visualising predictions. For future reference, the function code can be found [here](https://github.com/epiforecasts/scoringutils/issues/659) (Issue #659). +- Added a first versino of a dedicated Vignette that displays some possible ways of visualising forecasts. # scoringutils 1.2.2