From 27d3afc0cbbacbc1965c52b3161075df541a7340 Mon Sep 17 00:00:00 2001 From: Sam Abbott Date: Mon, 19 Feb 2024 23:07:00 +0000 Subject: [PATCH] Update NEWS.md --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 02d41699d..bdb383159 100644 --- a/NEWS.md +++ b/NEWS.md @@ -22,7 +22,7 @@ * Changed all instances of arguments that refer to the maximum of a distribution to reflect the maximum. Previously this did, in some instance, refer to the length of the PMF. By @sbfnk in #468. * Fixed a bug in the bounds of delays when setting initial conditions. By @sbfnk in #474. * Added input checking to `estimate_infections()`, `estimate_secondary()`, `estimate_truncation()`, `simulate_infections()`, and `epinow()`. `check_reports_valid()` has been added to validate the reports dataset passed to these functions. Tests are added to check `check_reports_valid()`. As part of input validation, the various `*_opts()` functions now return subclasses of the same name as the functions and are tested against passed arguments to ensure the right `*_opts()` is passed to the right argument. For example, the `obs` argument in `estimate_secondary()` is expected to only receive arguments passed through `obs_opts()` and will error otherwise. By @jamesmbaazam in #476 and reviewed by @sbfnk and @seabbs. -* Added the possibility of specifying a fixed observation scaling. By @sbfnk in #550. +* Added the possibility of specifying a fixed observation scaling. By @sbfnk in #550 and reviewed by @seabbs. ## Model changes