moved knowledge of pspp_linreg_cache out of pspp_coeff_init
[pspp-builds.git] / src / math / ChangeLog
1 2006-07-14  Jason Stover  <jhs@math.gcsu.edu>
2
3         * coefficient.c (pspp_coeff_init): Removed use of
4         pspp_linreg_cache to make the routines more generally useful.
5
6 2006-05-19  Jason Stover  <jhs@math.gcsu.edu>
7
8         * coefficient.h: Renamed pspp_linreg_coeff to pspp_coeff.
9
10         * coefficient.c: Moved to src/math.
11
12         * coefficient.h: Moved to src/math.
13
14 Tue May  9 21:09:37 2006  Ben Pfaff  <blp@gnu.org>
15
16         * sort.c (sort_active_file_to_casefile): Check return value of
17         multipass_procedure().
18
19 Wed May  3 23:06:43 2006  Ben Pfaff  <blp@gnu.org>
20
21         Continue reforming procedure execution.  In this phase, get rid of
22         many global variables, consolidating procedure execution in
23         procedure.c.  Encapsulate transformations in new "struct
24         trns_chain".  Also, change implementation of N OF CASES, FILTER,
25         and PROCESS IF from special cases to transformations.
26          
27         * sort.c: (prepare_to_sort_active_file) Don't run a procedure
28         here.
29         (sort_active_file_in_place) Rewrite to run a procedure, capture
30         the output, sort the output, and set that as the source for the
31         next procedure.
32         (struct sort_to_casefile_cb_data) New structure.
33         (sort_to_casefile_callback) New function.
34         (sort_active_file_to_casefile) Rewrite to use
35         multipass_procedure().
36
37 Sat Apr 29 11:09:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
38
39         * removed unused variable.
40
41 Sat Apr 15 18:01:22 2006  Ben Pfaff  <blp@gnu.org>
42
43         * factor-stats.c (metrics_postcalc): Add casts to fix warnings.
44
45 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
46         
47         * Moved files from src directory