From 9687be069f4db8215cc05c1a1ae13802017c4fc7 Mon Sep 17 00:00:00 2001 From: jamesaazam Date: Tue, 28 Nov 2023 17:28:20 +0000 Subject: [PATCH] Add NEWS item --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 5dc3706a0..db310583f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -15,6 +15,7 @@ ## Package +* Replaced use of `purrr::transpose()` with `purrr::list_transpose()` because the former is superseded. By @jamesmbaazam in #524 and reviewed by @seabbs. * Reduced the number of long-running examples. By @sbfnk in #459 and reviewed by @seabbs. * 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.