From cb3ee65cc536574630f8cc095fab63d786a08ca6 Mon Sep 17 00:00:00 2001 From: "Matthew L. Fidler" Date: Sat, 6 Apr 2024 23:39:51 -0500 Subject: [PATCH] Update news --- NEWS.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 602728cf5..6054b6726 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,14 @@ ## Bug fixes -- Make sure that the object is a uncompressed rxode2 ui for solving with `rxSolve` (See #661) +- Make sure that the object is a uncompressed rxode2 ui for solving with `rxSolve` (See #661) + +- Ensure the residual simulation includes one simulation above the + number of observations; this allows trailing doses to access the + extra simulated residuals without accessing memory that has not been + allocated. This fixes the R crashed observed in #670. This did no + happen often and likely does not affect much code since the + `etTrans()` typically drops trailing doses. ## New features