Skip to content

v2.1.4

Compare
Choose a tag to compare
@mattfidler mattfidler released this 02 Apr 23:03
· 502 commits to main since this release
fa933ac

nlmixr2est 2.1.4

  • Breaking change, now calculate condition number based on covariance
    and correlation, the names have changed to be more explicit.
    conditionNumber changed to conditionNumberCov and a new metric
    conditionNumberCor has been added.

  • A bug in boundary value detection prevented automatic covariance calculation
    with FOCEi estimation (#318)

  • Fix vpcSim so that it will be a bit more robust when it is
    difficult to simulate.

  • A bug in model piping which did not allow models to be appended to was fixed
    (rxode2#364)

  • An internal change was made in nlmixr2.rxUi() to better support the
    babelmixr2 PKNCA estimation method (babelmixr2#75)

  • Fixed bug where $iniUi did not return the initial ui when running
    non focei related methods. Also added alias of $uiIni to the
    same function.

  • Dropped Stan headers for this package, also updated to C++17

What's Changed

Full Changelog: v2.1.3...v2.1.4