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