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