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