X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=fef43d7b5f6baad5661cd2256a7ef56b2456d4f1;hb=0e4ef2c7099e82d8e43cf87a53c36430d1ce879f;hp=f4c2ec124b745dc36c71f99b2b7722050c92bf7a;hpb=3fb611d221aa070458c81c6ca8b1c78fbad9a0ab;p=pspp diff --git a/ChangeLog b/ChangeLog index f4c2ec124b..fef43d7b5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,34 @@ +Sat Nov 27 20:29:19 2005 Jason Stover + + * Binary encoding for categorical variables. + * Routines for design matrices. + +Thu Oct 20 18:19:58 2005 Ben Pfaff + + * configure.ac: Improve error messages. Thanks to Jaap-Andre de + Hoop . + +Wed Oct 12 20:33:07 2005 Jason Stover + + * regression.q: Initial version of the REGRESSION procedure. + +Sun Sep 25 16:11:09 2005 Ben Pfaff + + * Makefile.am: Handles `examples' as a subdirectory instead of a + dist-hook. The dist-hook copied examples/CVS into the + distribution. Thanks to James R. Van Zandt for + reporting the problem. + Mon Sep 19 10:24:10 2005 Ben Pfaff * Smake: Add `check' target for convenience. Add --tests-base=tests to gnulib-tool invocation to compensate for bug. +Sat Sep 17 15:57:32 2005 Jason Stover + + Added lib/linreg for procedures that use ordinary least squares. + Sat Sep 17 11:01:44 2005 Ben Pfaff Adapt to newer versions of gnulib.