From 78eee50b2db791980a6de5084b03c7ae2dbc3576 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 29 Oct 2022 11:07:49 +0200 Subject: Next version will be 1.2.0, complete NEWS --- NEWS.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index c7927559..f14a9939 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,19 +1,19 @@ -# mkin 1.1.2 - -- 'R/multistart.R': New method for testing multiple start parameters for hierarchical model fits, with diagnostic plotting functions 'llhist' and 'parplot'. +# mkin 1.2.0 (unreleased) - 'R/mhmkin.R': New method for performing multiple hierarchical mkin fits in one function call, optionally in parallel. -- 'R/saem.R': Implement and test saemix transformations for FOMC and HS. Also, error out if saemix transformations are requested but not supported. +- 'R/illparms.R': New generic to show ill-defined parameters with methods for 'mkinfit', 'mmkin', 'saem.mmkin' and 'mhmkin' objects. -- 'R/saem.R': 'logLik' and 'update' methods for 'saem.mmkin' objects. +- 'R/multistart.R': New method for testing multiple start parameters for hierarchical model fits, with function 'llhist' and new generic 'parplot' for diagnostics, and new generics 'which.best' and 'best' for extracting the fit with the highest likelihood -- 'R/status.R': New generic to show status information for fit array objects with methods for 'mmkin' and 'mhmkin' objects. +- 'R/saem.R': 'logLik', 'update' and 'anova' methods for 'saem.mmkin' objects. -- 'R/illparms.R': New generic to show ill-defined parameters with methods for 'mkinfit', 'mmkin', 'saem.mmkin' and 'mhmkin' objects. +- 'R/status.R': New generic to show status information for fit array objects with methods for 'mmkin', 'mhmkin' and 'multistart' objects. - 'R/summary.mmkin.R': Summary method for mmkin objects. +- 'R/saem.R': Implement and test saemix transformations for FOMC and HS. Also, error out if saemix transformations are requested but not supported. + # mkin 1.1.1 (2022-07-12) - 'R/{mkinmod,mkinpredict}.R: Store DLL information in mkinmod objects and use that information in mkinpredict to avoid a performance regression brought by a bugfix in R 4.2.x. Thanks to Tomas Kalibera for his analysis of the problem on the r-package-devel list and his suggestion on how to fix it. -- cgit v1.2.1