diff options
author | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-02-16 17:27:18 +0100 |
---|---|---|
committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-02-16 17:29:28 +0100 |
commit | 4f62f39b8979cb3a5c52d65d425e530dc0770665 (patch) | |
tree | 895d4bde0773a600943e5c308e17651c12358a67 /docs/dev/news | |
parent | 44c30938872bd7cc80a4c84dd4db593e26000fce (diff) |
The special case occurs if not observed data for time zero
are available. Fixes #16. Write NEWS and update docs.
A lot of html was regenerated, because I had checked out
the main branch in between, which made pkgdown believe that
I have changed the help files.
Diffstat (limited to 'docs/dev/news')
-rw-r--r-- | docs/dev/news/index.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/dev/news/index.html b/docs/dev/news/index.html index 5e420fb4..cf423c0c 100644 --- a/docs/dev/news/index.html +++ b/docs/dev/news/index.html @@ -60,15 +60,22 @@ </div> <div class="section level2"> -<h2 class="pkg-version" data-toc-text="1.2.9.9000" id="mkin-1299000-unreleased">mkin 1.2.9.9000 (unreleased)<a class="anchor" aria-label="anchor" href="#mkin-1299000-unreleased"></a></h2> +<h2 class="pkg-version" data-toc-text="1.2.10" id="mkin-1210-unreleased">mkin 1.2.10 (unreleased)<a class="anchor" aria-label="anchor" href="#mkin-1210-unreleased"></a></h2> +<div class="section level3"> +<h3 id="bug-fixes-1-2-10">Bug fixes<a class="anchor" aria-label="anchor" href="#bug-fixes-1-2-10"></a></h3> +<ul><li>‘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 <a href="https://github.com/jranke/mkin/issues/16" class="external-link">#16</a>).</li> +</ul></div> </div> <div class="section level2"> <h2 class="pkg-version" data-toc-text="1.2.9" id="mkin-129-2024-02-13">mkin 1.2.9 (2024-02-13)<a class="anchor" aria-label="anchor" href="#mkin-129-2024-02-13"></a></h2> +<div class="section level3"> +<h3 id="new-features-1-2-9">New features<a class="anchor" aria-label="anchor" href="#new-features-1-2-9"></a></h3> <ul><li><p>‘R/plot.mixed.R’: Support more than 25 datasets</p></li> <li><p>‘R/mkinfit.R’: Support passing the observed data as a ‘tibble’</p></li> <li><p>‘R/parplot.R’: Support multistart objects with covariate models and filter negative values of scaled parameters (with a warning) for plotting.</p></li> <li><p>’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</p></li> </ul></div> +</div> <div class="section level2"> <h2 class="pkg-version" data-toc-text="1.2.8" id="mkin-128-unreleased">mkin 1.2.8 (unreleased)<a class="anchor" aria-label="anchor" href="#mkin-128-unreleased"></a></h2> <ul><li>‘R/{mhmkin,status}.R’: Deal with ‘saem’ fits that fail when updating an ‘mhmkin’ object</li> |