From 07685d190e7da7bdc199f0b6cd0bd372c5264aa5 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 17 Apr 2015 17:03:36 +0200 Subject: Add NEWS about compiled models, set the date --- NEWS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'NEWS.md') 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 -- cgit v1.2.1