From 5e12a5b4f23eb855c473dd629c8e90ba850bc656 Mon Sep 17 00:00:00 2001 From: Sebastian Funk Date: Mon, 30 Sep 2024 10:32:08 +0100 Subject: [PATCH] add reviewer Co-authored-by: Sam Abbott --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 99caff643..471a3ef79 100644 --- a/NEWS.md +++ b/NEWS.md @@ -30,7 +30,7 @@ - `fix_dist()` has been renamed to `fix_parameters()` because it removes the uncertainty in a distribution's parameters. By @sbfnk in #733 and reviewed by @jamesmbaazam. - `plot.dist_spec` now uses color instead of line types to display pmfs vs cmfs. By @jamesmbaazam in #788 and reviewed by @sbfnk. -- The use of the `{progressr}` package for displaying progress bars is now optional, as is the use of `{future}` and `{future.apply}` for parallelisation. By @sbfnk in By @sbfnk in +- The use of the `{progressr}` package for displaying progress bars is now optional, as is the use of `{future}` and `{future.apply}` for parallelisation. By @sbfnk in #798 and reviewed by @seabbs. ## Bug fixes