From 6177159706128a4d44ce10f5b37fd94bdf996c2d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 18 May 2015 17:04:32 +0200 Subject: Fix format of NEWS.md --- NEWS.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/NEWS.md b/NEWS.md index ec22604e..3f4d7f43 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 -- cgit v1.2.1