Continue reforming procedure execution. In this phase, get rid of
[pspp-builds.git] / src / language / stats / ChangeLog
index be1dbf76af5ef87e48bbef0a919204dc67cb6594..46c216512ecf0bca7c6f8b03248a705b471cc6e1 100644 (file)
@@ -1,3 +1,44 @@
+Wed May  3 23:05:31 2006  Ben Pfaff  <blp@gnu.org>
+
+       Continue reforming procedure execution.  In this phase, get rid of
+       many global variables, consolidating procedure execution in
+       procedure.c.  Encapsulate transformations in new "struct
+       trns_chain".  Also, change implementation of N OF CASES, FILTER,
+       and PROCESS IF from special cases to transformations.
+        
+       * aggregate.c (cmd_aggregate) Use discard_variables().
+       
+
+2006-04-28  Jason Stover  <jhs@math.gcsu.edu>
+
+       * regression.q (regression_trns_resid_proc): Pass only the
+       variables used in the model to (*model->residual)().
+
+       * regression.q (regression_trns_pred_proc): Pass only the
+       variables used in the model to (*model->pred)().
+
+2006-04-26  Jason Stover  <jhs@math.gcsu.edu>
+
+       * regression.q: Added support for multiple transformations.
+       
+       * regression.q (regression_trns_resid_proc): New function.
+
+       * regression.q (regression_trns_pred_proc): New function.
+
+       * regression.q (subcommand_save): Added support for saving
+       predicted values.
+
+       * regression.q (regression_trns_free): New function. 
+
+       * regression.q (reg_get_name): New function.
+
+       * regression.q (reg_save_var): New function.
+
+Tue Apr 25 13:18:56 2006  Ben Pfaff  <blp@gnu.org>
+
+       * rank.q (parse_rank_function): Use SE instead of ME for parse
+       errors.
+
 Tue Apr 25 13:16:28 2006  Ben Pfaff  <blp@gnu.org>
 
        * flip.c (flip_sink_write): Use snprintf() to simplify a bit of