d3db1d0d079b814b6c97a1ccdb5150529ff4f855
[pspp-builds.git] / src / math / ChangeLog
1 Thu Dec  7 15:27:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
2
3         * factor-stats.c factor-stats.h: Changed independent values to 
4         be pointers rather than copies.
5
6 Wed Dec  6 21:14:59 2006  Ben Pfaff  <blp@gnu.org>
7
8         * coefficient.c: (pspp_coeff_get_value) Compare variable pointers
9         instead of variable indexes.
10         (pspp_linreg_get_coeff) Ditto.
11         (design_matrix_col_to_var_index) Removed.
12         (design_matrix_col_to_var) Compare variable pointers
13         instead of variable indexes.
14         (cmp_dm_var_index) Ditto.
15         (design_matrix_var_to_column) Ditto.
16         (dm_var_to_last_column) Ditto.
17
18 Sun Nov  5 08:30:32 WST 2006 John Darrington <john@darrington.wattle.id.au>
19
20         * levene.c levene.h Changed to use the new casefilter structure.
21
22 2006-07-15  Jason Stover  <jhs@math.gcsu.edu>
23
24         * coefficient.c (pspp_coeff_init): Make design_matrix arg const.
25
26 2006-07-14  Jason Stover  <jhs@math.gcsu.edu>
27
28         * coefficient.c (pspp_coeff_init): Removed use of
29         pspp_linreg_cache to make the routines more generally useful.
30
31 2006-05-19  Jason Stover  <jhs@math.gcsu.edu>
32
33         * coefficient.h: Renamed pspp_linreg_coeff to pspp_coeff.
34
35         * coefficient.c: Moved to src/math.
36
37         * coefficient.h: Moved to src/math.
38
39 Tue May  9 21:09:37 2006  Ben Pfaff  <blp@gnu.org>
40
41         * sort.c (sort_active_file_to_casefile): Check return value of
42         multipass_procedure().
43
44 Wed May  3 23:06:43 2006  Ben Pfaff  <blp@gnu.org>
45
46         Continue reforming procedure execution.  In this phase, get rid of
47         many global variables, consolidating procedure execution in
48         procedure.c.  Encapsulate transformations in new "struct
49         trns_chain".  Also, change implementation of N OF CASES, FILTER,
50         and PROCESS IF from special cases to transformations.
51          
52         * sort.c: (prepare_to_sort_active_file) Don't run a procedure
53         here.
54         (sort_active_file_in_place) Rewrite to run a procedure, capture
55         the output, sort the output, and set that as the source for the
56         next procedure.
57         (struct sort_to_casefile_cb_data) New structure.
58         (sort_to_casefile_callback) New function.
59         (sort_active_file_to_casefile) Rewrite to use
60         multipass_procedure().
61
62 Sat Apr 29 11:09:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
63
64         * removed unused variable.
65
66 Sat Apr 15 18:01:22 2006  Ben Pfaff  <blp@gnu.org>
67
68         * factor-stats.c (metrics_postcalc): Add casts to fix warnings.
69
70 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
71         
72         * Moved files from src directory