Miscellaneous cleanup to categorical values, linreg and design matrix code.
[pspp-builds.git] / src / data / ChangeLog
index 4a8535c492f371ef14370e63be6dc86dff753271..73aba2ff40c433adfb38c37a1a1f4a7f5dbfa9fb 100644 (file)
@@ -1,3 +1,20 @@
+2007-04-22 John Darrington <john@darrington.wattle.id.au>
+
+       * Deleted existing category.h and moved cat-routines.h into 
+       category.h  Encapsulated struct cat_vals better.
+
+2007-04-19 John Darrington <john@darrington.wattle.id.au>
+
+       * sys-file-reader.c: When reading a system file which has no 
+       long name table, automatically create one where the long names 
+       are the lower case versions of the short names.
+       
+2007-04-16 John Darrington <john@darrington.wattle.id.au>
+
+       * sys-file-reader.c: Some versions of Other Software seem to 
+        produce system files with string  variables' measure set to 
+       zero.  We'll assume these are supposed to be nominal variables.
+
 2007-03-30  Ben Pfaff  <blp@gnu.org>
 
        * procedure.c: Adapt to new deque data structure.