From 0b36fb666b84321814eabbc1a25687ee70d789e6 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 21 Apr 2016 17:34:38 +0200 Subject: Avoid unnecessary stop in edge case, improve warnings mkinfit: Do not error out in cases where the fit converges, but the Jacobian for the untransformed model cost can not be estimated. Give a warning instead and return NA for the t-test results. summary.mkinfit: Give a warning message when the covariance matrix can not be obtained. A test has been added to containing such an edge case to check that the warnings are correctly issued and the fit does not terminate. --- NEWS.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index c40aba39..4c3bf690 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,11 +2,19 @@ ## mkin 0.9.42-9000 +### Major changes + +- `mkinfit`: Do not error out in cases where the fit converges, but the Jacobian for the untransformed model cost can not be estimated. Give a warning instead and return NA for the t-test results. + +- `summary.mkinfit`: Give a warning message when the covariance matrix can not be obtained. + +- A test has been added to containing a corresponding edge case to check that the warnings are correctly issued and the fit does not terminate. + ### Minor changes -- Remove an outdated reference to the inline package in the compiled_models vignette +- Remove an outdated reference to the inline package in the `compiled_models` vignette -## mkin 0.9.42 +## mkin 0.9.42 (2016-03-25) ### Major changes -- cgit v1.2.1