aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-26 16:16:34 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-26 16:16:34 +0200
commit7c8d2186f233439fe235341405511d27a8101990 (patch)
tree1eab2567a28be12fe512f727345e7854ad9b2bcf /NEWS.md
parentcc0d7a44cccac46ea1c71cf663aadee0efb2bba7 (diff)
Advertise parallel processing in the NEWS file
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 6a1c55b9..3a8900ac 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,7 +4,7 @@
### MAJOR CHANGES
-- New function `mmkin()`: This function takes a character vector of model shorthand names, or alternatively a list of mkinmod models, as well as a list of dataset as main arguments. It returns a matrix of mkinfit objects, with a row for each model and a column for each dataset. A subsetting method with single brackets is available.
+- New function `mmkin()`: This function takes a character vector of model shorthand names, or alternatively a list of mkinmod models, as well as a list of dataset as main arguments. It returns a matrix of mkinfit objects, with a row for each model and a column for each dataset. A subsetting method with single brackets is available. Fitting the models in parallel using the `parallel` package is supported.
- New function `plot.mmkin()`: Plots single-row or single-column `mmkin` objects including residual plots.

Contact - Imprint