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 /NEWS.md | |
parent | 558b96b4e3cfd1845677620976f09bad2c641ecb (diff) |
Add NEWS about compiled models, set the date
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |