From 3b9b554d34141417412241228be7dcb79fa1ba3f Mon Sep 17 00:00:00 2001 From: James Azam Date: Mon, 16 Sep 2024 14:31:05 +0100 Subject: [PATCH] Add PR number and reviewer Co-authored-by: Sebastian Funk --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 7a9c40576..8b6a9b16a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -23,7 +23,7 @@ - Optimised convolution code to take into account the relative length of the vectors being convolved. See #745 by @seabbs and reviewed by @jamesmbaazam. - 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. -- `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. ## Bug fixes