Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv/git/pspp
[pspp-builds.git] / src / math / ChangeLog
index b3c9386d43d22dfc8f680641ee744b9cd02bb5c1..78fbfbc17183109ccf7eb6d16b981844ce0a471e 100644 (file)
@@ -5,6 +5,20 @@
        sort_execute now has the same dimensions as the casereader passed 
        in.
 
+2008-07-24  Jason H Stover  <jhs@math.gcsu.edu>
+
+       * covariance-matrix.c (covariance_pass_two): Dropped weight
+       argument. Corrected update of the entries of the covariance
+       matrix. 
+
+       * covariance-matrix.c (column_iterate): Dropped weight
+       argument. Corrected update of the entries of the covariance
+       matrix. 
+
+       * covariance-matrix.c (covariance_update_categorical_numeric):
+       Dropped weight argument. Corrected update of the entries of the
+       covariance matrix.
+
 2008-07-17  Jason H Stover  <jhs@math.gcsu.edu>
 
        * covariance-matrix.c (covariance_update_categorical_numeric):