aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-10-29 11:07:49 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-10-29 11:07:49 +0200
commit78eee50b2db791980a6de5084b03c7ae2dbc3576 (patch)
treec0e8153e8797d143dcdb91f83254b956c475b786 /NEWS.md
parent35bcabf49171c96e69afe04239967aa2d285205c (diff)
Next version will be 1.2.0, complete NEWS
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md14
1 files changed, 7 insertions, 7 deletions
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.

Contact - Imprint