From 9c578e508890913fddf4786f624f0d6d1321f1e8 Mon Sep 17 00:00:00 2001 From: James Azam Date: Fri, 11 Oct 2024 10:57:46 +0100 Subject: [PATCH] Add reviewer and PR number Co-authored-by: Sebastian Funk --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 189f3d2fc..2353c946d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -27,7 +27,7 @@ A release that introduces model improvements to the Gaussian Process models, alo - Switch to broadcasting the day of the week effect. By @seabbs in #746 and reviewed by @jamesmbaazam. - A warning is now thrown if nonparametric PMFs passed to delay options have consecutive tail values that are below a certain low threshold as these lead to loss in speed with little gain in accuracy. By @jamesmbaazam in #752 and reviewed by @seabbs, with a subsequent bug fix in #802. - `dist_fit()` can now accept any number of `samples` without throwing a warning when `samples` < 1000 in #751 by @jamesmbaazam and reviewed by @seabbs and @sbfnk. -- `obs_opts()` now informs users about how NA observations are treated to help them decide on existing alternatives. By @jamesmbaazam in # and reviewed by . +- `obs_opts()` now informs users about how NA observations are treated to help them decide on existing alternatives. By @jamesmbaazam in #774 and reviewed by @sbfnk. - Users are now informed that `NA` observations will be treated as missing instead of zero when using the default `obs_opts()`. Options to treat `NA` as zeros or accumulate them are also provided. By @jamesmbaazam in #774 and reviewed by @sbfnk. ## Package changes