aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-04-17 17:03:36 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-04-17 17:03:36 +0200
commit07685d190e7da7bdc199f0b6cd0bd372c5264aa5 (patch)
tree5f15f0b6ef9f52c36c8c0c014a8fc026f1a6a55f /NEWS.md
parent558b96b4e3cfd1845677620976f09bad2c641ecb (diff)
Add NEWS about compiled models, set the date
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 1caaa148..023f3645 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -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

Contact - Imprint