Skip to content

Commit

Permalink
Update news
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Apr 7, 2024
1 parent 40e51ed commit cb3ee65
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cb3ee65

Please sign in to comment.