diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-04-17 17:03:36 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-04-17 17:03:36 +0200 |
commit | 07685d190e7da7bdc199f0b6cd0bd372c5264aa5 (patch) | |
tree | 5f15f0b6ef9f52c36c8c0c014a8fc026f1a6a55f | |
parent | 558b96b4e3cfd1845677620976f09bad2c641ecb (diff) |
Add NEWS about compiled models, set the date
-rw-r--r-- | DESCRIPTION | 2 | ||||
-rw-r--r-- | NEWS.md | 13 |
2 files changed, 14 insertions, 1 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 0eaf6ebf..642228c0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Type: Package Title: Routines for Fitting Kinetic Models with One or More State Variables to Chemical Degradation Data Version: 0.9-36 -Date: 2015-02-20 +Date: 2015-04-17 Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), email = "jranke@uni-bremen.de"), person("Katrin", "Lindenberger", role = "ctb"), @@ -1,3 +1,16 @@ +# CHANGES in mkin VERSION 0.9-36 + +## MAJOR CHANGES + +- If the ccSolve package 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. + Compiled models using the Hockey Stick model (HS) are not supported (yet). +- `mkinmod()`: Create a list component $compiled 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 if an analytical solution is possible. +- Add some tests for predicting from and fitting differential equation models compiled using ccSolve. + # CHANGES in mkin VERSION 0.9-35 ## BUG FIXES |