From 3a5463672c297b37c3c9135c8b144c48744c05d0 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 31 Mar 2021 19:42:17 +0200 Subject: Bug fix in plot.mkinfit In residual plots, use xlab and xlim if appropriate --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index 36847cb8..9d03fa3d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,9 @@ # mkin 1.0.4 (Unreleased) -- 'plot.mixed.mmkin': Reset graphical parameters on exit - - All plotting functions setting graphical parameters: Use on.exit() for resetting graphical parameters +- 'plot.mkinfit': Use xlab and xlim for the residual plot if show_residuals is TRUE + # mkin 1.0.3 (2021-02-15) - Review and update README, the 'Introduction to mkin' vignette and some of the help pages -- cgit v1.2.1 From c74b79c983fe9fc872bac1262040e82f16049477 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 21 Apr 2021 13:11:47 +0200 Subject: Version 1.0.4 published yesterday --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index 9d03fa3d..88509b66 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,8 @@ - 'plot.mkinfit': Use xlab and xlim for the residual plot if show_residuals is TRUE +- 'mmkin': Use cores = 1 per default on Windows to make it easier for first time users + # mkin 1.0.3 (2021-02-15) - Review and update README, the 'Introduction to mkin' vignette and some of the help pages -- cgit v1.2.1