aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-05-18 17:04:32 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-05-18 17:04:32 +0200
commit6177159706128a4d44ce10f5b37fd94bdf996c2d (patch)
tree4a59182eec18ee378703a9541f44d31af5135368
parentd337a9665d9261d18734d81edc8fe4b569635e71 (diff)
Fix format of NEWS.md
-rw-r--r--NEWS.md10
1 files 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

Contact - Imprint