From 2f9b4ee3e956ee36af8a94f9d75bc8fbd9033dbf Mon Sep 17 00:00:00 2001 From: jranke Date: Thu, 10 Oct 2013 05:41:59 +0000 Subject: - Added a ChangeLog - Do not use time zero values of 0 for chi2 error level calculations (see changelog) - Show weighting method in summary - Correct the output of the data in the case of manual weights - Some reformatting in mkinfit.R - GUI: First attempt at representing a fit in the GUI git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@108 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ChangeLog (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..5f430343 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,15 @@ +2013-10-10 Johannes Ranke for mkin (0.9-22) + + * Show the weighting method for residuals in the summary + * Correct the output of the data in the case of manual weighting + + +2013-10-09 Johannes Ranke for mkin (0.9-22) + + * Do not use 0 values at time zero for chi2 error level calculations. + This is the way it is done in KinGUII and it makes sense + + +Changes performed in earlier versions are documented in the subversion log +files on R-Forge http://www.r-forge.r-project.org/scm/?group_id=615 +vim: set expandtab ts=2 sw=2: -- cgit v1.2.1