aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-24 16:34:50 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-24 16:34:50 +0200
commit5a58193c861c9b8e19f211db8711f432a3a93d85 (patch)
tree594d1319764501bb65527efc7c6970c53cb006bd /NEWS.md
parentab8cd4dd9aa6e9a06f6058693acb244b99370f52 (diff)
Update and format fix
Add newlines to NEWS.md to get correct formatting in NEWS
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 840aaade..ad3d631d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,8 +1,19 @@
+# CHANGES in mkin VERSION 0.9-39
+
+
+
+# CHANGES in mkin VERSION 0.9-38
+
+## BUG FIXES
+
+- Remove top-level file Rplots.pdf that R CMD check complained about
+
# CHANGES in mkin VERSION 0.9-37
## MINOR CHANGES
- `vignettes/compiled_models.html`: Show the performance improvement factor actually obtained when building the vignette, as well as mkin version, some system info and the CPU model used for building the vignette.
+
- `GNUMakefile`,`vignettes/*`: Clean up vignette generation and include table of contents in HTML vignettes.
## BUG FIXES
@@ -14,8 +25,11 @@
## MAJOR CHANGES
- `summary.mkinfit()`: A one-sided t-test for significant difference of untransformed parameters from zero is now always shown, based on the assumption of normal distribution for estimators of all untransformed parameters. Use with caution, as this assumption is unrealistic e.g. for rate constants in these nonlinear kinetic models.
+
- If a compiler (gcc) is installed, use a version of the differential equation model compiled from C code, which is a huge performance boost for models where only the deSolve method works.
+
- `mkinmod()`: Create a list component $cf (of class CFuncList) in the list returned by mkinmod, if a version can be compiled from autogenerated C code (see above).
+
- `mkinfit()`: Set the default `solution_type` to `deSolve` when a compiled version of the model is present, except when an analytical solution is possible.
## MINOR CHANGES
@@ -31,15 +45,21 @@
## BUG FIXES
- `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
+
- NAMESPACE: export S3 methods plot.mkinfit, summary.mkinfit and print.summary.mkinfit to satisfy R CMD check on R-devel
+
- `mkinparplot()`: Avoid warning in R CMD check about undeclared global variable `Lower`
## 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.
+
- A first test using results established in the expertise written for the German Federal Environmental Agency (UBA) was added.
+
- Add synthetic datasets generated for expertise written for the German Federal Environmental Agency UBA
+
- Add tests based on these datasets
# CHANGES in mkin VERSION 0.9-34

Contact - Imprint