Skip to content

v0.3.14

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Sep 09:40
· 3 commits to main since this release
e17feac

Bug Fixes

  • In version 0.3.13, when the tape optimizer from TMB was switched on, a warning would be given by fit_mmrm(), instructing users to turn off the tape optimizer. However, this is not necessary for reproducible results. Instead, it is now checked whether the deterministic hash for the TMB tape optimizer is used, and a warning is issued otherwise.
  • In version 0.3.13, the above described warning by fit_mmrm() was not visible to the user when calling mmrm() because it was caught internally, causing the first fit in each session to fail for the first tried optimizer and falling back to the other optimizers. The warning is now issued directly by mmrm(). This change ensures that the first model fit is consistent regarding the chosen optimizer (and thus numeric results) with subsequent model fits, avoiding discrepancies observed in version 0.3.13.

What's Changed

Full Changelog: v0.3.13...v0.3.14