aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index 837293bb..cd082280 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,8 +2,10 @@
## NEW FEATURES
-- Switch to using the Port algorithm (using a model/trust region approach) per default. While needing more iterations than the Levenberg-Marquardt algorithm previously used per default, it is less sensitive to starting parameters.
+- Add the possibility to fit indeterminate order rate equation (IORE) models using an analytical solution (parent only) or a numeric solution. Paths from IORE compounds to metabolites are supported when using of formation fractions (use_of_ff = 'max'). Note that the numerical solution (method.ode = 'deSolve') of the IORE differential equations sometimes fails due to numerical problems.
+
+- Switch to using the Port algorithm (using a model/trust region approach) per default. While needing more iterations than the Levenberg-Marquardt algorithm previously used per default, it is less sensitive to starting parameters.
## MINOR CHANGES
- The formatting of differential equations in the summary was further improved
@@ -79,7 +81,6 @@
## BUG FIXES
- The internal renaming of optimised parameters in Version 0.9-30 led to errors in the determination of the degrees of freedom for the chi2 error level calulations in `mkinerrmin()` used by the summary function.
-
# CHANGES in mkin VERSION 0.9-30
## NEW FEATURES

Contact - Imprint