Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 7742:95ecf219a582
fix tests
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 30 Apr 2008 14:18:36 -0400 |
parents | 39930366b709 |
children | 95dce69538ec |
rev | line source |
---|---|
7742 | 1 2008-04-30 John W. Eaton <jwe@octave.org> |
2 | |
3 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
4 elfun/asech.m, specfun/pow2.m: Fix tests. | |
5 | |
7740 | 6 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7 | |
8 * specfun/log2.m: Delete. | |
9 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
10 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
11 2008-04-29 David Bateman <dbateman@free.fr> |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
12 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
13 pkg/pkg.m: Also set archprefix with the -local and -global options. |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
14 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
15 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
16 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
17 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
18 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
19 |
7736 | 20 2008-04-25 John W. Eaton <jwe@octave.org> |
21 | |
22 * miscellaneous/dbstack.m: New function. | |
23 * miscellaneous/Makefile.in: Add it to the list. | |
24 | |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
25 2008-04-21 David Bateman <dbateman@free.fr> |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
26 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
27 * plot/__go_draw_axes__.m (gnuplot_position_colorbox): New arg, obj. |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
28 Change caller. Improve sizing and position of colorbox for subplots. |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
29 * plot/colorbar.m: New demos. |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
30 |
7714
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
31 2008-04-16 Soren Hauberg <hauberg@gmail.com> |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
32 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
33 * plot/__gnuplot_version__.m: Display error if gnuplot is not found. |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
34 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
35 2008-04-15 John W. Eaton <jwe@octave.org> |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
36 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
37 * plot/view.m: Get values from current axes if nargin == 0. |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
38 |
7713 | 39 2008-04-15 David Bateman <dbateman@free.fr> |
7711
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
40 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
41 * plot/__patch__.m: Fix for NaN values in faces of patches. |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
42 |
7710 | 43 2008-04-14 David Bateman <dbateman@free.fr> |
44 | |
45 * plot/rose.m: Add missing comment mark that causes issues with | |
46 octave-forge function referencing. | |
47 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
48 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
49 2008-04-09 John W. Eaton <jwe@octave.org> |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
50 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
51 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
52 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
53 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
54 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
55 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
56 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
57 deprecated/clearplot.m, deprecated/clg.m, deprecated/com2str.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
58 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
59 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
60 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
61 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
62 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
63 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
64 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
65 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
66 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
67 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
68 deprecated/is_bool.m, deprecated/is_complex.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
69 deprecated/is_list.m, deprecated/is_matrix.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
70 deprecated/is_scalar.m, deprecated/is_square.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
71 deprecated/is_stream.m, deprecated/is_struct.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
72 deprecated/is_symmetric.m, deprecated/is_vector.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
73 deprecated/isstr.m, deprecated/lchol.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
74 deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
75 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
76 deprecated/meshdom.m, deprecated/normal_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
77 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
78 deprecated/normal_rnd.m, deprecated/pascal_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
79 deprecated/pascal_inv.m, deprecated/pascal_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
80 deprecated/pascal_rnd.m, deprecated/poisson_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
81 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
82 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
83 deprecated/setstr.m, deprecated/spatan2.m, deprecated/spchol.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
84 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
85 deprecated/spcumprod.m, deprecated/spcumsum.m, deprecated/spdet.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
86 deprecated/spdiag.m, deprecated/spfind.m, deprecated/spinv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
87 deprecated/spkron.m, deprecated/splchol.m, deprecated/splu.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
88 deprecated/spmax.m, deprecated/spmin.m, deprecated/spprod.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
89 deprecated/spqr.m, deprecated/spsum.m, deprecated/spsumsq.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
90 deprecated/struct_contains.m, deprecated/struct_elements.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
91 deprecated/t_cdf.m, deprecated/t_inv.m, deprecated/t_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
92 deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
93 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
94 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
95 deprecated/weibinv.m, deprecated/weibpdf.m, deprecated/weibrnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
96 deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
97 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
98 deprecated/wiener_rnd.m: Don't embed newline in warning message. |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
99 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
100 2008-04-09 David Bateman <dbateman@free.fr> |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
101 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
102 * testfun/assert.m: Don't allow cond and expected to be lists. |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
103 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
104 2008-04-04 John W. Eaton <jwe@octave.org> |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
105 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
106 * strings/Makefile.in (SOURCES): Add isstrprop.m to the list. |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
107 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
108 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
109 * Makefile.incontrol/base/Makefile.in, control/hinf/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
110 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
111 * Makefile.incontrol/system/Makefile.in, control/util/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
112 * Makefile.indeprecated/Makefile.in, elfun/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
113 * Makefile.infinance/Makefile.in, general/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
114 * Makefile.ingeometry/Makefile.in, image/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
115 * Makefile.inio/Makefile.in, linear-algebra/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
116 * Makefile.inmiscellaneous/Makefile.in, optimization/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
117 * Makefile.inpath/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
118 * Makefile.inpolynomial/Makefile.in, quaternion/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
119 * Makefile.inset/Makefile.in, signal/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
120 * Makefile.insparse/Makefile.in, specfun/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
121 * Makefile.inspecial-matrix/Makefile.in, startup/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
122 * Makefile.instatistics/Makefile.in, statistics/base/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
123 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
124 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
125 * Makefile.instatistics/tests/Makefile.in, strings/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
126 * Makefile.intestfun/Makefile.in, time/Makefile.in |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
127 * Makefile.in(check-m-sources): New target. |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
128 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
129 2008-04-04 Bill Denney <bill@denney.ws> |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
130 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
131 * optimization/lsqnonneg.m: Use optimset, correctly index |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
132 Z and P in main loop. |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
133 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
134 2008-04-04 David Bateman <dbateman@free.fr> |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
135 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
136 * deprecated/beta_cdf.m deprecated/beta_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
137 deprecated/beta_pdf.m deprecated/beta_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
138 deprecated/binomial_cdf.m deprecated/binomial_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
139 deprecated/binomial_pdf.m deprecated/binomial_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
140 deprecated/chisquare_cdf.m deprecated/chisquare_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
141 deprecated/chisquare_pdf.m deprecated/chisquare_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
142 deprecated/clearplot.m deprecated/clg.m deprecated/com2str.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
143 deprecated/exponential_cdf.m deprecated/exponential_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
144 deprecated/exponential_pdf.m deprecated/exponential_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
145 deprecated/f_cdf.m deprecated/f_inv.m deprecated/f_pdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
146 deprecated/f_rnd.m deprecated/gamma_cdf.m deprecated/gamma_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
147 deprecated/gamma_pdf.m deprecated/gamma_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
148 deprecated/geometric_cdf.m deprecated/geometric_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
149 deprecated/geometric_pdf.m deprecated/geometric_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
150 deprecated/hypergeometric_cdf.m deprecated/hypergeometric_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
151 deprecated/hypergeometric_pdf.m deprecated/hypergeometric_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
152 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
153 deprecated/is_complex.m deprecated/is_list.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
154 deprecated/is_matrix.m deprecated/is_scalar.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
155 deprecated/is_square.m deprecated/is_stream.m deprecated/isstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
156 deprecated/is_struct.m deprecated/is_symmetric.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
157 deprecated/is_vector.m deprecated/lognormal_cdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
158 deprecated/lognormal_inv.m deprecated/lognormal_pdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
159 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
160 deprecated/normal_cdf.m deprecated/normal_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
161 deprecated/normal_pdf.m deprecated/normal_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
162 deprecated/pascal_cdf.m deprecated/pascal_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
163 deprecated/pascal_pdf.m deprecated/pascal_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
164 deprecated/poisson_cdf.m deprecated/poisson_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
165 deprecated/poisson_pdf.m deprecated/poisson_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
166 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
167 deprecated/struct_contains.m deprecated/struct_elements.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
168 deprecated/t_cdf.m deprecated/t_inv.m deprecated/t_pdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
169 deprecated/t_rnd.m deprecated/uniform_cdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
170 deprecated/uniform_inv.m deprecated/uniform_pdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
171 deprecated/uniform_rnd.m deprecated/weibcdf.m deprecated/weibinv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
172 deprecated/weibpdf.m deprecated/weibrnd.m deprecated/weibull_cdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
173 deprecated/weibull_inv.m deprecated/weibull_pdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
174 deprecated/weibull_rnd.m deprecated/wiener_rnd.m: Add warning that |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
175 function will be removed in a future version. |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
176 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
177 2008-04-03 John W. Eaton <jwe@octave.org> |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
178 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
179 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
180 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
181 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
182 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
183 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
184 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
185 deprecated/clearplot.m, deprecated/clg.m, deprecated/com2str.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
186 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
187 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
188 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
189 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
190 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
191 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
192 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
193 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
194 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
195 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
196 deprecated/is_bool.m, deprecated/is_complex.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
197 deprecated/is_list.m, deprecated/is_matrix.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
198 deprecated/is_scalar.m, deprecated/is_square.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
199 deprecated/is_stream.m, deprecated/is_struct.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
200 deprecated/is_symmetric.m, deprecated/is_vector.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
201 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
202 deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
203 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
204 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
205 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
206 deprecated/normal_rnd.m, deprecated/pascal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
207 deprecated/pascal_inv.m, deprecated/pascal_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
208 deprecated/pascal_rnd.m, deprecated/poisson_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
209 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
210 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
211 deprecated/setstr.m, deprecated/spatan2.m, deprecated/spchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
212 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
213 deprecated/spcumprod.m, deprecated/spcumsum.m, deprecated/spdet.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
214 deprecated/spdiag.m, deprecated/spfind.m, deprecated/spinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
215 deprecated/spkron.m, deprecated/splchol.m, deprecated/splu.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
216 deprecated/spmax.m, deprecated/spmin.m, deprecated/spprod.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
217 deprecated/spqr.m, deprecated/spsum.m, deprecated/spsumsq.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
218 deprecated/struct_contains.m, deprecated/struct_elements.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
219 deprecated/t_cdf.m, deprecated/t_inv.m, deprecated/t_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
220 deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
221 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
222 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
223 deprecated/weibinv.m, deprecated/weibpdf.m, deprecated/weibrnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
224 deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
225 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
226 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
227 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
228 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
229 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
230 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
231 * plot/__go_draw_axes__.m: Conditionally "set pm3d implict" for 2D |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
232 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
233 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
234 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
235 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
236 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
237 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
238 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
239 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
240 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
241 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
242 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
243 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
244 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
245 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
246 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
247 2008-04-02 John W. Eaton <jwe@octave.org> |
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
248 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
249 * deprecated/Makefile.in (SOURCES): Add spkron.m to the list. |
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
250 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
251 * general/Makefile.in (SOURCES): Add runlength.m to the list. |
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
252 |
7682 | 253 2008-04-02 Bill Denney <bill@denney.ws> |
254 | |
255 * optimization/lsqnonneg.m: New function. | |
256 * optimization/Makefile.in (SOURCES): Add it to the list. | |
257 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
258 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
259 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
260 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
261 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
262 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
263 * plot/__gnuplot_ginput__.m: Use the gnuplot stream itself for |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
264 communication rather than a chat file if mkfifo is not available. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
265 * plot/gnuplot_drawnow.m: Open stream with popen2 to allow two way |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
266 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
267 |
7678 | 268 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
269 | |
270 * general/sortrows.m: Handle negative column arguments. | |
271 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
272 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
273 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
274 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
275 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
276 |
7673 | 277 2008-03-31 David Bateman <dbateman@free.fr> |
278 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
279 * plot/__go_draw_axes__.m: Set the tick direction in the main call |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
280 the set tics rather than separately to avoid issues with multiple |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
281 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
282 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
283 * plot/gtext.m: New function to place text on a plot. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
284 * plot/waitforbuttonpress.m: New function. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
285 * plot/Makefile.in (SOURCES): Add them to the list. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
286 * plot/__gnuplot_ginput__.m: Bug fix for nargin==1. Workaround for |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
287 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
288 * plot/ginput.m: Eliminate setting of n. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
289 |
7673 | 290 * plot/ginput.m: New function. |
291 * plot/__gnuplot_ginput__.m: New function based on a version of | |
292 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
293 * plot/Makefile.in (SOURCES): Add them to the list. | |
294 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
295 2008-03-31 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
296 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
297 * miscellaneous/run.m: Fix check for existence of file. |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
298 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
299 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
300 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
301 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
302 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
303 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
304 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
305 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
306 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
307 2008-03-28 Thomas Weber <thomas.weber.mail@gmail.com> |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
308 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
309 * miscellaneous/tempdir.m: Use correct function name in texinfo |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
310 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
311 |
7669 | 312 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
313 | |
314 * general/del2.m: Missing semicolon. | |
315 | |
7668 | 316 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
317 | |
318 * miscellaneous/info.m: New function. | |
319 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
320 | |
7666
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
321 2008-03-27 Soren Hauberg <hauberg@gmail.com> |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
322 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
323 * plot/xlim.m, plot/ylim.m, plot/zlim.m, strings/strtrim.m: |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
324 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
325 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
326 2008-03-27 David Bateman <dbateman@free.fr> |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
327 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
328 * plot/__plt2__.m: Test if args are empty first so that |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
329 plot(zeros(1,0),zeros(1,0)) works as expected. |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
330 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
331 * plot/plotyy.m: The axis handle is a two element vector and |
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
332 so needs special treatment. Call newplot for the second axis. |
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
333 |
7655 | 334 2008-03-27 Bill Denney <bill@denney.ws> |
335 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
336 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
337 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
338 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
339 * strings/Makefile.in (SOURCES): Add it to the list. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
340 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
341 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
342 * general/Makefile.in (SOURCES): Add it to the list. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
343 |
7657 | 344 * general/genvarname.m: New function. |
345 * general/Makefile.in (SOURCES): Add it to the list. | |
346 | |
7656 | 347 * time/addtodate.m: New function. |
7657 | 348 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 349 |
7655 | 350 * geometry/rectint.m: Vectorize and add more tests. |
351 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
352 2008-03-27 John W. Eaton <jwe@octave.org> |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
353 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
354 * plot/__axis_label__.m: Use name of caller in error message. |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
355 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
356 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
357 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
358 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
359 |
7650 | 360 2008-03-26 John W. Eaton <jwe@octave.org> |
361 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
362 * set/ismember.m: Set size of idx output correctly for empty args. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
363 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
364 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
365 * general/logical.m: Correctly handle empty args. New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
366 |
7650 | 367 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
368 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
369 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
370 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
371 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
372 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
373 Texinfo fixes. | |
374 | |
7649
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
375 2008-03-26 Jaroslav Hajek <highegg@gmail.com> |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
376 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
377 * linear-algebra/dmult.m: Handle scaling along arbitrary dimension. |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
378 |
7648
e7b999840056
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents:
7643
diff
changeset
|
379 2008-03-26 Soren Hauberg <hauberg@gmail.com> |
e7b999840056
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents:
7643
diff
changeset
|
380 |
e7b999840056
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents:
7643
diff
changeset
|
381 * polynomial/convn.m: New tests. |
e7b999840056
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents:
7643
diff
changeset
|
382 |
7643
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
383 2008-03-20 Ben Abbott <bpabbott@mac.com> |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
384 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
385 * statistics/base/statistics.m: Calculate median and quantiles in |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
386 a manner consistent with method #7 used by GNU R. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
387 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
388 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
389 * statistics/base/Makefile.in (SOURCES): Add them to the list. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
390 |
7640 | 391 2008-03-25 Soren Hauberg <hauberg@gmail.com> |
392 | |
393 * polynomial/convn.m: New function. | |
394 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
395 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
396 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
397 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
398 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
399 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 400 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
401 2008-03-24 Thomas Weber <thomas.weber.mail@gmail.com> |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
402 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
403 * pkg/pkg.m: Allow installation of already extracted packages. |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
404 |
7627 | 405 2008-03-24 David Bateman <dbateman@free.fr> |
406 | |
407 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
408 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 409 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
410 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
411 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
412 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
413 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
414 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
415 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
416 2008-03-21 David Bateman <dbateman@free.fr> |
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
417 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
418 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
419 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
420 * specfun/Makefile.in (SOURCES): Add them to the list. |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
421 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
422 2008-03-20 David Bateman <dbateman@free.fr> |
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
423 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
424 * general/tril.m, general/triu.m: Fail if input is a structure. |
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
425 |
7617 | 426 * miscellaneous/cast.m: Also allow cast to "char". |
427 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
428 * general/rotdim.m: Ensure k is an integer scale. |
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
429 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
430 * general/circshift.m: If matrix is empty fast return. |
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
431 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
432 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
433 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
434 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
435 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
436 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
437 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
438 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
439 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
440 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
441 |
7610 | 442 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
443 | |
444 * signal/sinetone.m: Ensure integral number of samples. | |
445 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
446 2008-03-19 Michael D. Godfrey <godfrey@isl.stanford.edu> |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
447 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
448 * plot/__go_draw_axes__.m: Additional correction for symbol codes. |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
449 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
450 2008-03-19 Ben Abbott <bpabbott@mac.com> |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
451 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
452 * statistics/base/mode.m: Add NDArray tests. |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
453 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
454 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
7604
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
455 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
456 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
457 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
458 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
459 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
460 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
461 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
462 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
463 * statistics/base/mode.m: Fix for row vectors. |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
464 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
465 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
466 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
467 * plot/__go_draw_axes__.m: Don't divide the marker size by 6 |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
468 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
469 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
470 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
471 2008-03-18 Ben Abbott <bpabbott@mac.com> |
7601
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
472 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
473 * specfun/beta.m: Fix for negative inputs. |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
474 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
475 2008-03-18 Michael D. Godfrey <godfrey@isl.stanford.edu> |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
476 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
477 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
478 |
7592 | 479 2008-03-14 Kai Habel <kai.habel@gmx.de> |
480 | |
481 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
482 style to default to avoid wrong mesh color in some cases. | |
483 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
484 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
485 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
486 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
487 internally. Return vi and not yi. Add test code. |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
488 |
7583
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
489 2008-03-11 John W. Eaton <jwe@octave.org> |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
490 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
491 * plot/__go_draw_axes__.m: Use get to access hidden properties. |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
492 Use strcmpi when comparing string properties. |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
493 |
7592 | 494 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
495 | |
7582 | 496 2008-03-11 Kai Habel <kai.habel@gmx.de> |
497 | |
498 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
499 Allow plotting of uniform colored mesh plots with and | |
500 w/o hidden line removal. | |
501 | |
502 2008-03-11 David Bateman <dbateman@free.fr> | |
7580
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
503 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
504 * io/dlmwrite.m, io/csvread.m, io/csvwrite.m: Files ported from |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
505 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
506 * io/Makefile.in (SOURCES): Add them here. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
507 |
7569 | 508 2008-03-07 John W. Eaton <jwe@octave.org> |
509 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
510 * plot/contourf.m: Set axes layer property to "top". |
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
511 |
7569 | 512 * plot/__go_draw_axes__.m: Handle tickdir property. |
513 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
514 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
515 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
516 * plot/hist.m: Avoid temporaries. |
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
517 Allow matrix arguments when number of bins > 30. |
7568 | 518 From Robert S. Mahurin <rob@utk.edu>. |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
519 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
520 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
521 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
522 * plot/__go_draw_axes__.m: Adjust markersize by a factor of 1/6. |
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
523 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
524 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
525 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
526 2008-03-05 Ben Abbott <bpabbott@mac.com> |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
527 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
528 * polynomial/roots.m: Catch Infs and/or NaNs. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
529 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
530 2008-03-05 Sebastien Loisel <loisel@temple.edu> |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
531 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
532 * polynomial/roots.m: Apply a scaling factor to the removal of the |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
533 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
534 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
535 2008-03-04 John W. Eaton <jwe@octave.org> |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
536 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
537 * plot/print.m: Fix oops in applying last change. |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
538 |
7551 | 539 2008-03-04 Bill Denney <bill@denney.ws> |
540 | |
7557 | 541 * plot/allchild.m, plot/findall.m: New functions. |
542 * plot/Makefile.in (SOURCES): Add them to the list. | |
543 | |
7551 | 544 * geometry/rectint.m: New function. |
7557 | 545 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 546 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
547 2008-03-04 Michael Goffioul <michael.goffioul@gmail.com> |
7548
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
548 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
549 * pkg/pkg.m (pkg:configure_make): Make it work with recent changes in |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
550 isspace handling with cell arrays of strings. |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
551 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
552 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 553 |
554 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
555 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
556 * plot/print.m: Accept a figure handle as an optional input. |
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
557 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
558 2008-02-29 John W. Eaton <jwe@octave.org> |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
559 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
560 * plot/print.m: Handle gif and jpg devices. |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
561 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
562 2008-02-28 John W. Eaton <jwe@octave.org> |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
563 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
564 * plot/__go_draw_axes__.m (get_old_gnuplot_color): New subfunction. |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
565 Use it to replace repeated if/elseif blocks. |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
566 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
567 2008-02-28 Kai Habel <kai.habel@gmx.de> |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
568 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
569 * plot/__go_draw_axes__.m: If facecolor property of a surface is |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
570 "none", don't use pm3d mode and set linestyle correctly. |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
571 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
572 2008-02-25 Ben Abbott <bpabbott@mac.com> |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
573 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
574 * control/system/zpout.m, finance/irr.m, general/int2str.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
575 general/num2str.m, miscellaneous/bug_report.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
576 miscellaneous/copyfile.m, miscellaneous/dir.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
577 miscellaneous/edit.m, miscellaneous/fullfile.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
578 miscellaneous/mkoctfile.m, miscellaneous/movefile.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
579 miscellaneous/tempdir.m, miscellaneous/unpack.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
580 path/__extractpath__.m, pkg/pkg.m, plot/__ezplot__.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
581 plot/__go_draw_axes__.m, plot/legend.m, plot/print.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
582 signal/spectral_adf.m, signal/spectral_xdf.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
583 statistics/tests/z_test.m, statistics/tests/z_test_2.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
584 strings/Makefile.in, strings/strcat.m, strings/strvcat.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
585 testfun/assert.m, testfun/demo.m, testfun/speed.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
586 testfun/test.m: Use cstrcat instead of strcat. |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
587 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
588 * strings/strcat.m: New compatible version. |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
589 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
590 * strings/cstrcat.m: Rename from strings/strcat.m. |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
591 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
592 2008-02-25 John W. Eaton <jwe@octave.org> |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
593 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
594 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
595 |
7525 | 596 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
597 | |
598 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
599 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
600 2008-02-24 John W. Eaton <jwe@octave.org> |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
601 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
602 * specfun/log2.m: Ensure returned value of F strictly less than 1. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
603 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
604 |
7518 | 605 2008-02-22 Ben Abbott <bpabbott@mac.com> |
606 | |
607 * specfun/legendre.m: Doc fix. | |
608 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
609 2008-02-22 David Bateman <dbateman@free.fr> |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
610 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
611 * sparse/pcg.m, sparse/spdiags, spstats.m: Remove references to |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
612 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
613 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
614 2008-02-22 John W. Eaton <jwe@octave.org> |
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
615 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
616 * miscellaneous/fullfile.m: Improve handling of empty args and |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
617 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
618 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
619 * control/base/__stepimp__.m: Don't use subplot for just one plot. |
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
620 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
621 2008-02-21 John W. Eaton <jwe@octave.org> |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
622 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
623 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
624 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
625 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
626 * plot/errorbar.m: If nargout > 0, return vector of handles to |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
627 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
628 * plot/__go_draw_axes__.m: Improve handling of line style for |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
629 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
630 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
631 2008-02-20 Marco Caliari <marco.caliari@univr.it> |
7507
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
632 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
633 * specfun/legendre.m: Accept normalization options ("sch", "norm"), |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
634 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
635 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
636 2008-02-20 John W. Eaton <jwe@octave.org> |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
637 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
638 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
639 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
640 2008-02-20 David Bateman <dbateman@free.fr> |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
641 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
642 * sparse/colperm.m, sparse/nonzero.m, sparse/spdiags.m, |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
643 sparse/spfun.m, sparse/spones.m, sparse/sprand.m, |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
644 sparse/sprandn.m, sparse/sprandsym.m, sparse/spy.m: Use generic |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
645 version of find rather than spfind. |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
646 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
647 2008-02-19 Ben Abbott <bpabbott@mac.com> |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
648 |
7502
2ce6b4258e96
Modified for consistency with Matlab. Modified to respect partial paths needed for overloaded functions.
Ben Abbott <bpabbott@mac.com>
parents:
7501
diff
changeset
|
649 * miscellaneous/edit.m: New option EDITINPLACE. Prefer file list |
2ce6b4258e96
Modified for consistency with Matlab. Modified to respect partial paths needed for overloaded functions.
Ben Abbott <bpabbott@mac.com>
parents:
7501
diff
changeset
|
650 rather than path list. Return option structure with "get all". |
2ce6b4258e96
Modified for consistency with Matlab. Modified to respect partial paths needed for overloaded functions.
Ben Abbott <bpabbott@mac.com>
parents:
7501
diff
changeset
|
651 |
7501 | 652 * polynomial/polyfit.m: Use QR decomposition. Handle |
653 normalization option. | |
654 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
655 generate 50% prediction intervals. | |
656 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
657 * miscellaneous/ver.m: Include package version information in |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
658 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
659 |
7498 | 660 2008-02-19 John W. Eaton <jwe@octave.org> |
661 | |
662 * pkg/pkg.m: Style fixes. | |
663 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
664 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 665 |
666 * pkg/pkg.m: Handle 'describe' command. | |
667 (parse_pkg_idx, print_package_description): New subfunctions. | |
668 | |
7493 | 669 2008-02-19 Bill Denney <bill@denney.ws> |
670 | |
671 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
672 elements wide. | |
673 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
674 2008-02-18 David Bateman <dbateman@free.fr> |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
675 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
676 * general/rem.m, general/mod.m: Treat integer types correctly. |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
677 |
7485 | 678 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
679 | |
680 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
681 * general/runlength.m: New function from Paul Kienzle. | |
682 | |
7484 | 683 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
684 | |
685 * linear-algebra/cond.m: New optional second argument to | |
686 specify 1-norm, inf-norm, or frobenius-norm. | |
687 | |
7475 | 688 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
689 | |
690 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
691 body. Allow the linespec to specify the arrow color. | |
692 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
693 2008-02-12 David Bateman <dbateman@free.fr> |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
694 |
7474 | 695 * miscellaneous/cast.m: Also treat the logical type. |
696 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
697 * plot/__go_draw_axes__.m: Set pm3d implict to fix colorbars on |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
698 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
699 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
700 * plot/__go_draw_axes__.m: Use the cdatamapping property to set |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
701 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
702 * plot/__img__.m: Set cdatamapping to "direct". |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
703 * plot/imagesc.m: Set cdatamapping to "scaled". |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
704 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
705 2008-02-08 Julien Pommier <pommier@pianoteq.com> |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
706 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
707 * audio/wavread.m: Limit data read to end of data chunk. |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
708 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
709 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
710 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
711 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
712 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
713 * plot/__go_draw_axes__.m: Respect the linewidth for patch objects. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
714 |
7436 | 715 2008-02-01 Dave Goel <deego3@gmail.com> |
716 | |
717 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
718 | |
7434 | 719 2008-02-01 Bill Denney <bill@denney.ws> |
720 | |
721 * time/weekday.m: Allow vector inputs and speed up. | |
722 * time/eomday.m: Return column vector for column vector inputs. | |
723 | |
7429 | 724 2008-01-30 John W. Eaton <jwe@octave.org> |
725 | |
7434 | 726 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
727 revision". | |
728 | |
7431 | 729 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
730 __plt2vs__.m in the list. | |
731 | |
7430 | 732 * miscellaneous/tempdir.m: Append filesep to name for |
733 compatibility. Warn if not a directory or directory does not | |
734 exist. | |
735 | |
7429 | 736 * strings/deblank.m: Improve compatibility. |
737 | |
7428 | 738 2008-01-29 John W. Eaton <jwe@octave.org> |
739 | |
740 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
741 | |
742 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 743 |
744 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
745 Return the label handle, not the current axis handle. | |
746 | |
7421 | 747 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
748 | |
749 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
750 abscissa. | |
751 | |
752 2008-01-25 David Bateman <dbateman@free.fr> | |
753 | |
7423 | 754 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 755 * plot/__scatter__.m: Remove NaN values from data. |
756 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
757 | |
7418 | 758 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
759 | |
760 * linear-algebra/trace.m: Test cases for non 2-d args. | |
761 | |
762 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
763 | |
764 * geometry/griddata3.m: Call griddata, not gridata. | |
765 | |
7415 | 766 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
767 | |
768 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
769 | |
7411 | 770 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
771 | |
772 * linear-algebra/cond.m, linear-algebra/trace.m: | |
773 Move tests here from test/test_linalg.m. | |
774 | |
775 * general/diff.m, general/fliplr.m, general/flipud.m, | |
776 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
777 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
778 special-matrix/hankel.m, special-matrix/hilb.m, | |
779 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
780 special-matrix/toeplitz.m, special-matrix/vander.m: | |
781 Move tests here from test/test_matrix.m. | |
782 | |
783 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
784 Move tests here from test/test_number.m. | |
785 | |
786 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
787 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
788 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
789 polynomial/polyvalm.m, polynomial/roots.m: | |
790 Move tests here from test/test_poly.m. | |
791 | |
792 * signal/unwrap.m: | |
793 Move tests here from test/test_signal.m. | |
794 | |
795 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
796 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
797 statistics/base/mean.m, statistics/base/median.m, | |
798 statistics/base/skewness.m, statistics/base/std.m: | |
799 Move tests here from test/test_stats.m. | |
800 | |
801 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
802 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
803 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
804 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
805 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
806 strings/substr.m: | |
807 Move tests here from test/test_string.m. | |
808 | |
809 * miscellaneous/computer.m, miscellaneous/ls.m, | |
810 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
811 time/date.m, time/etime.m, time/is_leap_year.m: | |
812 Move tests here from test/test_system.m. | |
813 | |
7410 | 814 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
815 | |
816 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
817 Simplify initial checks on argument values. | |
818 | |
7408 | 819 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
820 | |
821 * plot/gnuplot_drawnow.m: New function corresponding to the | |
822 implementation of the gnuplot-based graphics backend (derived from | |
823 drawnow.m). | |
824 * plot/drawnow.m: Deleted (converted to C++). | |
825 | |
7401 | 826 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
827 | |
828 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
829 New tests. | |
830 | |
7399 | 831 2008-01-18 John W. Eaton <jwe@octave.org> |
832 | |
833 * optimization/sqp.m: End each function with endfunction. | |
834 | |
7398 | 835 2008-01-18 Ben Abbott <bpabbott@mac.com> |
836 | |
837 * polynomial/residue.m: For each group of pole multiplicity, set | |
838 the poles of the group to the value of the group's average. | |
839 | |
7396 | 840 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
841 | |
842 * plot/print.m: Handle PDF output. | |
843 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
844 | |
7392 | 845 2008-01-17 John W. Eaton <jwe@octave.org> |
846 | |
7393 | 847 * path/savepath.m: Print newline before initial comment line. |
848 Double up single quote characters. | |
849 * path/__extractpath__.m: Return just the path as a string. | |
850 Undo single quote character doubling. | |
851 | |
852 * path/pathdef.m: Avoid eval. Simplify. | |
853 | |
7392 | 854 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
855 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
856 avoid possible file descriptor leak. | |
857 | |
858 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
859 | |
860 * path/savepath.m: Warn if modified file is not explicitly specified. | |
861 * startup/main-rcfile: Call atexit ("__finish__"). | |
862 | |
7388 | 863 2008-01-16 John W. Eaton <jwe@octave.org> |
864 | |
7390 | 865 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
866 Use it to disable enhanced mode for individual labels and titles. | |
867 | |
7392 | 868 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 869 (install install-strip, uninstall): Handle function files. |
870 | |
871 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
872 | |
7392 | 873 * startup/__finish__.m: New file. |
874 * path/__extractpath__.m, path/matlabroot.m, | |
875 path/pathdef.m: New files. | |
7388 | 876 * path/Makefile.in (SOURCES): Add them to the list. |
877 | |
7385 | 878 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
879 | |
7387 | 880 * special-matrix/vander.m: Vectorize. New test. |
881 | |
7385 | 882 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
883 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
884 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
885 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
886 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
887 Move tests here from test/test_arith.m. | |
888 | |
7382 | 889 2008-01-15 John W. Eaton <jwe@octave.org> |
890 | |
891 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
892 | |
7379 | 893 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
894 | |
895 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
896 Call __get__ instead of get. | |
897 | |
898 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
899 | |
900 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
901 Frobenius norm if matrix is all zeros. Use transpose instead of | |
902 hermitian operator. | |
903 | |
7376 | 904 2008-01-14 Bill Denney <bill@denney.ws> |
905 | |
906 * plot/axis.m: Correctly handle "tight" and "image" options. | |
907 | |
7375 | 908 2008-01-14 Soren Hauberg <hauberg@gmail.com> |
909 | |
910 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
911 image/rgb2ntsc.m: Also accept images as input. | |
912 | |
913 * image/gray2ind.m: Handle image type other than double. | |
914 Improve error checking and documentation. | |
915 | |
7371 | 916 2008-01-14 John W. Eaton <jwe@octave.org> |
917 | |
7372 | 918 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
919 instead of calling tolower on first arg. Default font name is | |
920 Helvetica, not helvetica. Don't downcase user-specified font name. | |
921 (__maybe_munge_text__): Fix typo. | |
922 | |
7371 | 923 * optimization/sqp.m: Fix function definitions in test code. |
924 | |
7361 | 925 2008-01-12 John W. Eaton <jwe@octave.org> |
926 | |
927 * plot/gnuplot_binary.in: New file. | |
928 * plot/gnuplot_binary.m: Delete. | |
929 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
930 (SOURCES_IN, GEN_M): New macros. | |
931 (DISTFILES): Include $(SOURCES_IN) in the list. | |
932 (FCN_FILES): Include $(GEN_M) in the list. | |
933 (all): Depend on $(GEN_M). | |
934 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 935 (distclean): Also remove $(GEN_M). |
7361 | 936 |
937 2008-01-11 John W. Eaton <jwe@octave.org> | |
938 | |
939 * optimization/sqp.m: New test from example in doc string. | |
940 | |
7360 | 941 2008-01-10 Ben Abbott <bpabbott@mac.com> |
942 | |
943 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
944 to more than one multiplicity group. | |
945 | |
7358 | 946 2008-01-10 John W. Eaton <jwe@octave.org> |
947 | |
948 * plot/gnuplot_binary.m: New file. | |
949 * plot/Makefile.in (SOURCES): Add it to the list. | |
950 | |
7355 | 951 2008-01-09 John W. Eaton <jwe@octave.org> |
952 | |
953 * plot/drawnow.m: Fail if filename includes a directory part that | |
954 does not exist. | |
955 | |
7352 | 956 2008-01-07 John W. Eaton <jwe@octave.org> |
957 | |
958 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
959 Error if glob call fails to match any files. | |
960 | |
7346 | 961 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
962 | |
963 * strings/strtrim.m: Doc fix. | |
964 | |
7345 | 965 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
966 | |
967 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
968 | |
7344 | 969 2008-01-04 Soren Hauberg <hauberg@gmail.com> |
970 | |
971 * set/create_set.m, set/union.m: Accept "rows" argument. | |
972 | |
7341 | 973 2008-01-02 John W. Eaton <jwe@octave.org> |
974 | |
975 * plot/print.m: Correctly handle pbm terminal. | |
976 | |
7340 | 977 2007-12-28 John W. Eaton <jwe@octave.org> |
978 | |
979 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
980 extensions. | |
981 | |
7337 | 982 2007-12-28 David Bateman <dbateman@free.fr> |
983 | |
984 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
985 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
986 * Makefile.in (SOURCES): Add to the sources. | |
987 | |
988 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
989 | |
990 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
991 Remove unnecessary call of size function. | |
992 | |
7334 | 993 2007-12-21 John W. Eaton <jwe@octave.org> |
994 | |
995 Version 3.0.0 released. | |
996 | |
7331 | 997 2007-12-21 Soren Hauberg <hauberg@gmail.com> |
998 | |
999 * image/imshow.m: Accept empty value for display_range. | |
1000 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1001 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 1002 |
1003 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
1004 | |
7328 | 1005 2007-12-19 Soren Hauberg <hauberg@gmail.com> |
1006 | |
1007 * image/imshow.m: Store uint8 images as doubles. Handle default | |
1008 display ranges correctly. | |
1009 | |
7327 | 1010 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
1011 Peter A. Gustafson <petegus@umich.edu> | |
1012 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1013 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 1014 |
7325 | 1015 2007-12-19 John W. Eaton <jwe@octave.org> |
1016 | |
1017 * miscellaneous/edit.m: New function. | |
1018 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1019 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1020 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 1021 |
1022 * plot/__bar__.m: Handle "basevalue" option. | |
1023 * plot/__bars__.m: New arg, base_value. | |
1024 | |
7321 | 1025 2007-12-17 David Bateman <dbateman@free.fr> |
1026 | |
1027 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
1028 * plot/Makefiles (SOURCES): Add them to the sources | |
1029 * plot/polar.m: Set the x and y limits to the maximum polar | |
1030 radius. Set the axes to be square. | |
1031 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
1032 and print axis at zero if this is used. | |
1033 | |
1034 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
1035 contours can overlay pcolor plots. Priveldge no hidden line | |
1036 removal when there are multiple objects in the plot. | |
1037 | |
7320 | 1038 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
1039 | |
1040 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
1041 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
1042 | |
7319 | 1043 2007-12-17 Ben Abbott <bpabbott@mac.com> |
1044 | |
1045 * miscellaneous/run.m: Replace script with f when looking for | |
1046 file to run. | |
1047 | |
7316 | 1048 2007-12-14 David Bateman <dbateman@free.fr> |
1049 | |
7317 | 1050 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
1051 * plot/contour.m: Doc fix. | |
1052 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
1053 Include linetype in withclause. | |
1054 | |
7316 | 1055 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
1056 Use it to determine dimensions. Consolidate all 3-d settings. | |
1057 | |
7315 | 1058 2007-12-13 John W. Eaton <jwe@octave.org> |
1059 | |
1060 * image/imshow.m: Turn axis visibility off. | |
1061 Don't scale true color images. | |
1062 * image/image.m: Set axis layer property to "top". | |
1063 | |
7307 | 1064 2007-12-12 John W. Eaton <jwe@octave.org> |
1065 | |
7313 | 1066 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
1067 | |
1068 * plot/pie.m: Avoid calling "exist". | |
1069 | |
7309 | 1070 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 1071 Condense argument processing logic. Allow 6 arguments. |
1072 Use issquare. Avoid calling "exist". | |
7309 | 1073 |
7307 | 1074 * plot/__go_draw_axes__.m: Handle the axes layer property. |
1075 | |
7305 | 1076 2007-12-12 David Bateman <dbateman@free.fr> |
1077 | |
1078 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
1079 * plot/Makefile.in (SOURCES): Add to the sources. | |
1080 | |
7290 | 1081 2007-12-11 John W. Eaton <jwe@octave.org> |
1082 | |
7298 | 1083 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
1084 * plot/surface.m: Not here. | |
1085 | |
7297 | 1086 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
1087 subsequent "unset grid" if there is no grid. | |
1088 | |
7296 | 1089 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
1090 | |
7293 | 1091 * plot/surface.m: Don't set facecolor property in call to |
1092 __go_surface__. | |
1093 | |
7290 | 1094 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
1095 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
1096 | |
7292 | 1097 2007-12-11 Kai Habel <kai.habel@gmx.de> |
1098 | |
7295 | 1099 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
1100 color string is not taken as z value. | |
1101 | |
7292 | 1102 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
1103 zgrid to "on" and box to "off" for used axes. | |
1104 | |
1105 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
1106 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
1107 | |
7286 | 1108 2007-12-11 David Bateman <dbateman@free.fr> |
1109 | |
7288 | 1110 * miscelleaneous/fullfile.m: Ignore empty arguments. |
1111 | |
7287 | 1112 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
1113 * statistics/base/mode.m: Ditto. | |
1114 | |
7286 | 1115 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
1116 object handles are all now non integer. | |
1117 | |
7278 | 1118 2007-12-10 John W. Eaton <jwe@octave.org> |
1119 | |
7282 | 1120 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
1121 | |
7281 | 1122 * general/issymmetric.m: Use ' instead of .' for compatibility |
1123 with previous versions of Octave. | |
1124 * general/ishermitian.m: Delete. | |
7285 | 1125 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 1126 |
7280 | 1127 * plot/fplot.m: In N is not specified, increase initial number of |
1128 points from 3 and 5 to 5 and 8. | |
1129 | |
7279 | 1130 * signal/detrend.m: Move tests here from test/test_signal.m. |
1131 Loosen tolerance on first test from 10*eps to 20*eps. | |
1132 | |
7278 | 1133 * finance/rate.m: Don't request info from fsolve. |
1134 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1135 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 1136 |
1137 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
1138 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
1139 | |
7276 | 1140 2007-12-10 David Bateman <dbateman@free.fr> |
1141 | |
1142 * image/image.m: Rewritten to allow trailing properties to be | |
1143 passed to underlying image object. | |
1144 * image/__img__.m: Pass additional arguments to __go_image__. | |
1145 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
1146 | |
7274 | 1147 2007-12-10 John W. Eaton <jwe@octave.org> |
1148 | |
1149 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
1150 front" to gnuplot. | |
1151 | |
7271 | 1152 2007-12-10 David Bateman <dbateman@free.fr> |
1153 | |
7274 | 1154 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 1155 border front" from images. |
7274 | 1156 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
1157 * plot/pcolor.m: Set axis "box" property. | |
1158 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
1159 Mark as commands. | |
7271 | 1160 |
7269 | 1161 2007-12-07 David Bateman <dbateman@free.fr> |
1162 | |
1163 * plot/surf.m: Don't set facecolor property. | |
1164 | |
7265 | 1165 2007-12-06 John W. Eaton <jwe@octave.org> |
1166 | |
7269 | 1167 * plot/print.m: Pass mono to drawnow. |
1168 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
1169 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
1170 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
1171 disable color specifications. | |
1172 | |
7265 | 1173 * general/issymmetric.m: Move tests here from test/test_number.m |
1174 | |
1175 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
1176 | |
1177 * general/issymmetric.m: To keep its argument sparse and the | |
1178 function quick, use the infinity norm rather than the 2-norm. | |
1179 Also measure the symmetric part rather than the Hermitian part. | |
1180 * general/ishermitian.m: New file. Measure the Hermitian part. | |
1181 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
1182 | |
7248 | 1183 2007-12-04 John W. Eaton <jwe@octave.org> |
1184 | |
7257 | 1185 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
1186 text and label commands if font is "*". | |
1187 | |
7248 | 1188 * linear-algebra/krylov.m: Doc fixes. |
1189 From Marco Caliari <caliari@sci.univr.it>. | |
1190 | |
7250 | 1191 2007-12-04 Kai Habel <kai.habel@gmx.de> |
1192 | |
1193 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
1194 Add "## PKG_ADD: mark_as_command axis" line. | |
1195 | |
7245 | 1196 2007-12-03 John W. Eaton <jwe@octave.org> |
1197 | |
1198 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
1199 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
1200 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
1201 Generate demos from examples. | |
1202 | |
7240 | 1203 2007-12-03 David Bateman <dbateman@free.fr> |
1204 | |
7243 | 1205 * testfun/test.m: Disable "testif" test block to avoid spurious |
1206 skipped test for "make check". Avoid printing variables for | |
1207 skipped tests. | |
1208 | |
7242 | 1209 * testfun/test.m: Add "testif" type to allow for conditional tests. |
1210 | |
7240 | 1211 * plot/plotyy.m: Use activepositionproperty property of axes |
1212 object. Set second axis color to "none". | |
1213 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
1214 property of the axis objects. | |
1215 | |
7239 | 1216 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
1217 | |
1218 * linear-algebra/condest.m: Loosen tolerance in test. | |
1219 | |
7236 | 1220 2007-12-02 John W. Eaton <jwe@octave.org> |
1221 | |
1222 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
1223 get_data_limits. | |
1224 | |
7222 | 1225 2007-11-30 John W. Eaton <jwe@octave.org> |
1226 | |
1227 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
1228 (get_data_limits, get_axis_limits): Delete. | |
1229 | |
7228 | 1230 2007-11-30 David Bateman <dbateman@free.fr> |
1231 | |
7235 | 1232 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
1233 | |
7228 | 1234 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
1235 tick labels rather than one by one on the labels themselves. | |
1236 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
1237 95% crossing fixed. | |
1238 | |
7217 | 1239 2007-11-29 David Bateman <dbateman@free.fr> |
1240 | |
7220 | 1241 * plot/pareto.m: New file. |
1242 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1243 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
1244 marks to avoid gnuplot error about formating. More colorspec to | |
1245 after the tics. | |
1246 * plot/plotyy.m: More generic check for appropriate axis color. | |
1247 | |
7217 | 1248 * plot/__stem__.m: New file based on old stem.m expanded to treat |
1249 2- and 3-D. | |
1250 * plot/stem3.m: New function. | |
1251 * plot/Makefile.in (SOURCES): Add them to the sources. | |
1252 * plot/stem.m: Adapt to use __stem__. | |
1253 | |
7216 | 1254 2007-11-29 John W. Eaton <jwe@octave.org> |
1255 | |
1256 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
1257 plot/surf.m, plot/surface.m: Don't return handle value unless | |
1258 requested. | |
1259 | |
1260 * plot/patch.m: Omit isnan check on handle returned from | |
1261 __plt_get_axis_arg__. | |
1262 | |
1263 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
1264 but has no axes. | |
1265 | |
7215 | 1266 2007-11-28 David Bateman <dbateman@free.fr> |
1267 | |
1268 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
1269 ancestor. If leading argument is logical set variable nogca to see | |
1270 if gca() should be called if there is no active handle found. | |
1271 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
1272 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
1273 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
1274 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
1275 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
1276 __plt__get_axis_arg__ to find axis handle. | |
1277 * polar.m: Typo. | |
1278 | |
7213 | 1279 2007-11-28 John W. Eaton <jwe@octave.org> |
1280 | |
1281 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
1282 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1283 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 1284 |
1285 * plot/drawnow.m: Fix typo. | |
1286 | |
7206 | 1287 2007-11-27 David Bateman <dbateman@free.fr> |
1288 | |
7207 | 1289 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
1290 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
1291 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
1292 | |
1293 * plot/meshz.m: New function. | |
1294 * plot/Makefile.in (SOURCES): Add it to the list. | |
1295 * plot/surface.m: Allow surface to accept an axis handle as the | |
1296 first argument. | |
1297 * plot/meshc.m: Extract z from the the surface object rather than | |
1298 varargin so that we can rely on code in surface to treat leading | |
1299 axis handles. | |
1300 | |
7206 | 1301 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
1302 y2tics" in the case of a plotyy plot. | |
1303 * plot/plotyy.m: ensure the position property is set correct for | |
1304 the second axis, by setting it after the plot itself. In the case | |
1305 of a plot that returns multiple handles, base the color selection | |
1306 on the first. | |
1307 | |
7204 | 1308 2007-11-27 Kai Habel <kai.habel@gmx.de> |
1309 | |
1310 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
1311 z-value of vertex 'c3'. | |
1312 | |
7203 | 1313 2007-11-27 John W. Eaton <jwe@octave.org> |
1314 | |
1315 * image/image.m: Allow nargin == 0 case to work again. | |
1316 | |
7202 | 1317 2007-11-27 David Bateman <dbateman@free.fr> |
1318 | |
1319 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
1320 colorbar, to ensure that the colorbar is on the canvas for png and | |
1321 postscipt outputs. | |
1322 | |
7189 | 1323 2007-11-26 David Bateman <dbateman@free.fr> |
1324 | |
7197 | 1325 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
1326 return values. | |
1327 | |
7194 | 1328 * plot/plotyy.m: New function |
1329 * plot/Makefile.in (SOURCES): Add it here. | |
1330 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
1331 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
1332 {x|y}label to respect the axis position. | |
1333 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
1334 handle as the first argument. | |
1335 | |
7192 | 1336 * pkg/pkg.m (pkg:install): When loading the installed packages |
1337 index into installed_pkgs_lst and not descriptions.. | |
1338 | |
7189 | 1339 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
1340 * plot/Makefile.in (SOURCES): Add them to the sources. | |
1341 * plot/quiver.m: Modify to use __quiver__.m. | |
1342 | |
1343 * plot/hist.m: Avoid saturation when the x values are in an | |
1344 inetger type. | |
1345 | |
1346 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
1347 | |
1348 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
1349 functions. | |
1350 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
1351 | |
1352 2007-11-26 David Bateman <dbateman@free.fr> | |
1353 | |
1354 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
1355 extent. | |
1356 | |
1357 * plot/colorbar.m: New function. | |
1358 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1359 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
1360 precalculate the clim, set pm3d except for mesh. | |
1361 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
1362 save the real values so that colorbar corresponds to the contour | |
1363 levels. | |
1364 | |
1365 * plot/stem.m: Set marker color the same as the line color. Draw | |
1366 a single discontinous line object for the stems. | |
1367 | |
1368 * plot/sphere.m: New function ported from JHandles. | |
1369 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1370 | |
1371 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
1372 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
1373 to get enhanced mode to work correctly for the X11 terminal. | |
1374 | |
1375 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
1376 the reverse. Allow an axes handle to be passed and/or returned. | |
1377 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
1378 | |
1379 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
1380 sort surface patches by their depth and not the order they are | |
1381 rendered in. | |
1382 | |
1383 * plot/__patch__.m: Set clim correctly. | |
1384 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
1385 the marker color is determined by the cmap. | |
1386 * plot/scatter.m: New function to 2D scatter plots. | |
1387 * plot/scatter3.m: New function to 3D scatter plots. | |
1388 * plot/__scatter__.m: Support function for scatter plots | |
1389 * Makefile.in (SOURCES): Ad dnew functions here. | |
1390 | |
1391 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
1392 Return whether the terminal supports enhanced text or not. | |
1393 (drawnow:enhanced_term): New sub-function to determine if terminal | |
1394 supports enhanced mode. | |
1395 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
1396 __go_draw_axes__. | |
1397 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
1398 needed to support the enhanced mode. | |
1399 * plot/print.m: Remove "enhanced" option as this is now treated in | |
1400 drawnow.m. | |
1401 | |
1402 | |
1403 * plot/caxis.m: New function to control the color axis limits. | |
1404 * plot/Makefile.in (SOURCES): Include it. | |
1405 * plot/axis.m: Allow the first argument to be an axes handle. | |
1406 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
1407 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
1408 caxis limits. | |
1409 | |
1410 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
1411 * image/Makefile.in (SOURCES): Include it. | |
1412 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
1413 of the bars for the colormap. | |
1414 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
1415 passed. | |
1416 * plot/__contour.m: Avoid possible divide by zero error. | |
1417 * plot/contour.m: Missing semicolon. | |
1418 * plot/surface.m: Don't attempt to set additional arguments if | |
1419 there are none. | |
1420 * plot/Makefile.in (SOURCES): Include __bars__.m | |
1421 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1422 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 1423 |
1424 * plot/__bar__.m: put bar creation code into separate function | |
1425 to allow easy hook up from other graphic backends | |
1426 | |
1427 * plot/__bars__.m: new function containing bar creation code | |
1428 | |
7186 | 1429 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
1430 | |
1431 * general/accumarray.m: Correct dimension check. | |
1432 | |
7183 | 1433 2007-11-26 John W. Eaton <jwe@octave.org> |
1434 | |
1435 * polynomial/residue.m: Prepad along second dimension. | |
1436 From Doug Stewart <dastew@sympatico.ca>. | |
1437 | |
7181 | 1438 2007-11-26 Kai Habel <kai.habel@gmx.de> |
1439 | |
7183 | 1440 * plot/cylinder.m, plot/slice.m: New functions. |
1441 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 1442 |
7177 | 1443 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
1444 | |
1445 * plot/patch.m: Handle arg may also be hggroup object. | |
1446 Use ancestor to find parent axes object. | |
1447 | |
7175 | 1448 2007-11-14 David Bateman <dbateman@free.fr> |
1449 | |
1450 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
1451 flag to patch that it is not closed. Allow z to take string | |
1452 arguments and use it to flag that the contours are placed at the | |
1453 z level of the contour itself. | |
1454 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
1455 objects as well. Let hidden removal take precedence in case of a | |
1456 conflict. | |
1457 * plot/surface.m: Allow surface to treat handles being passed or | |
1458 returned. Any additional arguments arr used to set the surface | |
1459 handle. | |
1460 * plot/contour3.m: New function | |
1461 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1462 | |
7173 | 1463 2007-11-14 John W. Eaton <jwe@octave.org> |
1464 | |
1465 * specfun/bessel.m: Update doc string from | |
1466 src/DLD-FUNCTIONS/besselj.cc. | |
1467 | |
7170 | 1468 2007-11-12 David Bateman <dbateman@free.fr> |
1469 | |
1470 * plot/contour.m: Allow handles to be passed and returned. Split | |
1471 the countour function itself into __contour__.m to be shared with | |
1472 surfc and meshc. | |
1473 * plot/__contour__.m: New file | |
1474 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1475 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
1476 the face or edge if the facecolor or edge color are marked as | |
1477 "none". Allow the edgecolor to be determined by the cdata in the | |
1478 same manner as the facecolor. Fail if facecolor is not "none" and | |
1479 a 3-D plot is desired, rather than ignoring zdata. Make the | |
1480 storage of 3D/4D data consistent between line, surface and patch | |
1481 objects. | |
1482 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
1483 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 1484 |
1485 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
1486 Handle fontweight and fontangle properties. | |
1487 | |
7163 | 1488 2007-11-12 Kai Habel <kai.habel@gmx.de> |
1489 | |
1490 * plot/spinmap.m, plot/ribbon.m: New functions. | |
1491 * plot/Makefile.in (SOURCES): Add them to the list. | |
1492 | |
1493 2007-11-12 John W. Eaton <jwe@octave.org> | |
1494 | |
1495 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
1496 Use it to avoid duplicated code. | |
1497 | |
7161 | 1498 2007-11-12 David Bateman <dbateman@free.fr> |
1499 | |
7162 | 1500 * plot/title.m: Fix return value for nargout > 0. |
1501 | |
1502 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
1503 specified for the title, xlabel, ylabel and text objects. | |
1504 | |
7161 | 1505 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
1506 4.0 and surface plots. | |
1507 | |
7160 | 1508 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
1509 | |
1510 * plot/__patch__.m: Fix computation of faces when patch is defined | |
1511 with X/Y/Z data. | |
1512 | |
7146 | 1513 2007-11-09 John W. Eaton <jwe@octave.org> |
1514 | |
7152 | 1515 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 1516 Correct logic in setting palette data. |
7152 | 1517 |
7151 | 1518 * audio/wavread.m, control/base/__bodquist__.m, |
1519 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
1520 control/system/c2d.m, control/system/is_detectable.m, | |
1521 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
1522 control/system/tfout.m, general/isdefinite.m, | |
1523 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
1524 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
1525 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
1526 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
1527 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
1528 testfun/test.m: Use specific end keywords. | |
1529 | |
7146 | 1530 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
1531 | |
1532 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
1533 | |
1534 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
1535 Don't change view if hold is on. | |
1536 | |
7142 | 1537 2007-11-09 David Bateman <dbateman@free.fr> |
1538 | |
7149 | 1539 * plot/hidden.m: New function. |
1540 * plot/Makefile.in (SOURCES): Add it here. | |
1541 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
1542 line removal. | |
1543 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
1544 removal and if it is "none" don't do hidden line removal. | |
1545 | |
7148 | 1546 * plot/legend.m: Also allow labels for surface and patch types. |
1547 * plot/__bar__.m: Split into separate patch pbjects to allow | |
1548 setting of the legend. | |
1549 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
1550 objects as well. | |
1551 | |
7146 | 1552 * plot/area.m, plot/__area__.m: New functions |
1553 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
1554 | |
7142 | 1555 * plot/patch.m: Correctly handle case of axis handle as first arg. |
1556 | |
7144 | 1557 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
1558 | |
1559 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
1560 | |
7131 | 1561 2007-11-08 John W. Eaton <jwe@octave.org> |
1562 | |
7133 | 1563 * control/base/dcgain.m, control/base/dre.m, |
1564 control/base/impulse.m, control/base/step.m, | |
1565 control/system/dmr2d.m, control/system/ord2.m, | |
1566 control/system/sys2ss.m, control/system/sysdimensions.m, | |
1567 control/system/sysgetsignals.m, control/system/sysout.m, | |
1568 control/system/tfout.m, control/system/ugain.m, | |
1569 control/system/zpout.m, control/util/strappend.m: | |
1570 Don't fail with usage message if nargout is too large. | |
1571 | |
7131 | 1572 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
1573 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
1574 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 1575 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
1576 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
1577 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
1578 control/obsolete/rotg.m, control/obsolete/series.m, | |
1579 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
1580 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 1581 control/system/__syschnamesl__.m, |
1582 control/system/__syscont_disc__.m, | |
1583 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
1584 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
1585 control/system/abcddim.m, control/system/buildssic.m, | |
1586 control/system/c2d.m, control/system/cellidx.m, | |
1587 control/system/d2c.m, control/system/dmr2d.m, | |
1588 control/system/fir2sys.m, control/system/is_abcd.m, | |
1589 control/system/is_controllable.m, control/system/is_detectable.m, | |
1590 control/system/is_digital.m, control/system/is_observable.m, | |
1591 control/system/is_stabilizable.m, control/system/is_stable.m, | |
1592 control/system/jet707.m, control/system/listidx.m, | |
1593 control/system/parallel.m, control/system/ss.m, | |
1594 control/system/ss2sys.m, control/system/ss2zp.m, | |
1595 control/system/starp.m, control/system/sys2ss.m, | |
1596 control/system/sys2tf.m, control/system/sys2zp.m, | |
1597 control/system/sysadd.m, control/system/sysappend.m, | |
1598 control/system/sysconnect.m, control/system/syscont.m, | |
1599 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 1600 control/system/sysdup.m, control/system/sysgetsignals.m, |
1601 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 1602 control/system/sysmult.m, control/system/sysout.m, |
1603 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 1604 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 1605 control/system/syssub.m, control/system/sysupdate.m, |
1606 control/system/tf.m, control/system/tf2ss.m, | |
1607 control/system/tf2sys.m, control/system/tfout.m, | |
1608 control/system/zp.m, control/system/zp2ss.m, | |
1609 control/system/zp2sys.m, control/system/zp2tf.m, | |
1610 control/system/zpout.m, control/util/__outlist__.m, | |
1611 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
1612 control/util/prompt.m, control/util/sortcom.m, | |
1613 control/util/zgfmul.m, control/util/zgfslv.m, | |
1614 control/util/zginit.m, control/util/zgreduce.m, | |
1615 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 1616 |
7130 | 1617 2007-11-08 David Bateman <dbateman@free.fr> |
1618 | |
1619 * plot/quiver.m: Fix arrowheads. | |
1620 | |
7128 | 1621 2007-11-07 Ben Abbott <bpabbott@mac.com> |
1622 | |
1623 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 1624 Handle "rows" argument. New tests. |
7128 | 1625 (cell_ismember): New function. |
1626 | |
7127 | 1627 2007-11-07 John W. Eaton <jwe@octave.org> |
1628 | |
1629 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
1630 control/base/__stepimp__.m, control/base/are.m, | |
1631 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
1632 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
1633 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
1634 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
1635 control/base/ltifr.m, control/base/nichols.m, | |
1636 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
1637 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
1638 Style fixes. | |
1639 | |
7125 | 1640 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
1641 | |
1642 * control/base/bode_bounds.m, control/base/dgram.m, | |
1643 control/base/dlyap.m, control/base/freqchkw.m, | |
1644 control/base/gram.m, control/base/place.m, | |
1645 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
1646 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
1647 control/system/is_signal_list.m, control/system/ss2tf.m, | |
1648 control/system/sys2fir.m, control/system/sysgettsam.m, | |
1649 control/system/sysgettype.m, control/system/sysreorder.m, | |
1650 control/system/tf2sys.m, control/system/zp2tf.m, | |
1651 control/util/axis2dlim.m, control/util/swap.m, | |
1652 control/util/zgfmul.m, control/util/zgfslv.m, | |
1653 control/util/zginit.m, control/util/zgreduce.m, | |
1654 control/util/zgrownorm.m, control/util/zgscal.m, | |
1655 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
1656 geometry/inpolygon.m, linear-algebra/housh.m, | |
1657 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
1658 miscellaneous/run.m, quaternion/qconj.m, | |
1659 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
1660 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
1661 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
1662 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
1663 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
1664 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
1665 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
1666 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
1667 statistics/distributions/empirical_cdf.m, | |
1668 statistics/distributions/empirical_inv.m, | |
1669 statistics/distributions/empirical_pdf.m, | |
1670 statistics/models/logistic_regression_derivatives.m, | |
1671 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
1672 | |
7118 | 1673 2007-11-07 David Bateman <dbateman@free.fr> |
1674 | |
7120 | 1675 * general/gradient.m: Correctly convert deltax and deltay scalar |
1676 values are scalars to vectors. | |
1677 | |
7119 | 1678 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
1679 the meshc.m function. | |
1680 * plot/meshc.m: Also use the surface function. | |
1681 | |
7120 | 1682 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 1683 * plot/Makefile.in (SOURCES): Add them to the list. |
1684 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
1685 | |
7117 | 1686 2007-11-07 Michael Zeising <michael@michaels-website.de> |
1687 | |
1688 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
1689 | |
7115 | 1690 2007-11-07 John W. Eaton <jwe@octave.org> |
1691 | |
1692 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
1693 the data limits are infinite. | |
1694 (get_data_limits): Don't do anything if xdat or tx are empty. | |
1695 (get_axis_limits): Don't do anything if min_val or max_val are | |
1696 infinite. | |
1697 | |
7112 | 1698 2007-11-06 David Bateman <dbateman@free.fr> |
1699 | |
1700 * plot/hist.m: Pass any additional arguments to bar for | |
1701 treatment. Create a default x value that is always a vector. | |
1702 | |
7111 | 1703 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
1704 | |
1705 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
1706 when calling ./configure and add quotes to preserve spaces. | |
7109 | 1707 |
1708 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
1709 | |
1710 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
1711 New files. | |
1712 * plot/mesh.m: Call surface to do the real work. | |
1713 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
1714 properties. | |
1715 | |
1716 * image/colormap.m: Also return current colormap if nargout and | |
1717 nargin are both 0. | |
1718 | |
7106 | 1719 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
1720 | |
1721 * startup/inputrc: Delete key bindings starting with \340 code. | |
1722 | |
7112 | 1723 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 1724 |
1725 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
1726 to avoid issues of over- and underflow. From Rolf Fabian | |
1727 <Rolf.Fabian@gmx.de>. | |
1728 | |
7097 | 1729 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
1730 | |
1731 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
1732 help texts. | |
1733 | |
7096 | 1734 2007-11-02 Kai Habel <kai.habel@gmx.de> |
1735 | |
1736 * plot/bar.m, plot/barh.m: Doc fix. | |
1737 | |
7094 | 1738 2007-10-31 John W. Eaton <jwe@octave.org> |
1739 | |
1740 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
1741 | |
7086 | 1742 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
1743 | |
1744 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
1745 objects and legend objects are implemented with a separate axes | |
1746 object. | |
1747 | |
7078 | 1748 2007-10-30 David Bateman <dbateman@free.fr> |
1749 | |
7081 | 1750 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
1751 | |
7078 | 1752 * plot/__go_draw_axes__.m (do_linestyle_command): |
1753 Use point type 0 for ".". | |
1754 | |
7073 | 1755 2007-10-26 John W. Eaton <jwe@octave.org> |
1756 | |
7074 | 1757 * image/imshow.m: Improve compatibility. |
1758 * image/image.m: Return handle if nargou > 0. | |
1759 | |
7073 | 1760 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
1761 | |
7069 | 1762 2007-10-25 John W. Eaton <jwe@octave.org> |
1763 | |
1764 * miscellaneous/compare_versions.m: Style fixes. | |
1765 | |
7060 | 1766 2007-10-24 John W. Eaton <jwe@octave.org> |
1767 | |
7061 | 1768 * image/saveimage.m: Use functional form of save instead of eval. |
1769 Use -text instead of -ascii. | |
1770 | |
7060 | 1771 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
1772 | |
7054 | 1773 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
1774 | |
1775 * plot/legend.m: Also extract location string from varargin (lost | |
1776 when 2007-10-08 patch was applied). | |
1777 | |
7049 | 1778 2007-10-23 David Bateman <dbateman@free.fr> |
1779 | |
1780 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
1781 miscellaneous/what.m: New functions | |
1782 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
1783 functions. | |
1784 | |
7045 | 1785 2007-10-22 David Bateman <dbateman@free.fr> |
1786 | |
1787 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
1788 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
1789 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
1790 | |
7042 | 1791 2007-10-19 Kai Habel <kai.habel@gmx.de> |
1792 | |
1793 * plot/contourf.m: New function. | |
1794 * plot/Makefile.in (SOURCES): Add it to the list. | |
1795 | |
7040 | 1796 2007-10-19 John W. Eaton <jwe@octave.org> |
1797 | |
1798 * plot/subplot.m: Doc fix. | |
1799 | |
7039 | 1800 2007-10-19 David Bateman <dbateman@free.fr> |
1801 | |
7041 | 1802 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 1803 |
7037 | 1804 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
1805 | |
1806 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
1807 output. | |
1808 | |
7031 | 1809 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
1810 | |
1811 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
1812 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
1813 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
1814 control/system/syssetsignals.m, control/base/lqg.m, | |
1815 strings/str2double.m, control/system/sysscale.m, | |
1816 control/hinf/hinfdemo.m, general/cplxpair.m: | |
1817 Make help text fit on pages when using smallbook. | |
1818 | |
7028 | 1819 2007-10-15 David Bateman <dbateman@free.fr> |
1820 | |
7032 | 1821 * plot/print.m: Call drawnow before printing to ensure the plot is |
1822 on the screen. | |
1823 | |
7028 | 1824 * testfun/test.m: In error/warning blocks test for an error before |
1825 a warning to avoid unexpected failures. | |
1826 | |
7027 | 1827 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
1828 | |
1829 * testfun/assert.m: Correct documentation of absolution versus | |
1830 relative error tolerance and add tests. | |
1831 | |
7024 | 1832 2007-10-14 David Bateman <dbateman@free.fr> |
1833 | |
1834 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
1835 src directory. | |
1836 * plot/Makefile.in (SOURCES): Add fill.m. | |
1837 | |
7020 | 1838 2007-10-13 David Bateman <dbateman@free.fr> |
1839 | |
1840 * plot/__patch__.m: Allow multiple patches to be defined and | |
1841 return a single patch object. Allow Faces/Vertices form of | |
1842 patch. Flag failure so the patch can call print_usage. | |
1843 * plot/patch.m: Update help string for Faces/Vertices | |
1844 call. Respect the fail flag returned by __patch__. Add demo code | |
1845 that tests the functionality of patch. | |
1846 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
1847 patch object. | |
1848 * plot/fill.m: New function. | |
1849 | |
7016 | 1850 2007-10-12 John W. Eaton <jwe@octave.org> |
1851 | |
1852 * Change copyright notices in all files that are part of Octave to | |
1853 GPLv3 or any later version. | |
1854 | |
7012 | 1855 2007-10-11 John W. Eaton <jwe@octave.org> |
1856 | |
1857 * plot/__go_draw_axes__.m (get_axis_limits): | |
1858 Return lim = [] if logscale and no positive values. | |
1859 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
1860 Set initial min and min positive values to Inf, max values to -Inf. | |
1861 (get_data_limits): Correctly handle xminp when no positive values | |
1862 are found. | |
1863 | |
7011 | 1864 2007-10-11 Ben Abbott <bpabbott@mac.com> |
1865 | |
1866 * polynomial/residue.m: New optional input for pole multiplicity. | |
1867 Doc fix. Fix tests. | |
1868 | |
7010 | 1869 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
1870 | |
1871 * toplev.cc (Foctave_config_info): Add field "mac". | |
1872 | |
1873 * miscellaneous/ismac.m: New function. | |
1874 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1875 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
1876 | |
7009 | 1877 2007-10-11 Arno Onken <asnelt@asnelt.org> |
1878 | |
1879 * statistics/distributions/hygernd.m: Allow size to be specified | |
1880 as a scalar. Handle three argument case. Allow T, M, and N to be | |
1881 scalars or matrices of a common size. | |
1882 | |
7007 | 1883 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
1884 | |
1885 * control/csrefcard.lt, control/system/is_detectable.m, | |
1886 control/system/sysgroup.m, geometry/voronoin.m, | |
1887 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
1888 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
1889 statistics/distributions/binornd.m, | |
1890 statistics/distributions/cauchy_rnd.m, | |
1891 statistics/distributions/chi2rnd.m, | |
1892 statistics/distributions/discrete_rnd.m, | |
1893 statistics/distributions/exprnd.m, | |
1894 statistics/distributions/frnd.m, | |
1895 statistics/distributions/gamrnd.m, | |
1896 statistics/distributions/geornd.m, | |
1897 statistics/distributions/laplace_rnd.m, | |
1898 statistics/distributions/logistic_rnd.m, | |
1899 statistics/distributions/lognrnd.m, | |
1900 statistics/distributions/nbinrnd.m, | |
1901 statistics/distributions/normrnd.m, | |
1902 statistics/distributions/poissrnd.m, | |
1903 statistics/distributions/stdnormal_rnd.m, | |
1904 statistics/distributions/trnd.m, | |
1905 statistics/distributions/unifrnd.m, | |
1906 statistics/distributions/wblrnd.m: Spelling fixes. | |
1907 | |
7005 | 1908 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
1909 | |
1910 * time/tic.m: New optional output value. | |
1911 | |
1912 * general/int2str.m: Doc fix. | |
1913 | |
7002 | 1914 2007-10-10 Arno Onken <asnelt@asnelt.org> |
1915 | |
1916 * statistics/distributions/hygecdf.m, | |
1917 statistics/distributions/hygeinv.m, | |
1918 statistics/distributions/hygepdf.m, | |
1919 statistics/distributions/hygernd.m: | |
1920 Swap order of T and M args for compatibility. | |
1921 | |
7001 | 1922 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
1923 | |
1924 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
1925 control/system/buildssic.m, control/system/c2d.m, | |
1926 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
1927 control/system/ss2sys.m, control/system/ss2tf.m, | |
1928 control/system/syscont.m, control/system/sysdimensions.m, | |
1929 control/system/sysdisc.m, control/system/sysmult.m, | |
1930 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
1931 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
1932 general/interp1.m, general/interp2.m, general/interp3.m, | |
1933 general/interpft.m, general/interpn.m, general/polyarea.m, | |
1934 general/rat.m, general/structfun.m, general/trapz.m, | |
1935 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
1936 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
1937 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
1938 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
1939 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
1940 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
1941 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
1942 statistics/base/meansq.m, statistics/base/var.m, | |
1943 statistics/tests/chisquare_test_independence.m, | |
1944 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
1945 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
1946 testfun/test.m: Spelling fixes. | |
1947 | |
6998 | 1948 2007-10-10 Ben Abbott <bpabbott@mac.com> |
1949 | |
1950 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
1951 | |
6997 | 1952 2007-10-10 John W. Eaton <jwe@octave.org> |
1953 | |
1954 * general/num2str.m: Always allow for sign for automatically | |
1955 computed format widths. | |
1956 | |
6988 | 1957 2007-10-09 David Bateman <dbateman@free.fr> |
1958 | |
1959 * plot/patch.m: Accept a handle as the first argument. | |
1960 | |
6987 | 1961 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
1962 | |
7010 | 1963 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 1964 |
6985 | 1965 2007-10-09 John W. Eaton <jwe@octave.org> |
1966 | |
1967 * audio/wavwrite.m: Accept arguments in compatible order. | |
1968 | |
6979 | 1969 2007-10-08 David Bateman <dbateman@free.fr> |
1970 | |
1971 * general/interp2.m: Relax test for values outside the grid to | |
1972 allow monotonically decreasing abscissa as well. | |
1973 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1974 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 1975 |
1976 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
1977 as output parameter. | |
1978 | |
6977 | 1979 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
1980 | |
1981 * plot/__go_draw_axes__.m, plot/legend.m: | |
1982 Handle compatible position specifiers as strings. | |
1983 | |
6975 | 1984 2007-10-08 John Swensen <jpswensen@comcast.net> |
1985 | |
1986 * general/num2str.m: Eliminate extra whitespace in output. | |
1987 * strings/strtrim.m: New function. | |
1988 * strings/Makefile.in (SOURCES): Add it to the list. | |
1989 | |
6968 | 1990 2007-10-06 John W. Eaton <jwe@octave.org> |
1991 | |
1992 * polynomial/residue.m: New test from test/test_poly.m. | |
1993 | |
6967 | 1994 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
1995 | |
1996 * image/saveimage.m: Handle saving color images without a colormap. | |
1997 * image/__img_via_file__.m: Add missing semicolon. | |
1998 | |
1999 2007-10-06 Bill Denney <wsloand@gmail.com> | |
2000 | |
7010 | 2001 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 2002 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
2003 | |
6965 | 2004 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
2005 | |
2006 * plot/print.m: Handle svg output type. Accept new -S option to | |
2007 specify size for PNG and SVG output types. | |
2008 | |
2009 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 2010 |
2011 * polynomial/mpoles.m: New function. | |
2012 * polynomial/residue.m: Modified to behave in reciprocal | |
2013 manner. No longer compute 4th output, "e". No longer accept | |
2014 tolerance input. Explicitly set tolerance parameter to 0.001. | |
2015 Respect maximum relative difference in poles when determining | |
2016 their multiplicity. Use mpoles to determine the multiplicity of | |
2017 poles. | |
2018 | |
6963 | 2019 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
2020 | |
2021 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
2022 for surface plots. | |
2023 | |
6962 | 2024 2007-10-05 John W. Eaton <jwe@octave.org> |
2025 | |
2026 * plot/__next_line_color__.m: Get color_rotation from axes | |
2027 colororder property. | |
2028 | |
6953 | 2029 2007-10-03 John W. Eaton <jwe@octave.org> |
2030 | |
6955 | 2031 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
2032 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
2033 | |
6953 | 2034 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
2035 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
2036 special for __vnorm__. | |
2037 | |
6951 | 2038 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
2039 | |
6952 | 2040 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 2041 |
6950 | 2042 2007-10-03 David Bateman <dbateman@free.fr> |
2043 | |
2044 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
2045 if a file is architecture dependent based on a list of file | |
2046 extensions. | |
2047 (configure_make): Simplify the search for architecture dependent | |
2048 files based on this function. | |
2049 (load_pakages_and_dependencies): Also look for bin directory in | |
2050 the architecture dependent directory. | |
2051 | |
6947 | 2052 2007-10-03 John W. Eaton <jwe@octave.org> |
2053 | |
2054 * miscellaneous/dir.m: Create empty struct with field names. | |
2055 Include datenum in struct. | |
2056 | |
6943 | 2057 2007-10-02 David Bateman <dbateman@free.fr> |
2058 | |
2059 * miscellaneous/ls.m: If nargout return string array of files | |
2060 returned by ls. | |
2061 | |
6942 | 2062 2007-10-01 John W. Eaton <jwe@octave.org> |
2063 | |
2064 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
2065 range values. | |
2066 | |
6937 | 2067 2007-10-01 David Bateman <dbateman@free.fr> |
2068 | |
7010 | 2069 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 2070 speed with small vectors. |
6937 | 2071 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
2072 rather than OCTAVE_HOME(). | |
2073 | |
6935 | 2074 2007-09-30 Ben Abbott <bpabbott@mac.com> |
2075 | |
2076 * plot/findobj.m: New function. | |
2077 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
2078 | |
6925 | 2079 2007-09-26 David Bateman <dbateman@free.fr> |
2080 | |
2081 * pkg/pkg.m: Add second argument to setting for prefix for | |
2082 architecture dependent files. Use throughout. | |
2083 (pkg:issuperuser): New function, use through to check for | |
2084 root user. | |
2085 (pkg:getarchprefix): function to give the archiecture dependent | |
2086 prefix for a package. | |
2087 (pkg:getarchdir): New function giving location of architetcure | |
2088 dependent directory. Use through out. | |
2089 (pkg:install): Treat architecture dependent directory separately | |
2090 as in might not be a sub-directory of the package directory. | |
2091 (pkg:uninstall): ditto. | |
2092 (pkg:create_pkgadddel): Check for global or local install for | |
2093 architecture dependent directory. | |
2094 (pkg:finish_installation): ditto. | |
2095 (pkg:write_INDEX): ditto. | |
2096 (pkg:load_packages_and_dependencies): ditto. | |
2097 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
2098 files to a new location if user is root. | |
2099 (pkg:rm_rf): Check if file or directory exists before removing. | |
2100 (pkg:dirempty): Check if directory exists before checking. | |
2101 | |
2102 * plot/___patch__.m: Allow face colors to be passed as strings | |
2103 | |
2104 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
2105 needed for calls to "hold" without an argument. | |
2106 | |
6920 | 2107 2007-09-21 John W. Eaton <jwe@octave.org> |
2108 | |
6921 | 2109 * optimization/sqp.m: Fix typo. |
2110 | |
6920 | 2111 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
2112 | |
6919 | 2113 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
2114 | |
2115 * control/hinf/h2norm: Compute d*d', not d'*d. | |
2116 | |
6918 | 2117 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
2118 | |
2119 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
2120 unidpdf.m and unidinv.m | |
2121 | |
6914 | 2122 2007-09-18 John W. Eaton <jwe@octave.org> |
2123 | |
2124 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
2125 (do_tics_1): Set numeric axes formats to "%.15g". | |
2126 | |
6912 | 2127 2007-09-18 David Bateman <dbateman@free.fr> |
2128 | |
2129 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
2130 of %g when writing data. | |
2131 | |
6908 | 2132 2007-09-17 John W. Eaton <jwe@octave.org> |
2133 | |
2134 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
2135 | |
6903 | 2136 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
2137 | |
2138 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
2139 noninteger N with N-K < 1. | |
2140 | |
6901 | 2141 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
2142 | |
2143 * strings/index.m: Correct for strings differing after the third | |
2144 position (bug reported by Maude Martin). | |
2145 | |
6895 | 2146 2007-09-13 John W. Eaton <jwe@octave.org> |
2147 | |
2148 * plot/__default_colormap__.m: Delete. | |
2149 * plot/Makefile (SOURCES): Remove from the list. | |
2150 | |
6898 | 2151 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
2152 | |
2153 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
2154 | |
6885 | 2155 2007-09-10 David Bateman <dbateman@free.fr> |
2156 | |
2157 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
2158 limit the selection of colors in the same way as for lines. | |
2159 * plot/__patch__.m: Allow matrix arguments with one patch per | |
2160 column. | |
2161 * plot/__bar__.m: Adapt to use "patch". | |
2162 | |
6870 | 2163 2007-09-06 John W. Eaton <jwe@octave.org> |
2164 | |
2165 * plot/drawnow.m (drawnow): New arg, debug_file. | |
2166 (init_plot_stream): Split from open_plot_stream. | |
2167 * plot/print.m: Accept -debug=FILE argument. | |
2168 | |
6868 | 2169 2007-09-06 David Bateman <dbateman@free.fr> |
2170 | |
7010 | 2171 * general/celldisp.m: New function. |
2172 * general/Makefile.in (SOURCES): Add celldisp.m. | |
2173 * miscellaneous/swapbytes.m: New function. | |
2174 * miscellaneous/gzip.m: New function. | |
2175 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 2176 |
6863 | 2177 2007-09-05 David Bateman <dbateman@free.fr> |
2178 | |
7010 | 2179 * general/structfun.m: New function. |
2180 * general/Makefile.in (SOURCES): Add it to sources. | |
2181 * miscellaneous/run.m: New function. | |
2182 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
2183 * statistics/base/mode.m: New function. | |
2184 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 2185 |
6862 | 2186 2007-09-05 John W. Eaton <jwe@octave.org> |
2187 | |
2188 * miscellaneous/orderfields.m: Use numel instead of length. | |
2189 | |
2190 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
2191 | |
2192 * miscellaneous/orderfields.m: Handle empty structs. | |
2193 | |
6861 | 2194 2007-09-05 John W. Eaton <jwe@octave.org> |
2195 | |
2196 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
2197 DATA_IDX. | |
2198 | |
2199 2007-09-04 David Bateman <dbateman@free.fr> | |
2200 | |
2201 * general/isdir.m: Return a logical value. | |
2202 | |
6859 | 2203 2007-09-04 David Bateman <dbateman@free.fr> |
2204 | |
2205 * statistics/distributions/chi2pdf.m, | |
2206 statistics/distributions/chi2cdf.m, | |
2207 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
2208 distribution functions to account for inverse of scale factor in | |
2209 gamma functions. | |
2210 | |
6857 | 2211 2007-09-01 John W. Eaton <jwe@octave.org> |
2212 | |
2213 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
2214 | |
6853 | 2215 2007-09-01 David Bateman <dbateman@free.fr> |
2216 | |
2217 * polynomial/polyint.m: New function like polyinteg but with | |
2218 explicit integration constant. | |
2219 * polynomial/polyinteg.m: Remove. | |
2220 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
2221 polyinteg.m. | |
2222 * deprecated/polyinteg.m: Move version here. | |
2223 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
2224 | |
6852 | 2225 * geometry/voronoi.m: Add large box around data to get a good |
2226 approximation of the rays to infinity. | |
2227 | |
6851 | 2228 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
2229 | |
2230 * plot/axes.m: Allow parent to be specified when creating axes | |
2231 objects. Support non-figure parents. | |
2232 | |
2233 2007-08-31 John W. Eaton <jwe@octave.org> | |
2234 | |
2235 * plot/ancestor.m: New function, adapted from Octave Forge. | |
2236 | |
6850 | 2237 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
2238 | |
7010 | 2239 * polynomial/polygcd.m: Better layout of example. |
2240 * polynomial/compan.m: Remove unnecessary check. | |
2241 * polynomial/roots.m: Added example to help text. | |
2242 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
2243 * polynomial/poly.m: Added example to help text. | |
6850 | 2244 |
6848 | 2245 2007-08-30 John W. Eaton <jwe@octave.org> |
2246 | |
2247 * optimization/qp.m: Increase maxit to 200. | |
2248 | |
6847 | 2249 2007-08-30 David Bateman <dbateman@free.fr> |
2250 | |
2251 * geometry/inpolygon.m: New file. | |
2252 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
2253 | |
6843 | 2254 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
2255 | |
2256 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
2257 | |
6829 | 2258 2007-08-24 David Bateman <dbateman@free.fr> |
2259 | |
2260 * plot/__go_draw_axes__.m: Treat text color property. | |
2261 | |
6828 | 2262 2007-08-24 John W. Eaton <jwe@octave.org> |
2263 | |
2264 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
2265 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
2266 | |
2267 * miscellaneous/movefile.m: Separate second and third args and | |
2268 use p1 and p2, not f1 and f2 when constructing arguments for | |
2269 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
2270 | |
6825 | 2271 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
2272 | |
2273 * set/intersect.m: Make it work with cell arrays of strings. | |
2274 | |
6823 | 2275 2007-08-24 David Bateman <dbateman@free.fr> |
2276 | |
7010 | 2277 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 2278 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
2279 functions ported from octave-forge. | |
7010 | 2280 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 2281 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
2282 geometry/triplot.m, geometry/tsearchn.m: | |
2283 New functions. | |
7010 | 2284 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
2285 * geometry/Makefile.in (SOURCES): Add functions above. | |
2286 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 2287 |
6820 | 2288 2007-08-23 John W. Eaton <jwe@octave.org> |
2289 | |
2290 * pkg/pkg.m: Avoid using installed_packages for both function and | |
2291 variable name. | |
2292 | |
2293 2007-08-23 David Bateman <dbateman@free.fr> | |
2294 | |
2295 * plot/plot.m: Allow first arg to be axes handle. | |
2296 | |
6818 | 2297 2007-08-22 David Bateman <dbateman@free.fr> |
2298 | |
2299 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
2300 outputs are returned only if requested. | |
2301 | |
2302 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
2303 | |
2304 * control/base/nichols.m: Fix typo. | |
2305 | |
6813 | 2306 2007-08-13 John W. Eaton <jwe@octave.org> |
2307 | |
2308 * plot/meshgrid.m: Use repmat instead of multiplication. | |
2309 | |
6809 | 2310 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
2311 | |
2312 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
2313 use axes position in each appropriate gnuplot set statement. | |
2314 | |
6808 | 2315 2007-08-10 John W. Eaton <jwe@octave.org> |
2316 | |
2317 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
2318 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
2319 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
2320 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
2321 | |
6807 | 2322 2007-08-10 Kai Habel <kai.habel@gmx.de> |
2323 | |
2324 * plot/patch.m, plot/__patch__.m: New files. | |
2325 * plot/Makefile.in (SOURCES): Add them to the list. | |
2326 | |
2327 2007-08-07 John W. Eaton <jwe@octave.org> | |
2328 | |
2329 * path/savepath.m: Use single quotes for argument to PATH command | |
2330 that is inserted in file. | |
2331 | |
6805 | 2332 2007-07-27 John W. Eaton <jwe@octave.org> |
2333 | |
2334 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
2335 not set in the environment. | |
2336 | |
6796 | 2337 2007-07-25 David Bateman <dbateman@free.fr> |
2338 | |
2339 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
2340 control/base/Makefile.in, control/hinf/Makefile.in, | |
2341 control/obsolete/Makefile.in, control/system/Makefile.in, | |
2342 control/util/Makefile.in, deprecated/Makefile.in, | |
2343 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
2344 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
2345 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
2346 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
2347 polynomial/Makefile.in, quaternion/Makefile.in, | |
2348 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
2349 specfun/Makefile.in, special-matrix/Makefile.in, | |
2350 startup/Makefile.in, statistics/Makefile.in, | |
2351 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
2352 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
2353 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
2354 Adjust DISTFILES to allow out of tree "make dist" to work. | |
2355 | |
6795 | 2356 2007-07-25 John W. Eaton <jwe@octave.org> |
2357 | |
2358 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
2359 | |
6793 | 2360 2007-07-24 David Bateman <dbateman@free.fr> |
2361 | |
2362 * image/flag.m: New colormap function. | |
2363 * images/Makefile.in: Include it in SOURCES. | |
2364 | |
2365 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
2366 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
2367 image/rainbow.m image/spring.m image/summer.m image/white.m | |
2368 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
2369 * image/gray.m, image/ocean.m: Use the same means of finding the | |
2370 number of colormap elements as the other colormap functions. | |
2371 | |
6790 | 2372 2007-07-24 Kai Habel <kai.habel@gmx.de> |
2373 | |
2374 * plot/__go_draw_axes__.m: Handle patch. | |
2375 | |
6788 | 2376 2007-07-23 David Bateman <dbateman@free.fr> |
2377 | |
2378 * general/rat.m: New function for ration approximation imported | |
2379 from octave-forge. | |
2380 * general/del2.m: New function for discrete laplacian operator. | |
2381 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
2382 | |
2383 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
2384 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
2385 image/rainbow.m image/spring.m image/summer.m image/white.m | |
2386 image/winter.m, image/brighten.m: Port image functions from | |
2387 octave-forge. | |
2388 * image/Makefile.in: Add ported functions to SOURCES. | |
2389 * image/gray.m, image/ocean.m: Don't set the colormap for | |
2390 compatibility with matlab. | |
2391 | |
2392 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
2393 octave-forge | |
2394 * plot/Makefile.in: Add ported functions to SOURCES. | |
2395 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
2396 using gnuplot 4.2 or greater. | |
2397 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2398 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 2399 |
2400 * general/cart2sph.m: Fix unbalanced paranthesis. | |
2401 | |
6781 | 2402 2007-07-19 David Bateman <dbateman@free.fr> |
2403 | |
2404 * plot/fplot.m: More compatible version. | |
2405 | |
6780 | 2406 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
2407 | |
2408 * plot/clf.m: Check for valid handle before deleting. | |
2409 | |
2410 * plot/figure.m: Pass "figure" property/value pairs directly to | |
2411 __go_figure__ instead of using regular "set" call. | |
2412 | |
6779 | 2413 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
2414 | |
2415 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
2416 type for gnuplot. | |
2417 | |
6778 | 2418 2007-07-18 John W. Eaton <jwe@octave.org> |
2419 | |
2420 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
2421 gnuplot for each set of axes. | |
2422 | |
6777 | 2423 2007-07-18 David Bateman <dbateman@free.fr> |
2424 | |
6778 | 2425 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
2426 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
2427 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
2428 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
2429 Use standard scale factor rather than one on the scale factor for | |
2430 compatibility. | |
2431 | |
2432 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
2433 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
2434 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
2435 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
2436 Preserve backward compatibility. | |
6777 | 2437 |
6776 | 2438 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
2439 | |
2440 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
2441 to avoid issues with regexp special characters in the path strings. | |
2442 | |
6770 | 2443 2007-07-06 David Bateman <dbateman@free.fr> |
2444 | |
6778 | 2445 * general/accumarray.m: New function to create an array by |
2446 accumulating the elements. | |
6770 | 2447 |
6768 | 2448 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
2449 | |
2450 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
2451 (fdjac): Set nx outside of if block. | |
2452 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
2453 | |
6765 | 2454 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
2455 | |
2456 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
2457 | |
2458 * plot/axis.m: Also set "visible" property when setting axes to | |
2459 on/off. | |
2460 | |
6762 | 2461 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
2462 | |
2463 * image/colormap.m: Only return colormap if nargout > 0. | |
2464 Mark as command. | |
2465 | |
6758 | 2466 2007-06-25 John W. Eaton <jwe@octave.org> |
2467 | |
2468 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
2469 strcmp for selected property comparisons. | |
2470 | |
6756 | 2471 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
2472 | |
6778 | 2473 * image/imshow.m: Fix check for colormap arguments. |
6756 | 2474 |
6754 | 2475 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
2476 | |
2477 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
2478 | |
6756 | 2479 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 2480 |
6778 | 2481 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 2482 argument, and note that the data should be sorted for the |
2483 definition of the median to be correct. | |
2484 | |
6778 | 2485 * statistics/base/std.m: Add missing square to definition of |
6754 | 2486 standard deviation. |
2487 | |
6778 | 2488 * statistics/base/cov.m: Add definition of covariance to the help text. |
2489 | |
2490 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 2491 statistics/base/std.m: |
2492 Note that \bar{x} is the mean value of x in the help text. | |
2493 | |
6778 | 2494 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 2495 coefficient to the help text. |
2496 | |
6778 | 2497 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
2498 | |
2499 * statistics/base/var.m: Put N in @math in help text. | |
2500 | |
2501 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 2502 statistics/tests/kolmogorov_smirnov_test.m: |
2503 Write about possible values of 'dist' in help text. | |
2504 | |
6778 | 2505 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 2506 Add definition of correlation to the help text. |
2507 | |
6778 | 2508 * statistics/base/logit.m, statistics/base/kendall.m, |
2509 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 2510 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
2511 TeXification of help text. | |
2512 | |
2513 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
2514 | |
2515 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
2516 Add missing @var's to help text. | |
2517 | |
2518 * statistics/models/logistic_regression.m: Fix typos in help text. | |
2519 | |
2520 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
2521 of help text. | |
2522 | |
2523 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
2524 help text. | |
2525 | |
2526 * statistics/distributions/unidpdf.m, | |
2527 statistics/distributions/discrete_pdf.m: | |
2528 Replace 'pDF' with 'PDF' in help text. | |
2529 | |
6753 | 2530 2007-06-25 John W. Eaton <jwe@octave.org> |
2531 | |
2532 * strings/substr.m: Use offset consistently in code and doc string. | |
2533 From Rafael Laboissiere <rafael@debian.org>. | |
2534 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2535 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 2536 |
6778 | 2537 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 2538 |
6751 | 2539 2007-06-25 John W. Eaton <jwe@octave.org> |
2540 | |
2541 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
2542 Recycle tic labels if necessary. From Juhani Saastamoinen | |
2543 <juhani@cs.joensuu.fi>. | |
2544 | |
6748 | 2545 2007-06-20 John W. Eaton <jwe@octave.org> |
2546 | |
6749 | 2547 * strings/index.m: Allow strings to be empty. |
2548 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
2549 | |
6748 | 2550 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
2551 | |
6747 | 2552 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
2553 | |
2554 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
2555 separate matrices. | |
2556 | |
6746 | 2557 2007-06-19 David Bateman <dbateman@free.fr> |
2558 | |
2559 * plot/axis.m: Prefer to use legend rather than the older Octave | |
2560 only ";;" legend syntax. | |
2561 * polynomial/mkpp.m: ditto. | |
2562 * polynomial/pchip.m: ditto. | |
2563 * signal/freqz_plot.m: ditto. | |
2564 * sparse/gplot.m: ditto. | |
2565 * sparse/treeplot.m: ditto. | |
2566 | |
6745 | 2567 2007-06-19 John W. Eaton <jwe@octave.org> |
2568 | |
2569 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
2570 (__go_draw_axes__): Call do_tics to handle tic marks. | |
2571 | |
6742 | 2572 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
2573 | |
6778 | 2574 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 2575 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
2576 to check for NA. | |
2577 | |
6741 | 2578 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
2579 | |
6778 | 2580 * optimization/glpk.m: TeXified the help text. |
2581 * optimization/qp.m: TeXified the help text. | |
2582 * optimization/sqp.m: TeXified the help text. | |
6741 | 2583 |
6740 | 2584 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
2585 | |
6778 | 2586 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 2587 |
6738 | 2588 2007-06-15 John W. Eaton <jwe@octave.org> |
2589 | |
2590 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
2591 have_newer_gnuplot is true. | |
2592 | |
6736 | 2593 2007-06-15 Pete Gustafson <petegus@umich.edu> |
2594 | |
6778 | 2595 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
2596 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 2597 to 90, all others 0. |
2598 | |
6778 | 2599 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
2600 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 2601 get_data_limits. |
6778 | 2602 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 2603 called by __errplot__. |
2604 | |
6730 | 2605 2007-06-15 John W. Eaton <jwe@octave.org> |
2606 | |
2607 * testfun/test.m: Also return number of expected failures. | |
2608 | |
6724 | 2609 2007-06-14 John W. Eaton <jwe@octave.org> |
2610 | |
6730 | 2611 * set/ismember.m: Mark two tests known to fail with xtest. |
2612 | |
6724 | 2613 * plot/__go_draw_axes__.m: Handle text rotation property. |
2614 | |
6728 | 2615 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
2616 | |
2617 * testfun/test.m: Add xtest support for tests known to fail. | |
2618 | |
6727 | 2619 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
2620 | |
2621 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
2622 epslatexstandalone terminals. | |
2623 | |
6721 | 2624 2007-06-14 David Bateman <dbateman@free.fr> |
2625 | |
2626 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
2627 as permutation of results was incorrect. | |
2628 * general/interp1.m: Add demo on second derivative | |
2629 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 2630 call. Add 3D demo. Fix typos |
2631 * general/interp3.m: Fix typos. Correct permutation for use of | |
2632 interpn. | |
6721 | 2633 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
2634 | |
6717 | 2635 2007-06-13 John W. Eaton <jwe@octave.org> |
2636 | |
2637 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 2638 |
6706 | 2639 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
2640 | |
2641 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
2642 | |
6704 | 2643 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
2644 | |
2645 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
2646 Set have_linestyle to true if two character linestyle is found. | |
2647 | |
6702 | 2648 2007-06-12 David Bateman <dbateman@free.fr> |
2649 | |
6717 | 2650 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
2651 and interpn.m. | |
2652 | |
2653 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
2654 structure before using it. | |
2655 | |
2656 2007-06-12 David Bateman <dbateman@free.fr> | |
2657 | |
6704 | 2658 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 2659 * general/__splinen__.m: New support function for N-dimensional |
2660 spline interpolation. | |
2661 * general/bicubic.m: Allow definition of extrapolation | |
2662 value. Adapt tests to use new graphics interface | |
2663 * general/interp2.m: Call __splinen__ for 2-D spline | |
2664 interpolation. Make the lookup table code only be called for | |
2665 linear and nearest methods. | |
2666 * general/interpn.m: New function for N-dimensional, linear, nearest | |
2667 and spline interpolation. | |
2668 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
2669 and spline interpolation. | |
6704 | 2670 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 2671 |
6701 | 2672 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
2673 | |
2674 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
2675 | |
6699 | 2676 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
2677 | |
2678 * plot/fplot.m: If function is inline, vectorize it. | |
2679 | |
6698 | 2680 2007-06-10 David Bateman <dbateman@free.fr> |
2681 | |
2682 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
2683 directory if need to, so that it fits on a line. | |
2684 | |
6695 | 2685 2007-06-07 David Bateman <dbateman@free.fr> |
2686 | |
2687 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
2688 saved file so that dependent packages are loaded first, and if | |
2689 nargout==0 don't return any arguments. | |
2690 (pkg:install): Only load packages that are marked autoload after | |
2691 install. Various fixes. Save in order. | |
2692 (pkg:uninstall): Save in order | |
2693 (pkg:load_packages): Use load_package_and_dependencies to load | |
2694 packages. | |
2695 (pkg:save_order): New function to sort package list with dependent | |
2696 packages first. | |
2697 (pkg:load_packages_and_dependencies): New function to load both a | |
2698 list of packages and their dependencies. | |
2699 (pkg:load_package_dirs): New function that returns a vector of the | |
2700 indexes into the installed package list indicating the packages to | |
2701 load and the order to load them in to respect the dependencies. | |
2702 | |
6688 | 2703 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
2704 | |
2705 * plot/axes.m: Eliminate redundant else clause. | |
2706 | |
6686 | 2707 2007-06-03 David Bateman <dbateman@free.fr> |
2708 | |
2709 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 2710 * pkg/pkg.m: Protect against multiple actions being define. |
2711 | |
6683 | 2712 2007-06-01 David Bateman <dbateman@free.fr> |
2713 | |
2714 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
2715 incorporate into main pkg function. | |
2716 (pkg:install): Check for existence of files to install before | |
2717 globbing and warn the user if they don't exist. | |
2718 | |
6675 | 2719 2007-05-31 David Bateman <dbateman@free.fr> |
2720 | |
6679 | 2721 * miscellaneous/copyfile.m: Split copying of multiple files to a |
2722 directory over several copy command to limit the line length. | |
2723 * miscellaneous/movefile.m: Ditto. | |
2724 | |
6675 | 2725 * pkg.m: Add build option to allow binary Octave packages to be |
2726 built from source packages. Probe absolute path of prefix, global | |
2727 and local lists. Use strcat, rather that [] for strings. | |
2728 (pkg:build): New function to binary binary package. | |
2729 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
2730 (pkg:repackage): Package binary Octave package from installation. | |
2731 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
2732 from m-files into main installation directory. | |
2733 (pkg:shell): Suppress verbose messages from shell and only display | |
2734 them with the verbose flag. | |
2735 (pkg:installed_packages): Also include the loaded flag in the | |
2736 local and global packages. | |
2737 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
2738 flagged as loaded. | |
2739 | |
2740 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
2741 | |
2742 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
2743 with and without architecture dependent directories. | |
2744 (pkg:installed_packages): Probe the global_list file even if it is | |
2745 the same as the local_list. | |
2746 | |
6669 | 2747 2007-05-29 John W. Eaton <jwe@octave.org> |
2748 | |
2749 * sparse/spy.m: Set axis to "ij" mode. | |
2750 | |
6664 | 2751 2007-05-24 John W. Eaton <jwe@octave.org> |
2752 | |
2753 * set/ismember.m: Quote first arg of "fail" tests. | |
2754 | |
6663 | 2755 2007-05-24 David Bateman <dbateman@free.fr> |
2756 | |
6778 | 2757 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 2758 |
6655 | 2759 2007-05-22 David Bateman <dbateman@free.fr> |
2760 | |
2761 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
2762 error(lasterr()(8:end)). | |
2763 (pkg:install): Warning for empty packages being removed. Suppress | |
2764 spurious output. Warning rather than error for uninstalling a | |
2765 package that is not installed to avoid RPM issue. | |
2766 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
2767 inst or architecture dependent directory if it exists. | |
2768 | |
6653 | 2769 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
2770 | |
2771 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
2772 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
2773 signal/freqz.m: Fix typos. | |
2774 | |
6645 | 2775 2007-05-21 David Bateman <dbateman@free.fr> |
2776 | |
2777 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
2778 force installation location. | |
2779 (rebuild): New subfunction to rebuild package database from | |
2780 installed packages. Also allows changing of autoload status | |
2781 (install): Warn use if attempting to install from non existent | |
2782 file. | |
2783 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
2784 "USER", "root"))' for root test. | |
2785 | |
2786 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
2787 | |
2788 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
2789 and replace "\" characters with "/". | |
2790 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
2791 characters with "/" throughout. | |
2792 (shell): New subfunction that wraps system and is careful with the | |
2793 shell on windows platforms. | |
2794 (configure_make): Explictly pass complier etc to configure | |
2795 process. | |
2796 (issuperuser): Force default to global install for Windows machines. | |
2797 | |
6636 | 2798 2007-05-19 Kristan Onu |
2799 | |
2800 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
2801 | |
6634 | 2802 2007-05-18 David Bateman <dbateman@free.fr> |
2803 | |
2804 * pkg/pkg.m (install): More verbosity. | |
2805 (configure_make): Ditto. | |
2806 (create_pkgadddel): Install in architecture dependent directory if | |
2807 it exists to address issues with autoload/mfilename. | |
2808 (write_INDEX): Check in archiecture dependent directories as well. | |
2809 | |
6633 | 2810 2007-05-17 David Bateman <dbateman@free.fr> |
2811 | |
2812 * plot/hbar.m: Remove. | |
2813 * plot/barh.m: and move it here. | |
2814 | |
6631 | 2815 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
2816 | |
2817 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
2818 | |
6629 | 2819 2007-05-16 John W. Eaton <jwe@octave.org> |
2820 | |
2821 * general/logspace.m: Return second arg if fewer than two values | |
2822 are requested. | |
2823 | |
6619 | 2824 2007-05-14 John W. Eaton <jwe@octave.org> |
2825 | |
2826 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
2827 on a new line. | |
2828 | |
6617 | 2829 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
2830 | |
2831 * statistics/distributions/norminv.m, | |
2832 statistics/distributions/norminv.m, | |
2833 statistics/distributions/normpdf.m, | |
2834 statistics/distributions/normrnd.m: | |
2835 Use standard deviation, not variance. | |
2836 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
2837 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
2838 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
2839 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
2840 backward compatibility. | |
2841 | |
6616 | 2842 2007-05-14 David Bateman <dbateman@free.fr> |
2843 | |
2844 * pkg/pkg.m: Mark loaded packages with "*". | |
2845 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2846 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 2847 |
2848 * miscellaneous/single.m: Doc fix. | |
2849 Convert to double instead of returning argument unchanged. | |
2850 | |
2851 * miscellaneous/doc.m: Doc fix. | |
2852 | |
2853 * miscellaneous/ver.m: Doc fix. | |
2854 Don't display information about Octave Forge. | |
2855 | |
6614 | 2856 2007-05-12 David Bateman <dbateman@free.fr> |
2857 | |
2858 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
2859 install to be printed. An error in the on_uninstall script causes | |
2860 a failure to uninstall. Place oct- and mex-files in an | |
2861 architecture dependent directory. | |
2862 | |
6611 | 2863 2007-05-09 John W. Eaton <jwe@octave.org> |
2864 | |
2865 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
2866 | |
6609 | 2867 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2868 | |
2869 * statistics/distributions/normcdf.m: Use standard deviation | |
2870 instead of variance for compatibility. | |
2871 | |
2872 2007-05-08 John W. Eaton <jwe@octave.org> | |
2873 | |
2874 | |
2875 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
2876 | |
2877 * set/ismember.m: Always return logical values. | |
2878 | |
2879 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 2880 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 2881 |
2882 * general/__isequal__.m: Allow numeric values of different classes | |
2883 to compare equal. | |
2884 | |
6606 | 2885 2007-05-07 David Bateman <dbateman@free.fr> |
2886 | |
6607 | 2887 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
2888 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 2889 |
6605 | 2890 2007-05-02 John W. Eaton <jwe@octave.org> |
2891 | |
2892 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
2893 | |
6604 | 2894 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2895 | |
2896 * contour.m: Rewrite help string. | |
2897 | |
6599 | 2898 2007-04-28 John W. Eaton <jwe@octave.org> |
2899 | |
2900 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
2901 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
2902 Special case nargout == 0. | |
2903 | |
6597 | 2904 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
2905 | |
2906 * general/sub2ind.m: Handle empty input, add tests. | |
2907 | |
6590 | 2908 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2909 | |
2910 * plot/contourc.m: Doc fix. | |
2911 | |
6586 | 2912 2007-04-26 David Bateman <dbateman@free.fr> |
2913 | |
2914 * plot/hist.m: Partially remove previous patch. | |
2915 | |
6582 | 2916 2007-04-26 David Bateman <dbateman@free.fr> |
2917 | |
2918 * plot/hist.m: Support returning of handle | |
2919 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
2920 cells. | |
2921 | |
6575 | 2922 2007-04-25 John W. Eaton <jwe@octave.org> |
2923 | |
6579 | 2924 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
2925 "title \"\"", not "". | |
2926 | |
6575 | 2927 * plot/legend.m: Initialize WARNED to false. |
2928 | |
6567 | 2929 2007-04-24 John W. Eaton <jwe@octave.org> |
2930 | |
2931 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2932 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 2933 |
2934 2007-04-23 John W. Eaton <jwe@octave.org> | |
2935 | |
2936 * plot/box.m: Delete extra endfunction keyword. | |
2937 | |
6560 | 2938 2007-04-23 David Bateman <dbateman@free.fr> |
2939 | |
2940 * plot/plot3.m: Call newplot. | |
2941 | |
6553 | 2942 2007-04-20 John W. Eaton <jwe@octave.org> |
2943 | |
2944 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
2945 | |
6546 | 2946 2007-04-19 John W. Eaton <jwe@octave.org> |
2947 | |
2948 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
2949 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
2950 | |
6544 | 2951 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
2952 | |
2953 * control/util/axis2dlim.m: Delete extraneous line. | |
2954 | |
6542 | 2955 2007-04-18 John W. Eaton <jwe@octave.org> |
2956 | |
2957 * specfun/factorial.m: Increase tolerance in large value test. | |
2958 | |
6540 | 2959 2007-04-18 David Bateman <dbateman@free.fr> |
2960 | |
2961 * __bar__.m: New support function for bar/hbar to support graphic | |
2962 handles, and additional arguments. | |
2963 * bar.m: Convert to use __bar__. | |
2964 * hbar.m: New function | |
2965 * hist.m: Explicitly set the width of the bar plot. | |
2966 | |
6533 | 2967 2007-04-17 John W. Eaton <jwe@octave.org> |
2968 | |
6534 | 2969 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
2970 | |
6533 | 2971 * set/ismember.m: New tests. |
2972 From David Grohmann <grohmann@arlut.utexas.edu> | |
2973 | |
6532 | 2974 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
2975 | |
2976 * specfun/factorial.m: Use gamma function instead of cumprod. | |
2977 Add tests. | |
2978 | |
6527 | 2979 2007-04-16 John W. Eaton <jwe@octave.org> |
2980 | |
6528 | 2981 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
2982 looks_like_copyright in src/help.cc. | |
2983 From S�ren Hauberg <soren@hauberg.org>. | |
2984 | |
6527 | 2985 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
2986 | |
6526 | 2987 2007-04-13 John W. Eaton <jwe@octave.org> |
2988 | |
6527 | 2989 * optimization/sqp.m: Initialize info to 0. |
2990 | |
6526 | 2991 * optimization/qp.m: Undo previous change. |
2992 | |
6524 | 2993 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2994 | |
2995 * spdiags.m: Fixed the four-argument case to work for columns of | |
2996 length one. | |
2997 | |
6523 | 2998 2007-04-12 John W. Eaton <jwe@octave.org> |
2999 | |
3000 * optimization/qp.m: Avoid Octave indexing bug. | |
3001 | |
6521 | 3002 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
3003 | |
6522 | 3004 * miscellaneous/menu.m, control/base/bddemo.m, |
3005 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
3006 control/system/sysrepdemo.m: | |
3007 Adapt to page_screen_output as a function. | |
6521 | 3008 |
6518 | 3009 2007-04-11 John W. Eaton <jwe@octave.org> |
3010 | |
3011 * miscellaneous/not.m: Delete. | |
3012 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
3013 | |
3014 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3015 | |
3016 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
3017 that are close but not exactly equal. | |
3018 | |
6515 | 3019 2007-04-11 David Bateman <dbateman@free.fr> |
3020 | |
3021 * general/bitcmp.m: Make it work again. | |
3022 | |
6512 | 3023 2007-04-10 John W. Eaton <jwe@octave.org> |
3024 | |
3025 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
3026 that are close but not exactly equal. | |
3027 | |
6511 | 3028 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
3029 | |
3030 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
3031 in response to a change in x limits for now. | |
3032 | |
6510 | 3033 2007-04-09 John W. Eaton <jwe@octave.org> |
3034 | |
3035 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
3036 (__go_draw_axes__): Use it to write data to plot stream. | |
3037 | |
6509 | 3038 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
3039 | |
3040 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
3041 zeros. Set markerfacecolor property in call to plot. | |
3042 | |
6508 | 3043 2007-04-06 John W. Eaton <jwe@octave.org> |
3044 | |
3045 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
3046 | |
3047 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
3048 | |
3049 * plot/stem.m: Use plot instead of a series of calls to line. | |
3050 | |
6494 | 3051 2007-04-05 John W. Eaton <jwe@octave.org> |
3052 | |
6499 | 3053 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
3054 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
3055 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
3056 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
3057 | |
6496 | 3058 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 3059 Use strcmpi instead of strcmp+tolower. |
6496 | 3060 Style fixes. |
3061 | |
6494 | 3062 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
3063 Plotting fixes. Style fixes. | |
3064 | |
3065 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
3066 Style fixes. | |
3067 | |
3068 * testfun/fail.m: No need to check for evalin and lastwarn. | |
3069 Style fixes. | |
3070 | |
3071 * testfun/demo.m, testfun/example.m: Style fixes. | |
3072 Use "strcat (...)" instead of "[...]". | |
3073 Use format specifiers in calls to warning. | |
3074 | |
3075 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
3076 Use "strcat (...)" instead of "[...]". | |
3077 Use "x(end)" instead of "x(length (x))". | |
3078 Check NA before NaN. | |
3079 Style fixes. | |
3080 | |
6473 | 3081 2007-03-29 John W. Eaton <jwe@octave.org> |
3082 | |
6474 | 3083 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 3084 |
6467 | 3085 2007-03-27 John W. Eaton <jwe@octave.org> |
3086 | |
3087 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3088 control/base/Makefile.in, control/hinf/Makefile.in, | |
3089 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3090 control/util/Makefile.in, deprecated/Makefile.in, | |
3091 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3092 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3093 miscellaneous/Makefile.in, optimization/Makefile.in, | |
3094 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3095 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3096 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3097 special-matrix/Makefile.in, startup/Makefile.in, | |
3098 statistics/Makefile.in, statistics/base/Makefile.in, | |
3099 statistics/distributions/Makefile.in, | |
3100 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3101 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3102 Use ln instead of $(LN_S) in dist target. | |
3103 | |
6465 | 3104 2007-03-27 David Bateman <dbateman@free.fr> |
3105 | |
3106 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
3107 gnuplot 4.0. | |
3108 | |
6464 | 3109 2007-03-26 John W. Eaton <jwe@octave.org> |
3110 | |
3111 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
3112 | |
6461 | 3113 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
3114 | |
3115 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
3116 plot stream and using binary data. | |
3117 | |
6459 | 3118 2007-03-26 John W. Eaton <jwe@octave.org> |
3119 | |
3120 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
3121 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3122 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
3123 | |
3124 2007-03-26 David Bateman <dbateman@free.fr> | |
3125 | |
6461 | 3126 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
3127 | |
6459 | 3128 * plot/plot3.m: Handle line properties. |
3129 * plot/plot.m: Update docstring. | |
3130 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
3131 * plot/__plt__.m: Also gather properties. | |
3132 | |
6455 | 3133 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
3134 | |
3135 * testfun/assert.m: Delete special check for empty objects. | |
3136 Add test. | |
3137 | |
6453 | 3138 2007-03-26 John W. Eaton <jwe@octave.org> |
3139 | |
6454 | 3140 * plot/drawnow.m: Exit early if call is recursive. |
3141 | |
6453 | 3142 * plot/__go_draw_axes__.m (get_data_limits): New function. |
3143 Check for Inf too. | |
3144 (__go_draw_axes__): Use get_data_limits. | |
3145 | |
6450 | 3146 2007-03-24 John W. Eaton <jwe@octave.org> |
3147 | |
6451 | 3148 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
3149 send terminal setting command with title option to plot stream. | |
3150 | |
6450 | 3151 * plot/legend.m: Correctly increment index into list of children.. |
3152 | |
6434 | 3153 2007-03-23 John W. Eaton <jwe@octave.org> |
3154 | |
6448 | 3155 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
3156 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
3157 control/base/nyquist.m, control/base/nichols.m, | |
3158 control/base/frdemo.m, signal/freqz_plot.m, | |
3159 control/base/__stepimp__.m, control/base/bode.m, | |
3160 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
3161 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 3162 Update plotting code. |
3163 | |
3164 * control/base/bode.m: Unwrap phase angle. | |
3165 | |
3166 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
3167 | |
3168 * plot/axis.m: Don't check automatic_replot, or call replot. | |
3169 | |
3170 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
3171 commands. | |
6446 | 3172 |
6442 | 3173 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 3174 Handle numeric color specs. |
6442 | 3175 * plot/plot.m: Remove "-@" and "@" from docstring. |
3176 | |
6441 | 3177 * plot/orient.m: Fix tests to avoid creating a plot window. |
3178 | |
6440 | 3179 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
3180 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
3181 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
3182 general/arrayfun.m, miscellaneous/compare_versions.m, | |
3183 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
3184 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
3185 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
3186 | |
6438 | 3187 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
3188 plot, not just multiplots. | |
3189 | |
6436 | 3190 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
3191 | |
6434 | 3192 * plot/contour.m: Don't call drawnow. |
3193 | |
6431 | 3194 2007-03-22 John W. Eaton <jwe@octave.org> |
3195 | |
6432 | 3196 * plot/drawnow.m: Check and optionally, set, the __modified__ |
3197 property of each figure. | |
3198 | |
6431 | 3199 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
3200 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
3201 | |
3202 2007-03-21 John W. Eaton <jwe@octave.org> | |
3203 | |
3204 * linear-algebra/null.m: Set elements of retval with magnitudes | |
3205 less than eps to 0. | |
3206 | |
6429 | 3207 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 3208 |
3209 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 3210 * testfun/speed.m: Documentation and example fix. |
3211 | |
6424 | 3212 2007-03-21 John W. Eaton <jwe@octave.org> |
3213 | |
3214 * plot/subplot.m: If we find an existing subplot region, set | |
3215 it to be the "currentaxes" property for the current figure. | |
6425 | 3216 Delete old axes objects if the new axes object overlaps the old. |
6424 | 3217 |
6422 | 3218 2007-03-20 David Bateman <dbateman@free.fr> |
3219 | |
3220 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
3221 | |
3222 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
3223 | |
3224 * general/arrayfun.m: New function. | |
3225 | |
6418 | 3226 2007-03-20 John W. Eaton <jwe@octave.org> |
3227 | |
6419 | 3228 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
3229 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
3230 | |
3231 * plot/clf.m: Don't call drawnow. | |
3232 | |
6431 | 3233 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 3234 |
6420 | 3235 * image/__img__.m: Maybe set yaxis to reverse for images. |
3236 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
3237 images. | |
3238 | |
6418 | 3239 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 3240 instead of global. Only register __go_close_all__ with atexit if |
3241 the plot stream is successfully opened. | |
6418 | 3242 |
6413 | 3243 2007-03-15 John W. Eaton <jwe@octave.org> |
3244 | |
6418 | 3245 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 3246 From Daniel J Sebald <daniel.sebald@ieee.org>. |
3247 | |
3248 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
3249 | |
3250 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 3251 Use numeric line types. |
6413 | 3252 |
3253 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 3254 lines and larger markers. Remove key titles from line type |
3255 properties. | |
6413 | 3256 |
6405 | 3257 2007-03-14 John W. Eaton <jwe@octave.org> |
3258 | |
6412 | 3259 * plot/__axis_label__.m: Accept additional property-value pairs |
3260 and pass them to __go_text__. Simply return the handle obtained | |
3261 from __go_text__ instead of calling get on the current axis. | |
3262 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
3263 Allow for extra property value pairs to be passed along. | |
3264 * plot/title.m: Implement with __axis_label__ since it does all | |
3265 that title needs to do. | |
3266 | |
6410 | 3267 * plot/clf.m: Set currentaxes property for current figure to []. |
3268 | |
6405 | 3269 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
3270 | |
3271 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
3272 and __plt2__, not just the last. | |
3273 | |
3274 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
3275 (SOURCES_IN, GEN_M): Delete. | |
3276 (FCN_FILES): Don't include $(GEN_M). | |
3277 (all): Don't depend on $(GEN_M). | |
3278 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
3279 | |
3280 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
3281 | |
3282 * plot/newplot.m: Call __go_axes_init__ instead of | |
3283 __uiobject_axes_init__. | |
3284 | |
3285 * plot/mesh.m: Use __go_surface__ instead of | |
3286 __uiobject_surface_ctor__. Don't access object fields directly. | |
3287 | |
3288 * plot/line.m: Use __line__ to do actual work. | |
3289 * plot/__line__.m: New function. | |
3290 | |
3291 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
3292 Use get and set instead of accessing object fields directly. | |
3293 | |
3294 * plot/figure.m: Use __go_figure__ to create figure graphics | |
3295 handle. | |
3296 | |
3297 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
3298 __uiobject_close_all. Call __go_draw_figure__ instead of | |
3299 __uiobject_draw_figure__. | |
3300 | |
3301 * plot/clf.m: Use get instead of accessing object fields | |
3302 directly. Simply delete children. Don't set currentaxes. | |
3303 | |
3304 * plot/close.m (close_all_figures): New subfunction. | |
3305 Use it instead of getting list of figures to close from | |
3306 __uiobject_figures__. | |
3307 | |
3308 * plot/closereq.m: Simply delete the current figure. Don't set | |
3309 currentfigure. | |
3310 | |
3311 * plot/__errplot__.m: Call __line__ instead of | |
3312 __uiobject_line_ctor__. Use set instead of accesing object fields | |
3313 directly. Don't call __uiobject_adopt__. | |
3314 | |
3315 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
3316 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
3317 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
3318 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
3319 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
3320 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
3321 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
3322 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
3323 plot/__uiobject_init_root_figure__.in, | |
3324 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
3325 plot/__uiobject_root_figure_ctor__.m, | |
3326 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
3327 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
3328 plot/set.in: Delete. | |
6408 | 3329 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 3330 |
3331 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
3332 Pass "hidden" as second arg to close. | |
3333 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
3334 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 3335 * plot/Makefile.in (SOURCES_M): Rename in list. |
3336 | |
6405 | 3337 * image/__img__.m: Use __go_image__ to create image graphics |
3338 handle. | |
3339 | |
3340 * miscellaneous/delete.m: Call __go_delete__, not | |
3341 __uiobject_delete__. Check that arg is a graphics handle before | |
3342 calling __go_delete__. | |
3343 | |
6403 | 3344 2007-03-13 John W. Eaton <jwe@octave.org> |
3345 | |
3346 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
3347 arg instead of switch statement. | |
6528 | 3348 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 3349 |
3350 2007-03-12 John W. Eaton <jwe@octave.org> | |
3351 | |
3352 * miscellaneous/cast.m: New function. | |
3353 | |
3354 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
3355 | |
6398 | 3356 2007-03-08 John W. Eaton <jwe@octave.org> |
3357 | |
3358 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
3359 tilde expansion on target filename before passing it to the shell. | |
3360 | |
3361 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
3362 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
3363 | |
6396 | 3364 2007-03-08 David Bateman <dbateman@free.fr> |
3365 | |
3366 * statistics/base/unidrnd.m: Move to statistics/distributions | |
3367 replacing slower version based on dicrete_rnd. | |
3368 | |
6392 | 3369 2007-03-07 John W. Eaton <jwe@octave.org> |
3370 | |
6395 | 3371 * control/base/rlocus.m: Update for current plotting functions. |
3372 | |
3373 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3374 | |
3375 * control/base/rlocus.m: Improve display. | |
3376 | |
3377 2007-03-07 John W. Eaton <jwe@octave.org> | |
3378 | |
3379 * plot/legend.m: Only handle positions -1:4. | |
3380 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
3381 found in option string | |
3382 * plot/__uiobject_draw_axes__.m: Handle key position. | |
3383 | |
6394 | 3384 * plot/newplot.m: Always reset next line color. |
3385 | |
6392 | 3386 * testfun/assert.m: Check that number of dimensions match before |
3387 checking dimensions. | |
3388 | |
6391 | 3389 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
3390 | |
3391 * specfun/perms.m, specfun/factorial.m: Check args. | |
3392 | |
6387 | 3393 2007-03-07 John W. Eaton <jwe@octave.org> |
3394 | |
6390 | 3395 * plot/mesh.m: Call newplot before doing anything. |
3396 | |
3397 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
3398 just "e". Only flush plot stream once. | |
3399 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
3400 | |
6387 | 3401 * strings/blanks.m: Omit first index in assignment. |
3402 | |
6386 | 3403 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
3404 | |
3405 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
3406 | |
6385 | 3407 2007-03-06 David Bateman <dbateman@free.fr> |
3408 John W. Eaton <jwe@octave.org> | |
3409 | |
3410 * set/setdiff.m: Ignore "rows" for cell array args. | |
3411 Handle cellstr args. | |
3412 | |
6382 | 3413 2007-03-05 John W. Eaton <jwe@octave.org> |
3414 | |
3415 * optimization/sqp.m: Defer first call to obj_hess until after | |
3416 calling obj_fun. | |
3417 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3418 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 3419 |
3420 * specfun/nchoosek.m: Fix nargin check. | |
3421 | |
6376 | 3422 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
3423 | |
3424 * image/__img__.m: Don't set xlim and ylim properties. | |
3425 | |
6374 | 3426 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
3427 | |
3428 * general/interp1.m: Fix *style cases for decreasing x. | |
3429 | |
6372 | 3430 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
3431 | |
3432 * polynomial/roots.m: Check nargin before accessing arg. | |
3433 | |
6369 | 3434 2007-02-28 John W. Eaton <jwe@octave.org> |
3435 | |
3436 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
3437 increment data_idx unless using gnuplot for display. | |
3438 | |
6368 | 3439 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
3440 | |
3441 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
3442 plots with images. | |
3443 * image/image.m, image/imagesc.m, image/imshow.m: | |
3444 Deprecate zoom argument. | |
3445 | |
6366 | 3446 2007-02-28 John W. Eaton <jwe@octave.org> |
3447 | |
3448 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
3449 temporary file names. Keep image and colormap file ids separate. | |
3450 | |
3451 * general/interp1.m: Correctly compute min and max values when | |
3452 values are decreasing and not evenly spaced. | |
3453 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
3454 | |
6365 | 3455 2007-02-27 John W. Eaton <jwe@octave.org> |
3456 | |
3457 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
3458 returning an empty cell array. | |
3459 | |
6546 | 3460 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 3461 |
3462 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
3463 | |
6546 | 3464 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 3465 |
3466 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3467 control/base/Makefile.in, control/hinf/Makefile.in, | |
3468 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3469 control/util/Makefile.in, deprecated/Makefile.in, | |
3470 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3471 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3472 miscellaneous/Makefile.in, optimization/Makefile.in, | |
3473 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3474 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3475 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3476 special-matrix/Makefile.in, startup/Makefile.in, | |
3477 statistics/Makefile.in, statistics/base/Makefile.in, | |
3478 statistics/distributions/Makefile.in, | |
3479 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3480 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3481 Use $(LN_S) instead of ln or ln -s. | |
3482 | |
6356 | 3483 2007-02-24 David Bateman <dbateman@free.fr> |
3484 | |
3485 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
3486 '\n' in FILES file. | |
6357 | 3487 (configure_make): Also install any mex files. |
6356 | 3488 |
6353 | 3489 2007-02-24 David Bateman <dbateman@free.fr> |
3490 | |
3491 * statistics/distributions (SOURCES): Add nbincdf.m, | |
3492 nbininv.m, nbinpdf.m and nbinrnd.m. | |
3493 | |
6351 | 3494 2007-02-23 John W. Eaton <jwe@octave.org> |
3495 | |
3496 * statistics/distributions/Makefile.in (SOURCES): Remove | |
3497 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
3498 | |
3499 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
3500 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
3501 | |
6349 | 3502 2007-02-23 David Bateman <dbateman@free.fr> |
3503 | |
3504 * statistics/distributions/discrete_rnd.m, | |
3505 statistics/distributions/geornd.m, | |
3506 statistics/distributions/lognnd.m, | |
3507 statistics/distributions/nbinrnd.m, | |
3508 statistics/distributions/wblrnd.m: Accelerate distributions. | |
3509 | |
3510 * statistics/distributions/unidcdf.m, | |
3511 statistics/distributions/unidinv.m, | |
3512 statistics/distributions/unidpdf.m, | |
3513 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 3514 discrete_cdf, etc. |
6349 | 3515 |
3516 * statistics/distributions/pascal_cdf.m, | |
3517 statistics/distributions/pascal_inv.m, | |
3518 statistics/distributions/pascal_pdf.m, | |
3519 statistics/distributions/pascal_rnd.m: Remove. | |
3520 * statistics/distributions/nbincdf.m, | |
3521 statistics/distributions/nbininv.m, | |
3522 statistics/distributions/nbinpdf.m, | |
3523 statistics/distributions/nbinrnd.m: Replace with matlab | |
3524 compatible functions. | |
3525 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
3526 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
3527 nbincdf, etc functions to implement these. | |
3528 | |
6344 | 3529 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
3530 | |
3531 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
3532 command and data. | |
3533 | |
3534 2007-02-22 John W. Eaton <jwe@octave.org> | |
3535 | |
3536 * miscellaneous/doc.m: If index search fails, try again without | |
3537 the index search option. | |
3538 | |
6339 | 3539 2007-02-22 David Bateman <dbateman@free.fr> |
3540 | |
6341 | 3541 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
3542 | |
6340 | 3543 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
3544 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
3545 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
3546 statistics/distributions/betarnd.m: Convert to use randg, rande | |
3547 and randp to accelerate. | |
3548 | |
6339 | 3549 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
3550 | |
6338 | 3551 2007-02-22 John W. Eaton <jwe@octave.org> |
3552 | |
3553 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
3554 cache data and display after xlim and ylim have been determined. | |
3555 | |
6337 | 3556 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
3557 | |
3558 * plot/__uiobject_draw_axes__.m: | |
3559 Allow multiple images to be displayed with gnuplot. | |
3560 | |
6333 | 3561 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
3562 | |
3563 * optimization/glpk.m: Document the fact that extra.mem does not work | |
3564 for versions of GLPK 4.15 and later. | |
3565 | |
6328 | 3566 2007-02-19 John W. Eaton <jwe@octave.org> |
3567 | |
3568 * plot/__uiobject_alloc__.in: If next available element in | |
3569 __uiobject_list__ is 0, grow list before doing anything else. | |
3570 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
3571 first call when size of __uiobject_list__ is 0. | |
3572 | |
6323 | 3573 2007-02-16 John W. Eaton <jwe@octave.org> |
3574 | |
3575 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
3576 | |
6321 | 3577 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
3578 | |
3579 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
3580 | |
6316 | 3581 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
3582 | |
3583 * specfun/nchoosek.m: Check nargin. | |
3584 | |
6314 | 3585 2007-02-15 John W. Eaton <jwe@octave.org> |
3586 | |
6315 | 3587 * path/addpath.m, path/rmpath.m: Delete |
3588 * path/Makefile.in (SOURCES): Remove them from the list. | |
3589 | |
6314 | 3590 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
3591 Delete title, xlabel, ylabel, and zlabel properties before | |
3592 reassigning. | |
3593 * plot/__uiobject_axes_init__.in: New arg, mode. | |
3594 Don't init outerposition if "mode" is "replace". | |
3595 * plot/newplot.m: Check both figure and axes nextplot properties. | |
3596 If axes nextplot property is replace, pass "replace" as mode arg | |
3597 to __uiobject_axes_init__. | |
3598 | |
6308 | 3599 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
3600 | |
6310 | 3601 * image/imshow.m: Don't restore old colormap. |
3602 | |
6309 | 3603 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
3604 * image/__img__.m: New file containing common parts of image.m and | |
3605 imshow.m. | |
6312 | 3606 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 3607 * image/image.m, image/imshow.m: Call __img__. |
3608 * plot/__uiobject_draw_axes__.m: | |
3609 Handle rgb imaged data stored in 3-d arrays. | |
3610 | |
6308 | 3611 * plot/figure.m: Doc fix. |
3612 | |
6304 | 3613 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
3614 | |
3615 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
3616 for reading and writing data. New tests. Improve rounding. | |
3617 | |
6302 | 3618 2007-02-13 John W. Eaton <jwe@octave.org> |
3619 | |
6303 | 3620 * plot/stem.m: New file, adapted from OctPlot. |
3621 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3622 | |
6302 | 3623 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
3624 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
3625 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3626 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
3627 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
3628 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
3629 plot/semilogyerr.m: Return handles to line objects. | |
3630 | |
6301 | 3631 2007-02-11 John W. Eaton <jwe@octave.org> |
3632 | |
3633 * plot/__uiobject_close_all.m: New file. | |
3634 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3635 | |
6298 | 3636 2007-02-10 John W. Eaton <jwe@octave.org> |
3637 | |
3638 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
3639 * plot/__uiobject_globals__.m: Don't call mlock. | |
3640 | |
3641 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
3642 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
3643 before calling pclose. | |
3644 | |
6291 | 3645 2007-02-09 John W. Eaton <jwe@octave.org> |
3646 | |
6295 | 3647 * plot/subplot.m: Delete spurious call to axes. |
3648 | |
6293 | 3649 * plot/figure.m: Call drawnow for current figure before creating |
3650 or switching to a new figure. | |
3651 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
3652 nargin == 0 case. | |
3653 | |
6291 | 3654 * testfun/assert.m: Try to avoid problems when comparisons involve |
3655 strange values like Inf+NaNi. | |
3656 | |
6283 | 3657 2007-02-08 John W. Eaton <jwe@octave.org> |
3658 | |
6286 | 3659 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
3660 and check gnuplot_use_title_option instead of just assuming -title | |
3661 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
3662 | |
6285 | 3663 * Makefile.in (DISTFILES): Add move-if-change to the list. |
3664 | |
6284 | 3665 * audio/Makefile.in, control/base/Makefile.in, |
3666 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
3667 control/system/Makefile.in, control/util/Makefile.in, | |
3668 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
3669 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
3670 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
3671 optimization/Makefile.in, plot/Makefile.in, | |
3672 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3673 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3674 special-matrix/Makefile.in, startup/Makefile.in, | |
3675 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
3676 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3677 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
3678 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
3679 | |
6283 | 3680 * plot/figure.m: Don't call drawnow. Correctly init figure when |
3681 only given property list. | |
3682 | |
6278 | 3683 2007-02-07 John W. Eaton <jwe@octave.org> |
3684 | |
6280 | 3685 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
3686 properties. | |
3687 | |
6278 | 3688 * plot/sombrero.m: Call box ("off") after mesh. |
3689 | |
3690 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
3691 line default" commands with older versions of gnuplot. | |
3692 | |
3693 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
3694 | |
6273 | 3695 2007-02-06 John W. Eaton <jwe@octave.org> |
3696 | |
3697 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
3698 * sparse/gplot.m: Use line style - instead of 1. | |
3699 | |
6272 | 3700 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
3701 | |
3702 * plot/print.m: Avoid error message from cellidx. | |
3703 | |
3704 2007-02-05 John W. Eaton <jwe@octave.org> | |
3705 | |
3706 * plot/legend.m: Fix check for data. | |
3707 | |
6270 | 3708 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
3709 | |
3710 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
3711 Always set lt and pt. | |
3712 | |
6269 | 3713 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
3714 | |
3715 * plot/contourc.m: Correctly compute X and Y. | |
3716 | |
6268 | 3717 2007-02-05 John W. Eaton <jwe@octave.org> |
3718 | |
3719 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
3720 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
3721 | |
6264 | 3722 2007-02-01 John W. Eaton <jwe@octave.org> |
3723 | |
6266 | 3724 * plot/__uiobject_draw_axes__.m: |
3725 Don't try to set axis limits unless we have data. | |
3726 | |
6264 | 3727 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
3728 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3729 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
3730 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
3731 instead of of key and fmt strings. | |
3732 | |
3733 * plot/__pltopt1__.m: Greatly simplify. | |
3734 | |
3735 * plot/__next_line_color__.m: New file. | |
3736 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3737 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
3738 | |
3739 * plot/__default_plot_options__.m: New file. | |
3740 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3741 | |
3742 * plot/__plt3__.m: Delete. | |
3743 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
3744 | |
6259 | 3745 2007-01-31 John W. Eaton <jwe@octave.org> |
3746 | |
6263 | 3747 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
3748 linestyle, linewidth, marker, and markersize properties. | |
3749 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
3750 colors and widths, and line styles. | |
3751 | |
3752 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 3753 |
6261 | 3754 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
3755 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3756 | |
3757 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
3758 __gnuplot_save_data__. | |
3759 | |
6259 | 3760 * image/image.m: Accept 2 args, but ignore the second for now. |
3761 | |
6258 | 3762 2007-01-30 David Bateman <dbateman@free.fr> |
3763 | |
3764 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
3765 to flag a package as to be autoloaded. Add install flags -noauto, | |
3766 -auto to force autoload behavior. | |
3767 (installed_packages): Make list of installed packages unique. | |
3768 | |
6259 | 3769 2007-01-30 John W. Eaton <jwe@octave.org> |
3770 | |
3771 * Merge of changes from graphics-branch: | |
3772 | |
3773 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 3774 |
3775 * plot/subplot.m: Set nextplot property of current figure to "add". | |
3776 | |
3777 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
3778 property if it exists. | |
3779 | |
6259 | 3780 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 3781 |
3782 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
3783 min values outside of loop over child objects. | |
3784 | |
3785 * plot/contour.m, plot/contourc.m: New files. | |
3786 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
3787 | |
3788 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
3789 find a gnuplot version newer than 4.0. | |
3790 * image/__img_gnuplot__.m: Delete. | |
3791 * image/image.m: Create image graphics object. | |
3792 Call newplot to setup and drawnow to finish. | |
3793 Eliminate ZOOM arg. | |
3794 | |
3795 * plot/__uiobject_draw_axes__.m: Handle image data. | |
3796 | |
3797 * plot/legend.m: Eliminate useless variable "warned". | |
3798 | |
3799 * plot/__uiobject_image_ctor__.m: New file. | |
3800 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3801 | |
3802 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
3803 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
3804 | |
3805 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
3806 | |
3807 * plot/__default_colormap__.m: New file. | |
3808 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3809 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
3810 property. | |
3811 * image/colormap.m: Use colormap property of current figure | |
3812 to store colormap instead of using persistent variable. | |
3813 Call __default_colormap__ to get default map value. | |
3814 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
3815 | |
3816 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
3817 Handle some tick mark options. | |
3818 | |
3819 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
3820 set corresponding *mode to "manual". If we set dataaspectratio, | |
3821 set dataaspectratiomode to "manual". | |
3822 | |
3823 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
3824 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
3825 | |
3826 * plot/axis.m: New file. | |
3827 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
3828 | |
3829 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
3830 set corresponding *limmode to "manual". | |
3831 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
3832 Use it to compute autosclaled limits. | |
3833 Arg is now handle, not object. Change all callers. | |
3834 Compute data limits. | |
3835 | |
6259 | 3836 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 3837 |
3838 * plot/drawnow: Fix visibility check for zero args. | |
3839 | |
3840 * plot/text.m: New file. | |
3841 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3842 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
3843 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
3844 horizontalalignment properties. | |
3845 | |
3846 * plot/figure.m: Set options for f we just constructed or were | |
3847 given as an argument, not gcf. Only return handle if nargout > 0. | |
3848 | |
3849 * plot/drawnow.m: Handle visible field for figure here. | |
3850 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
3851 | |
3852 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
3853 title and axis labels. | |
3854 | |
3855 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
3856 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
3857 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
3858 * plot/view.m: New file. | |
3859 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3860 | |
3861 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
3862 Call __request_drawnow__. | |
3863 | |
3864 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
3865 | |
3866 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
3867 Call set to set properties. Return handle instead of structure. | |
3868 Change all callers. | |
3869 | |
3870 * plot/__uiobject_axes_setr__.m: New file. | |
3871 * plot/set.in: Check for __setter__ field. | |
3872 | |
3873 * plot/__uiobject_axes_init__.in: | |
3874 Rename from plot/__uiobject_axes_init__.m. | |
3875 Include __uiobject_globals__. | |
3876 Accept handle as arg instead of structure | |
3877 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
3878 from the list. | |
3879 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
3880 | |
6259 | 3881 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 3882 |
3883 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
3884 | |
3885 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
3886 initializing each global variable. | |
3887 | |
6259 | 3888 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 3889 |
3890 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
3891 __uiobject_figure_handles_free_list__): New global variables. | |
3892 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
3893 Place unused handles on the free list. | |
3894 | |
3895 * plot/__uiobject_get_figure_handle__.in: Delete. | |
3896 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
3897 | |
3898 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
3899 handles here. Return figure handle. | |
3900 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
3901 | |
6259 | 3902 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 3903 |
3904 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
3905 data for gnuplot. | |
3906 | |
3907 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
3908 files. | |
3909 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
3910 (DISTFILES): Include include-globals.awk in the list. | |
3911 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
3912 ($(GEN_M) : %.m : %.in): New rule. | |
3913 | |
3914 * include-globals.awk: New file. | |
3915 | |
3916 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
3917 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
3918 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
3919 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
3920 plot/__uiobject_init_root_figure__.in, | |
3921 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
3922 Rename from corresponding .m files. | |
3923 | |
3924 * move-if-change: New file. | |
3925 | |
3926 * plot/__uiobject_delete__.m: New file. | |
3927 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
3928 plot/__uiobject_delete_child__.m: Delete. | |
3929 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
3930 not a character string. | |
3931 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
3932 Fix assignment to tmp key value in loop. | |
3933 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
3934 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
3935 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
3936 Inline code to delete children. | |
3937 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
3938 __uiobject_list__. | |
3939 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
3940 and free child. | |
3941 | |
6259 | 3942 2006-12-08 John W. Eaton <jwe@octave.org> |
3943 | |
3944 * plot/gcf.m: Check if the root figure object's currentfigure | |
3945 handle is empty, not 0. | |
3946 * plot/__uiobject_root_figure_ctor__.m: | |
3947 Set currentfigure to [], not 0. | |
3948 | |
3949 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
3950 | |
3951 2006-12-07 John W. Eaton <jwe@octave.org> | |
3952 | |
3953 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
3954 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
3955 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
3956 plot/__uiobject_delete_children__.m, | |
3957 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
3958 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
3959 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
3960 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
3961 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
3962 plot/__uiobject_init_figure__.m, | |
3963 plot/__uiobject_init_root_figure__.m, | |
3964 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
3965 plot/__uiobject_remove_child__.m, | |
3966 plot/__uiobject_root_figure_ctor__.m, | |
3967 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
3968 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
3969 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
3970 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
3971 plot/set.m: New files. | |
3972 | |
3973 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
3974 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
3975 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
3976 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
3977 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
3978 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
3979 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
3980 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
3981 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
3982 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
3983 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
3984 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
3985 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
3986 plot/semilogyerr.m, plot/replot.m: | |
3987 Adapt to new graphics data structure. | |
3988 | |
3989 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
3990 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
3991 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
3992 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
3993 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
3994 plot/plot_border.m, plot/subwindow.m: Delete. | |
3995 | |
3996 2007-01-24 David Bateman <dbateman@free.fr> | |
3997 | |
3998 * pkg/pkg.m: Install ChangeLog file if it exists. | |
3999 Delete bare newline in string passed to write_INDEX. | |
4000 | |
4001 * sparse/sprandsym.m: Make work for even values of N. | |
4002 | |
4003 2007-01-24 John W. Eaton <jwe@octave.org> | |
4004 | |
4005 * miscellaneous/news.m: New file. | |
4006 | |
4007 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
4008 | |
4009 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
4010 | |
4011 * strings/strncmp.m: Delete (we now have a built-in version). | |
4012 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4013 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 4014 |
4015 * testfun/test.m: Check for all files in path, use first found. | |
4016 | |
4017 2007-01-22 David Bateman <dbateman@free.fr> | |
4018 | |
4019 * polynomial/spline.m: Make DG a column instead of a row vector. | |
4020 | |
4021 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
4022 | |
4023 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
4024 file name. | |
4025 | |
4026 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
4027 nargout is 1. Handle colormaps that have too few colors. | |
4028 | |
4029 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
4030 (configure_make): Use fullfile instead of concatenating with "/". | |
4031 | |
6258 | 4032 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
4033 | |
4034 * set/ismember.m: Handle N-d arrays. | |
4035 | |
4036 2007-01-10 David Bateman <dbateman@free.fr> | |
4037 | |
4038 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
4039 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4040 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
4041 New files. | |
4042 | |
4043 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
4044 | |
6778 | 4045 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 4046 |
4047 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
4048 | |
4049 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
4050 instead of concatenating with "/". Use mlock to ensure that | |
4051 persistent variables are not clobbered if user types clear all. | |
4052 | |
4053 2007-01-08 John W. Eaton <jwe@octave.org> | |
4054 | |
4055 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
4056 Improve handling of file names containing globbing characters. | |
4057 From S�ren Hauberg <hauberg@gmail.com>. | |
4058 | |
4059 2007-01-05 John W. Eaton <jwe@octave.org> | |
4060 | |
4061 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
4062 New files. | |
4063 | |
4064 2006-12-30 John W. Eaton <jwe@octave.org> | |
4065 | |
4066 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
4067 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
4068 | |
4069 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
4070 | |
4071 * image/imshow.m: Strip NaNs from image. | |
4072 | |
4073 2006-12-08 David Bateman <dbateman@free.fr> | |
4074 | |
4075 * sparse/normest.m: New file. | |
4076 | |
6286 | 4077 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 4078 |
6210 | 4079 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
4080 Work on Windows systems without cp or mv. | |
4081 | |
6209 | 4082 * startup/inputrc: Include sequences for Windows. |
4083 | |
6203 | 4084 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
4085 | |
4086 * pkg/pkg.m (unload_packages): New function. | |
4087 (pkg): Handle unload action. | |
4088 | |
4089 * __errplot__.m: Add missing semicolon. | |
4090 | |
6193 | 4091 2006-11-30 John W. Eaton <jwe@octave.org> |
4092 | |
4093 * miscellaneous/mexext.m: New file. | |
4094 | |
6189 | 4095 2006-11-29 David Bateman <dbateman@free.fr> |
4096 | |
4097 * pkg/pkg.m: Add local_list and global_list options that allow the | |
4098 location of package lists to be probed and set. | |
4099 | |
6179 | 4100 2006-11-17 John W. Eaton <jwe@octave.org> |
4101 | |
6181 | 4102 * plot/__render_plot1__.m: Reverse y axis for images. |
4103 | |
6179 | 4104 * plot/__render_plot__.m: New args, terminal and output. |
4105 * plot/print.m: Don't set output and term here. Instead, call | |
4106 __render_plot__ with terminal and output. | |
4107 | |
6178 | 4108 2006-11-16 John W. Eaton <jwe@octave.org> |
4109 | |
4110 * plot/__render_plot1__.m: New file. | |
4111 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
4112 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
4113 gnuplot. Let __render_plot__ do that. | |
4114 | |
6177 | 4115 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
4116 | |
4117 * plot/plot.m: Fix doc string. | |
4118 | |
6173 | 4119 2006-11-16 John W. Eaton <jwe@octave.org> |
4120 | |
4121 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
4122 before sending anything to the plotter. | |
4123 | |
6172 | 4124 2006-11-15 John W. Eaton <jwe@octave.org> |
4125 | |
4126 * image/__img_gnuplot__.m: Store more info in global plot | |
4127 structures and use __render_plot__ to build plot command to | |
4128 display image. | |
4129 | |
4130 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
4131 | |
4132 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
4133 __plot_command_sep__): Delete. | |
4134 (__plot_data_type__, __plot_data_parametric__, | |
4135 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
4136 __plot_usingstr__, __plot_withstr__): New variables. | |
4137 * plot/__init_plot_vars__.m: Initialize them. | |
4138 | |
4139 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
4140 Don't handle sep or cmd. | |
4141 | |
4142 * plot/__render_plot__.m: New function. | |
4143 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
4144 Store more info in global plot structures and use __render_plot__ | |
4145 to build plot command. | |
4146 * plot/replot.m: Simply call __render_plot__. | |
4147 | |
4148 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
4149 Set __plot_data_parametric__ here. | |
4150 | |
6164 | 4151 2006-11-14 John W. Eaton <jwe@octave.org> |
4152 | |
6166 | 4153 * plot/bottom_title.m, plot/top_title.m: Delete. |
4154 | |
6164 | 4155 * image/image_viewer.m: Set default values here. |
4156 * image/image.m: Not here. | |
4157 | |
4158 * image/image_viewer.m: Always return old values. Check arguments. | |
4159 * image/__img_gnuplot__.m: Rename from __img__m. | |
4160 | |
4161 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
4162 | |
4163 * image/image_viewer.m: New function. | |
4164 * image/__img_via_file__.m: New function. | |
4165 * image/image.m: Use image_viewer to determine which program to | |
4166 use for image viewing. | |
6754 | 4167 * image/__img__.m: Silently accept more than 3 args. |
6164 | 4168 |
6163 | 4169 2006-11-14 John W. Eaton <jwe@octave.org> |
4170 | |
4171 * plot/__do_legend__.m, plot/__errplot__.m, | |
4172 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
4173 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
4174 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
4175 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
4176 Use __plot_globals__ for multiplot variables. Keep track of | |
4177 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
4178 | |
6157 | 4179 2006-11-13 John W. Eaton <jwe@octave.org> |
4180 | |
6158 | 4181 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
4182 | |
6157 | 4183 * miscellaneous/substruct.m: New function. |
4184 | |
4185 * testfun/assert.m: Force orientation to match when comparing | |
4186 struct elements. | |
4187 | |
4188 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
4189 when comparing structs. | |
4190 | |
4191 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
4192 | |
6754 | 4193 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
4194 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
4195 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
4196 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
4197 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
4198 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
4199 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 4200 |
6156 | 4201 2006-11-13 John W. Eaton <jwe@octave.org> |
4202 | |
4203 * plot/mesh.m: Use size_equal to compare dimensions. | |
4204 | |
6154 | 4205 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
4206 | |
4207 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
4208 | |
6152 | 4209 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
4210 | |
4211 * miscellaneous/copyfile.m: Fix docs to match function. | |
4212 | |
6145 | 4213 2006-11-08 John W. Eaton <jwe@octave.org> |
4214 | |
6146 | 4215 * plot/legend.m: New function, adapted from Octave Forge. |
4216 | |
4217 * plot/__do_legend__.m: New function. | |
4218 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
4219 plot/replot.m: Call it before plotting. | |
4220 | |
4221 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
4222 noparametric" to gnuplot.. | |
4223 | |
4224 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
4225 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
4226 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
4227 and return key title separate from line format. Accept format and | |
4228 key as cellstr. Always return data as cell array. Return format | |
4229 and key title as cellstr. | |
4230 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
4231 Handle line format and key titles separately. | |
4232 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
4233 | |
4234 * plot/__plot_globals__.m (__plot_line_offset__, | |
4235 __plot_key_labels__, __plot_key_properties__): New global | |
4236 variables. Initialize them. | |
4237 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
4238 __plot_key_labels__, __plot_key_properties__): Initialize. | |
4239 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
4240 (__plot_line_offset__, __plot_key_labels__, | |
4241 __plot_key_properties__): Store information about plot key titles. | |
4242 | |
4243 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
4244 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
4245 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
4246 respectively. | |
4247 | |
4248 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
4249 | |
6145 | 4250 * strings/strcat.m: Disable Octave:empty-list-elements warning |
4251 whle concatenating args. | |
4252 | |
6144 | 4253 2006-11-07 John W. Eaton <jwe@octave.org> |
4254 | |
4255 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
4256 | |
6142 | 4257 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
4258 | |
6143 | 4259 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
4260 option to regexp. | |
4261 | |
6142 | 4262 * image/__img__.m: Send "set size ratio -1" before plotting. |
4263 | |
6138 | 4264 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
4265 | |
6139 | 4266 * strings/index.m: New arg, direction. Simplify and speed up. |
4267 * strings/rindex.m: Implement using index (..., "last"); | |
4268 | |
6754 | 4269 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 4270 |
6130 | 4271 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
4272 | |
4273 * general/__isequal__.m: Test size and class more consistently. | |
4274 | |
6116 | 4275 2006-10-27 John W. Eaton <jwe@octave.org> |
4276 | |
6117 | 4277 * miscellaneous/ls_command.m: Use /D instead of /w. |
4278 From Michael Goffioul <michael.goffioul@swing.be>. | |
4279 | |
6116 | 4280 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
4281 * miscellaneous/dir.m: Mark as a command. | |
4282 | |
6112 | 4283 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4284 | |
4285 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
4286 | |
6088 | 4287 2006-10-25 John W. Eaton <jwe@octave.org> |
4288 | |
4289 * image/image.m: Set x = y = [] when nargin == 0; | |
4290 | |
4291 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
4292 | |
4293 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
4294 * image/__img__.m: New file, originally from | |
4295 Daniel J Sebald <daniel.sebald@ieee.org>. | |
4296 | |
6087 | 4297 2006-10-25 John W. Eaton <jwe@octave.org> |
4298 | |
4299 * plot/__gnuplot_version__.m: New function, originally from | |
4300 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
4301 Quentin Spencer <qspencer@ieee.org>. | |
4302 | |
6085 | 4303 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
4304 | |
4305 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
4306 | |
6081 | 4307 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
4308 | |
4309 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
4310 miscellaneous/gunzip.m: New files. | |
4311 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
4312 Call unpack to do the real work. | |
4313 | |
6075 | 4314 2006-10-24 John W. Eaton <jwe@octave.org> |
4315 | |
6078 | 4316 * plot/plot3.m: If we have a format string, then also pass using |
4317 string to __plt3__. | |
4318 | |
6077 | 4319 * plot/sombrero.m: Don't return anything if nargout == 0. |
4320 | |
6075 | 4321 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 4322 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 4323 |
6069 | 4324 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
4325 | |
4326 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
4327 Quote filenames in shell commands. | |
4328 | |
6055 | 4329 2006-10-17 David Bateman <dbateman@free.fr> |
4330 | |
4331 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
4332 the package directory is missing. | |
4333 | |
6052 | 4334 2006-10-13 John W. Eaton <jwe@octave.org> |
4335 | |
4336 * plot/box.m: New function. | |
4337 | |
6050 | 4338 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
4339 | |
4340 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
4341 | |
6049 | 4342 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
4343 | |
4344 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
4345 | |
6047 | 4346 2006-10-10 John W. Eaton <jwe@octave.org> |
4347 | |
4348 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
4349 | |
6046 | 4350 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
4351 | |
4352 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
4353 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
4354 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
4355 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
4356 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
4357 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
4358 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
4359 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
4360 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
4361 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
4362 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
4363 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
4364 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
4365 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
4366 control/system/buildssic.m, control/system/c2d.m, | |
4367 control/system/cellidx.m, control/system/d2c.m, | |
4368 control/system/dmr2d.m, control/system/fir2sys.m, | |
4369 control/system/is_abcd.m, control/system/is_controllable.m, | |
4370 control/system/is_detectable.m, control/system/is_digital.m, | |
4371 control/system/is_observable.m, control/system/is_siso.m, | |
4372 control/system/is_stabilizable.m, control/system/is_stable.m, | |
4373 control/system/jet707.m, control/system/listidx.m, | |
4374 control/system/ord2.m, control/system/parallel.m, | |
4375 control/system/ss.m, control/system/ss2zp.m, | |
4376 control/system/starp.m, control/system/sys2ss.m, | |
4377 control/system/sys2tf.m, control/system/sys2zp.m, | |
4378 control/system/sysadd.m, control/system/sysappend.m, | |
4379 control/system/syschtsam.m, control/system/sysconnect.m, | |
4380 control/system/syscont.m, control/system/sysdimensions.m, | |
4381 control/system/sysdisc.m, control/system/sysdup.m, | |
4382 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
4383 control/system/sysgroup.m, control/system/sysidx.m, | |
4384 control/system/sysmin.m, control/system/sysmult.m, | |
4385 control/system/sysout.m, control/system/sysprune.m, | |
4386 control/system/sysscale.m, control/system/syssetsignals.m, | |
4387 control/system/syssub.m, control/system/sysupdate.m, | |
4388 control/system/tf.m, control/system/tfout.m, | |
4389 control/system/ugain.m, control/system/zp.m, | |
4390 control/system/zpout.m, control/util/__outlist__.m, | |
4391 control/util/__zgpbal__.m, control/util/prompt.m, | |
4392 control/util/sortcom.m, control/util/strappend.m, | |
4393 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
4394 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
4395 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
4396 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
4397 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
4398 finance/pvl.m, finance/rate.m, finance/vol.m, | |
4399 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
4400 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
4401 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
4402 general/cumtrapz.m, general/deal.m, general/diff.m, | |
4403 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
4404 general/ind2sub.m, general/int2str.m, | |
4405 general/is_duplicate_entry.m, general/isdefinite.m, | |
4406 general/isequal.m, general/isequalwithequalnans.m, | |
4407 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
4408 general/isvector.m, general/logical.m, general/logspace.m, | |
4409 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
4410 general/perror.m, general/postpad.m, general/prepad.m, | |
4411 general/randperm.m, general/rem.m, general/repmat.m, | |
4412 general/rot90.m, general/rotdim.m, general/shift.m, | |
4413 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
4414 general/sub2ind.m, general/trapz.m, general/tril.m, | |
4415 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
4416 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
4417 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
4418 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
4419 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
4420 linear-algebra/cross.m, linear-algebra/dmult.m, | |
4421 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
4422 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
4423 linear-algebra/logm.m, linear-algebra/norm.m, | |
4424 linear-algebra/null.m, linear-algebra/orth.m, | |
4425 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
4426 linear-algebra/trace.m, linear-algebra/vec.m, | |
4427 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
4428 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
4429 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
4430 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
4431 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
4432 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
4433 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
4434 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
4435 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
4436 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
4437 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
4438 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
4439 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
4440 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
4441 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
4442 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
4443 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
4444 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
4445 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
4446 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
4447 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
4448 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
4449 polynomial/polyder.m, polynomial/polyderiv.m, | |
4450 polynomial/polyfit.m, polynomial/polygcd.m, | |
4451 polynomial/polyinteg.m, polynomial/polyout.m, | |
4452 polynomial/polyreduce.m, polynomial/polyval.m, | |
4453 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
4454 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
4455 set/complement.m, set/create_set.m, set/intersect.m, | |
4456 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
4457 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
4458 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
4459 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
4460 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
4461 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
4462 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
4463 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
4464 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
4465 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
4466 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
4467 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
4468 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
4469 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
4470 special-matrix/hankel.m, special-matrix/hilb.m, | |
4471 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
4472 special-matrix/toeplitz.m, special-matrix/vander.m, | |
4473 statistics/base/center.m, statistics/base/cloglog.m, | |
4474 statistics/base/cor.m, statistics/base/corrcoef.m, | |
4475 statistics/base/cov.m, statistics/base/cut.m, | |
4476 statistics/base/gls.m, statistics/base/iqr.m, | |
4477 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
4478 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
4479 statistics/base/mean.m, statistics/base/meansq.m, | |
4480 statistics/base/median.m, statistics/base/moment.m, | |
4481 statistics/base/ols.m, statistics/base/ppplot.m, | |
4482 statistics/base/probit.m, statistics/base/qqplot.m, | |
4483 statistics/base/range.m, statistics/base/ranks.m, | |
4484 statistics/base/run_count.m, statistics/base/skewness.m, | |
4485 statistics/base/spearman.m, statistics/base/statistics.m, | |
4486 statistics/base/std.m, statistics/base/studentize.m, | |
4487 statistics/base/table.m, statistics/base/values.m, | |
4488 statistics/base/var.m, statistics/distributions/betacdf.m, | |
4489 statistics/distributions/betainv.m, | |
4490 statistics/distributions/betapdf.m, | |
4491 statistics/distributions/betarnd.m, | |
4492 statistics/distributions/binocdf.m, | |
4493 statistics/distributions/binoinv.m, | |
4494 statistics/distributions/binopdf.m, | |
4495 statistics/distributions/binornd.m, | |
4496 statistics/distributions/cauchy_cdf.m, | |
4497 statistics/distributions/cauchy_inv.m, | |
4498 statistics/distributions/cauchy_pdf.m, | |
4499 statistics/distributions/cauchy_rnd.m, | |
4500 statistics/distributions/chi2cdf.m, | |
4501 statistics/distributions/chi2inv.m, | |
4502 statistics/distributions/chi2pdf.m, | |
4503 statistics/distributions/chi2rnd.m, | |
4504 statistics/distributions/discrete_cdf.m, | |
4505 statistics/distributions/discrete_inv.m, | |
4506 statistics/distributions/discrete_pdf.m, | |
4507 statistics/distributions/discrete_rnd.m, | |
4508 statistics/distributions/empirical_rnd.m, | |
4509 statistics/distributions/expcdf.m, | |
4510 statistics/distributions/expinv.m, | |
4511 statistics/distributions/exppdf.m, | |
4512 statistics/distributions/exprnd.m, | |
4513 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
4514 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
4515 statistics/distributions/gamcdf.m, | |
4516 statistics/distributions/gaminv.m, | |
4517 statistics/distributions/gampdf.m, | |
4518 statistics/distributions/gamrnd.m, | |
4519 statistics/distributions/geocdf.m, | |
4520 statistics/distributions/geoinv.m, | |
4521 statistics/distributions/geopdf.m, | |
4522 statistics/distributions/geornd.m, | |
4523 statistics/distributions/hygecdf.m, | |
4524 statistics/distributions/hygeinv.m, | |
4525 statistics/distributions/hygepdf.m, | |
4526 statistics/distributions/hygernd.m, | |
4527 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
4528 statistics/distributions/laplace_cdf.m, | |
4529 statistics/distributions/laplace_inv.m, | |
4530 statistics/distributions/laplace_pdf.m, | |
4531 statistics/distributions/laplace_rnd.m, | |
4532 statistics/distributions/logistic_cdf.m, | |
4533 statistics/distributions/logistic_inv.m, | |
4534 statistics/distributions/logistic_pdf.m, | |
4535 statistics/distributions/logistic_rnd.m, | |
4536 statistics/distributions/logncdf.m, | |
4537 statistics/distributions/logninv.m, | |
4538 statistics/distributions/lognpdf.m, | |
4539 statistics/distributions/lognrnd.m, | |
4540 statistics/distributions/normcdf.m, | |
4541 statistics/distributions/norminv.m, | |
4542 statistics/distributions/normpdf.m, | |
4543 statistics/distributions/normrnd.m, | |
4544 statistics/distributions/pascal_cdf.m, | |
4545 statistics/distributions/pascal_inv.m, | |
4546 statistics/distributions/pascal_pdf.m, | |
4547 statistics/distributions/pascal_rnd.m, | |
4548 statistics/distributions/poisscdf.m, | |
4549 statistics/distributions/poissinv.m, | |
4550 statistics/distributions/poisspdf.m, | |
4551 statistics/distributions/poissrnd.m, | |
4552 statistics/distributions/stdnormal_cdf.m, | |
4553 statistics/distributions/stdnormal_inv.m, | |
4554 statistics/distributions/stdnormal_pdf.m, | |
4555 statistics/distributions/stdnormal_rnd.m, | |
4556 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
4557 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
4558 statistics/distributions/unifcdf.m, | |
4559 statistics/distributions/unifinv.m, | |
4560 statistics/distributions/unifpdf.m, | |
4561 statistics/distributions/unifrnd.m, | |
4562 statistics/distributions/wblcdf.m, | |
4563 statistics/distributions/wblinv.m, | |
4564 statistics/distributions/wblpdf.m, | |
4565 statistics/distributions/wblrnd.m, | |
4566 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
4567 statistics/tests/bartlett_test.m, | |
4568 statistics/tests/chisquare_test_homogeneity.m, | |
4569 statistics/tests/chisquare_test_independence.m, | |
4570 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
4571 statistics/tests/hotelling_test.m, | |
4572 statistics/tests/hotelling_test_2.m, | |
4573 statistics/tests/kolmogorov_smirnov_test.m, | |
4574 statistics/tests/kolmogorov_smirnov_test_2.m, | |
4575 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
4576 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
4577 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
4578 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
4579 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
4580 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
4581 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
4582 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
4583 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
4584 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
4585 strings/index.m, strings/isletter.m, strings/lower.m, | |
4586 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
4587 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
4588 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
4589 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
4590 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
4591 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
4592 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
4593 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
4594 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
4595 time/etime.m, time/is_leap_year.m: | |
4596 Use print_usage instead of usage. | |
4597 | |
6044 | 4598 2006-10-09 David Bateman <dbateman@free.fr> |
4599 | |
4600 * time/datevec.m: Add additional compatible default parsing strings. | |
4601 | |
6395 | 4602 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 4603 |
6042 | 4604 * pkg/pkg.m: Remove trailing "\n" from error messages. |
4605 Remove compare_versions subfunction. | |
4606 | |
4607 * miscellaneous/compare_versions.m: New function to compare | |
4608 version numbers as strings with any boolean operators. | |
4609 | |
6041 | 4610 * miscellaneous/untar.m: Check more rigorously to see if the tar |
4611 file exists. | |
4612 | |
6036 | 4613 2006-10-04 John W. Eaton <jwe@octave.org> |
4614 | |
4615 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
4616 | |
6032 | 4617 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
4618 | |
6037 | 4619 * pkg/pkg.m: Update docs. Handle prefix option. |
4620 Handle dependencies for load option. | |
6032 | 4621 |
6029 | 4622 2006-10-04 John W. Eaton <jwe@octave.org> |
4623 | |
6030 | 4624 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
4625 | |
4626 * plot/clg.m: Delete. | |
4627 * plot/__init_plot_vars__.m: New function. | |
4628 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 4629 |
6025 | 4630 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
4631 | |
4632 * pkg/pkg.m: Avoid calling addpath with no args. | |
4633 | |
6024 | 4634 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
4635 | |
4636 * audio/loadaudio.m, control/base/nyquist.m, | |
4637 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
4638 linear-algebra/krylov.m, statistics/base/center.m, | |
4639 statistics/base/median.m, statistics/base/std.m, | |
4640 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
4641 find first or last element matching a condition. | |
4642 | |
6023 | 4643 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
4644 | |
4645 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
4646 general/__isequal__.m: Minimize looping using cellfun. | |
4647 | |
6020 | 4648 2006-10-02 David Bateman <dbateman@free.fr> |
4649 | |
4650 * pkg/pkg.m (copy_files): always create installation directory. | |
4651 | |
6016 | 4652 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
4653 | |
4654 * miscellaneous/doc.m: Swap file and directory args to info. | |
4655 | |
4656 2006-10-01 Arno Onken <whyly@gmx.net> | |
4657 | |
4658 * statistics/distributions/exprnd.m: Fix typo. | |
4659 | |
6014 | 4660 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
4661 | |
4662 * polynomial/ppval.m: Use .' instead of '. | |
4663 * polynomial/spline.m: Likewise. New tests. | |
4664 | |
6004 | 4665 2006-09-26 David Bateman <dbateman@free.fr> |
4666 | |
4667 * __plt3__.m: Using global variables __plot_data__, | |
4668 __plot_data_offset__ and __plot_command__ to store plots and | |
4669 correctly handle multiplots, and hold state. Only accept a single | |
4670 data parameter plus, using, format and with strings. Remove | |
4671 setting of gnuplot parameters. | |
4672 * __make_using_clause__.m: New function extracted from __plt__.m. | |
4673 * __setup_plot__.m: Convert to a function and pass the plotting | |
4674 command to use. | |
4675 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
4676 * contour.m: Use unwind protect on the parametric state of plot | |
4677 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
4678 * mesh.m: ditto. | |
4679 * plot3.m: Error checking, setting of parametric state and | |
4680 formation of matrix to plot moved from old __plt3__. | |
4681 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4682 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 4683 |
5997 | 4684 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 4685 |
4686 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
4687 | |
4688 * signal/filter2.m: Correct texinfo doc. | |
4689 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4690 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 4691 |
4692 * miscellaneous/parseparams.m: Correct texinfo doc. | |
4693 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4694 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 4695 |
4696 * pkg/pkg.m (prepare_installation): Don't create package | |
4697 installation directory here. | |
4698 (copy_files): Create it here instead, to avoid issues with | |
4699 upgrades. Also install the COPYING file in packinfo. | |
4700 | |
5989 | 4701 2006-09-13 John W. Eaton <jwe@octave.org> |
4702 | |
4703 * general/blkdiag.m: Adjust to new cellfun rules. | |
4704 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4705 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 4706 |
4707 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
4708 error message for archive name not matching package name. | |
4709 (installed_packages): Size header of printed results to | |
4710 arguments. Sort the list of installed packages before printing | |
4711 them. | |
4712 | |
5986 | 4713 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
4714 | |
4715 * signal/freqz.m: Update tests. | |
4716 | |
4717 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
4718 | |
4719 * signal/freqz.m: Corretly postpad arrays. | |
4720 Don't call fliplr on a column vector. | |
4721 | |
5984 | 4722 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
4723 | |
4724 * general/shiftdim.m: Use permute instead of reshape. | |
4725 | |
5981 | 4726 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
4727 | |
4728 * miscellaneous/parseparams.m: New function. | |
4729 | |
5980 | 4730 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
4731 | |
4732 * miscellaneous/doc.m: Swap order of --file and --directory | |
4733 options for info program invocation. | |
4734 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4735 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 4736 |
5987 | 4737 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 4738 previous change. |
4739 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4740 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 4741 |
4742 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
4743 absence of trailing "/" in OCTAVE_HOME. | |
4744 | |
5973 | 4745 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
4746 | |
4747 * time/datenum.m: Allow arg to be character string. | |
4748 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4749 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 4750 |
4751 * pkg/pkg.m (install): Verify that package name correponds to the | |
4752 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
4753 they are empty. If package directory is empty, remove it to fail | |
4754 gracefully for system specific packages. | |
4755 (extract_pkgadd, create_pkgadd): delete. | |
4756 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
4757 (copy_files): Install both bin/ and doc/ directories, adding the | |
4758 bin/ to the EXEC_PATH when the package is loaded. | |
4759 | |
5962 | 4760 2006-08-24 John W. Eaton <jwe@octave.org> |
4761 | |
4762 * image/saveimage.m: Use logical indexing instead of | |
4763 indices computed by calling find on the logical index. | |
4764 | |
5961 | 4765 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
4766 | |
5967 | 4767 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 4768 Use logical indexing instead of indices computed by calling find |
4769 on the logical index. | |
4770 | |
4771 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 4772 |
5959 | 4773 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
4774 | |
4775 * control/system/tf2zp.m: Simplify gain calculation. | |
4776 | |
5958 | 4777 2006-08-23 John W. Eaton <jwe@octave.org> |
4778 | |
4779 * plot/__plt__.m: Insert using clauses for all plots. | |
4780 | |
5957 | 4781 2006-08-23 A S Hodel <hodelas@auburn.edu> |
4782 | |
4783 * control/system/sysscale.m: Call tf and zp with correct number of | |
4784 args. | |
4785 | |
5955 | 4786 2006-08-22 David Bateman <dbateman@free.fr> |
4787 | |
4788 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
4789 Search inst/*.m and src/*.m files in the package for | |
4790 PKG_ADD directives and append user supplied PKG_ADD. | |
4791 (pkg): Call create_pkgadd after copying files. | |
4792 | |
5947 | 4793 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
4794 | |
4795 * pkg/pkg.m: Handle multiple packages in a single file. | |
4796 Insert directory separator between OCTAVE_HOME and rest of package | |
4797 installation directory. | |
4798 | |
4799 2006-08-21 John W. Eaton <jwe@octave.org> | |
4800 | |
4801 * general/num2str.m: Early return if arg is empty. | |
4802 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
4803 | |
5946 | 4804 2006-08-21 David Bateman <dbateman@free.fr> |
4805 | |
4806 * strings/mat2str.m: Compute NC before using. | |
4807 | |
5937 | 4808 2006-08-17 John W. Eaton <jwe@octave.org> |
4809 | |
4810 * audio/wavread.m: Fix calculation of sample count. | |
4811 | |
5934 | 4812 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
4813 | |
4814 * image/imshow.m: New Matlab-compatible version. | |
4815 | |
5930 | 4816 2006-08-15 John W. Eaton <jwe@octave.org> |
4817 | |
4818 * deprecated/is_global.m: Delete. | |
4819 | |
5928 | 4820 2006-08-14 John W. Eaton <jwe@octave.org> |
4821 | |
4822 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
4823 | |
5926 | 4824 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
4825 | |
4826 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
4827 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
4828 | |
5928 | 4829 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
4830 | |
6778 | 4831 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 4832 Use addpath and rmpath instead of manipulating LOADPATH. |
4833 Handle changes to system function. | |
4834 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
4835 recursive directory removal. | |
5922 | 4836 |
5924 | 4837 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
4838 | |
6778 | 4839 * colormap.m: Change global variable to persistent. |
5923 | 4840 |
5922 | 4841 * rgb2ind.m: Handle single 3-d array as rgb image. |
4842 | |
5920 | 4843 2006-08-14 John W. Eaton <jwe@octave.org> |
4844 | |
4845 * strings/str2double.m: Fix missing semicolon. | |
4846 | |
5910 | 4847 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
4848 | |
4849 * plot/plot3.m: Accept one complex or one real and one complex | |
4850 argument and plot real and imaginary components for y and z. | |
4851 | |
5908 | 4852 2006-07-27 John W. Eaton <jwe@octave.org> |
4853 | |
4854 * testfun/test.m: Call fflush after each block of calls to | |
4855 fprintf, fputs, or fdisp. | |
4856 | |
5904 | 4857 2006-07-26 John W. Eaton <jwe@octave.org> |
4858 | |
4859 * miscellaneous/mex.m: New function. | |
4860 | |
5901 | 4861 2006-07-22 John W. Eaton <jwe@octave.org> |
4862 | |
4863 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
4864 | |
5881 | 4865 2006-07-07 John W. Eaton <jwe@octave.org> |
4866 | |
4867 * miscellaneous/orderfields.m: New file. | |
4868 | |
5873 | 4869 2006-06-30 John W. Eaton <jwe@octave.org> |
4870 | |
4871 * time/datevec.m: Make another attempt to account for precision of | |
4872 datenum format. | |
4873 | |
5868 | 4874 2006-06-29 John W. Eaton <jwe@octave.org> |
4875 | |
4876 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
4877 Use feval instead of "type -q" to get values now that all the | |
4878 symbols are functions. | |
4879 | |
5860 | 4880 2006-06-16 John W. Eaton <jwe@octave.org> |
4881 | |
4882 * time/datevec.m: Avoid computing log of non-positive values. | |
4883 | |
5859 | 4884 2006-06-14 John W. Eaton <jwe@octave.org> |
4885 | |
4886 * time/datevec.m: Attempt to account for precision of datenum format. | |
4887 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4888 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 4889 |
4890 * audio/wavread.m: Fix file range error and add read support for | |
4891 24-bit WAV files. | |
4892 | |
5837 | 4893 2006-06-01 David Bateman <dbateman@free.fr> |
4894 | |
4895 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
4896 general/interp1.m, general/gradient.m, general/interp2.m, | |
4897 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
4898 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
4899 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
4900 | |
5835 | 4901 2006-05-31 Bill Denney <bill@givebillmoney.com> |
4902 | |
4903 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
4904 * miscellaneous/texas_lotto.m: Fix warning message. | |
4905 | |
5830 | 4906 2006-05-26 John W. Eaton <jwe@octave.org> |
4907 | |
4908 * miscellaneous/doc.m: Also handle nargin == 0. | |
4909 | |
5829 | 4910 2006-05-23 John W. Eaton <jwe@octave.org> |
4911 | |
4912 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
4913 really needed. | |
4914 | |
5827 | 4915 2006-05-22 John W. Eaton <jwe@octave.org> |
4916 | |
6754 | 4917 * general/lookup.m: New file from Octave Forge. |
5827 | 4918 |
4919 2006-05-22 David Bateman <dbateman@free.fr> | |
4920 | |
6754 | 4921 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
4922 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
4923 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
4924 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
4925 special-matrix/magic.m, special-matrix/hadamard.m, | |
4926 strings/strtok.m: New files from Octave Forge. | |
5827 | 4927 |
5824 | 4928 2006-05-19 David Bateman <dbateman@free.fr> |
4929 | |
4930 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 4931 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 4932 |
5821 | 4933 2006-05-17 John W. Eaton <jwe@octave.org> |
4934 | |
4935 * set/intersection.m: Delete | |
4936 * deprecated/intersection.m: New file. | |
4937 | |
5820 | 4938 2006-05-17 David Bateman <dbateman@free.fr> |
4939 | |
4940 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
4941 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
4942 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
4943 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
4944 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
4945 Forge. | |
4946 | |
5809 | 4947 2006-05-11 John W. Eaton <jwe@octave.org> |
4948 | |
5815 | 4949 * path/path.m: Delete (now a built-in function). |
4950 | |
5811 | 4951 * pkg/Makefile.in: New file. |
4952 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 4953 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 4954 |
5808 | 4955 2006-05-10 John W. Eaton <jwe@octave.org> |
4956 | |
4957 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
4958 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
4959 | |
5807 | 4960 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
4961 | |
4962 * tar.m, untar.m, unzip.m: New files. | |
4963 | |
5801 | 4964 2006-05-10 John W. Eaton <jwe@octave.org> |
4965 | |
5804 | 4966 * path/addpath.m, path/rmpath.m: Improve compatibility. |
4967 * path/setpath.m: Delete. | |
4968 | |
5801 | 4969 * pkg/pkg.m: New file. |
4970 | |
5798 | 4971 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
4972 | |
4973 * plot/plot.m: Doc string fix. | |
4974 | |
4975 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
4976 | |
4977 * testfun/speeed.m: Use new interface to unique and assert. | |
4978 Improve documentation. Approximate time complexity from log-log | |
4979 plot. Return time complexity and raw times if requested. The | |
4980 mean ratio is no longer returned. Provide complete control over | |
4981 which n are computed. | |
4982 | |
4983 2006-05-09 John W. Eaton <jwe@octave.org> | |
4984 | |
4985 * path/path.m: Move here from miscellaneous. | |
4986 Adapt to new LOADPATH definition. | |
4987 | |
5789 | 4988 2006-05-03 David Bateman <dbateman@free.fr> |
4989 | |
4990 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
4991 explicit uses of a path seperation character with pathsep(). | |
4992 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4993 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 4994 |
6778 | 4995 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 4996 |
5781 | 4997 2006-04-29 John W. Eaton <jwe@octave.org> |
4998 | |
4999 * startup/main-rcfile: Disable some warnings. | |
5000 | |
5762 | 5001 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
5002 | |
5003 * strings/strcmpi.m: Return false instead of error if args are not | |
5004 char or cellstr. | |
5005 | |
5750 | 5006 2006-04-10 John W. Eaton <jwe@octave.org> |
5007 | |
5008 * miscellaneous/dir.m: Ensure that returned structure array is | |
5009 Nx1, not 1xN. | |
5010 | |
5746 | 5011 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
5012 | |
5013 * plot/hist.m: Ignore NaN in inputs. | |
5014 | |
5745 | 5015 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
5016 | |
5017 * miscellaneous/mkoctfile.m: Doc string fix. | |
5018 | |
5741 | 5019 2006-04-05 John W. Eaton <jwe@octave.org> |
5020 | |
5021 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
5022 are both empty. | |
5023 * plot/__plt__.m: Ignore empty data and format strings returned | |
5024 from __plt1__ or __plt2__. | |
5025 | |
5737 | 5026 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
5027 | |
6778 | 5028 * set/unique.m: Properly handle single column input when |
5737 | 5029 "rows" is specified. |
5030 | |
5732 | 5031 2006-04-04 John W. Eaton <jwe@octave.org> |
5032 | |
5736 | 5033 * path/setpath.m: New file. |
5034 * path/savepath.m: Use setpath to set path instead of assigning | |
5035 directly to LOADPATH. | |
5036 | |
5732 | 5037 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
5038 New files, adapted from Octave Forge by Keith Goodman | |
5039 <kwgoodman@gmail.com>. | |
5040 * path: New directory. | |
5041 * Makefile.in (SUBDIRS): Add it to the list. | |
5042 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
5043 | |
5731 | 5044 2006-04-02 David Bateman <dbateman@free.fr> |
5045 | |
5046 * general/tril.m, general.triu.m: | |
5047 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
5048 to allow user types to work correctly. | |
5049 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
5050 | |
5727 | 5051 2006-04-03 David Bateman <dbateman@free.fr> |
5052 | |
5053 * plot/grid.m: Cache the state of the grid to allow toggling. | |
5054 Accept keyword "minor" for minor grid. | |
5055 | |
5721 | 5056 2006-03-28 John W. Eaton <jwe@octave.org> |
5057 | |
5058 * general/isscalar.m: Only require that all dimensions are 1 for | |
5059 compatiblity. | |
5060 | |
5061 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
5062 | |
5063 * general/isvector.m: Allow non-numeric objects to be vectors for | |
5064 compatibility. | |
5065 | |
5720 | 5066 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
5067 | |
5068 * plot/__errplot__.m: Doc string fix. | |
5069 | |
5070 * miscellaneous/doc.m: Mark as command. | |
5071 | |
5072 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
5073 general/isequalwithequalnans.m, general/blkdiag.m, | |
5074 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
5075 | |
5717 | 5076 2006-03-27 Don Bindner <dbindner@truman.edu> |
5077 | |
5078 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
5079 return 3d matrices. | |
5080 | |
5081 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
5082 | |
5083 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
5084 | |
5708 | 5085 2006-03-22 John W. Eaton <jwe@octave.org> |
5086 | |
5087 * plot/print.m: Don't replot after popping terminal setting. | |
5088 | |
5696 | 5089 2006-03-20 John W. Eaton <jwe@octave.org> |
5090 | |
5091 * miscellaneous/mkoctfile.m: Use version-specific name of | |
5092 mkoctfile. Use fullfile to construct file name. | |
5093 | |
5695 | 5094 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
5095 | |
5096 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
5097 shell script from Octave prompt. | |
5098 | |
5690 | 5099 2006-03-17 John W. Eaton <jwe@octave.org> |
5100 | |
5693 | 5101 * deprecated/weibcdf.m, deprecated/weibinv.m, |
5102 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
5103 | |
5104 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
5105 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
5106 Call new wbl functions to do the real work. | |
5107 Swap args and provide default values as necessary to preserve | |
5108 compatibility with old version of Octave. | |
5109 | |
5110 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
5111 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
5112 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
5113 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
5114 Swap scale and shape args for compatibility. | |
5115 | |
5692 | 5116 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
5117 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
5118 Preserve compatibility with old versions of Octave given new | |
5119 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 5120 |
5692 | 5121 * statistics/distributions/logncdf.m, |
5122 statistics/distributions/logninv.m, | |
5123 statistics/distributions/lognpdf.m, | |
5124 statistics/distributions/lognrnd.m: Compatibility fixes. | |
5125 From Ben Barrowes <barrowes@alum.mit.edu> | |
5126 | |
5691 | 5127 * deprecated/hypergeometric_rnd.m: Update interface to match |
5128 current 2.1.x version. | |
5129 | |
5130 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
5131 | |
5690 | 5132 * miscellaneous/dir.m: Use readdir instead of glob. |
5133 Special case for "." to avoid globbing. Use list_in_columns. | |
5134 Eliminate unused variables len and finfo. | |
5135 | |
5689 | 5136 2006-03-16 Bill Denney <bill@givebillmoney.com> |
5137 | |
5138 * miscellaneous/dir.m: Improve compatibility. | |
5139 | |
5687 | 5140 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5141 | |
5142 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5143 time/now.m, time/weekday.m: New functions from Octave Forge. | |
5144 | |
5686 | 5145 2006-03-16 John W. Eaton <jwe@octave.org> |
5146 | |
5147 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
5148 of looking at sum of max dimensions. | |
5149 | |
5681 | 5150 2006-03-16 David Bateman <dbateman@free.fr> |
5151 | |
5152 * testfun/test.m: Clear last warning before warning test to avoid | |
5153 issues with previously set warnings. | |
5154 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
5155 sparse matrices. Force matrix type from spqr solution to be | |
5156 singular to force QR solvers to be used for assert. | |
5157 | |
5678 | 5158 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5159 | |
5160 * strings/strfind.m: New file. | |
5161 | |
5677 | 5162 2006-03-16 John W. Eaton <jwe@octave.org> |
5163 | |
5164 * general/rows.m, general/columns.m: Delete. | |
5165 | |
5674 | 5166 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5167 | |
5168 * strings/strcmpi.m: Simplify. | |
5169 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 5170 * strings/strtrunc.m: New file. |
5674 | 5171 |
5676 | 5172 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
5173 | |
5672 | 5174 2006-03-15 John W. Eaton <jwe@octave.org> |
5175 | |
5176 * miscellaneous/doc.m: New file. | |
5177 From Soren Hauberg <soren@hauberg.org>. | |
5178 | |
5671 | 5179 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
5180 | |
5181 * miscellaneous/mkoctfile.m: New file. | |
5182 | |
5670 | 5183 2006-03-15 John W. Eaton <jwe@octave.org> |
5184 | |
5185 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
5186 | |
5666 | 5187 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
5188 | |
5189 * strings/bin2dec.m: Doc fix. | |
5190 | |
5661 | 5191 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
5192 | |
5193 * time/etime.m: Use datenum to support times spanning year boundaries. | |
5194 * time/datenum.m: New function to compute day number from time. | |
5195 | |
5659 | 5196 2006-03-09 John W. Eaton <jwe@octave.org> |
5197 | |
5198 * miscellaneous/unix.m, plot/print.m: | |
5199 Swap order of outputs from system. | |
5200 | |
5642 | 5201 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
5202 | |
5203 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
5204 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
5205 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
5206 control/base/__stepimp__.m, control/base/are.m, | |
5207 control/base/controldemo.m, control/base/damp.m, | |
5208 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
5209 control/base/step.m, control/system/abcddim.m, | |
5210 control/system/is_abcd.m, control/system/is_controllable.m, | |
5211 control/system/is_detectable.m, control/system/is_observable.m, | |
5212 control/system/is_stabilizable.m, control/system/is_stable.m, | |
5213 control/system/jet707.m, control/system/sys2fir.m, | |
5214 control/system/sysdimensions.m, control/system/sysupdate.m, | |
5215 control/system/tfout.m, control/system/ugain.m, | |
5216 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
5217 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
5218 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
5219 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
5220 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
5221 general/circshift.m, general/columns.m, general/flipdim.m, | |
5222 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
5223 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
5224 general/isequalwithequalnans.m, general/isscalar.m, | |
5225 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
5226 general/logspace.m, general/mod.m, general/nextpow2.m, | |
5227 general/num2str.m, general/perror.m, general/pol2cart.m, | |
5228 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
5229 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
5230 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
5231 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
5232 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
5233 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
5234 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
5235 miscellaneous/license.m, miscellaneous/menu.m, | |
5236 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
5237 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
5238 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
5239 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
5240 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
5241 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
5242 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
5243 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
5244 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
5245 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
5246 polynomial/polyinteg.m, polynomial/polyout.m, | |
5247 polynomial/polyreduce.m, polynomial/polyval.m, | |
5248 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
5249 set/create_set.m, set/intersection.m, set/ismember.m, | |
5250 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
5251 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
5252 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
5253 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
5254 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
5255 special-matrix/hilb.m, special-matrix/invhilb.m, | |
5256 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
5257 special-matrix/vander.m, statistics/base/median.m, | |
5258 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
5259 statistics/distributions/gaminv.m, | |
5260 statistics/distributions/gampdf.m, | |
5261 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
5262 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
5263 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
5264 strings/lower.m, strings/upper.m, testfun/assert.m, | |
5265 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
5266 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
5267 | |
5633 | 5268 2006-02-27 John W. Eaton <jwe@octave.org> |
5269 | |
5270 * time/tic.m: Move here from miscellaneous/tic.m. | |
5271 * time/toc.m: Move here from miscellaneous/toc.m. | |
5272 | |
5273 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
5274 | |
5275 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
5276 does not assign output of toc to a variable. | |
5277 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5278 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 5279 |
5280 * axis.m: Catch limits that are the same and return an error. | |
5281 | |
5625 | 5282 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5283 | |
5284 * plot/print.m: Accept emf device option to support Enhanced | |
5285 Metafile format. | |
5286 | |
5287 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
5288 | |
5289 * control/base/lqe.m: Doc fix. | |
5290 | |
5623 | 5291 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
5292 | |
5293 * statistics/distributions/gamcdf.m: Doc fix. | |
5294 * statistics/distributions/gaminv.m: Doc fix. | |
5295 * statistics/distributions/gampdf.m: Doc fix. | |
5296 * statistics/distributions/gamrnd.m: Doc fix. | |
5297 | |
5610 | 5298 2006-02-09 David Bateman <dbateman@free.fr> |
5299 | |
6778 | 5300 * general/triu.m: Minimum change to allow sparse matrix. More needed |
5301 for arbitrary user type. | |
5302 * general/tril.m: ditto. | |
5303 * sparse/sprand.m: Doc fix. | |
5304 * sparse/sprandn.m: Ditto. | |
5305 * sparse/sprandsym.m: New function. | |
5306 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
5307 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
5308 Update for syntax error for latest texinfo.tex file. | |
5610 | 5309 |
5605 | 5310 2006-02-02 John W. Eaton <jwe@octave.org> |
5311 | |
5312 * plot/grid.m: Append ";\n" to "set grid" command. | |
5313 | |
5314 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
5315 | |
5316 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
5317 | |
5597 | 5318 2006-01-13 John W. Eaton <jwe@octave.org> |
5319 | |
5320 * audio/Makefile.in, control/base/Makefile.in, | |
5321 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
5322 control/system/Makefile.in, control/util/Makefile.in, | |
5323 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
5324 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
5325 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
5326 optimization/Makefile.in, plot/Makefile.in, | |
5327 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5328 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5329 special-matrix/Makefile.in, startup/Makefile.in, | |
5330 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5331 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5332 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
5333 (all): Depend on PKG_ADD. | |
5334 (PKG_ADD): New target. | |
5335 | |
5336 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
5337 | |
5338 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
5339 | |
5596 | 5340 2006-01-13 John W. Eaton <jwe@octave.org> |
5341 | |
5342 * time/etime.m: Move here from miscellaneous/etime.m. | |
5343 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
5344 | |
5595 | 5345 2006-01-13 Bill Denney <bill@givebillmoney.com> |
5346 | |
6778 | 5347 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 5348 * miscellaneous/fullfile.m: Likewise. |
5349 | |
5592 | 5350 2006-01-12 David Bateman <dbateman@free.fr> |
5351 | |
5352 * general/blkdiag.m: Compatible behavior for empty matrices | |
5353 * statistics/base/unidrnd.m: Documentation buglet. | |
5354 | |
5583 | 5355 2005-12-14 David Bateman <dbateman@free.fr> |
5356 | |
5589 | 5357 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
5358 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
5359 | |
5360 * Makefile.in (SUBDIRS): Include testfun. | |
5361 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
5362 | |
5583 | 5363 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
5364 | |
5365 * general/__isequal__.m: Remove reference to getfield. | |
5366 | |
5367 * plot/hist.m: Update test code for row/column discrepencies. | |
5368 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
5369 Update the test code for this. | |
5370 * sparse/spstats.m: Fix small bug in the dimension of output. | |
5371 | |
5579 | 5372 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5373 | |
5374 * cell/cell2mat.m: New file, from octave-forge. | |
5375 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5376 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 5377 |
5378 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
5379 New graph theory functions. | |
5380 | |
5574 | 5381 2005-12-13 John W. Eaton <jwe@octave.org> |
5382 | |
5383 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
5384 | |
5385 * control/system/ss.m: Doc fix. | |
5386 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5387 | |
5572 | 5388 2005-12-12 Michael Zeising <michael@michaels-website.de> |
5389 | |
5390 * audio/wavread.m, audio/wavwrite.m: | |
5391 Correct scaling for 8-bit linear pcm samples. | |
5392 Improve scaling for all other linear pcm resolutions. | |
5393 | |
5568 | 5394 2005-12-07 John W. Eaton <jwe@octave.org> |
5395 | |
5396 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
5397 | |
5398 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
5399 * strings/strjust.m: Likewise. | |
5400 | |
5401 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
5402 * signal/arma_rnd.m: Likewise. | |
5403 * strings/strcat.m: Likewise. | |
5404 * control/base/__freqresp__.m: Likewise. | |
5405 * control/base/place.m: Likewise. | |
5406 * control/base/pzmap.m: Likewise. | |
5407 * control/base/pzmap.m: Likewise. | |
5408 * control/system/sysappend.m: Likewise. | |
5409 * control/system/syscont.m: Likewise. | |
5410 * control/system/sysdisc.m: Likewise. | |
5411 * control/system/sysgroup.m: Likewise. | |
5412 * control/system/tfout.m: Likewise. | |
5413 * control/system/zpout.m: Likewise. | |
5414 * control/util/__outlist__.m: Likewise. | |
5415 | |
5567 | 5416 2005-12-06 John W. Eaton <jwe@octave.org> |
5417 | |
5418 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
5419 Avoid for loop in interleave/deinterleave steps. | |
5420 | |
5565 | 5421 2005-12-06 Michael Zeising <michael@michaels-website.de> |
5422 | |
5423 * audio/wavread.m, audio/wavwrite.m: New files. | |
5424 | |
5563 | 5425 2005-12-06 John W. Eaton <jwe@octave.org> |
5426 | |
5427 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
5428 | |
5560 | 5429 2005-12-05 John W. Eaton <jwe@octave.org> |
5430 | |
5561 | 5431 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 5432 |
5558 | 5433 2005-12-02 John W. Eaton <jwe@octave.org> |
5434 | |
5435 * miscellaneous/fileattrib.m: New function. | |
5436 | |
5556 | 5437 2005-12-01 John W. Eaton <jwe@octave.org> |
5438 | |
5439 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
5440 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
5441 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
5442 | |
5555 | 5443 2005-11-30 John W. Eaton <jwe@octave.org> |
5444 | |
5445 * linear-algebra/krylov.m: Format doc string. | |
5446 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5447 | |
5551 | 5448 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
5449 | |
5450 * general/blkdiag.m: Import from octave-forge. | |
5451 Ignore empty matrices in the input. Add tests. | |
5549 | 5452 |
5453 * general/isequal.m, general/isequalwithequalnans.m: | |
5454 New wrapper scripts for general/__isequal__.m. | |
5455 * general/__isequal__.m: Rename from general/isequal.m. | |
5456 New arg, nans_compare_equal. | |
5457 | |
5548 | 5458 2005-11-29 John W. Eaton <jwe@octave.org> |
5459 | |
5460 * miscellaneous/ver.m: Use new uname built-in function instead of | |
5461 calling system. Only append octave_forge_string if | |
5462 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
5463 Call license instead of hard-coding license info here. | |
5464 | |
5465 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 5466 __octave_licenses__. Use puts instead of disp. |
5548 | 5467 Use getuid and getpwuid instead of calling unix ("id -un"). |
5468 If nargout = 1, return license info instead of printing usage message. | |
5469 | |
5546 | 5470 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5471 | |
5472 * miscellaneous/ver.m: New file. | |
5473 * miscellaneous/license.m: New file. | |
5474 | |
5545 | 5475 2005-11-22 John W. Eaton <jwe@octave.org> |
5476 | |
5477 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
5478 gnuplot set command. | |
5479 | |
5539 | 5480 2005-11-15 John W. Eaton <jwe@octave.org> |
5481 | |
5482 * general/shiftdim.m: Doc fix. | |
5483 | |
5532 | 5484 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
5485 | |
5486 * set/unique.m: Doc string fix. | |
5487 | |
5527 | 5488 2005-11-01 John W. Eaton <jwe@octave.org> |
5489 | |
5490 * Makefile.in (distclean, maintainer-clean): | |
5491 Also remove autom4te.cache directory. | |
5492 From Quentin Spencer <qspencer@ieee.org>. | |
5493 | |
5518 | 5494 2005-10-28 John W. Eaton <jwe@octave.org> |
5495 | |
5496 * general/shiftdim.m: Compatibility fix for row vectors. | |
5497 Correct check for non-scalar non-integer shift. For positive | |
5498 N, shift is remainder of N and number of dims. Always return NS. | |
5499 Simplify. | |
5500 | |
5500 | 5501 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
5502 | |
5503 * general/randperm.m: Improve compatibility by allowing input | |
5504 value of zero. | |
5505 | |
5493 | 5506 2005-10-13 John W. Eaton <jwe@octave.org> |
5507 | |
5508 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
5509 If in multiplot mode, clear plot before issuing new plot command. | |
5510 | |
5511 * plot/__setup_plot__.m: New function. | |
5512 * plot/__plt__.m, plot__errplot__.m: Use it. | |
5513 Handle multiplot data and offsets here. | |
5514 | |
5515 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
5516 Move initialization to __setup_plot__.m. | |
5517 | |
5518 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
5519 Don't reset gnuplot_command_replot. | |
5520 | |
5521 * plot/replot.m: Handle multiplot data and offsets here. | |
5522 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
5523 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
5524 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
5525 | |
5489 | 5526 2005-10-12 John W. Eaton <jwe@octave.org> |
5527 | |
5528 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
5529 | |
5482 | 5530 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
5531 | |
5532 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
5533 weibrnd.m: Removed calls and references to deprecated _pdf and | |
5534 _inv functions. | |
5535 * chi2pdf.m: Fixed typos in the documentation. | |
5536 | |
5475 | 5537 2005-09-28 John W. Eaton <jwe@octave.org> |
5538 | |
5476 | 5539 * miscellaneous/single.m: New function. |
5540 | |
5475 | 5541 * statistics/base/unidrnd.m: New function. |
5542 | |
5474 | 5543 2005-09-27 John W. Eaton <jwe@octave.org> |
5544 | |
5545 * miscellaneous/dir.m: Filename never includes directory part. | |
5546 | |
5464 | 5547 2005-09-22 John W. Eaton <jwe@octave.org> |
5548 | |
5549 * polynomial/residue.m: Use logical indexing instead of find.. | |
5550 | |
5551 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
5552 | |
5553 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
5554 and zero poles. | |
5555 | |
5462 | 5556 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
5557 | |
5558 * strings/deblank.m: Handle cell arrays. | |
5559 * strings/split.m: New argument, N, to limit number of splits. | |
5560 | |
5561 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
5562 | |
5563 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
5564 | |
5460 | 5565 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
5566 | |
5567 * control/base/rlocus.m: Doc fix. | |
5568 | |
5459 | 5569 2005-09-20 John W. Eaton <jwe@octave.org> |
5570 | |
5571 * general/isvector.m: Improve compatibility. | |
5572 | |
5573 * general/postpad.m: Allow first argument to be a scalar. | |
5574 Allow padding to extend dimensionality. | |
5575 * general/prepad.m: Likewise. | |
5576 | |
5448 | 5577 2005-09-14 Daniel <durbano@shbano.com> |
5578 | |
5579 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 5580 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
5581 /control/base/dgram.m: Doc string fixes. | |
5448 | 5582 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
5583 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5584 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 5585 |
5586 * saveimage.m: Do not ignore most significant bit when writing | |
5587 black and white images to file. | |
5588 | |
5443 | 5589 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
5590 | |
5591 * audio/playaudio.m, control/base/__bodquist__.m, | |
5592 control/base/lqg.m, control/obsolete/dezero.m, | |
5593 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
5594 control/system/c2d.m, control/system/cellidx.m, | |
5595 control/system/d2c.m, control/system/dmr2d.m, | |
5596 control/system/is_signal_list.m, control/system/listidx.m, | |
5597 control/system/ss.m, control/system/sysappend.m, | |
5598 control/system/sysconnect.m, control/system/sysdup.m, | |
5599 control/system/sysgetsignals.m, control/system/sysidx.m, | |
5600 control/system/sysprune.m, control/system/syssetsignals.m, | |
5601 control/system/tfout.m, control/system/zpout.m, | |
5602 control/util/prompt.m, control/util/sortcom.m, | |
5603 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
5604 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
5605 general/num2str.m, general/repmat.m, general/sortrows.m, | |
5606 general/strerror.m, image/colormap.m, image/imshow.m, | |
5607 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
5608 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
5609 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
5610 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
5611 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
5612 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
5613 plot/print.m, plot/title.m, plot/top_title.m, | |
5614 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
5615 statistics/base/mean.m, statistics/base/moment.m, | |
5616 statistics/tests/cor_test.m, | |
5617 statistics/tests/kolmogorov_smirnov_test.m, | |
5618 statistics/tests/kolmogorov_smirnov_test_2.m, | |
5619 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
5620 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
5621 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
5622 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
5623 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
5624 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
5625 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
5626 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
5627 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
5628 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
5629 Avoid deprecated functions. Use ischar instead of isstr. Use | |
5630 isvector instead of is_vector. Use isstruct instead of | |
5631 is_struct. Use char instead of setstr. | |
5632 | |
5435 | 5633 2005-08-31 Daniel <durbano@shbano.com> |
5634 | |
5635 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
5636 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
5637 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5638 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5639 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 5640 |
5641 * image/saveimage.m: Open output file in binary mode. | |
5642 | |
5643 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
5644 | |
5427 | 5645 2005-08-16 John W. Eaton <jwe@octave.org> |
5646 | |
5647 * miscellaneous/computer.m: Handle optional maxsize and endian | |
5648 outputs. | |
5649 | |
5426 | 5650 2005-08-15 John W. Eaton <jwe@octave.org> |
5651 | |
5652 * strings/strcat.m: Allow single argument. | |
5653 | |
5416 | 5654 2005-07-18 John W. Eaton <jwe@octave.org> |
5655 | |
5656 * strings/strcmp.m: Delete. | |
5657 | |
5413 | 5658 2005-07-13 John W. Eaton <jwe@octave.org> |
5659 | |
5660 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
5661 versions of Octave. | |
5662 | |
5663 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
5664 | |
5665 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
5666 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
5667 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
5668 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
5669 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
5670 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
5671 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
5672 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
5673 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
5674 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
5675 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
5676 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
5677 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
5678 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
5679 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
5680 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
5681 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
5682 * statistics/distributions/finv.m: Rename from f_inv.m. | |
5683 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
5684 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
5685 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
5686 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
5687 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
5688 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
5689 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
5690 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
5691 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
5692 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
5693 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
5694 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
5695 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
5696 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
5697 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
5698 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
5699 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
5700 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
5701 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
5702 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
5703 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
5704 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
5705 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
5706 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
5707 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
5708 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
5709 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
5710 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
5711 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
5712 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 5713 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 5714 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
5715 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
5716 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
5717 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
5718 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
5719 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
5720 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
5721 | |
5722 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
5723 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
5724 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
5725 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
5726 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
5727 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
5728 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
5729 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
5730 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
5731 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
5732 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
5733 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
5734 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
5735 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
5736 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
5737 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
5738 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
5739 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
5740 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
5741 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
5742 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
5743 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
5744 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
5745 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
5746 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
5747 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
5748 deprecated/wiener_rnd.m: New files. | |
5749 | |
5408 | 5750 2005-07-08 John W. Eaton <jwe@octave.org> |
5751 | |
5752 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
5753 * deprecated/weibull_rnd.m: New file. | |
5754 | |
5407 | 5755 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
5756 | |
5757 * strings/dec2base.m: Allow matrix arguments. | |
5758 | |
5406 | 5759 2005-07-08 John W. Eaton <jwe@octave.org> |
5760 | |
5761 * plot/__errplot__.m: Use __plot_globals__. | |
5762 * plot/__plt__.m: Likewise. | |
5763 * plot/figure.m: Likewise. | |
5764 | |
5765 * plot/hold.m: New file. | |
5766 * plot/ishold.m: New file. | |
5767 * plot/__plot_globals__.m: New file. | |
5768 | |
5400 | 5769 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
5770 | |
5771 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
5772 | |
5773 2005-07-05 John W. Eaton <jwe@octave.org> | |
5774 | |
5775 * strings/findstr.m: Return [] for no matches. | |
5776 | |
5399 | 5777 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
5778 | |
5779 * miscellaneous/tic.m: Fix doc string. | |
5780 | |
5395 | 5781 2005-06-15 John W. Eaton <jwe@octave.org> |
5782 | |
5783 * polynomial/polyfit.m: Force return value to be a row vector. | |
5784 | |
5393 | 5785 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
5786 | |
5787 * general/isequal.m: Correct nargin check. | |
5788 | |
5388 | 5789 2005-06-14 John W. Eaton <jwe@octave.org> |
5790 | |
5791 * general/isvector.m: Handle N-d arrays. | |
5792 From Bill Denney <denney@seas.upenn.edu>. | |
5793 | |
5381 | 5794 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
5795 | |
5796 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 5797 |
5377 | 5798 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
5799 | |
5800 * signal/freqz.m: Use correct calculations when given a vector of | |
5801 frequencies. Improve accuracy of returned frequency vector. | |
5802 Improve speed for medium length filters (at a slight cost for slow | |
5803 filters). Add test cases. | |
5804 | |
5373 | 5805 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
5806 | |
5807 * plot/loglog.m: Fix set commands. | |
5808 | |
5381 | 5809 2005-05-25 John W. Eaton <jwe@octave.org> |
5810 | |
5811 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
5812 | |
5371 | 5813 2005-05-24 John W. Eaton <jwe@octave.org> |
5814 | |
5373 | 5815 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
5816 | |
5372 | 5817 * strings/strncmp.m: New file, from Tom Holroyd |
5818 <tomh@kurage.nimh.nih.gov>. | |
5819 | |
5371 | 5820 * strings/strcmp.m: Return logical values in all cases. |
5821 | |
5366 | 5822 2005-05-23 John W. Eaton <jwe@octave.org> |
5823 | |
5824 * plot/orient.m: New file. Adapt to Octave coding style. | |
5825 Texinfoize doc string. | |
5826 | |
5827 * plot/print.m: New file. Adapt to Octave coding style. Include | |
5828 PKG_ADD command. Use set terminal consistently throughout. Use | |
5829 set terminal push/pop and unconditionally set output to screen | |
5830 when done to avoid requiring gget. Use a cell array for dev_list | |
5831 and cellidx to search for items in the list. Delete local | |
5832 variable endl. Don't set and restore automatic_replot. Use {} | |
5833 instead of nth to index varargin. Delete local variable | |
5834 va_arg_cnt. | |
5835 | |
5355 | 5836 2005-05-18 John W. Eaton <jwe@octave.org> |
5837 | |
5838 * general/num2str.m: Return early if X is a character string. | |
5839 | |
5347 | 5840 2005-05-11 John W. Eaton <jwe@octave.org> |
5841 | |
5348 | 5842 * strings/findstr.m: Allow non-string arguments for compatiblity. |
5843 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
5844 | |
5347 | 5845 * plot/polar.m: Don't call __pltopt__ here. |
5846 | |
5333 | 5847 2005-05-02 John W. Eaton <jwe@octave.org> |
5848 | |
5849 * mkdoc: Print header message. | |
5850 | |
5319 | 5851 2005-04-28 John W. Eaton <jwe@octave.org> |
5852 | |
5853 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
5854 startup/octaverc. | |
5855 | |
5318 | 5856 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
5857 | |
5858 * image/imshow.m: Handle various image depths and 3d RGB images. | |
5859 (__im_numeric_limits__): New internal function. | |
5860 | |
5317 | 5861 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
5862 | |
5863 * statistics/tests/anova.m: Compute total_mean as mean of all | |
5864 data, not mean of group_mean. | |
5865 | |
5866 2005-04-28 John W. Eaton <jwe@octave.org> | |
5867 | |
5868 * startup/local-rcfile: New file. | |
5869 * startup/main-rcfile: Rename from startup/octaverc. | |
5870 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
5871 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
5872 Install local-rcfile in $(localfcnfiledir)/startup. | |
5873 | |
5874 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
5875 | |
5876 * startup/inputrc: New file. | |
5877 * startup/octaverc: Configure readline using inputrc from | |
5878 startupfiledir. | |
5879 * startup/Makefile.in (install, install-strip): Install octaverc | |
5880 in $(fcnfiledir)/startup. | |
5881 | |
5310 | 5882 2005-04-27 John W. Eaton <jwe@octave.org> |
5883 | |
5884 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
5885 | |
5289 | 5886 2005-04-21 John W. Eaton <jwe@octave.org> |
5887 | |
5888 * optimization/glpk.m: Handle SENSE argument. | |
5889 | |
5890 * optimization/qp.m, optimization/sqp.m: New files. | |
5891 | |
5276 | 5892 2005-04-08 John W. Eaton <jwe@octave.org> |
5893 | |
5894 * Makefile.in (clean, distclean, maintainer-clean): | |
5895 Avoid duplication in rules. | |
5896 | |
5252 | 5897 2005-03-28 John W. Eaton <jwe@octave.org> |
5898 | |
5899 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
5900 setting {no,}parametric. | |
5901 * plot/figure.m: Likewise, for setting terminal type. | |
5902 | |
5903 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
5904 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
5905 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
5906 plot/title.m, plot/top_title.m: Avoid eval. | |
5907 | |
5251 | 5908 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5909 | |
5253 | 5910 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
5911 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
5912 Use __gnuplot_replot__ instead of replot. | |
5913 | |
5252 | 5914 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
5915 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
5916 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
5917 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
5918 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
5919 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
5920 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 5921 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 5922 |
5251 | 5923 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
5924 | |
5244 | 5925 2005-03-24 John W. Eaton <jwe@octave.org> |
5926 | |
5927 * optimization/glpkmex.m: Texinfoize Doc string. | |
5928 * optimization/glpk.m: Likewise. | |
5929 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
5930 (row vectors are orginary character strings). | |
5931 * optimization/glpkparam.m: Delete. | |
5932 | |
5243 | 5933 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
5934 | |
5935 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
5936 of dimensions of X. | |
5937 | |
5237 | 5938 2005-03-23 John W. Eaton <jwe@octave.org> |
5939 | |
5239 | 5940 * general/tril.m, general/triu.m: Return value of same class as |
5941 argument. | |
5942 | |
5237 | 5943 * optimization/glpk.m: Simplify interface. By default, solve |
5944 standard LP min C'*x s.t. A*x = b, x >= 0. | |
5945 * optimization/glpkmex.m: New file. | |
5946 | |
5232 | 5947 2005-03-22 John W. Eaton <jwe@octave.org> |
5948 | |
5237 | 5949 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
5950 list. | |
5951 | |
5233 | 5952 * optimization/glpk.m: Adapt to Octave coding style. |
5953 No need for varargout or varargin. | |
5954 Print usage message if nargin > 11. | |
5955 Allow any value of nargout. | |
5956 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
5957 Avoid looping when checking character classes. | |
5958 | |
5232 | 5959 * optimization: New directory. |
5960 * Makefile.in (SUBDIRS): Add it to the list. | |
5961 * optimization/Makefile.in: New file. | |
5962 * optimization/glpk.m, optimization/glpkparams.m, | |
5963 optimization/glpktest1, optimization/glpktest2: New files. | |
5964 | |
5218 | 5965 2005-03-16 Soren Hauberg <soren@hauberg.org> |
5966 | |
5967 * strings/split.m: Quick return for empty second arg. | |
5968 Improve warning for multi-line strings. | |
5969 Speed up by avoiding sprintf in loop and eval. | |
5970 | |
5217 | 5971 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
5972 | |
5973 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
5974 * polynomial/polyder.m: Ditto. | |
6778 | 5975 * polynomial/polygcd.m: New function. |
5217 | 5976 |
5214 | 5977 2005-03-16 John W. Eaton <jwe@octave.org> |
5978 | |
5215 | 5979 * control/base/__stepimp__.m, control/base/bode.m, |
5980 control/base/frdemo.m, control/base/nichols.m, | |
5981 control/base/nyquist.m, control/base/pzmap.m, | |
5982 control/base/rldemo.m, control/base/rlocus.m, | |
5983 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
5984 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
5985 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
5986 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
5987 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
5988 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
5989 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
5990 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
5991 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
5992 plot/xlabel.m, quaternion/demoquat.m, | |
5993 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
5994 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
5995 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
5996 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
5997 gsplot from @seealso docs. | |
5214 | 5998 |
5999 * plot/replot.m: New file. | |
6000 | |
5205 | 6001 2005-03-15 David Bateman <dbateman@free.fr> |
6002 | |
6003 * set/unique.m, set/ismember.m: Handle cell arrays. | |
6004 | |
5196 | 6005 2005-03-09 John W. Eaton <jwe@octave.org> |
6006 | |
6007 * statistics/Makefile.in (bin-dist): Delete target. | |
6008 (BINDISTSUBDIRS): Delete variable. | |
6754 | 6009 * control/Makefile.in: Likewise. |
5196 | 6010 |
5378 | 6011 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 6012 (BINDISTFILES): Delete variable. |
5378 | 6013 * control/base/Makefile.in: Likewise. |
6014 * control/hinf/Makefile.in: Likewise. | |
6015 * control/obsolete/Makefile.in: Likewise. | |
6016 * control/system/Makefile.in: Likewise. | |
6017 * control/util/Makefile.in: Likewise. | |
6018 * deprecated/Makefile.in: Likewise. | |
6019 * elfun/Makefile.in: Likewise. | |
6020 * finance/Makefile.in: Likewise. | |
6021 * general/Makefile.in: Likewise. | |
6022 * image/Makefile.in: Likewise. | |
6023 * sparse/Makefile.in: Likewise. | |
6024 * io/Makefile.in: Likewise. | |
6025 * plot/Makefile.in: Likewise. | |
6026 * Makefile.in: Likewise. | |
6027 * miscellaneous/Makefile.in: Likewise. | |
6028 * linear-algebra/Makefile.in: Likewise. | |
6029 * polynomial/Makefile.in: Likewise. | |
6030 * quaternion/Makefile.in: Likewise. | |
6031 * set/Makefile.in: Likewise. | |
6032 * signal/Makefile.in: Likewise. | |
6033 * specfun/Makefile.in: Likewise. | |
6034 * special-matrix/Makefile.in: Likewise. | |
6035 * startup/Makefile.in: Likewise. | |
6036 * statistics/base/Makefile.in: Likewise. | |
6037 * statistics/distributions/Makefile.in: Likewise. | |
6038 * statistics/models/Makefile.in: Likewise. | |
6039 * statistics/tests/Makefile.in: Likewise. | |
6040 * strings/Makefile.in: Likewise. | |
6041 * time/Makefile.in: Likewise. | |
5196 | 6042 |
5195 | 6043 2005-03-08 John W. Eaton <jwe@octave.org> |
6044 | |
6045 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
6046 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
6047 | |
5192 | 6048 2005-03-04 John W. Eaton <jwe@octave.org> |
6049 | |
6050 * plot/clg.m: New file. | |
6051 | |
5193 | 6052 2005-03-03 John W. Eaton <jwe@octave.org> |
6053 | |
6054 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
6055 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
6056 strings/strcmpi.m: | |
6057 New files from Octave-forge. Adapt to Octave coding standards. | |
6058 | |
5181 | 6059 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
6060 | |
6061 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
6062 computation range. | |
6063 | |
5164 | 6064 2005-02-25 John W. Eaton <jwe@octave.org> |
6065 | |
6066 Sparse merge. | |
6067 | |
6068 2005-01-23 David Bateman <dbateman@free.fr> | |
6069 | |
6070 * sparse/randperm.m: Delete duplicate randperm.m. | |
6071 | |
6072 2005-01-10 John W. Eaton <jwe@octave.org> | |
6073 | |
6074 * sparse/Makefile.in: New file. | |
6075 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
6076 | |
6077 2005-01-07 David Bateman <dbateman@free.fr> | |
6078 | |
6079 * set/unique.m: import file from octave-forge. | |
6080 | |
6081 2005-01-05 David Bateman <dbateman@free.fr> | |
6082 | |
6083 * Makefile.in: include sparse directory in SUBDIRS. | |
6084 | |
6085 2004-12-30 John W. Eaton <jwe@octave.org> | |
6086 | |
6087 * sparse/nzmax.m: Delete (there is an nzmax function in | |
6088 src/DLD-FUNCTIONS/sparse.cc). | |
6089 | |
6090 2004-12-28 John W. Eaton <jwe@octave.org> | |
6091 | |
6092 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
6093 Andy Adler <adler@site.uottawa.ca>. | |
6094 | |
6095 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
6096 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
6097 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
6098 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
6099 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
6100 | |
6101 * sparse: New directory. | |
6102 | |
5158 | 6103 2005-02-22 John W. Eaton <jwe@octave.org> |
6104 | |
6105 * polynomial/residue.m: Force prepad to always create row vectors. | |
6106 | |
6107 * polynomial/poly.m: Quick return if m is 0. | |
6108 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
6109 | |
5154 | 6110 2005-02-21 David Bateman <dbateman@free.fr> |
6111 | |
6112 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
6113 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
6114 Fix for row vectors with at least one element of lambda not in | |
6115 (0, Inf). | |
6116 | |
5152 | 6117 2005-02-21 John W. Eaton <jwe@octave.org> |
6118 | |
5153 | 6119 * statistics/base/qqplot.m: Use feval instead of eval. |
6120 | |
5152 | 6121 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
6122 plot/__axis_label__.m: Issue replot command. | |
6123 | |
5135 | 6124 2005-02-09 John W. Eaton <jwe@octave.org> |
6125 | |
6126 * polynomial/polyderiv.m: Force P to be a row vector. | |
6127 | |
5133 | 6128 2005-02-08 John W. Eaton <jwe@octave.org> |
6129 | |
6130 * strings/dec2base.m: Don't delete leading zero if third arg is | |
6131 provided and len <= computed max_len. | |
6132 | |
5125 | 6133 2005-01-27 David Bateman <dbateman@free.fr> |
6134 | |
6135 * strings/dec2base.m: Be even more careful about handling all digits. | |
6136 | |
6137 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
6138 | |
6139 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
6140 | |
5123 | 6141 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
6142 | |
6143 * statistics/base/median.m: Make it work for the scalar case too. | |
6144 | |
6308 | 6145 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 6146 |
6147 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 6148 Simplify logic for decoding args. |
5117 | 6149 |
5115 | 6150 2005-01-24 John W. Eaton <jwe@octave.org> |
6151 | |
5116 | 6152 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
6153 | |
6154 * plot/__plt__.m: No need to save and reset hold state now. | |
6155 (first_plot): Delete unused variable. | |
6156 | |
5115 | 6157 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
6158 | |
6159 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
6160 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
6161 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6162 plot/__plt2vv__.m: | |
6163 Return data and gnuplot commands instead of evaluating them. | |
6164 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
6165 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
6166 | |
5108 | 6167 2005-01-18 John W. Eaton <jwe@octave.org> |
6168 | |
6169 * linear-algebra/cross.m: Allocate idx1 before use. | |
6170 | |
5096 | 6171 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
6172 | |
6173 * statistics/base/range.m: Fix varargin usage. | |
6174 | |
5091 | 6175 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
6176 | |
6177 * strings/deblank.m: Remove all trailing whitespace (check with | |
6178 isspace), not just SPC. | |
6179 | |
5090 | 6180 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
6181 | |
6182 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
6183 | |
5073 | 6184 2004-11-09 John W. Eaton <jwe@octave.org> |
6185 | |
6186 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
6187 From Julius Smith <jos@ccrma.stanford.edu>. | |
6188 | |
5072 | 6189 2004-11-08 John W. Eaton <jwe@octave.org> |
6190 | |
6191 * plot/__plt2vm__.m: Delete debugging statement. | |
6192 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
6193 | |
5065 | 6194 2004-11-04 John W. Eaton <jwe@octave.org> |
6195 | |
6196 * plot/hist.m: Always return row vectors for vector args. | |
6197 | |
5031 | 6198 2004-09-23 John W. Eaton <jwe@octave.org> |
6199 | |
6200 * strings/strcmp.m: If args are not strings or cell arrays of | |
6201 strings, return zero instead of reporting an error. | |
6202 | |
5021 | 6203 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
6204 | |
6205 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
6206 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
6207 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
6208 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
6209 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
6210 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
6211 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
6212 control/hinf/is_dgkf.m, control/system/c2d.m, | |
6213 control/system/is_detectable.m, control/system/is_sample.m, | |
6214 control/system/is_siso.m, control/system/is_stable.m, | |
6215 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
6216 control/system/sys2tf.m, control/system/sys2zp.m, | |
6217 control/system/sysappend.m, control/system/sysconnect.m, | |
6218 control/system/sysdisc.m, control/system/sysdup.m, | |
6219 control/system/sysgetsignals.m, control/system/sysmult.m, | |
6220 control/system/syssetsignals.m, control/system/syssub.m, | |
6221 control/system/tf2sys.m, control/system/ugain.m, | |
6222 control/system/zp2ss.m, control/system/zp2sys.m, | |
6223 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
6224 special-matrix/toeplitz.m: Fix typos in doc strings. | |
6225 | |
6226 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
6227 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
6228 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
6229 ontrol/system/is_abcd.m, control/system/parallel.m, | |
6230 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
6231 control/system/sysappend.m, control/system/sysconnect.m, | |
6232 control/system/sysdup.m, control/system/sysgroup.m, | |
6233 control/system/sysprune.m, control/system/sysreorder.m, | |
6234 control/system/sysscale.m, control/system/syssub.m, | |
6235 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
6236 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
6237 polynomial/polyout.m, specfun/log2.m: | |
6238 Add output arguments in doc strings. | |
6239 | |
6240 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
6241 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
6242 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
6243 control/base/freqchkw.m, control/base/__freqresp__.m, | |
6244 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
6245 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
6246 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
6247 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
6248 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
6249 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
6250 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
6251 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
6252 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
6253 control/system/c2d.m, control/system/is_abcd.m, | |
6254 control/system/is_controllable.m, control/system/is_detectable.m, | |
6255 control/system/is_observable.m, control/system/is_stable.m, | |
6256 control/system/jet707.m, control/system/ord2.m, | |
6257 control/system/starp.m, control/system/sys2fir.m, | |
6258 control/system/sys2ss.m, control/system/sys2tf.m, | |
6259 control/system/sys2zp.m, control/system/syscont.m, | |
6260 control/system/sysdisc.m, control/system/sysdup.m, | |
6261 control/system/sysgettype.m, control/system/sysgroup.m, | |
6262 control/system/sysmult.m, control/system/sysprune.m, | |
6263 control/system/sysreorder.m, control/system/sysscale.m, | |
6264 control/system/syssetsignals.m, control/system/sysupdate.m, | |
6265 control/system/tf2ss.m, control/system/tf2sys.m, | |
6266 control/system/zp2ss.m, control/system/zp2sys.m, | |
6267 control/util/axis2dlim.m, control/util/prompt.m, | |
6268 control/util/zgfmul.m, control/util/zginit.m, | |
6269 control/util/__zgpbal__.m, control/util/zgscal.m: | |
6270 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
6271 in doc strings. | |
6272 | |
6273 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
6274 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
6275 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
6276 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
6277 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
6278 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
6279 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
6280 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
6281 control/system/c2d.m, control/system/fir2sys.m, | |
6282 control/system/is_stabilizable.m, control/system/jet707.m, | |
6283 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
6284 control/util/zgshsr.m, polynomial/polyout.m: | |
6285 New @tex section(s) in doc strings for better formating of printed | |
6286 output. | |
6287 | |
6288 * control/base/__freqresp__.m, control/base/nyquist.m, | |
6289 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
6290 control/obsolete/syschnames.m, control/system/sysprune.m: | |
6291 Use proper double quote marks for TeX. | |
6292 | |
6293 * control/base/DEMOcontrol.m: Add missing ; | |
6294 | |
6295 * control/base/nichols.m, control/base/rlocus.m, | |
6296 control/obsolete/minfo.m, control/system/is_digital.m, | |
6297 control/system/ss2zp.m, control/system/sysmin.m, | |
6298 control/system/tf2zp.m, control/util/sortcom.m: | |
6299 Convert documentation to use or more completely use Texinfo. | |
6300 | |
6301 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
6302 control/hinf/hinfdemo.m, control/system/ord2.m, | |
6303 control/system/parallel.m, control/system/ss2tf.m, | |
6304 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
6305 art splitting over a page boundary. | |
6306 | |
6307 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
6308 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
6309 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
6310 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
6311 control/hinf/wgt1o.m, control/system/buildssic.m: | |
6312 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
6313 the TeX documentation. | |
6314 | |
6315 * control/system/is_stabilizable.m: | |
6316 Add Copyright so that help is displayed correctly. | |
6317 | |
6318 * special-matrix/vander.m: Octave indexes start at 1. | |
6319 | |
5011 | 6320 2004-09-21 David Bateman <dbateman@free.fr> |
6321 | |
6322 * general/rotdim.m: New function for rotation of an N-d array in an | |
6323 arbitrary plane. | |
6324 | |
6325 * general/flipdim.m: New function to flip an N-d array about an | |
6326 arbitrary axis. | |
6327 | |
5003 | 6328 2004-09-15 David Bateman <dbateman@free.fr> |
6329 | |
6330 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
6331 | |
4992 | 6332 2004-09-15 John W. Eaton <jwe@octave.org> |
6333 | |
6334 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 6335 Use iscellstr to check for cells rather than iscell. |
6336 Improve diagnostics for invalid args. | |
4992 | 6337 |
4983 | 6338 2004-09-10 David Bateman <dbateman@free.fr> |
6339 | |
6340 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
6341 and p with n > 1, and fix for matrix n and p with n == 1. | |
6342 | |
6343 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
6344 due to row vs. column vector operations. | |
6345 | |
4964 | 6346 2004-09-03 David Bateman <dbateman@free.fr> |
6347 | |
6348 * general/repmat.m: Fix to allow logical classes. | |
6349 | |
4950 | 6350 2004-08-31 John W. Eaton <jwe@octave.org> |
6351 | |
6352 * general/isa.m: New function, from Octave-forge. | |
6353 | |
6354 2004-08-31 David Bateman <dbateman@free.fr> | |
6355 | |
6356 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
6357 limitation on the use of int64 and uint64 types, and the use | |
6358 of the eval. | |
6359 | |
6360 * general/bitset.m: Remove superfluous cast to return type, as bug | |
6361 in .^ with integer types is fixed. | |
6362 | |
6363 * general/repmat.m: Adapt to allow integer types. | |
4945 | 6364 |
6365 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
6366 | |
6367 * plot/axis.m: Don't reset axes when querying them. | |
6368 | |
4942 | 6369 2004-08-27 David Bateman <dbateman@free.fr> |
6370 | |
6371 * statistics/base/ranks.m: Handle non-consecutive ties. | |
6372 Eliminate loop. | |
6373 | |
4918 | 6374 2004-07-27 David Bateman <dbateman@free.fr> |
6375 | |
6376 * general/num2str.m: Also insert spaces in output when precision | |
6377 argument is supplied. | |
6378 | |
4915 | 6379 2004-07-23 David Bateman <dbateman@free.fr> |
6380 | |
6381 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
6382 | |
4911 | 6383 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
6384 | |
6385 * general/sub2ind.m: Make reshaping index list unnecessary. | |
6386 | |
6387 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
6388 | |
6389 * miscellaneous/unix.m: Fix doc string. | |
6390 | |
6391 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
6392 | |
6393 * plot/figure.m: Clarification of documentation. | |
6394 | |
6395 * image/imshow.m: Warn for complex images. | |
6396 Only estimate colourmap for images in [0, 65536]. | |
6397 | |
6398 2004-07-22 David Bateman <dbateman@free.fr> | |
6399 | |
6400 * general/num2str.m: Fix the case of an all zero input. | |
6401 | |
4906 | 6402 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
6403 | |
6404 * general/ind2sub.m: Doc fix. | |
6405 | |
4900 | 6406 2004-06-08 John W. Eaton <jwe@octave.org> |
6407 | |
6408 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
6409 convert function handle to string for eval. | |
6410 | |
4898 | 6411 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
6412 | |
6413 * plot/errorbar.m: Remove debugging output. | |
6414 | |
6415 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
6416 | |
6417 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
6418 | |
4897 | 6419 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
6420 | |
4898 | 6421 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
6422 | |
6423 * polynomial/polyout.m: Use parenthesis if necessary around | |
6424 complex polynomial coefficient. | |
6425 | |
4897 | 6426 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
6427 the bug which causes __errplot__ to ignore the last argument. | |
6428 | |
4894 | 6429 2004-06-03 David Bateman <dbateman@free.fr> |
6430 | |
6431 * general/shiftdim.m: New function based on JWE code snippet. | |
6432 | |
6433 * general/circdim.m: New function. | |
6434 | |
4890 | 6435 2004-05-06 David Bateman <dbateman@free.fr> |
6436 | |
6437 * general/issquare.m: Fail if ndim(x) > 2. | |
6438 | |
6439 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
6440 | |
6441 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
6442 N-d array arguments. Add optional dim argument to define | |
6443 dimension along which to operate. | |
6444 | |
6445 * linear-algebra/dmult.m: Allow N-d arrays. | |
6446 | |
6447 * linear-algebra/vec.m: Use v(:) and not reshape. | |
6448 | |
4885 | 6449 2004-04-29 David Bateman <dbateman@free.fr> |
6450 | |
6451 * statistics/base/ranks.m, statistics/base/run_count.m, | |
6452 statistics/base/studentize.m, statistics/base/kurtosis.m | |
6453 statistics/base/statistics.m, statistics/base/skewness.m | |
6454 statistics/base/iqr.m: | |
6455 Make N-d array aware. Allow optional argument to define the | |
6456 dimension along which to operate. Update the documentation. | |
6457 | |
6458 * statistics/base/ranks.m: Change algorithm to use sort, | |
6459 and adjust for the ties after. | |
6460 | |
6461 * statistics/base/run_counts.m: Change algorithm to use | |
6462 the a combination of diff and find, rather than a for-loop. | |
6463 | |
4881 | 6464 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
6465 | |
6466 * plot/hist.m: Correctly determine cutoffs. New tests. | |
6467 | |
4878 | 6468 2004-04-23 David Bateman <dbateman@free.fr> |
6469 | |
6470 * general/int2str.m: Treat only real part of argument, and treat | |
6471 NDArrays by stacking the slices through the matrix vertically. | |
6472 | |
6473 * general/num2str.m: Improve format of integer matrices, and the | |
6474 conversion of complex matrices added. Treat NDArrays by stacking | |
6475 the slices through the matrix vertically. | |
6476 | |
6477 * deprecated/com2str.m: Moved here from general subdirectory. | |
6478 | |
4877 | 6479 2004-04-22 John W. Eaton <jwe@octave.org> |
6480 | |
6481 * quaternion/qtransvmat.m: Use continuation characters to make | |
6482 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
6483 | |
4869 | 6484 2004-04-21 David Bateman <dbateman@free.fr> |
6485 | |
5378 | 6486 * elfun/lcm.m: Make N-d aware. |
4870 | 6487 |
4869 | 6488 * general/diff.m: Make the code N-d array aware. Allow an |
6489 optional argument to define the dimension along which to perform | |
6490 the differences and allow the order of the differences to be larger | |
6491 than the dimension itself. | |
6492 | |
6493 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
6494 use of these functions to 1- and 2-d arrays. | |
6495 | |
4863 | 6496 2004-04-16 John W. Eaton <jwe@octave.org> |
6497 | |
6498 * elfun/gcd.m: Delete. | |
6499 | |
4862 | 6500 2004-04-15 David Bateman <dbateman@free.fr> |
6501 | |
6502 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
6503 | |
6504 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
6505 array aware and and optional argument for the dimension along | |
6506 which to operate. | |
6507 | |
5378 | 6508 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 6509 argument for the dimension to be consistent with other N-d array |
6510 functions. | |
6511 | |
4860 | 6512 2004-04-08 David Bateman <dbateman@free.fr> |
6513 | |
6514 * statistics/distributions/discrete_cdf.m, | |
6515 statistics/distributions/discrete_inv.m, | |
6516 statistics/distributions/discrete_pdf.m, | |
6517 statistics/distributions/discrete_rnd.m, | |
6518 statistics/distributions/exponential_cdf.m, | |
6519 statistics/distributions/exponential_inv.m, | |
6520 statistics/distributions/exponential_pdf.m, | |
6521 statistics/distributions/exponential_rnd.m, | |
6522 statistics/distributions/f_cdf.m, | |
6523 statistics/distributions/f_inv.m, | |
6524 statistics/distributions/f_pdf.m, | |
6525 statistics/distributions/f_rnd.m, | |
6526 statistics/distributions/geometric_cdf.m, | |
6527 statistics/distributions/geometric_inv.m, | |
6528 statistics/distributions/geometric_pdf.m, | |
6529 statistics/distributions/geometric_rnd.m, | |
6530 statistics/distributions/hypergeometric_rnd.m, | |
6531 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
6532 statistics/distributions/laplace_cdf.m, | |
6533 statistics/distributions/laplace_inv.m, | |
6534 statistics/distributions/laplace_pdf.m, | |
6535 statistics/distributions/laplace_rnd.m, | |
6536 statistics/distributions/logistic_inv.m, | |
6537 statistics/distributions/logistic_rnd.m, | |
6538 statistics/distributions/lognormal_cdf.m, | |
6539 statistics/distributions/lognormal_inv.m, | |
6540 statistics/distributions/lognormal_pdf.m, | |
6541 statistics/distributions/lognormal_rnd.m, | |
6542 statistics/distributions/pascal_cdf.m, | |
6543 statistics/distributions/pascal_inv.m, | |
6544 statistics/distributions/pascal_pdf.m, | |
6545 statistics/distributions/pascal_rnd.m, | |
6546 statistics/distributions/poisson_cdf.m, | |
6547 statistics/distributions/poisson_inv.m, | |
6548 statistics/distributions/poisson_pdf.m, | |
6549 statistics/distributions/poisson_rnd.m, | |
6550 statistics/distributions/t_cdf.m, | |
6551 statistics/distributions/t_inv.m, | |
6552 statistics/distributions/t_pdf.m, | |
6553 statistics/distributions/t_rnd.m, | |
6554 statistics/distributions/weibull_cdf.m, | |
6555 statistics/distributions/weibull_inv.m, | |
6556 statistics/distributions/weibull_pdf.m, | |
6557 statistics/distributions/weibull_rnd.m: | |
6558 Allow N-d arrays. | |
6559 | |
6560 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
6561 that results in NaN in places where it should not have had. | |
6562 | |
6563 * statistics/distributions/discrete_rnd.m: New argument formats to | |
6564 allow creating arbitrary matrices, compatiable with the other | |
5583 | 6565 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 6566 |
6567 * statistics/distributions/empirical_rnd.m: New argument formats | |
6568 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 6569 *_rnd.m functions. Maintain compatibility with previous |
4860 | 6570 format. Allow N-d arrays. |
6571 | |
6572 * statistics/distributions/hypergeometric_cdf.m, | |
6573 statistics/distributions/hypergeometric_inv.m, | |
6574 statistics/distributions/hypergeometric_pdf.m, | |
6575 statistics/distributions/wiener_rnd.m: | |
6576 Error for non-scalar arguments. | |
6577 | |
6578 * statistics/distributions/pascal_rnd.m: | |
6579 Correct for n = 1 bug, where all elements were equal. | |
6580 | |
4849 | 6581 2004-04-06 David Bateman <dbateman@free.fr> |
6582 | |
4854 | 6583 * general/common_size.m, miscellaneous/bincoeff.m, |
6584 statistics/distributions/beta_cdf.m, | |
6585 statistics/distributions/beta_inv.m, | |
6586 statistics/distributions/beta_pdf.m, | |
6587 statistics/distributions/beta_rnd.m, | |
6588 statistics/distributions/binomial_cdf.m, | |
6589 statistics/distributions/binomial_inv.m, | |
6590 statistics/distributions/binomial_pdf.m, | |
6591 statistics/distributions/binomial_rnd.m, | |
6592 statistics/distributions/cauchy_cdf.m, | |
6593 statistics/distributions/cauchy_inv.m, | |
6594 statistics/distributions/cauchy_pdf.m, | |
6595 statistics/distributions/cauchy_rnd.m, | |
6596 statistics/distributions/chisquare_cdf.m, | |
6597 statistics/distributions/chisquare_inv.m, | |
6598 statistics/distributions/chisquare_pdf.m, | |
6599 statistics/distributions/chisquare_rnd.m, | |
6600 statistics/distributions/gamma_cdf.m, | |
6601 statistics/distributions/gamma_inv.m, | |
6602 statistics/distributions/gamma_pdf.m, | |
6603 statistics/distributions/gamma_rnd.m, | |
6604 statistics/distributions/normal_cdf.m, | |
6605 statistics/distributions/normal_inv.m, | |
6606 statistics/distributions/normal_pdf.m, | |
6607 statistics/distributions/normal_rnd.m, | |
6608 statistics/distributions/stdnormal_cdf.m, | |
6609 statistics/distributions/stdnormal_pdf.m, | |
6610 statistics/distributions/stdnormal_rnd.m, | |
6611 statistics/distributions/uniform_cdf.m, | |
6612 statistics/distributions/uniform_inv.m, | |
6613 statistics/distributions/uniform_pdf.m, | |
6614 statistics/distributions/uniform_rnd.m: | |
6615 Allow the inputs to be N-d arrays. | |
6616 | |
4852 | 6617 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
6618 * statistics/base/median.m: Likewise. | |
4849 | 6619 |
4844 | 6620 2004-04-02 David Bateman <dbateman@free.fr> |
6621 | |
6622 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 6623 * statistics/base/center.m, statistics/base/meansq.m, |
6624 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 6625 Update for N-d arrays. |
4844 | 6626 * signal/fftshift.m: Fix dimensioning error. |
6627 | |
6628 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 6629 N-d arrays. |
4844 | 6630 |
4852 | 6631 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
6632 | |
6633 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 6634 |
4852 | 6635 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 6636 |
6637 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
6638 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
6639 control/system/sysprune.m: Doc update for usage of cell arrays. | |
6640 | |
6641 * control/system/sysidx.m: Use cellidx and not listidx. | |
6642 | |
4841 | 6643 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
6644 | |
6645 * plot/__pltopt1__.m: Always add title clause to plot command with | |
6646 default of "" (so it is off unless explicitly set by the user). | |
6647 | |
4836 | 6648 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
6649 | |
6650 * image/imshow.m: Accept "truesize" argument. | |
6651 Ignore current colormap. New tests and demos. | |
6652 | |
4834 | 6653 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
6654 | |
6655 * signal/sinewave.m: Allow N to default to M. | |
6656 | |
4826 | 6657 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6658 | |
6659 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
6660 | |
4818 | 6661 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
6662 | |
6663 * general/deal.m: New function. | |
4819 | 6664 Add tests from Paul Kienzle. |
4818 | 6665 |
4811 | 6666 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
6667 | |
6668 * plot/hist.m: Compute histogram correctly for n>=30. | |
6669 | |
5095 | 6670 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 6671 |
6672 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
6673 | |
4806 | 6674 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6675 | |
6676 * miscellaneous/horzcat.m: Delete. | |
6677 * miscellaneous/vertcat.m: Delete. | |
6678 | |
4790 | 6679 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
6680 | |
6681 * plot/figure.m: Also look for GNUTERM in the environment and use | |
6682 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
6683 | |
4789 | 6684 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6685 | |
6686 * control/base/__stepimp__.m: Only call clearplot if we will be | |
6687 doing multiple plots in the same gnuplot frame. | |
6688 | |
4780 | 6689 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6690 | |
6691 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
6692 control/system/cellidx.m, control/system/ss.m, | |
6693 control/system/tf.m, control/system/zp.m: New functions. | |
6694 | |
4778 | 6695 2004-02-16 Glenn Golden <gdg@zplane.com> |
6696 | |
6697 * statistics/distributions/discrete_inv.m: | |
6698 Reduce memory requirements. | |
6699 | |
4772 | 6700 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6701 | |
6702 * plot/__errcomm__.m: Fix thinko in previous change. | |
6703 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
6704 | |
4771 | 6705 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
6706 | |
6707 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
6708 control/base/analdemo.m, control/base/bddemo.m, | |
6709 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
6710 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
6711 control/base/rldemo.m, control/base/rlocus.m, | |
6712 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
6713 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
6714 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
6715 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
6716 control/obsolete/packsys.m, control/obsolete/series.m, | |
6717 control/system/__sysdefioname__.m, | |
6718 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
6719 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
6720 control/system/c2d.m, control/system/d2c.m, | |
6721 control/system/dmr2d.m, control/system/fir2sys.m, | |
6722 control/system/is_signal_list.m, control/system/is_siso.m, | |
6723 control/system/jet707.m, control/system/listidx.m, | |
6724 control/system/moddemo.m, control/system/ord2.m, | |
6725 control/system/packedform.m, control/system/parallel.m, | |
6726 control/system/ss2sys.m, control/system/sys2tf.m, | |
6727 control/system/sys2zp.m, control/system/sysadd.m, | |
6728 control/system/sysappend.m, control/system/sysconnect.m, | |
6729 control/system/syscont.m, control/system/sysdimensions.m, | |
6730 control/system/sysdisc.m, control/system/sysdup.m, | |
6731 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
6732 control/system/sysgroup.m, control/system/sysmin.m, | |
6733 control/system/sysmult.m, control/system/sysprune.m, | |
6734 control/system/sysrepdemo.m, control/system/sysscale.m, | |
6735 control/system/syssetsignals.m, control/system/syssub.m, | |
6736 control/system/sysupdate.m, control/system/tf2sys.m, | |
6737 control/system/ugain.m, control/system/zp2ss.m, | |
6738 control/system/zp2sys.m, control/util/__outlist__.m, | |
6739 control/util/__zgpbal__.m, control/util/strappend.m: | |
6740 Use cell arrays instead of lists. | |
6741 | |
4723 | 6742 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
6743 | |
6744 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
6745 so that bar (1, 1) will work. | |
6746 | |
4710 | 6747 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
6748 | |
4717 | 6749 * plot/__errcomm__.m: Cope with nargin now being a function. |
6750 * plot/__errplot__.m: Likewise. | |
6751 * plot/__plt__.m: Likewise. | |
6752 * plot/plot_border.m: Likewise. | |
6753 | |
4710 | 6754 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
6755 not $(DOCSTRINGS). | |
6756 | |
4706 | 6757 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
6758 | |
6759 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
6760 rank ([], tol). | |
6761 | |
4691 | 6762 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6763 | |
4692 | 6764 * elfun/acot.m: Return atan (1./z). |
6765 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
6766 | |
4691 | 6767 * miscellaneous/dir.m: New file. |
6768 | |
6769 * general/num2str.m: Use "%d" as format if values are ints with | |
6770 magnitude less than 1e10. | |
6771 | |
6772 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6773 | |
6774 * general/num2str.m: If single arg is string, return it. | |
6775 | |
6776 * miscellaneous/not.m: New file. | |
6777 | |
6778 * miscellaneous/unix.m: New file. | |
6779 | |
6780 * miscellaneous/isunix.m: New file. | |
6781 * miscellaneous/ispc.m: New file. | |
6782 | |
6783 * miscellaneous/computer.m: New file. | |
6784 | |
6785 * miscellaneous/delete.m: New file. | |
6786 | |
4689 | 6787 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
6788 | |
6789 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
6790 | |
6791 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6792 | |
6793 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
6794 Always return substituted version of LOADPATH if nargout != 0. | |
6795 | |
4685 | 6796 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
6797 | |
6798 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
6799 before continuing. | |
6800 | |
6801 * miscellaneous/fileparts.m: Allow name to start with ".". | |
6802 | |
4677 | 6803 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6804 | |
6805 * general/ind2sub.m: New file. | |
6806 * general/sub2ind.m: New file. | |
6807 | |
4675 | 6808 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6809 | |
6810 * control/system/zp2ss.m: Don't save and restore | |
6811 warn_empty_list_elements. | |
6812 | |
6813 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
6814 | |
6778 | 6815 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 6816 |
4673 | 6817 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
6818 | |
6819 * statistics/base/mean.m: Remove special case for row vectors. | |
6820 | |
4637 | 6821 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
6822 | |
6823 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
6824 | |
4631 | 6825 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
6826 | |
6827 * statistics/base/iqr.m: Handle matrices. | |
6828 | |
4630 | 6829 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6830 | |
6831 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
6832 | |
4629 | 6833 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
6834 | |
6835 * miscellaneous/path.m: Fix thinko in previous change. | |
6836 | |
4609 | 6837 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
6838 | |
4629 | 6839 * control/base/dare.m: Check positive (semi)definiteness and |
6840 dimensions of r (and q). | |
6841 * control/base/dlqr.m: Check stabilizability of (A,B), | |
6842 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
6843 near unit circle. | |
4611 | 6844 |
6845 * control/system/is_detectable.m: Use Hautus Lemma. | |
6846 Correct the behavior for discrete-time systems. | |
6847 * control/system/is_stabilizable.m: Likewise. | |
6848 | |
4609 | 6849 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
6850 | |
6851 * linear-algebra/krylovb.m: Fix typo in usage message. | |
6852 | |
4610 | 6853 * general/isdefinite.m: New function. |
6854 | |
4567 | 6855 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
6856 | |
6857 * general/reshape: Delete. | |
6858 | |
4559 | 6859 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
6860 | |
6861 * general/numel.m: Delete. | |
6862 | |
4535 | 6863 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6864 | |
4536 | 6865 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
6866 | |
6867 * deprecated/isstr.m: New file. | |
4535 | 6868 |
4529 | 6869 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
6870 | |
6871 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
6872 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
6873 | |
4525 | 6874 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
6875 | |
6876 * statistics/base/mean.m: Fix missing semicolon problem. | |
6877 | |
4503 | 6878 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
6879 | |
6880 * plot/subplot.m: New global variable, __multiplot_scale__. | |
6881 | |
4492 | 6882 2003-08-29 David Castelow <DCastelow@Airspan.com> |
6883 | |
6884 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
6885 Allow optional length argument. | |
6886 | |
4491 | 6887 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
6888 | |
6889 * polynomial/polyfit.m: Avoid calling flipud. | |
6890 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
6891 Return structure as second output value for improved Matlab | |
6892 compatibility. | |
6893 | |
4476 | 6894 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
6895 | |
4478 | 6896 * linear-algebra/cond.m: Behave as though old built-in variable |
6897 propagate_empty_matrices is always 1. Also handle empty matrices | |
6898 with one non-zero dimension. | |
6899 | |
4476 | 6900 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
6901 warn_single_quote_string to the list. | |
4478 | 6902 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
6903 from the list. | |
4476 | 6904 |
5095 | 6905 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 6906 |
6907 * signal/autocov.m: Transpose result of conj because diag returns | |
6908 a column vector, not a row vector. | |
6909 | |
6910 * audio/playaudio.m, audio/record.m, image/image.m, | |
6911 miscellaneous/bug_report.m: Protect spaces in filenames | |
6912 with quotes. | |
6913 | |
4466 | 6914 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6915 | |
4468 | 6916 * io/printf.m, io/puts.m: Delete. |
6917 | |
4466 | 6918 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
6919 default_return_value from the list. | |
6920 Add warn_undefined_return_values to the list. | |
6921 | |
6922 | |
4464 | 6923 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
6924 | |
6925 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
6926 and initialize_global_variables from the list. | |
6927 | |
4460 | 6928 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
6929 | |
4463 | 6930 * image/colormap.m: Don't save and restore default_eval_print_flag. |
6931 | |
6932 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
6933 | |
6934 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
6935 * control/system/sys2fir.m: Likewise. | |
6936 | |
6937 * control/system/is_siso.m: Use && instead of & where appropriate. | |
6938 * control/system/__tf2sysl__.m: Likewise. | |
6939 | |
6940 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
6941 | |
6942 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
6943 and [] concatenation. | |
6944 * control/system/sys2fir.m: Likewise. | |
6945 | |
6946 * control/base/dgram.m, control/base/freqchkw.m, | |
6947 control/base/gram.m, control/system/__abcddims__.m, | |
6948 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
6949 control/system/is_sample.m, control/system/is_signal_list.m, | |
6950 control/system/is_siso.m, control/system/sys2fir.m, | |
6951 control/system/syschtsam.m, control/system/sysgettsam.m, | |
6952 control/system/sysgettype.m, control/system/tf2zp.m, | |
6953 control/system/ugain.m, control/util/prompt.m, | |
6954 control/util/run_cmd.m, control/util/zgrownorm.m, | |
6955 control/util/zgshsr.m: | |
6956 Improve conformance to Octave coding style. | |
6957 | |
4461 | 6958 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
6959 the list. | |
6960 Delete resize_on_range_error from the list. | |
6961 | |
4460 | 6962 * control/base/pzmap.m, control/base/place.m, |
6963 control/base/__freqresp__.m, control/system/sysappend.m, | |
6964 control/system/syscont.m, control/system/sysdisc.m, | |
6965 control/system/sysgroup.m, control/system/tfout.m, | |
6966 control/system/zp2ss.m, control/system/zpout.m, | |
6967 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
6968 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
6969 empty_list_elements_ok. | |
6970 | |
6971 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
6972 Delete empty_list_elements_ok from the list. | |
6973 | |
4457 | 6974 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6975 | |
6976 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
6977 list. | |
6978 Delete treat_neg_dim_as_zero from the list. | |
6979 | |
6980 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
6981 | |
4451 | 6982 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6983 | |
4455 | 6984 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
6985 was not used in the code in any case). | |
6986 | |
6987 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
6988 do_fortran_indexing. | |
6989 | |
4452 | 6990 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
6991 implict_str_to_num_ok. Use unwind_protect block to do it. | |
6992 | |
4451 | 6993 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
6994 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 6995 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 6996 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
6997 warn_fortran_indexing in the list. | |
6998 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
6999 implicit_str_to_num_ok, do_fortran_indexing, and | |
7000 prefer_column_vectors from list. | |
4451 | 7001 |
4440 | 7002 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7003 | |
7004 * Makefile.in (distclean, maintainer-clean): Also remove | |
7005 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
7006 directory. | |
7007 | |
5095 | 7008 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 7009 |
7010 * plot/hist.m: Don't forget to define n if x is a vector. | |
7011 | |
5095 | 7012 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 7013 |
7014 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
7015 return "." with extension. | |
7016 | |
4422 | 7017 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7018 | |
7019 * control/base/__stepimp__.m, control/base/nichols.m, | |
7020 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
7021 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
7022 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
7023 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
7024 Eliminate gnuplot_has_multiplot (assume it is always true). | |
7025 | |
4413 | 7026 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7027 | |
7028 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
7029 | |
5095 | 7030 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 7031 |
7032 * plot/hist.m: Improve performance by using different algorithms | |
7033 depending on number of bins. | |
7034 | |
4404 | 7035 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7036 | |
7037 * control/system/sysadd.m: If systems are not "tf", convert before | |
7038 adding. | |
7039 | |
5095 | 7040 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 7041 |
7042 * image/imagesc.m: Accept data limits parameter for colormap. | |
7043 | |
5095 | 7044 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 7045 |
7046 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
7047 the impulse by t_step. | |
7048 | |
4373 | 7049 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7050 | |
7051 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
7052 column vectors. | |
7053 | |
5095 | 7054 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 7055 |
7056 * linear-algebra/null.m: Handle empty matrix arg. | |
7057 | |
4369 | 7058 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7059 | |
7060 * general/shift.m: Force empty_list_elements_ok to 1. | |
7061 | |
4358 | 7062 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7063 | |
7064 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
7065 New files. | |
7066 | |
4348 | 7067 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
7068 | |
7069 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
7070 function handle to pass to feval. | |
7071 * statistics/base/qqplot.m: Likewise. | |
7072 * statistics/base/ppplot.m: Likewise. | |
7073 * signal/spectral_xdf.m: Likewise. | |
7074 * signal/spectral_adf.m: Likewise. | |
7075 | |
4340 | 7076 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7077 | |
7078 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
7079 | |
4334 | 7080 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7081 | |
7082 * linear-algebra/logm.m: New file. | |
7083 | |
5095 | 7084 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 7085 |
7086 * mkpkgadd: Scan C++ files as well | |
7087 | |
5095 | 7088 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 7089 |
7090 * strings/findstr.m: Return empty set for zero-length target. | |
7091 | |
5095 | 7092 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 7093 |
7094 * set/union.m: Preserve the orientation of inputs. | |
7095 | |
4305 | 7096 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7097 | |
7098 * general/int2str.m: Eliminate leading spaces. | |
7099 | |
4303 | 7100 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7101 | |
7102 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
7103 | |
5095 | 7104 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 7105 |
7106 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
7107 $(BUILD_LDFLAGS) to compiler. | |
7108 | |
4295 | 7109 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7110 | |
7111 * general/num2str.m: Don't specify field width for scalars. | |
7112 | |
4292 | 7113 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7114 | |
7115 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
7116 | |
4265 | 7117 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
7118 | |
4279 | 7119 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
7120 | |
4266 | 7121 * miscellaneous/tempname.m: New file. |
7122 | |
7123 * miscellaneous/tempdir.m: New file. | |
7124 | |
4265 | 7125 * miscellaneous/fullfile.m: New file. |
7126 | |
4259 | 7127 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7128 | |
4264 | 7129 * miscellaneous/fileparts.m: New file. |
7130 | |
7131 * io/beep.m: New file. | |
7132 | |
4260 | 7133 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
7134 format only. | |
4259 | 7135 |
4257 | 7136 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7137 | |
7138 * strings/strcmp.m: Handle cell arrays of strings. | |
7139 | |
4229 | 7140 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7141 | |
7142 * general/int2str.m: Handle matrices. | |
7143 * general/num2str.m: Likewise. | |
7144 Also handle optional precision, and format args. | |
7145 | |
4225 | 7146 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7147 | |
7148 * audio/Makefile.in, control/base/Makefile.in, | |
7149 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7150 control/system/Makefile.in, elfun/Makefile.in, | |
7151 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
7152 io/Makefile.in, linear-algebra/Makefile.in, | |
7153 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
7154 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
7155 specfun/Makefile.in, special-matrix/Makefile.in, | |
7156 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7157 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7158 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
7159 deprecated/Makefile.in: Use new do-script-install and | |
7160 do-script-uninstall macros. | |
7161 | |
7162 * mkpkgadd: New script. | |
7163 | |
7164 * plot/close.m: New file. | |
7165 | |
4184 | 7166 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7167 | |
7168 * image/image.m: Use -raw option for xv. | |
7169 From Remy Bruno <remy.bruno@libertysurf.fr> | |
7170 | |
4172 | 7171 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
7172 | |
4174 | 7173 * control/base/lsim.m: Use approximate test for step size change. |
7174 | |
4172 | 7175 * signal/bartlett.m: Avoid row/column mismatch error. |
7176 | |
5095 | 7177 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 7178 |
7179 * statistics/base/var.m: Use better formula for improved accuracy. | |
7180 | |
5095 | 7181 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 7182 |
7183 * control/base/lsim.m: Correct doc string. | |
7184 | |
5095 | 7185 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 7186 |
7187 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
7188 | |
4148 | 7189 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7190 | |
7191 * plot/contour.m: Handle x and y as matrices too. | |
7192 | |
5095 | 7193 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 7194 |
7195 * plot/contour.m: Fix error and usage messages. | |
7196 | |
4146 | 7197 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7198 | |
7199 * plot/contour.m: Correct orientation of plot. | |
7200 | |
4139 | 7201 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
7202 | |
7203 * control/base/analdemo.m: Fix typo. | |
7204 | |
5095 | 7205 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 7206 |
7207 * statistics/distributions/discrete_pdf.m: Fix typo. | |
7208 | |
4098 | 7209 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7210 | |
7211 * mkdoc: Exit immediately on errors. | |
7212 Exit with error if gethelp does not exist. | |
7213 | |
7214 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
7215 | |
4093 | 7216 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7217 | |
7218 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
7219 | |
5095 | 7220 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 7221 |
7222 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
7223 * statistics/distributions/normal_pdf.m: Likewise. | |
7224 * statistics/distributions/normal_inv.m: Likewise. | |
7225 | |
5095 | 7226 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 7227 |
7228 * specfun/erfinv.m: Return NaN for NaN inputs. | |
7229 | |
5095 | 7230 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 7231 |
7232 * statistics/base/var.m: Handle complex values. | |
7233 | |
4031 | 7234 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7235 | |
7236 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
7237 list. | |
7238 * deprecated/Makefile.in: New file. | |
7239 | |
5095 | 7240 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 7241 |
7242 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
7243 * statistics/distributions/binomial_cdf.m: Likewise. | |
7244 * statistics/distributions/f_cdf.m: Likewise. | |
7245 * statistics/distributions/t_cdf.m: Likewise. | |
7246 | |
7247 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
7248 * specfun/beta.m: Likewise. | |
7249 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
7250 * statistics/distributions/gamma_pdf.m: Likewise. | |
7251 * statistics/distributions/poisson_pdf.m: Likewise. | |
7252 | |
7253 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
7254 * statistics/distributions/poisson_cdf.m: Likewise. | |
7255 | |
4026 | 7256 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7257 | |
4028 | 7258 * deprecated/is_bool.m: New file. |
7259 * deprecated/is_complex.m: New file. | |
7260 * deprecated/is_global.m: New file. | |
7261 * deprecated/is_list.m: New file. | |
7262 * deprecated/is_matrix.m: New file. | |
7263 * deprecated/is_scalar.m: New file. | |
7264 * deprecated/is_square.m: New file. | |
7265 * deprecated/is_stream.m: New file. | |
7266 * deprecated/is_struct.m: New file. | |
7267 * deprecated/is_symmetric.m: New file. | |
7268 * deprecated/is_vector.m: New file. | |
4030 | 7269 * Change all callers of these functions to use the new names. |
4028 | 7270 |
4029 | 7271 * deprecated: New directory. |
7272 * Makefile.in (SUBDIRS): Add it to the list. | |
7273 | |
4026 | 7274 * general/isscalar.m: Rename from is_scalar.m. |
7275 * general/issquare.m: Rename from is_square.m. | |
7276 * general/issymmetric.m: Rename from is_symmetric.m. | |
7277 * general/isvector.m: Rename from is_vector.m. | |
7278 | |
4022 | 7279 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7280 | |
7281 * statistics/base/mean.m: Allow empty matrices. | |
7282 Handle DIM arg. | |
7283 | |
5095 | 7284 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 7285 |
7286 * plot/__errcomm__.m: If format is not specified, default to error | |
7287 bar format. | |
7288 | |
4011 | 7289 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7290 | |
7291 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
7292 __F_SETFL__ and __O_NONBLOCK__. | |
7293 | |
7294 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
7295 * miscellaneous/bug_report.m: Likewise. | |
7296 | |
4007 | 7297 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7298 | |
4008 | 7299 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
7300 * general/rem.m: Likewise. | |
7301 | |
7302 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
7303 * plot/semilogxerr.m: Likewise. | |
4007 | 7304 * plot/semilogyerr.m: Likewise. |
7305 | |
5095 | 7306 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 7307 |
7308 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
7309 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
7310 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
7311 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
7312 | |
7313 * plot/errorbar.m: Use __errcomm__.m. | |
7314 * plot/__errplot__.m: Minor cleanups. | |
7315 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
7316 * plot/__pltopt1__.m: Likewise. | |
7317 | |
3980 | 7318 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7319 | |
3981 | 7320 * general/rem.m: Delete redundant call to usage. |
7321 | |
3980 | 7322 * general/mod.m: Additional error checks, Texinfoize doc string. |
7323 | |
5095 | 7324 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 7325 |
7326 * general/mod.m: New function. | |
7327 | |
3979 | 7328 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7329 | |
7330 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
7331 * control/system/sysadd.m: Likewise. | |
7332 * control/system/sysgroup.m: Likewise. | |
7333 * control/system/syssub.m: Likewise. | |
7334 * elfun/gcd.m: Likewise. | |
7335 * elfun/lcm.m: Likewise. | |
7336 * general/common_size.m: Likewise. | |
7337 * io/printf.m: Likewise. | |
7338 * miscellaneous/menu.m: Likewise. | |
7339 * miscellaneous/path.m: Likewise. | |
7340 * plot/__errplot__.m: Likewise. | |
7341 * plot/__plt__.m: Likewise. | |
7342 * plot/axis.m: Likewise. | |
7343 * plot/errorbar.m: Likewise. | |
7344 * plot/mplot.m: Likewise. | |
7345 * plot/loglog.m: Likewise. | |
7346 * plot/plot.m: Likewise. | |
7347 * plot/plot_border.m: Likewise. | |
7348 * plot/semilogx.m: Likewise. | |
7349 * plot/semilogy.m: Likewise. | |
7350 * plot/xlabel.m: Likewise. | |
7351 * plot/ylabel.m: Likewise. | |
7352 * plot/zlabel.m: Likewise. | |
7353 * statistics/base/ppplot.m: Likewise. | |
7354 * statistics/base/qqplot.m: Likewise. | |
7355 * statistics/tests/bartlett_test.m: Likewise. | |
7356 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
7357 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
7358 * strings/str2mat.m: Likewise. | |
7359 * strings/strcat.m: Likewise. | |
7360 | |
5095 | 7361 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 7362 |
7363 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
7364 | |
3924 | 7365 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7366 | |
7367 * skip-autoheader: New file, for autogen.sh. | |
3925 | 7368 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 7369 |
5095 | 7370 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 7371 |
7372 * general/repmat.m: New function. | |
7373 | |
5095 | 7374 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 7375 |
7376 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
7377 Use optional parameter to specify the number of bits in the input. | |
7378 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
7379 floats in the range [-1,1], 2x speedup. | |
7380 | |
7381 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
7382 | |
3910 | 7383 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7384 | |
7385 * linear-algebra/kron.m: Delete. | |
7386 | |
5095 | 7387 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 7388 |
7389 * signal/freqz.m: If nargout is zero, plot results instead of | |
7390 returning them. | |
7391 * signal/freqz_plot.m: New file. | |
7392 | |
5095 | 7393 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 7394 |
5378 | 7395 * signal/unwrap.m: New file. |
3906 | 7396 |
5095 | 7397 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 7398 |
7399 * image/rgb2hsv.m: Faster, more accurate, remove the | |
7400 divide by zero warning. | |
7401 | |
5095 | 7402 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 7403 |
3894 | 7404 * strings/deblank.m: Trim \0 as well as blank. |
7405 | |
5378 | 7406 * freqz.m: Evaluate a specific range of frequencies |
3893 | 7407 expressed in radians or Hz relative to a supplied sample rate. |
7408 | |
5095 | 7409 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 7410 |
7411 * signal/fftfilt.m: Filter columns if called with a matrix. | |
7412 | |
3891 | 7413 * strings/findstr.m: Vectorize as much as possible. |
7414 | |
5095 | 7415 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 7416 |
7417 * special-matrix/invhilb.m: New version that is faster and more | |
7418 accurate. | |
7419 | |
5095 | 7420 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 7421 |
7422 * configure.in: Update for autoconf 2.5x. | |
7423 | |
5095 | 7424 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 7425 |
7426 * special-matrix/vander.m: Code tidy and vectorize. | |
7427 | |
5095 | 7428 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 7429 |
3883 | 7430 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
7431 to vectors. Issue a warning in the case x matches y' but return a | |
7432 column vector as Octave currently does. | |
7433 | |
3882 | 7434 * plot/contour.m: Set default number of levels for contour(x,y,z). |
7435 | |
7436 * control/system/starp.m: Leave more of the documentation | |
7437 processing to texinfo and less to the @format block. | |
7438 | |
7439 * image/imagesc.m: Only display image if no output is requested. | |
7440 Code tidying. | |
7441 | |
3876 | 7442 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7443 | |
7444 * statistics/base/center.m: Accept and return empty matrix. | |
7445 | |
3872 | 7446 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7447 | |
7448 * specfun/erfinv.m: Fix usage message. | |
7449 | |
3869 | 7450 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7451 | |
7452 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
7453 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
7454 | |
3837 | 7455 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
7456 | |
7457 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
7458 capitalized variable names. | |
7459 | |
3836 | 7460 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
7461 | |
7462 * m/image/saveimage.m: fix saving an image to Postscript format. | |
7463 | |
5095 | 7464 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 7465 |
7466 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
7467 | |
3803 | 7468 2001-02-28 Kai Habel <kai.habel@gmx.de> |
7469 | |
3833 | 7470 * general/cart2pol.m: New file. |
7471 * general/pol2cart.m: New file. | |
7472 * general/cart2sph.m: New file. | |
7473 * general/sph2cart.m: New file. | |
7474 * image/rgb2hsv.m: New file. | |
7475 * image/hsv2rgb.m: New file. | |
3803 | 7476 |
7477 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
7478 | |
7479 * plot/meshgrid.m: Avoid for loops. | |
7480 * plot/meshdom.m: Likewise. | |
7481 | |
3801 | 7482 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7483 | |
7484 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
7485 | |
7486 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
7487 | |
7488 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
7489 norm. | |
7490 | |
3792 | 7491 2001-02-09 David Livings <david.livings@asa.co.uk> |
7492 | |
7493 * statistics/tests/welch_test.m: Fix typo. | |
7494 | |
7495 * statistics/distributions/chisquare_cdf.m: | |
7496 Don't restrict inputs to be only positive integers. | |
7497 * statistics/distributions/chisquare_inv.m: Likewise. | |
7498 * statistics/distributions/chisquare_pdf.m: Likewise. | |
7499 * statistics/distributions/chisquare_rnd.m: Likewise. | |
7500 * statistics/distributions/f_cdf.m: Likewise. | |
7501 * statistics/distributions/f_inv.m: Likewise. | |
7502 * statistics/distributions/f_pdf.m: Likewise. | |
7503 * statistics/distributions/f_rnd.m: Likewise. | |
7504 * statistics/distributions/t_cdf.m: Likewise. | |
7505 * statistics/distributions/t_inv.m: Likewise. | |
7506 * statistics/distributions/t_pdf.m: Likewise. | |
7507 * statistics/distributions/t_rnd.m: Likewise. | |
7508 | |
3790 | 7509 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7510 | |
7511 * strings/dec2base.m: New file. | |
7512 * strings/base2dec.m: New file. | |
7513 * strings/strjust.m: New file. | |
7514 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
7515 * strings/dec2bin.m: Likewise. | |
7516 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
7517 * strings/bin2dec.m: Likewise. | |
7518 | |
5095 | 7519 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 7520 |
7521 * statistics/base/ppplot.m: Use gset, not set. | |
7522 * statistics/base/qqplot.m: Likewise. | |
7523 | |
5095 | 7524 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 7525 |
7526 * control/system/c2d.m: Add missing endif. | |
7527 | |
3759 | 7528 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7529 | |
7530 * strings/index.m: Return 0 if either string is empty. | |
7531 | |
7532 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
7533 | |
7534 * control/system/c2d.m: Allow option of matched pole/zero | |
7535 equivalent for conversion. | |
7536 | |
7537 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
7538 | |
7539 * strings/findstr.m: Return empty matrix if search string is empty. | |
7540 | |
3757 | 7541 2000-12-15 Kai Habel <kai.habel@gmx.de> |
7542 | |
7543 * saveimage.m: Do create rawbit image for black and white images, | |
7544 but do it correctly. | |
7545 | |
3754 | 7546 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7547 | |
6778 | 7548 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
7549 result polynomials. | |
3754 | 7550 |
3748 | 7551 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7552 | |
7553 * image/saveimage.m: Don't try to create rawbit image. | |
7554 | |
3740 | 7555 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7556 | |
7557 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
7558 | |
5095 | 7559 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 7560 |
7561 * plot/contour.m: Reorder args for Matlab compatibility. | |
7562 | |
3727 | 7563 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
7564 | |
7565 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
7566 | |
3717 | 7567 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7568 | |
3718 | 7569 * plot/errorbar.m, plot/__errplot__.m: New functions. |
7570 | |
3717 | 7571 * plot/mesh.m: Also set nologscale before plotting. |
7572 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
7573 xyerrorbars instead of just errorbars. | |
7574 | |
3714 | 7575 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
7576 | |
7577 * image/image.m: Try display (from ImageMagick) first. | |
7578 | |
3709 | 7579 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
7580 | |
7581 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
7582 conjugate transpose. | |
7583 | |
3705 | 7584 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7585 | |
7586 * strings/str2mat.m: Apply setstr to each argument. | |
7587 | |
3696 | 7588 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
7589 | |
7590 * control/base/dkalman.m: New file. | |
7591 * control/base/dlqe.m: Handle singular A matrix. | |
7592 * control/base/dlqr.m: Likewise. | |
7593 | |
3695 | 7594 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7595 | |
7596 * strings/strcmp.m: Return 0 instead of an error if row and column | |
7597 dimensions don't match. | |
7598 | |
3690 | 7599 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
7600 | |
7601 * plot/hist.m: Allow 3 argument form to work. | |
7602 | |
5095 | 7603 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 7604 |
7605 * plot/plot.m: Add examples in doc string. | |
7606 | |
5095 | 7607 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 7608 |
7609 * control/base/__stepimp__.m: Reset multiplot state when done. | |
7610 Do the right thing even if automatic_replot is not zero. | |
7611 Avoid failure if system has pure imaginary poles. | |
7612 | |
3674 | 7613 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
7614 | |
7615 * general/logical.m: Return arg if it is empty. Better error | |
7616 message for non-numeric types. | |
7617 | |
5095 | 7618 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 7619 |
7620 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
7621 about difference with Matlab dlqe function. | |
7622 | |
7623 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
7624 | |
5095 | 7625 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 7626 |
7627 * strings/strrep.m: Fix typo. | |
7628 | |
3666 | 7629 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7630 | |
7631 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
7632 | |
5095 | 7633 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 7634 |
7635 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 7636 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 7637 |
5095 | 7638 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 7639 |
7640 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
7641 guess for iteration. | |
7642 | |
3651 | 7643 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7644 | |
7645 * image/image.m: Allow image (A) or image (x, y, A). | |
7646 * image/imagesc.m: Likewise. | |
7647 | |
7648 * image/image.m: If zoom is not supplied, or if it is an empty | |
7649 matrix, autoscale the image. | |
7650 | |
3618 | 7651 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7652 | |
3619 | 7653 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
7654 Undo string escapes in text twice(!) before sending to gnuplot. | |
7655 | |
3618 | 7656 * image/saveimage.m: Add comment to file saying who created it and |
7657 when it was created. Suggested by Stephen Eglen | |
7658 <stephen@cogsci.ed.ac.uk>. | |
7659 | |
5095 | 7660 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 7661 |
7662 * polynomial/polyreduce.m: Simplify by looking for the first | |
7663 non-zero element rather than the last of the first set of zero | |
7664 elements. | |
7665 | |
7666 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
7667 | |
5095 | 7668 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 7669 |
7670 * image/saveimage.m: Swap black and white colormaps so zero is | |
7671 displayed as black and 1 is displayed as white. | |
7672 Fix indexing bug in ppm case. | |
7673 | |
3604 | 7674 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
7675 | |
7676 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
7677 between the two distributions (took same approach as ks.test() in R.) | |
7678 | |
3603 | 7679 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
7680 | |
7681 * control/base/bode.m: Temporarily disable automatic_replot. | |
7682 | |
3599 | 7683 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7684 | |
3601 | 7685 * Makefile.in (clean): Also remove gethelp. |
7686 | |
3599 | 7687 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
7688 | |
5095 | 7689 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 7690 |
7691 * set/create_set.m: Use find to avoid while loop. | |
7692 | |
5095 | 7693 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 7694 |
7695 * plot/hist.m: New optional third argument. | |
7696 | |
7697 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7698 | |
7699 * miscellaneous/bug_report.m: Use octave-bug script with version | |
7700 number appended. | |
7701 | |
3575 | 7702 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7703 | |
7704 * gethelp.cc: Sprinkle with std:: qualifier. | |
7705 | |
3498 | 7706 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
7707 | |
7708 * image/saveimage.m: Delete some debugging code. | |
7709 | |
3486 | 7710 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
7711 | |
7712 * signal/sinc.m: Avoid reshaping. | |
7713 | |
7714 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
7715 * image/ind2rgb.m: Ditto. | |
7716 * image/ind2gray.m: Ditto. | |
7717 * general/reshape.m: Ditto. Also no longer needs to reset | |
7718 implicit_str_to_num_ok. | |
7719 | |
3483 | 7720 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
7721 | |
7722 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
7723 a list of file structures, not a vector of numeric file ids. | |
7724 | |
3474 | 7725 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7726 | |
3476 | 7727 * plot/__axis_label__.m: New function. |
7728 Undo string escapes in text twice(!) before sending to gnuplot. | |
7729 * plot/xlabel.m: Use it. | |
7730 * plot/ylabel.m: Ditto. | |
7731 * plot/zlabel.m: Ditto. | |
7732 | |
3474 | 7733 * plot/mesh.m: Fix error message to reflect reality. |
7734 | |
5095 | 7735 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 7736 |
7737 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
7738 | |
5095 | 7739 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 7740 |
7741 * audio/saveaudio.m: Also accept files with .ul extension. | |
7742 * audio/loadaudio.m: Ditto. | |
7743 * audio/playaudio.m: Ditto. | |
7744 | |
3456 | 7745 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7746 | |
7747 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
7748 * statistics/distributions/beta_inv.m: Ditto. | |
7749 * statistics/distributions/beta_pdf.m: Ditto. | |
7750 * statistics/distributions/beta_rnd.m: Ditto. | |
7751 * statistics/distributions/binomial_cdf.m: Ditto. | |
7752 * statistics/distributions/binomial_inv.m: Ditto. | |
7753 * statistics/distributions/binomial_pdf.m: Ditto. | |
7754 * statistics/distributions/binomial_rnd.m: Ditto. | |
7755 * statistics/distributions/cauchy_cdf.m: Ditto. | |
7756 * statistics/distributions/cauchy_inv.m: Ditto. | |
7757 * statistics/distributions/cauchy_pdf.m: Ditto. | |
7758 * statistics/distributions/cauchy_rnd.m: Ditto. | |
7759 * statistics/distributions/chisquare_cdf.m: Ditto. | |
7760 * statistics/distributions/chisquare_inv.m: Ditto. | |
7761 * statistics/distributions/chisquare_pdf.m: Ditto. | |
7762 * statistics/distributions/chisquare_rnd.m: Ditto. | |
7763 * statistics/distributions/discrete_cdf.m: Ditto. | |
7764 * statistics/distributions/discrete_inv.m: Ditto. | |
7765 * statistics/distributions/discrete_pdf.m: Ditto. | |
7766 * statistics/distributions/discrete_rnd.m: Ditto. | |
7767 * statistics/distributions/empirical_cdf.m: Ditto. | |
7768 * statistics/distributions/empirical_inv.m: Ditto. | |
7769 * statistics/distributions/empirical_pdf.m: Ditto. | |
7770 * statistics/distributions/empirical_rnd.m: Ditto. | |
7771 * statistics/distributions/exponential_cdf.m: Ditto. | |
7772 * statistics/distributions/exponential_inv.m: Ditto. | |
7773 * statistics/distributions/exponential_pdf.m: Ditto. | |
7774 * statistics/distributions/exponential_rnd.m: Ditto. | |
7775 * statistics/distributions/f_cdf.m: Ditto. | |
7776 * statistics/distributions/f_inv.m: Ditto. | |
7777 * statistics/distributions/f_pdf.m: Ditto. | |
7778 * statistics/distributions/f_rnd.m: Ditto. | |
7779 * statistics/distributions/gamma_cdf.m: Ditto. | |
7780 * statistics/distributions/gamma_inv.m: Ditto. | |
7781 * statistics/distributions/gamma_pdf.m: Ditto. | |
7782 * statistics/distributions/gamma_rnd.m: Ditto. | |
7783 * statistics/distributions/geometric_cdf.m: Ditto. | |
7784 * statistics/distributions/geometric_inv.m: Ditto. | |
7785 * statistics/distributions/geometric_pdf.m: Ditto. | |
7786 * statistics/distributions/geometric_rnd.m: Ditto. | |
7787 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
7788 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
7789 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
7790 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
7791 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
7792 * statistics/distributions/laplace_cdf.m: Ditto. | |
7793 * statistics/distributions/laplace_inv.m: Ditto. | |
7794 * statistics/distributions/laplace_pdf.m: Ditto. | |
7795 * statistics/distributions/laplace_rnd.m: Ditto. | |
7796 * statistics/distributions/logistic_cdf.m: Ditto. | |
7797 * statistics/distributions/logistic_inv.m: Ditto. | |
7798 * statistics/distributions/logistic_pdf.m: Ditto. | |
7799 * statistics/distributions/logistic_rnd.m: Ditto. | |
7800 * statistics/distributions/lognormal_cdf.m: Ditto. | |
7801 * statistics/distributions/lognormal_inv.m: Ditto. | |
7802 * statistics/distributions/lognormal_pdf.m: Ditto. | |
7803 * statistics/distributions/lognormal_rnd.m: Ditto. | |
7804 * statistics/distributions/normal_cdf.m: Ditto. | |
7805 * statistics/distributions/normal_inv.m: Ditto. | |
7806 * statistics/distributions/normal_pdf.m: Ditto. | |
7807 * statistics/distributions/normal_rnd.m: Ditto. | |
7808 * statistics/distributions/pascal_cdf.m: Ditto. | |
7809 * statistics/distributions/pascal_inv.m: Ditto. | |
7810 * statistics/distributions/pascal_pdf.m: Ditto. | |
7811 * statistics/distributions/pascal_rnd.m: Ditto. | |
7812 * statistics/distributions/poisson_cdf.m: Ditto. | |
7813 * statistics/distributions/poisson_inv.m: Ditto. | |
7814 * statistics/distributions/poisson_pdf.m: Ditto. | |
7815 * statistics/distributions/poisson_rnd.m: Ditto. | |
7816 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
7817 * statistics/distributions/stdnormal_inv.m: Ditto. | |
7818 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
7819 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
7820 * statistics/distributions/t_cdf.m: Ditto. | |
7821 * statistics/distributions/t_inv.m: Ditto. | |
7822 * statistics/distributions/t_pdf.m: Ditto. | |
7823 * statistics/distributions/t_rnd.m: Ditto. | |
7824 * statistics/distributions/uniform_cdf.m: Ditto. | |
7825 * statistics/distributions/uniform_inv.m: Ditto. | |
7826 * statistics/distributions/uniform_pdf.m: Ditto. | |
7827 * statistics/distributions/uniform_rnd.m: Ditto. | |
7828 * statistics/distributions/weibull_cdf.m: Ditto. | |
7829 * statistics/distributions/weibull_inv.m: Ditto. | |
7830 * statistics/distributions/weibull_pdf.m: Ditto. | |
7831 * statistics/distributions/weibull_rnd.m: Ditto. | |
7832 * statistics/distributions/wiener_rnd.m: Ditto. | |
7833 | |
3453 | 7834 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7835 | |
7836 * statistics/base/values.m: Texinfoize doc string. | |
7837 * statistics/base/var.m: Ditto. | |
7838 * statistics/base/table.m: Ditto. | |
7839 * statistics/base/studentize.m: Ditto. | |
7840 * statistics/base/statistics.m: Ditto. | |
7841 * statistics/base/spearman.m: Ditto. | |
7842 * statistics/base/run_count.m: Ditto. | |
7843 * statistics/base/ranks.m: Ditto. | |
7844 * statistics/base/range.m: Ditto. | |
7845 * statistics/base/qqplot.m: Ditto. | |
7846 * statistics/base/probit.m: Ditto. | |
7847 * statistics/base/ppplot.m: Ditto. | |
7848 * statistics/base/moment.m: Ditto. | |
7849 * statistics/base/meansq.m: Ditto. | |
7850 * statistics/base/logit.m: Ditto. | |
7851 * statistics/base/kendall.m: Ditto. | |
7852 * statistics/base/iqr.m: Ditto. | |
7853 * statistics/base/cut.m: Ditto. | |
7854 * statistics/base/cor.m: Ditto. | |
7855 * statistics/base/cloglog.m: Ditto. | |
7856 * statistics/base/center.m: Ditto. | |
3454 | 7857 * statistics/models/logistic_regression.m: Ditto. |
7858 * statistics/models/logistic_regression_derivative.m: Ditto. | |
7859 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
7860 * statistics/tests/anova.m: Ditto. | |
7861 * statistics/tests/bartlett_test.m: Ditto. | |
7862 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
7863 * statistics/tests/chisquare_test_independence.m: Ditto. | |
7864 * statistics/tests/cor_test.m: Ditto. | |
7865 * statistics/tests/f_test_regression.m: Ditto. | |
7866 * statistics/tests/hotelling_test.m: Ditto. | |
7867 * statistics/tests/hotelling_test_2.m: Ditto. | |
7868 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
7869 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
7870 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
7871 * statistics/tests/manova.m: Ditto. | |
7872 * statistics/tests/mcnemar_test.m: Ditto. | |
7873 * statistics/tests/prop_test_2.m: Ditto. | |
7874 * statistics/tests/run_test.m: Ditto. | |
7875 * statistics/tests/sign_test.m: Ditto. | |
7876 * statistics/tests/t_test.m: Ditto. | |
7877 * statistics/tests/t_test_2.m: Ditto. | |
7878 * statistics/tests/t_test_regression.m: Ditto. | |
7879 * statistics/tests/u_test.m: Ditto. | |
7880 * statistics/tests/var_test.m: Ditto. | |
7881 * statistics/tests/welch_test.m: Ditto. | |
7882 * statistics/tests/wilcoxon_test.m: Ditto. | |
7883 * statistics/tests/z_test.m: Ditto. | |
7884 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 7885 |
3446 | 7886 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7887 | |
7888 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 7889 * plot/__plr1__.m: Ditto. |
7890 * plot/__pltopt__.m: Ditto. | |
7891 * plot/__plt__.m: Ditto. | |
7892 * plot/__plt2vv__.m: Ditto. | |
7893 * plot/__plr2__.m: Ditto. | |
7894 * plot/__plr__.m: Ditto. | |
7895 * plot/__plt1__.m: Ditto. | |
7896 * plot/__plt2__.m: Ditto. | |
7897 * plot/__plt2mm__.m: Ditto. | |
7898 * plot/__plt2mv__.m: Ditto. | |
7899 * plot/__plt2ss__.m: Ditto. | |
7900 * miscellaneous/paren.m: Ditto. | |
7901 * miscellaneous/comma.m: Ditto. | |
7902 * miscellaneous/semicolon.m: Ditto. | |
7903 * miscellaneous/path.m: Ditto. | |
7904 * miscellaneous/list_primes.m: Ditto. | |
7905 * miscellaneous/flops.m: Ditto. | |
7906 * miscellaneous/dump_prefs.m: Ditto. | |
7907 * miscellaneous/bug_report.m: Ditto. | |
7908 * linear-algebra/dot.m: Ditto | |
7909 * linear-algebra/dmult.m: Ditto. | |
7910 * general/randperm.m: Ditto. | |
7911 * general/logical.m: Ditto. | |
7912 * general/is_duplicate_entry.m: Ditto. | |
7913 * signal/arch_fit.m: Ditto. | |
7914 * signal/arch_rnd.m: Ditto. | |
7915 * signal/arch_test.m: Ditto. | |
7916 * signal/arma_rnd.m: Ditto. | |
7917 * signal/autocor.m: Ditto. | |
7918 * signal/autocov.m: Ditto. | |
7919 * signal/autoreg_matrix.m: Ditto. | |
7920 * signal/bartlett.m: Ditto. | |
7921 * signal/blackman.m: Ditto. | |
7922 * signal/detrend.m: Ditto. | |
7923 * signal/diffpara.m: Ditto. | |
7924 * signal/durbinlevinson.m: Ditto. | |
7925 * signal/fftconv.m: Ditto. | |
7926 * signal/fftfilt.m: Ditto. | |
7927 * signal/fftshift.m: Ditto. | |
7928 * signal/fractdiff.m: Ditto. | |
7929 * signal/freqz.m: Ditto. | |
7930 * signal/hamming.m: Ditto. | |
7931 * signal/hanning.m: Ditto. | |
7932 * signal/hurst.m: Ditto. | |
7933 * signal/periodogram.m: Ditto. | |
7934 * signal/rectangle_lw.m: Ditto. | |
7935 * signal/rectangle_sw.m: Ditto. | |
7936 * signal/sinc.m: Ditto. | |
7937 * signal/sinetone.m: Ditto. | |
7938 * signal/sinewave.m: Ditto. | |
7939 * signal/spectral_adf.m: Ditto. | |
7940 * signal/spectral_xdf.m: Ditto. | |
7941 * signal/spencer.m: Ditto. | |
7942 * signal/stft.m: Ditto. | |
7943 * signal/synthesis.m: Ditto. | |
7944 * signal/triangle_lw.m: Ditto. | |
7945 * signal/triangle_sw.m: Ditto. | |
7946 * signal/yulewalker.m: Ditto. | |
3450 | 7947 * control/util/strappend.m: Ditto. |
3451 | 7948 * control/base/nichols.m: Ditto. |
3452 | 7949 * control/system/is_signal_list.m: Ditto. |
7950 * control/system/listidx.m: Ditto. | |
7951 * control/system/sysgettsam.m: Ditto. | |
7952 * control/system/sysidx.m: Ditto. | |
3446 | 7953 |
3438 | 7954 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7955 | |
7956 * control/system/__abcddims__.m: Rename from | |
7957 control/system/abcddims.m, change all callers. | |
7958 * control/base/__bodquist__.m: Likewise. | |
7959 * control/base/__freqresp__.m: Likewise. | |
7960 * control/util/__outlist__.m: Likewise. | |
7961 * control/base/__stepimp__.m: Likewise. | |
7962 * control/system/__syschnamesl__.m: Likewise. | |
7963 * control/system/__syscont_disc__.m: Likewise. | |
7964 * control/system/__sysdefioname__.m: Likewise. | |
7965 * control/system/__sysdefstname__.m: Likewise. | |
7966 * control/system/__sysgroupn__.m: Likewise. | |
7967 * control/system/__tf2sysl__.m: Likewise. | |
7968 * control/util/__zgpbal__.m: Likewise. | |
7969 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 7970 |
7971 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 7972 * quaternion/qconj.m: Ditto. |
7973 * quaternion/qcoordinate_plot.m: Ditto. | |
7974 * quaternion/qderiv.m: Ditto. | |
7975 * quaternion/qderivmat.m: Ditto. | |
7976 * quaternion/qinv.m: Ditto. | |
7977 * quaternion/qmult.m: Ditto. | |
7978 * quaternion/qtrans.m: Ditto. | |
7979 * quaternion/qtransv.m: Ditto. | |
7980 * quaternion/qtransvmat.m: Ditto. | |
7981 * quaternion/quaternion.m: Ditto. | |
3438 | 7982 |
3436 | 7983 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7984 | |
7985 * control/base/Makefile.in: Ditto. | |
7986 * control/hinf/Makefile.in: New file. | |
7987 * control/marsyas/Makefile.in: Ditto. | |
7988 * control/obsolete/Makefile.in: Ditto. | |
7989 * control/system/Makefile.in: Ditto. | |
7990 * control/util/Makefile.in: Ditto. | |
7991 | |
7992 * strings/com2str.m: Move here from control directory. | |
7993 | |
7994 * control/base: New directory. | |
7995 * control/base/DEMOcontrol.m: Move here from control directory. | |
7996 * control/base/analdemo.m: Ditto. | |
7997 * control/base/are.m: Ditto. | |
7998 * control/base/bddemo.m: Ditto. | |
7999 * control/base/bode.m: Ditto. | |
8000 * control/base/bode_bounds.m: Ditto. | |
8001 * control/base/bodquist.m: Ditto. | |
8002 * control/base/controldemo.m: Ditto. | |
8003 * control/base/ctrb.m: Ditto. | |
8004 * control/base/damp.m: Ditto. | |
8005 * control/base/dare.m: Ditto. | |
8006 * control/base/dcgain.m: Ditto. | |
8007 * control/base/dgram.m: Ditto. | |
8008 * control/base/dlqe.m: Ditto. | |
8009 * control/base/dlqr.m: Ditto. | |
8010 * control/base/dlyap.m: Ditto. | |
8011 * control/base/dre.m: Ditto. | |
8012 * control/base/frdemo.m: Ditto. | |
8013 * control/base/freqchkw.m: Ditto. | |
8014 * control/base/freqresp.m: Ditto. | |
8015 * control/base/gram.m: Ditto. | |
8016 * control/base/impulse.m: Ditto. | |
8017 * control/base/lqe.m: Ditto. | |
8018 * control/base/lqg.m: Ditto. | |
8019 * control/base/lqr.m: Ditto. | |
8020 * control/base/lsim.m: Ditto. | |
8021 * control/base/ltifr.m: Ditto. | |
8022 * control/base/lyap.m: Ditto. | |
8023 * control/base/nichols.m: Ditto. | |
8024 * control/base/nyquist.m: Ditto. | |
8025 * control/base/obsv.m: Ditto. | |
8026 * control/base/place.m: Ditto. | |
8027 * control/base/pzmap.m: Ditto. | |
8028 * control/base/rldemo.m: Ditto. | |
8029 * control/base/rlocus.m: Ditto. | |
8030 * control/base/step.m: Ditto. | |
8031 * control/base/stepimp.m: Ditto. | |
8032 * control/base/tzero.m: Ditto. | |
8033 * control/base/tzero2.m: Ditto. | |
8034 | |
8035 * control/hinf: New directory. | |
8036 * control/hinf/dhinfdemo.m: Move here from control directory. | |
8037 * control/hinf/h2norm.m: Ditto. | |
8038 * control/hinf/h2syn.m: Ditto. | |
8039 * control/hinf/hinf_ctr.m: Ditto. | |
8040 * control/hinf/hinfdemo.m: Ditto. | |
8041 * control/hinf/hinfnorm.m: Ditto. | |
8042 * control/hinf/hinfsyn.m: Ditto. | |
8043 * control/hinf/hinfsyn_chk.m: Ditto. | |
8044 * control/hinf/hinfsyn_ric.m: Ditto. | |
8045 * control/hinf/wgt1o.m: Ditto. | |
3441 | 8046 * control/hinf/dgkfdemo.m: Ditto. |
8047 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 8048 |
8049 * control/marsyas: New directory. | |
8050 * control/marsyas/demomarsyas.m: Move here from control directory. | |
8051 * control/marsyas/susball.m: Ditto. | |
8052 | |
8053 * control/obsolete/dezero.m: Move here from control directory. | |
8054 * control/obsolete/rotg.m: Ditto. | |
8055 | |
8056 * control/system: New directory. | |
8057 * control/system/abcddim.m: Move here from control directory. | |
8058 * control/system/abcddims.m: Ditto. | |
8059 * control/system/buildssic.m: Ditto. | |
8060 * control/system/c2d.m: Ditto. | |
8061 * control/system/d2c.m: Ditto. | |
8062 * control/system/dmr2d.m: Ditto. | |
8063 * control/system/fir2sys.m: Ditto. | |
8064 * control/system/is_abcd.m: Ditto. | |
8065 * control/system/is_digital.m: Ditto. | |
8066 * control/system/is_sample.m: Ditto. | |
8067 * control/system/is_signal_list.m: Ditto. | |
8068 * control/system/is_siso.m: Ditto. | |
3441 | 8069 * control/system/is_controllable.m: Ditto. |
8070 * control/system/is_detectable.m: Ditto. | |
8071 * control/system/is_observable.m: Ditto. | |
8072 * control/system/is_stabilizable.m: Ditto. | |
8073 * control/system/is_stable.m: Ditto. | |
3436 | 8074 * control/system/jet707.m: Ditto. |
8075 * control/system/listidx.m: Ditto. | |
8076 * control/system/moddemo.m: Ditto. | |
8077 * control/system/ord2.m: Ditto. | |
8078 * control/system/packedform.m: Ditto. | |
8079 * control/system/parallel.m: Ditto. | |
8080 * control/system/ss2sys.m: Ditto. | |
8081 * control/system/ss2tf.m: Ditto. | |
8082 * control/system/ss2zp.m: Ditto. | |
8083 * control/system/starp.m: Ditto. | |
8084 * control/system/sys2fir.m: Ditto. | |
8085 * control/system/sys2ss.m: Ditto. | |
8086 * control/system/sys2tf.m: Ditto. | |
8087 * control/system/sys2zp.m: Ditto. | |
8088 * control/system/sysadd.m: Ditto. | |
8089 * control/system/sysappend.m: Ditto. | |
8090 * control/system/syschnamesl.m: Ditto. | |
8091 * control/system/syschtsam.m: Ditto. | |
8092 * control/system/sysconnect.m: Ditto. | |
8093 * control/system/syscont.m: Ditto. | |
8094 * control/system/syscont_disc.m: Ditto. | |
8095 * control/system/sysdefioname.m: Ditto. | |
8096 * control/system/sysdefstname.m: Ditto. | |
8097 * control/system/sysdimensions.m: Ditto. | |
8098 * control/system/sysdisc.m: Ditto. | |
8099 * control/system/sysdup.m: Ditto. | |
8100 * control/system/sysgetsignals.m: Ditto. | |
8101 * control/system/sysgettsam.m: Ditto. | |
8102 * control/system/sysgettype.m: Ditto. | |
8103 * control/system/sysgroup.m: Ditto. | |
8104 * control/system/sysgroupn.m: Ditto. | |
8105 * control/system/sysidx.m: Ditto. | |
8106 * control/system/sysmin.m: Ditto. | |
8107 * control/system/sysmult.m: Ditto. | |
8108 * control/system/sysout.m: Ditto. | |
8109 * control/system/sysprune.m: Ditto. | |
8110 * control/system/sysreorder.m: Ditto. | |
8111 * control/system/sysrepdemo.m: Ditto. | |
8112 * control/system/sysscale.m: Ditto. | |
8113 * control/system/syssetsignals.m: Ditto. | |
8114 * control/system/syssub.m: Ditto. | |
8115 * control/system/sysupdate.m: Ditto. | |
8116 * control/system/tf2ss.m: Ditto. | |
8117 * control/system/tf2sys.m: Ditto. | |
8118 * control/system/tf2sysl.m: Ditto. | |
8119 * control/system/tf2zp.m: Ditto. | |
8120 * control/system/tfout.m: Ditto. | |
8121 * control/system/ugain.m: Ditto. | |
8122 * control/system/zp2ss.m: Ditto. | |
8123 * control/system/zp2ssg2.m: Ditto. | |
8124 * control/system/zp2sys.m: Ditto. | |
8125 * control/system/zp2tf.m: Ditto. | |
8126 * control/system/zpout.m: Ditto. | |
8127 | |
8128 * control/util: New directory. | |
8129 * control/util/axis2dlim.m: Move here from control directory. | |
8130 * control/util/outlist.m: Ditto. | |
8131 * control/util/prompt.m: Ditto. | |
8132 * control/util/run_cmd.m: Ditto. | |
8133 * control/util/sortcom.m: Ditto. | |
8134 * control/util/strappend.m: Ditto. | |
8135 * control/util/swap.m: Ditto. | |
8136 * control/util/zgfmul.m: Ditto. | |
8137 * control/util/zgfslv.m: Ditto. | |
8138 * control/util/zginit.m: Ditto. | |
8139 * control/util/zgpbal.m: Ditto. | |
8140 * control/util/zgreduce.m: Ditto. | |
8141 * control/util/zgrownorm.m: Ditto. | |
8142 * control/util/zgscal.m: Ditto. | |
8143 * control/util/zgsgiv.m: Ditto. | |
8144 * control/util/zgshsr.m: Ditto. | |
8145 | |
3427 | 8146 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8147 | |
8148 * gethelp.cc (extract_help_text): Discard first space character | |
8149 after consecutive comment characters. | |
8150 | |
3422 | 8151 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
8152 | |
8153 * control/obsolete: New directory | |
8154 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 8155 * control/obsolete/swapcols.m: Ditto. |
8156 * control/obsolete/dlqg.m: Ditto. | |
8157 * control/obsolete/minfo.m: Ditto. | |
8158 * control/obsolete/packsys.m: Ditto. | |
8159 * control/obsolete/qzval.m: Ditto. | |
8160 * control/obsolete/unpacksys.m: Ditto. | |
8161 * control/obsolete/series.m: Ditto. | |
8162 * control/obsolete/syschnames.m: Ditto. | |
8163 * polynomial/polyout.m: Ditto. | |
3422 | 8164 |
3420 | 8165 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8166 | |
8167 * general/fliplr.m: Eliminate useless copy of arg. | |
8168 * general/flipud.m: Ditto. | |
8169 | |
3418 | 8170 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8171 | |
8172 * linear-algebra/cross.m: Only return a row vector if both args | |
8173 are row vectors. | |
8174 * polynomial/polyfit.m: Likewise. | |
8175 | |
8176 * signal/autocov.m: Don't reset prefer_column_vectors. | |
8177 | |
8178 * statistics/distributions/discrete_rnd.m: | |
8179 Always generate a row vector. | |
8180 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
8181 | |
5095 | 8182 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 8183 |
8184 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
8185 | |
8186 * audio/setaudio.m: Texinfoize doc string. | |
8187 * control/com2str.m: Likewise. | |
8188 * control/controldemo.m: Likewise. | |
8189 * control/DEMOcontrol.m: Likewise. | |
8190 * control/dezero.m: Likewise. | |
8191 * control/dre.m: Likewise. | |
8192 * control/hinfsyn_ric.m: Likewise. | |
8193 | |
5095 | 8194 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 8195 |
8196 * io/printf.m: Add @seealso{...} to doc string. | |
8197 * io/puts.m: Likewise. | |
8198 * plot/semilogx.m: Likewise. | |
8199 * plot/semilogy.m: Likewise. | |
8200 * plot/__pltopt__.m: Likewise. | |
8201 * plot/bar.m: Likewise. | |
8202 * plot/xlabel.m: Likewise. | |
8203 * plot/grid.m: Likewise. | |
8204 * plot/shg.m: Likewise. | |
8205 * plot/title.m: Likewise. | |
8206 * plot/mesh.m: Likewise. | |
8207 * plot/__pltopt1__.m: Likewise. | |
8208 * plot/contour.m: Likewise. | |
8209 * plot/hist.m: Likewise. | |
8210 * plot/stairs.m: Likewise. | |
8211 * plot/meshgrid.m: Likewise. | |
8212 * plot/polar.m: Likewise. | |
8213 * plot/loglog.m: Likewise. | |
8214 * plot/plot.m: Likewise. | |
8215 * miscellaneous/semicolon.m: Likewise. | |
8216 * miscellaneous/menu.m: Likewise. | |
8217 * miscellaneous/etime.m: Likewise. | |
8218 * miscellaneous/texas_lotto.m: Likewise. | |
8219 * miscellaneous/comma.m: Likewise. | |
8220 * audio/lin2mu.m: Likewise. | |
8221 * audio/playaudio.m: Likewise. | |
8222 * audio/loadaudio.m: Likewise. | |
8223 * audio/saveaudio.m: Likewise. | |
8224 * audio/mu2lin.m: Likewise. | |
8225 * audio/record.m: Likewise. | |
8226 * strings/isletter.m: Likewise. | |
8227 * strings/lower.m: Likewise. | |
8228 * strings/lower.m: Likewise. | |
8229 * strings/upper.m: Likewise. | |
8230 * specfun/erfinv.m: Likewise. | |
8231 * specfun/gammai.m: Likewise. | |
8232 * specfun/log2.m: Likewise. | |
8233 * specfun/pow2.m: Likewise. | |
8234 * elfun/gcd.m: Likewise. | |
8235 * elfun/lcm.m: Likewise. | |
8236 * special-matrix/vander.m: Likewise. | |
8237 * special-matrix/sylvester_matrix.m: Likewise. | |
8238 * special-matrix/hilb.m: Likewise. | |
8239 * special-matrix/hankel.m: Likewise. | |
8240 * special-matrix/toeplitz.m: Likewise. | |
8241 * special-matrix/invhilb.m: Likewise. | |
8242 * statistics/base/std.m: Likewise. | |
8243 * statistics/base/median.m: Likewise. | |
8244 * linear-algebra/cond.m: Likewise. | |
8245 * linear-algebra/norm.m: Likewise. | |
8246 * finance/nper.m: Likewise. | |
8247 * finance/pmt.m: Likewise. | |
8248 * finance/pv.m: Likewise. | |
8249 * finance/rate.m: Likewise. | |
8250 * finance/npv.m: Likewise. | |
8251 * general/fliplr.m: Likewise. | |
8252 * general/flipud.m: Likewise. | |
8253 * general/is_scalar.m: Likewise. | |
8254 * general/rem.m: Likewise. | |
8255 * general/perror.m: Likewise. | |
8256 * general/tril.m: Likewise. | |
8257 * general/rot90.m: Likewise. | |
8258 * general/num2str.m: Likewise. | |
8259 * general/int2str.m: Likewise. | |
8260 * general/reshape.m: Likewise. | |
8261 * general/logspace.m: Likewise. | |
8262 * general/is_symmetric.m: Likewise. | |
8263 * general/is_vector.m: Likewise. | |
8264 * general/nextpow2.m: Likewise. | |
8265 * general/columns.m: Likewise. | |
8266 * general/is_square.m: Likewise. | |
8267 * general/rows.m: Likewise. | |
8268 * control/ugain.m: Likewise. | |
8269 * control/damp.m: Likewise. | |
8270 * control/dare.m: Likewise. | |
8271 * control/are.m: Likewise. | |
8272 * control/sys2fir.m: Likewise. | |
8273 * control/abcddim.m: Likewise. | |
8274 * control/is_abcd.m: Likewise. | |
8275 * control/step.m: Likewise. | |
8276 * control/is_observable.m: Likewise. | |
8277 * control/is_controllable.m: Likewise. | |
8278 * control/jet707.m: Likewise. | |
8279 * control/polyout.m: Likewise. | |
8280 * control/impulse.m: Likewise. | |
8281 * control/lqg.m: Likewise. | |
8282 * control/is_detectable.m: Likewise. | |
8283 * control/sysdimensions.m: Likewise. | |
8284 * control/sysupdate.m: Likewise. | |
8285 * control/stepimp.m: Likewise. | |
8286 * control/is_stable.m: Likewise. | |
8287 * control/tfout.m: Likewise. | |
8288 * control/zpout.m: Likewise. | |
8289 | |
3405 | 8290 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8291 | |
8292 * set/complement.m: Add @seealso{} stuff. | |
8293 * set/create_set.m: Likewise. | |
8294 * set/intersection.m: Likewise. | |
8295 * set/union.m: Likewise. | |
8296 | |
3399 | 8297 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8298 | |
3400 | 8299 * control/d2c.m: Use double quotes instead of single quotes for |
8300 string constants. | |
8301 * control/dgkfdemo.m: Likewise. | |
8302 * control/fir2sys.m: Likewise. | |
8303 * control/frdemo.m: Likewise. | |
8304 * control/moddemo.m: Likewise. | |
8305 * control/minfo.m: Likewise. | |
8306 * control/is_stabilizable.m: Likewise. | |
8307 * control/is_dgkf.m: Likewise. | |
8308 * control/polyout.m: Likewise. | |
8309 * control/sysconnect.m: Likewise. | |
8310 * control/sysrepdemo.m: Likewise. | |
8311 * control/tf2sys.m: Likewise. | |
8312 * control/tfout.m: Likewise. | |
8313 * control/zp2sys.m: Likewise. | |
8314 * control/zpout.m: Likewise. | |
8315 * control/tzero.m: Likewise. | |
8316 | |
8317 * control/DEMOcontrol.m: Handle moddemo case too. | |
8318 | |
8319 * image/loadimage.m: Use double quotes instead of single quotes | |
8320 for string constants. Use sprintf instead of square brackets to | |
8321 construct string. | |
8322 | |
3399 | 8323 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 8324 * control/fir2sys.m: Likewise. |
3399 | 8325 |
3390 | 8326 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8327 | |
8328 * mkdoc: Only delete spaces before @ characters at the beginning | |
8329 of a line. | |
8330 | |
3383 | 8331 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8332 | |
3388 | 8333 * control/bddemo.m: Make it more likely to work with any value of |
8334 whitespace_in_literal_matrix. | |
3386 | 8335 * control/analdemo.m: Ditto. |
8336 * control/dgkfdemo.m: Ditto. | |
8337 * control/frdemo.m: Ditto. | |
8338 * control/sysrepdemo.m: Ditto. | |
8339 * control/moddemo.m: Ditto. | |
3388 | 8340 * control/zp2ss.m: Ditto. |
3387 | 8341 * control/zp2tf.m: Ditto. |
3388 | 8342 * control/syssub.m: Ditto. |
8343 * finance/npv.m: Ditto. | |
8344 * statistics/base/studentize.m: Ditto. | |
8345 * statistics/base/values.m: Ditto. | |
8346 * statistics/distributions/exponential_cdf.m: Ditto. | |
8347 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 8348 |
3384 | 8349 * control/dezero.m: Use toascii to convert string to ASCII value |
8350 instead of multiplying it by 1. | |
8351 | |
3383 | 8352 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
8353 * control/zpout.m: Ditto. | |
8354 * control/tfout.m: Ditto. | |
8355 * control/tf2sys.m: Ditto. | |
8356 * control/syssub.m: Ditto. | |
8357 * control/syssetsignals.m: Ditto. | |
8358 * control/sysout.m: Ditto. | |
8359 * control/sysmult.m: Ditto. | |
8360 * control/sysgroup.m: Ditto. | |
8361 * control/sysdup.m: Ditto. | |
8362 * control/sysdisc.m: Ditto. | |
8363 * control/syscont.m: Ditto. | |
8364 * control/sysconnect.m: Ditto. | |
8365 * control/sysappend.m: Ditto. | |
8366 * control/sysadd.m: Ditto. | |
8367 * control/ss2sys.m: Ditto. | |
8368 * control/nyquist.m: Ditto. | |
8369 * control/lqg.m: Ditto. | |
8370 * control/fir2sys.m: Ditto. | |
8371 * control/dmr2d.m: Ditto. | |
8372 * control/dezero.m: Ditto. | |
8373 * control/d2c.m: Ditto. | |
8374 * control/c2d.m: Ditto. | |
8375 * control/bddemo.m: Ditto. | |
8376 * control/pzmap.m: Ditto. | |
8377 | |
5095 | 8378 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 8379 |
8380 * signal/spectral_adf.m: Fix typo. | |
8381 | |
3372 | 8382 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8383 | |
8384 * linear-algebra/cond.m: Texinfoize doc string. | |
8385 * linear-algebra/kron.m: Ditto. | |
8386 * linear-algebra/norm.m: Ditto. | |
8387 * linear-algebra/null.m: Ditto. | |
8388 * linear-algebra/orth.m: Ditto. | |
8389 * linear-algebra/rank.m: Ditto. | |
8390 * linear-algebra/trace.m: Ditto. | |
8391 * linear-algebra/qzhess.m: Ditto. | |
8392 * miscellaneous/menu.m: Ditto. | |
3373 | 8393 * general/perror.m: Ditto. |
8394 * general/strerror.m: Ditto. | |
8395 * general/columns.m: Ditto. | |
8396 * general/rows.m: Ditto. | |
8397 * image/colormap.m: Ditto. | |
8398 * image/gray.m: Ditto. | |
8399 * image/gray2ind.m: Ditto. | |
8400 * image/image.m: Ditto. | |
8401 * image/imagesc.m: Ditto. | |
8402 * image/imshow.m: Ditto. | |
8403 * image/ind2gray.m: Ditto. | |
8404 * image/ind2rgb.m: Ditto. | |
8405 * image/loadimage.m: Ditto. | |
8406 * image/rgb2ntsc.m: Ditto. | |
8407 * image/ntsc2rgb.m: Ditto. | |
8408 * image/ocean.m: Ditto. | |
8409 * image/rgb2ind.m: Ditto. | |
8410 * image/saveimage.m: Ditto. | |
3372 | 8411 * io/printf.m: Ditto. |
8412 * io/puts.m: Ditto. | |
8413 | |
3369 | 8414 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8415 | |
8416 * special-matrix/hankel.m: Texinfoize doc string. | |
8417 * special-matrix/hilb.m: Ditto. | |
8418 * special-matrix/invhilb.m: Ditto. | |
8419 * special-matrix/sylvester_matrix.m: Ditto. | |
8420 * special-matrix/toeplitz.m: Ditto. | |
8421 * special-matrix/vander.m: Ditto. | |
8422 * linear-algebra/vec.m: Ditto. | |
8423 * linear-algebra/vech.m: Ditto. | |
8424 * general/common_size.m: Ditto. | |
8425 * general/diff.m: Ditto. | |
8426 * general/fliplr.m: Ditto. | |
8427 * general/flipud.m: Ditto. | |
8428 * general/rot90.m: Ditto. | |
8429 * general/reshape.m: Ditto. | |
8430 * general/shift.m: Ditto. | |
8431 * general/tril.m: Ditto. | |
8432 * general/triu.m: Ditto. | |
8433 * general/logspace.m: Ditto. | |
3371 | 8434 * general/nargchk.m: Ditto. |
3369 | 8435 |
3367 | 8436 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8437 | |
8438 * statistics/base/mean: Texinfoize doc string. | |
8439 * statistics/base/median: Ditto. | |
8440 * statistics/base/std: Ditto. | |
8441 * statistics/base/cov: Ditto. | |
8442 * statistics/base/corrcoef: Ditto. | |
8443 * statistics/base/kurtosis: Ditto. | |
8444 * statistics/base/mahalanobis: Ditto. | |
8445 * statistics/base/skewness: Ditto. | |
3368 | 8446 * statistics/base/gls.m: Ditto. |
8447 * statistics/base/ols.m: Ditto. | |
3367 | 8448 * signal/detrend.m: Ditto. |
8449 * signal/freqz.m: Ditto. | |
8450 * signal/sinc.m: Ditto. | |
8451 * signal/fftconv.m: Ditto. | |
8452 * signal/fftfilt.m: Ditto. | |
3368 | 8453 * set/create_set.m: Ditto. |
8454 * set/union.m: Ditto. | |
8455 * set/intersection.m: Ditto. | |
8456 * set/complement.m: Ditto. | |
8457 * poly/compan.m: Ditto. | |
8458 * poly/conv: Ditto. | |
8459 * poly/deconv: Ditto. | |
8460 * poly/poly: Ditto. | |
8461 * poly/polyderiv: Ditto. | |
8462 * poly/polyfit: Ditto. | |
8463 * poly/polyinteg: Ditto. | |
8464 * poly/polyreduce: Ditto. | |
8465 * poly/polyval: Ditto. | |
8466 * poly/polyvalm: Ditto. | |
8467 * poly/residue: Ditto. | |
8468 * poly/roots: Ditto. | |
8469 * plot/top_title.m: Ditto | |
8470 * plot/subwindow.m: Ditto | |
8471 * plot/subplot.m: Ditto | |
8472 * plot/plot_border.m: Ditto | |
8473 * plot/oneplot.m: Ditto | |
8474 * plot/multiplot.m: Ditto | |
8475 * plot/mplot.m: Ditto | |
8476 * plot/xlabel.m: Ditto | |
8477 * plot/figure.m: Ditto | |
8478 * plot/meshdom.m: Ditto | |
8479 * plot/mesh.m: Ditto | |
8480 * plot/stairs.m: Ditto | |
8481 * plot/polar.m: Ditto | |
8482 * plot/loglog.m: Ditto | |
8483 * plot/hist.m: Ditto | |
8484 * plot/contour.m: Ditto | |
8485 * plot/bar.m: Ditto | |
8486 * plot/axis.m: Ditto | |
8487 * plot/plot.m: Ditto. | |
3367 | 8488 |
3361 | 8489 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8490 | |
3365 | 8491 * control/pinv.m: Delete. |
8492 | |
3364 | 8493 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
8494 | |
3361 | 8495 * strings/blanks.m: Texinfoize doc string. |
8496 * strings/strcat.m: Ditto. | |
8497 * strings/str2mat.m: Ditto. | |
8498 * strings/deblank.m: Ditto. | |
8499 * strings/findstr.m: Ditto. | |
8500 * strings/index.m: Ditto. | |
8501 * strings/rindex.m: Ditto. | |
8502 * strings/split.m: Ditto. | |
8503 * strings/strcmp.m: Ditto. | |
8504 * strings/strrep.m: Ditto. | |
8505 * strings/substr.m: Ditto. | |
8506 * general/int2str.m: Ditto. | |
8507 * general/num2str.m: Ditto. | |
8508 * strings/dec2bin.m: Ditto. | |
8509 * strings/bin2dec: Ditto. | |
8510 * strings/dec2bin: Ditto. | |
8511 * strings/dec2hex: Ditto. | |
8512 * strings/hex2dec: Ditto. | |
8513 * strings/str2num: Ditto. | |
8514 | |
3347 | 8515 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8516 | |
8517 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
8518 | |
5095 | 8519 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 8520 |
8521 * control/DEMOcontrol.m: Texinfoize doc string. | |
8522 * control/abcddim.m: Ditto. | |
8523 * control/abcddims.m: Ditto. | |
8524 * control/analdemo.m: Ditto. | |
8525 * control/are.m: Ditto. | |
8526 * control/axis2dlim.m: Ditto. | |
8527 * control/bddemo.m: Ditto. | |
8528 * control/bode.m: Ditto. | |
8529 * control/bode_bounds.m: Ditto. | |
8530 * control/bodquist.m: Ditto. | |
8531 * control/buildssic.m: Ditto. | |
8532 * control/c2d.m: Ditto. | |
8533 * control/ctrb.m: Ditto. | |
8534 * control/d2c.m: Ditto. | |
8535 * control/damp.m: Ditto. | |
8536 * control/dare.m: Ditto. | |
8537 * control/dcgain.m: Ditto. | |
8538 * control/dgkfdemo.m: Ditto. | |
8539 * control/dgram.m: Ditto. | |
8540 * control/dlqe.m: Ditto. | |
8541 * control/dlqr.m: Ditto. | |
8542 * control/dlyap.m: Ditto. | |
8543 * control/dmr2d.m: Ditto. | |
8544 * control/fir2sys.m: Ditto. | |
8545 * control/frdemo.m: Ditto. | |
8546 * control/freqchkw.m: Ditto. | |
8547 * control/freqresp.m: Ditto. | |
8548 * control/gram.m: Ditto. | |
8549 * control/h2norm.m: Ditto. | |
8550 * control/h2syn.m: Ditto. | |
8551 * control/hinf_ctr.m: Ditto. | |
8552 * control/hinfdemo.m: Ditto. | |
8553 * control/hinfnorm.m: Ditto. | |
8554 * control/hinfsyn.m: Ditto. | |
8555 * control/hinfsyn_chk.m: Ditto. | |
8556 * control/impulse.m: Ditto. | |
8557 * control/is_abcd.m: Ditto. | |
8558 * control/is_controllable.m: Ditto. | |
8559 * control/is_detectable.m: Ditto. | |
8560 * control/is_dgkf.m: Ditto. | |
8561 * control/is_digital.m: Ditto. | |
8562 * control/is_observable.m: Ditto. | |
8563 * control/is_sample.m: Ditto. | |
8564 * control/is_signal_list.m: Ditto. | |
8565 * control/is_siso.m: Ditto. | |
8566 * control/is_stabilizable.m: Ditto. | |
8567 * control/is_stable.m: Ditto. | |
8568 * control/jet707.m: Ditto. | |
8569 * control/lqe.m: Ditto. | |
8570 * control/lqg.m: Ditto. | |
8571 * control/lqr.m: Ditto. | |
8572 * control/lsim.m: Ditto. | |
8573 * control/ltifr.m: Ditto. | |
8574 * control/lyap.m: Ditto. | |
8575 * control/moddemo.m: Ditto. | |
8576 * control/nyquist.m: Ditto. | |
8577 * control/obsv.m: Ditto. | |
8578 * control/ord2.m: Ditto. | |
8579 * control/outlist.m: Ditto. | |
8580 * control/pinv.m: Ditto. | |
8581 * control/place.m: Ditto. | |
8582 * control/polyout.m: Ditto. | |
8583 * control/prompt.m: Ditto. | |
8584 * control/pzmap.m: Ditto. | |
8585 * control/qzval.m: Ditto. | |
8586 * control/rldemo.m: Ditto. | |
8587 * control/rlocus.m: Ditto. | |
8588 * control/sortcom.m: Ditto. | |
8589 * control/ss2sys.m: Ditto. | |
8590 * control/ss2tf.m: Ditto. | |
8591 * control/ss2zp.m: Ditto. | |
8592 * control/starp.m: Ditto. | |
8593 * control/step.m: Ditto. | |
8594 * control/stepimp.m: Ditto. | |
8595 * control/susball.m: Ditto. | |
8596 * control/sys2fir.m: Ditto. | |
8597 * control/sys2ss.m: Ditto. | |
8598 * control/sys2tf.m: Ditto. | |
8599 * control/sys2zp.m: Ditto. | |
8600 * control/sysadd.m: Ditto. | |
8601 * control/sysappend.m: Ditto. | |
8602 * control/syschnames.m: Ditto. | |
8603 * control/syschnamesl.m: Ditto. | |
8604 * control/syschtsam.m: Ditto. | |
8605 * control/sysconnect.m: Ditto. | |
8606 * control/syscont.m: Ditto. | |
8607 * control/syscont_disc.m: Ditto. | |
8608 * control/sysdefioname.m: Ditto. | |
8609 * control/sysdefstname.m: Ditto. | |
8610 * control/sysdimensions.m: Ditto. | |
8611 * control/sysdisc.m: Ditto. | |
8612 * control/sysdup.m: Ditto. | |
8613 * control/sysgetsignals.m: Ditto. | |
8614 * control/sysgettype.m: Ditto. | |
8615 * control/sysgroup.m: Ditto. | |
8616 * control/sysgroupn.m: Ditto. | |
8617 * control/sysmult.m: Ditto. | |
8618 * control/sysout.m: Ditto. | |
8619 * control/sysprune.m: Ditto. | |
8620 * control/sysreorder.m: Ditto. | |
8621 * control/sysrepdemo.m: Ditto. | |
8622 * control/sysscale.m: Ditto. | |
8623 * control/syssetsignals.m: Ditto. | |
8624 * control/syssub.m: Ditto. | |
8625 * control/sysupdate.m: Ditto. | |
8626 * control/tf2ss.m: Ditto. | |
8627 * control/tf2sys.m: Ditto. | |
8628 * control/tf2sysl.m: Ditto. | |
8629 * control/tf2zp.m: Ditto. | |
8630 * control/tfout.m: Ditto. | |
8631 * control/tzero.m: Ditto. | |
8632 * control/tzero2.m: Ditto. | |
8633 * control/ugain.m: Ditto. | |
8634 * control/wgt1o.m: Ditto. | |
8635 * control/zgfmul.m: Ditto. | |
8636 * control/zgfslv.m: Ditto. | |
8637 * control/zginit.m: Ditto. | |
8638 * control/zgpbal.m: Ditto. | |
8639 * control/zgreduce.m: Ditto. | |
8640 * control/zgrownorm.m: Ditto. | |
8641 * control/zgscal.m: Ditto. | |
8642 * control/zgsgiv.m: Ditto. | |
8643 * control/zgshsr.m: Ditto. | |
8644 * control/zp2ss.m: Ditto. | |
8645 * control/zp2ssg2.m: Ditto. | |
8646 * control/zp2sys.m: Ditto. | |
8647 * control/zp2tf.m: Ditto. | |
8648 * control/zpout.m: Ditto. | |
8649 | |
5095 | 8650 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 8651 |
5378 | 8652 * audio/lin2mu.m: Texinfoize doc string. |
8653 * audio/loadaudio.m: Ditto. | |
8654 * audio/mu2lin.m: Ditto. | |
8655 * audio/playaudio.m: Ditto. | |
8656 * audio/record.m: Ditto. | |
8657 * audio/saveaudio.m: Ditto. | |
3332 | 8658 |
5095 | 8659 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 8660 |
8661 * elfun/acot.m: Texinfoize doc string. | |
8662 * elfun/acsc.m: Ditto. | |
8663 * elfun/acsch.m: Ditto. | |
8664 * elfun/asec.m: Ditto. | |
8665 * elfun/asech.m: Ditto. | |
8666 * elfun/cot.m: Ditto. | |
8667 * elfun/coth.m: Ditto. | |
8668 * elfun/csc.m: Ditto. | |
8669 * elfun/csch.m: Ditto. | |
8670 * elfun/gcd.m: Ditto. | |
8671 * elfun/lcm.m: Ditto. | |
8672 * elfun/sec.m: Ditto. | |
8673 * elfun/sech.m: Ditto. | |
8674 * general/nextpow2.m: Ditto. | |
8675 * general/rem.m: Ditto. | |
8676 * linear-algebra/commutation_matrix.m: Ditto. | |
8677 * linear-algebra/cross.m: Ditto. | |
8678 * linear-algebra/duplication_matrix.m: Ditto. | |
8679 * miscellaneous/bincoeff.m: Ditto. | |
8680 * miscellaneous/xor.m: Ditto. | |
8681 * specfun/bessel.m: Ditto. | |
8682 * specfun/beta.m: Ditto. | |
8683 * specfun/betai.m: Ditto. | |
8684 * specfun/erfinv.m: Ditto. | |
8685 * specfun/gammai.m: Ditto. | |
8686 * specfun/log2.m: Ditto. | |
8687 * specfun/pow2.m: Ditto. | |
8688 | |
5095 | 8689 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 8690 |
8691 * general/is_scalar.m: Texinfoize help text. | |
8692 * general/is_square.m: Ditto. | |
8693 * general/is_symmetric.m: Ditto. | |
8694 | |
3320 | 8695 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8696 | |
8697 * strings/split.m: If the string to be split is empty, just return | |
8698 an empty string. | |
8699 | |
3319 | 8700 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8701 | |
8702 * Makefile.in (ALL_M_FILES): New macro. | |
8703 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
8704 | |
3306 | 8705 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8706 | |
8707 * control/bode.m: Don't return anything if nargout == 0. | |
8708 | |
8709 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
8710 | |
8711 * control/bode.m: Don't do axis scaling for magnitude plots. | |
8712 | |
3305 | 8713 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8714 | |
8715 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
8716 gethelp.cc to the list. | |
8717 | |
3296 | 8718 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8719 | |
3301 | 8720 * time/asctime.m: Texinfoize help text. |
8721 * time/clock.m: Ditto. | |
8722 * time/date.m: Ditto. | |
8723 * miscellaneous/cputime.m: Ditto. | |
8724 * miscellaneous/etime.m: Ditto. | |
8725 * miscellaneous/is_leap_year.m: Ditto. | |
8726 * miscellaneous/popen2.m: Ditto. | |
8727 * miscellaneous/version.m: Ditto. | |
8728 * miscellaneous/tic.m: Ditto. | |
8729 * miscellaneous/toc.m: Just refer to tic.m. | |
8730 | |
3297 | 8731 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
8732 `cd dir; $(MAKE); cd ..'. | |
8733 ($(SUBDIRS)): Likewise. | |
8734 | |
8735 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
8736 | |
8737 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
8738 of `cd dir; $(MAKE)'. | |
8739 | |
3296 | 8740 * gethelp.cc, mkdoc: New files. |
8741 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
8742 sources. | |
8743 | |
3291 | 8744 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8745 | |
8746 * linear-algebra/kron.m: Fix typo in previous change | |
8747 | |
3282 | 8748 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8749 | |
8750 * control/bode.m: Allow optional 5th arg to specify plot style. | |
8751 | |
5095 | 8752 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 8753 |
8754 * linear-algebra/krylov.m: Correctly handle case of V having full | |
8755 rank when V has more columns than rows. | |
8756 | |
8757 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8758 | |
8759 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
8760 | |
8761 * statistics/tests/manova.m: Avoid problems if | |
8762 whitespace_in_literal_matrix is set to "traditional". | |
8763 * statistics/tests/t_test_regression.m: Likewise. | |
8764 * statistics/tests/u_test.m: Likewise. | |
8765 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
8766 * statistics/tests/anova.m: Likewise. | |
8767 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
8768 * statistics/base/statistics.m: Likewise. | |
8769 * image/saveimage.m: Likewise. | |
8770 * signal/arch_fit.m: Likewise. | |
8771 * signal/autoreg_matrix.m: Likewise. | |
8772 * signal/triangle_lw.m: Likewise. | |
8773 * strings/dec2hex.m: Likewise. | |
8774 | |
3268 | 8775 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8776 | |
8777 * image/saveimage.m: Initialize scale. | |
8778 | |
8779 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8780 | |
8781 * general/reshape.m: Allow reshape (a, size (b)). | |
8782 | |
3266 | 8783 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8784 | |
8785 * specfun/erfinv.m: Improve stopping criterion. | |
8786 Add iteration count as second return value. | |
8787 | |
3265 | 8788 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8789 | |
8790 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
8791 | |
3263 | 8792 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8793 | |
8794 * miscellaneous/pack.m: New function. | |
8795 | |
8796 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8797 | |
8798 * plot/figure.m: Always return figure number. With no args, | |
8799 figure now creates a new figure window and returns its number. | |
8800 Accept figure (property, value) syntax, but do nothing. | |
8801 | |
5095 | 8802 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 8803 |
8804 * general/shift.m: Avoid printing temporary value for backward shift. | |
8805 | |
3260 | 8806 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8807 | |
8808 * plot/bar.m: Compute bar widths correctly when x-values are not | |
8809 evenly spaced. | |
8810 | |
3250 | 8811 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8812 | |
8813 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
8814 contain only zeros. | |
8815 | |
5095 | 8816 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 8817 |
8818 * linear-algebra/kron.m: Create result matrix and insert blocks | |
8819 instead of appending them. | |
8820 | |
8821 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8822 | |
8823 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
8824 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
8825 Update from A. S. Hodel. | |
8826 | |
3246 | 8827 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8828 | |
8829 * polynomial/polyfit.m: Correct previous change. | |
8830 | |
3243 | 8831 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8832 | |
8833 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
8834 | |
5095 | 8835 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 8836 |
8837 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
8838 version of krylov and krylovb. | |
8839 | |
8840 * control/outlist.m, control/sysout.m: Fix typos. | |
8841 | |
8842 * control/sysdimensions.m: Add option for total number of states. | |
8843 | |
8844 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
8845 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
8846 arguments. | |
8847 | |
8848 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8849 | |
8850 * strings/index.m: Fail with meaningful error message if either | |
8851 arg is a string array. | |
8852 | |
3238 | 8853 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8854 | |
8855 * linear-algebra/norm.m: Do the right thing for 1- and | |
8856 infinity-norms of complex matrices. From Sven Khatri | |
8857 <khatri@saturn.vocalpoint.com>. | |
8858 | |
5095 | 8859 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 8860 |
8861 * linear-algebra/qrhouse.m: Handle default args correctly. | |
8862 | |
8863 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8864 | |
8865 * strings/split.m: Avoid problems when splitting strings that have | |
8866 \ in them. | |
8867 | |
5095 | 8868 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 8869 |
8870 * image/colormap.m: Do better arg checking, handle string args | |
8871 that name the colormap function to call (e.g., colormap ("ocean")). | |
8872 | |
5095 | 8873 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 8874 |
8875 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
8876 * linear-algebra/dot.m: Likewise. | |
8877 * linear-algebra/cross.m: Likewise. | |
8878 * general/rot90.m: Likewise. | |
8879 | |
5095 | 8880 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 8881 |
8882 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
8883 that the leading column is not all zeros. | |
8884 | |
8885 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8886 | |
8887 * general/shift.m: Fix potential problems with | |
8888 whitespace_in_literal_matrix. | |
8889 * signal/arch_rnd.m: Ditto. | |
8890 * signal/autocov.m: Ditto. | |
8891 * signal/diffpara.m: Ditto. | |
8892 * signal/hurst.m: Ditto. | |
8893 * signal/periodogram.m: Ditto. | |
8894 * signal/spectral_adf.m: Ditto. | |
8895 * signal/spectral_xdf.m: Ditto. | |
8896 * signal/spencer.m: Ditto. | |
8897 * signal/synthesis.m: Ditto. | |
8898 * statistics/distributions/wiener_rnd.m: Ditto. | |
8899 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
8900 * statistics/models/logistic_regression.m: Ditto. | |
8901 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
8902 * statistics/tests/run_test.m: Ditto. | |
8903 * statistics/tests/chisquare_test_independence.m: Ditto. | |
8904 | |
5095 | 8905 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 8906 |
8907 * plot/__plr2__.m: Fix typo. | |
8908 | |
3233 | 8909 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8910 | |
8911 * plot/__pltopt1__.m: Accept "k" to mean black. | |
8912 | |
5095 | 8913 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 8914 |
8915 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
8916 function. | |
8917 | |
5095 | 8918 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 8919 |
8920 * control/ss2sys.m: Fix typo. | |
8921 | |
8922 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8923 | |
8924 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
8925 | |
8926 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
8927 signal names as lists of strings instead of string arrays. | |
8928 | |
3225 | 8929 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8930 | |
3233 | 8931 * quaternion: New directory of functions from A. S. Hodel |
3225 | 8932 <a.s.hodel@eng.auburn.edu>. |
8933 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 8934 * quaternion/Makefile.in: New file. |
8935 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 8936 |
8937 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8938 | |
8939 * image/saveimage.m: Make it work again for black and white colormaps. | |
8940 | |
8941 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
8942 since there can be fewer rows than columns. Round values to | |
8943 nearest position in colormap instead of truncating. Correct usage | |
8944 message. | |
8945 | |
5095 | 8946 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 8947 |
8948 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
8949 zero rows of [A,v] as householder pivots; this avoids spurious | |
8950 non-zero entries in returned orthogonal matrix U, but destroys the | |
8951 Householder matrix structure of H. | |
8952 | |
8953 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8954 | |
8955 * general/logical.m: Just copy input to output if argument is | |
8956 already a logical object. | |
8957 | |
3215 | 8958 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8959 | |
8960 * New files from OCST, in control subdiretory: | |
8961 | |
8962 DEMOcontrol.m is_siso.m syschnames.m | |
8963 abcddim.m is_stabilizable.m syschnamesl.m | |
8964 abcddims.m is_stable.m syschtsam.m | |
8965 analdemo.m jet707.m sysconnect.m | |
8966 are.m lqe.m syscont.m | |
8967 axis2dlim.m lqg.m syscont_disc.m | |
8968 bddemo.m lqr.m sysdefioname.m | |
8969 bode.m lsim.m sysdefstname.m | |
8970 bode_bounds.m ltifr.m sysdimensions.m | |
8971 bodquist.m lyap.m sysdisc.m | |
8972 buildssic.m mb.m sysdup.m | |
8973 c2d.m minfo.m sysgetsignals.m | |
6302 | 8974 com2str.m moddemo.m sysgettsam.m |
3215 | 8975 controldemo.m nichols.m sysgettype.m |
8976 ctrb.m nyquist.m sysgroup.m | |
8977 d2c.m obsv.m sysgroupn.m | |
8978 damp.m ord2.m sysmult.m | |
8979 dare.m outlist.m sysout.m | |
8980 dcgain.m packedform.m sysprune.m | |
8981 demomarsyas.m packsys.m sysreorder.m | |
8982 dezero.m; parallel.m sysrepdemo.m | |
8983 dgkfdemo.m place.m sysscale.m | |
8984 dgram.m polyout.m syssub.m | |
8985 dhinfdemo.m prompt.m sysupdate.m | |
8986 dlqe.m pzmap.m tf2ss.m | |
8987 dlqg.m qzval.m tf2sys.m | |
8988 dlqr.m rldemo.m tf2sysl.m | |
8989 dlyap.m rlocus.m tf2zp.m | |
8990 dmr2d.m rotg.m tfout.m | |
8991 fir2sys.m run_cmd.m; tzero.m | |
8992 frdemo.m series.m tzero2.m | |
8993 freqchkw.m sortcom.m ugain.m | |
8994 freqresp.m ss2sys.m unpacksys.m | |
8995 gram.m ss2tf.m wgt1o.m | |
8996 h2norm.m ss2zp.m zgfmul.m | |
8997 h2syn.m starp.m zgfslv.m | |
8998 hinf_ctr.m step.m zginit.m | |
8999 hinfdemo.m stepimp.m zgpbal.m | |
9000 hinfnorm.m strappend.m; zgreduce.m | |
9001 hinfsyn.m susball.m zgrownorm.m | |
9002 hinfsyn_chk.m swap.m zgscal.m | |
9003 impulse.m swapcols.m zgsgiv.m | |
9004 is_abcd.m swaprows.m zgshsr.m | |
9005 is_controllable.m sys2fir.m zp2ss.m | |
9006 is_detectable.m sys2ss.m zp2ssg2.m | |
9007 is_dgkf.m sys2tf.m zp2sys.m | |
9008 is_digital.m sys2zp.m zp2tf.m | |
9009 is_observable.m sysadd.m zpout.m | |
9010 is_sample.m sysappend.m | |
9011 | |
9012 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9013 | |
9014 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
9015 | |
9016 * strings/deblank.m: Make it work for string arrays too. | |
9017 | |
3211 | 9018 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9019 | |
9020 * linear-algebra/housh.m: New file from the OCST. | |
9021 * linear-algebra/krygetq.m: Ditto. | |
9022 * linear-algebra/krylov.m: Ditto. | |
9023 * linear-algebra/krylovb.m: Ditto. | |
9024 * linear-algebra/qrhouse.m: Ditto. | |
9025 * general/is_duplicate_entry.m: Ditto. | |
9026 | |
9027 * general/is_symmetric.m: Call is_square instead of doing that | |
9028 check in line. | |
9029 | |
3196 | 9030 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9031 | |
3202 | 9032 * general/is_square.m: |
9033 | |
9034 * general/isempty.m, general/is_matrix.m: Delete. | |
9035 | |
9036 * general/is_symmetric: Delete special case for strings. Whether | |
9037 the conversion is valid should depend on implicit_str_to_num_ok. | |
9038 | |
9039 * general/is_square.m: If arg is not a matrix, don't check size, | |
9040 just return 0. | |
9041 * general/is_symmetric: Likewise. | |
9042 * general/is_vector.m: Likewise. | |
9043 * general/is_scalar.m: Likewise. | |
9044 | |
3196 | 9045 * general/length.m: Delete. |
9046 | |
3191 | 9047 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9048 | |
9049 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
9050 statistics/distributions/Makefile, statistics/models/Makefile, | |
9051 and statistics/tests/Makefile to the list of files to create. | |
9052 | |
9053 * finance/Makefile.in, statistics/base/Makefile.in, | |
9054 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
9055 statistics/tests/Makefile.in: New files. | |
9056 * statistics/Makefile.in: Delete file lists. Now only handle | |
9057 subdirectories. | |
9058 * Makefile.in (SUBDIRS): Add finance. | |
9059 | |
9060 * Move the following files from statistics to statistics/base: | |
9061 | |
9062 corrcoef.m | |
9063 kurtosis.m | |
9064 mahalanobis.m | |
9065 median.m | |
9066 ols.m | |
9067 skewness.m | |
9068 std.m | |
9069 | |
9070 New files, from Kurt Hornik's octave-ci package: | |
9071 | |
9072 * finance (new directory): | |
9073 | |
9074 fv.m | |
9075 fvl.m | |
9076 irr.m | |
9077 nper.m | |
9078 npv.m | |
9079 pmt.m | |
9080 pv.m | |
9081 pvl.m | |
9082 rate.m | |
9083 vol.m | |
9084 | |
9085 * linear-algebra/dmult.m | |
9086 | |
9087 * signal: | |
9088 | |
9089 arch_fit.m | |
9090 arch_rnd.m | |
9091 arch_test.m | |
9092 arma_rnd.m | |
9093 autocor.m | |
9094 autocov.m | |
9095 autoreg_matrix.m | |
9096 bartlett.m | |
9097 blackman.m | |
9098 diffpara.m | |
9099 durbinlevinson.m | |
9100 fractdiff.m | |
9101 hamming.m | |
9102 hanning.m | |
9103 hurst.m | |
9104 periodogram.m | |
9105 rectangle_lw.m | |
9106 rectangle_sw.m | |
9107 sinetone.m | |
9108 sinewave.m | |
9109 spectral_adf.m | |
9110 spectral_xdf.m | |
9111 spencer.m | |
9112 stft.m | |
9113 synthesis.m | |
9114 triangle_lw.m | |
9115 triangle_sw.m | |
9116 yulewalker.m | |
9117 | |
9118 * statistics/base (new directory): | |
9119 | |
9120 center.m | |
9121 cloglog.m | |
9122 cor.m | |
9123 cov.m | |
9124 cut.m | |
9125 iqr.m | |
9126 kendall.m | |
9127 logit.m | |
9128 mean.m | |
9129 meansq.m | |
9130 moment.m | |
9131 ppplot.m | |
9132 probit.m | |
9133 qqplot.m | |
9134 range.m | |
9135 ranks.m | |
9136 run_count.m | |
9137 spearman.m | |
9138 statistics.m | |
9139 studentize.m | |
9140 table.m | |
9141 values.m | |
9142 var.m | |
9143 | |
9144 (Replaces cov.m and mean.m with new versions.) | |
9145 | |
9146 * statistics/distributions (new directory): | |
9147 | |
9148 beta_cdf.m | |
9149 beta_inv.m | |
9150 beta_pdf.m | |
9151 beta_rnd.m | |
9152 binomial_cdf.m | |
9153 binomial_inv.m | |
9154 binomial_pdf.m | |
9155 binomial_rnd.m | |
9156 cauchy_cdf.m | |
9157 cauchy_inv.m | |
9158 cauchy_pdf.m | |
9159 cauchy_rnd.m | |
9160 chisquare_cdf.m | |
9161 chisquare_inv.m | |
9162 chisquare_pdf.m | |
9163 chisquare_rnd.m | |
9164 discrete_cdf.m | |
9165 discrete_inv.m | |
9166 discrete_pdf.m | |
9167 discrete_rnd.m | |
9168 empirical_cdf.m | |
9169 empirical_inv.m | |
9170 empirical_pdf.m | |
9171 empirical_rnd.m | |
9172 exponential_cdf.m | |
9173 exponential_inv.m | |
9174 exponential_pdf.m | |
9175 exponential_rnd.m | |
9176 f_cdf.m | |
9177 f_inv.m | |
9178 f_pdf.m | |
9179 f_rnd.m | |
9180 gamma_cdf.m | |
9181 gamma_inv.m | |
9182 gamma_pdf.m | |
9183 gamma_rnd.m | |
9184 geometric_cdf.m | |
9185 geometric_inv.m | |
9186 geometric_pdf.m | |
9187 geometric_rnd.m | |
9188 hypergeometric_cdf.m | |
9189 hypergeometric_inv.m | |
9190 hypergeometric_pdf.m | |
9191 hypergeometric_rnd.m | |
9192 kolmogorov_smirnov_cdf.m | |
9193 laplace_cdf.m | |
9194 laplace_inv.m | |
9195 laplace_pdf.m | |
9196 laplace_rnd.m | |
9197 logistic_cdf.m | |
9198 logistic_inv.m | |
9199 logistic_pdf.m | |
9200 logistic_rnd.m | |
9201 lognormal_cdf.m | |
9202 lognormal_inv.m | |
9203 lognormal_pdf.m | |
9204 lognormal_rnd.m | |
9205 normal_cdf.m | |
9206 normal_inv.m | |
9207 normal_pdf.m | |
9208 normal_rnd.m | |
9209 pascal_cdf.m | |
9210 pascal_inv.m | |
9211 pascal_pdf.m | |
9212 pascal_rnd.m | |
9213 poisson_cdf.m | |
9214 poisson_inv.m | |
9215 poisson_pdf.m | |
9216 poisson_rnd.m | |
9217 stdnormal_cdf.m | |
9218 stdnormal_inv.m | |
9219 stdnormal_pdf.m | |
9220 stdnormal_rnd.m | |
9221 t_cdf.m | |
9222 t_inv.m | |
9223 t_pdf.m | |
9224 t_rnd.m | |
9225 uniform_cdf.m | |
9226 uniform_inv.m | |
9227 uniform_pdf.m | |
9228 uniform_rnd.m | |
9229 weibull_cdf.m | |
9230 weibull_inv.m | |
9231 weibull_pdf.m | |
9232 weibull_rnd.m | |
9233 wiener_rnd.m | |
9234 | |
9235 * statistics/models (new directory): | |
9236 | |
9237 logistic_regression.m | |
9238 logistic_regression_derivatives.m | |
9239 logistic_regression_likelihood.m | |
9240 | |
9241 * statistics/tests (new directory): | |
9242 | |
9243 anova.m | |
9244 bartlett_test.m | |
9245 chisquare_test_homogeneity.m | |
9246 chisquare_test_independence.m | |
9247 cor_test.m | |
9248 f_test_regression.m | |
9249 hotelling_test.m | |
9250 hotelling_test_2.m | |
9251 kolmogorov_smirnov_test.m | |
9252 kolmogorov_smirnov_test_2.m | |
9253 kruskal_wallis_test.m | |
9254 manova.m | |
9255 mcnemar_test.m | |
9256 prop_test_2.m | |
9257 run_test.m | |
9258 sign_test.m | |
9259 t_test.m | |
9260 t_test_2.m | |
9261 t_test_regression.m | |
9262 u_test.m | |
9263 var_test.m | |
9264 welch_test.m | |
9265 wilcoxon_test.m | |
9266 z_test.m | |
9267 z_test_2.m | |
9268 | |
9269 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9270 | |
9271 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
9272 compatibility and to avoid Y2K problems. | |
9273 | |
3190 | 9274 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9275 | |
9276 * polynomial/polyfit.m: Just use the \ operator to handle the | |
9277 least-squares solution. | |
9278 | |
3180 | 9279 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9280 | |
9281 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
9282 | |
9283 * strings/strrep.m: Don't convert args to numeric values. | |
9284 Prevent warnings for empty string args. | |
9285 From Georg Thimm <thimm@idiap.ch>. | |
9286 | |
9287 * strings/strcat.m: Prevent warnings for empty string args. | |
9288 | |
9289 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9290 | |
9291 * miscellaneous/menu.m: Remove special case for empty string | |
9292 returned from input(). Add second arg to eval() to catch errors. | |
9293 | |
3178 | 9294 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9295 | |
9296 * plot/__plt__.m: Don't call usleep. | |
9297 | |
3175 | 9298 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9299 | |
9300 * linear-algebra/dot.m: New function. | |
9301 | |
9302 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
9303 compatibility. | |
9304 | |
9305 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9306 | |
9307 * plot/hist.m: Also allow just one output argument. | |
9308 | |
9309 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9310 | |
9311 * strings/deblank.m: Make it work if the string is only blanks. | |
9312 | |
9313 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9314 | |
9315 * plot/__plt2mv__.m: Delete calls to keyboard. | |
9316 | |
9317 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9318 | |
9319 * plot/oneplot.m: Fix typo. | |
9320 | |
3174 | 9321 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9322 | |
9323 * miscellaneous/flops.m: Allow a single argument too. | |
9324 | |
9325 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9326 | |
9327 * strings/str2mat.m: Also handle case when there are no empty | |
9328 strings correctly. | |
9329 | |
9330 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9331 | |
9332 * strings/isletter.m: New function, for Matlab compatibility. | |
9333 | |
3168 | 9334 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9335 | |
9336 * strings/str2mat.m: Handle string matrices too. | |
9337 | |
3167 | 9338 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9339 | |
9340 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
9341 linear encoding. | |
9342 | |
9343 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
9344 audio/record.m: Open files in binary mode. | |
9345 | |
3164 | 9346 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9347 | |
9348 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
9349 Move functionality of dump_1_pref here, but use built-in function | |
9350 type to extract value, and put it inside try/catch block. | |
9351 * miscellaneous/dump_1_pref.m: Delete unused function. | |
9352 | |
3162 | 9353 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9354 | |
9355 * plot/__pltopt1.m__: New file. | |
9356 * plot/__pltopt.m__: Handle opt as a string array by calling | |
9357 __pltopt1__ multiple times and returning a string array with rows | |
9358 corresponding to the rows of opt. | |
9359 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
9360 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
9361 array. | |
9362 | |
9363 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9364 | |
9365 * plot/mplot.m: Fix misspellings of global variables. | |
9366 Don't call clearplot. | |
9367 | |
9368 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9369 | |
9370 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
9371 "cle;rep" when going in ot multiplot mode. | |
9372 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
9373 switching out of multiplot mode. | |
9374 | |
3156 | 9375 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 9376 |
3156 | 9377 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
9378 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 9379 |
3141 | 9380 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9381 | |
9382 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
9383 | |
9384 * miscellaneous/bug_report.m: Don't try to get smart with | |
9385 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
9386 | |
9387 * Makefile.in (install): Create separate ls-R files for | |
9388 $(datadir) and $(libexecdir). | |
9389 (uninstall): Remove both ls-R files. | |
9390 | |
3136 | 9391 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9392 | |
9393 * signal/fftshift.m: New file. | |
9394 | |
9395 * plot/contour.m: Fix for non-square case. | |
9396 | |
9397 * general/randperm.m: New file. | |
9398 | |
9399 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9400 | |
9401 * specfun/betai.m: Restore file for compatibility with previous | |
9402 versions. Call betainc with reordered args. | |
9403 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
9404 | |
3131 | 9405 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9406 | |
9407 * plot/contour.m: Handle discrete contour levels. | |
9408 | |
9409 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9410 | |
9411 * control/lyap.m: For compatibility with Matlab, solve | |
9412 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
9413 | |
3124 | 9414 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9415 | |
9416 * specfun/bessel.m: New file. | |
9417 | |
9418 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
9419 specfun/gammainc.m: Delete. | |
9420 | |
3106 | 9421 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9422 | |
9423 * image/colormap.m: Initialize __current_color_map__ in global | |
9424 statement. | |
9425 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
9426 statement. | |
9427 * plot/axis.m: Initialize __current_axis__ in global statement. | |
9428 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
9429 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
9430 | |
3103 | 9431 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9432 | |
9433 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
9434 * time/toc.m: Likewise. | |
9435 | |
9436 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
9437 | |
9438 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
9439 anything special for automatic_replot when in multiplot mode -- | |
9440 recent 3.6beta releases handle this correctly. | |
9441 | |
9442 * plot/figure.m: Ensure that we are not in multiplot mode before | |
9443 setting the terminal type. | |
9444 | |
9445 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
9446 plot/subwindow.m: Use leading and trailing underscores for | |
9447 `private' globals. | |
9448 | |
9449 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
9450 | |
3101 | 9451 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9452 | |
9453 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
9454 | |
3091 | 9455 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9456 | |
3092 | 9457 * specfun/gammai.m: Avoid problems with whitespace when |
9458 constructing matrices. | |
9459 | |
3091 | 9460 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
9461 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
9462 original y vector. | |
9463 | |
3085 | 9464 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9465 | |
9466 * linear-algebra/cross.m: Use direct formula instead of calling | |
9467 det three times in a loop. If both args are column (row) vectors, | |
9468 return a column (row) vector. If they don't match, pay attention | |
9469 to the value of prefer_column_vectors. | |
9470 | |
5095 | 9471 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 9472 |
9473 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
9474 nonsymmetric matrices. | |
9475 | |
9476 * general/tril.m: Fix usage message. | |
9477 | |
9478 * polynomial/polyvalm.m: Fix error messages. | |
9479 * polynomial/polyderiv.m: Likewise. | |
9480 * polynomial/polyval.m: Likewise. | |
9481 | |
3081 | 9482 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9483 | |
9484 * strings/blanks.m: Allow blanks(0) to return empty string. | |
9485 Allow negative arguments if treat_neg_dim_as_zero is true. | |
9486 | |
3063 | 9487 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9488 | |
9489 * plot/mesh.m: Set noparametric plot mode after plotting. | |
9490 | |
5095 | 9491 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 9492 |
9493 * plot/__pltopt__.m: Handle key/legend names. | |
9494 Correctly set colors, line styles, and point styles. | |
9495 | |
3061 | 9496 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9497 | |
9498 * polynomial/polyfit.m: Return fit y values as second output. | |
9499 Don't use QR factorization to solve least squares problem. | |
9500 | |
9501 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9502 | |
9503 * control/dlqr.m: Use ao, not a, to compute k. | |
9504 | |
3024 | 9505 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9506 | |
9507 * miscellaneous/path.m: New file. | |
9508 | |
2993 | 9509 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9510 | |
9511 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
9512 name. | |
9513 | |
2968 | 9514 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9515 | |
9516 * specfun/erfinv.m: Add missing semicolon. | |
9517 | |
2870 | 9518 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9519 | |
9520 * miscellaneous/xor.m: Make type of return value logical. | |
9521 | |
2853 | 9522 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9523 | |
9524 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
9525 warn_comma_in_global_decl. | |
9526 | |
2831 | 9527 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9528 | |
9529 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
9530 octave-bug script. | |
9531 | |
2823 | 9532 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9533 | |
2824 | 9534 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
9535 prefer_zero_one_indexing. | |
9536 | |
2823 | 9537 * general/logical.m: New file. |
9538 | |
2816 | 9539 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9540 | |
9541 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
9542 and is_vector(). | |
9543 | |
5095 | 9544 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 9545 |
9546 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
9547 Use tolerance of 2 * eps. | |
9548 | |
2811 | 9549 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9550 | |
9551 * Makefile.in (install-strip): New target. | |
9552 * audio/Makefile.in: Ditto. | |
9553 * control/Makefile.in: Ditto. | |
9554 * elfun/Makefile.in: Ditto. | |
9555 * general/Makefile.in: Ditto. | |
9556 * image/Makefile.in: Ditto. | |
9557 * io/Makefile.in: Ditto. | |
9558 * linear-algebra/Makefile.in: Ditto. | |
9559 * miscellaneous/Makefile.in: Ditto. | |
9560 * plot/Makefile.in: Ditto. | |
9561 * polynomial/Makefile.in: Ditto. | |
9562 * set/Makefile.in: Ditto. | |
9563 * signal/Makefile.in: Ditto. | |
9564 * specfun/Makefile.in: Ditto. | |
9565 * special-matrix/Makefile.in: Ditto. | |
9566 * startup/Makefile.in: Ditto. | |
9567 * statistics/Makefile.in: Ditto. | |
9568 * strings/Makefile.in: Ditto. | |
9569 | |
2809 | 9570 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9571 | |
9572 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
9573 | |
2798 | 9574 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9575 | |
9576 * statistics/corrcoef.m: Make it actually work. | |
9577 | |
2795 | 9578 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9579 | |
2798 | 9580 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 9581 |
2779 | 9582 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 9583 |
9584 * Version 2.0.5 released. | |
9585 | |
2745 | 9586 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9587 | |
2749 | 9588 * Makefile.in (maintainer-clean): Also remove configure. |
9589 | |
2746 | 9590 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
9591 | |
2745 | 9592 * general/is_matrix.m: Return zero for empty matrices. |
9593 | |
9594 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9595 | |
9596 * linear-algebra/vech.m: Size result just once. | |
9597 | |
2726 | 9598 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9599 | |
9600 * general/is_square.m: Handle empty matrices correctly. | |
9601 * general/is_symmetric.m: Handle empty matrices and strings. | |
9602 | |
2716 | 9603 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9604 | |
9605 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
9606 * polynomial/deconv.m: Likewise. | |
9607 * polynomial/polyderiv.m: Likewise. | |
9608 * polynomial/polyinteg.m: Likewise. | |
9609 * polynomial/polyreduce.m: Likewise. | |
9610 * polynomial/polyval.m: Likewise. | |
9611 * polynomial/polyvalm.m: Likewise. | |
9612 * general/postpad.m: Likewise. | |
9613 * general/prepad.m: Likewise. | |
9614 | |
9615 * polynomial/compan.m: Check input with is_vector(), not | |
9616 is_matrix(). Handle scalar case. | |
9617 | |
2711 | 9618 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9619 | |
2715 | 9620 * plot/contour.m: Order data so that it is consistent with |
9621 meshgrid and mesh. | |
9622 | |
2711 | 9623 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
9624 * plot/sombrero.m: Use meshgrid, not meshdom. | |
9625 | |
2709 | 9626 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 9627 |
9628 * Version 2.0.4 released. | |
9629 | |
2706 | 9630 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9631 | |
2702 | 9632 * miscellaneous/paren.m: New file. |
9633 | |
2693 | 9634 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 9635 |
9636 * Version 2.0.3 released. | |
9637 | |
2676 | 9638 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9639 | |
9640 * image/saveimage.m: Only clip image data that is actually out of | |
9641 range. | |
9642 | |
2667 | 9643 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9644 | |
9645 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
9646 also be considered to be matrices. | |
9647 | |
9648 * general/is_vector.m: Scalars may also be considered to be vectors. | |
9649 | |
9650 * general/isempty.m: Use size(), not rows() and columns(). | |
9651 | |
9652 * plot/contour.m: Convert set to gset. | |
9653 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
9654 | |
2663 | 9655 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9656 | |
9657 * specfun/erfinv.m: Fix typo in last change. | |
9658 | |
2650 | 9659 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9660 | |
9661 * image/loadimage.m: Make it possible to load files with image | |
9662 data named X or img. | |
9663 | |
9664 * image/default.img: Change name of image from X to img to match | |
9665 what saveimage does now. | |
9666 | |
9667 * image/loadimage.m: Rename X to be img, to match what saveimage | |
9668 does now. | |
9669 | |
2632 | 9670 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9671 | |
2634 | 9672 * Version 2.0.2 released. |
9673 | |
2632 | 9674 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
9675 weird missing-lines bug without creating extra plots unecessarily. | |
9676 | |
2624 | 9677 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9678 | |
9679 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
9680 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
9681 io/Makefile.in, linear-algebra/Makefile.in, | |
9682 miscellaneous/Makefile.in, plot/Makefile.in, | |
9683 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
9684 specfun/Makefile.in, special-matrix/Makefile.in, | |
9685 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
9686 time/Makefile.in (bin-dist): New target. | |
9687 | |
2621 | 9688 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9689 | |
9690 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
9691 | |
9692 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9693 | |
9694 * miscellaneous/xor.m: Make it work. | |
9695 | |
2613 | 9696 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9697 | |
9698 * plot/sombrero.m: Doc fix. | |
9699 | |
2602 | 9700 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9701 | |
9702 * Version 2.0.1 released. | |
9703 | |
2601 | 9704 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9705 | |
9706 * elfun/lcm.m: Replace missing if statement. | |
9707 | |
9708 * elfun/gcd.m: Report error if no input args. | |
9709 * elfun/lcm.m: Likewise. | |
9710 | |
2597 | 9711 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9712 | |
9713 * Makefile.in (install): Use ls -LR to create ls-R database. | |
9714 Also list contents of $libexecdir/octave in ls-R database. | |
9715 | |
2583 | 9716 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9717 | |
9718 * Version 2.0 released. | |
9719 | |
2575 | 9720 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9721 | |
9722 * Version 1.94. | |
9723 | |
2558 | 9724 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9725 | |
9726 * strings/str2num.m: New file. | |
9727 | |
2554 | 9728 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9729 | |
9730 * Version 1.93. | |
9731 | |
2540 | 9732 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9733 | |
9734 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
9735 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
9736 linear-algebra/vech.m: New files from Kurt Hornik. | |
9737 | |
9738 * general/nextpow2.m, general/shift.m, general/diff.m, | |
9739 general/common_size.m: New files from Kurt Hornik. | |
9740 | |
9741 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
9742 New files from Kurt Hornik. | |
9743 | |
9744 * signal/detrend.m: New file from Kurt Hornik. | |
9745 | |
9746 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
9747 specfun/pow2.m, specfun/log2.m: | |
9748 New files and updates from Kurt Hornik. | |
9749 | |
2523 | 9750 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9751 | |
9752 * plot/__plt__.m: Add explicit replot after last command is | |
9753 issued, to force all lines to be displayed. Hmm. | |
9754 | |
2512 | 9755 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9756 | |
2520 | 9757 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
9758 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
9759 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
9760 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
9761 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
9762 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
9763 Uset gset, not set. | |
9764 | |
2512 | 9765 * Version 1.92. |
9766 | |
2482 | 9767 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9768 | |
2486 | 9769 * image/saveimage.m: When writing PostScript, name Octave as the |
9770 almighty Creator. Use single call to fprintf instead of looping. | |
9771 | |
9772 * image/Makefile.in: Delete references to octtopnm. | |
9773 | |
9774 * general/logspace.m: Doc fix. | |
9775 | |
2482 | 9776 * Version 1.91. |
9777 | |
2458 | 9778 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9779 | |
9780 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
9781 | |
9782 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
9783 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
9784 deleted. | |
9785 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
9786 of a system() command to delete the tmp file. | |
9787 | |
2452 | 9788 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9789 | |
9790 * Version 1.90. | |
9791 | |
9792 * Makefile.in (DISTFILES): Add ChangeLog. | |
9793 | |
2360 | 9794 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9795 | |
9796 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
9797 Don't check for string value of automatic_replot. | |
9798 | |
9799 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
9800 Temporarily set do_fortran_indexing to 1, not "true". | |
9801 | |
9802 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
9803 not "false". | |
9804 | |
9805 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
9806 "false". | |
9807 | |
2355 | 9808 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
9809 | |
9810 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
9811 | |
2330 | 9812 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9813 | |
9814 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
9815 system command. | |
9816 | |
9817 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9818 | |
9819 * __plr1__.m: Renamed from polar_int_1.m. | |
9820 * __plr2__.m: Renamed from polar_int_2.m. | |
9821 * __plr__.m: Renamed from polar_int.m. | |
9822 * __plt1__.m: Renamed from plot_int_1.m. | |
9823 * __plt2__.m: Renamed from plot_int_2.m. | |
9824 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
9825 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
9826 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
9827 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
9828 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
9829 * __plt__.m: Renamed from plot_int.m. | |
9830 * __pltopt__.m: Renamed from plot_opt.m. | |
9831 Change all callers. | |
9832 | |
9833 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9834 | |
9835 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
9836 comments like those found in Emacs lisp files. | |
9837 | |
9838 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9839 | |
9840 * All .m files: Change comment style. | |
9841 | |
9842 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9843 | |
9844 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
9845 subplot.m, subwindow.m, top_title.m: | |
9846 Print error message if gnuplot_has_multiplot is not true. | |
9847 | |
9848 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9849 | |
9850 * plot/figure.m: New function. | |
9851 | |
9852 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9853 | |
9854 * strings/strrep.m: New function. | |
9855 | |
9856 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9857 | |
9858 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
9859 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
9860 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
9861 strings/split.m, strings/str2mat.m, strings/substr.m: | |
9862 New functions from Kurt Hornik, heavily modified by jwe. | |
9863 | |
9864 * general/reshape.m: Allow strings to be reshaped too. | |
9865 | |
9866 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
9867 Always return a scalar. | |
9868 | |
9869 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9870 | |
9871 * polynomial/polyfit.m: Make orientation of result compatible with | |
9872 Matlab. | |
9873 | |
9874 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9875 | |
9876 * polynomial/polyfit.m: Add missing close paren. | |
9877 | |
9878 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9879 | |
9880 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
9881 | |
9882 * io/scanf.m: Delete. | |
9883 | |
9884 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9885 | |
9886 * statistics/median.m: Fix typo in usage message. | |
9887 | |
9888 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9889 | |
9890 * miscellaneous/popen2.m: New file. | |
9891 | |
9892 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9893 | |
9894 * configure.in (AC_OUTPUT): Add io/Makefile. | |
9895 | |
9896 * io: New directory. | |
9897 * Makefile.in (SUBDIRS): Add it to the list. | |
9898 | |
9899 * miscellaneous/flops.m: New file. | |
9900 | |
9901 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9902 | |
9903 * miscellaneous/cputime.m: Return three arguments instead of a | |
9904 vector, for compatibility with previous versions and with Matlab | |
9905 (which only returns one scalar value). | |
9906 | |
9907 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
9908 | |
9909 * general/triu.m: Compute lower bound on loop index correctly. | |
9910 * general/tril.m: Likewise, for upper bound. | |
9911 | |
9912 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9913 | |
9914 * image/saveimage.m: For color images, make sure indices into | |
9915 temporary colormap and result matrix have proper orientation. | |
9916 Set grey flag correctly. | |
9917 | |
9918 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9919 | |
9920 * statistics/std.m: Use better formula (from Jim Van Zandt | |
9921 jrv@vanzandt.mv.com). | |
9922 | |
9923 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9924 | |
9925 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
9926 * mesh.m: Transpose Z if only one arg. | |
9927 Handle case of all three args being matrices (from Jim Van Zandt | |
9928 jrv@vanzandt.mv.com). | |
9929 * meshdom.m: Undo previous change. | |
9930 | |
9931 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9932 | |
9933 * configure.in (AC_OUTPUT): Add audio/Makefile | |
9934 | |
9935 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9936 | |
9937 * audio: New directory of files from Kurt Hornik and Andreas | |
9938 Weingessel. | |
9939 * audio/Makefile.in: New file. | |
9940 * Makefile.in (SUBDIRS): Add audio to the list. | |
9941 | |
9942 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9943 | |
9944 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
9945 | |
9946 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9947 | |
9948 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
9949 columns (z), not the other way around. | |
9950 * plot/meshdom.m: Don't reverse order of elements in y. | |
9951 | |
9952 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9953 | |
9954 * plot/axis.m: Return current axis if nargin == 0. | |
9955 | |
9956 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9957 | |
9958 * polynomial/roots.m: Updates from Kurt Hornik. | |
9959 | |
9960 * polynomial/polyder.m: New file. | |
9961 | |
9962 * polynomial/polyderiv.m: Give return value and arg different names. | |
9963 | |
9964 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9965 | |
9966 * specfun/betainc.m: New file. | |
9967 * specfun/gammainc.m: New file. | |
9968 | |
9969 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9970 | |
9971 * general/strerror.m: New file. | |
9972 * general/perror.m: Implement using strerror(). | |
9973 | |
9974 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9975 | |
9976 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
9977 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
9978 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
9979 | |
9980 * image/saveimage.m: Round img values first. | |
9981 | |
9982 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9983 | |
9984 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
9985 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
9986 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
9987 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
9988 special-matrix/hankel.m special-matrix/toeplitz.m | |
9989 tuwien/strfun/split.m: Add missing semicolons. | |
9990 | |
9991 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
9992 | |
9993 * image/Makefile.in: Don't build or install octtoppm. | |
9994 | |
9995 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 9996 routines so that people who don't have the pbm stuff installed |
2330 | 9997 can still use this function. |
9998 | |
9999 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10000 | |
10001 * image/saveimage.m: Better error checking, clean up a bit. | |
10002 | |
10003 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10004 | |
10005 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
10006 avoid conflict with new built-in text-style function more. | |
10007 | |
10008 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
10009 | |
10010 * startup/Makefile.in (install): Also install octaverc in | |
10011 $localfcnfiledir/startup/octavrc. | |
10012 | |
10013 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10014 | |
10015 * mkinstalldirs: New file. | |
10016 * Makefile.in (DISTFILES): Add it to the list. | |
10017 | |
10018 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
10019 | |
10020 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10021 | |
10022 * special-matrix/hankel.m: Compatibility fix. Complain if | |
10023 r(1) != c(nr), not if r(1) != c(1). | |
10024 | |
10025 * signal/filter.m: Doc fix. | |
10026 | |
10027 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10028 | |
10029 * miscellaneous/cputime.m: Use new resource structure names (no | |
10030 ru_ or tv_ prefixes). | |
10031 | |
10032 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10033 | |
10034 * time/ctime.m: Fix doc string and usage message. | |
10035 | |
10036 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10037 | |
10038 * time/clock.m: Use new time structure names (no tm_ prefix). | |
10039 | |
10040 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10041 | |
10042 * control/c2d.m: Make function work for any value of | |
10043 whitespace_in_literal_matrix. | |
10044 * control/dare.m: Likewise. | |
10045 * control/tzero.m: Likewise. | |
10046 * elfun/gcd.m: Likewise. | |
10047 * elfun/lcm.m: Likewise. | |
10048 * general/postpad.m: Likewise. | |
10049 * general/prepad.m: Likewise. | |
10050 * linear-algebra/kron.m: Likewise. | |
10051 * miscellaneous/etime.m: Likewise. | |
10052 * polynomial/conv.m: Likewise. | |
10053 * polynomial/deconv.m: Likewise. | |
10054 * polynomial/poly.m: Likewise. | |
10055 * polynomial/roots.m: Likewise. | |
10056 * signal/filter.m: Likewise. | |
10057 * signal/freqz.m: Likewise. | |
10058 * signal/fftfilt.m: Likewise. | |
10059 | |
10060 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10061 | |
10062 * miscellaneous/is_leap_year.m: Make work for vector args. | |
10063 | |
10064 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10065 | |
10066 * plot/polar_int_2.m: Add missing semicolons. | |
10067 Set theta = theta', not rho'. | |
10068 | |
10069 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10070 | |
10071 * polynomial/roots.m: Make it work for any value of | |
10072 whitespace_in_literal_matrix. | |
10073 | |
10074 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10075 | |
10076 * configure.in: New file. | |
10077 | |
10078 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10079 | |
10080 * control/lyap.m: Add missing semicolon. | |
10081 | |
10082 * miscellaneous/cputime.m: New function file. | |
10083 | |
10084 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10085 | |
10086 * time: New directory. | |
10087 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
10088 New function files. | |
10089 * time/Makefile.in: New file. | |
10090 * Makefile.in (SUBDIRS): Add time. | |
10091 | |
10092 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10093 | |
10094 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
10095 | |
10096 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10097 | |
10098 * plot/plot_int_1.m: Transpose data with .', not '. | |
10099 | |
10100 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10101 | |
10102 * Makefile.in (install uninstall clean mostlyclean distclean | |
10103 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
10104 | |
10105 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10106 | |
10107 * Makefile.in (install): Create ls-R database file. | |
10108 (uninstall): Delete it. | |
10109 | |
10110 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10111 | |
5378 | 10112 * image/saveimage.m: Fix typo. |
2330 | 10113 |
10114 See ChangeLog.1 in the top level directory for earlier changes. |