X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2FChangeLog;fp=src%2Fmath%2FChangeLog;h=78fbfbc17183109ccf7eb6d16b981844ce0a471e;hb=f6b8e421cd29ae0aef4018bbe2e1a06d0bef57df;hp=b3c9386d43d22dfc8f680641ee744b9cd02bb5c1;hpb=fc2284433015a514d16a4dbf0aba530d5de3ebaf;p=pspp-builds.git diff --git a/src/math/ChangeLog b/src/math/ChangeLog index b3c9386d..78fbfbc1 100644 --- a/src/math/ChangeLog +++ b/src/math/ChangeLog @@ -5,6 +5,20 @@ sort_execute now has the same dimensions as the casereader passed in. +2008-07-24 Jason H Stover + + * 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 * covariance-matrix.c (covariance_update_categorical_numeric):