Skip to content

Commit

Permalink
Update news
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Dec 5, 2024
1 parent f958440 commit 93685e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 93685e7

Please sign in to comment.