From 93685e7efc0159b7ed4585556fe888e7673a850f Mon Sep 17 00:00:00 2001 From: Matthew Fidler Date: Thu, 5 Dec 2024 15:30:14 -0600 Subject: [PATCH] Update news --- NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.md b/NEWS.md index dc9722cc0..1252515e4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,11 @@ # rxode2 (development version) +- Add `logit`/`expit` named expressions, that is `logit(x, high=20)` + becomes `logit(x, 0, 20)` in ui models. + +- Updated random ui models like `rxnorm(sd=10)` to accept complex + numeric expressions like `rxnorm(sd=10+1)`. + - Rework the `tad()` and related functions so they use the same interface as compartments (this way they do not depend on the order of compartments); See #815. For mu-referencing, Also allow dummy