Skip to content

Commit

Permalink
Add news item
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosbosse committed Mar 9, 2024
1 parent 8e01828 commit 8a18e16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8a18e16

Please sign in to comment.