From bc3825ae2d12c18ea3d3caf17eb23c93fef180b8 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 8 Oct 2020 09:31:35 +0200 Subject: Fix issues for release --- docs/dev/news/index.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'docs/dev/news') diff --git a/docs/dev/news/index.html b/docs/dev/news/index.html index 7e39aa46..dad1622d 100644 --- a/docs/dev/news/index.html +++ b/docs/dev/news/index.html @@ -141,15 +141,20 @@ Source: NEWS.md -
+

-mkin 0.9.50.3 (unreleased) Unreleased +mkin 0.9.50.3 Unreleased

  • ‘parms’: Add a method for mmkin objects

  • -
  • ‘saemix_model’, ‘saemix_data’: Helper functions to fit nonlinear mixed-effects models for mmkin row objects using the saemix package

  • ‘mmkin’ and ‘confint(method = ’profile’): Use all cores detected by parallel::detectCores() per default

  • ‘confint(method = ’profile’): Choose accuracy based on ‘rel_tol’ argument, relative to the bounds obtained by the quadratic approximation

  • +
  • ‘mkinfit’: Make ‘use_of_ff’ = “max” also the default for models specified using short names like “SFO” or “FOMC”

  • +
  • ‘mkinfit’: Run ‘stats::shapiro.test()’ on standardized residuals and warn if p < 0.05

  • +
  • ‘mkinfit’: ‘error_model_algorithm’ = ‘d_3’ does not fail if direct fitting fails, but reports that the results for the threestep algorithm are returned

  • +
  • ‘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

  • +
  • ‘mkinfit’: Ignore components of state.ini that do not correspond to state variables in the model

  • +
  • ‘endpoints’: Back-calculate DT50 value from DT90 also for the biphasic models DFOP, HS and SFORB

@@ -765,7 +770,7 @@ mkin 0.9-27 (2014-05-10) 2014-05-10
    -
  • Fork the GUI into a separate package gmkin

  • +
  • Fork the GUI into a separate package gmkin

  • DESCRIPTION, NAMESPACE, TODO: Adapt and add copyright information

  • Remove files belonging to the GUI

  • Possibility to fit without parameter transformations, using bounds as implemented in FME

  • -- cgit v1.2.1