diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-10-15 12:53:23 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-10-15 12:53:23 +0200 |
commit | 5b1179f0daff9077e1370065f9b9f03a2d0e0450 (patch) | |
tree | 01f30f5763c279b942458843939d4f02be6ca455 /docs/news | |
parent | 272aba066f0d7502e319b7e7f14009318cd44348 (diff) |
Update online docs for release version
Diffstat (limited to 'docs/news')
-rw-r--r-- | docs/news/index.html | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/docs/news/index.html b/docs/news/index.html index d61e532a..6b6fd2c4 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -71,7 +71,7 @@ </button> <span class="navbar-brand"> <a class="navbar-link" href="../index.html">mkin</a> - <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.9.50.2</span> + <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.9.50.3</span> </span> </div> @@ -108,6 +108,9 @@ <li> <a href="../articles/web_only/NAFTA_examples.html">Example evaluation of NAFTA SOP Attachment examples</a> </li> + <li> + <a href="../articles/web_only/benchmarks.html">Some benchmark timings</a> + </li> </ul> </li> <li> @@ -116,7 +119,7 @@ </ul> <ul class="nav navbar-nav navbar-right"> <li> - <a href="http://github.com/jranke/mkin/"> + <a href="https://github.com/jranke/mkin/"> <span class="fab fa fab fa-github fa-lg"></span> </a> @@ -135,9 +138,25 @@ <div class="col-md-9 contents"> <div class="page-header"> <h1 data-toc-skip>Changelog <small></small></h1> - <small>Source: <a href='http://github.com/jranke/mkin/blob/master/NEWS.md'><code>NEWS.md</code></a></small> + <small>Source: <a href='https://github.com/jranke/mkin/blob/master/NEWS.md'><code>NEWS.md</code></a></small> </div> + <div id="mkin-0-9-50-3" class="section level1"> +<h1 class="page-header" data-toc-text="0.9.50.3"> +<a href="#mkin-0-9-50-3" class="anchor"></a>mkin 0.9.50.3<small> 2020-10-08 </small> +</h1> +<ul> +<li><p>‘parms’: Add a method for mmkin objects</p></li> +<li><p>‘mmkin’ and ‘confint(method = ’profile’): Use all cores detected by parallel::detectCores() per default</p></li> +<li><p>‘confint(method = ’profile’): Choose accuracy based on ‘rel_tol’ argument, relative to the bounds obtained by the quadratic approximation</p></li> +<li><p>‘mkinfit’: Make ‘use_of_ff’ = “max” also the default for models specified using short names like “SFO” or “FOMC”</p></li> +<li><p>‘mkinfit’: Run ‘stats::shapiro.test()’ on standardized residuals and warn if p < 0.05</p></li> +<li><p>‘mkinfit’: ‘error_model_algorithm’ = ‘d_3’ does not fail if direct fitting fails, but reports that the results for the threestep algorithm are returned</p></li> +<li><p>‘mmkin’: Do not fail any more if one of the fits fails, but assign the try-error to the respective position in the mmkin object</p></li> +<li><p>‘mkinfit’: Ignore components of state.ini that do not correspond to state variables in the model</p></li> +<li><p>‘endpoints’: Back-calculate DT50 value from DT90 also for the biphasic models DFOP, HS and SFORB</p></li> +</ul> +</div> <div id="mkin-0-9-50-2-2020-05-12" class="section level1"> <h1 class="page-header" data-toc-text="0.9.50.2"> <a href="#mkin-0-9-50-2-2020-05-12" class="anchor"></a>mkin 0.9.50.2 (2020-05-12)<small> 2020-05-12 </small> @@ -751,7 +770,7 @@ <a href="#mkin-0-9-27-2014-05-10" class="anchor"></a>mkin 0.9-27 (2014-05-10)<small> 2014-05-10 </small> </h1> <ul> -<li><p>Fork the GUI into a separate package <a href="http://github.com/jranke/gmkin">gmkin</a></p></li> +<li><p>Fork the GUI into a separate package <a href="https://github.com/jranke/gmkin">gmkin</a></p></li> <li><p>DESCRIPTION, NAMESPACE, TODO: Adapt and add copyright information</p></li> <li><p>Remove files belonging to the GUI</p></li> <li><p>Possibility to fit without parameter transformations, using bounds as implemented in FME</p></li> @@ -816,7 +835,7 @@ </div> <div class="pkgdown"> - <p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.5.1.</p> + <p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.6.1.</p> </div> </footer> |