rxode2 3.0.3
-
Add
logit
/expit
named expressions, that islogit(x, high=20)
becomeslogit(x, 0, 20)
in ui models. -
Updated random ui models like
rxnorm(sd=10)
to accept complex
numeric expressions likerxnorm(sd=10+1)
. -
Updated random ui models to accept complex non-numeric expressions
likerxnorm(sd=a+b)
-
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
variables to ignore state requirements (iepodo(depot)
in a single
line will not error when parsing mu-referenced equations). -
Add
getRxNpars
to api. This allows the development version of
babelmixr2
to better check what model is loaded and unload/reload
as necessary. -
Add
rxUdfUiControl()
to rxode2 user function to get control
information from something likenlmixr2
-
Bug fix for tracking time after dose when dosing to 2 compartments
occur at the exact same time (#804, #819) -
Change
transit()
model so that it usestad0()
,podo0()
and
related functions for a bit more stable simulation and estimation -
Fix compile flags to work with BH 1.87 (#826)
What's Changed
- Add getRxNpars to api by @mattfidler in #802
- add rxUdfUiControl() by @mattfidler in #807
- White list PopOS with isystem by @mattfidler in #809
- simplify repeated ifelse by @billdenney in #800
- Add NN activation fns by @mattfidler in #811
- Create R NN activation interface by @mattfidler in #813
- Fix parsing for tad() and podo() by @mattfidler in #817
- Change the tlast handling to be based on tlast per cmt by @mattfidler in #819
- Named logit/expit by @mattfidler in #824
- Fix BH flags to work with BH 1.87.0 by @mattfidler in #826
Full Changelog: v3.0.2...v3.0.3