X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2FChangeLog;h=b045df07cb09aaa0fc2e49625a0df6aa310f5e75;hb=b5b474193e450bba97610065df0518c08074a7fb;hp=acc403883b9ba9fd3b4ea1ff9283a3575e22cbf9;hpb=5715e8846c6e3a8dd539b2dc9c9c65640f84af76;p=pspp-builds.git diff --git a/src/math/ChangeLog b/src/math/ChangeLog index acc40388..b045df07 100644 --- a/src/math/ChangeLog +++ b/src/math/ChangeLog @@ -1,3 +1,44 @@ +2008-06-14 Jason Stover + + * linreg/: moved linreg.[ch] to src/math. + +2008-05-15 Ben Pfaff + + Patch #6512. + + * moments.c (calc_moments): Use gsl_finite instead of finite, as a + stopgap measure for portability until appropriate gnulib modules + are available. + +2008-03-10 Jason Stover + + * coefficient.c (pspp_linreg_get_coeff): Removed use of + coefficient 0 as intercept. + +2008-03-01 Jason Stover + + * coefficient.c (pspp_coeff_init): Ensure first arg is not a null + pointer. + + * coefficient.c (pspp_linreg_get_coeff): Make sure we don't return + a result beyond the last coefficient, or start with a coefficient + beyond the last one if there is only one. + +2007-06-06 Ben Pfaff + + Adapt case sources, sinks, and clients of procedure code to the + new infrastructure. + + * automake.mk: Add new files. + + * levene.c: Adapt to new casereaders. Abstract better. + + * merge.c: New file. + + * merge.h: New file. + + * sort.c: Rewrite in terms of case_ordering, merger. + 2007-05-31 Jason Stover * interaction.c: New file.