diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-18 17:04:32 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-18 17:04:32 +0200 |
commit | 6177159706128a4d44ce10f5b37fd94bdf996c2d (patch) | |
tree | 4a59182eec18ee378703a9541f44d31af5135368 /NEWS.md | |
parent | d337a9665d9261d18734d81edc8fe4b569635e71 (diff) |
Fix format of NEWS.md
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -2,13 +2,9 @@ ## 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. +- 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. # CHANGES in mkin VERSION 0.9-35 |