diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-02-20 22:31:55 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-02-20 22:31:55 +0100 |
commit | df733ceeb044e41922930f89be437e2def92e804 (patch) | |
tree | e85de0047d0b9a55765357c8101d606d95516a9e /NEWS.md | |
parent | bac02db46d5e332f3663f0b137c6bc4da7c73d8d (diff) |
Add termination message to mkinfit, prepare release
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ - `mkinparplot()`: Avoid warnings that occurred when not all confidence intervals were available in the summary of the fit - `print.summary.mkinfit()`: Fix printing the summary for the case that the number of iterations is not available +## NEW FEATURES + +- `mkinfit()`: Report successful termination when quiet = FALSE. This is helpful for more difficult problems fitted with reweight.method = obs, as no progress is often indicated during the reweighting. + # CHANGES in mkin VERSION 0.9-34 ## NEW FEATURES |