diff options
author | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2013-10-10 05:41:59 +0000 |
---|---|---|
committer | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2013-10-10 05:41:59 +0000 |
commit | 2f9b4ee3e956ee36af8a94f9d75bc8fbd9033dbf (patch) | |
tree | 7121e9802e72039ddfb3c97d3395b22d748a1b24 /ChangeLog | |
parent | db403f024cc7c6b8b550897a45d93efc9f047e26 (diff) |
- 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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
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<jranke@uni-bremen.de> 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 <jranke@uni-bremen.de> 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:
|