Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / interpolation / ChangeLog
1 2007-03-14  Brian Gough  <bjg@network-theory.co.uk>
2
3         * interp.c (gsl_interp_init): added check for monotonically
4         increasing x
5
6 2005-12-24  Brian Gough  <bjg@network-theory.co.uk>
7
8         * cspline.c (cspline_init_periodic): fix invalid memory access of
9         xa[3] for sys_size=2
10
11 2005-12-22  Brian Gough  <bjg@network-theory.co.uk>
12
13         * test.c (test_cspline2): added extra test of cspline
14         (test_cspline3): added extra test of cspline
15
16 2004-11-28  Brian Gough  <bjg@network-theory.co.uk>
17
18         * cspline.c (cspline_init): support case of degenerate x[i] values
19         (cspline_init_periodic): support case of degenerate x[i] values
20
21         * integ_eval.h (integ_eval): improve numerical stability of
22         integration formula
23
24 2004-03-15  Brian Gough  <bjg@network-theory.co.uk>
25
26         * cspline.c (cspline_init): handle the case N=1 specially
27
28 2003-07-24  Brian Gough  <bjg@network-theory.co.uk>
29
30         * gsl_interp.h: removed duplicate declaration of
31         gsl_interp_accel_find
32
33 Sat Apr 27 20:57:22 2002  Brian Gough  <bjg@network-theory.co.uk>
34
35         * cspline.c (cspline_init_periodic): handle boundary effects
36         correctly
37
38 Sun Dec  2 22:48:23 2001  Brian Gough  <bjg@network-theory.co.uk>
39
40         * poly.c: added polynomial interpolation based on divided
41         differences from Dan, Ho-Jin.
42
43 Tue Jul  3 12:10:53 2001  Brian Gough  <bjg@network-theory.co.uk>
44
45         * interp.c (DISCARD_STATUS): discard error status values using a
46         macro for configurability
47
48 Sun Jul  1 21:41:27 2001  Brian Gough  <bjg@network-theory.co.uk>
49
50         * cspline.c: added const to state in appropriate places
51
52 Tue Jun 26 11:57:55 2001  Brian Gough  <bjg@network-theory.co.uk>
53
54         * spline.c: added missing #include <string.h> for memcpy
55
56 Mon Jun 25 19:58:45 2001  Brian Gough  <bjg@network-theory.co.uk>
57
58         * standardized to gsl conventions, added high-level 'spline'
59         interface
60
61 Mon Apr 30 13:29:34 2001  Brian Gough  <bjg@network-theory.co.uk>
62
63         * renamed gsl_interp_obj to gsl_interp
64
65 Mon Apr 23 10:29:51 2001  Brian Gough  <bjg@network-theory.co.uk>
66
67         * unified error handling conventions to _e for error handling
68         functions and no suffix for plain functions, so _impl functions
69         are no longer needed.
70
71         * removed tests for EFAULT, since EFAULT should only apply to
72         invalid non-null pointers.
73
74
75 Tue Apr 11 19:56:25 2000  Brian Gough  <bjg@network-theory.co.uk>
76
77         * cspline.c (cspline_calc_periodic): changed occurrence of gsl_la
78         name to new gsl_linalg prefix, gsl_linalg_solve_symm_cyc_tridiag
79         (cspline_calc_natural): ditto
80
81 Mon Aug 30 11:31:00 1999  Brian Gough  <bjg@network-theory.co.uk>
82
83         * bsearch.c: made gsl_interp_bsearch (formerly interp_bsearch) an
84         exported function, since it is needed by the inline version of
85         gsl_interp_accel_find in gsl_interp.h
86  
87 Tue Nov 17 16:52:00 1998  Brian Gough  <bjg@vvv.lanl.gov>
88
89         * added #include <config.h> to all top-level source files
90
91         * renamed test_interp.c to test.c
92
93         * test_interp.c: got rid of unused function alloc_xy_table
94
95 Fri Nov 13 16:50:05 1998  Brian Gough  <bjg@vvv.lanl.gov>
96
97         * clean up for make strict, use size_t instead of unsigned int
98
99 1998-11-06    <bjg@ancho.lanl.gov>
100
101         * added const to several declarations where needed.
102         
103