diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-10-06 20:17:17 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-10-06 20:17:17 +0200 |
commit | 45942cc099c258fa07f42691cf2e2ee163f3b6d6 (patch) | |
tree | a0ee54f4368a4042e58b0cdb6b4665ad03836c3e /NEWS.md | |
parent | db8b6a43fec8d052b853f272e016079d0a9f91b6 (diff) |
Avoid a warning produced by initial fits in gmkin
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,13 +16,14 @@ - `plot.mkinfit()`: Avoid a warning message about only using the first component of ylim that occurred when ylim was specified explicitly - ## MINOR CHANGES - The formatting of differential equations in the summary was improved by wrapping overly long lines - The FOCUS_Z vignette was rebuilt with the above improvement and using a width of 70 to avoid output outside of the grey area +- `print.summary.mkinfit()`: Avoid a warning that occurred when gmkin showed summaries ofinitial fits without iterations + # CHANGES in mkin VERSION 0.9-32 ## NEW FEATURES |