diff options
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,4 +1,20 @@ -# mkin 1.2.9 +# mkin 1.2.10 (unreleased) + +## Bug fixes + +- 'inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.Rmd': Make parent model selection more robust + +- 'R/mkinpredict.R': Predictions and fits using solution type "deSolve" were previously incorrect in case there are no observed data for time zero (GitHub issue #16). + +# mkin 1.2.9 (2024-02-13) + +## New features + +- 'R/plot.mixed.R': Support more than 25 datasets + +- 'R/mkinfit.R': Support passing the observed data as a 'tibble' + +- 'R/parplot.R': Support multistart objects with covariate models and filter negative values of scaled parameters (with a warning) for plotting. - 'R/create_deg_func.R: Make sure that no reversible reactions are specified in the case of two observed variables, as this is not supported |