|
| 1 | +# rxode2 3.0.3 |
1 | 2 |
|
2 | | -- Bug fix for `api`, the censoring function pointer has been updated |
3 | | - (#801). |
| 3 | +- Add `logit`/`expit` named expressions, that is `logit(x, high=20)` |
| 4 | + becomes `logit(x, 0, 20)` in ui models. |
4 | 5 |
|
5 | | -- Query `rxode2.verbose.pipe` at run time instead of requiring it to |
6 | | - be set before loading `rxode2`. |
| 6 | +- Updated random ui models like `rxnorm(sd=10)` to accept complex |
| 7 | + numeric expressions like `rxnorm(sd=10+1)`. |
7 | 8 |
|
8 | | -- Have correct values at boundaries for `logit`, `expit`, `probit`, |
9 | | - and `probitInv` (instead of `NA`). For most cases this does not |
10 | | - break anything. |
| 9 | +- Updated random ui models to accept complex non-numeric expressions |
| 10 | + like `rxnorm(sd=a+b)` |
11 | 11 |
|
12 | | -- Add a new style of user function that modifies the `ui` while |
13 | | - parsing or just before using the function (in the presence of |
14 | | - `data`). |
| 12 | +- Rework the `tad()` and related functions so they use the same |
| 13 | + interface as compartments (this way they do not depend on the order |
| 14 | + of compartments); See #815. For mu-referencing, Also allow dummy |
| 15 | + variables to ignore state requirements (ie `podo(depot)` in a single |
| 16 | + line will not error when parsing mu-referenced equations). |
15 | 17 |
|
16 | | -- Used the new user function interface to allow all random functions |
17 | | - in `rxode2` ui functions to be named. For example, you can use |
18 | | - `rxnorm(sd=3)` instead of having to use `rxnorm(0, 3)`, although |
19 | | - `rxnorm()` still works. |
| 18 | +- Add `getRxNpars` to api. This allows the development version of |
| 19 | + `babelmixr2` to better check what model is loaded and unload/reload |
| 20 | + as necessary. |
| 21 | + |
| 22 | +- Add `rxUdfUiControl()` to rxode2 user function to get control |
| 23 | + information from something like `nlmixr2` |
| 24 | + |
| 25 | +- Bug fix for tracking time after dose when dosing to 2 compartments |
| 26 | + occur at the exact same time (#804, #819) |
| 27 | + |
| 28 | +- Change `transit()` model so that it uses `tad0()`, `podo0()` and |
| 29 | + related functions for a bit more stable simulation and estimation |
| 30 | + |
| 31 | +- Fix compile flags to work with BH 1.87 (#826) |
0 commit comments