diff options
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | DESCRIPTION | 2 | 
2 files changed, 7 insertions, 3 deletions
| @@ -1,6 +1,10 @@ -2013-11-04  Johannes Ranke <jranke@uni-bremen.de> for mkin (0.9-24)
 +2013-11-05  Johannes Ranke <jranke@uni-bremen.de> for mkin (0.9-24)
 -	* Bugfix re-enabling the fixing of initial values for state variables
 +	* Bugfix re-enabling the fixing of any combination of initial values
 +	  for state variables
 +	* Default values for kinetic rate constants are not all 0.1 any more
 +	  but are "salted" with a small increment to avoid numeric artefacts
 +	  with the eigenvalue based solutions
  2013-10-30  Johannes Ranke <jranke@uni-bremen.de> for mkin (0.9-23)
 diff --git a/DESCRIPTION b/DESCRIPTION index f900fd4..f76130d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Type: Package  Title: Routines for fitting kinetic models with one or more state    variables to chemical degradation data  Version: 0.9-23 -Date: 2013-11-04 +Date: 2013-11-05  Author: Johannes Ranke, with contributions from Katrin Lindenberger, René Lehmann  Maintainer: Johannes Ranke <jranke@uni-bremen.de>  Description: Calculation routines based on the FOCUS Kinetics Report (2006). | 
