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