Mercurial > hg > octave-nkf
annotate scripts/ChangeLog @ 7777:221fe75ac5c9
isa.m: fix tests
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 19 May 2008 16:05:36 -0400 |
parents | f83be206eca1 |
children | bfd8d804e6d3 |
rev | line source |
---|---|
7777 | 1 2008-05-19 John W. Eaton <jwe@octave.org> |
2 | |
3 * general/isa.m: Fix tests. | |
4 | |
7773 | 5 2008-05-13 Bill Denney <bill@denney.ws> |
6 | |
7 * general/isa.m: Use persistent cell arrays to hold class names | |
8 instead of multiple strcmp calls. | |
9 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
10 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
11 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
12 * general/isa.m: Also treat "float: and "numeric" as the class |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
13 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
14 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
15 * general/dblquad.m, general/quadgk.m, general/quadv.m, |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
16 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
17 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
18 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
19 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
20 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
21 2008-05-09 Thomas Weber <thomas.weber.mail@gmail.com> |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
22 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
23 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
24 |
7765 | 25 2008-05-06 David Bateman <dbateman@free.fr> |
26 | |
27 * miscellaneous/symvar.m: New function. | |
28 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
29 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
30 2008-05-04 John W. Eaton <jwe@octave.org> |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
31 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
32 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
33 * miscellaneous/Makefile.in (SOURCES): Remove it from the list. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
34 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
35 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
36 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
37 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
38 miscellaneous/version.m, plot/feather.m, plot/__bar__.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
39 plot/compass.m, plot/__quiver__.m, plot/__scatter__.m: Use ischar |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
40 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
41 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
42 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
43 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
44 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
45 * plot/stairs.m: Allow axis handles, properties and linespecs to |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
46 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
47 |
7747 | 48 2008-04-30 John W. Eaton <jwe@octave.org> |
49 | |
50 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
51 elfun/asech.m, specfun/pow2.m: Fix tests. | |
52 | |
7740 | 53 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
54 | |
55 * specfun/log2.m: Delete. | |
56 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
57 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
58 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
|
59 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
60 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
|
61 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
62 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
63 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
64 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
65 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
66 |
7736 | 67 2008-04-25 John W. Eaton <jwe@octave.org> |
68 | |
69 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
70 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 71 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
72 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
|
73 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
74 * 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
|
75 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
|
76 * 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
|
77 |
7714
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
78 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
|
79 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
80 * 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
|
81 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
82 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
|
83 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
84 * 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
|
85 |
7713 | 86 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
|
87 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
88 * 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
|
89 |
7710 | 90 2008-04-14 David Bateman <dbateman@free.fr> |
91 | |
92 * plot/rose.m: Add missing comment mark that causes issues with | |
93 octave-forge function referencing. | |
94 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
95 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
96 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
|
97 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
98 * 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
|
99 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
|
100 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
|
101 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
|
102 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
|
103 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
|
104 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
|
105 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
|
106 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
|
107 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
|
108 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
|
109 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
|
110 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
|
111 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
|
112 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
|
113 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
|
114 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
|
115 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
|
116 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
|
117 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
|
118 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
|
119 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
|
120 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
|
121 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
|
122 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
|
123 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
|
124 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
|
125 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
|
126 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
|
127 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
|
128 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
|
129 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
|
130 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
|
131 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
|
132 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
|
133 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
|
134 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
|
135 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
|
136 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
|
137 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
|
138 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
|
139 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
|
140 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
|
141 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
|
142 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
|
143 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
|
144 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
|
145 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
|
146 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
147 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
|
148 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
149 * 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
|
150 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
151 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
|
152 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
153 * 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
|
154 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
155 * 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
|
156 * 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
|
157 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
158 * 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
|
159 * 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
|
160 * 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
|
161 * 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
|
162 * 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
|
163 * 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
|
164 * 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
|
165 * 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
|
166 * 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
|
167 * 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
|
168 * 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
|
169 * 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
|
170 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
171 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
172 * 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
|
173 * 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
|
174 * 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
|
175 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
176 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
|
177 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
178 * 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
|
179 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
|
180 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
181 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
|
182 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
183 * 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
|
184 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
|
185 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
|
186 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
|
187 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
|
188 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
|
189 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
|
190 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
|
191 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
|
192 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
|
193 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
|
194 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
|
195 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
|
196 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
|
197 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
|
198 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
|
199 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
200 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
|
201 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
|
202 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
|
203 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
|
204 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
|
205 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
|
206 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
207 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
|
208 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
|
209 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
|
210 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
|
211 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
|
212 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
|
213 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
214 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
|
215 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
|
216 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
|
217 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
|
218 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
|
219 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
|
220 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
|
221 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
|
222 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
|
223 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
224 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
|
225 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
226 * 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
|
227 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
|
228 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
|
229 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
|
230 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
|
231 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
|
232 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
|
233 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
|
234 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
|
235 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
|
236 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
|
237 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
|
238 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
|
239 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
|
240 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
|
241 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
|
242 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
243 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
|
244 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
|
245 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
|
246 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
|
247 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
|
248 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
249 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
|
250 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
|
251 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
252 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
|
253 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
|
254 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
|
255 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
|
256 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
|
257 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
258 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
|
259 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
260 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
|
261 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
|
262 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
|
263 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
|
264 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
|
265 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
|
266 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
|
267 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
|
268 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
|
269 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
270 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
|
271 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
|
272 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
|
273 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
274 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
275 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
276 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
277 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
278 * 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
|
279 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
280 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
281 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
282 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
283 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
284 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
285 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
286 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
287 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
288 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
289 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
290 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
291 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
292 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
293 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
294 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
|
295 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
296 * 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
|
297 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
298 * 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
|
299 |
7682 | 300 2008-04-02 Bill Denney <bill@denney.ws> |
301 | |
302 * optimization/lsqnonneg.m: New function. | |
303 * optimization/Makefile.in (SOURCES): Add it to the list. | |
304 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
305 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
306 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
307 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
308 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
309 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
310 * 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
|
311 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
|
312 * 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
|
313 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
314 |
7678 | 315 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
316 | |
317 * general/sortrows.m: Handle negative column arguments. | |
318 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
319 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
320 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
321 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
322 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
323 |
7673 | 324 2008-03-31 David Bateman <dbateman@free.fr> |
325 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
326 * 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
|
327 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
|
328 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
329 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
330 * 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
|
331 * 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
|
332 * 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
|
333 * 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
|
334 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
335 * 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
|
336 |
7673 | 337 * plot/ginput.m: New function. |
338 * plot/__gnuplot_ginput__.m: New function based on a version of | |
339 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
340 * plot/Makefile.in (SOURCES): Add them to the list. | |
341 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
342 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
|
343 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
344 * 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
|
345 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
346 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
347 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
348 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
349 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
350 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
351 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
352 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
353 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
354 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
|
355 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
356 * 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
|
357 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
358 |
7669 | 359 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
360 | |
361 * general/del2.m: Missing semicolon. | |
362 | |
7668 | 363 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
364 | |
365 * miscellaneous/info.m: New function. | |
366 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
367 | |
7666
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
368 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
|
369 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
370 * 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
|
371 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
372 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
373 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
|
374 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
375 * 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
|
376 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
|
377 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
378 * 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
|
379 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
|
380 |
7655 | 381 2008-03-27 Bill Denney <bill@denney.ws> |
382 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
383 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
384 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
385 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
386 * 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
|
387 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
388 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
389 * 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
|
390 |
7657 | 391 * general/genvarname.m: New function. |
392 * general/Makefile.in (SOURCES): Add it to the list. | |
393 | |
7656 | 394 * time/addtodate.m: New function. |
7657 | 395 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 396 |
7655 | 397 * geometry/rectint.m: Vectorize and add more tests. |
398 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
399 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
|
400 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
401 * 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
|
402 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
403 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
404 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
405 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
406 |
7650 | 407 2008-03-26 John W. Eaton <jwe@octave.org> |
408 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
409 * 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
|
410 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
411 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
412 * 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
|
413 |
7650 | 414 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
415 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
416 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
417 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
418 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
419 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
420 Texinfo fixes. | |
421 | |
7649
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
422 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
|
423 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
424 * 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
|
425 |
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
|
426 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
|
427 |
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
|
428 * 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
|
429 |
7643
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
430 2008-03-20 Ben Abbott <bpabbott@mac.com> |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
431 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
432 * 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
|
433 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
|
434 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
435 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
436 * 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
|
437 |
7640 | 438 2008-03-25 Soren Hauberg <hauberg@gmail.com> |
439 | |
440 * polynomial/convn.m: New function. | |
441 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
442 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
443 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
444 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
445 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
446 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 447 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
448 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
|
449 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
450 * 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
|
451 |
7627 | 452 2008-03-24 David Bateman <dbateman@free.fr> |
453 | |
454 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
455 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 456 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
457 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
458 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
459 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
460 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
461 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
462 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
463 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
|
464 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
465 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
466 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
467 * 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
|
468 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
469 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
|
470 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
471 * 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
|
472 |
7617 | 473 * miscellaneous/cast.m: Also allow cast to "char". |
474 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
475 * 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
|
476 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
477 * 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
|
478 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
479 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
480 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
481 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
482 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
483 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
484 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
485 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
486 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
487 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
488 |
7610 | 489 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
490 | |
491 * signal/sinetone.m: Ensure integral number of samples. | |
492 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
493 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
|
494 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
495 * 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
|
496 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
497 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
|
498 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
499 * 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
|
500 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
501 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
|
502 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
503 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
504 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
505 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
506 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
507 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
508 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
509 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
510 * 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
|
511 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
512 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
513 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
514 * 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
|
515 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
516 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
517 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
518 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
|
519 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
520 * 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
|
521 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
522 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
|
523 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
524 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
525 |
7592 | 526 2008-03-14 Kai Habel <kai.habel@gmx.de> |
527 | |
528 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
529 style to default to avoid wrong mesh color in some cases. | |
530 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
531 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
532 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
533 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
534 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
|
535 |
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
|
536 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
|
537 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
538 * 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
|
539 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
|
540 |
7592 | 541 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
542 | |
7582 | 543 2008-03-11 Kai Habel <kai.habel@gmx.de> |
544 | |
545 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
546 Allow plotting of uniform colored mesh plots with and | |
547 w/o hidden line removal. | |
548 | |
549 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
|
550 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
551 * 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
|
552 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
553 * 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
|
554 |
7569 | 555 2008-03-07 John W. Eaton <jwe@octave.org> |
556 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
557 * 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
|
558 |
7569 | 559 * plot/__go_draw_axes__.m: Handle tickdir property. |
560 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
561 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
562 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
563 * 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
|
564 Allow matrix arguments when number of bins > 30. |
7568 | 565 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
|
566 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
567 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
568 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
569 * 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
|
570 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
571 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
572 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
573 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
|
574 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
575 * 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
|
576 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
577 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
|
578 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
579 * 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
|
580 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
581 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
582 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
|
583 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
584 * 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
|
585 |
7551 | 586 2008-03-04 Bill Denney <bill@denney.ws> |
587 | |
7557 | 588 * plot/allchild.m, plot/findall.m: New functions. |
589 * plot/Makefile.in (SOURCES): Add them to the list. | |
590 | |
7551 | 591 * geometry/rectint.m: New function. |
7557 | 592 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 593 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
594 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
|
595 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
596 * 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
|
597 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
|
598 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
599 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 600 |
601 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
602 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
603 * 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
|
604 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
605 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
|
606 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
607 * 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
|
608 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
609 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
|
610 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
611 * 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
|
612 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
|
613 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
614 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
|
615 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
616 * 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
|
617 "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
|
618 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
619 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
|
620 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
621 * 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
|
622 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
|
623 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
|
624 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
|
625 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
|
626 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
|
627 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
|
628 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
|
629 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
|
630 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
|
631 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
|
632 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
|
633 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
|
634 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
635 * 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
|
636 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
637 * 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
|
638 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
639 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
|
640 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
641 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
642 |
7525 | 643 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
644 | |
645 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
646 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
647 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
|
648 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
649 * 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
|
650 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
651 |
7518 | 652 2008-02-22 Ben Abbott <bpabbott@mac.com> |
653 | |
654 * specfun/legendre.m: Doc fix. | |
655 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
656 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
|
657 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
658 * 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
|
659 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
660 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
661 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
|
662 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
663 * 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
|
664 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
665 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
666 * 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
|
667 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
668 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
|
669 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
670 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
671 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
672 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
673 * 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
|
674 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
675 * 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
|
676 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
677 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
678 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
|
679 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
680 * 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
|
681 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
682 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
683 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
|
684 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
685 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
686 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
687 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
|
688 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
689 * 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
|
690 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
|
691 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
|
692 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
|
693 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
694 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
|
695 |
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
|
696 * 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
|
697 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
|
698 |
7501 | 699 * polynomial/polyfit.m: Use QR decomposition. Handle |
700 normalization option. | |
701 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
702 generate 50% prediction intervals. | |
703 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
704 * 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
|
705 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
706 |
7498 | 707 2008-02-19 John W. Eaton <jwe@octave.org> |
708 | |
709 * pkg/pkg.m: Style fixes. | |
710 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
711 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 712 |
713 * pkg/pkg.m: Handle 'describe' command. | |
714 (parse_pkg_idx, print_package_description): New subfunctions. | |
715 | |
7493 | 716 2008-02-19 Bill Denney <bill@denney.ws> |
717 | |
718 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
719 elements wide. | |
720 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
721 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
|
722 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
723 * 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
|
724 |
7485 | 725 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
726 | |
727 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
728 * general/runlength.m: New function from Paul Kienzle. | |
729 | |
7484 | 730 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
731 | |
732 * linear-algebra/cond.m: New optional second argument to | |
733 specify 1-norm, inf-norm, or frobenius-norm. | |
734 | |
7475 | 735 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
736 | |
737 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
738 body. Allow the linespec to specify the arrow color. | |
739 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
740 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
|
741 |
7474 | 742 * miscellaneous/cast.m: Also treat the logical type. |
743 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
744 * 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
|
745 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
746 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
747 * 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
|
748 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
749 * 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
|
750 * 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
|
751 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
752 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
|
753 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
754 * 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
|
755 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
756 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
757 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
758 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
759 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
760 * 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
|
761 |
7436 | 762 2008-02-01 Dave Goel <deego3@gmail.com> |
763 | |
764 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
765 | |
7434 | 766 2008-02-01 Bill Denney <bill@denney.ws> |
767 | |
768 * time/weekday.m: Allow vector inputs and speed up. | |
769 * time/eomday.m: Return column vector for column vector inputs. | |
770 | |
7429 | 771 2008-01-30 John W. Eaton <jwe@octave.org> |
772 | |
7434 | 773 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
774 revision". | |
775 | |
7431 | 776 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
777 __plt2vs__.m in the list. | |
778 | |
7430 | 779 * miscellaneous/tempdir.m: Append filesep to name for |
780 compatibility. Warn if not a directory or directory does not | |
781 exist. | |
782 | |
7429 | 783 * strings/deblank.m: Improve compatibility. |
784 | |
7428 | 785 2008-01-29 John W. Eaton <jwe@octave.org> |
786 | |
787 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
788 | |
789 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 790 |
791 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
792 Return the label handle, not the current axis handle. | |
793 | |
7421 | 794 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
795 | |
796 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
797 abscissa. | |
798 | |
799 2008-01-25 David Bateman <dbateman@free.fr> | |
800 | |
7423 | 801 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 802 * plot/__scatter__.m: Remove NaN values from data. |
803 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
804 | |
7418 | 805 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
806 | |
807 * linear-algebra/trace.m: Test cases for non 2-d args. | |
808 | |
809 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
810 | |
811 * geometry/griddata3.m: Call griddata, not gridata. | |
812 | |
7415 | 813 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
814 | |
815 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
816 | |
7411 | 817 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
818 | |
819 * linear-algebra/cond.m, linear-algebra/trace.m: | |
820 Move tests here from test/test_linalg.m. | |
821 | |
822 * general/diff.m, general/fliplr.m, general/flipud.m, | |
823 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
824 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
825 special-matrix/hankel.m, special-matrix/hilb.m, | |
826 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
827 special-matrix/toeplitz.m, special-matrix/vander.m: | |
828 Move tests here from test/test_matrix.m. | |
829 | |
830 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
831 Move tests here from test/test_number.m. | |
832 | |
833 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
834 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
835 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
836 polynomial/polyvalm.m, polynomial/roots.m: | |
837 Move tests here from test/test_poly.m. | |
838 | |
839 * signal/unwrap.m: | |
840 Move tests here from test/test_signal.m. | |
841 | |
842 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
843 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
844 statistics/base/mean.m, statistics/base/median.m, | |
845 statistics/base/skewness.m, statistics/base/std.m: | |
846 Move tests here from test/test_stats.m. | |
847 | |
848 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
849 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
850 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
851 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
852 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
853 strings/substr.m: | |
854 Move tests here from test/test_string.m. | |
855 | |
856 * miscellaneous/computer.m, miscellaneous/ls.m, | |
857 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
858 time/date.m, time/etime.m, time/is_leap_year.m: | |
859 Move tests here from test/test_system.m. | |
860 | |
7410 | 861 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
862 | |
863 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
864 Simplify initial checks on argument values. | |
865 | |
7408 | 866 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
867 | |
868 * plot/gnuplot_drawnow.m: New function corresponding to the | |
869 implementation of the gnuplot-based graphics backend (derived from | |
870 drawnow.m). | |
871 * plot/drawnow.m: Deleted (converted to C++). | |
872 | |
7401 | 873 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
874 | |
875 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
876 New tests. | |
877 | |
7399 | 878 2008-01-18 John W. Eaton <jwe@octave.org> |
879 | |
880 * optimization/sqp.m: End each function with endfunction. | |
881 | |
7398 | 882 2008-01-18 Ben Abbott <bpabbott@mac.com> |
883 | |
884 * polynomial/residue.m: For each group of pole multiplicity, set | |
885 the poles of the group to the value of the group's average. | |
886 | |
7396 | 887 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
888 | |
889 * plot/print.m: Handle PDF output. | |
890 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
891 | |
7392 | 892 2008-01-17 John W. Eaton <jwe@octave.org> |
893 | |
7393 | 894 * path/savepath.m: Print newline before initial comment line. |
895 Double up single quote characters. | |
896 * path/__extractpath__.m: Return just the path as a string. | |
897 Undo single quote character doubling. | |
898 | |
899 * path/pathdef.m: Avoid eval. Simplify. | |
900 | |
7392 | 901 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
902 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
903 avoid possible file descriptor leak. | |
904 | |
905 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
906 | |
907 * path/savepath.m: Warn if modified file is not explicitly specified. | |
908 * startup/main-rcfile: Call atexit ("__finish__"). | |
909 | |
7388 | 910 2008-01-16 John W. Eaton <jwe@octave.org> |
911 | |
7390 | 912 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
913 Use it to disable enhanced mode for individual labels and titles. | |
914 | |
7392 | 915 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 916 (install install-strip, uninstall): Handle function files. |
917 | |
918 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
919 | |
7392 | 920 * startup/__finish__.m: New file. |
921 * path/__extractpath__.m, path/matlabroot.m, | |
922 path/pathdef.m: New files. | |
7388 | 923 * path/Makefile.in (SOURCES): Add them to the list. |
924 | |
7385 | 925 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
926 | |
7387 | 927 * special-matrix/vander.m: Vectorize. New test. |
928 | |
7385 | 929 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
930 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
931 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
932 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
933 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
934 Move tests here from test/test_arith.m. | |
935 | |
7382 | 936 2008-01-15 John W. Eaton <jwe@octave.org> |
937 | |
938 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
939 | |
7379 | 940 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
941 | |
942 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
943 Call __get__ instead of get. | |
944 | |
945 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
946 | |
947 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
948 Frobenius norm if matrix is all zeros. Use transpose instead of | |
949 hermitian operator. | |
950 | |
7376 | 951 2008-01-14 Bill Denney <bill@denney.ws> |
952 | |
953 * plot/axis.m: Correctly handle "tight" and "image" options. | |
954 | |
7375 | 955 2008-01-14 Soren Hauberg <hauberg@gmail.com> |
956 | |
957 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
958 image/rgb2ntsc.m: Also accept images as input. | |
959 | |
960 * image/gray2ind.m: Handle image type other than double. | |
961 Improve error checking and documentation. | |
962 | |
7371 | 963 2008-01-14 John W. Eaton <jwe@octave.org> |
964 | |
7372 | 965 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
966 instead of calling tolower on first arg. Default font name is | |
967 Helvetica, not helvetica. Don't downcase user-specified font name. | |
968 (__maybe_munge_text__): Fix typo. | |
969 | |
7371 | 970 * optimization/sqp.m: Fix function definitions in test code. |
971 | |
7361 | 972 2008-01-12 John W. Eaton <jwe@octave.org> |
973 | |
974 * plot/gnuplot_binary.in: New file. | |
975 * plot/gnuplot_binary.m: Delete. | |
976 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
977 (SOURCES_IN, GEN_M): New macros. | |
978 (DISTFILES): Include $(SOURCES_IN) in the list. | |
979 (FCN_FILES): Include $(GEN_M) in the list. | |
980 (all): Depend on $(GEN_M). | |
981 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 982 (distclean): Also remove $(GEN_M). |
7361 | 983 |
984 2008-01-11 John W. Eaton <jwe@octave.org> | |
985 | |
986 * optimization/sqp.m: New test from example in doc string. | |
987 | |
7360 | 988 2008-01-10 Ben Abbott <bpabbott@mac.com> |
989 | |
990 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
991 to more than one multiplicity group. | |
992 | |
7358 | 993 2008-01-10 John W. Eaton <jwe@octave.org> |
994 | |
995 * plot/gnuplot_binary.m: New file. | |
996 * plot/Makefile.in (SOURCES): Add it to the list. | |
997 | |
7355 | 998 2008-01-09 John W. Eaton <jwe@octave.org> |
999 | |
1000 * plot/drawnow.m: Fail if filename includes a directory part that | |
1001 does not exist. | |
1002 | |
7352 | 1003 2008-01-07 John W. Eaton <jwe@octave.org> |
1004 | |
1005 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
1006 Error if glob call fails to match any files. | |
1007 | |
7346 | 1008 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
1009 | |
1010 * strings/strtrim.m: Doc fix. | |
1011 | |
7345 | 1012 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
1013 | |
1014 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
1015 | |
7344 | 1016 2008-01-04 Soren Hauberg <hauberg@gmail.com> |
1017 | |
1018 * set/create_set.m, set/union.m: Accept "rows" argument. | |
1019 | |
7341 | 1020 2008-01-02 John W. Eaton <jwe@octave.org> |
1021 | |
1022 * plot/print.m: Correctly handle pbm terminal. | |
1023 | |
7340 | 1024 2007-12-28 John W. Eaton <jwe@octave.org> |
1025 | |
1026 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
1027 extensions. | |
1028 | |
7337 | 1029 2007-12-28 David Bateman <dbateman@free.fr> |
1030 | |
1031 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
1032 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
1033 * Makefile.in (SOURCES): Add to the sources. | |
1034 | |
1035 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
1036 | |
1037 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
1038 Remove unnecessary call of size function. | |
1039 | |
7334 | 1040 2007-12-21 John W. Eaton <jwe@octave.org> |
1041 | |
1042 Version 3.0.0 released. | |
1043 | |
7331 | 1044 2007-12-21 Soren Hauberg <hauberg@gmail.com> |
1045 | |
1046 * image/imshow.m: Accept empty value for display_range. | |
1047 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1048 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 1049 |
1050 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
1051 | |
7328 | 1052 2007-12-19 Soren Hauberg <hauberg@gmail.com> |
1053 | |
1054 * image/imshow.m: Store uint8 images as doubles. Handle default | |
1055 display ranges correctly. | |
1056 | |
7327 | 1057 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
1058 Peter A. Gustafson <petegus@umich.edu> | |
1059 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1060 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 1061 |
7325 | 1062 2007-12-19 John W. Eaton <jwe@octave.org> |
1063 | |
1064 * miscellaneous/edit.m: New function. | |
1065 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1066 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1067 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 1068 |
1069 * plot/__bar__.m: Handle "basevalue" option. | |
1070 * plot/__bars__.m: New arg, base_value. | |
1071 | |
7321 | 1072 2007-12-17 David Bateman <dbateman@free.fr> |
1073 | |
1074 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
1075 * plot/Makefiles (SOURCES): Add them to the sources | |
1076 * plot/polar.m: Set the x and y limits to the maximum polar | |
1077 radius. Set the axes to be square. | |
1078 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
1079 and print axis at zero if this is used. | |
1080 | |
1081 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
1082 contours can overlay pcolor plots. Priveldge no hidden line | |
1083 removal when there are multiple objects in the plot. | |
1084 | |
7320 | 1085 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
1086 | |
1087 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
1088 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
1089 | |
7319 | 1090 2007-12-17 Ben Abbott <bpabbott@mac.com> |
1091 | |
1092 * miscellaneous/run.m: Replace script with f when looking for | |
1093 file to run. | |
1094 | |
7316 | 1095 2007-12-14 David Bateman <dbateman@free.fr> |
1096 | |
7317 | 1097 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
1098 * plot/contour.m: Doc fix. | |
1099 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
1100 Include linetype in withclause. | |
1101 | |
7316 | 1102 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
1103 Use it to determine dimensions. Consolidate all 3-d settings. | |
1104 | |
7315 | 1105 2007-12-13 John W. Eaton <jwe@octave.org> |
1106 | |
1107 * image/imshow.m: Turn axis visibility off. | |
1108 Don't scale true color images. | |
1109 * image/image.m: Set axis layer property to "top". | |
1110 | |
7307 | 1111 2007-12-12 John W. Eaton <jwe@octave.org> |
1112 | |
7313 | 1113 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
1114 | |
1115 * plot/pie.m: Avoid calling "exist". | |
1116 | |
7309 | 1117 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 1118 Condense argument processing logic. Allow 6 arguments. |
1119 Use issquare. Avoid calling "exist". | |
7309 | 1120 |
7307 | 1121 * plot/__go_draw_axes__.m: Handle the axes layer property. |
1122 | |
7305 | 1123 2007-12-12 David Bateman <dbateman@free.fr> |
1124 | |
1125 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
1126 * plot/Makefile.in (SOURCES): Add to the sources. | |
1127 | |
7290 | 1128 2007-12-11 John W. Eaton <jwe@octave.org> |
1129 | |
7298 | 1130 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
1131 * plot/surface.m: Not here. | |
1132 | |
7297 | 1133 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
1134 subsequent "unset grid" if there is no grid. | |
1135 | |
7296 | 1136 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
1137 | |
7293 | 1138 * plot/surface.m: Don't set facecolor property in call to |
1139 __go_surface__. | |
1140 | |
7290 | 1141 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
1142 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
1143 | |
7292 | 1144 2007-12-11 Kai Habel <kai.habel@gmx.de> |
1145 | |
7295 | 1146 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
1147 color string is not taken as z value. | |
1148 | |
7292 | 1149 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
1150 zgrid to "on" and box to "off" for used axes. | |
1151 | |
1152 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
1153 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
1154 | |
7286 | 1155 2007-12-11 David Bateman <dbateman@free.fr> |
1156 | |
7288 | 1157 * miscelleaneous/fullfile.m: Ignore empty arguments. |
1158 | |
7287 | 1159 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
1160 * statistics/base/mode.m: Ditto. | |
1161 | |
7286 | 1162 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
1163 object handles are all now non integer. | |
1164 | |
7278 | 1165 2007-12-10 John W. Eaton <jwe@octave.org> |
1166 | |
7282 | 1167 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
1168 | |
7281 | 1169 * general/issymmetric.m: Use ' instead of .' for compatibility |
1170 with previous versions of Octave. | |
1171 * general/ishermitian.m: Delete. | |
7285 | 1172 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 1173 |
7280 | 1174 * plot/fplot.m: In N is not specified, increase initial number of |
1175 points from 3 and 5 to 5 and 8. | |
1176 | |
7279 | 1177 * signal/detrend.m: Move tests here from test/test_signal.m. |
1178 Loosen tolerance on first test from 10*eps to 20*eps. | |
1179 | |
7278 | 1180 * finance/rate.m: Don't request info from fsolve. |
1181 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1182 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 1183 |
1184 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
1185 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
1186 | |
7276 | 1187 2007-12-10 David Bateman <dbateman@free.fr> |
1188 | |
1189 * image/image.m: Rewritten to allow trailing properties to be | |
1190 passed to underlying image object. | |
1191 * image/__img__.m: Pass additional arguments to __go_image__. | |
1192 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
1193 | |
7274 | 1194 2007-12-10 John W. Eaton <jwe@octave.org> |
1195 | |
1196 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
1197 front" to gnuplot. | |
1198 | |
7271 | 1199 2007-12-10 David Bateman <dbateman@free.fr> |
1200 | |
7274 | 1201 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 1202 border front" from images. |
7274 | 1203 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
1204 * plot/pcolor.m: Set axis "box" property. | |
1205 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
1206 Mark as commands. | |
7271 | 1207 |
7269 | 1208 2007-12-07 David Bateman <dbateman@free.fr> |
1209 | |
1210 * plot/surf.m: Don't set facecolor property. | |
1211 | |
7265 | 1212 2007-12-06 John W. Eaton <jwe@octave.org> |
1213 | |
7269 | 1214 * plot/print.m: Pass mono to drawnow. |
1215 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
1216 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
1217 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
1218 disable color specifications. | |
1219 | |
7265 | 1220 * general/issymmetric.m: Move tests here from test/test_number.m |
1221 | |
1222 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
1223 | |
1224 * general/issymmetric.m: To keep its argument sparse and the | |
1225 function quick, use the infinity norm rather than the 2-norm. | |
1226 Also measure the symmetric part rather than the Hermitian part. | |
1227 * general/ishermitian.m: New file. Measure the Hermitian part. | |
1228 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
1229 | |
7248 | 1230 2007-12-04 John W. Eaton <jwe@octave.org> |
1231 | |
7257 | 1232 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
1233 text and label commands if font is "*". | |
1234 | |
7248 | 1235 * linear-algebra/krylov.m: Doc fixes. |
1236 From Marco Caliari <caliari@sci.univr.it>. | |
1237 | |
7250 | 1238 2007-12-04 Kai Habel <kai.habel@gmx.de> |
1239 | |
1240 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
1241 Add "## PKG_ADD: mark_as_command axis" line. | |
1242 | |
7245 | 1243 2007-12-03 John W. Eaton <jwe@octave.org> |
1244 | |
1245 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
1246 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
1247 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
1248 Generate demos from examples. | |
1249 | |
7240 | 1250 2007-12-03 David Bateman <dbateman@free.fr> |
1251 | |
7243 | 1252 * testfun/test.m: Disable "testif" test block to avoid spurious |
1253 skipped test for "make check". Avoid printing variables for | |
1254 skipped tests. | |
1255 | |
7242 | 1256 * testfun/test.m: Add "testif" type to allow for conditional tests. |
1257 | |
7240 | 1258 * plot/plotyy.m: Use activepositionproperty property of axes |
1259 object. Set second axis color to "none". | |
1260 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
1261 property of the axis objects. | |
1262 | |
7239 | 1263 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
1264 | |
1265 * linear-algebra/condest.m: Loosen tolerance in test. | |
1266 | |
7236 | 1267 2007-12-02 John W. Eaton <jwe@octave.org> |
1268 | |
1269 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
1270 get_data_limits. | |
1271 | |
7222 | 1272 2007-11-30 John W. Eaton <jwe@octave.org> |
1273 | |
1274 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
1275 (get_data_limits, get_axis_limits): Delete. | |
1276 | |
7228 | 1277 2007-11-30 David Bateman <dbateman@free.fr> |
1278 | |
7235 | 1279 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
1280 | |
7228 | 1281 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
1282 tick labels rather than one by one on the labels themselves. | |
1283 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
1284 95% crossing fixed. | |
1285 | |
7217 | 1286 2007-11-29 David Bateman <dbateman@free.fr> |
1287 | |
7220 | 1288 * plot/pareto.m: New file. |
1289 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1290 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
1291 marks to avoid gnuplot error about formating. More colorspec to | |
1292 after the tics. | |
1293 * plot/plotyy.m: More generic check for appropriate axis color. | |
1294 | |
7217 | 1295 * plot/__stem__.m: New file based on old stem.m expanded to treat |
1296 2- and 3-D. | |
1297 * plot/stem3.m: New function. | |
1298 * plot/Makefile.in (SOURCES): Add them to the sources. | |
1299 * plot/stem.m: Adapt to use __stem__. | |
1300 | |
7216 | 1301 2007-11-29 John W. Eaton <jwe@octave.org> |
1302 | |
1303 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
1304 plot/surf.m, plot/surface.m: Don't return handle value unless | |
1305 requested. | |
1306 | |
1307 * plot/patch.m: Omit isnan check on handle returned from | |
1308 __plt_get_axis_arg__. | |
1309 | |
1310 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
1311 but has no axes. | |
1312 | |
7215 | 1313 2007-11-28 David Bateman <dbateman@free.fr> |
1314 | |
1315 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
1316 ancestor. If leading argument is logical set variable nogca to see | |
1317 if gca() should be called if there is no active handle found. | |
1318 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
1319 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
1320 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
1321 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
1322 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
1323 __plt__get_axis_arg__ to find axis handle. | |
1324 * polar.m: Typo. | |
1325 | |
7213 | 1326 2007-11-28 John W. Eaton <jwe@octave.org> |
1327 | |
1328 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
1329 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1330 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 1331 |
1332 * plot/drawnow.m: Fix typo. | |
1333 | |
7206 | 1334 2007-11-27 David Bateman <dbateman@free.fr> |
1335 | |
7207 | 1336 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
1337 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
1338 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
1339 | |
1340 * plot/meshz.m: New function. | |
1341 * plot/Makefile.in (SOURCES): Add it to the list. | |
1342 * plot/surface.m: Allow surface to accept an axis handle as the | |
1343 first argument. | |
1344 * plot/meshc.m: Extract z from the the surface object rather than | |
1345 varargin so that we can rely on code in surface to treat leading | |
1346 axis handles. | |
1347 | |
7206 | 1348 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
1349 y2tics" in the case of a plotyy plot. | |
1350 * plot/plotyy.m: ensure the position property is set correct for | |
1351 the second axis, by setting it after the plot itself. In the case | |
1352 of a plot that returns multiple handles, base the color selection | |
1353 on the first. | |
1354 | |
7204 | 1355 2007-11-27 Kai Habel <kai.habel@gmx.de> |
1356 | |
1357 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
1358 z-value of vertex 'c3'. | |
1359 | |
7203 | 1360 2007-11-27 John W. Eaton <jwe@octave.org> |
1361 | |
1362 * image/image.m: Allow nargin == 0 case to work again. | |
1363 | |
7202 | 1364 2007-11-27 David Bateman <dbateman@free.fr> |
1365 | |
1366 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
1367 colorbar, to ensure that the colorbar is on the canvas for png and | |
1368 postscipt outputs. | |
1369 | |
7189 | 1370 2007-11-26 David Bateman <dbateman@free.fr> |
1371 | |
7197 | 1372 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
1373 return values. | |
1374 | |
7194 | 1375 * plot/plotyy.m: New function |
1376 * plot/Makefile.in (SOURCES): Add it here. | |
1377 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
1378 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
1379 {x|y}label to respect the axis position. | |
1380 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
1381 handle as the first argument. | |
1382 | |
7192 | 1383 * pkg/pkg.m (pkg:install): When loading the installed packages |
1384 index into installed_pkgs_lst and not descriptions.. | |
1385 | |
7189 | 1386 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
1387 * plot/Makefile.in (SOURCES): Add them to the sources. | |
1388 * plot/quiver.m: Modify to use __quiver__.m. | |
1389 | |
1390 * plot/hist.m: Avoid saturation when the x values are in an | |
1391 inetger type. | |
1392 | |
1393 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
1394 | |
1395 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
1396 functions. | |
1397 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
1398 | |
1399 2007-11-26 David Bateman <dbateman@free.fr> | |
1400 | |
1401 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
1402 extent. | |
1403 | |
1404 * plot/colorbar.m: New function. | |
1405 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1406 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
1407 precalculate the clim, set pm3d except for mesh. | |
1408 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
1409 save the real values so that colorbar corresponds to the contour | |
1410 levels. | |
1411 | |
1412 * plot/stem.m: Set marker color the same as the line color. Draw | |
1413 a single discontinous line object for the stems. | |
1414 | |
1415 * plot/sphere.m: New function ported from JHandles. | |
1416 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1417 | |
1418 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
1419 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
1420 to get enhanced mode to work correctly for the X11 terminal. | |
1421 | |
1422 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
1423 the reverse. Allow an axes handle to be passed and/or returned. | |
1424 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
1425 | |
1426 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
1427 sort surface patches by their depth and not the order they are | |
1428 rendered in. | |
1429 | |
1430 * plot/__patch__.m: Set clim correctly. | |
1431 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
1432 the marker color is determined by the cmap. | |
1433 * plot/scatter.m: New function to 2D scatter plots. | |
1434 * plot/scatter3.m: New function to 3D scatter plots. | |
1435 * plot/__scatter__.m: Support function for scatter plots | |
1436 * Makefile.in (SOURCES): Ad dnew functions here. | |
1437 | |
1438 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
1439 Return whether the terminal supports enhanced text or not. | |
1440 (drawnow:enhanced_term): New sub-function to determine if terminal | |
1441 supports enhanced mode. | |
1442 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
1443 __go_draw_axes__. | |
1444 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
1445 needed to support the enhanced mode. | |
1446 * plot/print.m: Remove "enhanced" option as this is now treated in | |
1447 drawnow.m. | |
1448 | |
1449 | |
1450 * plot/caxis.m: New function to control the color axis limits. | |
1451 * plot/Makefile.in (SOURCES): Include it. | |
1452 * plot/axis.m: Allow the first argument to be an axes handle. | |
1453 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
1454 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
1455 caxis limits. | |
1456 | |
1457 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
1458 * image/Makefile.in (SOURCES): Include it. | |
1459 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
1460 of the bars for the colormap. | |
1461 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
1462 passed. | |
1463 * plot/__contour.m: Avoid possible divide by zero error. | |
1464 * plot/contour.m: Missing semicolon. | |
1465 * plot/surface.m: Don't attempt to set additional arguments if | |
1466 there are none. | |
1467 * plot/Makefile.in (SOURCES): Include __bars__.m | |
1468 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1469 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 1470 |
1471 * plot/__bar__.m: put bar creation code into separate function | |
1472 to allow easy hook up from other graphic backends | |
1473 | |
1474 * plot/__bars__.m: new function containing bar creation code | |
1475 | |
7186 | 1476 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
1477 | |
1478 * general/accumarray.m: Correct dimension check. | |
1479 | |
7183 | 1480 2007-11-26 John W. Eaton <jwe@octave.org> |
1481 | |
1482 * polynomial/residue.m: Prepad along second dimension. | |
1483 From Doug Stewart <dastew@sympatico.ca>. | |
1484 | |
7181 | 1485 2007-11-26 Kai Habel <kai.habel@gmx.de> |
1486 | |
7183 | 1487 * plot/cylinder.m, plot/slice.m: New functions. |
1488 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 1489 |
7177 | 1490 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
1491 | |
1492 * plot/patch.m: Handle arg may also be hggroup object. | |
1493 Use ancestor to find parent axes object. | |
1494 | |
7175 | 1495 2007-11-14 David Bateman <dbateman@free.fr> |
1496 | |
1497 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
1498 flag to patch that it is not closed. Allow z to take string | |
1499 arguments and use it to flag that the contours are placed at the | |
1500 z level of the contour itself. | |
1501 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
1502 objects as well. Let hidden removal take precedence in case of a | |
1503 conflict. | |
1504 * plot/surface.m: Allow surface to treat handles being passed or | |
1505 returned. Any additional arguments arr used to set the surface | |
1506 handle. | |
1507 * plot/contour3.m: New function | |
1508 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1509 | |
7173 | 1510 2007-11-14 John W. Eaton <jwe@octave.org> |
1511 | |
1512 * specfun/bessel.m: Update doc string from | |
1513 src/DLD-FUNCTIONS/besselj.cc. | |
1514 | |
7170 | 1515 2007-11-12 David Bateman <dbateman@free.fr> |
1516 | |
1517 * plot/contour.m: Allow handles to be passed and returned. Split | |
1518 the countour function itself into __contour__.m to be shared with | |
1519 surfc and meshc. | |
1520 * plot/__contour__.m: New file | |
1521 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1522 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
1523 the face or edge if the facecolor or edge color are marked as | |
1524 "none". Allow the edgecolor to be determined by the cdata in the | |
1525 same manner as the facecolor. Fail if facecolor is not "none" and | |
1526 a 3-D plot is desired, rather than ignoring zdata. Make the | |
1527 storage of 3D/4D data consistent between line, surface and patch | |
1528 objects. | |
1529 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
1530 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 1531 |
1532 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
1533 Handle fontweight and fontangle properties. | |
1534 | |
7163 | 1535 2007-11-12 Kai Habel <kai.habel@gmx.de> |
1536 | |
1537 * plot/spinmap.m, plot/ribbon.m: New functions. | |
1538 * plot/Makefile.in (SOURCES): Add them to the list. | |
1539 | |
1540 2007-11-12 John W. Eaton <jwe@octave.org> | |
1541 | |
1542 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
1543 Use it to avoid duplicated code. | |
1544 | |
7161 | 1545 2007-11-12 David Bateman <dbateman@free.fr> |
1546 | |
7162 | 1547 * plot/title.m: Fix return value for nargout > 0. |
1548 | |
1549 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
1550 specified for the title, xlabel, ylabel and text objects. | |
1551 | |
7161 | 1552 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
1553 4.0 and surface plots. | |
1554 | |
7160 | 1555 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
1556 | |
1557 * plot/__patch__.m: Fix computation of faces when patch is defined | |
1558 with X/Y/Z data. | |
1559 | |
7146 | 1560 2007-11-09 John W. Eaton <jwe@octave.org> |
1561 | |
7152 | 1562 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 1563 Correct logic in setting palette data. |
7152 | 1564 |
7151 | 1565 * audio/wavread.m, control/base/__bodquist__.m, |
1566 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
1567 control/system/c2d.m, control/system/is_detectable.m, | |
1568 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
1569 control/system/tfout.m, general/isdefinite.m, | |
1570 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
1571 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
1572 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
1573 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
1574 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
1575 testfun/test.m: Use specific end keywords. | |
1576 | |
7146 | 1577 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
1578 | |
1579 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
1580 | |
1581 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
1582 Don't change view if hold is on. | |
1583 | |
7142 | 1584 2007-11-09 David Bateman <dbateman@free.fr> |
1585 | |
7149 | 1586 * plot/hidden.m: New function. |
1587 * plot/Makefile.in (SOURCES): Add it here. | |
1588 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
1589 line removal. | |
1590 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
1591 removal and if it is "none" don't do hidden line removal. | |
1592 | |
7148 | 1593 * plot/legend.m: Also allow labels for surface and patch types. |
1594 * plot/__bar__.m: Split into separate patch pbjects to allow | |
1595 setting of the legend. | |
1596 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
1597 objects as well. | |
1598 | |
7146 | 1599 * plot/area.m, plot/__area__.m: New functions |
1600 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
1601 | |
7142 | 1602 * plot/patch.m: Correctly handle case of axis handle as first arg. |
1603 | |
7144 | 1604 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
1605 | |
1606 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
1607 | |
7131 | 1608 2007-11-08 John W. Eaton <jwe@octave.org> |
1609 | |
7133 | 1610 * control/base/dcgain.m, control/base/dre.m, |
1611 control/base/impulse.m, control/base/step.m, | |
1612 control/system/dmr2d.m, control/system/ord2.m, | |
1613 control/system/sys2ss.m, control/system/sysdimensions.m, | |
1614 control/system/sysgetsignals.m, control/system/sysout.m, | |
1615 control/system/tfout.m, control/system/ugain.m, | |
1616 control/system/zpout.m, control/util/strappend.m: | |
1617 Don't fail with usage message if nargout is too large. | |
1618 | |
7131 | 1619 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
1620 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
1621 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 1622 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
1623 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
1624 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
1625 control/obsolete/rotg.m, control/obsolete/series.m, | |
1626 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
1627 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 1628 control/system/__syschnamesl__.m, |
1629 control/system/__syscont_disc__.m, | |
1630 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
1631 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
1632 control/system/abcddim.m, control/system/buildssic.m, | |
1633 control/system/c2d.m, control/system/cellidx.m, | |
1634 control/system/d2c.m, control/system/dmr2d.m, | |
1635 control/system/fir2sys.m, control/system/is_abcd.m, | |
1636 control/system/is_controllable.m, control/system/is_detectable.m, | |
1637 control/system/is_digital.m, control/system/is_observable.m, | |
1638 control/system/is_stabilizable.m, control/system/is_stable.m, | |
1639 control/system/jet707.m, control/system/listidx.m, | |
1640 control/system/parallel.m, control/system/ss.m, | |
1641 control/system/ss2sys.m, control/system/ss2zp.m, | |
1642 control/system/starp.m, control/system/sys2ss.m, | |
1643 control/system/sys2tf.m, control/system/sys2zp.m, | |
1644 control/system/sysadd.m, control/system/sysappend.m, | |
1645 control/system/sysconnect.m, control/system/syscont.m, | |
1646 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 1647 control/system/sysdup.m, control/system/sysgetsignals.m, |
1648 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 1649 control/system/sysmult.m, control/system/sysout.m, |
1650 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 1651 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 1652 control/system/syssub.m, control/system/sysupdate.m, |
1653 control/system/tf.m, control/system/tf2ss.m, | |
1654 control/system/tf2sys.m, control/system/tfout.m, | |
1655 control/system/zp.m, control/system/zp2ss.m, | |
1656 control/system/zp2sys.m, control/system/zp2tf.m, | |
1657 control/system/zpout.m, control/util/__outlist__.m, | |
1658 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
1659 control/util/prompt.m, control/util/sortcom.m, | |
1660 control/util/zgfmul.m, control/util/zgfslv.m, | |
1661 control/util/zginit.m, control/util/zgreduce.m, | |
1662 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 1663 |
7130 | 1664 2007-11-08 David Bateman <dbateman@free.fr> |
1665 | |
1666 * plot/quiver.m: Fix arrowheads. | |
1667 | |
7128 | 1668 2007-11-07 Ben Abbott <bpabbott@mac.com> |
1669 | |
1670 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 1671 Handle "rows" argument. New tests. |
7128 | 1672 (cell_ismember): New function. |
1673 | |
7127 | 1674 2007-11-07 John W. Eaton <jwe@octave.org> |
1675 | |
1676 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
1677 control/base/__stepimp__.m, control/base/are.m, | |
1678 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
1679 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
1680 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
1681 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
1682 control/base/ltifr.m, control/base/nichols.m, | |
1683 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
1684 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
1685 Style fixes. | |
1686 | |
7125 | 1687 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
1688 | |
1689 * control/base/bode_bounds.m, control/base/dgram.m, | |
1690 control/base/dlyap.m, control/base/freqchkw.m, | |
1691 control/base/gram.m, control/base/place.m, | |
1692 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
1693 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
1694 control/system/is_signal_list.m, control/system/ss2tf.m, | |
1695 control/system/sys2fir.m, control/system/sysgettsam.m, | |
1696 control/system/sysgettype.m, control/system/sysreorder.m, | |
1697 control/system/tf2sys.m, control/system/zp2tf.m, | |
1698 control/util/axis2dlim.m, control/util/swap.m, | |
1699 control/util/zgfmul.m, control/util/zgfslv.m, | |
1700 control/util/zginit.m, control/util/zgreduce.m, | |
1701 control/util/zgrownorm.m, control/util/zgscal.m, | |
1702 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
1703 geometry/inpolygon.m, linear-algebra/housh.m, | |
1704 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
1705 miscellaneous/run.m, quaternion/qconj.m, | |
1706 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
1707 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
1708 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
1709 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
1710 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
1711 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
1712 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
1713 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
1714 statistics/distributions/empirical_cdf.m, | |
1715 statistics/distributions/empirical_inv.m, | |
1716 statistics/distributions/empirical_pdf.m, | |
1717 statistics/models/logistic_regression_derivatives.m, | |
1718 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
1719 | |
7118 | 1720 2007-11-07 David Bateman <dbateman@free.fr> |
1721 | |
7120 | 1722 * general/gradient.m: Correctly convert deltax and deltay scalar |
1723 values are scalars to vectors. | |
1724 | |
7119 | 1725 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
1726 the meshc.m function. | |
1727 * plot/meshc.m: Also use the surface function. | |
1728 | |
7120 | 1729 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 1730 * plot/Makefile.in (SOURCES): Add them to the list. |
1731 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
1732 | |
7117 | 1733 2007-11-07 Michael Zeising <michael@michaels-website.de> |
1734 | |
1735 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
1736 | |
7115 | 1737 2007-11-07 John W. Eaton <jwe@octave.org> |
1738 | |
1739 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
1740 the data limits are infinite. | |
1741 (get_data_limits): Don't do anything if xdat or tx are empty. | |
1742 (get_axis_limits): Don't do anything if min_val or max_val are | |
1743 infinite. | |
1744 | |
7112 | 1745 2007-11-06 David Bateman <dbateman@free.fr> |
1746 | |
1747 * plot/hist.m: Pass any additional arguments to bar for | |
1748 treatment. Create a default x value that is always a vector. | |
1749 | |
7111 | 1750 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
1751 | |
1752 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
1753 when calling ./configure and add quotes to preserve spaces. | |
7109 | 1754 |
1755 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
1756 | |
1757 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
1758 New files. | |
1759 * plot/mesh.m: Call surface to do the real work. | |
1760 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
1761 properties. | |
1762 | |
1763 * image/colormap.m: Also return current colormap if nargout and | |
1764 nargin are both 0. | |
1765 | |
7106 | 1766 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
1767 | |
1768 * startup/inputrc: Delete key bindings starting with \340 code. | |
1769 | |
7112 | 1770 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 1771 |
1772 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
1773 to avoid issues of over- and underflow. From Rolf Fabian | |
1774 <Rolf.Fabian@gmx.de>. | |
1775 | |
7097 | 1776 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
1777 | |
1778 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
1779 help texts. | |
1780 | |
7096 | 1781 2007-11-02 Kai Habel <kai.habel@gmx.de> |
1782 | |
1783 * plot/bar.m, plot/barh.m: Doc fix. | |
1784 | |
7094 | 1785 2007-10-31 John W. Eaton <jwe@octave.org> |
1786 | |
1787 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
1788 | |
7086 | 1789 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
1790 | |
1791 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
1792 objects and legend objects are implemented with a separate axes | |
1793 object. | |
1794 | |
7078 | 1795 2007-10-30 David Bateman <dbateman@free.fr> |
1796 | |
7081 | 1797 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
1798 | |
7078 | 1799 * plot/__go_draw_axes__.m (do_linestyle_command): |
1800 Use point type 0 for ".". | |
1801 | |
7073 | 1802 2007-10-26 John W. Eaton <jwe@octave.org> |
1803 | |
7074 | 1804 * image/imshow.m: Improve compatibility. |
1805 * image/image.m: Return handle if nargou > 0. | |
1806 | |
7073 | 1807 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
1808 | |
7069 | 1809 2007-10-25 John W. Eaton <jwe@octave.org> |
1810 | |
1811 * miscellaneous/compare_versions.m: Style fixes. | |
1812 | |
7060 | 1813 2007-10-24 John W. Eaton <jwe@octave.org> |
1814 | |
7061 | 1815 * image/saveimage.m: Use functional form of save instead of eval. |
1816 Use -text instead of -ascii. | |
1817 | |
7060 | 1818 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
1819 | |
7054 | 1820 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
1821 | |
1822 * plot/legend.m: Also extract location string from varargin (lost | |
1823 when 2007-10-08 patch was applied). | |
1824 | |
7049 | 1825 2007-10-23 David Bateman <dbateman@free.fr> |
1826 | |
1827 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
1828 miscellaneous/what.m: New functions | |
1829 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
1830 functions. | |
1831 | |
7045 | 1832 2007-10-22 David Bateman <dbateman@free.fr> |
1833 | |
1834 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
1835 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
1836 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
1837 | |
7042 | 1838 2007-10-19 Kai Habel <kai.habel@gmx.de> |
1839 | |
1840 * plot/contourf.m: New function. | |
1841 * plot/Makefile.in (SOURCES): Add it to the list. | |
1842 | |
7040 | 1843 2007-10-19 John W. Eaton <jwe@octave.org> |
1844 | |
1845 * plot/subplot.m: Doc fix. | |
1846 | |
7039 | 1847 2007-10-19 David Bateman <dbateman@free.fr> |
1848 | |
7041 | 1849 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 1850 |
7037 | 1851 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
1852 | |
1853 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
1854 output. | |
1855 | |
7031 | 1856 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
1857 | |
1858 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
1859 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
1860 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
1861 control/system/syssetsignals.m, control/base/lqg.m, | |
1862 strings/str2double.m, control/system/sysscale.m, | |
1863 control/hinf/hinfdemo.m, general/cplxpair.m: | |
1864 Make help text fit on pages when using smallbook. | |
1865 | |
7028 | 1866 2007-10-15 David Bateman <dbateman@free.fr> |
1867 | |
7032 | 1868 * plot/print.m: Call drawnow before printing to ensure the plot is |
1869 on the screen. | |
1870 | |
7028 | 1871 * testfun/test.m: In error/warning blocks test for an error before |
1872 a warning to avoid unexpected failures. | |
1873 | |
7027 | 1874 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
1875 | |
1876 * testfun/assert.m: Correct documentation of absolution versus | |
1877 relative error tolerance and add tests. | |
1878 | |
7024 | 1879 2007-10-14 David Bateman <dbateman@free.fr> |
1880 | |
1881 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
1882 src directory. | |
1883 * plot/Makefile.in (SOURCES): Add fill.m. | |
1884 | |
7020 | 1885 2007-10-13 David Bateman <dbateman@free.fr> |
1886 | |
1887 * plot/__patch__.m: Allow multiple patches to be defined and | |
1888 return a single patch object. Allow Faces/Vertices form of | |
1889 patch. Flag failure so the patch can call print_usage. | |
1890 * plot/patch.m: Update help string for Faces/Vertices | |
1891 call. Respect the fail flag returned by __patch__. Add demo code | |
1892 that tests the functionality of patch. | |
1893 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
1894 patch object. | |
1895 * plot/fill.m: New function. | |
1896 | |
7016 | 1897 2007-10-12 John W. Eaton <jwe@octave.org> |
1898 | |
1899 * Change copyright notices in all files that are part of Octave to | |
1900 GPLv3 or any later version. | |
1901 | |
7012 | 1902 2007-10-11 John W. Eaton <jwe@octave.org> |
1903 | |
1904 * plot/__go_draw_axes__.m (get_axis_limits): | |
1905 Return lim = [] if logscale and no positive values. | |
1906 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
1907 Set initial min and min positive values to Inf, max values to -Inf. | |
1908 (get_data_limits): Correctly handle xminp when no positive values | |
1909 are found. | |
1910 | |
7011 | 1911 2007-10-11 Ben Abbott <bpabbott@mac.com> |
1912 | |
1913 * polynomial/residue.m: New optional input for pole multiplicity. | |
1914 Doc fix. Fix tests. | |
1915 | |
7010 | 1916 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
1917 | |
1918 * toplev.cc (Foctave_config_info): Add field "mac". | |
1919 | |
1920 * miscellaneous/ismac.m: New function. | |
1921 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1922 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
1923 | |
7009 | 1924 2007-10-11 Arno Onken <asnelt@asnelt.org> |
1925 | |
1926 * statistics/distributions/hygernd.m: Allow size to be specified | |
1927 as a scalar. Handle three argument case. Allow T, M, and N to be | |
1928 scalars or matrices of a common size. | |
1929 | |
7007 | 1930 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
1931 | |
1932 * control/csrefcard.lt, control/system/is_detectable.m, | |
1933 control/system/sysgroup.m, geometry/voronoin.m, | |
1934 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
1935 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
1936 statistics/distributions/binornd.m, | |
1937 statistics/distributions/cauchy_rnd.m, | |
1938 statistics/distributions/chi2rnd.m, | |
1939 statistics/distributions/discrete_rnd.m, | |
1940 statistics/distributions/exprnd.m, | |
1941 statistics/distributions/frnd.m, | |
1942 statistics/distributions/gamrnd.m, | |
1943 statistics/distributions/geornd.m, | |
1944 statistics/distributions/laplace_rnd.m, | |
1945 statistics/distributions/logistic_rnd.m, | |
1946 statistics/distributions/lognrnd.m, | |
1947 statistics/distributions/nbinrnd.m, | |
1948 statistics/distributions/normrnd.m, | |
1949 statistics/distributions/poissrnd.m, | |
1950 statistics/distributions/stdnormal_rnd.m, | |
1951 statistics/distributions/trnd.m, | |
1952 statistics/distributions/unifrnd.m, | |
1953 statistics/distributions/wblrnd.m: Spelling fixes. | |
1954 | |
7005 | 1955 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
1956 | |
1957 * time/tic.m: New optional output value. | |
1958 | |
1959 * general/int2str.m: Doc fix. | |
1960 | |
7002 | 1961 2007-10-10 Arno Onken <asnelt@asnelt.org> |
1962 | |
1963 * statistics/distributions/hygecdf.m, | |
1964 statistics/distributions/hygeinv.m, | |
1965 statistics/distributions/hygepdf.m, | |
1966 statistics/distributions/hygernd.m: | |
1967 Swap order of T and M args for compatibility. | |
1968 | |
7001 | 1969 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
1970 | |
1971 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
1972 control/system/buildssic.m, control/system/c2d.m, | |
1973 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
1974 control/system/ss2sys.m, control/system/ss2tf.m, | |
1975 control/system/syscont.m, control/system/sysdimensions.m, | |
1976 control/system/sysdisc.m, control/system/sysmult.m, | |
1977 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
1978 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
1979 general/interp1.m, general/interp2.m, general/interp3.m, | |
1980 general/interpft.m, general/interpn.m, general/polyarea.m, | |
1981 general/rat.m, general/structfun.m, general/trapz.m, | |
1982 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
1983 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
1984 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
1985 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
1986 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
1987 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
1988 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
1989 statistics/base/meansq.m, statistics/base/var.m, | |
1990 statistics/tests/chisquare_test_independence.m, | |
1991 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
1992 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
1993 testfun/test.m: Spelling fixes. | |
1994 | |
6998 | 1995 2007-10-10 Ben Abbott <bpabbott@mac.com> |
1996 | |
1997 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
1998 | |
6997 | 1999 2007-10-10 John W. Eaton <jwe@octave.org> |
2000 | |
2001 * general/num2str.m: Always allow for sign for automatically | |
2002 computed format widths. | |
2003 | |
6988 | 2004 2007-10-09 David Bateman <dbateman@free.fr> |
2005 | |
2006 * plot/patch.m: Accept a handle as the first argument. | |
2007 | |
6987 | 2008 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
2009 | |
7010 | 2010 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 2011 |
6985 | 2012 2007-10-09 John W. Eaton <jwe@octave.org> |
2013 | |
2014 * audio/wavwrite.m: Accept arguments in compatible order. | |
2015 | |
6979 | 2016 2007-10-08 David Bateman <dbateman@free.fr> |
2017 | |
2018 * general/interp2.m: Relax test for values outside the grid to | |
2019 allow monotonically decreasing abscissa as well. | |
2020 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2021 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 2022 |
2023 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
2024 as output parameter. | |
2025 | |
6977 | 2026 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
2027 | |
2028 * plot/__go_draw_axes__.m, plot/legend.m: | |
2029 Handle compatible position specifiers as strings. | |
2030 | |
6975 | 2031 2007-10-08 John Swensen <jpswensen@comcast.net> |
2032 | |
2033 * general/num2str.m: Eliminate extra whitespace in output. | |
2034 * strings/strtrim.m: New function. | |
2035 * strings/Makefile.in (SOURCES): Add it to the list. | |
2036 | |
6968 | 2037 2007-10-06 John W. Eaton <jwe@octave.org> |
2038 | |
2039 * polynomial/residue.m: New test from test/test_poly.m. | |
2040 | |
6967 | 2041 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
2042 | |
2043 * image/saveimage.m: Handle saving color images without a colormap. | |
2044 * image/__img_via_file__.m: Add missing semicolon. | |
2045 | |
2046 2007-10-06 Bill Denney <wsloand@gmail.com> | |
2047 | |
7010 | 2048 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 2049 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
2050 | |
6965 | 2051 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
2052 | |
2053 * plot/print.m: Handle svg output type. Accept new -S option to | |
2054 specify size for PNG and SVG output types. | |
2055 | |
2056 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 2057 |
2058 * polynomial/mpoles.m: New function. | |
2059 * polynomial/residue.m: Modified to behave in reciprocal | |
2060 manner. No longer compute 4th output, "e". No longer accept | |
2061 tolerance input. Explicitly set tolerance parameter to 0.001. | |
2062 Respect maximum relative difference in poles when determining | |
2063 their multiplicity. Use mpoles to determine the multiplicity of | |
2064 poles. | |
2065 | |
6963 | 2066 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
2067 | |
2068 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
2069 for surface plots. | |
2070 | |
6962 | 2071 2007-10-05 John W. Eaton <jwe@octave.org> |
2072 | |
2073 * plot/__next_line_color__.m: Get color_rotation from axes | |
2074 colororder property. | |
2075 | |
6953 | 2076 2007-10-03 John W. Eaton <jwe@octave.org> |
2077 | |
6955 | 2078 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
2079 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
2080 | |
6953 | 2081 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
2082 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
2083 special for __vnorm__. | |
2084 | |
6951 | 2085 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
2086 | |
6952 | 2087 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 2088 |
6950 | 2089 2007-10-03 David Bateman <dbateman@free.fr> |
2090 | |
2091 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
2092 if a file is architecture dependent based on a list of file | |
2093 extensions. | |
2094 (configure_make): Simplify the search for architecture dependent | |
2095 files based on this function. | |
2096 (load_pakages_and_dependencies): Also look for bin directory in | |
2097 the architecture dependent directory. | |
2098 | |
6947 | 2099 2007-10-03 John W. Eaton <jwe@octave.org> |
2100 | |
2101 * miscellaneous/dir.m: Create empty struct with field names. | |
2102 Include datenum in struct. | |
2103 | |
6943 | 2104 2007-10-02 David Bateman <dbateman@free.fr> |
2105 | |
2106 * miscellaneous/ls.m: If nargout return string array of files | |
2107 returned by ls. | |
2108 | |
6942 | 2109 2007-10-01 John W. Eaton <jwe@octave.org> |
2110 | |
2111 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
2112 range values. | |
2113 | |
6937 | 2114 2007-10-01 David Bateman <dbateman@free.fr> |
2115 | |
7010 | 2116 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 2117 speed with small vectors. |
6937 | 2118 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
2119 rather than OCTAVE_HOME(). | |
2120 | |
6935 | 2121 2007-09-30 Ben Abbott <bpabbott@mac.com> |
2122 | |
2123 * plot/findobj.m: New function. | |
2124 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
2125 | |
6925 | 2126 2007-09-26 David Bateman <dbateman@free.fr> |
2127 | |
2128 * pkg/pkg.m: Add second argument to setting for prefix for | |
2129 architecture dependent files. Use throughout. | |
2130 (pkg:issuperuser): New function, use through to check for | |
2131 root user. | |
2132 (pkg:getarchprefix): function to give the archiecture dependent | |
2133 prefix for a package. | |
2134 (pkg:getarchdir): New function giving location of architetcure | |
2135 dependent directory. Use through out. | |
2136 (pkg:install): Treat architecture dependent directory separately | |
2137 as in might not be a sub-directory of the package directory. | |
2138 (pkg:uninstall): ditto. | |
2139 (pkg:create_pkgadddel): Check for global or local install for | |
2140 architecture dependent directory. | |
2141 (pkg:finish_installation): ditto. | |
2142 (pkg:write_INDEX): ditto. | |
2143 (pkg:load_packages_and_dependencies): ditto. | |
2144 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
2145 files to a new location if user is root. | |
2146 (pkg:rm_rf): Check if file or directory exists before removing. | |
2147 (pkg:dirempty): Check if directory exists before checking. | |
2148 | |
2149 * plot/___patch__.m: Allow face colors to be passed as strings | |
2150 | |
2151 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
2152 needed for calls to "hold" without an argument. | |
2153 | |
6920 | 2154 2007-09-21 John W. Eaton <jwe@octave.org> |
2155 | |
6921 | 2156 * optimization/sqp.m: Fix typo. |
2157 | |
6920 | 2158 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
2159 | |
6919 | 2160 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
2161 | |
2162 * control/hinf/h2norm: Compute d*d', not d'*d. | |
2163 | |
6918 | 2164 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
2165 | |
2166 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
2167 unidpdf.m and unidinv.m | |
2168 | |
6914 | 2169 2007-09-18 John W. Eaton <jwe@octave.org> |
2170 | |
2171 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
2172 (do_tics_1): Set numeric axes formats to "%.15g". | |
2173 | |
6912 | 2174 2007-09-18 David Bateman <dbateman@free.fr> |
2175 | |
2176 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
2177 of %g when writing data. | |
2178 | |
6908 | 2179 2007-09-17 John W. Eaton <jwe@octave.org> |
2180 | |
2181 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
2182 | |
6903 | 2183 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
2184 | |
2185 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
2186 noninteger N with N-K < 1. | |
2187 | |
6901 | 2188 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
2189 | |
2190 * strings/index.m: Correct for strings differing after the third | |
2191 position (bug reported by Maude Martin). | |
2192 | |
6895 | 2193 2007-09-13 John W. Eaton <jwe@octave.org> |
2194 | |
2195 * plot/__default_colormap__.m: Delete. | |
2196 * plot/Makefile (SOURCES): Remove from the list. | |
2197 | |
6898 | 2198 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
2199 | |
2200 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
2201 | |
6885 | 2202 2007-09-10 David Bateman <dbateman@free.fr> |
2203 | |
2204 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
2205 limit the selection of colors in the same way as for lines. | |
2206 * plot/__patch__.m: Allow matrix arguments with one patch per | |
2207 column. | |
2208 * plot/__bar__.m: Adapt to use "patch". | |
2209 | |
6870 | 2210 2007-09-06 John W. Eaton <jwe@octave.org> |
2211 | |
2212 * plot/drawnow.m (drawnow): New arg, debug_file. | |
2213 (init_plot_stream): Split from open_plot_stream. | |
2214 * plot/print.m: Accept -debug=FILE argument. | |
2215 | |
6868 | 2216 2007-09-06 David Bateman <dbateman@free.fr> |
2217 | |
7010 | 2218 * general/celldisp.m: New function. |
2219 * general/Makefile.in (SOURCES): Add celldisp.m. | |
2220 * miscellaneous/swapbytes.m: New function. | |
2221 * miscellaneous/gzip.m: New function. | |
2222 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 2223 |
6863 | 2224 2007-09-05 David Bateman <dbateman@free.fr> |
2225 | |
7010 | 2226 * general/structfun.m: New function. |
2227 * general/Makefile.in (SOURCES): Add it to sources. | |
2228 * miscellaneous/run.m: New function. | |
2229 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
2230 * statistics/base/mode.m: New function. | |
2231 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 2232 |
6862 | 2233 2007-09-05 John W. Eaton <jwe@octave.org> |
2234 | |
2235 * miscellaneous/orderfields.m: Use numel instead of length. | |
2236 | |
2237 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
2238 | |
2239 * miscellaneous/orderfields.m: Handle empty structs. | |
2240 | |
6861 | 2241 2007-09-05 John W. Eaton <jwe@octave.org> |
2242 | |
2243 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
2244 DATA_IDX. | |
2245 | |
2246 2007-09-04 David Bateman <dbateman@free.fr> | |
2247 | |
2248 * general/isdir.m: Return a logical value. | |
2249 | |
6859 | 2250 2007-09-04 David Bateman <dbateman@free.fr> |
2251 | |
2252 * statistics/distributions/chi2pdf.m, | |
2253 statistics/distributions/chi2cdf.m, | |
2254 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
2255 distribution functions to account for inverse of scale factor in | |
2256 gamma functions. | |
2257 | |
6857 | 2258 2007-09-01 John W. Eaton <jwe@octave.org> |
2259 | |
2260 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
2261 | |
6853 | 2262 2007-09-01 David Bateman <dbateman@free.fr> |
2263 | |
2264 * polynomial/polyint.m: New function like polyinteg but with | |
2265 explicit integration constant. | |
2266 * polynomial/polyinteg.m: Remove. | |
2267 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
2268 polyinteg.m. | |
2269 * deprecated/polyinteg.m: Move version here. | |
2270 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
2271 | |
6852 | 2272 * geometry/voronoi.m: Add large box around data to get a good |
2273 approximation of the rays to infinity. | |
2274 | |
6851 | 2275 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
2276 | |
2277 * plot/axes.m: Allow parent to be specified when creating axes | |
2278 objects. Support non-figure parents. | |
2279 | |
2280 2007-08-31 John W. Eaton <jwe@octave.org> | |
2281 | |
2282 * plot/ancestor.m: New function, adapted from Octave Forge. | |
2283 | |
6850 | 2284 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
2285 | |
7010 | 2286 * polynomial/polygcd.m: Better layout of example. |
2287 * polynomial/compan.m: Remove unnecessary check. | |
2288 * polynomial/roots.m: Added example to help text. | |
2289 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
2290 * polynomial/poly.m: Added example to help text. | |
6850 | 2291 |
6848 | 2292 2007-08-30 John W. Eaton <jwe@octave.org> |
2293 | |
2294 * optimization/qp.m: Increase maxit to 200. | |
2295 | |
6847 | 2296 2007-08-30 David Bateman <dbateman@free.fr> |
2297 | |
2298 * geometry/inpolygon.m: New file. | |
2299 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
2300 | |
6843 | 2301 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
2302 | |
2303 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
2304 | |
6829 | 2305 2007-08-24 David Bateman <dbateman@free.fr> |
2306 | |
2307 * plot/__go_draw_axes__.m: Treat text color property. | |
2308 | |
6828 | 2309 2007-08-24 John W. Eaton <jwe@octave.org> |
2310 | |
2311 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
2312 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
2313 | |
2314 * miscellaneous/movefile.m: Separate second and third args and | |
2315 use p1 and p2, not f1 and f2 when constructing arguments for | |
2316 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
2317 | |
6825 | 2318 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
2319 | |
2320 * set/intersect.m: Make it work with cell arrays of strings. | |
2321 | |
6823 | 2322 2007-08-24 David Bateman <dbateman@free.fr> |
2323 | |
7010 | 2324 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 2325 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
2326 functions ported from octave-forge. | |
7010 | 2327 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 2328 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
2329 geometry/triplot.m, geometry/tsearchn.m: | |
2330 New functions. | |
7010 | 2331 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
2332 * geometry/Makefile.in (SOURCES): Add functions above. | |
2333 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 2334 |
6820 | 2335 2007-08-23 John W. Eaton <jwe@octave.org> |
2336 | |
2337 * pkg/pkg.m: Avoid using installed_packages for both function and | |
2338 variable name. | |
2339 | |
2340 2007-08-23 David Bateman <dbateman@free.fr> | |
2341 | |
2342 * plot/plot.m: Allow first arg to be axes handle. | |
2343 | |
6818 | 2344 2007-08-22 David Bateman <dbateman@free.fr> |
2345 | |
2346 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
2347 outputs are returned only if requested. | |
2348 | |
2349 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
2350 | |
2351 * control/base/nichols.m: Fix typo. | |
2352 | |
6813 | 2353 2007-08-13 John W. Eaton <jwe@octave.org> |
2354 | |
2355 * plot/meshgrid.m: Use repmat instead of multiplication. | |
2356 | |
6809 | 2357 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
2358 | |
2359 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
2360 use axes position in each appropriate gnuplot set statement. | |
2361 | |
6808 | 2362 2007-08-10 John W. Eaton <jwe@octave.org> |
2363 | |
2364 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
2365 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
2366 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
2367 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
2368 | |
6807 | 2369 2007-08-10 Kai Habel <kai.habel@gmx.de> |
2370 | |
2371 * plot/patch.m, plot/__patch__.m: New files. | |
2372 * plot/Makefile.in (SOURCES): Add them to the list. | |
2373 | |
2374 2007-08-07 John W. Eaton <jwe@octave.org> | |
2375 | |
2376 * path/savepath.m: Use single quotes for argument to PATH command | |
2377 that is inserted in file. | |
2378 | |
6805 | 2379 2007-07-27 John W. Eaton <jwe@octave.org> |
2380 | |
2381 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
2382 not set in the environment. | |
2383 | |
6796 | 2384 2007-07-25 David Bateman <dbateman@free.fr> |
2385 | |
2386 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
2387 control/base/Makefile.in, control/hinf/Makefile.in, | |
2388 control/obsolete/Makefile.in, control/system/Makefile.in, | |
2389 control/util/Makefile.in, deprecated/Makefile.in, | |
2390 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
2391 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
2392 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
2393 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
2394 polynomial/Makefile.in, quaternion/Makefile.in, | |
2395 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
2396 specfun/Makefile.in, special-matrix/Makefile.in, | |
2397 startup/Makefile.in, statistics/Makefile.in, | |
2398 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
2399 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
2400 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
2401 Adjust DISTFILES to allow out of tree "make dist" to work. | |
2402 | |
6795 | 2403 2007-07-25 John W. Eaton <jwe@octave.org> |
2404 | |
2405 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
2406 | |
6793 | 2407 2007-07-24 David Bateman <dbateman@free.fr> |
2408 | |
2409 * image/flag.m: New colormap function. | |
2410 * images/Makefile.in: Include it in SOURCES. | |
2411 | |
2412 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
2413 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
2414 image/rainbow.m image/spring.m image/summer.m image/white.m | |
2415 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
2416 * image/gray.m, image/ocean.m: Use the same means of finding the | |
2417 number of colormap elements as the other colormap functions. | |
2418 | |
6790 | 2419 2007-07-24 Kai Habel <kai.habel@gmx.de> |
2420 | |
2421 * plot/__go_draw_axes__.m: Handle patch. | |
2422 | |
6788 | 2423 2007-07-23 David Bateman <dbateman@free.fr> |
2424 | |
2425 * general/rat.m: New function for ration approximation imported | |
2426 from octave-forge. | |
2427 * general/del2.m: New function for discrete laplacian operator. | |
2428 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
2429 | |
2430 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
2431 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
2432 image/rainbow.m image/spring.m image/summer.m image/white.m | |
2433 image/winter.m, image/brighten.m: Port image functions from | |
2434 octave-forge. | |
2435 * image/Makefile.in: Add ported functions to SOURCES. | |
2436 * image/gray.m, image/ocean.m: Don't set the colormap for | |
2437 compatibility with matlab. | |
2438 | |
2439 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
2440 octave-forge | |
2441 * plot/Makefile.in: Add ported functions to SOURCES. | |
2442 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
2443 using gnuplot 4.2 or greater. | |
2444 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2445 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 2446 |
2447 * general/cart2sph.m: Fix unbalanced paranthesis. | |
2448 | |
6781 | 2449 2007-07-19 David Bateman <dbateman@free.fr> |
2450 | |
2451 * plot/fplot.m: More compatible version. | |
2452 | |
6780 | 2453 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
2454 | |
2455 * plot/clf.m: Check for valid handle before deleting. | |
2456 | |
2457 * plot/figure.m: Pass "figure" property/value pairs directly to | |
2458 __go_figure__ instead of using regular "set" call. | |
2459 | |
6779 | 2460 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
2461 | |
2462 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
2463 type for gnuplot. | |
2464 | |
6778 | 2465 2007-07-18 John W. Eaton <jwe@octave.org> |
2466 | |
2467 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
2468 gnuplot for each set of axes. | |
2469 | |
6777 | 2470 2007-07-18 David Bateman <dbateman@free.fr> |
2471 | |
6778 | 2472 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
2473 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
2474 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
2475 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
2476 Use standard scale factor rather than one on the scale factor for | |
2477 compatibility. | |
2478 | |
2479 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
2480 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
2481 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
2482 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
2483 Preserve backward compatibility. | |
6777 | 2484 |
6776 | 2485 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
2486 | |
2487 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
2488 to avoid issues with regexp special characters in the path strings. | |
2489 | |
6770 | 2490 2007-07-06 David Bateman <dbateman@free.fr> |
2491 | |
6778 | 2492 * general/accumarray.m: New function to create an array by |
2493 accumulating the elements. | |
6770 | 2494 |
6768 | 2495 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
2496 | |
2497 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
2498 (fdjac): Set nx outside of if block. | |
2499 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
2500 | |
6765 | 2501 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
2502 | |
2503 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
2504 | |
2505 * plot/axis.m: Also set "visible" property when setting axes to | |
2506 on/off. | |
2507 | |
6762 | 2508 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
2509 | |
2510 * image/colormap.m: Only return colormap if nargout > 0. | |
2511 Mark as command. | |
2512 | |
6758 | 2513 2007-06-25 John W. Eaton <jwe@octave.org> |
2514 | |
2515 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
2516 strcmp for selected property comparisons. | |
2517 | |
6756 | 2518 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
2519 | |
6778 | 2520 * image/imshow.m: Fix check for colormap arguments. |
6756 | 2521 |
6754 | 2522 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
2523 | |
2524 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
2525 | |
6756 | 2526 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 2527 |
6778 | 2528 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 2529 argument, and note that the data should be sorted for the |
2530 definition of the median to be correct. | |
2531 | |
6778 | 2532 * statistics/base/std.m: Add missing square to definition of |
6754 | 2533 standard deviation. |
2534 | |
6778 | 2535 * statistics/base/cov.m: Add definition of covariance to the help text. |
2536 | |
2537 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 2538 statistics/base/std.m: |
2539 Note that \bar{x} is the mean value of x in the help text. | |
2540 | |
6778 | 2541 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 2542 coefficient to the help text. |
2543 | |
6778 | 2544 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
2545 | |
2546 * statistics/base/var.m: Put N in @math in help text. | |
2547 | |
2548 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 2549 statistics/tests/kolmogorov_smirnov_test.m: |
2550 Write about possible values of 'dist' in help text. | |
2551 | |
6778 | 2552 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 2553 Add definition of correlation to the help text. |
2554 | |
6778 | 2555 * statistics/base/logit.m, statistics/base/kendall.m, |
2556 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 2557 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
2558 TeXification of help text. | |
2559 | |
2560 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
2561 | |
2562 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
2563 Add missing @var's to help text. | |
2564 | |
2565 * statistics/models/logistic_regression.m: Fix typos in help text. | |
2566 | |
2567 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
2568 of help text. | |
2569 | |
2570 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
2571 help text. | |
2572 | |
2573 * statistics/distributions/unidpdf.m, | |
2574 statistics/distributions/discrete_pdf.m: | |
2575 Replace 'pDF' with 'PDF' in help text. | |
2576 | |
6753 | 2577 2007-06-25 John W. Eaton <jwe@octave.org> |
2578 | |
2579 * strings/substr.m: Use offset consistently in code and doc string. | |
2580 From Rafael Laboissiere <rafael@debian.org>. | |
2581 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2582 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 2583 |
6778 | 2584 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 2585 |
6751 | 2586 2007-06-25 John W. Eaton <jwe@octave.org> |
2587 | |
2588 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
2589 Recycle tic labels if necessary. From Juhani Saastamoinen | |
2590 <juhani@cs.joensuu.fi>. | |
2591 | |
6748 | 2592 2007-06-20 John W. Eaton <jwe@octave.org> |
2593 | |
6749 | 2594 * strings/index.m: Allow strings to be empty. |
2595 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
2596 | |
6748 | 2597 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
2598 | |
6747 | 2599 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
2600 | |
2601 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
2602 separate matrices. | |
2603 | |
6746 | 2604 2007-06-19 David Bateman <dbateman@free.fr> |
2605 | |
2606 * plot/axis.m: Prefer to use legend rather than the older Octave | |
2607 only ";;" legend syntax. | |
2608 * polynomial/mkpp.m: ditto. | |
2609 * polynomial/pchip.m: ditto. | |
2610 * signal/freqz_plot.m: ditto. | |
2611 * sparse/gplot.m: ditto. | |
2612 * sparse/treeplot.m: ditto. | |
2613 | |
6745 | 2614 2007-06-19 John W. Eaton <jwe@octave.org> |
2615 | |
2616 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
2617 (__go_draw_axes__): Call do_tics to handle tic marks. | |
2618 | |
6742 | 2619 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
2620 | |
6778 | 2621 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 2622 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
2623 to check for NA. | |
2624 | |
6741 | 2625 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
2626 | |
6778 | 2627 * optimization/glpk.m: TeXified the help text. |
2628 * optimization/qp.m: TeXified the help text. | |
2629 * optimization/sqp.m: TeXified the help text. | |
6741 | 2630 |
6740 | 2631 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
2632 | |
6778 | 2633 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 2634 |
6738 | 2635 2007-06-15 John W. Eaton <jwe@octave.org> |
2636 | |
2637 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
2638 have_newer_gnuplot is true. | |
2639 | |
6736 | 2640 2007-06-15 Pete Gustafson <petegus@umich.edu> |
2641 | |
6778 | 2642 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
2643 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 2644 to 90, all others 0. |
2645 | |
6778 | 2646 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
2647 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 2648 get_data_limits. |
6778 | 2649 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 2650 called by __errplot__. |
2651 | |
6730 | 2652 2007-06-15 John W. Eaton <jwe@octave.org> |
2653 | |
2654 * testfun/test.m: Also return number of expected failures. | |
2655 | |
6724 | 2656 2007-06-14 John W. Eaton <jwe@octave.org> |
2657 | |
6730 | 2658 * set/ismember.m: Mark two tests known to fail with xtest. |
2659 | |
6724 | 2660 * plot/__go_draw_axes__.m: Handle text rotation property. |
2661 | |
6728 | 2662 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
2663 | |
2664 * testfun/test.m: Add xtest support for tests known to fail. | |
2665 | |
6727 | 2666 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
2667 | |
2668 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
2669 epslatexstandalone terminals. | |
2670 | |
6721 | 2671 2007-06-14 David Bateman <dbateman@free.fr> |
2672 | |
2673 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
2674 as permutation of results was incorrect. | |
2675 * general/interp1.m: Add demo on second derivative | |
2676 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 2677 call. Add 3D demo. Fix typos |
2678 * general/interp3.m: Fix typos. Correct permutation for use of | |
2679 interpn. | |
6721 | 2680 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
2681 | |
6717 | 2682 2007-06-13 John W. Eaton <jwe@octave.org> |
2683 | |
2684 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 2685 |
6706 | 2686 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
2687 | |
2688 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
2689 | |
6704 | 2690 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
2691 | |
2692 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
2693 Set have_linestyle to true if two character linestyle is found. | |
2694 | |
6702 | 2695 2007-06-12 David Bateman <dbateman@free.fr> |
2696 | |
6717 | 2697 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
2698 and interpn.m. | |
2699 | |
2700 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
2701 structure before using it. | |
2702 | |
2703 2007-06-12 David Bateman <dbateman@free.fr> | |
2704 | |
6704 | 2705 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 2706 * general/__splinen__.m: New support function for N-dimensional |
2707 spline interpolation. | |
2708 * general/bicubic.m: Allow definition of extrapolation | |
2709 value. Adapt tests to use new graphics interface | |
2710 * general/interp2.m: Call __splinen__ for 2-D spline | |
2711 interpolation. Make the lookup table code only be called for | |
2712 linear and nearest methods. | |
2713 * general/interpn.m: New function for N-dimensional, linear, nearest | |
2714 and spline interpolation. | |
2715 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
2716 and spline interpolation. | |
6704 | 2717 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 2718 |
6701 | 2719 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
2720 | |
2721 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
2722 | |
6699 | 2723 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
2724 | |
2725 * plot/fplot.m: If function is inline, vectorize it. | |
2726 | |
6698 | 2727 2007-06-10 David Bateman <dbateman@free.fr> |
2728 | |
2729 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
2730 directory if need to, so that it fits on a line. | |
2731 | |
6695 | 2732 2007-06-07 David Bateman <dbateman@free.fr> |
2733 | |
2734 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
2735 saved file so that dependent packages are loaded first, and if | |
2736 nargout==0 don't return any arguments. | |
2737 (pkg:install): Only load packages that are marked autoload after | |
2738 install. Various fixes. Save in order. | |
2739 (pkg:uninstall): Save in order | |
2740 (pkg:load_packages): Use load_package_and_dependencies to load | |
2741 packages. | |
2742 (pkg:save_order): New function to sort package list with dependent | |
2743 packages first. | |
2744 (pkg:load_packages_and_dependencies): New function to load both a | |
2745 list of packages and their dependencies. | |
2746 (pkg:load_package_dirs): New function that returns a vector of the | |
2747 indexes into the installed package list indicating the packages to | |
2748 load and the order to load them in to respect the dependencies. | |
2749 | |
6688 | 2750 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
2751 | |
2752 * plot/axes.m: Eliminate redundant else clause. | |
2753 | |
6686 | 2754 2007-06-03 David Bateman <dbateman@free.fr> |
2755 | |
2756 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 2757 * pkg/pkg.m: Protect against multiple actions being define. |
2758 | |
6683 | 2759 2007-06-01 David Bateman <dbateman@free.fr> |
2760 | |
2761 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
2762 incorporate into main pkg function. | |
2763 (pkg:install): Check for existence of files to install before | |
2764 globbing and warn the user if they don't exist. | |
2765 | |
6675 | 2766 2007-05-31 David Bateman <dbateman@free.fr> |
2767 | |
6679 | 2768 * miscellaneous/copyfile.m: Split copying of multiple files to a |
2769 directory over several copy command to limit the line length. | |
2770 * miscellaneous/movefile.m: Ditto. | |
2771 | |
6675 | 2772 * pkg.m: Add build option to allow binary Octave packages to be |
2773 built from source packages. Probe absolute path of prefix, global | |
2774 and local lists. Use strcat, rather that [] for strings. | |
2775 (pkg:build): New function to binary binary package. | |
2776 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
2777 (pkg:repackage): Package binary Octave package from installation. | |
2778 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
2779 from m-files into main installation directory. | |
2780 (pkg:shell): Suppress verbose messages from shell and only display | |
2781 them with the verbose flag. | |
2782 (pkg:installed_packages): Also include the loaded flag in the | |
2783 local and global packages. | |
2784 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
2785 flagged as loaded. | |
2786 | |
2787 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
2788 | |
2789 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
2790 with and without architecture dependent directories. | |
2791 (pkg:installed_packages): Probe the global_list file even if it is | |
2792 the same as the local_list. | |
2793 | |
6669 | 2794 2007-05-29 John W. Eaton <jwe@octave.org> |
2795 | |
2796 * sparse/spy.m: Set axis to "ij" mode. | |
2797 | |
6664 | 2798 2007-05-24 John W. Eaton <jwe@octave.org> |
2799 | |
2800 * set/ismember.m: Quote first arg of "fail" tests. | |
2801 | |
6663 | 2802 2007-05-24 David Bateman <dbateman@free.fr> |
2803 | |
6778 | 2804 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 2805 |
6655 | 2806 2007-05-22 David Bateman <dbateman@free.fr> |
2807 | |
2808 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
2809 error(lasterr()(8:end)). | |
2810 (pkg:install): Warning for empty packages being removed. Suppress | |
2811 spurious output. Warning rather than error for uninstalling a | |
2812 package that is not installed to avoid RPM issue. | |
2813 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
2814 inst or architecture dependent directory if it exists. | |
2815 | |
6653 | 2816 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
2817 | |
2818 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
2819 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
2820 signal/freqz.m: Fix typos. | |
2821 | |
6645 | 2822 2007-05-21 David Bateman <dbateman@free.fr> |
2823 | |
2824 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
2825 force installation location. | |
2826 (rebuild): New subfunction to rebuild package database from | |
2827 installed packages. Also allows changing of autoload status | |
2828 (install): Warn use if attempting to install from non existent | |
2829 file. | |
2830 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
2831 "USER", "root"))' for root test. | |
2832 | |
2833 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
2834 | |
2835 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
2836 and replace "\" characters with "/". | |
2837 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
2838 characters with "/" throughout. | |
2839 (shell): New subfunction that wraps system and is careful with the | |
2840 shell on windows platforms. | |
2841 (configure_make): Explictly pass complier etc to configure | |
2842 process. | |
2843 (issuperuser): Force default to global install for Windows machines. | |
2844 | |
6636 | 2845 2007-05-19 Kristan Onu |
2846 | |
2847 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
2848 | |
6634 | 2849 2007-05-18 David Bateman <dbateman@free.fr> |
2850 | |
2851 * pkg/pkg.m (install): More verbosity. | |
2852 (configure_make): Ditto. | |
2853 (create_pkgadddel): Install in architecture dependent directory if | |
2854 it exists to address issues with autoload/mfilename. | |
2855 (write_INDEX): Check in archiecture dependent directories as well. | |
2856 | |
6633 | 2857 2007-05-17 David Bateman <dbateman@free.fr> |
2858 | |
2859 * plot/hbar.m: Remove. | |
2860 * plot/barh.m: and move it here. | |
2861 | |
6631 | 2862 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
2863 | |
2864 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
2865 | |
6629 | 2866 2007-05-16 John W. Eaton <jwe@octave.org> |
2867 | |
2868 * general/logspace.m: Return second arg if fewer than two values | |
2869 are requested. | |
2870 | |
6619 | 2871 2007-05-14 John W. Eaton <jwe@octave.org> |
2872 | |
2873 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
2874 on a new line. | |
2875 | |
6617 | 2876 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
2877 | |
2878 * statistics/distributions/norminv.m, | |
2879 statistics/distributions/norminv.m, | |
2880 statistics/distributions/normpdf.m, | |
2881 statistics/distributions/normrnd.m: | |
2882 Use standard deviation, not variance. | |
2883 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
2884 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
2885 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
2886 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
2887 backward compatibility. | |
2888 | |
6616 | 2889 2007-05-14 David Bateman <dbateman@free.fr> |
2890 | |
2891 * pkg/pkg.m: Mark loaded packages with "*". | |
2892 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2893 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 2894 |
2895 * miscellaneous/single.m: Doc fix. | |
2896 Convert to double instead of returning argument unchanged. | |
2897 | |
2898 * miscellaneous/doc.m: Doc fix. | |
2899 | |
2900 * miscellaneous/ver.m: Doc fix. | |
2901 Don't display information about Octave Forge. | |
2902 | |
6614 | 2903 2007-05-12 David Bateman <dbateman@free.fr> |
2904 | |
2905 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
2906 install to be printed. An error in the on_uninstall script causes | |
2907 a failure to uninstall. Place oct- and mex-files in an | |
2908 architecture dependent directory. | |
2909 | |
6611 | 2910 2007-05-09 John W. Eaton <jwe@octave.org> |
2911 | |
2912 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
2913 | |
6609 | 2914 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2915 | |
2916 * statistics/distributions/normcdf.m: Use standard deviation | |
2917 instead of variance for compatibility. | |
2918 | |
2919 2007-05-08 John W. Eaton <jwe@octave.org> | |
2920 | |
2921 | |
2922 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
2923 | |
2924 * set/ismember.m: Always return logical values. | |
2925 | |
2926 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 2927 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 2928 |
2929 * general/__isequal__.m: Allow numeric values of different classes | |
2930 to compare equal. | |
2931 | |
6606 | 2932 2007-05-07 David Bateman <dbateman@free.fr> |
2933 | |
6607 | 2934 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
2935 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 2936 |
6605 | 2937 2007-05-02 John W. Eaton <jwe@octave.org> |
2938 | |
2939 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
2940 | |
6604 | 2941 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2942 | |
2943 * contour.m: Rewrite help string. | |
2944 | |
6599 | 2945 2007-04-28 John W. Eaton <jwe@octave.org> |
2946 | |
2947 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
2948 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
2949 Special case nargout == 0. | |
2950 | |
6597 | 2951 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
2952 | |
2953 * general/sub2ind.m: Handle empty input, add tests. | |
2954 | |
6590 | 2955 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2956 | |
2957 * plot/contourc.m: Doc fix. | |
2958 | |
6586 | 2959 2007-04-26 David Bateman <dbateman@free.fr> |
2960 | |
2961 * plot/hist.m: Partially remove previous patch. | |
2962 | |
6582 | 2963 2007-04-26 David Bateman <dbateman@free.fr> |
2964 | |
2965 * plot/hist.m: Support returning of handle | |
2966 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
2967 cells. | |
2968 | |
6575 | 2969 2007-04-25 John W. Eaton <jwe@octave.org> |
2970 | |
6579 | 2971 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
2972 "title \"\"", not "". | |
2973 | |
6575 | 2974 * plot/legend.m: Initialize WARNED to false. |
2975 | |
6567 | 2976 2007-04-24 John W. Eaton <jwe@octave.org> |
2977 | |
2978 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2979 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 2980 |
2981 2007-04-23 John W. Eaton <jwe@octave.org> | |
2982 | |
2983 * plot/box.m: Delete extra endfunction keyword. | |
2984 | |
6560 | 2985 2007-04-23 David Bateman <dbateman@free.fr> |
2986 | |
2987 * plot/plot3.m: Call newplot. | |
2988 | |
6553 | 2989 2007-04-20 John W. Eaton <jwe@octave.org> |
2990 | |
2991 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
2992 | |
6546 | 2993 2007-04-19 John W. Eaton <jwe@octave.org> |
2994 | |
2995 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
2996 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
2997 | |
6544 | 2998 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
2999 | |
3000 * control/util/axis2dlim.m: Delete extraneous line. | |
3001 | |
6542 | 3002 2007-04-18 John W. Eaton <jwe@octave.org> |
3003 | |
3004 * specfun/factorial.m: Increase tolerance in large value test. | |
3005 | |
6540 | 3006 2007-04-18 David Bateman <dbateman@free.fr> |
3007 | |
3008 * __bar__.m: New support function for bar/hbar to support graphic | |
3009 handles, and additional arguments. | |
3010 * bar.m: Convert to use __bar__. | |
3011 * hbar.m: New function | |
3012 * hist.m: Explicitly set the width of the bar plot. | |
3013 | |
6533 | 3014 2007-04-17 John W. Eaton <jwe@octave.org> |
3015 | |
6534 | 3016 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
3017 | |
6533 | 3018 * set/ismember.m: New tests. |
3019 From David Grohmann <grohmann@arlut.utexas.edu> | |
3020 | |
6532 | 3021 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
3022 | |
3023 * specfun/factorial.m: Use gamma function instead of cumprod. | |
3024 Add tests. | |
3025 | |
6527 | 3026 2007-04-16 John W. Eaton <jwe@octave.org> |
3027 | |
6528 | 3028 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
3029 looks_like_copyright in src/help.cc. | |
3030 From S�ren Hauberg <soren@hauberg.org>. | |
3031 | |
6527 | 3032 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
3033 | |
6526 | 3034 2007-04-13 John W. Eaton <jwe@octave.org> |
3035 | |
6527 | 3036 * optimization/sqp.m: Initialize info to 0. |
3037 | |
6526 | 3038 * optimization/qp.m: Undo previous change. |
3039 | |
6524 | 3040 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3041 | |
3042 * spdiags.m: Fixed the four-argument case to work for columns of | |
3043 length one. | |
3044 | |
6523 | 3045 2007-04-12 John W. Eaton <jwe@octave.org> |
3046 | |
3047 * optimization/qp.m: Avoid Octave indexing bug. | |
3048 | |
6521 | 3049 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
3050 | |
6522 | 3051 * miscellaneous/menu.m, control/base/bddemo.m, |
3052 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
3053 control/system/sysrepdemo.m: | |
3054 Adapt to page_screen_output as a function. | |
6521 | 3055 |
6518 | 3056 2007-04-11 John W. Eaton <jwe@octave.org> |
3057 | |
3058 * miscellaneous/not.m: Delete. | |
3059 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
3060 | |
3061 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3062 | |
3063 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
3064 that are close but not exactly equal. | |
3065 | |
6515 | 3066 2007-04-11 David Bateman <dbateman@free.fr> |
3067 | |
3068 * general/bitcmp.m: Make it work again. | |
3069 | |
6512 | 3070 2007-04-10 John W. Eaton <jwe@octave.org> |
3071 | |
3072 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
3073 that are close but not exactly equal. | |
3074 | |
6511 | 3075 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
3076 | |
3077 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
3078 in response to a change in x limits for now. | |
3079 | |
6510 | 3080 2007-04-09 John W. Eaton <jwe@octave.org> |
3081 | |
3082 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
3083 (__go_draw_axes__): Use it to write data to plot stream. | |
3084 | |
6509 | 3085 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
3086 | |
3087 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
3088 zeros. Set markerfacecolor property in call to plot. | |
3089 | |
6508 | 3090 2007-04-06 John W. Eaton <jwe@octave.org> |
3091 | |
3092 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
3093 | |
3094 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
3095 | |
3096 * plot/stem.m: Use plot instead of a series of calls to line. | |
3097 | |
6494 | 3098 2007-04-05 John W. Eaton <jwe@octave.org> |
3099 | |
6499 | 3100 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
3101 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
3102 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
3103 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
3104 | |
6496 | 3105 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 3106 Use strcmpi instead of strcmp+tolower. |
6496 | 3107 Style fixes. |
3108 | |
6494 | 3109 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
3110 Plotting fixes. Style fixes. | |
3111 | |
3112 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
3113 Style fixes. | |
3114 | |
3115 * testfun/fail.m: No need to check for evalin and lastwarn. | |
3116 Style fixes. | |
3117 | |
3118 * testfun/demo.m, testfun/example.m: Style fixes. | |
3119 Use "strcat (...)" instead of "[...]". | |
3120 Use format specifiers in calls to warning. | |
3121 | |
3122 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
3123 Use "strcat (...)" instead of "[...]". | |
3124 Use "x(end)" instead of "x(length (x))". | |
3125 Check NA before NaN. | |
3126 Style fixes. | |
3127 | |
6473 | 3128 2007-03-29 John W. Eaton <jwe@octave.org> |
3129 | |
6474 | 3130 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 3131 |
6467 | 3132 2007-03-27 John W. Eaton <jwe@octave.org> |
3133 | |
3134 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3135 control/base/Makefile.in, control/hinf/Makefile.in, | |
3136 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3137 control/util/Makefile.in, deprecated/Makefile.in, | |
3138 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3139 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3140 miscellaneous/Makefile.in, optimization/Makefile.in, | |
3141 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3142 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3143 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3144 special-matrix/Makefile.in, startup/Makefile.in, | |
3145 statistics/Makefile.in, statistics/base/Makefile.in, | |
3146 statistics/distributions/Makefile.in, | |
3147 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3148 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3149 Use ln instead of $(LN_S) in dist target. | |
3150 | |
6465 | 3151 2007-03-27 David Bateman <dbateman@free.fr> |
3152 | |
3153 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
3154 gnuplot 4.0. | |
3155 | |
6464 | 3156 2007-03-26 John W. Eaton <jwe@octave.org> |
3157 | |
3158 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
3159 | |
6461 | 3160 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
3161 | |
3162 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
3163 plot stream and using binary data. | |
3164 | |
6459 | 3165 2007-03-26 John W. Eaton <jwe@octave.org> |
3166 | |
3167 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
3168 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3169 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
3170 | |
3171 2007-03-26 David Bateman <dbateman@free.fr> | |
3172 | |
6461 | 3173 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
3174 | |
6459 | 3175 * plot/plot3.m: Handle line properties. |
3176 * plot/plot.m: Update docstring. | |
3177 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
3178 * plot/__plt__.m: Also gather properties. | |
3179 | |
6455 | 3180 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
3181 | |
3182 * testfun/assert.m: Delete special check for empty objects. | |
3183 Add test. | |
3184 | |
6453 | 3185 2007-03-26 John W. Eaton <jwe@octave.org> |
3186 | |
6454 | 3187 * plot/drawnow.m: Exit early if call is recursive. |
3188 | |
6453 | 3189 * plot/__go_draw_axes__.m (get_data_limits): New function. |
3190 Check for Inf too. | |
3191 (__go_draw_axes__): Use get_data_limits. | |
3192 | |
6450 | 3193 2007-03-24 John W. Eaton <jwe@octave.org> |
3194 | |
6451 | 3195 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
3196 send terminal setting command with title option to plot stream. | |
3197 | |
6450 | 3198 * plot/legend.m: Correctly increment index into list of children.. |
3199 | |
6434 | 3200 2007-03-23 John W. Eaton <jwe@octave.org> |
3201 | |
6448 | 3202 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
3203 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
3204 control/base/nyquist.m, control/base/nichols.m, | |
3205 control/base/frdemo.m, signal/freqz_plot.m, | |
3206 control/base/__stepimp__.m, control/base/bode.m, | |
3207 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
3208 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 3209 Update plotting code. |
3210 | |
3211 * control/base/bode.m: Unwrap phase angle. | |
3212 | |
3213 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
3214 | |
3215 * plot/axis.m: Don't check automatic_replot, or call replot. | |
3216 | |
3217 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
3218 commands. | |
6446 | 3219 |
6442 | 3220 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 3221 Handle numeric color specs. |
6442 | 3222 * plot/plot.m: Remove "-@" and "@" from docstring. |
3223 | |
6441 | 3224 * plot/orient.m: Fix tests to avoid creating a plot window. |
3225 | |
6440 | 3226 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
3227 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
3228 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
3229 general/arrayfun.m, miscellaneous/compare_versions.m, | |
3230 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
3231 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
3232 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
3233 | |
6438 | 3234 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
3235 plot, not just multiplots. | |
3236 | |
6436 | 3237 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
3238 | |
6434 | 3239 * plot/contour.m: Don't call drawnow. |
3240 | |
6431 | 3241 2007-03-22 John W. Eaton <jwe@octave.org> |
3242 | |
6432 | 3243 * plot/drawnow.m: Check and optionally, set, the __modified__ |
3244 property of each figure. | |
3245 | |
6431 | 3246 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
3247 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
3248 | |
3249 2007-03-21 John W. Eaton <jwe@octave.org> | |
3250 | |
3251 * linear-algebra/null.m: Set elements of retval with magnitudes | |
3252 less than eps to 0. | |
3253 | |
6429 | 3254 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 3255 |
3256 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 3257 * testfun/speed.m: Documentation and example fix. |
3258 | |
6424 | 3259 2007-03-21 John W. Eaton <jwe@octave.org> |
3260 | |
3261 * plot/subplot.m: If we find an existing subplot region, set | |
3262 it to be the "currentaxes" property for the current figure. | |
6425 | 3263 Delete old axes objects if the new axes object overlaps the old. |
6424 | 3264 |
6422 | 3265 2007-03-20 David Bateman <dbateman@free.fr> |
3266 | |
3267 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
3268 | |
3269 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
3270 | |
3271 * general/arrayfun.m: New function. | |
3272 | |
6418 | 3273 2007-03-20 John W. Eaton <jwe@octave.org> |
3274 | |
6419 | 3275 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
3276 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
3277 | |
3278 * plot/clf.m: Don't call drawnow. | |
3279 | |
6431 | 3280 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 3281 |
6420 | 3282 * image/__img__.m: Maybe set yaxis to reverse for images. |
3283 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
3284 images. | |
3285 | |
6418 | 3286 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 3287 instead of global. Only register __go_close_all__ with atexit if |
3288 the plot stream is successfully opened. | |
6418 | 3289 |
6413 | 3290 2007-03-15 John W. Eaton <jwe@octave.org> |
3291 | |
6418 | 3292 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 3293 From Daniel J Sebald <daniel.sebald@ieee.org>. |
3294 | |
3295 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
3296 | |
3297 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 3298 Use numeric line types. |
6413 | 3299 |
3300 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 3301 lines and larger markers. Remove key titles from line type |
3302 properties. | |
6413 | 3303 |
6405 | 3304 2007-03-14 John W. Eaton <jwe@octave.org> |
3305 | |
6412 | 3306 * plot/__axis_label__.m: Accept additional property-value pairs |
3307 and pass them to __go_text__. Simply return the handle obtained | |
3308 from __go_text__ instead of calling get on the current axis. | |
3309 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
3310 Allow for extra property value pairs to be passed along. | |
3311 * plot/title.m: Implement with __axis_label__ since it does all | |
3312 that title needs to do. | |
3313 | |
6410 | 3314 * plot/clf.m: Set currentaxes property for current figure to []. |
3315 | |
6405 | 3316 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
3317 | |
3318 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
3319 and __plt2__, not just the last. | |
3320 | |
3321 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
3322 (SOURCES_IN, GEN_M): Delete. | |
3323 (FCN_FILES): Don't include $(GEN_M). | |
3324 (all): Don't depend on $(GEN_M). | |
3325 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
3326 | |
3327 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
3328 | |
3329 * plot/newplot.m: Call __go_axes_init__ instead of | |
3330 __uiobject_axes_init__. | |
3331 | |
3332 * plot/mesh.m: Use __go_surface__ instead of | |
3333 __uiobject_surface_ctor__. Don't access object fields directly. | |
3334 | |
3335 * plot/line.m: Use __line__ to do actual work. | |
3336 * plot/__line__.m: New function. | |
3337 | |
3338 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
3339 Use get and set instead of accessing object fields directly. | |
3340 | |
3341 * plot/figure.m: Use __go_figure__ to create figure graphics | |
3342 handle. | |
3343 | |
3344 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
3345 __uiobject_close_all. Call __go_draw_figure__ instead of | |
3346 __uiobject_draw_figure__. | |
3347 | |
3348 * plot/clf.m: Use get instead of accessing object fields | |
3349 directly. Simply delete children. Don't set currentaxes. | |
3350 | |
3351 * plot/close.m (close_all_figures): New subfunction. | |
3352 Use it instead of getting list of figures to close from | |
3353 __uiobject_figures__. | |
3354 | |
3355 * plot/closereq.m: Simply delete the current figure. Don't set | |
3356 currentfigure. | |
3357 | |
3358 * plot/__errplot__.m: Call __line__ instead of | |
3359 __uiobject_line_ctor__. Use set instead of accesing object fields | |
3360 directly. Don't call __uiobject_adopt__. | |
3361 | |
3362 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
3363 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
3364 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
3365 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
3366 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
3367 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
3368 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
3369 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
3370 plot/__uiobject_init_root_figure__.in, | |
3371 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
3372 plot/__uiobject_root_figure_ctor__.m, | |
3373 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
3374 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
3375 plot/set.in: Delete. | |
6408 | 3376 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 3377 |
3378 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
3379 Pass "hidden" as second arg to close. | |
3380 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
3381 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 3382 * plot/Makefile.in (SOURCES_M): Rename in list. |
3383 | |
6405 | 3384 * image/__img__.m: Use __go_image__ to create image graphics |
3385 handle. | |
3386 | |
3387 * miscellaneous/delete.m: Call __go_delete__, not | |
3388 __uiobject_delete__. Check that arg is a graphics handle before | |
3389 calling __go_delete__. | |
3390 | |
6403 | 3391 2007-03-13 John W. Eaton <jwe@octave.org> |
3392 | |
3393 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
3394 arg instead of switch statement. | |
6528 | 3395 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 3396 |
3397 2007-03-12 John W. Eaton <jwe@octave.org> | |
3398 | |
3399 * miscellaneous/cast.m: New function. | |
3400 | |
3401 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
3402 | |
6398 | 3403 2007-03-08 John W. Eaton <jwe@octave.org> |
3404 | |
3405 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
3406 tilde expansion on target filename before passing it to the shell. | |
3407 | |
3408 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
3409 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
3410 | |
6396 | 3411 2007-03-08 David Bateman <dbateman@free.fr> |
3412 | |
3413 * statistics/base/unidrnd.m: Move to statistics/distributions | |
3414 replacing slower version based on dicrete_rnd. | |
3415 | |
6392 | 3416 2007-03-07 John W. Eaton <jwe@octave.org> |
3417 | |
6395 | 3418 * control/base/rlocus.m: Update for current plotting functions. |
3419 | |
3420 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3421 | |
3422 * control/base/rlocus.m: Improve display. | |
3423 | |
3424 2007-03-07 John W. Eaton <jwe@octave.org> | |
3425 | |
3426 * plot/legend.m: Only handle positions -1:4. | |
3427 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
3428 found in option string | |
3429 * plot/__uiobject_draw_axes__.m: Handle key position. | |
3430 | |
6394 | 3431 * plot/newplot.m: Always reset next line color. |
3432 | |
6392 | 3433 * testfun/assert.m: Check that number of dimensions match before |
3434 checking dimensions. | |
3435 | |
6391 | 3436 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
3437 | |
3438 * specfun/perms.m, specfun/factorial.m: Check args. | |
3439 | |
6387 | 3440 2007-03-07 John W. Eaton <jwe@octave.org> |
3441 | |
6390 | 3442 * plot/mesh.m: Call newplot before doing anything. |
3443 | |
3444 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
3445 just "e". Only flush plot stream once. | |
3446 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
3447 | |
6387 | 3448 * strings/blanks.m: Omit first index in assignment. |
3449 | |
6386 | 3450 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
3451 | |
3452 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
3453 | |
6385 | 3454 2007-03-06 David Bateman <dbateman@free.fr> |
3455 John W. Eaton <jwe@octave.org> | |
3456 | |
3457 * set/setdiff.m: Ignore "rows" for cell array args. | |
3458 Handle cellstr args. | |
3459 | |
6382 | 3460 2007-03-05 John W. Eaton <jwe@octave.org> |
3461 | |
3462 * optimization/sqp.m: Defer first call to obj_hess until after | |
3463 calling obj_fun. | |
3464 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3465 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 3466 |
3467 * specfun/nchoosek.m: Fix nargin check. | |
3468 | |
6376 | 3469 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
3470 | |
3471 * image/__img__.m: Don't set xlim and ylim properties. | |
3472 | |
6374 | 3473 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
3474 | |
3475 * general/interp1.m: Fix *style cases for decreasing x. | |
3476 | |
6372 | 3477 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
3478 | |
3479 * polynomial/roots.m: Check nargin before accessing arg. | |
3480 | |
6369 | 3481 2007-02-28 John W. Eaton <jwe@octave.org> |
3482 | |
3483 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
3484 increment data_idx unless using gnuplot for display. | |
3485 | |
6368 | 3486 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
3487 | |
3488 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
3489 plots with images. | |
3490 * image/image.m, image/imagesc.m, image/imshow.m: | |
3491 Deprecate zoom argument. | |
3492 | |
6366 | 3493 2007-02-28 John W. Eaton <jwe@octave.org> |
3494 | |
3495 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
3496 temporary file names. Keep image and colormap file ids separate. | |
3497 | |
3498 * general/interp1.m: Correctly compute min and max values when | |
3499 values are decreasing and not evenly spaced. | |
3500 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
3501 | |
6365 | 3502 2007-02-27 John W. Eaton <jwe@octave.org> |
3503 | |
3504 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
3505 returning an empty cell array. | |
3506 | |
6546 | 3507 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 3508 |
3509 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
3510 | |
6546 | 3511 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 3512 |
3513 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3514 control/base/Makefile.in, control/hinf/Makefile.in, | |
3515 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3516 control/util/Makefile.in, deprecated/Makefile.in, | |
3517 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3518 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3519 miscellaneous/Makefile.in, optimization/Makefile.in, | |
3520 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3521 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3522 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3523 special-matrix/Makefile.in, startup/Makefile.in, | |
3524 statistics/Makefile.in, statistics/base/Makefile.in, | |
3525 statistics/distributions/Makefile.in, | |
3526 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3527 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3528 Use $(LN_S) instead of ln or ln -s. | |
3529 | |
6356 | 3530 2007-02-24 David Bateman <dbateman@free.fr> |
3531 | |
3532 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
3533 '\n' in FILES file. | |
6357 | 3534 (configure_make): Also install any mex files. |
6356 | 3535 |
6353 | 3536 2007-02-24 David Bateman <dbateman@free.fr> |
3537 | |
3538 * statistics/distributions (SOURCES): Add nbincdf.m, | |
3539 nbininv.m, nbinpdf.m and nbinrnd.m. | |
3540 | |
6351 | 3541 2007-02-23 John W. Eaton <jwe@octave.org> |
3542 | |
3543 * statistics/distributions/Makefile.in (SOURCES): Remove | |
3544 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
3545 | |
3546 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
3547 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
3548 | |
6349 | 3549 2007-02-23 David Bateman <dbateman@free.fr> |
3550 | |
3551 * statistics/distributions/discrete_rnd.m, | |
3552 statistics/distributions/geornd.m, | |
3553 statistics/distributions/lognnd.m, | |
3554 statistics/distributions/nbinrnd.m, | |
3555 statistics/distributions/wblrnd.m: Accelerate distributions. | |
3556 | |
3557 * statistics/distributions/unidcdf.m, | |
3558 statistics/distributions/unidinv.m, | |
3559 statistics/distributions/unidpdf.m, | |
3560 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 3561 discrete_cdf, etc. |
6349 | 3562 |
3563 * statistics/distributions/pascal_cdf.m, | |
3564 statistics/distributions/pascal_inv.m, | |
3565 statistics/distributions/pascal_pdf.m, | |
3566 statistics/distributions/pascal_rnd.m: Remove. | |
3567 * statistics/distributions/nbincdf.m, | |
3568 statistics/distributions/nbininv.m, | |
3569 statistics/distributions/nbinpdf.m, | |
3570 statistics/distributions/nbinrnd.m: Replace with matlab | |
3571 compatible functions. | |
3572 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
3573 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
3574 nbincdf, etc functions to implement these. | |
3575 | |
6344 | 3576 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
3577 | |
3578 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
3579 command and data. | |
3580 | |
3581 2007-02-22 John W. Eaton <jwe@octave.org> | |
3582 | |
3583 * miscellaneous/doc.m: If index search fails, try again without | |
3584 the index search option. | |
3585 | |
6339 | 3586 2007-02-22 David Bateman <dbateman@free.fr> |
3587 | |
6341 | 3588 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
3589 | |
6340 | 3590 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
3591 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
3592 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
3593 statistics/distributions/betarnd.m: Convert to use randg, rande | |
3594 and randp to accelerate. | |
3595 | |
6339 | 3596 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
3597 | |
6338 | 3598 2007-02-22 John W. Eaton <jwe@octave.org> |
3599 | |
3600 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
3601 cache data and display after xlim and ylim have been determined. | |
3602 | |
6337 | 3603 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
3604 | |
3605 * plot/__uiobject_draw_axes__.m: | |
3606 Allow multiple images to be displayed with gnuplot. | |
3607 | |
6333 | 3608 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
3609 | |
3610 * optimization/glpk.m: Document the fact that extra.mem does not work | |
3611 for versions of GLPK 4.15 and later. | |
3612 | |
6328 | 3613 2007-02-19 John W. Eaton <jwe@octave.org> |
3614 | |
3615 * plot/__uiobject_alloc__.in: If next available element in | |
3616 __uiobject_list__ is 0, grow list before doing anything else. | |
3617 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
3618 first call when size of __uiobject_list__ is 0. | |
3619 | |
6323 | 3620 2007-02-16 John W. Eaton <jwe@octave.org> |
3621 | |
3622 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
3623 | |
6321 | 3624 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
3625 | |
3626 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
3627 | |
6316 | 3628 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
3629 | |
3630 * specfun/nchoosek.m: Check nargin. | |
3631 | |
6314 | 3632 2007-02-15 John W. Eaton <jwe@octave.org> |
3633 | |
6315 | 3634 * path/addpath.m, path/rmpath.m: Delete |
3635 * path/Makefile.in (SOURCES): Remove them from the list. | |
3636 | |
6314 | 3637 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
3638 Delete title, xlabel, ylabel, and zlabel properties before | |
3639 reassigning. | |
3640 * plot/__uiobject_axes_init__.in: New arg, mode. | |
3641 Don't init outerposition if "mode" is "replace". | |
3642 * plot/newplot.m: Check both figure and axes nextplot properties. | |
3643 If axes nextplot property is replace, pass "replace" as mode arg | |
3644 to __uiobject_axes_init__. | |
3645 | |
6308 | 3646 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
3647 | |
6310 | 3648 * image/imshow.m: Don't restore old colormap. |
3649 | |
6309 | 3650 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
3651 * image/__img__.m: New file containing common parts of image.m and | |
3652 imshow.m. | |
6312 | 3653 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 3654 * image/image.m, image/imshow.m: Call __img__. |
3655 * plot/__uiobject_draw_axes__.m: | |
3656 Handle rgb imaged data stored in 3-d arrays. | |
3657 | |
6308 | 3658 * plot/figure.m: Doc fix. |
3659 | |
6304 | 3660 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
3661 | |
3662 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
3663 for reading and writing data. New tests. Improve rounding. | |
3664 | |
6302 | 3665 2007-02-13 John W. Eaton <jwe@octave.org> |
3666 | |
6303 | 3667 * plot/stem.m: New file, adapted from OctPlot. |
3668 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3669 | |
6302 | 3670 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
3671 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
3672 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3673 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
3674 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
3675 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
3676 plot/semilogyerr.m: Return handles to line objects. | |
3677 | |
6301 | 3678 2007-02-11 John W. Eaton <jwe@octave.org> |
3679 | |
3680 * plot/__uiobject_close_all.m: New file. | |
3681 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3682 | |
6298 | 3683 2007-02-10 John W. Eaton <jwe@octave.org> |
3684 | |
3685 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
3686 * plot/__uiobject_globals__.m: Don't call mlock. | |
3687 | |
3688 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
3689 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
3690 before calling pclose. | |
3691 | |
6291 | 3692 2007-02-09 John W. Eaton <jwe@octave.org> |
3693 | |
6295 | 3694 * plot/subplot.m: Delete spurious call to axes. |
3695 | |
6293 | 3696 * plot/figure.m: Call drawnow for current figure before creating |
3697 or switching to a new figure. | |
3698 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
3699 nargin == 0 case. | |
3700 | |
6291 | 3701 * testfun/assert.m: Try to avoid problems when comparisons involve |
3702 strange values like Inf+NaNi. | |
3703 | |
6283 | 3704 2007-02-08 John W. Eaton <jwe@octave.org> |
3705 | |
6286 | 3706 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
3707 and check gnuplot_use_title_option instead of just assuming -title | |
3708 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
3709 | |
6285 | 3710 * Makefile.in (DISTFILES): Add move-if-change to the list. |
3711 | |
6284 | 3712 * audio/Makefile.in, control/base/Makefile.in, |
3713 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
3714 control/system/Makefile.in, control/util/Makefile.in, | |
3715 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
3716 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
3717 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
3718 optimization/Makefile.in, plot/Makefile.in, | |
3719 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3720 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3721 special-matrix/Makefile.in, startup/Makefile.in, | |
3722 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
3723 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3724 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
3725 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
3726 | |
6283 | 3727 * plot/figure.m: Don't call drawnow. Correctly init figure when |
3728 only given property list. | |
3729 | |
6278 | 3730 2007-02-07 John W. Eaton <jwe@octave.org> |
3731 | |
6280 | 3732 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
3733 properties. | |
3734 | |
6278 | 3735 * plot/sombrero.m: Call box ("off") after mesh. |
3736 | |
3737 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
3738 line default" commands with older versions of gnuplot. | |
3739 | |
3740 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
3741 | |
6273 | 3742 2007-02-06 John W. Eaton <jwe@octave.org> |
3743 | |
3744 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
3745 * sparse/gplot.m: Use line style - instead of 1. | |
3746 | |
6272 | 3747 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
3748 | |
3749 * plot/print.m: Avoid error message from cellidx. | |
3750 | |
3751 2007-02-05 John W. Eaton <jwe@octave.org> | |
3752 | |
3753 * plot/legend.m: Fix check for data. | |
3754 | |
6270 | 3755 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
3756 | |
3757 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
3758 Always set lt and pt. | |
3759 | |
6269 | 3760 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
3761 | |
3762 * plot/contourc.m: Correctly compute X and Y. | |
3763 | |
6268 | 3764 2007-02-05 John W. Eaton <jwe@octave.org> |
3765 | |
3766 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
3767 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
3768 | |
6264 | 3769 2007-02-01 John W. Eaton <jwe@octave.org> |
3770 | |
6266 | 3771 * plot/__uiobject_draw_axes__.m: |
3772 Don't try to set axis limits unless we have data. | |
3773 | |
6264 | 3774 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
3775 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3776 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
3777 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
3778 instead of of key and fmt strings. | |
3779 | |
3780 * plot/__pltopt1__.m: Greatly simplify. | |
3781 | |
3782 * plot/__next_line_color__.m: New file. | |
3783 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3784 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
3785 | |
3786 * plot/__default_plot_options__.m: New file. | |
3787 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3788 | |
3789 * plot/__plt3__.m: Delete. | |
3790 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
3791 | |
6259 | 3792 2007-01-31 John W. Eaton <jwe@octave.org> |
3793 | |
6263 | 3794 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
3795 linestyle, linewidth, marker, and markersize properties. | |
3796 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
3797 colors and widths, and line styles. | |
3798 | |
3799 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 3800 |
6261 | 3801 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
3802 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3803 | |
3804 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
3805 __gnuplot_save_data__. | |
3806 | |
6259 | 3807 * image/image.m: Accept 2 args, but ignore the second for now. |
3808 | |
6258 | 3809 2007-01-30 David Bateman <dbateman@free.fr> |
3810 | |
3811 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
3812 to flag a package as to be autoloaded. Add install flags -noauto, | |
3813 -auto to force autoload behavior. | |
3814 (installed_packages): Make list of installed packages unique. | |
3815 | |
6259 | 3816 2007-01-30 John W. Eaton <jwe@octave.org> |
3817 | |
3818 * Merge of changes from graphics-branch: | |
3819 | |
3820 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 3821 |
3822 * plot/subplot.m: Set nextplot property of current figure to "add". | |
3823 | |
3824 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
3825 property if it exists. | |
3826 | |
6259 | 3827 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 3828 |
3829 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
3830 min values outside of loop over child objects. | |
3831 | |
3832 * plot/contour.m, plot/contourc.m: New files. | |
3833 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
3834 | |
3835 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
3836 find a gnuplot version newer than 4.0. | |
3837 * image/__img_gnuplot__.m: Delete. | |
3838 * image/image.m: Create image graphics object. | |
3839 Call newplot to setup and drawnow to finish. | |
3840 Eliminate ZOOM arg. | |
3841 | |
3842 * plot/__uiobject_draw_axes__.m: Handle image data. | |
3843 | |
3844 * plot/legend.m: Eliminate useless variable "warned". | |
3845 | |
3846 * plot/__uiobject_image_ctor__.m: New file. | |
3847 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3848 | |
3849 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
3850 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
3851 | |
3852 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
3853 | |
3854 * plot/__default_colormap__.m: New file. | |
3855 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3856 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
3857 property. | |
3858 * image/colormap.m: Use colormap property of current figure | |
3859 to store colormap instead of using persistent variable. | |
3860 Call __default_colormap__ to get default map value. | |
3861 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
3862 | |
3863 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
3864 Handle some tick mark options. | |
3865 | |
3866 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
3867 set corresponding *mode to "manual". If we set dataaspectratio, | |
3868 set dataaspectratiomode to "manual". | |
3869 | |
3870 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
3871 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
3872 | |
3873 * plot/axis.m: New file. | |
3874 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
3875 | |
3876 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
3877 set corresponding *limmode to "manual". | |
3878 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
3879 Use it to compute autosclaled limits. | |
3880 Arg is now handle, not object. Change all callers. | |
3881 Compute data limits. | |
3882 | |
6259 | 3883 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 3884 |
3885 * plot/drawnow: Fix visibility check for zero args. | |
3886 | |
3887 * plot/text.m: New file. | |
3888 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3889 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
3890 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
3891 horizontalalignment properties. | |
3892 | |
3893 * plot/figure.m: Set options for f we just constructed or were | |
3894 given as an argument, not gcf. Only return handle if nargout > 0. | |
3895 | |
3896 * plot/drawnow.m: Handle visible field for figure here. | |
3897 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
3898 | |
3899 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
3900 title and axis labels. | |
3901 | |
3902 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
3903 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
3904 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
3905 * plot/view.m: New file. | |
3906 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3907 | |
3908 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
3909 Call __request_drawnow__. | |
3910 | |
3911 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
3912 | |
3913 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
3914 Call set to set properties. Return handle instead of structure. | |
3915 Change all callers. | |
3916 | |
3917 * plot/__uiobject_axes_setr__.m: New file. | |
3918 * plot/set.in: Check for __setter__ field. | |
3919 | |
3920 * plot/__uiobject_axes_init__.in: | |
3921 Rename from plot/__uiobject_axes_init__.m. | |
3922 Include __uiobject_globals__. | |
3923 Accept handle as arg instead of structure | |
3924 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
3925 from the list. | |
3926 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
3927 | |
6259 | 3928 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 3929 |
3930 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
3931 | |
3932 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
3933 initializing each global variable. | |
3934 | |
6259 | 3935 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 3936 |
3937 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
3938 __uiobject_figure_handles_free_list__): New global variables. | |
3939 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
3940 Place unused handles on the free list. | |
3941 | |
3942 * plot/__uiobject_get_figure_handle__.in: Delete. | |
3943 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
3944 | |
3945 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
3946 handles here. Return figure handle. | |
3947 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
3948 | |
6259 | 3949 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 3950 |
3951 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
3952 data for gnuplot. | |
3953 | |
3954 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
3955 files. | |
3956 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
3957 (DISTFILES): Include include-globals.awk in the list. | |
3958 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
3959 ($(GEN_M) : %.m : %.in): New rule. | |
3960 | |
3961 * include-globals.awk: New file. | |
3962 | |
3963 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
3964 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
3965 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
3966 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
3967 plot/__uiobject_init_root_figure__.in, | |
3968 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
3969 Rename from corresponding .m files. | |
3970 | |
3971 * move-if-change: New file. | |
3972 | |
3973 * plot/__uiobject_delete__.m: New file. | |
3974 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
3975 plot/__uiobject_delete_child__.m: Delete. | |
3976 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
3977 not a character string. | |
3978 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
3979 Fix assignment to tmp key value in loop. | |
3980 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
3981 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
3982 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
3983 Inline code to delete children. | |
3984 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
3985 __uiobject_list__. | |
3986 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
3987 and free child. | |
3988 | |
6259 | 3989 2006-12-08 John W. Eaton <jwe@octave.org> |
3990 | |
3991 * plot/gcf.m: Check if the root figure object's currentfigure | |
3992 handle is empty, not 0. | |
3993 * plot/__uiobject_root_figure_ctor__.m: | |
3994 Set currentfigure to [], not 0. | |
3995 | |
3996 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
3997 | |
3998 2006-12-07 John W. Eaton <jwe@octave.org> | |
3999 | |
4000 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
4001 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
4002 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
4003 plot/__uiobject_delete_children__.m, | |
4004 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
4005 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
4006 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
4007 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
4008 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
4009 plot/__uiobject_init_figure__.m, | |
4010 plot/__uiobject_init_root_figure__.m, | |
4011 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
4012 plot/__uiobject_remove_child__.m, | |
4013 plot/__uiobject_root_figure_ctor__.m, | |
4014 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
4015 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
4016 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
4017 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
4018 plot/set.m: New files. | |
4019 | |
4020 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
4021 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
4022 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
4023 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
4024 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
4025 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
4026 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
4027 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
4028 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
4029 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
4030 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
4031 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
4032 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
4033 plot/semilogyerr.m, plot/replot.m: | |
4034 Adapt to new graphics data structure. | |
4035 | |
4036 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
4037 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
4038 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
4039 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
4040 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
4041 plot/plot_border.m, plot/subwindow.m: Delete. | |
4042 | |
4043 2007-01-24 David Bateman <dbateman@free.fr> | |
4044 | |
4045 * pkg/pkg.m: Install ChangeLog file if it exists. | |
4046 Delete bare newline in string passed to write_INDEX. | |
4047 | |
4048 * sparse/sprandsym.m: Make work for even values of N. | |
4049 | |
4050 2007-01-24 John W. Eaton <jwe@octave.org> | |
4051 | |
4052 * miscellaneous/news.m: New file. | |
4053 | |
4054 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
4055 | |
4056 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
4057 | |
4058 * strings/strncmp.m: Delete (we now have a built-in version). | |
4059 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4060 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 4061 |
4062 * testfun/test.m: Check for all files in path, use first found. | |
4063 | |
4064 2007-01-22 David Bateman <dbateman@free.fr> | |
4065 | |
4066 * polynomial/spline.m: Make DG a column instead of a row vector. | |
4067 | |
4068 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
4069 | |
4070 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
4071 file name. | |
4072 | |
4073 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
4074 nargout is 1. Handle colormaps that have too few colors. | |
4075 | |
4076 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
4077 (configure_make): Use fullfile instead of concatenating with "/". | |
4078 | |
6258 | 4079 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
4080 | |
4081 * set/ismember.m: Handle N-d arrays. | |
4082 | |
4083 2007-01-10 David Bateman <dbateman@free.fr> | |
4084 | |
4085 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
4086 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4087 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
4088 New files. | |
4089 | |
4090 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
4091 | |
6778 | 4092 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 4093 |
4094 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
4095 | |
4096 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
4097 instead of concatenating with "/". Use mlock to ensure that | |
4098 persistent variables are not clobbered if user types clear all. | |
4099 | |
4100 2007-01-08 John W. Eaton <jwe@octave.org> | |
4101 | |
4102 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
4103 Improve handling of file names containing globbing characters. | |
4104 From S�ren Hauberg <hauberg@gmail.com>. | |
4105 | |
4106 2007-01-05 John W. Eaton <jwe@octave.org> | |
4107 | |
4108 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
4109 New files. | |
4110 | |
4111 2006-12-30 John W. Eaton <jwe@octave.org> | |
4112 | |
4113 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
4114 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
4115 | |
4116 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
4117 | |
4118 * image/imshow.m: Strip NaNs from image. | |
4119 | |
4120 2006-12-08 David Bateman <dbateman@free.fr> | |
4121 | |
4122 * sparse/normest.m: New file. | |
4123 | |
6286 | 4124 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 4125 |
6210 | 4126 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
4127 Work on Windows systems without cp or mv. | |
4128 | |
6209 | 4129 * startup/inputrc: Include sequences for Windows. |
4130 | |
6203 | 4131 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
4132 | |
4133 * pkg/pkg.m (unload_packages): New function. | |
4134 (pkg): Handle unload action. | |
4135 | |
4136 * __errplot__.m: Add missing semicolon. | |
4137 | |
6193 | 4138 2006-11-30 John W. Eaton <jwe@octave.org> |
4139 | |
4140 * miscellaneous/mexext.m: New file. | |
4141 | |
6189 | 4142 2006-11-29 David Bateman <dbateman@free.fr> |
4143 | |
4144 * pkg/pkg.m: Add local_list and global_list options that allow the | |
4145 location of package lists to be probed and set. | |
4146 | |
6179 | 4147 2006-11-17 John W. Eaton <jwe@octave.org> |
4148 | |
6181 | 4149 * plot/__render_plot1__.m: Reverse y axis for images. |
4150 | |
6179 | 4151 * plot/__render_plot__.m: New args, terminal and output. |
4152 * plot/print.m: Don't set output and term here. Instead, call | |
4153 __render_plot__ with terminal and output. | |
4154 | |
6178 | 4155 2006-11-16 John W. Eaton <jwe@octave.org> |
4156 | |
4157 * plot/__render_plot1__.m: New file. | |
4158 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
4159 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
4160 gnuplot. Let __render_plot__ do that. | |
4161 | |
6177 | 4162 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
4163 | |
4164 * plot/plot.m: Fix doc string. | |
4165 | |
6173 | 4166 2006-11-16 John W. Eaton <jwe@octave.org> |
4167 | |
4168 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
4169 before sending anything to the plotter. | |
4170 | |
6172 | 4171 2006-11-15 John W. Eaton <jwe@octave.org> |
4172 | |
4173 * image/__img_gnuplot__.m: Store more info in global plot | |
4174 structures and use __render_plot__ to build plot command to | |
4175 display image. | |
4176 | |
4177 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
4178 | |
4179 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
4180 __plot_command_sep__): Delete. | |
4181 (__plot_data_type__, __plot_data_parametric__, | |
4182 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
4183 __plot_usingstr__, __plot_withstr__): New variables. | |
4184 * plot/__init_plot_vars__.m: Initialize them. | |
4185 | |
4186 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
4187 Don't handle sep or cmd. | |
4188 | |
4189 * plot/__render_plot__.m: New function. | |
4190 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
4191 Store more info in global plot structures and use __render_plot__ | |
4192 to build plot command. | |
4193 * plot/replot.m: Simply call __render_plot__. | |
4194 | |
4195 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
4196 Set __plot_data_parametric__ here. | |
4197 | |
6164 | 4198 2006-11-14 John W. Eaton <jwe@octave.org> |
4199 | |
6166 | 4200 * plot/bottom_title.m, plot/top_title.m: Delete. |
4201 | |
6164 | 4202 * image/image_viewer.m: Set default values here. |
4203 * image/image.m: Not here. | |
4204 | |
4205 * image/image_viewer.m: Always return old values. Check arguments. | |
4206 * image/__img_gnuplot__.m: Rename from __img__m. | |
4207 | |
4208 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
4209 | |
4210 * image/image_viewer.m: New function. | |
4211 * image/__img_via_file__.m: New function. | |
4212 * image/image.m: Use image_viewer to determine which program to | |
4213 use for image viewing. | |
6754 | 4214 * image/__img__.m: Silently accept more than 3 args. |
6164 | 4215 |
6163 | 4216 2006-11-14 John W. Eaton <jwe@octave.org> |
4217 | |
4218 * plot/__do_legend__.m, plot/__errplot__.m, | |
4219 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
4220 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
4221 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
4222 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
4223 Use __plot_globals__ for multiplot variables. Keep track of | |
4224 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
4225 | |
6157 | 4226 2006-11-13 John W. Eaton <jwe@octave.org> |
4227 | |
6158 | 4228 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
4229 | |
6157 | 4230 * miscellaneous/substruct.m: New function. |
4231 | |
4232 * testfun/assert.m: Force orientation to match when comparing | |
4233 struct elements. | |
4234 | |
4235 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
4236 when comparing structs. | |
4237 | |
4238 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
4239 | |
6754 | 4240 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
4241 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
4242 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
4243 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
4244 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
4245 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
4246 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 4247 |
6156 | 4248 2006-11-13 John W. Eaton <jwe@octave.org> |
4249 | |
4250 * plot/mesh.m: Use size_equal to compare dimensions. | |
4251 | |
6154 | 4252 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
4253 | |
4254 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
4255 | |
6152 | 4256 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
4257 | |
4258 * miscellaneous/copyfile.m: Fix docs to match function. | |
4259 | |
6145 | 4260 2006-11-08 John W. Eaton <jwe@octave.org> |
4261 | |
6146 | 4262 * plot/legend.m: New function, adapted from Octave Forge. |
4263 | |
4264 * plot/__do_legend__.m: New function. | |
4265 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
4266 plot/replot.m: Call it before plotting. | |
4267 | |
4268 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
4269 noparametric" to gnuplot.. | |
4270 | |
4271 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
4272 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
4273 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
4274 and return key title separate from line format. Accept format and | |
4275 key as cellstr. Always return data as cell array. Return format | |
4276 and key title as cellstr. | |
4277 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
4278 Handle line format and key titles separately. | |
4279 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
4280 | |
4281 * plot/__plot_globals__.m (__plot_line_offset__, | |
4282 __plot_key_labels__, __plot_key_properties__): New global | |
4283 variables. Initialize them. | |
4284 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
4285 __plot_key_labels__, __plot_key_properties__): Initialize. | |
4286 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
4287 (__plot_line_offset__, __plot_key_labels__, | |
4288 __plot_key_properties__): Store information about plot key titles. | |
4289 | |
4290 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
4291 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
4292 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
4293 respectively. | |
4294 | |
4295 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
4296 | |
6145 | 4297 * strings/strcat.m: Disable Octave:empty-list-elements warning |
4298 whle concatenating args. | |
4299 | |
6144 | 4300 2006-11-07 John W. Eaton <jwe@octave.org> |
4301 | |
4302 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
4303 | |
6142 | 4304 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
4305 | |
6143 | 4306 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
4307 option to regexp. | |
4308 | |
6142 | 4309 * image/__img__.m: Send "set size ratio -1" before plotting. |
4310 | |
6138 | 4311 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
4312 | |
6139 | 4313 * strings/index.m: New arg, direction. Simplify and speed up. |
4314 * strings/rindex.m: Implement using index (..., "last"); | |
4315 | |
6754 | 4316 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 4317 |
6130 | 4318 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
4319 | |
4320 * general/__isequal__.m: Test size and class more consistently. | |
4321 | |
6116 | 4322 2006-10-27 John W. Eaton <jwe@octave.org> |
4323 | |
6117 | 4324 * miscellaneous/ls_command.m: Use /D instead of /w. |
4325 From Michael Goffioul <michael.goffioul@swing.be>. | |
4326 | |
6116 | 4327 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
4328 * miscellaneous/dir.m: Mark as a command. | |
4329 | |
6112 | 4330 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4331 | |
4332 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
4333 | |
6088 | 4334 2006-10-25 John W. Eaton <jwe@octave.org> |
4335 | |
4336 * image/image.m: Set x = y = [] when nargin == 0; | |
4337 | |
4338 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
4339 | |
4340 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
4341 * image/__img__.m: New file, originally from | |
4342 Daniel J Sebald <daniel.sebald@ieee.org>. | |
4343 | |
6087 | 4344 2006-10-25 John W. Eaton <jwe@octave.org> |
4345 | |
4346 * plot/__gnuplot_version__.m: New function, originally from | |
4347 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
4348 Quentin Spencer <qspencer@ieee.org>. | |
4349 | |
6085 | 4350 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
4351 | |
4352 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
4353 | |
6081 | 4354 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
4355 | |
4356 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
4357 miscellaneous/gunzip.m: New files. | |
4358 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
4359 Call unpack to do the real work. | |
4360 | |
6075 | 4361 2006-10-24 John W. Eaton <jwe@octave.org> |
4362 | |
6078 | 4363 * plot/plot3.m: If we have a format string, then also pass using |
4364 string to __plt3__. | |
4365 | |
6077 | 4366 * plot/sombrero.m: Don't return anything if nargout == 0. |
4367 | |
6075 | 4368 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 4369 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 4370 |
6069 | 4371 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
4372 | |
4373 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
4374 Quote filenames in shell commands. | |
4375 | |
6055 | 4376 2006-10-17 David Bateman <dbateman@free.fr> |
4377 | |
4378 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
4379 the package directory is missing. | |
4380 | |
6052 | 4381 2006-10-13 John W. Eaton <jwe@octave.org> |
4382 | |
4383 * plot/box.m: New function. | |
4384 | |
6050 | 4385 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
4386 | |
4387 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
4388 | |
6049 | 4389 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
4390 | |
4391 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
4392 | |
6047 | 4393 2006-10-10 John W. Eaton <jwe@octave.org> |
4394 | |
4395 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
4396 | |
6046 | 4397 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
4398 | |
4399 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
4400 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
4401 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
4402 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
4403 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
4404 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
4405 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
4406 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
4407 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
4408 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
4409 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
4410 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
4411 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
4412 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
4413 control/system/buildssic.m, control/system/c2d.m, | |
4414 control/system/cellidx.m, control/system/d2c.m, | |
4415 control/system/dmr2d.m, control/system/fir2sys.m, | |
4416 control/system/is_abcd.m, control/system/is_controllable.m, | |
4417 control/system/is_detectable.m, control/system/is_digital.m, | |
4418 control/system/is_observable.m, control/system/is_siso.m, | |
4419 control/system/is_stabilizable.m, control/system/is_stable.m, | |
4420 control/system/jet707.m, control/system/listidx.m, | |
4421 control/system/ord2.m, control/system/parallel.m, | |
4422 control/system/ss.m, control/system/ss2zp.m, | |
4423 control/system/starp.m, control/system/sys2ss.m, | |
4424 control/system/sys2tf.m, control/system/sys2zp.m, | |
4425 control/system/sysadd.m, control/system/sysappend.m, | |
4426 control/system/syschtsam.m, control/system/sysconnect.m, | |
4427 control/system/syscont.m, control/system/sysdimensions.m, | |
4428 control/system/sysdisc.m, control/system/sysdup.m, | |
4429 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
4430 control/system/sysgroup.m, control/system/sysidx.m, | |
4431 control/system/sysmin.m, control/system/sysmult.m, | |
4432 control/system/sysout.m, control/system/sysprune.m, | |
4433 control/system/sysscale.m, control/system/syssetsignals.m, | |
4434 control/system/syssub.m, control/system/sysupdate.m, | |
4435 control/system/tf.m, control/system/tfout.m, | |
4436 control/system/ugain.m, control/system/zp.m, | |
4437 control/system/zpout.m, control/util/__outlist__.m, | |
4438 control/util/__zgpbal__.m, control/util/prompt.m, | |
4439 control/util/sortcom.m, control/util/strappend.m, | |
4440 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
4441 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
4442 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
4443 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
4444 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
4445 finance/pvl.m, finance/rate.m, finance/vol.m, | |
4446 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
4447 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
4448 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
4449 general/cumtrapz.m, general/deal.m, general/diff.m, | |
4450 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
4451 general/ind2sub.m, general/int2str.m, | |
4452 general/is_duplicate_entry.m, general/isdefinite.m, | |
4453 general/isequal.m, general/isequalwithequalnans.m, | |
4454 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
4455 general/isvector.m, general/logical.m, general/logspace.m, | |
4456 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
4457 general/perror.m, general/postpad.m, general/prepad.m, | |
4458 general/randperm.m, general/rem.m, general/repmat.m, | |
4459 general/rot90.m, general/rotdim.m, general/shift.m, | |
4460 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
4461 general/sub2ind.m, general/trapz.m, general/tril.m, | |
4462 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
4463 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
4464 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
4465 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
4466 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
4467 linear-algebra/cross.m, linear-algebra/dmult.m, | |
4468 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
4469 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
4470 linear-algebra/logm.m, linear-algebra/norm.m, | |
4471 linear-algebra/null.m, linear-algebra/orth.m, | |
4472 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
4473 linear-algebra/trace.m, linear-algebra/vec.m, | |
4474 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
4475 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
4476 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
4477 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
4478 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
4479 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
4480 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
4481 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
4482 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
4483 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
4484 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
4485 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
4486 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
4487 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
4488 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
4489 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
4490 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
4491 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
4492 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
4493 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
4494 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
4495 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
4496 polynomial/polyder.m, polynomial/polyderiv.m, | |
4497 polynomial/polyfit.m, polynomial/polygcd.m, | |
4498 polynomial/polyinteg.m, polynomial/polyout.m, | |
4499 polynomial/polyreduce.m, polynomial/polyval.m, | |
4500 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
4501 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
4502 set/complement.m, set/create_set.m, set/intersect.m, | |
4503 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
4504 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
4505 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
4506 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
4507 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
4508 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
4509 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
4510 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
4511 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
4512 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
4513 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
4514 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
4515 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
4516 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
4517 special-matrix/hankel.m, special-matrix/hilb.m, | |
4518 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
4519 special-matrix/toeplitz.m, special-matrix/vander.m, | |
4520 statistics/base/center.m, statistics/base/cloglog.m, | |
4521 statistics/base/cor.m, statistics/base/corrcoef.m, | |
4522 statistics/base/cov.m, statistics/base/cut.m, | |
4523 statistics/base/gls.m, statistics/base/iqr.m, | |
4524 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
4525 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
4526 statistics/base/mean.m, statistics/base/meansq.m, | |
4527 statistics/base/median.m, statistics/base/moment.m, | |
4528 statistics/base/ols.m, statistics/base/ppplot.m, | |
4529 statistics/base/probit.m, statistics/base/qqplot.m, | |
4530 statistics/base/range.m, statistics/base/ranks.m, | |
4531 statistics/base/run_count.m, statistics/base/skewness.m, | |
4532 statistics/base/spearman.m, statistics/base/statistics.m, | |
4533 statistics/base/std.m, statistics/base/studentize.m, | |
4534 statistics/base/table.m, statistics/base/values.m, | |
4535 statistics/base/var.m, statistics/distributions/betacdf.m, | |
4536 statistics/distributions/betainv.m, | |
4537 statistics/distributions/betapdf.m, | |
4538 statistics/distributions/betarnd.m, | |
4539 statistics/distributions/binocdf.m, | |
4540 statistics/distributions/binoinv.m, | |
4541 statistics/distributions/binopdf.m, | |
4542 statistics/distributions/binornd.m, | |
4543 statistics/distributions/cauchy_cdf.m, | |
4544 statistics/distributions/cauchy_inv.m, | |
4545 statistics/distributions/cauchy_pdf.m, | |
4546 statistics/distributions/cauchy_rnd.m, | |
4547 statistics/distributions/chi2cdf.m, | |
4548 statistics/distributions/chi2inv.m, | |
4549 statistics/distributions/chi2pdf.m, | |
4550 statistics/distributions/chi2rnd.m, | |
4551 statistics/distributions/discrete_cdf.m, | |
4552 statistics/distributions/discrete_inv.m, | |
4553 statistics/distributions/discrete_pdf.m, | |
4554 statistics/distributions/discrete_rnd.m, | |
4555 statistics/distributions/empirical_rnd.m, | |
4556 statistics/distributions/expcdf.m, | |
4557 statistics/distributions/expinv.m, | |
4558 statistics/distributions/exppdf.m, | |
4559 statistics/distributions/exprnd.m, | |
4560 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
4561 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
4562 statistics/distributions/gamcdf.m, | |
4563 statistics/distributions/gaminv.m, | |
4564 statistics/distributions/gampdf.m, | |
4565 statistics/distributions/gamrnd.m, | |
4566 statistics/distributions/geocdf.m, | |
4567 statistics/distributions/geoinv.m, | |
4568 statistics/distributions/geopdf.m, | |
4569 statistics/distributions/geornd.m, | |
4570 statistics/distributions/hygecdf.m, | |
4571 statistics/distributions/hygeinv.m, | |
4572 statistics/distributions/hygepdf.m, | |
4573 statistics/distributions/hygernd.m, | |
4574 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
4575 statistics/distributions/laplace_cdf.m, | |
4576 statistics/distributions/laplace_inv.m, | |
4577 statistics/distributions/laplace_pdf.m, | |
4578 statistics/distributions/laplace_rnd.m, | |
4579 statistics/distributions/logistic_cdf.m, | |
4580 statistics/distributions/logistic_inv.m, | |
4581 statistics/distributions/logistic_pdf.m, | |
4582 statistics/distributions/logistic_rnd.m, | |
4583 statistics/distributions/logncdf.m, | |
4584 statistics/distributions/logninv.m, | |
4585 statistics/distributions/lognpdf.m, | |
4586 statistics/distributions/lognrnd.m, | |
4587 statistics/distributions/normcdf.m, | |
4588 statistics/distributions/norminv.m, | |
4589 statistics/distributions/normpdf.m, | |
4590 statistics/distributions/normrnd.m, | |
4591 statistics/distributions/pascal_cdf.m, | |
4592 statistics/distributions/pascal_inv.m, | |
4593 statistics/distributions/pascal_pdf.m, | |
4594 statistics/distributions/pascal_rnd.m, | |
4595 statistics/distributions/poisscdf.m, | |
4596 statistics/distributions/poissinv.m, | |
4597 statistics/distributions/poisspdf.m, | |
4598 statistics/distributions/poissrnd.m, | |
4599 statistics/distributions/stdnormal_cdf.m, | |
4600 statistics/distributions/stdnormal_inv.m, | |
4601 statistics/distributions/stdnormal_pdf.m, | |
4602 statistics/distributions/stdnormal_rnd.m, | |
4603 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
4604 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
4605 statistics/distributions/unifcdf.m, | |
4606 statistics/distributions/unifinv.m, | |
4607 statistics/distributions/unifpdf.m, | |
4608 statistics/distributions/unifrnd.m, | |
4609 statistics/distributions/wblcdf.m, | |
4610 statistics/distributions/wblinv.m, | |
4611 statistics/distributions/wblpdf.m, | |
4612 statistics/distributions/wblrnd.m, | |
4613 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
4614 statistics/tests/bartlett_test.m, | |
4615 statistics/tests/chisquare_test_homogeneity.m, | |
4616 statistics/tests/chisquare_test_independence.m, | |
4617 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
4618 statistics/tests/hotelling_test.m, | |
4619 statistics/tests/hotelling_test_2.m, | |
4620 statistics/tests/kolmogorov_smirnov_test.m, | |
4621 statistics/tests/kolmogorov_smirnov_test_2.m, | |
4622 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
4623 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
4624 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
4625 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
4626 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
4627 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
4628 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
4629 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
4630 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
4631 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
4632 strings/index.m, strings/isletter.m, strings/lower.m, | |
4633 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
4634 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
4635 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
4636 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
4637 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
4638 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
4639 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
4640 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
4641 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
4642 time/etime.m, time/is_leap_year.m: | |
4643 Use print_usage instead of usage. | |
4644 | |
6044 | 4645 2006-10-09 David Bateman <dbateman@free.fr> |
4646 | |
4647 * time/datevec.m: Add additional compatible default parsing strings. | |
4648 | |
6395 | 4649 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 4650 |
6042 | 4651 * pkg/pkg.m: Remove trailing "\n" from error messages. |
4652 Remove compare_versions subfunction. | |
4653 | |
4654 * miscellaneous/compare_versions.m: New function to compare | |
4655 version numbers as strings with any boolean operators. | |
4656 | |
6041 | 4657 * miscellaneous/untar.m: Check more rigorously to see if the tar |
4658 file exists. | |
4659 | |
6036 | 4660 2006-10-04 John W. Eaton <jwe@octave.org> |
4661 | |
4662 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
4663 | |
6032 | 4664 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
4665 | |
6037 | 4666 * pkg/pkg.m: Update docs. Handle prefix option. |
4667 Handle dependencies for load option. | |
6032 | 4668 |
6029 | 4669 2006-10-04 John W. Eaton <jwe@octave.org> |
4670 | |
6030 | 4671 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
4672 | |
4673 * plot/clg.m: Delete. | |
4674 * plot/__init_plot_vars__.m: New function. | |
4675 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 4676 |
6025 | 4677 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
4678 | |
4679 * pkg/pkg.m: Avoid calling addpath with no args. | |
4680 | |
6024 | 4681 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
4682 | |
4683 * audio/loadaudio.m, control/base/nyquist.m, | |
4684 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
4685 linear-algebra/krylov.m, statistics/base/center.m, | |
4686 statistics/base/median.m, statistics/base/std.m, | |
4687 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
4688 find first or last element matching a condition. | |
4689 | |
6023 | 4690 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
4691 | |
4692 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
4693 general/__isequal__.m: Minimize looping using cellfun. | |
4694 | |
6020 | 4695 2006-10-02 David Bateman <dbateman@free.fr> |
4696 | |
4697 * pkg/pkg.m (copy_files): always create installation directory. | |
4698 | |
6016 | 4699 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
4700 | |
4701 * miscellaneous/doc.m: Swap file and directory args to info. | |
4702 | |
4703 2006-10-01 Arno Onken <whyly@gmx.net> | |
4704 | |
4705 * statistics/distributions/exprnd.m: Fix typo. | |
4706 | |
6014 | 4707 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
4708 | |
4709 * polynomial/ppval.m: Use .' instead of '. | |
4710 * polynomial/spline.m: Likewise. New tests. | |
4711 | |
6004 | 4712 2006-09-26 David Bateman <dbateman@free.fr> |
4713 | |
4714 * __plt3__.m: Using global variables __plot_data__, | |
4715 __plot_data_offset__ and __plot_command__ to store plots and | |
4716 correctly handle multiplots, and hold state. Only accept a single | |
4717 data parameter plus, using, format and with strings. Remove | |
4718 setting of gnuplot parameters. | |
4719 * __make_using_clause__.m: New function extracted from __plt__.m. | |
4720 * __setup_plot__.m: Convert to a function and pass the plotting | |
4721 command to use. | |
4722 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
4723 * contour.m: Use unwind protect on the parametric state of plot | |
4724 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
4725 * mesh.m: ditto. | |
4726 * plot3.m: Error checking, setting of parametric state and | |
4727 formation of matrix to plot moved from old __plt3__. | |
4728 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4729 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 4730 |
5997 | 4731 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 4732 |
4733 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
4734 | |
4735 * signal/filter2.m: Correct texinfo doc. | |
4736 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4737 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 4738 |
4739 * miscellaneous/parseparams.m: Correct texinfo doc. | |
4740 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4741 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 4742 |
4743 * pkg/pkg.m (prepare_installation): Don't create package | |
4744 installation directory here. | |
4745 (copy_files): Create it here instead, to avoid issues with | |
4746 upgrades. Also install the COPYING file in packinfo. | |
4747 | |
5989 | 4748 2006-09-13 John W. Eaton <jwe@octave.org> |
4749 | |
4750 * general/blkdiag.m: Adjust to new cellfun rules. | |
4751 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4752 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 4753 |
4754 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
4755 error message for archive name not matching package name. | |
4756 (installed_packages): Size header of printed results to | |
4757 arguments. Sort the list of installed packages before printing | |
4758 them. | |
4759 | |
5986 | 4760 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
4761 | |
4762 * signal/freqz.m: Update tests. | |
4763 | |
4764 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
4765 | |
4766 * signal/freqz.m: Corretly postpad arrays. | |
4767 Don't call fliplr on a column vector. | |
4768 | |
5984 | 4769 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
4770 | |
4771 * general/shiftdim.m: Use permute instead of reshape. | |
4772 | |
5981 | 4773 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
4774 | |
4775 * miscellaneous/parseparams.m: New function. | |
4776 | |
5980 | 4777 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
4778 | |
4779 * miscellaneous/doc.m: Swap order of --file and --directory | |
4780 options for info program invocation. | |
4781 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4782 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 4783 |
5987 | 4784 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 4785 previous change. |
4786 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4787 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 4788 |
4789 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
4790 absence of trailing "/" in OCTAVE_HOME. | |
4791 | |
5973 | 4792 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
4793 | |
4794 * time/datenum.m: Allow arg to be character string. | |
4795 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4796 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 4797 |
4798 * pkg/pkg.m (install): Verify that package name correponds to the | |
4799 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
4800 they are empty. If package directory is empty, remove it to fail | |
4801 gracefully for system specific packages. | |
4802 (extract_pkgadd, create_pkgadd): delete. | |
4803 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
4804 (copy_files): Install both bin/ and doc/ directories, adding the | |
4805 bin/ to the EXEC_PATH when the package is loaded. | |
4806 | |
5962 | 4807 2006-08-24 John W. Eaton <jwe@octave.org> |
4808 | |
4809 * image/saveimage.m: Use logical indexing instead of | |
4810 indices computed by calling find on the logical index. | |
4811 | |
5961 | 4812 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
4813 | |
5967 | 4814 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 4815 Use logical indexing instead of indices computed by calling find |
4816 on the logical index. | |
4817 | |
4818 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 4819 |
5959 | 4820 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
4821 | |
4822 * control/system/tf2zp.m: Simplify gain calculation. | |
4823 | |
5958 | 4824 2006-08-23 John W. Eaton <jwe@octave.org> |
4825 | |
4826 * plot/__plt__.m: Insert using clauses for all plots. | |
4827 | |
5957 | 4828 2006-08-23 A S Hodel <hodelas@auburn.edu> |
4829 | |
4830 * control/system/sysscale.m: Call tf and zp with correct number of | |
4831 args. | |
4832 | |
5955 | 4833 2006-08-22 David Bateman <dbateman@free.fr> |
4834 | |
4835 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
4836 Search inst/*.m and src/*.m files in the package for | |
4837 PKG_ADD directives and append user supplied PKG_ADD. | |
4838 (pkg): Call create_pkgadd after copying files. | |
4839 | |
5947 | 4840 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
4841 | |
4842 * pkg/pkg.m: Handle multiple packages in a single file. | |
4843 Insert directory separator between OCTAVE_HOME and rest of package | |
4844 installation directory. | |
4845 | |
4846 2006-08-21 John W. Eaton <jwe@octave.org> | |
4847 | |
4848 * general/num2str.m: Early return if arg is empty. | |
4849 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
4850 | |
5946 | 4851 2006-08-21 David Bateman <dbateman@free.fr> |
4852 | |
4853 * strings/mat2str.m: Compute NC before using. | |
4854 | |
5937 | 4855 2006-08-17 John W. Eaton <jwe@octave.org> |
4856 | |
4857 * audio/wavread.m: Fix calculation of sample count. | |
4858 | |
5934 | 4859 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
4860 | |
4861 * image/imshow.m: New Matlab-compatible version. | |
4862 | |
5930 | 4863 2006-08-15 John W. Eaton <jwe@octave.org> |
4864 | |
4865 * deprecated/is_global.m: Delete. | |
4866 | |
5928 | 4867 2006-08-14 John W. Eaton <jwe@octave.org> |
4868 | |
4869 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
4870 | |
5926 | 4871 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
4872 | |
4873 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
4874 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
4875 | |
5928 | 4876 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
4877 | |
6778 | 4878 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 4879 Use addpath and rmpath instead of manipulating LOADPATH. |
4880 Handle changes to system function. | |
4881 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
4882 recursive directory removal. | |
5922 | 4883 |
5924 | 4884 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
4885 | |
6778 | 4886 * colormap.m: Change global variable to persistent. |
5923 | 4887 |
5922 | 4888 * rgb2ind.m: Handle single 3-d array as rgb image. |
4889 | |
5920 | 4890 2006-08-14 John W. Eaton <jwe@octave.org> |
4891 | |
4892 * strings/str2double.m: Fix missing semicolon. | |
4893 | |
5910 | 4894 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
4895 | |
4896 * plot/plot3.m: Accept one complex or one real and one complex | |
4897 argument and plot real and imaginary components for y and z. | |
4898 | |
5908 | 4899 2006-07-27 John W. Eaton <jwe@octave.org> |
4900 | |
4901 * testfun/test.m: Call fflush after each block of calls to | |
4902 fprintf, fputs, or fdisp. | |
4903 | |
5904 | 4904 2006-07-26 John W. Eaton <jwe@octave.org> |
4905 | |
4906 * miscellaneous/mex.m: New function. | |
4907 | |
5901 | 4908 2006-07-22 John W. Eaton <jwe@octave.org> |
4909 | |
4910 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
4911 | |
5881 | 4912 2006-07-07 John W. Eaton <jwe@octave.org> |
4913 | |
4914 * miscellaneous/orderfields.m: New file. | |
4915 | |
5873 | 4916 2006-06-30 John W. Eaton <jwe@octave.org> |
4917 | |
4918 * time/datevec.m: Make another attempt to account for precision of | |
4919 datenum format. | |
4920 | |
5868 | 4921 2006-06-29 John W. Eaton <jwe@octave.org> |
4922 | |
4923 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
4924 Use feval instead of "type -q" to get values now that all the | |
4925 symbols are functions. | |
4926 | |
5860 | 4927 2006-06-16 John W. Eaton <jwe@octave.org> |
4928 | |
4929 * time/datevec.m: Avoid computing log of non-positive values. | |
4930 | |
5859 | 4931 2006-06-14 John W. Eaton <jwe@octave.org> |
4932 | |
4933 * time/datevec.m: Attempt to account for precision of datenum format. | |
4934 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4935 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 4936 |
4937 * audio/wavread.m: Fix file range error and add read support for | |
4938 24-bit WAV files. | |
4939 | |
5837 | 4940 2006-06-01 David Bateman <dbateman@free.fr> |
4941 | |
4942 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
4943 general/interp1.m, general/gradient.m, general/interp2.m, | |
4944 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
4945 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
4946 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
4947 | |
5835 | 4948 2006-05-31 Bill Denney <bill@givebillmoney.com> |
4949 | |
4950 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
4951 * miscellaneous/texas_lotto.m: Fix warning message. | |
4952 | |
5830 | 4953 2006-05-26 John W. Eaton <jwe@octave.org> |
4954 | |
4955 * miscellaneous/doc.m: Also handle nargin == 0. | |
4956 | |
5829 | 4957 2006-05-23 John W. Eaton <jwe@octave.org> |
4958 | |
4959 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
4960 really needed. | |
4961 | |
5827 | 4962 2006-05-22 John W. Eaton <jwe@octave.org> |
4963 | |
6754 | 4964 * general/lookup.m: New file from Octave Forge. |
5827 | 4965 |
4966 2006-05-22 David Bateman <dbateman@free.fr> | |
4967 | |
6754 | 4968 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
4969 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
4970 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
4971 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
4972 special-matrix/magic.m, special-matrix/hadamard.m, | |
4973 strings/strtok.m: New files from Octave Forge. | |
5827 | 4974 |
5824 | 4975 2006-05-19 David Bateman <dbateman@free.fr> |
4976 | |
4977 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 4978 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 4979 |
5821 | 4980 2006-05-17 John W. Eaton <jwe@octave.org> |
4981 | |
4982 * set/intersection.m: Delete | |
4983 * deprecated/intersection.m: New file. | |
4984 | |
5820 | 4985 2006-05-17 David Bateman <dbateman@free.fr> |
4986 | |
4987 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
4988 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
4989 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
4990 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
4991 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
4992 Forge. | |
4993 | |
5809 | 4994 2006-05-11 John W. Eaton <jwe@octave.org> |
4995 | |
5815 | 4996 * path/path.m: Delete (now a built-in function). |
4997 | |
5811 | 4998 * pkg/Makefile.in: New file. |
4999 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 5000 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 5001 |
5808 | 5002 2006-05-10 John W. Eaton <jwe@octave.org> |
5003 | |
5004 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
5005 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
5006 | |
5807 | 5007 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
5008 | |
5009 * tar.m, untar.m, unzip.m: New files. | |
5010 | |
5801 | 5011 2006-05-10 John W. Eaton <jwe@octave.org> |
5012 | |
5804 | 5013 * path/addpath.m, path/rmpath.m: Improve compatibility. |
5014 * path/setpath.m: Delete. | |
5015 | |
5801 | 5016 * pkg/pkg.m: New file. |
5017 | |
5798 | 5018 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
5019 | |
5020 * plot/plot.m: Doc string fix. | |
5021 | |
5022 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
5023 | |
5024 * testfun/speeed.m: Use new interface to unique and assert. | |
5025 Improve documentation. Approximate time complexity from log-log | |
5026 plot. Return time complexity and raw times if requested. The | |
5027 mean ratio is no longer returned. Provide complete control over | |
5028 which n are computed. | |
5029 | |
5030 2006-05-09 John W. Eaton <jwe@octave.org> | |
5031 | |
5032 * path/path.m: Move here from miscellaneous. | |
5033 Adapt to new LOADPATH definition. | |
5034 | |
5789 | 5035 2006-05-03 David Bateman <dbateman@free.fr> |
5036 | |
5037 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
5038 explicit uses of a path seperation character with pathsep(). | |
5039 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5040 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 5041 |
6778 | 5042 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 5043 |
5781 | 5044 2006-04-29 John W. Eaton <jwe@octave.org> |
5045 | |
5046 * startup/main-rcfile: Disable some warnings. | |
5047 | |
5762 | 5048 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
5049 | |
5050 * strings/strcmpi.m: Return false instead of error if args are not | |
5051 char or cellstr. | |
5052 | |
5750 | 5053 2006-04-10 John W. Eaton <jwe@octave.org> |
5054 | |
5055 * miscellaneous/dir.m: Ensure that returned structure array is | |
5056 Nx1, not 1xN. | |
5057 | |
5746 | 5058 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
5059 | |
5060 * plot/hist.m: Ignore NaN in inputs. | |
5061 | |
5745 | 5062 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
5063 | |
5064 * miscellaneous/mkoctfile.m: Doc string fix. | |
5065 | |
5741 | 5066 2006-04-05 John W. Eaton <jwe@octave.org> |
5067 | |
5068 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
5069 are both empty. | |
5070 * plot/__plt__.m: Ignore empty data and format strings returned | |
5071 from __plt1__ or __plt2__. | |
5072 | |
5737 | 5073 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
5074 | |
6778 | 5075 * set/unique.m: Properly handle single column input when |
5737 | 5076 "rows" is specified. |
5077 | |
5732 | 5078 2006-04-04 John W. Eaton <jwe@octave.org> |
5079 | |
5736 | 5080 * path/setpath.m: New file. |
5081 * path/savepath.m: Use setpath to set path instead of assigning | |
5082 directly to LOADPATH. | |
5083 | |
5732 | 5084 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
5085 New files, adapted from Octave Forge by Keith Goodman | |
5086 <kwgoodman@gmail.com>. | |
5087 * path: New directory. | |
5088 * Makefile.in (SUBDIRS): Add it to the list. | |
5089 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
5090 | |
5731 | 5091 2006-04-02 David Bateman <dbateman@free.fr> |
5092 | |
5093 * general/tril.m, general.triu.m: | |
5094 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
5095 to allow user types to work correctly. | |
5096 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
5097 | |
5727 | 5098 2006-04-03 David Bateman <dbateman@free.fr> |
5099 | |
5100 * plot/grid.m: Cache the state of the grid to allow toggling. | |
5101 Accept keyword "minor" for minor grid. | |
5102 | |
5721 | 5103 2006-03-28 John W. Eaton <jwe@octave.org> |
5104 | |
5105 * general/isscalar.m: Only require that all dimensions are 1 for | |
5106 compatiblity. | |
5107 | |
5108 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
5109 | |
5110 * general/isvector.m: Allow non-numeric objects to be vectors for | |
5111 compatibility. | |
5112 | |
5720 | 5113 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
5114 | |
5115 * plot/__errplot__.m: Doc string fix. | |
5116 | |
5117 * miscellaneous/doc.m: Mark as command. | |
5118 | |
5119 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
5120 general/isequalwithequalnans.m, general/blkdiag.m, | |
5121 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
5122 | |
5717 | 5123 2006-03-27 Don Bindner <dbindner@truman.edu> |
5124 | |
5125 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
5126 return 3d matrices. | |
5127 | |
5128 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
5129 | |
5130 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
5131 | |
5708 | 5132 2006-03-22 John W. Eaton <jwe@octave.org> |
5133 | |
5134 * plot/print.m: Don't replot after popping terminal setting. | |
5135 | |
5696 | 5136 2006-03-20 John W. Eaton <jwe@octave.org> |
5137 | |
5138 * miscellaneous/mkoctfile.m: Use version-specific name of | |
5139 mkoctfile. Use fullfile to construct file name. | |
5140 | |
5695 | 5141 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
5142 | |
5143 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
5144 shell script from Octave prompt. | |
5145 | |
5690 | 5146 2006-03-17 John W. Eaton <jwe@octave.org> |
5147 | |
5693 | 5148 * deprecated/weibcdf.m, deprecated/weibinv.m, |
5149 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
5150 | |
5151 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
5152 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
5153 Call new wbl functions to do the real work. | |
5154 Swap args and provide default values as necessary to preserve | |
5155 compatibility with old version of Octave. | |
5156 | |
5157 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
5158 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
5159 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
5160 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
5161 Swap scale and shape args for compatibility. | |
5162 | |
5692 | 5163 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
5164 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
5165 Preserve compatibility with old versions of Octave given new | |
5166 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 5167 |
5692 | 5168 * statistics/distributions/logncdf.m, |
5169 statistics/distributions/logninv.m, | |
5170 statistics/distributions/lognpdf.m, | |
5171 statistics/distributions/lognrnd.m: Compatibility fixes. | |
5172 From Ben Barrowes <barrowes@alum.mit.edu> | |
5173 | |
5691 | 5174 * deprecated/hypergeometric_rnd.m: Update interface to match |
5175 current 2.1.x version. | |
5176 | |
5177 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
5178 | |
5690 | 5179 * miscellaneous/dir.m: Use readdir instead of glob. |
5180 Special case for "." to avoid globbing. Use list_in_columns. | |
5181 Eliminate unused variables len and finfo. | |
5182 | |
5689 | 5183 2006-03-16 Bill Denney <bill@givebillmoney.com> |
5184 | |
5185 * miscellaneous/dir.m: Improve compatibility. | |
5186 | |
5687 | 5187 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5188 | |
5189 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5190 time/now.m, time/weekday.m: New functions from Octave Forge. | |
5191 | |
5686 | 5192 2006-03-16 John W. Eaton <jwe@octave.org> |
5193 | |
5194 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
5195 of looking at sum of max dimensions. | |
5196 | |
5681 | 5197 2006-03-16 David Bateman <dbateman@free.fr> |
5198 | |
5199 * testfun/test.m: Clear last warning before warning test to avoid | |
5200 issues with previously set warnings. | |
5201 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
5202 sparse matrices. Force matrix type from spqr solution to be | |
5203 singular to force QR solvers to be used for assert. | |
5204 | |
5678 | 5205 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5206 | |
5207 * strings/strfind.m: New file. | |
5208 | |
5677 | 5209 2006-03-16 John W. Eaton <jwe@octave.org> |
5210 | |
5211 * general/rows.m, general/columns.m: Delete. | |
5212 | |
5674 | 5213 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5214 | |
5215 * strings/strcmpi.m: Simplify. | |
5216 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 5217 * strings/strtrunc.m: New file. |
5674 | 5218 |
5676 | 5219 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
5220 | |
5672 | 5221 2006-03-15 John W. Eaton <jwe@octave.org> |
5222 | |
5223 * miscellaneous/doc.m: New file. | |
5224 From Soren Hauberg <soren@hauberg.org>. | |
5225 | |
5671 | 5226 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
5227 | |
5228 * miscellaneous/mkoctfile.m: New file. | |
5229 | |
5670 | 5230 2006-03-15 John W. Eaton <jwe@octave.org> |
5231 | |
5232 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
5233 | |
5666 | 5234 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
5235 | |
5236 * strings/bin2dec.m: Doc fix. | |
5237 | |
5661 | 5238 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
5239 | |
5240 * time/etime.m: Use datenum to support times spanning year boundaries. | |
5241 * time/datenum.m: New function to compute day number from time. | |
5242 | |
5659 | 5243 2006-03-09 John W. Eaton <jwe@octave.org> |
5244 | |
5245 * miscellaneous/unix.m, plot/print.m: | |
5246 Swap order of outputs from system. | |
5247 | |
5642 | 5248 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
5249 | |
5250 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
5251 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
5252 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
5253 control/base/__stepimp__.m, control/base/are.m, | |
5254 control/base/controldemo.m, control/base/damp.m, | |
5255 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
5256 control/base/step.m, control/system/abcddim.m, | |
5257 control/system/is_abcd.m, control/system/is_controllable.m, | |
5258 control/system/is_detectable.m, control/system/is_observable.m, | |
5259 control/system/is_stabilizable.m, control/system/is_stable.m, | |
5260 control/system/jet707.m, control/system/sys2fir.m, | |
5261 control/system/sysdimensions.m, control/system/sysupdate.m, | |
5262 control/system/tfout.m, control/system/ugain.m, | |
5263 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
5264 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
5265 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
5266 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
5267 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
5268 general/circshift.m, general/columns.m, general/flipdim.m, | |
5269 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
5270 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
5271 general/isequalwithequalnans.m, general/isscalar.m, | |
5272 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
5273 general/logspace.m, general/mod.m, general/nextpow2.m, | |
5274 general/num2str.m, general/perror.m, general/pol2cart.m, | |
5275 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
5276 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
5277 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
5278 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
5279 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
5280 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
5281 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
5282 miscellaneous/license.m, miscellaneous/menu.m, | |
5283 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
5284 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
5285 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
5286 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
5287 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
5288 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
5289 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
5290 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
5291 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
5292 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
5293 polynomial/polyinteg.m, polynomial/polyout.m, | |
5294 polynomial/polyreduce.m, polynomial/polyval.m, | |
5295 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
5296 set/create_set.m, set/intersection.m, set/ismember.m, | |
5297 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
5298 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
5299 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
5300 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
5301 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
5302 special-matrix/hilb.m, special-matrix/invhilb.m, | |
5303 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
5304 special-matrix/vander.m, statistics/base/median.m, | |
5305 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
5306 statistics/distributions/gaminv.m, | |
5307 statistics/distributions/gampdf.m, | |
5308 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
5309 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
5310 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
5311 strings/lower.m, strings/upper.m, testfun/assert.m, | |
5312 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
5313 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
5314 | |
5633 | 5315 2006-02-27 John W. Eaton <jwe@octave.org> |
5316 | |
5317 * time/tic.m: Move here from miscellaneous/tic.m. | |
5318 * time/toc.m: Move here from miscellaneous/toc.m. | |
5319 | |
5320 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
5321 | |
5322 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
5323 does not assign output of toc to a variable. | |
5324 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5325 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 5326 |
5327 * axis.m: Catch limits that are the same and return an error. | |
5328 | |
5625 | 5329 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5330 | |
5331 * plot/print.m: Accept emf device option to support Enhanced | |
5332 Metafile format. | |
5333 | |
5334 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
5335 | |
5336 * control/base/lqe.m: Doc fix. | |
5337 | |
5623 | 5338 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
5339 | |
5340 * statistics/distributions/gamcdf.m: Doc fix. | |
5341 * statistics/distributions/gaminv.m: Doc fix. | |
5342 * statistics/distributions/gampdf.m: Doc fix. | |
5343 * statistics/distributions/gamrnd.m: Doc fix. | |
5344 | |
5610 | 5345 2006-02-09 David Bateman <dbateman@free.fr> |
5346 | |
6778 | 5347 * general/triu.m: Minimum change to allow sparse matrix. More needed |
5348 for arbitrary user type. | |
5349 * general/tril.m: ditto. | |
5350 * sparse/sprand.m: Doc fix. | |
5351 * sparse/sprandn.m: Ditto. | |
5352 * sparse/sprandsym.m: New function. | |
5353 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
5354 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
5355 Update for syntax error for latest texinfo.tex file. | |
5610 | 5356 |
5605 | 5357 2006-02-02 John W. Eaton <jwe@octave.org> |
5358 | |
5359 * plot/grid.m: Append ";\n" to "set grid" command. | |
5360 | |
5361 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
5362 | |
5363 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
5364 | |
5597 | 5365 2006-01-13 John W. Eaton <jwe@octave.org> |
5366 | |
5367 * audio/Makefile.in, control/base/Makefile.in, | |
5368 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
5369 control/system/Makefile.in, control/util/Makefile.in, | |
5370 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
5371 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
5372 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
5373 optimization/Makefile.in, plot/Makefile.in, | |
5374 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5375 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5376 special-matrix/Makefile.in, startup/Makefile.in, | |
5377 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5378 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5379 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
5380 (all): Depend on PKG_ADD. | |
5381 (PKG_ADD): New target. | |
5382 | |
5383 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
5384 | |
5385 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
5386 | |
5596 | 5387 2006-01-13 John W. Eaton <jwe@octave.org> |
5388 | |
5389 * time/etime.m: Move here from miscellaneous/etime.m. | |
5390 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
5391 | |
5595 | 5392 2006-01-13 Bill Denney <bill@givebillmoney.com> |
5393 | |
6778 | 5394 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 5395 * miscellaneous/fullfile.m: Likewise. |
5396 | |
5592 | 5397 2006-01-12 David Bateman <dbateman@free.fr> |
5398 | |
5399 * general/blkdiag.m: Compatible behavior for empty matrices | |
5400 * statistics/base/unidrnd.m: Documentation buglet. | |
5401 | |
5583 | 5402 2005-12-14 David Bateman <dbateman@free.fr> |
5403 | |
5589 | 5404 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
5405 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
5406 | |
5407 * Makefile.in (SUBDIRS): Include testfun. | |
5408 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
5409 | |
5583 | 5410 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
5411 | |
5412 * general/__isequal__.m: Remove reference to getfield. | |
5413 | |
5414 * plot/hist.m: Update test code for row/column discrepencies. | |
5415 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
5416 Update the test code for this. | |
5417 * sparse/spstats.m: Fix small bug in the dimension of output. | |
5418 | |
5579 | 5419 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5420 | |
5421 * cell/cell2mat.m: New file, from octave-forge. | |
5422 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5423 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 5424 |
5425 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
5426 New graph theory functions. | |
5427 | |
5574 | 5428 2005-12-13 John W. Eaton <jwe@octave.org> |
5429 | |
5430 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
5431 | |
5432 * control/system/ss.m: Doc fix. | |
5433 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5434 | |
5572 | 5435 2005-12-12 Michael Zeising <michael@michaels-website.de> |
5436 | |
5437 * audio/wavread.m, audio/wavwrite.m: | |
5438 Correct scaling for 8-bit linear pcm samples. | |
5439 Improve scaling for all other linear pcm resolutions. | |
5440 | |
5568 | 5441 2005-12-07 John W. Eaton <jwe@octave.org> |
5442 | |
5443 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
5444 | |
5445 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
5446 * strings/strjust.m: Likewise. | |
5447 | |
5448 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
5449 * signal/arma_rnd.m: Likewise. | |
5450 * strings/strcat.m: Likewise. | |
5451 * control/base/__freqresp__.m: Likewise. | |
5452 * control/base/place.m: Likewise. | |
5453 * control/base/pzmap.m: Likewise. | |
5454 * control/base/pzmap.m: Likewise. | |
5455 * control/system/sysappend.m: Likewise. | |
5456 * control/system/syscont.m: Likewise. | |
5457 * control/system/sysdisc.m: Likewise. | |
5458 * control/system/sysgroup.m: Likewise. | |
5459 * control/system/tfout.m: Likewise. | |
5460 * control/system/zpout.m: Likewise. | |
5461 * control/util/__outlist__.m: Likewise. | |
5462 | |
5567 | 5463 2005-12-06 John W. Eaton <jwe@octave.org> |
5464 | |
5465 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
5466 Avoid for loop in interleave/deinterleave steps. | |
5467 | |
5565 | 5468 2005-12-06 Michael Zeising <michael@michaels-website.de> |
5469 | |
5470 * audio/wavread.m, audio/wavwrite.m: New files. | |
5471 | |
5563 | 5472 2005-12-06 John W. Eaton <jwe@octave.org> |
5473 | |
5474 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
5475 | |
5560 | 5476 2005-12-05 John W. Eaton <jwe@octave.org> |
5477 | |
5561 | 5478 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 5479 |
5558 | 5480 2005-12-02 John W. Eaton <jwe@octave.org> |
5481 | |
5482 * miscellaneous/fileattrib.m: New function. | |
5483 | |
5556 | 5484 2005-12-01 John W. Eaton <jwe@octave.org> |
5485 | |
5486 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
5487 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
5488 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
5489 | |
5555 | 5490 2005-11-30 John W. Eaton <jwe@octave.org> |
5491 | |
5492 * linear-algebra/krylov.m: Format doc string. | |
5493 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5494 | |
5551 | 5495 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
5496 | |
5497 * general/blkdiag.m: Import from octave-forge. | |
5498 Ignore empty matrices in the input. Add tests. | |
5549 | 5499 |
5500 * general/isequal.m, general/isequalwithequalnans.m: | |
5501 New wrapper scripts for general/__isequal__.m. | |
5502 * general/__isequal__.m: Rename from general/isequal.m. | |
5503 New arg, nans_compare_equal. | |
5504 | |
5548 | 5505 2005-11-29 John W. Eaton <jwe@octave.org> |
5506 | |
5507 * miscellaneous/ver.m: Use new uname built-in function instead of | |
5508 calling system. Only append octave_forge_string if | |
5509 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
5510 Call license instead of hard-coding license info here. | |
5511 | |
5512 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 5513 __octave_licenses__. Use puts instead of disp. |
5548 | 5514 Use getuid and getpwuid instead of calling unix ("id -un"). |
5515 If nargout = 1, return license info instead of printing usage message. | |
5516 | |
5546 | 5517 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5518 | |
5519 * miscellaneous/ver.m: New file. | |
5520 * miscellaneous/license.m: New file. | |
5521 | |
5545 | 5522 2005-11-22 John W. Eaton <jwe@octave.org> |
5523 | |
5524 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
5525 gnuplot set command. | |
5526 | |
5539 | 5527 2005-11-15 John W. Eaton <jwe@octave.org> |
5528 | |
5529 * general/shiftdim.m: Doc fix. | |
5530 | |
5532 | 5531 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
5532 | |
5533 * set/unique.m: Doc string fix. | |
5534 | |
5527 | 5535 2005-11-01 John W. Eaton <jwe@octave.org> |
5536 | |
5537 * Makefile.in (distclean, maintainer-clean): | |
5538 Also remove autom4te.cache directory. | |
5539 From Quentin Spencer <qspencer@ieee.org>. | |
5540 | |
5518 | 5541 2005-10-28 John W. Eaton <jwe@octave.org> |
5542 | |
5543 * general/shiftdim.m: Compatibility fix for row vectors. | |
5544 Correct check for non-scalar non-integer shift. For positive | |
5545 N, shift is remainder of N and number of dims. Always return NS. | |
5546 Simplify. | |
5547 | |
5500 | 5548 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
5549 | |
5550 * general/randperm.m: Improve compatibility by allowing input | |
5551 value of zero. | |
5552 | |
5493 | 5553 2005-10-13 John W. Eaton <jwe@octave.org> |
5554 | |
5555 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
5556 If in multiplot mode, clear plot before issuing new plot command. | |
5557 | |
5558 * plot/__setup_plot__.m: New function. | |
5559 * plot/__plt__.m, plot__errplot__.m: Use it. | |
5560 Handle multiplot data and offsets here. | |
5561 | |
5562 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
5563 Move initialization to __setup_plot__.m. | |
5564 | |
5565 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
5566 Don't reset gnuplot_command_replot. | |
5567 | |
5568 * plot/replot.m: Handle multiplot data and offsets here. | |
5569 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
5570 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
5571 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
5572 | |
5489 | 5573 2005-10-12 John W. Eaton <jwe@octave.org> |
5574 | |
5575 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
5576 | |
5482 | 5577 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
5578 | |
5579 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
5580 weibrnd.m: Removed calls and references to deprecated _pdf and | |
5581 _inv functions. | |
5582 * chi2pdf.m: Fixed typos in the documentation. | |
5583 | |
5475 | 5584 2005-09-28 John W. Eaton <jwe@octave.org> |
5585 | |
5476 | 5586 * miscellaneous/single.m: New function. |
5587 | |
5475 | 5588 * statistics/base/unidrnd.m: New function. |
5589 | |
5474 | 5590 2005-09-27 John W. Eaton <jwe@octave.org> |
5591 | |
5592 * miscellaneous/dir.m: Filename never includes directory part. | |
5593 | |
5464 | 5594 2005-09-22 John W. Eaton <jwe@octave.org> |
5595 | |
5596 * polynomial/residue.m: Use logical indexing instead of find.. | |
5597 | |
5598 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
5599 | |
5600 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
5601 and zero poles. | |
5602 | |
5462 | 5603 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
5604 | |
5605 * strings/deblank.m: Handle cell arrays. | |
5606 * strings/split.m: New argument, N, to limit number of splits. | |
5607 | |
5608 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
5609 | |
5610 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
5611 | |
5460 | 5612 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
5613 | |
5614 * control/base/rlocus.m: Doc fix. | |
5615 | |
5459 | 5616 2005-09-20 John W. Eaton <jwe@octave.org> |
5617 | |
5618 * general/isvector.m: Improve compatibility. | |
5619 | |
5620 * general/postpad.m: Allow first argument to be a scalar. | |
5621 Allow padding to extend dimensionality. | |
5622 * general/prepad.m: Likewise. | |
5623 | |
5448 | 5624 2005-09-14 Daniel <durbano@shbano.com> |
5625 | |
5626 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 5627 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
5628 /control/base/dgram.m: Doc string fixes. | |
5448 | 5629 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
5630 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5631 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 5632 |
5633 * saveimage.m: Do not ignore most significant bit when writing | |
5634 black and white images to file. | |
5635 | |
5443 | 5636 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
5637 | |
5638 * audio/playaudio.m, control/base/__bodquist__.m, | |
5639 control/base/lqg.m, control/obsolete/dezero.m, | |
5640 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
5641 control/system/c2d.m, control/system/cellidx.m, | |
5642 control/system/d2c.m, control/system/dmr2d.m, | |
5643 control/system/is_signal_list.m, control/system/listidx.m, | |
5644 control/system/ss.m, control/system/sysappend.m, | |
5645 control/system/sysconnect.m, control/system/sysdup.m, | |
5646 control/system/sysgetsignals.m, control/system/sysidx.m, | |
5647 control/system/sysprune.m, control/system/syssetsignals.m, | |
5648 control/system/tfout.m, control/system/zpout.m, | |
5649 control/util/prompt.m, control/util/sortcom.m, | |
5650 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
5651 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
5652 general/num2str.m, general/repmat.m, general/sortrows.m, | |
5653 general/strerror.m, image/colormap.m, image/imshow.m, | |
5654 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
5655 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
5656 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
5657 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
5658 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
5659 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
5660 plot/print.m, plot/title.m, plot/top_title.m, | |
5661 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
5662 statistics/base/mean.m, statistics/base/moment.m, | |
5663 statistics/tests/cor_test.m, | |
5664 statistics/tests/kolmogorov_smirnov_test.m, | |
5665 statistics/tests/kolmogorov_smirnov_test_2.m, | |
5666 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
5667 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
5668 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
5669 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
5670 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
5671 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
5672 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
5673 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
5674 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
5675 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
5676 Avoid deprecated functions. Use ischar instead of isstr. Use | |
5677 isvector instead of is_vector. Use isstruct instead of | |
5678 is_struct. Use char instead of setstr. | |
5679 | |
5435 | 5680 2005-08-31 Daniel <durbano@shbano.com> |
5681 | |
5682 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
5683 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
5684 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5685 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5686 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 5687 |
5688 * image/saveimage.m: Open output file in binary mode. | |
5689 | |
5690 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
5691 | |
5427 | 5692 2005-08-16 John W. Eaton <jwe@octave.org> |
5693 | |
5694 * miscellaneous/computer.m: Handle optional maxsize and endian | |
5695 outputs. | |
5696 | |
5426 | 5697 2005-08-15 John W. Eaton <jwe@octave.org> |
5698 | |
5699 * strings/strcat.m: Allow single argument. | |
5700 | |
5416 | 5701 2005-07-18 John W. Eaton <jwe@octave.org> |
5702 | |
5703 * strings/strcmp.m: Delete. | |
5704 | |
5413 | 5705 2005-07-13 John W. Eaton <jwe@octave.org> |
5706 | |
5707 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
5708 versions of Octave. | |
5709 | |
5710 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
5711 | |
5712 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
5713 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
5714 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
5715 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
5716 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
5717 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
5718 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
5719 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
5720 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
5721 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
5722 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
5723 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
5724 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
5725 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
5726 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
5727 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
5728 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
5729 * statistics/distributions/finv.m: Rename from f_inv.m. | |
5730 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
5731 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
5732 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
5733 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
5734 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
5735 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
5736 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
5737 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
5738 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
5739 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
5740 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
5741 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
5742 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
5743 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
5744 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
5745 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
5746 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
5747 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
5748 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
5749 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
5750 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
5751 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
5752 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
5753 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
5754 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
5755 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
5756 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
5757 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
5758 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
5759 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 5760 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 5761 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
5762 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
5763 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
5764 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
5765 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
5766 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
5767 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
5768 | |
5769 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
5770 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
5771 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
5772 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
5773 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
5774 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
5775 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
5776 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
5777 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
5778 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
5779 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
5780 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
5781 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
5782 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
5783 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
5784 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
5785 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
5786 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
5787 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
5788 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
5789 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
5790 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
5791 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
5792 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
5793 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
5794 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
5795 deprecated/wiener_rnd.m: New files. | |
5796 | |
5408 | 5797 2005-07-08 John W. Eaton <jwe@octave.org> |
5798 | |
5799 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
5800 * deprecated/weibull_rnd.m: New file. | |
5801 | |
5407 | 5802 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
5803 | |
5804 * strings/dec2base.m: Allow matrix arguments. | |
5805 | |
5406 | 5806 2005-07-08 John W. Eaton <jwe@octave.org> |
5807 | |
5808 * plot/__errplot__.m: Use __plot_globals__. | |
5809 * plot/__plt__.m: Likewise. | |
5810 * plot/figure.m: Likewise. | |
5811 | |
5812 * plot/hold.m: New file. | |
5813 * plot/ishold.m: New file. | |
5814 * plot/__plot_globals__.m: New file. | |
5815 | |
5400 | 5816 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
5817 | |
5818 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
5819 | |
5820 2005-07-05 John W. Eaton <jwe@octave.org> | |
5821 | |
5822 * strings/findstr.m: Return [] for no matches. | |
5823 | |
5399 | 5824 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
5825 | |
5826 * miscellaneous/tic.m: Fix doc string. | |
5827 | |
5395 | 5828 2005-06-15 John W. Eaton <jwe@octave.org> |
5829 | |
5830 * polynomial/polyfit.m: Force return value to be a row vector. | |
5831 | |
5393 | 5832 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
5833 | |
5834 * general/isequal.m: Correct nargin check. | |
5835 | |
5388 | 5836 2005-06-14 John W. Eaton <jwe@octave.org> |
5837 | |
5838 * general/isvector.m: Handle N-d arrays. | |
5839 From Bill Denney <denney@seas.upenn.edu>. | |
5840 | |
5381 | 5841 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
5842 | |
5843 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 5844 |
5377 | 5845 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
5846 | |
5847 * signal/freqz.m: Use correct calculations when given a vector of | |
5848 frequencies. Improve accuracy of returned frequency vector. | |
5849 Improve speed for medium length filters (at a slight cost for slow | |
5850 filters). Add test cases. | |
5851 | |
5373 | 5852 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
5853 | |
5854 * plot/loglog.m: Fix set commands. | |
5855 | |
5381 | 5856 2005-05-25 John W. Eaton <jwe@octave.org> |
5857 | |
5858 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
5859 | |
5371 | 5860 2005-05-24 John W. Eaton <jwe@octave.org> |
5861 | |
5373 | 5862 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
5863 | |
5372 | 5864 * strings/strncmp.m: New file, from Tom Holroyd |
5865 <tomh@kurage.nimh.nih.gov>. | |
5866 | |
5371 | 5867 * strings/strcmp.m: Return logical values in all cases. |
5868 | |
5366 | 5869 2005-05-23 John W. Eaton <jwe@octave.org> |
5870 | |
5871 * plot/orient.m: New file. Adapt to Octave coding style. | |
5872 Texinfoize doc string. | |
5873 | |
5874 * plot/print.m: New file. Adapt to Octave coding style. Include | |
5875 PKG_ADD command. Use set terminal consistently throughout. Use | |
5876 set terminal push/pop and unconditionally set output to screen | |
5877 when done to avoid requiring gget. Use a cell array for dev_list | |
5878 and cellidx to search for items in the list. Delete local | |
5879 variable endl. Don't set and restore automatic_replot. Use {} | |
5880 instead of nth to index varargin. Delete local variable | |
5881 va_arg_cnt. | |
5882 | |
5355 | 5883 2005-05-18 John W. Eaton <jwe@octave.org> |
5884 | |
5885 * general/num2str.m: Return early if X is a character string. | |
5886 | |
5347 | 5887 2005-05-11 John W. Eaton <jwe@octave.org> |
5888 | |
5348 | 5889 * strings/findstr.m: Allow non-string arguments for compatiblity. |
5890 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
5891 | |
5347 | 5892 * plot/polar.m: Don't call __pltopt__ here. |
5893 | |
5333 | 5894 2005-05-02 John W. Eaton <jwe@octave.org> |
5895 | |
5896 * mkdoc: Print header message. | |
5897 | |
5319 | 5898 2005-04-28 John W. Eaton <jwe@octave.org> |
5899 | |
5900 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
5901 startup/octaverc. | |
5902 | |
5318 | 5903 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
5904 | |
5905 * image/imshow.m: Handle various image depths and 3d RGB images. | |
5906 (__im_numeric_limits__): New internal function. | |
5907 | |
5317 | 5908 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
5909 | |
5910 * statistics/tests/anova.m: Compute total_mean as mean of all | |
5911 data, not mean of group_mean. | |
5912 | |
5913 2005-04-28 John W. Eaton <jwe@octave.org> | |
5914 | |
5915 * startup/local-rcfile: New file. | |
5916 * startup/main-rcfile: Rename from startup/octaverc. | |
5917 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
5918 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
5919 Install local-rcfile in $(localfcnfiledir)/startup. | |
5920 | |
5921 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
5922 | |
5923 * startup/inputrc: New file. | |
5924 * startup/octaverc: Configure readline using inputrc from | |
5925 startupfiledir. | |
5926 * startup/Makefile.in (install, install-strip): Install octaverc | |
5927 in $(fcnfiledir)/startup. | |
5928 | |
5310 | 5929 2005-04-27 John W. Eaton <jwe@octave.org> |
5930 | |
5931 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
5932 | |
5289 | 5933 2005-04-21 John W. Eaton <jwe@octave.org> |
5934 | |
5935 * optimization/glpk.m: Handle SENSE argument. | |
5936 | |
5937 * optimization/qp.m, optimization/sqp.m: New files. | |
5938 | |
5276 | 5939 2005-04-08 John W. Eaton <jwe@octave.org> |
5940 | |
5941 * Makefile.in (clean, distclean, maintainer-clean): | |
5942 Avoid duplication in rules. | |
5943 | |
5252 | 5944 2005-03-28 John W. Eaton <jwe@octave.org> |
5945 | |
5946 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
5947 setting {no,}parametric. | |
5948 * plot/figure.m: Likewise, for setting terminal type. | |
5949 | |
5950 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
5951 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
5952 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
5953 plot/title.m, plot/top_title.m: Avoid eval. | |
5954 | |
5251 | 5955 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5956 | |
5253 | 5957 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
5958 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
5959 Use __gnuplot_replot__ instead of replot. | |
5960 | |
5252 | 5961 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
5962 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
5963 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
5964 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
5965 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
5966 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
5967 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 5968 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 5969 |
5251 | 5970 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
5971 | |
5244 | 5972 2005-03-24 John W. Eaton <jwe@octave.org> |
5973 | |
5974 * optimization/glpkmex.m: Texinfoize Doc string. | |
5975 * optimization/glpk.m: Likewise. | |
5976 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
5977 (row vectors are orginary character strings). | |
5978 * optimization/glpkparam.m: Delete. | |
5979 | |
5243 | 5980 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
5981 | |
5982 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
5983 of dimensions of X. | |
5984 | |
5237 | 5985 2005-03-23 John W. Eaton <jwe@octave.org> |
5986 | |
5239 | 5987 * general/tril.m, general/triu.m: Return value of same class as |
5988 argument. | |
5989 | |
5237 | 5990 * optimization/glpk.m: Simplify interface. By default, solve |
5991 standard LP min C'*x s.t. A*x = b, x >= 0. | |
5992 * optimization/glpkmex.m: New file. | |
5993 | |
5232 | 5994 2005-03-22 John W. Eaton <jwe@octave.org> |
5995 | |
5237 | 5996 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
5997 list. | |
5998 | |
5233 | 5999 * optimization/glpk.m: Adapt to Octave coding style. |
6000 No need for varargout or varargin. | |
6001 Print usage message if nargin > 11. | |
6002 Allow any value of nargout. | |
6003 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
6004 Avoid looping when checking character classes. | |
6005 | |
5232 | 6006 * optimization: New directory. |
6007 * Makefile.in (SUBDIRS): Add it to the list. | |
6008 * optimization/Makefile.in: New file. | |
6009 * optimization/glpk.m, optimization/glpkparams.m, | |
6010 optimization/glpktest1, optimization/glpktest2: New files. | |
6011 | |
5218 | 6012 2005-03-16 Soren Hauberg <soren@hauberg.org> |
6013 | |
6014 * strings/split.m: Quick return for empty second arg. | |
6015 Improve warning for multi-line strings. | |
6016 Speed up by avoiding sprintf in loop and eval. | |
6017 | |
5217 | 6018 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
6019 | |
6020 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
6021 * polynomial/polyder.m: Ditto. | |
6778 | 6022 * polynomial/polygcd.m: New function. |
5217 | 6023 |
5214 | 6024 2005-03-16 John W. Eaton <jwe@octave.org> |
6025 | |
5215 | 6026 * control/base/__stepimp__.m, control/base/bode.m, |
6027 control/base/frdemo.m, control/base/nichols.m, | |
6028 control/base/nyquist.m, control/base/pzmap.m, | |
6029 control/base/rldemo.m, control/base/rlocus.m, | |
6030 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
6031 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
6032 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
6033 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
6034 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
6035 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
6036 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
6037 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
6038 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
6039 plot/xlabel.m, quaternion/demoquat.m, | |
6040 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
6041 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
6042 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
6043 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
6044 gsplot from @seealso docs. | |
5214 | 6045 |
6046 * plot/replot.m: New file. | |
6047 | |
5205 | 6048 2005-03-15 David Bateman <dbateman@free.fr> |
6049 | |
6050 * set/unique.m, set/ismember.m: Handle cell arrays. | |
6051 | |
5196 | 6052 2005-03-09 John W. Eaton <jwe@octave.org> |
6053 | |
6054 * statistics/Makefile.in (bin-dist): Delete target. | |
6055 (BINDISTSUBDIRS): Delete variable. | |
6754 | 6056 * control/Makefile.in: Likewise. |
5196 | 6057 |
5378 | 6058 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 6059 (BINDISTFILES): Delete variable. |
5378 | 6060 * control/base/Makefile.in: Likewise. |
6061 * control/hinf/Makefile.in: Likewise. | |
6062 * control/obsolete/Makefile.in: Likewise. | |
6063 * control/system/Makefile.in: Likewise. | |
6064 * control/util/Makefile.in: Likewise. | |
6065 * deprecated/Makefile.in: Likewise. | |
6066 * elfun/Makefile.in: Likewise. | |
6067 * finance/Makefile.in: Likewise. | |
6068 * general/Makefile.in: Likewise. | |
6069 * image/Makefile.in: Likewise. | |
6070 * sparse/Makefile.in: Likewise. | |
6071 * io/Makefile.in: Likewise. | |
6072 * plot/Makefile.in: Likewise. | |
6073 * Makefile.in: Likewise. | |
6074 * miscellaneous/Makefile.in: Likewise. | |
6075 * linear-algebra/Makefile.in: Likewise. | |
6076 * polynomial/Makefile.in: Likewise. | |
6077 * quaternion/Makefile.in: Likewise. | |
6078 * set/Makefile.in: Likewise. | |
6079 * signal/Makefile.in: Likewise. | |
6080 * specfun/Makefile.in: Likewise. | |
6081 * special-matrix/Makefile.in: Likewise. | |
6082 * startup/Makefile.in: Likewise. | |
6083 * statistics/base/Makefile.in: Likewise. | |
6084 * statistics/distributions/Makefile.in: Likewise. | |
6085 * statistics/models/Makefile.in: Likewise. | |
6086 * statistics/tests/Makefile.in: Likewise. | |
6087 * strings/Makefile.in: Likewise. | |
6088 * time/Makefile.in: Likewise. | |
5196 | 6089 |
5195 | 6090 2005-03-08 John W. Eaton <jwe@octave.org> |
6091 | |
6092 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
6093 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
6094 | |
5192 | 6095 2005-03-04 John W. Eaton <jwe@octave.org> |
6096 | |
6097 * plot/clg.m: New file. | |
6098 | |
5193 | 6099 2005-03-03 John W. Eaton <jwe@octave.org> |
6100 | |
6101 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
6102 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
6103 strings/strcmpi.m: | |
6104 New files from Octave-forge. Adapt to Octave coding standards. | |
6105 | |
5181 | 6106 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
6107 | |
6108 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
6109 computation range. | |
6110 | |
5164 | 6111 2005-02-25 John W. Eaton <jwe@octave.org> |
6112 | |
6113 Sparse merge. | |
6114 | |
6115 2005-01-23 David Bateman <dbateman@free.fr> | |
6116 | |
6117 * sparse/randperm.m: Delete duplicate randperm.m. | |
6118 | |
6119 2005-01-10 John W. Eaton <jwe@octave.org> | |
6120 | |
6121 * sparse/Makefile.in: New file. | |
6122 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
6123 | |
6124 2005-01-07 David Bateman <dbateman@free.fr> | |
6125 | |
6126 * set/unique.m: import file from octave-forge. | |
6127 | |
6128 2005-01-05 David Bateman <dbateman@free.fr> | |
6129 | |
6130 * Makefile.in: include sparse directory in SUBDIRS. | |
6131 | |
6132 2004-12-30 John W. Eaton <jwe@octave.org> | |
6133 | |
6134 * sparse/nzmax.m: Delete (there is an nzmax function in | |
6135 src/DLD-FUNCTIONS/sparse.cc). | |
6136 | |
6137 2004-12-28 John W. Eaton <jwe@octave.org> | |
6138 | |
6139 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
6140 Andy Adler <adler@site.uottawa.ca>. | |
6141 | |
6142 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
6143 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
6144 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
6145 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
6146 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
6147 | |
6148 * sparse: New directory. | |
6149 | |
5158 | 6150 2005-02-22 John W. Eaton <jwe@octave.org> |
6151 | |
6152 * polynomial/residue.m: Force prepad to always create row vectors. | |
6153 | |
6154 * polynomial/poly.m: Quick return if m is 0. | |
6155 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
6156 | |
5154 | 6157 2005-02-21 David Bateman <dbateman@free.fr> |
6158 | |
6159 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
6160 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
6161 Fix for row vectors with at least one element of lambda not in | |
6162 (0, Inf). | |
6163 | |
5152 | 6164 2005-02-21 John W. Eaton <jwe@octave.org> |
6165 | |
5153 | 6166 * statistics/base/qqplot.m: Use feval instead of eval. |
6167 | |
5152 | 6168 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
6169 plot/__axis_label__.m: Issue replot command. | |
6170 | |
5135 | 6171 2005-02-09 John W. Eaton <jwe@octave.org> |
6172 | |
6173 * polynomial/polyderiv.m: Force P to be a row vector. | |
6174 | |
5133 | 6175 2005-02-08 John W. Eaton <jwe@octave.org> |
6176 | |
6177 * strings/dec2base.m: Don't delete leading zero if third arg is | |
6178 provided and len <= computed max_len. | |
6179 | |
5125 | 6180 2005-01-27 David Bateman <dbateman@free.fr> |
6181 | |
6182 * strings/dec2base.m: Be even more careful about handling all digits. | |
6183 | |
6184 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
6185 | |
6186 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
6187 | |
5123 | 6188 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
6189 | |
6190 * statistics/base/median.m: Make it work for the scalar case too. | |
6191 | |
6308 | 6192 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 6193 |
6194 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 6195 Simplify logic for decoding args. |
5117 | 6196 |
5115 | 6197 2005-01-24 John W. Eaton <jwe@octave.org> |
6198 | |
5116 | 6199 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
6200 | |
6201 * plot/__plt__.m: No need to save and reset hold state now. | |
6202 (first_plot): Delete unused variable. | |
6203 | |
5115 | 6204 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
6205 | |
6206 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
6207 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
6208 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6209 plot/__plt2vv__.m: | |
6210 Return data and gnuplot commands instead of evaluating them. | |
6211 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
6212 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
6213 | |
5108 | 6214 2005-01-18 John W. Eaton <jwe@octave.org> |
6215 | |
6216 * linear-algebra/cross.m: Allocate idx1 before use. | |
6217 | |
5096 | 6218 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
6219 | |
6220 * statistics/base/range.m: Fix varargin usage. | |
6221 | |
5091 | 6222 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
6223 | |
6224 * strings/deblank.m: Remove all trailing whitespace (check with | |
6225 isspace), not just SPC. | |
6226 | |
5090 | 6227 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
6228 | |
6229 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
6230 | |
5073 | 6231 2004-11-09 John W. Eaton <jwe@octave.org> |
6232 | |
6233 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
6234 From Julius Smith <jos@ccrma.stanford.edu>. | |
6235 | |
5072 | 6236 2004-11-08 John W. Eaton <jwe@octave.org> |
6237 | |
6238 * plot/__plt2vm__.m: Delete debugging statement. | |
6239 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
6240 | |
5065 | 6241 2004-11-04 John W. Eaton <jwe@octave.org> |
6242 | |
6243 * plot/hist.m: Always return row vectors for vector args. | |
6244 | |
5031 | 6245 2004-09-23 John W. Eaton <jwe@octave.org> |
6246 | |
6247 * strings/strcmp.m: If args are not strings or cell arrays of | |
6248 strings, return zero instead of reporting an error. | |
6249 | |
5021 | 6250 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
6251 | |
6252 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
6253 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
6254 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
6255 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
6256 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
6257 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
6258 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
6259 control/hinf/is_dgkf.m, control/system/c2d.m, | |
6260 control/system/is_detectable.m, control/system/is_sample.m, | |
6261 control/system/is_siso.m, control/system/is_stable.m, | |
6262 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
6263 control/system/sys2tf.m, control/system/sys2zp.m, | |
6264 control/system/sysappend.m, control/system/sysconnect.m, | |
6265 control/system/sysdisc.m, control/system/sysdup.m, | |
6266 control/system/sysgetsignals.m, control/system/sysmult.m, | |
6267 control/system/syssetsignals.m, control/system/syssub.m, | |
6268 control/system/tf2sys.m, control/system/ugain.m, | |
6269 control/system/zp2ss.m, control/system/zp2sys.m, | |
6270 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
6271 special-matrix/toeplitz.m: Fix typos in doc strings. | |
6272 | |
6273 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
6274 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
6275 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
6276 ontrol/system/is_abcd.m, control/system/parallel.m, | |
6277 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
6278 control/system/sysappend.m, control/system/sysconnect.m, | |
6279 control/system/sysdup.m, control/system/sysgroup.m, | |
6280 control/system/sysprune.m, control/system/sysreorder.m, | |
6281 control/system/sysscale.m, control/system/syssub.m, | |
6282 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
6283 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
6284 polynomial/polyout.m, specfun/log2.m: | |
6285 Add output arguments in doc strings. | |
6286 | |
6287 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
6288 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
6289 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
6290 control/base/freqchkw.m, control/base/__freqresp__.m, | |
6291 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
6292 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
6293 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
6294 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
6295 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
6296 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
6297 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
6298 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
6299 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
6300 control/system/c2d.m, control/system/is_abcd.m, | |
6301 control/system/is_controllable.m, control/system/is_detectable.m, | |
6302 control/system/is_observable.m, control/system/is_stable.m, | |
6303 control/system/jet707.m, control/system/ord2.m, | |
6304 control/system/starp.m, control/system/sys2fir.m, | |
6305 control/system/sys2ss.m, control/system/sys2tf.m, | |
6306 control/system/sys2zp.m, control/system/syscont.m, | |
6307 control/system/sysdisc.m, control/system/sysdup.m, | |
6308 control/system/sysgettype.m, control/system/sysgroup.m, | |
6309 control/system/sysmult.m, control/system/sysprune.m, | |
6310 control/system/sysreorder.m, control/system/sysscale.m, | |
6311 control/system/syssetsignals.m, control/system/sysupdate.m, | |
6312 control/system/tf2ss.m, control/system/tf2sys.m, | |
6313 control/system/zp2ss.m, control/system/zp2sys.m, | |
6314 control/util/axis2dlim.m, control/util/prompt.m, | |
6315 control/util/zgfmul.m, control/util/zginit.m, | |
6316 control/util/__zgpbal__.m, control/util/zgscal.m: | |
6317 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
6318 in doc strings. | |
6319 | |
6320 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
6321 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
6322 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
6323 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
6324 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
6325 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
6326 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
6327 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
6328 control/system/c2d.m, control/system/fir2sys.m, | |
6329 control/system/is_stabilizable.m, control/system/jet707.m, | |
6330 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
6331 control/util/zgshsr.m, polynomial/polyout.m: | |
6332 New @tex section(s) in doc strings for better formating of printed | |
6333 output. | |
6334 | |
6335 * control/base/__freqresp__.m, control/base/nyquist.m, | |
6336 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
6337 control/obsolete/syschnames.m, control/system/sysprune.m: | |
6338 Use proper double quote marks for TeX. | |
6339 | |
6340 * control/base/DEMOcontrol.m: Add missing ; | |
6341 | |
6342 * control/base/nichols.m, control/base/rlocus.m, | |
6343 control/obsolete/minfo.m, control/system/is_digital.m, | |
6344 control/system/ss2zp.m, control/system/sysmin.m, | |
6345 control/system/tf2zp.m, control/util/sortcom.m: | |
6346 Convert documentation to use or more completely use Texinfo. | |
6347 | |
6348 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
6349 control/hinf/hinfdemo.m, control/system/ord2.m, | |
6350 control/system/parallel.m, control/system/ss2tf.m, | |
6351 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
6352 art splitting over a page boundary. | |
6353 | |
6354 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
6355 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
6356 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
6357 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
6358 control/hinf/wgt1o.m, control/system/buildssic.m: | |
6359 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
6360 the TeX documentation. | |
6361 | |
6362 * control/system/is_stabilizable.m: | |
6363 Add Copyright so that help is displayed correctly. | |
6364 | |
6365 * special-matrix/vander.m: Octave indexes start at 1. | |
6366 | |
5011 | 6367 2004-09-21 David Bateman <dbateman@free.fr> |
6368 | |
6369 * general/rotdim.m: New function for rotation of an N-d array in an | |
6370 arbitrary plane. | |
6371 | |
6372 * general/flipdim.m: New function to flip an N-d array about an | |
6373 arbitrary axis. | |
6374 | |
5003 | 6375 2004-09-15 David Bateman <dbateman@free.fr> |
6376 | |
6377 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
6378 | |
4992 | 6379 2004-09-15 John W. Eaton <jwe@octave.org> |
6380 | |
6381 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 6382 Use iscellstr to check for cells rather than iscell. |
6383 Improve diagnostics for invalid args. | |
4992 | 6384 |
4983 | 6385 2004-09-10 David Bateman <dbateman@free.fr> |
6386 | |
6387 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
6388 and p with n > 1, and fix for matrix n and p with n == 1. | |
6389 | |
6390 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
6391 due to row vs. column vector operations. | |
6392 | |
4964 | 6393 2004-09-03 David Bateman <dbateman@free.fr> |
6394 | |
6395 * general/repmat.m: Fix to allow logical classes. | |
6396 | |
4950 | 6397 2004-08-31 John W. Eaton <jwe@octave.org> |
6398 | |
6399 * general/isa.m: New function, from Octave-forge. | |
6400 | |
6401 2004-08-31 David Bateman <dbateman@free.fr> | |
6402 | |
6403 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
6404 limitation on the use of int64 and uint64 types, and the use | |
6405 of the eval. | |
6406 | |
6407 * general/bitset.m: Remove superfluous cast to return type, as bug | |
6408 in .^ with integer types is fixed. | |
6409 | |
6410 * general/repmat.m: Adapt to allow integer types. | |
4945 | 6411 |
6412 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
6413 | |
6414 * plot/axis.m: Don't reset axes when querying them. | |
6415 | |
4942 | 6416 2004-08-27 David Bateman <dbateman@free.fr> |
6417 | |
6418 * statistics/base/ranks.m: Handle non-consecutive ties. | |
6419 Eliminate loop. | |
6420 | |
4918 | 6421 2004-07-27 David Bateman <dbateman@free.fr> |
6422 | |
6423 * general/num2str.m: Also insert spaces in output when precision | |
6424 argument is supplied. | |
6425 | |
4915 | 6426 2004-07-23 David Bateman <dbateman@free.fr> |
6427 | |
6428 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
6429 | |
4911 | 6430 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
6431 | |
6432 * general/sub2ind.m: Make reshaping index list unnecessary. | |
6433 | |
6434 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
6435 | |
6436 * miscellaneous/unix.m: Fix doc string. | |
6437 | |
6438 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
6439 | |
6440 * plot/figure.m: Clarification of documentation. | |
6441 | |
6442 * image/imshow.m: Warn for complex images. | |
6443 Only estimate colourmap for images in [0, 65536]. | |
6444 | |
6445 2004-07-22 David Bateman <dbateman@free.fr> | |
6446 | |
6447 * general/num2str.m: Fix the case of an all zero input. | |
6448 | |
4906 | 6449 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
6450 | |
6451 * general/ind2sub.m: Doc fix. | |
6452 | |
4900 | 6453 2004-06-08 John W. Eaton <jwe@octave.org> |
6454 | |
6455 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
6456 convert function handle to string for eval. | |
6457 | |
4898 | 6458 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
6459 | |
6460 * plot/errorbar.m: Remove debugging output. | |
6461 | |
6462 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
6463 | |
6464 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
6465 | |
4897 | 6466 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
6467 | |
4898 | 6468 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
6469 | |
6470 * polynomial/polyout.m: Use parenthesis if necessary around | |
6471 complex polynomial coefficient. | |
6472 | |
4897 | 6473 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
6474 the bug which causes __errplot__ to ignore the last argument. | |
6475 | |
4894 | 6476 2004-06-03 David Bateman <dbateman@free.fr> |
6477 | |
6478 * general/shiftdim.m: New function based on JWE code snippet. | |
6479 | |
6480 * general/circdim.m: New function. | |
6481 | |
4890 | 6482 2004-05-06 David Bateman <dbateman@free.fr> |
6483 | |
6484 * general/issquare.m: Fail if ndim(x) > 2. | |
6485 | |
6486 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
6487 | |
6488 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
6489 N-d array arguments. Add optional dim argument to define | |
6490 dimension along which to operate. | |
6491 | |
6492 * linear-algebra/dmult.m: Allow N-d arrays. | |
6493 | |
6494 * linear-algebra/vec.m: Use v(:) and not reshape. | |
6495 | |
4885 | 6496 2004-04-29 David Bateman <dbateman@free.fr> |
6497 | |
6498 * statistics/base/ranks.m, statistics/base/run_count.m, | |
6499 statistics/base/studentize.m, statistics/base/kurtosis.m | |
6500 statistics/base/statistics.m, statistics/base/skewness.m | |
6501 statistics/base/iqr.m: | |
6502 Make N-d array aware. Allow optional argument to define the | |
6503 dimension along which to operate. Update the documentation. | |
6504 | |
6505 * statistics/base/ranks.m: Change algorithm to use sort, | |
6506 and adjust for the ties after. | |
6507 | |
6508 * statistics/base/run_counts.m: Change algorithm to use | |
6509 the a combination of diff and find, rather than a for-loop. | |
6510 | |
4881 | 6511 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
6512 | |
6513 * plot/hist.m: Correctly determine cutoffs. New tests. | |
6514 | |
4878 | 6515 2004-04-23 David Bateman <dbateman@free.fr> |
6516 | |
6517 * general/int2str.m: Treat only real part of argument, and treat | |
6518 NDArrays by stacking the slices through the matrix vertically. | |
6519 | |
6520 * general/num2str.m: Improve format of integer matrices, and the | |
6521 conversion of complex matrices added. Treat NDArrays by stacking | |
6522 the slices through the matrix vertically. | |
6523 | |
6524 * deprecated/com2str.m: Moved here from general subdirectory. | |
6525 | |
4877 | 6526 2004-04-22 John W. Eaton <jwe@octave.org> |
6527 | |
6528 * quaternion/qtransvmat.m: Use continuation characters to make | |
6529 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
6530 | |
4869 | 6531 2004-04-21 David Bateman <dbateman@free.fr> |
6532 | |
5378 | 6533 * elfun/lcm.m: Make N-d aware. |
4870 | 6534 |
4869 | 6535 * general/diff.m: Make the code N-d array aware. Allow an |
6536 optional argument to define the dimension along which to perform | |
6537 the differences and allow the order of the differences to be larger | |
6538 than the dimension itself. | |
6539 | |
6540 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
6541 use of these functions to 1- and 2-d arrays. | |
6542 | |
4863 | 6543 2004-04-16 John W. Eaton <jwe@octave.org> |
6544 | |
6545 * elfun/gcd.m: Delete. | |
6546 | |
4862 | 6547 2004-04-15 David Bateman <dbateman@free.fr> |
6548 | |
6549 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
6550 | |
6551 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
6552 array aware and and optional argument for the dimension along | |
6553 which to operate. | |
6554 | |
5378 | 6555 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 6556 argument for the dimension to be consistent with other N-d array |
6557 functions. | |
6558 | |
4860 | 6559 2004-04-08 David Bateman <dbateman@free.fr> |
6560 | |
6561 * statistics/distributions/discrete_cdf.m, | |
6562 statistics/distributions/discrete_inv.m, | |
6563 statistics/distributions/discrete_pdf.m, | |
6564 statistics/distributions/discrete_rnd.m, | |
6565 statistics/distributions/exponential_cdf.m, | |
6566 statistics/distributions/exponential_inv.m, | |
6567 statistics/distributions/exponential_pdf.m, | |
6568 statistics/distributions/exponential_rnd.m, | |
6569 statistics/distributions/f_cdf.m, | |
6570 statistics/distributions/f_inv.m, | |
6571 statistics/distributions/f_pdf.m, | |
6572 statistics/distributions/f_rnd.m, | |
6573 statistics/distributions/geometric_cdf.m, | |
6574 statistics/distributions/geometric_inv.m, | |
6575 statistics/distributions/geometric_pdf.m, | |
6576 statistics/distributions/geometric_rnd.m, | |
6577 statistics/distributions/hypergeometric_rnd.m, | |
6578 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
6579 statistics/distributions/laplace_cdf.m, | |
6580 statistics/distributions/laplace_inv.m, | |
6581 statistics/distributions/laplace_pdf.m, | |
6582 statistics/distributions/laplace_rnd.m, | |
6583 statistics/distributions/logistic_inv.m, | |
6584 statistics/distributions/logistic_rnd.m, | |
6585 statistics/distributions/lognormal_cdf.m, | |
6586 statistics/distributions/lognormal_inv.m, | |
6587 statistics/distributions/lognormal_pdf.m, | |
6588 statistics/distributions/lognormal_rnd.m, | |
6589 statistics/distributions/pascal_cdf.m, | |
6590 statistics/distributions/pascal_inv.m, | |
6591 statistics/distributions/pascal_pdf.m, | |
6592 statistics/distributions/pascal_rnd.m, | |
6593 statistics/distributions/poisson_cdf.m, | |
6594 statistics/distributions/poisson_inv.m, | |
6595 statistics/distributions/poisson_pdf.m, | |
6596 statistics/distributions/poisson_rnd.m, | |
6597 statistics/distributions/t_cdf.m, | |
6598 statistics/distributions/t_inv.m, | |
6599 statistics/distributions/t_pdf.m, | |
6600 statistics/distributions/t_rnd.m, | |
6601 statistics/distributions/weibull_cdf.m, | |
6602 statistics/distributions/weibull_inv.m, | |
6603 statistics/distributions/weibull_pdf.m, | |
6604 statistics/distributions/weibull_rnd.m: | |
6605 Allow N-d arrays. | |
6606 | |
6607 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
6608 that results in NaN in places where it should not have had. | |
6609 | |
6610 * statistics/distributions/discrete_rnd.m: New argument formats to | |
6611 allow creating arbitrary matrices, compatiable with the other | |
5583 | 6612 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 6613 |
6614 * statistics/distributions/empirical_rnd.m: New argument formats | |
6615 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 6616 *_rnd.m functions. Maintain compatibility with previous |
4860 | 6617 format. Allow N-d arrays. |
6618 | |
6619 * statistics/distributions/hypergeometric_cdf.m, | |
6620 statistics/distributions/hypergeometric_inv.m, | |
6621 statistics/distributions/hypergeometric_pdf.m, | |
6622 statistics/distributions/wiener_rnd.m: | |
6623 Error for non-scalar arguments. | |
6624 | |
6625 * statistics/distributions/pascal_rnd.m: | |
6626 Correct for n = 1 bug, where all elements were equal. | |
6627 | |
4849 | 6628 2004-04-06 David Bateman <dbateman@free.fr> |
6629 | |
4854 | 6630 * general/common_size.m, miscellaneous/bincoeff.m, |
6631 statistics/distributions/beta_cdf.m, | |
6632 statistics/distributions/beta_inv.m, | |
6633 statistics/distributions/beta_pdf.m, | |
6634 statistics/distributions/beta_rnd.m, | |
6635 statistics/distributions/binomial_cdf.m, | |
6636 statistics/distributions/binomial_inv.m, | |
6637 statistics/distributions/binomial_pdf.m, | |
6638 statistics/distributions/binomial_rnd.m, | |
6639 statistics/distributions/cauchy_cdf.m, | |
6640 statistics/distributions/cauchy_inv.m, | |
6641 statistics/distributions/cauchy_pdf.m, | |
6642 statistics/distributions/cauchy_rnd.m, | |
6643 statistics/distributions/chisquare_cdf.m, | |
6644 statistics/distributions/chisquare_inv.m, | |
6645 statistics/distributions/chisquare_pdf.m, | |
6646 statistics/distributions/chisquare_rnd.m, | |
6647 statistics/distributions/gamma_cdf.m, | |
6648 statistics/distributions/gamma_inv.m, | |
6649 statistics/distributions/gamma_pdf.m, | |
6650 statistics/distributions/gamma_rnd.m, | |
6651 statistics/distributions/normal_cdf.m, | |
6652 statistics/distributions/normal_inv.m, | |
6653 statistics/distributions/normal_pdf.m, | |
6654 statistics/distributions/normal_rnd.m, | |
6655 statistics/distributions/stdnormal_cdf.m, | |
6656 statistics/distributions/stdnormal_pdf.m, | |
6657 statistics/distributions/stdnormal_rnd.m, | |
6658 statistics/distributions/uniform_cdf.m, | |
6659 statistics/distributions/uniform_inv.m, | |
6660 statistics/distributions/uniform_pdf.m, | |
6661 statistics/distributions/uniform_rnd.m: | |
6662 Allow the inputs to be N-d arrays. | |
6663 | |
4852 | 6664 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
6665 * statistics/base/median.m: Likewise. | |
4849 | 6666 |
4844 | 6667 2004-04-02 David Bateman <dbateman@free.fr> |
6668 | |
6669 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 6670 * statistics/base/center.m, statistics/base/meansq.m, |
6671 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 6672 Update for N-d arrays. |
4844 | 6673 * signal/fftshift.m: Fix dimensioning error. |
6674 | |
6675 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 6676 N-d arrays. |
4844 | 6677 |
4852 | 6678 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
6679 | |
6680 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 6681 |
4852 | 6682 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 6683 |
6684 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
6685 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
6686 control/system/sysprune.m: Doc update for usage of cell arrays. | |
6687 | |
6688 * control/system/sysidx.m: Use cellidx and not listidx. | |
6689 | |
4841 | 6690 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
6691 | |
6692 * plot/__pltopt1__.m: Always add title clause to plot command with | |
6693 default of "" (so it is off unless explicitly set by the user). | |
6694 | |
4836 | 6695 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
6696 | |
6697 * image/imshow.m: Accept "truesize" argument. | |
6698 Ignore current colormap. New tests and demos. | |
6699 | |
4834 | 6700 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
6701 | |
6702 * signal/sinewave.m: Allow N to default to M. | |
6703 | |
4826 | 6704 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6705 | |
6706 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
6707 | |
4818 | 6708 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
6709 | |
6710 * general/deal.m: New function. | |
4819 | 6711 Add tests from Paul Kienzle. |
4818 | 6712 |
4811 | 6713 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
6714 | |
6715 * plot/hist.m: Compute histogram correctly for n>=30. | |
6716 | |
5095 | 6717 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 6718 |
6719 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
6720 | |
4806 | 6721 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6722 | |
6723 * miscellaneous/horzcat.m: Delete. | |
6724 * miscellaneous/vertcat.m: Delete. | |
6725 | |
4790 | 6726 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
6727 | |
6728 * plot/figure.m: Also look for GNUTERM in the environment and use | |
6729 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
6730 | |
4789 | 6731 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6732 | |
6733 * control/base/__stepimp__.m: Only call clearplot if we will be | |
6734 doing multiple plots in the same gnuplot frame. | |
6735 | |
4780 | 6736 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6737 | |
6738 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
6739 control/system/cellidx.m, control/system/ss.m, | |
6740 control/system/tf.m, control/system/zp.m: New functions. | |
6741 | |
4778 | 6742 2004-02-16 Glenn Golden <gdg@zplane.com> |
6743 | |
6744 * statistics/distributions/discrete_inv.m: | |
6745 Reduce memory requirements. | |
6746 | |
4772 | 6747 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6748 | |
6749 * plot/__errcomm__.m: Fix thinko in previous change. | |
6750 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
6751 | |
4771 | 6752 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
6753 | |
6754 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
6755 control/base/analdemo.m, control/base/bddemo.m, | |
6756 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
6757 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
6758 control/base/rldemo.m, control/base/rlocus.m, | |
6759 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
6760 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
6761 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
6762 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
6763 control/obsolete/packsys.m, control/obsolete/series.m, | |
6764 control/system/__sysdefioname__.m, | |
6765 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
6766 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
6767 control/system/c2d.m, control/system/d2c.m, | |
6768 control/system/dmr2d.m, control/system/fir2sys.m, | |
6769 control/system/is_signal_list.m, control/system/is_siso.m, | |
6770 control/system/jet707.m, control/system/listidx.m, | |
6771 control/system/moddemo.m, control/system/ord2.m, | |
6772 control/system/packedform.m, control/system/parallel.m, | |
6773 control/system/ss2sys.m, control/system/sys2tf.m, | |
6774 control/system/sys2zp.m, control/system/sysadd.m, | |
6775 control/system/sysappend.m, control/system/sysconnect.m, | |
6776 control/system/syscont.m, control/system/sysdimensions.m, | |
6777 control/system/sysdisc.m, control/system/sysdup.m, | |
6778 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
6779 control/system/sysgroup.m, control/system/sysmin.m, | |
6780 control/system/sysmult.m, control/system/sysprune.m, | |
6781 control/system/sysrepdemo.m, control/system/sysscale.m, | |
6782 control/system/syssetsignals.m, control/system/syssub.m, | |
6783 control/system/sysupdate.m, control/system/tf2sys.m, | |
6784 control/system/ugain.m, control/system/zp2ss.m, | |
6785 control/system/zp2sys.m, control/util/__outlist__.m, | |
6786 control/util/__zgpbal__.m, control/util/strappend.m: | |
6787 Use cell arrays instead of lists. | |
6788 | |
4723 | 6789 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
6790 | |
6791 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
6792 so that bar (1, 1) will work. | |
6793 | |
4710 | 6794 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
6795 | |
4717 | 6796 * plot/__errcomm__.m: Cope with nargin now being a function. |
6797 * plot/__errplot__.m: Likewise. | |
6798 * plot/__plt__.m: Likewise. | |
6799 * plot/plot_border.m: Likewise. | |
6800 | |
4710 | 6801 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
6802 not $(DOCSTRINGS). | |
6803 | |
4706 | 6804 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
6805 | |
6806 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
6807 rank ([], tol). | |
6808 | |
4691 | 6809 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6810 | |
4692 | 6811 * elfun/acot.m: Return atan (1./z). |
6812 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
6813 | |
4691 | 6814 * miscellaneous/dir.m: New file. |
6815 | |
6816 * general/num2str.m: Use "%d" as format if values are ints with | |
6817 magnitude less than 1e10. | |
6818 | |
6819 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6820 | |
6821 * general/num2str.m: If single arg is string, return it. | |
6822 | |
6823 * miscellaneous/not.m: New file. | |
6824 | |
6825 * miscellaneous/unix.m: New file. | |
6826 | |
6827 * miscellaneous/isunix.m: New file. | |
6828 * miscellaneous/ispc.m: New file. | |
6829 | |
6830 * miscellaneous/computer.m: New file. | |
6831 | |
6832 * miscellaneous/delete.m: New file. | |
6833 | |
4689 | 6834 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
6835 | |
6836 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
6837 | |
6838 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6839 | |
6840 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
6841 Always return substituted version of LOADPATH if nargout != 0. | |
6842 | |
4685 | 6843 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
6844 | |
6845 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
6846 before continuing. | |
6847 | |
6848 * miscellaneous/fileparts.m: Allow name to start with ".". | |
6849 | |
4677 | 6850 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6851 | |
6852 * general/ind2sub.m: New file. | |
6853 * general/sub2ind.m: New file. | |
6854 | |
4675 | 6855 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6856 | |
6857 * control/system/zp2ss.m: Don't save and restore | |
6858 warn_empty_list_elements. | |
6859 | |
6860 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
6861 | |
6778 | 6862 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 6863 |
4673 | 6864 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
6865 | |
6866 * statistics/base/mean.m: Remove special case for row vectors. | |
6867 | |
4637 | 6868 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
6869 | |
6870 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
6871 | |
4631 | 6872 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
6873 | |
6874 * statistics/base/iqr.m: Handle matrices. | |
6875 | |
4630 | 6876 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6877 | |
6878 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
6879 | |
4629 | 6880 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
6881 | |
6882 * miscellaneous/path.m: Fix thinko in previous change. | |
6883 | |
4609 | 6884 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
6885 | |
4629 | 6886 * control/base/dare.m: Check positive (semi)definiteness and |
6887 dimensions of r (and q). | |
6888 * control/base/dlqr.m: Check stabilizability of (A,B), | |
6889 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
6890 near unit circle. | |
4611 | 6891 |
6892 * control/system/is_detectable.m: Use Hautus Lemma. | |
6893 Correct the behavior for discrete-time systems. | |
6894 * control/system/is_stabilizable.m: Likewise. | |
6895 | |
4609 | 6896 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
6897 | |
6898 * linear-algebra/krylovb.m: Fix typo in usage message. | |
6899 | |
4610 | 6900 * general/isdefinite.m: New function. |
6901 | |
4567 | 6902 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
6903 | |
6904 * general/reshape: Delete. | |
6905 | |
4559 | 6906 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
6907 | |
6908 * general/numel.m: Delete. | |
6909 | |
4535 | 6910 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6911 | |
4536 | 6912 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
6913 | |
6914 * deprecated/isstr.m: New file. | |
4535 | 6915 |
4529 | 6916 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
6917 | |
6918 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
6919 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
6920 | |
4525 | 6921 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
6922 | |
6923 * statistics/base/mean.m: Fix missing semicolon problem. | |
6924 | |
4503 | 6925 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
6926 | |
6927 * plot/subplot.m: New global variable, __multiplot_scale__. | |
6928 | |
4492 | 6929 2003-08-29 David Castelow <DCastelow@Airspan.com> |
6930 | |
6931 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
6932 Allow optional length argument. | |
6933 | |
4491 | 6934 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
6935 | |
6936 * polynomial/polyfit.m: Avoid calling flipud. | |
6937 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
6938 Return structure as second output value for improved Matlab | |
6939 compatibility. | |
6940 | |
4476 | 6941 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
6942 | |
4478 | 6943 * linear-algebra/cond.m: Behave as though old built-in variable |
6944 propagate_empty_matrices is always 1. Also handle empty matrices | |
6945 with one non-zero dimension. | |
6946 | |
4476 | 6947 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
6948 warn_single_quote_string to the list. | |
4478 | 6949 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
6950 from the list. | |
4476 | 6951 |
5095 | 6952 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 6953 |
6954 * signal/autocov.m: Transpose result of conj because diag returns | |
6955 a column vector, not a row vector. | |
6956 | |
6957 * audio/playaudio.m, audio/record.m, image/image.m, | |
6958 miscellaneous/bug_report.m: Protect spaces in filenames | |
6959 with quotes. | |
6960 | |
4466 | 6961 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6962 | |
4468 | 6963 * io/printf.m, io/puts.m: Delete. |
6964 | |
4466 | 6965 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
6966 default_return_value from the list. | |
6967 Add warn_undefined_return_values to the list. | |
6968 | |
6969 | |
4464 | 6970 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
6971 | |
6972 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
6973 and initialize_global_variables from the list. | |
6974 | |
4460 | 6975 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
6976 | |
4463 | 6977 * image/colormap.m: Don't save and restore default_eval_print_flag. |
6978 | |
6979 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
6980 | |
6981 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
6982 * control/system/sys2fir.m: Likewise. | |
6983 | |
6984 * control/system/is_siso.m: Use && instead of & where appropriate. | |
6985 * control/system/__tf2sysl__.m: Likewise. | |
6986 | |
6987 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
6988 | |
6989 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
6990 and [] concatenation. | |
6991 * control/system/sys2fir.m: Likewise. | |
6992 | |
6993 * control/base/dgram.m, control/base/freqchkw.m, | |
6994 control/base/gram.m, control/system/__abcddims__.m, | |
6995 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
6996 control/system/is_sample.m, control/system/is_signal_list.m, | |
6997 control/system/is_siso.m, control/system/sys2fir.m, | |
6998 control/system/syschtsam.m, control/system/sysgettsam.m, | |
6999 control/system/sysgettype.m, control/system/tf2zp.m, | |
7000 control/system/ugain.m, control/util/prompt.m, | |
7001 control/util/run_cmd.m, control/util/zgrownorm.m, | |
7002 control/util/zgshsr.m: | |
7003 Improve conformance to Octave coding style. | |
7004 | |
4461 | 7005 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
7006 the list. | |
7007 Delete resize_on_range_error from the list. | |
7008 | |
4460 | 7009 * control/base/pzmap.m, control/base/place.m, |
7010 control/base/__freqresp__.m, control/system/sysappend.m, | |
7011 control/system/syscont.m, control/system/sysdisc.m, | |
7012 control/system/sysgroup.m, control/system/tfout.m, | |
7013 control/system/zp2ss.m, control/system/zpout.m, | |
7014 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
7015 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
7016 empty_list_elements_ok. | |
7017 | |
7018 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
7019 Delete empty_list_elements_ok from the list. | |
7020 | |
4457 | 7021 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7022 | |
7023 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
7024 list. | |
7025 Delete treat_neg_dim_as_zero from the list. | |
7026 | |
7027 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
7028 | |
4451 | 7029 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7030 | |
4455 | 7031 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
7032 was not used in the code in any case). | |
7033 | |
7034 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
7035 do_fortran_indexing. | |
7036 | |
4452 | 7037 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
7038 implict_str_to_num_ok. Use unwind_protect block to do it. | |
7039 | |
4451 | 7040 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
7041 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 7042 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 7043 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
7044 warn_fortran_indexing in the list. | |
7045 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
7046 implicit_str_to_num_ok, do_fortran_indexing, and | |
7047 prefer_column_vectors from list. | |
4451 | 7048 |
4440 | 7049 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7050 | |
7051 * Makefile.in (distclean, maintainer-clean): Also remove | |
7052 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
7053 directory. | |
7054 | |
5095 | 7055 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 7056 |
7057 * plot/hist.m: Don't forget to define n if x is a vector. | |
7058 | |
5095 | 7059 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 7060 |
7061 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
7062 return "." with extension. | |
7063 | |
4422 | 7064 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7065 | |
7066 * control/base/__stepimp__.m, control/base/nichols.m, | |
7067 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
7068 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
7069 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
7070 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
7071 Eliminate gnuplot_has_multiplot (assume it is always true). | |
7072 | |
4413 | 7073 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7074 | |
7075 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
7076 | |
5095 | 7077 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 7078 |
7079 * plot/hist.m: Improve performance by using different algorithms | |
7080 depending on number of bins. | |
7081 | |
4404 | 7082 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7083 | |
7084 * control/system/sysadd.m: If systems are not "tf", convert before | |
7085 adding. | |
7086 | |
5095 | 7087 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 7088 |
7089 * image/imagesc.m: Accept data limits parameter for colormap. | |
7090 | |
5095 | 7091 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 7092 |
7093 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
7094 the impulse by t_step. | |
7095 | |
4373 | 7096 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7097 | |
7098 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
7099 column vectors. | |
7100 | |
5095 | 7101 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 7102 |
7103 * linear-algebra/null.m: Handle empty matrix arg. | |
7104 | |
4369 | 7105 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7106 | |
7107 * general/shift.m: Force empty_list_elements_ok to 1. | |
7108 | |
4358 | 7109 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7110 | |
7111 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
7112 New files. | |
7113 | |
4348 | 7114 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
7115 | |
7116 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
7117 function handle to pass to feval. | |
7118 * statistics/base/qqplot.m: Likewise. | |
7119 * statistics/base/ppplot.m: Likewise. | |
7120 * signal/spectral_xdf.m: Likewise. | |
7121 * signal/spectral_adf.m: Likewise. | |
7122 | |
4340 | 7123 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7124 | |
7125 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
7126 | |
4334 | 7127 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7128 | |
7129 * linear-algebra/logm.m: New file. | |
7130 | |
5095 | 7131 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 7132 |
7133 * mkpkgadd: Scan C++ files as well | |
7134 | |
5095 | 7135 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 7136 |
7137 * strings/findstr.m: Return empty set for zero-length target. | |
7138 | |
5095 | 7139 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 7140 |
7141 * set/union.m: Preserve the orientation of inputs. | |
7142 | |
4305 | 7143 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7144 | |
7145 * general/int2str.m: Eliminate leading spaces. | |
7146 | |
4303 | 7147 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7148 | |
7149 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
7150 | |
5095 | 7151 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 7152 |
7153 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
7154 $(BUILD_LDFLAGS) to compiler. | |
7155 | |
4295 | 7156 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7157 | |
7158 * general/num2str.m: Don't specify field width for scalars. | |
7159 | |
4292 | 7160 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7161 | |
7162 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
7163 | |
4265 | 7164 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
7165 | |
4279 | 7166 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
7167 | |
4266 | 7168 * miscellaneous/tempname.m: New file. |
7169 | |
7170 * miscellaneous/tempdir.m: New file. | |
7171 | |
4265 | 7172 * miscellaneous/fullfile.m: New file. |
7173 | |
4259 | 7174 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7175 | |
4264 | 7176 * miscellaneous/fileparts.m: New file. |
7177 | |
7178 * io/beep.m: New file. | |
7179 | |
4260 | 7180 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
7181 format only. | |
4259 | 7182 |
4257 | 7183 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7184 | |
7185 * strings/strcmp.m: Handle cell arrays of strings. | |
7186 | |
4229 | 7187 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7188 | |
7189 * general/int2str.m: Handle matrices. | |
7190 * general/num2str.m: Likewise. | |
7191 Also handle optional precision, and format args. | |
7192 | |
4225 | 7193 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7194 | |
7195 * audio/Makefile.in, control/base/Makefile.in, | |
7196 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7197 control/system/Makefile.in, elfun/Makefile.in, | |
7198 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
7199 io/Makefile.in, linear-algebra/Makefile.in, | |
7200 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
7201 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
7202 specfun/Makefile.in, special-matrix/Makefile.in, | |
7203 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7204 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7205 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
7206 deprecated/Makefile.in: Use new do-script-install and | |
7207 do-script-uninstall macros. | |
7208 | |
7209 * mkpkgadd: New script. | |
7210 | |
7211 * plot/close.m: New file. | |
7212 | |
4184 | 7213 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7214 | |
7215 * image/image.m: Use -raw option for xv. | |
7216 From Remy Bruno <remy.bruno@libertysurf.fr> | |
7217 | |
4172 | 7218 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
7219 | |
4174 | 7220 * control/base/lsim.m: Use approximate test for step size change. |
7221 | |
4172 | 7222 * signal/bartlett.m: Avoid row/column mismatch error. |
7223 | |
5095 | 7224 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 7225 |
7226 * statistics/base/var.m: Use better formula for improved accuracy. | |
7227 | |
5095 | 7228 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 7229 |
7230 * control/base/lsim.m: Correct doc string. | |
7231 | |
5095 | 7232 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 7233 |
7234 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
7235 | |
4148 | 7236 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7237 | |
7238 * plot/contour.m: Handle x and y as matrices too. | |
7239 | |
5095 | 7240 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 7241 |
7242 * plot/contour.m: Fix error and usage messages. | |
7243 | |
4146 | 7244 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7245 | |
7246 * plot/contour.m: Correct orientation of plot. | |
7247 | |
4139 | 7248 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
7249 | |
7250 * control/base/analdemo.m: Fix typo. | |
7251 | |
5095 | 7252 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 7253 |
7254 * statistics/distributions/discrete_pdf.m: Fix typo. | |
7255 | |
4098 | 7256 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7257 | |
7258 * mkdoc: Exit immediately on errors. | |
7259 Exit with error if gethelp does not exist. | |
7260 | |
7261 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
7262 | |
4093 | 7263 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7264 | |
7265 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
7266 | |
5095 | 7267 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 7268 |
7269 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
7270 * statistics/distributions/normal_pdf.m: Likewise. | |
7271 * statistics/distributions/normal_inv.m: Likewise. | |
7272 | |
5095 | 7273 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 7274 |
7275 * specfun/erfinv.m: Return NaN for NaN inputs. | |
7276 | |
5095 | 7277 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 7278 |
7279 * statistics/base/var.m: Handle complex values. | |
7280 | |
4031 | 7281 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7282 | |
7283 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
7284 list. | |
7285 * deprecated/Makefile.in: New file. | |
7286 | |
5095 | 7287 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 7288 |
7289 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
7290 * statistics/distributions/binomial_cdf.m: Likewise. | |
7291 * statistics/distributions/f_cdf.m: Likewise. | |
7292 * statistics/distributions/t_cdf.m: Likewise. | |
7293 | |
7294 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
7295 * specfun/beta.m: Likewise. | |
7296 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
7297 * statistics/distributions/gamma_pdf.m: Likewise. | |
7298 * statistics/distributions/poisson_pdf.m: Likewise. | |
7299 | |
7300 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
7301 * statistics/distributions/poisson_cdf.m: Likewise. | |
7302 | |
4026 | 7303 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7304 | |
4028 | 7305 * deprecated/is_bool.m: New file. |
7306 * deprecated/is_complex.m: New file. | |
7307 * deprecated/is_global.m: New file. | |
7308 * deprecated/is_list.m: New file. | |
7309 * deprecated/is_matrix.m: New file. | |
7310 * deprecated/is_scalar.m: New file. | |
7311 * deprecated/is_square.m: New file. | |
7312 * deprecated/is_stream.m: New file. | |
7313 * deprecated/is_struct.m: New file. | |
7314 * deprecated/is_symmetric.m: New file. | |
7315 * deprecated/is_vector.m: New file. | |
4030 | 7316 * Change all callers of these functions to use the new names. |
4028 | 7317 |
4029 | 7318 * deprecated: New directory. |
7319 * Makefile.in (SUBDIRS): Add it to the list. | |
7320 | |
4026 | 7321 * general/isscalar.m: Rename from is_scalar.m. |
7322 * general/issquare.m: Rename from is_square.m. | |
7323 * general/issymmetric.m: Rename from is_symmetric.m. | |
7324 * general/isvector.m: Rename from is_vector.m. | |
7325 | |
4022 | 7326 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7327 | |
7328 * statistics/base/mean.m: Allow empty matrices. | |
7329 Handle DIM arg. | |
7330 | |
5095 | 7331 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 7332 |
7333 * plot/__errcomm__.m: If format is not specified, default to error | |
7334 bar format. | |
7335 | |
4011 | 7336 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7337 | |
7338 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
7339 __F_SETFL__ and __O_NONBLOCK__. | |
7340 | |
7341 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
7342 * miscellaneous/bug_report.m: Likewise. | |
7343 | |
4007 | 7344 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7345 | |
4008 | 7346 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
7347 * general/rem.m: Likewise. | |
7348 | |
7349 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
7350 * plot/semilogxerr.m: Likewise. | |
4007 | 7351 * plot/semilogyerr.m: Likewise. |
7352 | |
5095 | 7353 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 7354 |
7355 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
7356 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
7357 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
7358 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
7359 | |
7360 * plot/errorbar.m: Use __errcomm__.m. | |
7361 * plot/__errplot__.m: Minor cleanups. | |
7362 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
7363 * plot/__pltopt1__.m: Likewise. | |
7364 | |
3980 | 7365 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7366 | |
3981 | 7367 * general/rem.m: Delete redundant call to usage. |
7368 | |
3980 | 7369 * general/mod.m: Additional error checks, Texinfoize doc string. |
7370 | |
5095 | 7371 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 7372 |
7373 * general/mod.m: New function. | |
7374 | |
3979 | 7375 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7376 | |
7377 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
7378 * control/system/sysadd.m: Likewise. | |
7379 * control/system/sysgroup.m: Likewise. | |
7380 * control/system/syssub.m: Likewise. | |
7381 * elfun/gcd.m: Likewise. | |
7382 * elfun/lcm.m: Likewise. | |
7383 * general/common_size.m: Likewise. | |
7384 * io/printf.m: Likewise. | |
7385 * miscellaneous/menu.m: Likewise. | |
7386 * miscellaneous/path.m: Likewise. | |
7387 * plot/__errplot__.m: Likewise. | |
7388 * plot/__plt__.m: Likewise. | |
7389 * plot/axis.m: Likewise. | |
7390 * plot/errorbar.m: Likewise. | |
7391 * plot/mplot.m: Likewise. | |
7392 * plot/loglog.m: Likewise. | |
7393 * plot/plot.m: Likewise. | |
7394 * plot/plot_border.m: Likewise. | |
7395 * plot/semilogx.m: Likewise. | |
7396 * plot/semilogy.m: Likewise. | |
7397 * plot/xlabel.m: Likewise. | |
7398 * plot/ylabel.m: Likewise. | |
7399 * plot/zlabel.m: Likewise. | |
7400 * statistics/base/ppplot.m: Likewise. | |
7401 * statistics/base/qqplot.m: Likewise. | |
7402 * statistics/tests/bartlett_test.m: Likewise. | |
7403 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
7404 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
7405 * strings/str2mat.m: Likewise. | |
7406 * strings/strcat.m: Likewise. | |
7407 | |
5095 | 7408 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 7409 |
7410 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
7411 | |
3924 | 7412 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7413 | |
7414 * skip-autoheader: New file, for autogen.sh. | |
3925 | 7415 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 7416 |
5095 | 7417 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 7418 |
7419 * general/repmat.m: New function. | |
7420 | |
5095 | 7421 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 7422 |
7423 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
7424 Use optional parameter to specify the number of bits in the input. | |
7425 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
7426 floats in the range [-1,1], 2x speedup. | |
7427 | |
7428 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
7429 | |
3910 | 7430 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7431 | |
7432 * linear-algebra/kron.m: Delete. | |
7433 | |
5095 | 7434 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 7435 |
7436 * signal/freqz.m: If nargout is zero, plot results instead of | |
7437 returning them. | |
7438 * signal/freqz_plot.m: New file. | |
7439 | |
5095 | 7440 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 7441 |
5378 | 7442 * signal/unwrap.m: New file. |
3906 | 7443 |
5095 | 7444 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 7445 |
7446 * image/rgb2hsv.m: Faster, more accurate, remove the | |
7447 divide by zero warning. | |
7448 | |
5095 | 7449 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 7450 |
3894 | 7451 * strings/deblank.m: Trim \0 as well as blank. |
7452 | |
5378 | 7453 * freqz.m: Evaluate a specific range of frequencies |
3893 | 7454 expressed in radians or Hz relative to a supplied sample rate. |
7455 | |
5095 | 7456 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 7457 |
7458 * signal/fftfilt.m: Filter columns if called with a matrix. | |
7459 | |
3891 | 7460 * strings/findstr.m: Vectorize as much as possible. |
7461 | |
5095 | 7462 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 7463 |
7464 * special-matrix/invhilb.m: New version that is faster and more | |
7465 accurate. | |
7466 | |
5095 | 7467 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 7468 |
7469 * configure.in: Update for autoconf 2.5x. | |
7470 | |
5095 | 7471 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 7472 |
7473 * special-matrix/vander.m: Code tidy and vectorize. | |
7474 | |
5095 | 7475 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 7476 |
3883 | 7477 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
7478 to vectors. Issue a warning in the case x matches y' but return a | |
7479 column vector as Octave currently does. | |
7480 | |
3882 | 7481 * plot/contour.m: Set default number of levels for contour(x,y,z). |
7482 | |
7483 * control/system/starp.m: Leave more of the documentation | |
7484 processing to texinfo and less to the @format block. | |
7485 | |
7486 * image/imagesc.m: Only display image if no output is requested. | |
7487 Code tidying. | |
7488 | |
3876 | 7489 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7490 | |
7491 * statistics/base/center.m: Accept and return empty matrix. | |
7492 | |
3872 | 7493 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7494 | |
7495 * specfun/erfinv.m: Fix usage message. | |
7496 | |
3869 | 7497 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7498 | |
7499 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
7500 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
7501 | |
3837 | 7502 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
7503 | |
7504 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
7505 capitalized variable names. | |
7506 | |
3836 | 7507 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
7508 | |
7509 * m/image/saveimage.m: fix saving an image to Postscript format. | |
7510 | |
5095 | 7511 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 7512 |
7513 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
7514 | |
3803 | 7515 2001-02-28 Kai Habel <kai.habel@gmx.de> |
7516 | |
3833 | 7517 * general/cart2pol.m: New file. |
7518 * general/pol2cart.m: New file. | |
7519 * general/cart2sph.m: New file. | |
7520 * general/sph2cart.m: New file. | |
7521 * image/rgb2hsv.m: New file. | |
7522 * image/hsv2rgb.m: New file. | |
3803 | 7523 |
7524 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
7525 | |
7526 * plot/meshgrid.m: Avoid for loops. | |
7527 * plot/meshdom.m: Likewise. | |
7528 | |
3801 | 7529 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7530 | |
7531 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
7532 | |
7533 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
7534 | |
7535 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
7536 norm. | |
7537 | |
3792 | 7538 2001-02-09 David Livings <david.livings@asa.co.uk> |
7539 | |
7540 * statistics/tests/welch_test.m: Fix typo. | |
7541 | |
7542 * statistics/distributions/chisquare_cdf.m: | |
7543 Don't restrict inputs to be only positive integers. | |
7544 * statistics/distributions/chisquare_inv.m: Likewise. | |
7545 * statistics/distributions/chisquare_pdf.m: Likewise. | |
7546 * statistics/distributions/chisquare_rnd.m: Likewise. | |
7547 * statistics/distributions/f_cdf.m: Likewise. | |
7548 * statistics/distributions/f_inv.m: Likewise. | |
7549 * statistics/distributions/f_pdf.m: Likewise. | |
7550 * statistics/distributions/f_rnd.m: Likewise. | |
7551 * statistics/distributions/t_cdf.m: Likewise. | |
7552 * statistics/distributions/t_inv.m: Likewise. | |
7553 * statistics/distributions/t_pdf.m: Likewise. | |
7554 * statistics/distributions/t_rnd.m: Likewise. | |
7555 | |
3790 | 7556 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7557 | |
7558 * strings/dec2base.m: New file. | |
7559 * strings/base2dec.m: New file. | |
7560 * strings/strjust.m: New file. | |
7561 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
7562 * strings/dec2bin.m: Likewise. | |
7563 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
7564 * strings/bin2dec.m: Likewise. | |
7565 | |
5095 | 7566 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 7567 |
7568 * statistics/base/ppplot.m: Use gset, not set. | |
7569 * statistics/base/qqplot.m: Likewise. | |
7570 | |
5095 | 7571 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 7572 |
7573 * control/system/c2d.m: Add missing endif. | |
7574 | |
3759 | 7575 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7576 | |
7577 * strings/index.m: Return 0 if either string is empty. | |
7578 | |
7579 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
7580 | |
7581 * control/system/c2d.m: Allow option of matched pole/zero | |
7582 equivalent for conversion. | |
7583 | |
7584 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
7585 | |
7586 * strings/findstr.m: Return empty matrix if search string is empty. | |
7587 | |
3757 | 7588 2000-12-15 Kai Habel <kai.habel@gmx.de> |
7589 | |
7590 * saveimage.m: Do create rawbit image for black and white images, | |
7591 but do it correctly. | |
7592 | |
3754 | 7593 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7594 | |
6778 | 7595 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
7596 result polynomials. | |
3754 | 7597 |
3748 | 7598 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7599 | |
7600 * image/saveimage.m: Don't try to create rawbit image. | |
7601 | |
3740 | 7602 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7603 | |
7604 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
7605 | |
5095 | 7606 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 7607 |
7608 * plot/contour.m: Reorder args for Matlab compatibility. | |
7609 | |
3727 | 7610 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
7611 | |
7612 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
7613 | |
3717 | 7614 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7615 | |
3718 | 7616 * plot/errorbar.m, plot/__errplot__.m: New functions. |
7617 | |
3717 | 7618 * plot/mesh.m: Also set nologscale before plotting. |
7619 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
7620 xyerrorbars instead of just errorbars. | |
7621 | |
3714 | 7622 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
7623 | |
7624 * image/image.m: Try display (from ImageMagick) first. | |
7625 | |
3709 | 7626 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
7627 | |
7628 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
7629 conjugate transpose. | |
7630 | |
3705 | 7631 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7632 | |
7633 * strings/str2mat.m: Apply setstr to each argument. | |
7634 | |
3696 | 7635 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
7636 | |
7637 * control/base/dkalman.m: New file. | |
7638 * control/base/dlqe.m: Handle singular A matrix. | |
7639 * control/base/dlqr.m: Likewise. | |
7640 | |
3695 | 7641 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7642 | |
7643 * strings/strcmp.m: Return 0 instead of an error if row and column | |
7644 dimensions don't match. | |
7645 | |
3690 | 7646 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
7647 | |
7648 * plot/hist.m: Allow 3 argument form to work. | |
7649 | |
5095 | 7650 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 7651 |
7652 * plot/plot.m: Add examples in doc string. | |
7653 | |
5095 | 7654 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 7655 |
7656 * control/base/__stepimp__.m: Reset multiplot state when done. | |
7657 Do the right thing even if automatic_replot is not zero. | |
7658 Avoid failure if system has pure imaginary poles. | |
7659 | |
3674 | 7660 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
7661 | |
7662 * general/logical.m: Return arg if it is empty. Better error | |
7663 message for non-numeric types. | |
7664 | |
5095 | 7665 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 7666 |
7667 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
7668 about difference with Matlab dlqe function. | |
7669 | |
7670 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
7671 | |
5095 | 7672 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 7673 |
7674 * strings/strrep.m: Fix typo. | |
7675 | |
3666 | 7676 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7677 | |
7678 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
7679 | |
5095 | 7680 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 7681 |
7682 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 7683 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 7684 |
5095 | 7685 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 7686 |
7687 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
7688 guess for iteration. | |
7689 | |
3651 | 7690 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7691 | |
7692 * image/image.m: Allow image (A) or image (x, y, A). | |
7693 * image/imagesc.m: Likewise. | |
7694 | |
7695 * image/image.m: If zoom is not supplied, or if it is an empty | |
7696 matrix, autoscale the image. | |
7697 | |
3618 | 7698 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7699 | |
3619 | 7700 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
7701 Undo string escapes in text twice(!) before sending to gnuplot. | |
7702 | |
3618 | 7703 * image/saveimage.m: Add comment to file saying who created it and |
7704 when it was created. Suggested by Stephen Eglen | |
7705 <stephen@cogsci.ed.ac.uk>. | |
7706 | |
5095 | 7707 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 7708 |
7709 * polynomial/polyreduce.m: Simplify by looking for the first | |
7710 non-zero element rather than the last of the first set of zero | |
7711 elements. | |
7712 | |
7713 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
7714 | |
5095 | 7715 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 7716 |
7717 * image/saveimage.m: Swap black and white colormaps so zero is | |
7718 displayed as black and 1 is displayed as white. | |
7719 Fix indexing bug in ppm case. | |
7720 | |
3604 | 7721 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
7722 | |
7723 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
7724 between the two distributions (took same approach as ks.test() in R.) | |
7725 | |
3603 | 7726 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
7727 | |
7728 * control/base/bode.m: Temporarily disable automatic_replot. | |
7729 | |
3599 | 7730 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7731 | |
3601 | 7732 * Makefile.in (clean): Also remove gethelp. |
7733 | |
3599 | 7734 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
7735 | |
5095 | 7736 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 7737 |
7738 * set/create_set.m: Use find to avoid while loop. | |
7739 | |
5095 | 7740 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 7741 |
7742 * plot/hist.m: New optional third argument. | |
7743 | |
7744 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7745 | |
7746 * miscellaneous/bug_report.m: Use octave-bug script with version | |
7747 number appended. | |
7748 | |
3575 | 7749 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7750 | |
7751 * gethelp.cc: Sprinkle with std:: qualifier. | |
7752 | |
3498 | 7753 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
7754 | |
7755 * image/saveimage.m: Delete some debugging code. | |
7756 | |
3486 | 7757 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
7758 | |
7759 * signal/sinc.m: Avoid reshaping. | |
7760 | |
7761 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
7762 * image/ind2rgb.m: Ditto. | |
7763 * image/ind2gray.m: Ditto. | |
7764 * general/reshape.m: Ditto. Also no longer needs to reset | |
7765 implicit_str_to_num_ok. | |
7766 | |
3483 | 7767 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
7768 | |
7769 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
7770 a list of file structures, not a vector of numeric file ids. | |
7771 | |
3474 | 7772 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7773 | |
3476 | 7774 * plot/__axis_label__.m: New function. |
7775 Undo string escapes in text twice(!) before sending to gnuplot. | |
7776 * plot/xlabel.m: Use it. | |
7777 * plot/ylabel.m: Ditto. | |
7778 * plot/zlabel.m: Ditto. | |
7779 | |
3474 | 7780 * plot/mesh.m: Fix error message to reflect reality. |
7781 | |
5095 | 7782 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 7783 |
7784 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
7785 | |
5095 | 7786 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 7787 |
7788 * audio/saveaudio.m: Also accept files with .ul extension. | |
7789 * audio/loadaudio.m: Ditto. | |
7790 * audio/playaudio.m: Ditto. | |
7791 | |
3456 | 7792 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7793 | |
7794 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
7795 * statistics/distributions/beta_inv.m: Ditto. | |
7796 * statistics/distributions/beta_pdf.m: Ditto. | |
7797 * statistics/distributions/beta_rnd.m: Ditto. | |
7798 * statistics/distributions/binomial_cdf.m: Ditto. | |
7799 * statistics/distributions/binomial_inv.m: Ditto. | |
7800 * statistics/distributions/binomial_pdf.m: Ditto. | |
7801 * statistics/distributions/binomial_rnd.m: Ditto. | |
7802 * statistics/distributions/cauchy_cdf.m: Ditto. | |
7803 * statistics/distributions/cauchy_inv.m: Ditto. | |
7804 * statistics/distributions/cauchy_pdf.m: Ditto. | |
7805 * statistics/distributions/cauchy_rnd.m: Ditto. | |
7806 * statistics/distributions/chisquare_cdf.m: Ditto. | |
7807 * statistics/distributions/chisquare_inv.m: Ditto. | |
7808 * statistics/distributions/chisquare_pdf.m: Ditto. | |
7809 * statistics/distributions/chisquare_rnd.m: Ditto. | |
7810 * statistics/distributions/discrete_cdf.m: Ditto. | |
7811 * statistics/distributions/discrete_inv.m: Ditto. | |
7812 * statistics/distributions/discrete_pdf.m: Ditto. | |
7813 * statistics/distributions/discrete_rnd.m: Ditto. | |
7814 * statistics/distributions/empirical_cdf.m: Ditto. | |
7815 * statistics/distributions/empirical_inv.m: Ditto. | |
7816 * statistics/distributions/empirical_pdf.m: Ditto. | |
7817 * statistics/distributions/empirical_rnd.m: Ditto. | |
7818 * statistics/distributions/exponential_cdf.m: Ditto. | |
7819 * statistics/distributions/exponential_inv.m: Ditto. | |
7820 * statistics/distributions/exponential_pdf.m: Ditto. | |
7821 * statistics/distributions/exponential_rnd.m: Ditto. | |
7822 * statistics/distributions/f_cdf.m: Ditto. | |
7823 * statistics/distributions/f_inv.m: Ditto. | |
7824 * statistics/distributions/f_pdf.m: Ditto. | |
7825 * statistics/distributions/f_rnd.m: Ditto. | |
7826 * statistics/distributions/gamma_cdf.m: Ditto. | |
7827 * statistics/distributions/gamma_inv.m: Ditto. | |
7828 * statistics/distributions/gamma_pdf.m: Ditto. | |
7829 * statistics/distributions/gamma_rnd.m: Ditto. | |
7830 * statistics/distributions/geometric_cdf.m: Ditto. | |
7831 * statistics/distributions/geometric_inv.m: Ditto. | |
7832 * statistics/distributions/geometric_pdf.m: Ditto. | |
7833 * statistics/distributions/geometric_rnd.m: Ditto. | |
7834 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
7835 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
7836 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
7837 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
7838 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
7839 * statistics/distributions/laplace_cdf.m: Ditto. | |
7840 * statistics/distributions/laplace_inv.m: Ditto. | |
7841 * statistics/distributions/laplace_pdf.m: Ditto. | |
7842 * statistics/distributions/laplace_rnd.m: Ditto. | |
7843 * statistics/distributions/logistic_cdf.m: Ditto. | |
7844 * statistics/distributions/logistic_inv.m: Ditto. | |
7845 * statistics/distributions/logistic_pdf.m: Ditto. | |
7846 * statistics/distributions/logistic_rnd.m: Ditto. | |
7847 * statistics/distributions/lognormal_cdf.m: Ditto. | |
7848 * statistics/distributions/lognormal_inv.m: Ditto. | |
7849 * statistics/distributions/lognormal_pdf.m: Ditto. | |
7850 * statistics/distributions/lognormal_rnd.m: Ditto. | |
7851 * statistics/distributions/normal_cdf.m: Ditto. | |
7852 * statistics/distributions/normal_inv.m: Ditto. | |
7853 * statistics/distributions/normal_pdf.m: Ditto. | |
7854 * statistics/distributions/normal_rnd.m: Ditto. | |
7855 * statistics/distributions/pascal_cdf.m: Ditto. | |
7856 * statistics/distributions/pascal_inv.m: Ditto. | |
7857 * statistics/distributions/pascal_pdf.m: Ditto. | |
7858 * statistics/distributions/pascal_rnd.m: Ditto. | |
7859 * statistics/distributions/poisson_cdf.m: Ditto. | |
7860 * statistics/distributions/poisson_inv.m: Ditto. | |
7861 * statistics/distributions/poisson_pdf.m: Ditto. | |
7862 * statistics/distributions/poisson_rnd.m: Ditto. | |
7863 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
7864 * statistics/distributions/stdnormal_inv.m: Ditto. | |
7865 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
7866 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
7867 * statistics/distributions/t_cdf.m: Ditto. | |
7868 * statistics/distributions/t_inv.m: Ditto. | |
7869 * statistics/distributions/t_pdf.m: Ditto. | |
7870 * statistics/distributions/t_rnd.m: Ditto. | |
7871 * statistics/distributions/uniform_cdf.m: Ditto. | |
7872 * statistics/distributions/uniform_inv.m: Ditto. | |
7873 * statistics/distributions/uniform_pdf.m: Ditto. | |
7874 * statistics/distributions/uniform_rnd.m: Ditto. | |
7875 * statistics/distributions/weibull_cdf.m: Ditto. | |
7876 * statistics/distributions/weibull_inv.m: Ditto. | |
7877 * statistics/distributions/weibull_pdf.m: Ditto. | |
7878 * statistics/distributions/weibull_rnd.m: Ditto. | |
7879 * statistics/distributions/wiener_rnd.m: Ditto. | |
7880 | |
3453 | 7881 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7882 | |
7883 * statistics/base/values.m: Texinfoize doc string. | |
7884 * statistics/base/var.m: Ditto. | |
7885 * statistics/base/table.m: Ditto. | |
7886 * statistics/base/studentize.m: Ditto. | |
7887 * statistics/base/statistics.m: Ditto. | |
7888 * statistics/base/spearman.m: Ditto. | |
7889 * statistics/base/run_count.m: Ditto. | |
7890 * statistics/base/ranks.m: Ditto. | |
7891 * statistics/base/range.m: Ditto. | |
7892 * statistics/base/qqplot.m: Ditto. | |
7893 * statistics/base/probit.m: Ditto. | |
7894 * statistics/base/ppplot.m: Ditto. | |
7895 * statistics/base/moment.m: Ditto. | |
7896 * statistics/base/meansq.m: Ditto. | |
7897 * statistics/base/logit.m: Ditto. | |
7898 * statistics/base/kendall.m: Ditto. | |
7899 * statistics/base/iqr.m: Ditto. | |
7900 * statistics/base/cut.m: Ditto. | |
7901 * statistics/base/cor.m: Ditto. | |
7902 * statistics/base/cloglog.m: Ditto. | |
7903 * statistics/base/center.m: Ditto. | |
3454 | 7904 * statistics/models/logistic_regression.m: Ditto. |
7905 * statistics/models/logistic_regression_derivative.m: Ditto. | |
7906 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
7907 * statistics/tests/anova.m: Ditto. | |
7908 * statistics/tests/bartlett_test.m: Ditto. | |
7909 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
7910 * statistics/tests/chisquare_test_independence.m: Ditto. | |
7911 * statistics/tests/cor_test.m: Ditto. | |
7912 * statistics/tests/f_test_regression.m: Ditto. | |
7913 * statistics/tests/hotelling_test.m: Ditto. | |
7914 * statistics/tests/hotelling_test_2.m: Ditto. | |
7915 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
7916 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
7917 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
7918 * statistics/tests/manova.m: Ditto. | |
7919 * statistics/tests/mcnemar_test.m: Ditto. | |
7920 * statistics/tests/prop_test_2.m: Ditto. | |
7921 * statistics/tests/run_test.m: Ditto. | |
7922 * statistics/tests/sign_test.m: Ditto. | |
7923 * statistics/tests/t_test.m: Ditto. | |
7924 * statistics/tests/t_test_2.m: Ditto. | |
7925 * statistics/tests/t_test_regression.m: Ditto. | |
7926 * statistics/tests/u_test.m: Ditto. | |
7927 * statistics/tests/var_test.m: Ditto. | |
7928 * statistics/tests/welch_test.m: Ditto. | |
7929 * statistics/tests/wilcoxon_test.m: Ditto. | |
7930 * statistics/tests/z_test.m: Ditto. | |
7931 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 7932 |
3446 | 7933 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7934 | |
7935 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 7936 * plot/__plr1__.m: Ditto. |
7937 * plot/__pltopt__.m: Ditto. | |
7938 * plot/__plt__.m: Ditto. | |
7939 * plot/__plt2vv__.m: Ditto. | |
7940 * plot/__plr2__.m: Ditto. | |
7941 * plot/__plr__.m: Ditto. | |
7942 * plot/__plt1__.m: Ditto. | |
7943 * plot/__plt2__.m: Ditto. | |
7944 * plot/__plt2mm__.m: Ditto. | |
7945 * plot/__plt2mv__.m: Ditto. | |
7946 * plot/__plt2ss__.m: Ditto. | |
7947 * miscellaneous/paren.m: Ditto. | |
7948 * miscellaneous/comma.m: Ditto. | |
7949 * miscellaneous/semicolon.m: Ditto. | |
7950 * miscellaneous/path.m: Ditto. | |
7951 * miscellaneous/list_primes.m: Ditto. | |
7952 * miscellaneous/flops.m: Ditto. | |
7953 * miscellaneous/dump_prefs.m: Ditto. | |
7954 * miscellaneous/bug_report.m: Ditto. | |
7955 * linear-algebra/dot.m: Ditto | |
7956 * linear-algebra/dmult.m: Ditto. | |
7957 * general/randperm.m: Ditto. | |
7958 * general/logical.m: Ditto. | |
7959 * general/is_duplicate_entry.m: Ditto. | |
7960 * signal/arch_fit.m: Ditto. | |
7961 * signal/arch_rnd.m: Ditto. | |
7962 * signal/arch_test.m: Ditto. | |
7963 * signal/arma_rnd.m: Ditto. | |
7964 * signal/autocor.m: Ditto. | |
7965 * signal/autocov.m: Ditto. | |
7966 * signal/autoreg_matrix.m: Ditto. | |
7967 * signal/bartlett.m: Ditto. | |
7968 * signal/blackman.m: Ditto. | |
7969 * signal/detrend.m: Ditto. | |
7970 * signal/diffpara.m: Ditto. | |
7971 * signal/durbinlevinson.m: Ditto. | |
7972 * signal/fftconv.m: Ditto. | |
7973 * signal/fftfilt.m: Ditto. | |
7974 * signal/fftshift.m: Ditto. | |
7975 * signal/fractdiff.m: Ditto. | |
7976 * signal/freqz.m: Ditto. | |
7977 * signal/hamming.m: Ditto. | |
7978 * signal/hanning.m: Ditto. | |
7979 * signal/hurst.m: Ditto. | |
7980 * signal/periodogram.m: Ditto. | |
7981 * signal/rectangle_lw.m: Ditto. | |
7982 * signal/rectangle_sw.m: Ditto. | |
7983 * signal/sinc.m: Ditto. | |
7984 * signal/sinetone.m: Ditto. | |
7985 * signal/sinewave.m: Ditto. | |
7986 * signal/spectral_adf.m: Ditto. | |
7987 * signal/spectral_xdf.m: Ditto. | |
7988 * signal/spencer.m: Ditto. | |
7989 * signal/stft.m: Ditto. | |
7990 * signal/synthesis.m: Ditto. | |
7991 * signal/triangle_lw.m: Ditto. | |
7992 * signal/triangle_sw.m: Ditto. | |
7993 * signal/yulewalker.m: Ditto. | |
3450 | 7994 * control/util/strappend.m: Ditto. |
3451 | 7995 * control/base/nichols.m: Ditto. |
3452 | 7996 * control/system/is_signal_list.m: Ditto. |
7997 * control/system/listidx.m: Ditto. | |
7998 * control/system/sysgettsam.m: Ditto. | |
7999 * control/system/sysidx.m: Ditto. | |
3446 | 8000 |
3438 | 8001 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8002 | |
8003 * control/system/__abcddims__.m: Rename from | |
8004 control/system/abcddims.m, change all callers. | |
8005 * control/base/__bodquist__.m: Likewise. | |
8006 * control/base/__freqresp__.m: Likewise. | |
8007 * control/util/__outlist__.m: Likewise. | |
8008 * control/base/__stepimp__.m: Likewise. | |
8009 * control/system/__syschnamesl__.m: Likewise. | |
8010 * control/system/__syscont_disc__.m: Likewise. | |
8011 * control/system/__sysdefioname__.m: Likewise. | |
8012 * control/system/__sysdefstname__.m: Likewise. | |
8013 * control/system/__sysgroupn__.m: Likewise. | |
8014 * control/system/__tf2sysl__.m: Likewise. | |
8015 * control/util/__zgpbal__.m: Likewise. | |
8016 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 8017 |
8018 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 8019 * quaternion/qconj.m: Ditto. |
8020 * quaternion/qcoordinate_plot.m: Ditto. | |
8021 * quaternion/qderiv.m: Ditto. | |
8022 * quaternion/qderivmat.m: Ditto. | |
8023 * quaternion/qinv.m: Ditto. | |
8024 * quaternion/qmult.m: Ditto. | |
8025 * quaternion/qtrans.m: Ditto. | |
8026 * quaternion/qtransv.m: Ditto. | |
8027 * quaternion/qtransvmat.m: Ditto. | |
8028 * quaternion/quaternion.m: Ditto. | |
3438 | 8029 |
3436 | 8030 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8031 | |
8032 * control/base/Makefile.in: Ditto. | |
8033 * control/hinf/Makefile.in: New file. | |
8034 * control/marsyas/Makefile.in: Ditto. | |
8035 * control/obsolete/Makefile.in: Ditto. | |
8036 * control/system/Makefile.in: Ditto. | |
8037 * control/util/Makefile.in: Ditto. | |
8038 | |
8039 * strings/com2str.m: Move here from control directory. | |
8040 | |
8041 * control/base: New directory. | |
8042 * control/base/DEMOcontrol.m: Move here from control directory. | |
8043 * control/base/analdemo.m: Ditto. | |
8044 * control/base/are.m: Ditto. | |
8045 * control/base/bddemo.m: Ditto. | |
8046 * control/base/bode.m: Ditto. | |
8047 * control/base/bode_bounds.m: Ditto. | |
8048 * control/base/bodquist.m: Ditto. | |
8049 * control/base/controldemo.m: Ditto. | |
8050 * control/base/ctrb.m: Ditto. | |
8051 * control/base/damp.m: Ditto. | |
8052 * control/base/dare.m: Ditto. | |
8053 * control/base/dcgain.m: Ditto. | |
8054 * control/base/dgram.m: Ditto. | |
8055 * control/base/dlqe.m: Ditto. | |
8056 * control/base/dlqr.m: Ditto. | |
8057 * control/base/dlyap.m: Ditto. | |
8058 * control/base/dre.m: Ditto. | |
8059 * control/base/frdemo.m: Ditto. | |
8060 * control/base/freqchkw.m: Ditto. | |
8061 * control/base/freqresp.m: Ditto. | |
8062 * control/base/gram.m: Ditto. | |
8063 * control/base/impulse.m: Ditto. | |
8064 * control/base/lqe.m: Ditto. | |
8065 * control/base/lqg.m: Ditto. | |
8066 * control/base/lqr.m: Ditto. | |
8067 * control/base/lsim.m: Ditto. | |
8068 * control/base/ltifr.m: Ditto. | |
8069 * control/base/lyap.m: Ditto. | |
8070 * control/base/nichols.m: Ditto. | |
8071 * control/base/nyquist.m: Ditto. | |
8072 * control/base/obsv.m: Ditto. | |
8073 * control/base/place.m: Ditto. | |
8074 * control/base/pzmap.m: Ditto. | |
8075 * control/base/rldemo.m: Ditto. | |
8076 * control/base/rlocus.m: Ditto. | |
8077 * control/base/step.m: Ditto. | |
8078 * control/base/stepimp.m: Ditto. | |
8079 * control/base/tzero.m: Ditto. | |
8080 * control/base/tzero2.m: Ditto. | |
8081 | |
8082 * control/hinf: New directory. | |
8083 * control/hinf/dhinfdemo.m: Move here from control directory. | |
8084 * control/hinf/h2norm.m: Ditto. | |
8085 * control/hinf/h2syn.m: Ditto. | |
8086 * control/hinf/hinf_ctr.m: Ditto. | |
8087 * control/hinf/hinfdemo.m: Ditto. | |
8088 * control/hinf/hinfnorm.m: Ditto. | |
8089 * control/hinf/hinfsyn.m: Ditto. | |
8090 * control/hinf/hinfsyn_chk.m: Ditto. | |
8091 * control/hinf/hinfsyn_ric.m: Ditto. | |
8092 * control/hinf/wgt1o.m: Ditto. | |
3441 | 8093 * control/hinf/dgkfdemo.m: Ditto. |
8094 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 8095 |
8096 * control/marsyas: New directory. | |
8097 * control/marsyas/demomarsyas.m: Move here from control directory. | |
8098 * control/marsyas/susball.m: Ditto. | |
8099 | |
8100 * control/obsolete/dezero.m: Move here from control directory. | |
8101 * control/obsolete/rotg.m: Ditto. | |
8102 | |
8103 * control/system: New directory. | |
8104 * control/system/abcddim.m: Move here from control directory. | |
8105 * control/system/abcddims.m: Ditto. | |
8106 * control/system/buildssic.m: Ditto. | |
8107 * control/system/c2d.m: Ditto. | |
8108 * control/system/d2c.m: Ditto. | |
8109 * control/system/dmr2d.m: Ditto. | |
8110 * control/system/fir2sys.m: Ditto. | |
8111 * control/system/is_abcd.m: Ditto. | |
8112 * control/system/is_digital.m: Ditto. | |
8113 * control/system/is_sample.m: Ditto. | |
8114 * control/system/is_signal_list.m: Ditto. | |
8115 * control/system/is_siso.m: Ditto. | |
3441 | 8116 * control/system/is_controllable.m: Ditto. |
8117 * control/system/is_detectable.m: Ditto. | |
8118 * control/system/is_observable.m: Ditto. | |
8119 * control/system/is_stabilizable.m: Ditto. | |
8120 * control/system/is_stable.m: Ditto. | |
3436 | 8121 * control/system/jet707.m: Ditto. |
8122 * control/system/listidx.m: Ditto. | |
8123 * control/system/moddemo.m: Ditto. | |
8124 * control/system/ord2.m: Ditto. | |
8125 * control/system/packedform.m: Ditto. | |
8126 * control/system/parallel.m: Ditto. | |
8127 * control/system/ss2sys.m: Ditto. | |
8128 * control/system/ss2tf.m: Ditto. | |
8129 * control/system/ss2zp.m: Ditto. | |
8130 * control/system/starp.m: Ditto. | |
8131 * control/system/sys2fir.m: Ditto. | |
8132 * control/system/sys2ss.m: Ditto. | |
8133 * control/system/sys2tf.m: Ditto. | |
8134 * control/system/sys2zp.m: Ditto. | |
8135 * control/system/sysadd.m: Ditto. | |
8136 * control/system/sysappend.m: Ditto. | |
8137 * control/system/syschnamesl.m: Ditto. | |
8138 * control/system/syschtsam.m: Ditto. | |
8139 * control/system/sysconnect.m: Ditto. | |
8140 * control/system/syscont.m: Ditto. | |
8141 * control/system/syscont_disc.m: Ditto. | |
8142 * control/system/sysdefioname.m: Ditto. | |
8143 * control/system/sysdefstname.m: Ditto. | |
8144 * control/system/sysdimensions.m: Ditto. | |
8145 * control/system/sysdisc.m: Ditto. | |
8146 * control/system/sysdup.m: Ditto. | |
8147 * control/system/sysgetsignals.m: Ditto. | |
8148 * control/system/sysgettsam.m: Ditto. | |
8149 * control/system/sysgettype.m: Ditto. | |
8150 * control/system/sysgroup.m: Ditto. | |
8151 * control/system/sysgroupn.m: Ditto. | |
8152 * control/system/sysidx.m: Ditto. | |
8153 * control/system/sysmin.m: Ditto. | |
8154 * control/system/sysmult.m: Ditto. | |
8155 * control/system/sysout.m: Ditto. | |
8156 * control/system/sysprune.m: Ditto. | |
8157 * control/system/sysreorder.m: Ditto. | |
8158 * control/system/sysrepdemo.m: Ditto. | |
8159 * control/system/sysscale.m: Ditto. | |
8160 * control/system/syssetsignals.m: Ditto. | |
8161 * control/system/syssub.m: Ditto. | |
8162 * control/system/sysupdate.m: Ditto. | |
8163 * control/system/tf2ss.m: Ditto. | |
8164 * control/system/tf2sys.m: Ditto. | |
8165 * control/system/tf2sysl.m: Ditto. | |
8166 * control/system/tf2zp.m: Ditto. | |
8167 * control/system/tfout.m: Ditto. | |
8168 * control/system/ugain.m: Ditto. | |
8169 * control/system/zp2ss.m: Ditto. | |
8170 * control/system/zp2ssg2.m: Ditto. | |
8171 * control/system/zp2sys.m: Ditto. | |
8172 * control/system/zp2tf.m: Ditto. | |
8173 * control/system/zpout.m: Ditto. | |
8174 | |
8175 * control/util: New directory. | |
8176 * control/util/axis2dlim.m: Move here from control directory. | |
8177 * control/util/outlist.m: Ditto. | |
8178 * control/util/prompt.m: Ditto. | |
8179 * control/util/run_cmd.m: Ditto. | |
8180 * control/util/sortcom.m: Ditto. | |
8181 * control/util/strappend.m: Ditto. | |
8182 * control/util/swap.m: Ditto. | |
8183 * control/util/zgfmul.m: Ditto. | |
8184 * control/util/zgfslv.m: Ditto. | |
8185 * control/util/zginit.m: Ditto. | |
8186 * control/util/zgpbal.m: Ditto. | |
8187 * control/util/zgreduce.m: Ditto. | |
8188 * control/util/zgrownorm.m: Ditto. | |
8189 * control/util/zgscal.m: Ditto. | |
8190 * control/util/zgsgiv.m: Ditto. | |
8191 * control/util/zgshsr.m: Ditto. | |
8192 | |
3427 | 8193 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8194 | |
8195 * gethelp.cc (extract_help_text): Discard first space character | |
8196 after consecutive comment characters. | |
8197 | |
3422 | 8198 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
8199 | |
8200 * control/obsolete: New directory | |
8201 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 8202 * control/obsolete/swapcols.m: Ditto. |
8203 * control/obsolete/dlqg.m: Ditto. | |
8204 * control/obsolete/minfo.m: Ditto. | |
8205 * control/obsolete/packsys.m: Ditto. | |
8206 * control/obsolete/qzval.m: Ditto. | |
8207 * control/obsolete/unpacksys.m: Ditto. | |
8208 * control/obsolete/series.m: Ditto. | |
8209 * control/obsolete/syschnames.m: Ditto. | |
8210 * polynomial/polyout.m: Ditto. | |
3422 | 8211 |
3420 | 8212 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8213 | |
8214 * general/fliplr.m: Eliminate useless copy of arg. | |
8215 * general/flipud.m: Ditto. | |
8216 | |
3418 | 8217 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8218 | |
8219 * linear-algebra/cross.m: Only return a row vector if both args | |
8220 are row vectors. | |
8221 * polynomial/polyfit.m: Likewise. | |
8222 | |
8223 * signal/autocov.m: Don't reset prefer_column_vectors. | |
8224 | |
8225 * statistics/distributions/discrete_rnd.m: | |
8226 Always generate a row vector. | |
8227 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
8228 | |
5095 | 8229 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 8230 |
8231 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
8232 | |
8233 * audio/setaudio.m: Texinfoize doc string. | |
8234 * control/com2str.m: Likewise. | |
8235 * control/controldemo.m: Likewise. | |
8236 * control/DEMOcontrol.m: Likewise. | |
8237 * control/dezero.m: Likewise. | |
8238 * control/dre.m: Likewise. | |
8239 * control/hinfsyn_ric.m: Likewise. | |
8240 | |
5095 | 8241 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 8242 |
8243 * io/printf.m: Add @seealso{...} to doc string. | |
8244 * io/puts.m: Likewise. | |
8245 * plot/semilogx.m: Likewise. | |
8246 * plot/semilogy.m: Likewise. | |
8247 * plot/__pltopt__.m: Likewise. | |
8248 * plot/bar.m: Likewise. | |
8249 * plot/xlabel.m: Likewise. | |
8250 * plot/grid.m: Likewise. | |
8251 * plot/shg.m: Likewise. | |
8252 * plot/title.m: Likewise. | |
8253 * plot/mesh.m: Likewise. | |
8254 * plot/__pltopt1__.m: Likewise. | |
8255 * plot/contour.m: Likewise. | |
8256 * plot/hist.m: Likewise. | |
8257 * plot/stairs.m: Likewise. | |
8258 * plot/meshgrid.m: Likewise. | |
8259 * plot/polar.m: Likewise. | |
8260 * plot/loglog.m: Likewise. | |
8261 * plot/plot.m: Likewise. | |
8262 * miscellaneous/semicolon.m: Likewise. | |
8263 * miscellaneous/menu.m: Likewise. | |
8264 * miscellaneous/etime.m: Likewise. | |
8265 * miscellaneous/texas_lotto.m: Likewise. | |
8266 * miscellaneous/comma.m: Likewise. | |
8267 * audio/lin2mu.m: Likewise. | |
8268 * audio/playaudio.m: Likewise. | |
8269 * audio/loadaudio.m: Likewise. | |
8270 * audio/saveaudio.m: Likewise. | |
8271 * audio/mu2lin.m: Likewise. | |
8272 * audio/record.m: Likewise. | |
8273 * strings/isletter.m: Likewise. | |
8274 * strings/lower.m: Likewise. | |
8275 * strings/lower.m: Likewise. | |
8276 * strings/upper.m: Likewise. | |
8277 * specfun/erfinv.m: Likewise. | |
8278 * specfun/gammai.m: Likewise. | |
8279 * specfun/log2.m: Likewise. | |
8280 * specfun/pow2.m: Likewise. | |
8281 * elfun/gcd.m: Likewise. | |
8282 * elfun/lcm.m: Likewise. | |
8283 * special-matrix/vander.m: Likewise. | |
8284 * special-matrix/sylvester_matrix.m: Likewise. | |
8285 * special-matrix/hilb.m: Likewise. | |
8286 * special-matrix/hankel.m: Likewise. | |
8287 * special-matrix/toeplitz.m: Likewise. | |
8288 * special-matrix/invhilb.m: Likewise. | |
8289 * statistics/base/std.m: Likewise. | |
8290 * statistics/base/median.m: Likewise. | |
8291 * linear-algebra/cond.m: Likewise. | |
8292 * linear-algebra/norm.m: Likewise. | |
8293 * finance/nper.m: Likewise. | |
8294 * finance/pmt.m: Likewise. | |
8295 * finance/pv.m: Likewise. | |
8296 * finance/rate.m: Likewise. | |
8297 * finance/npv.m: Likewise. | |
8298 * general/fliplr.m: Likewise. | |
8299 * general/flipud.m: Likewise. | |
8300 * general/is_scalar.m: Likewise. | |
8301 * general/rem.m: Likewise. | |
8302 * general/perror.m: Likewise. | |
8303 * general/tril.m: Likewise. | |
8304 * general/rot90.m: Likewise. | |
8305 * general/num2str.m: Likewise. | |
8306 * general/int2str.m: Likewise. | |
8307 * general/reshape.m: Likewise. | |
8308 * general/logspace.m: Likewise. | |
8309 * general/is_symmetric.m: Likewise. | |
8310 * general/is_vector.m: Likewise. | |
8311 * general/nextpow2.m: Likewise. | |
8312 * general/columns.m: Likewise. | |
8313 * general/is_square.m: Likewise. | |
8314 * general/rows.m: Likewise. | |
8315 * control/ugain.m: Likewise. | |
8316 * control/damp.m: Likewise. | |
8317 * control/dare.m: Likewise. | |
8318 * control/are.m: Likewise. | |
8319 * control/sys2fir.m: Likewise. | |
8320 * control/abcddim.m: Likewise. | |
8321 * control/is_abcd.m: Likewise. | |
8322 * control/step.m: Likewise. | |
8323 * control/is_observable.m: Likewise. | |
8324 * control/is_controllable.m: Likewise. | |
8325 * control/jet707.m: Likewise. | |
8326 * control/polyout.m: Likewise. | |
8327 * control/impulse.m: Likewise. | |
8328 * control/lqg.m: Likewise. | |
8329 * control/is_detectable.m: Likewise. | |
8330 * control/sysdimensions.m: Likewise. | |
8331 * control/sysupdate.m: Likewise. | |
8332 * control/stepimp.m: Likewise. | |
8333 * control/is_stable.m: Likewise. | |
8334 * control/tfout.m: Likewise. | |
8335 * control/zpout.m: Likewise. | |
8336 | |
3405 | 8337 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8338 | |
8339 * set/complement.m: Add @seealso{} stuff. | |
8340 * set/create_set.m: Likewise. | |
8341 * set/intersection.m: Likewise. | |
8342 * set/union.m: Likewise. | |
8343 | |
3399 | 8344 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8345 | |
3400 | 8346 * control/d2c.m: Use double quotes instead of single quotes for |
8347 string constants. | |
8348 * control/dgkfdemo.m: Likewise. | |
8349 * control/fir2sys.m: Likewise. | |
8350 * control/frdemo.m: Likewise. | |
8351 * control/moddemo.m: Likewise. | |
8352 * control/minfo.m: Likewise. | |
8353 * control/is_stabilizable.m: Likewise. | |
8354 * control/is_dgkf.m: Likewise. | |
8355 * control/polyout.m: Likewise. | |
8356 * control/sysconnect.m: Likewise. | |
8357 * control/sysrepdemo.m: Likewise. | |
8358 * control/tf2sys.m: Likewise. | |
8359 * control/tfout.m: Likewise. | |
8360 * control/zp2sys.m: Likewise. | |
8361 * control/zpout.m: Likewise. | |
8362 * control/tzero.m: Likewise. | |
8363 | |
8364 * control/DEMOcontrol.m: Handle moddemo case too. | |
8365 | |
8366 * image/loadimage.m: Use double quotes instead of single quotes | |
8367 for string constants. Use sprintf instead of square brackets to | |
8368 construct string. | |
8369 | |
3399 | 8370 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 8371 * control/fir2sys.m: Likewise. |
3399 | 8372 |
3390 | 8373 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8374 | |
8375 * mkdoc: Only delete spaces before @ characters at the beginning | |
8376 of a line. | |
8377 | |
3383 | 8378 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8379 | |
3388 | 8380 * control/bddemo.m: Make it more likely to work with any value of |
8381 whitespace_in_literal_matrix. | |
3386 | 8382 * control/analdemo.m: Ditto. |
8383 * control/dgkfdemo.m: Ditto. | |
8384 * control/frdemo.m: Ditto. | |
8385 * control/sysrepdemo.m: Ditto. | |
8386 * control/moddemo.m: Ditto. | |
3388 | 8387 * control/zp2ss.m: Ditto. |
3387 | 8388 * control/zp2tf.m: Ditto. |
3388 | 8389 * control/syssub.m: Ditto. |
8390 * finance/npv.m: Ditto. | |
8391 * statistics/base/studentize.m: Ditto. | |
8392 * statistics/base/values.m: Ditto. | |
8393 * statistics/distributions/exponential_cdf.m: Ditto. | |
8394 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 8395 |
3384 | 8396 * control/dezero.m: Use toascii to convert string to ASCII value |
8397 instead of multiplying it by 1. | |
8398 | |
3383 | 8399 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
8400 * control/zpout.m: Ditto. | |
8401 * control/tfout.m: Ditto. | |
8402 * control/tf2sys.m: Ditto. | |
8403 * control/syssub.m: Ditto. | |
8404 * control/syssetsignals.m: Ditto. | |
8405 * control/sysout.m: Ditto. | |
8406 * control/sysmult.m: Ditto. | |
8407 * control/sysgroup.m: Ditto. | |
8408 * control/sysdup.m: Ditto. | |
8409 * control/sysdisc.m: Ditto. | |
8410 * control/syscont.m: Ditto. | |
8411 * control/sysconnect.m: Ditto. | |
8412 * control/sysappend.m: Ditto. | |
8413 * control/sysadd.m: Ditto. | |
8414 * control/ss2sys.m: Ditto. | |
8415 * control/nyquist.m: Ditto. | |
8416 * control/lqg.m: Ditto. | |
8417 * control/fir2sys.m: Ditto. | |
8418 * control/dmr2d.m: Ditto. | |
8419 * control/dezero.m: Ditto. | |
8420 * control/d2c.m: Ditto. | |
8421 * control/c2d.m: Ditto. | |
8422 * control/bddemo.m: Ditto. | |
8423 * control/pzmap.m: Ditto. | |
8424 | |
5095 | 8425 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 8426 |
8427 * signal/spectral_adf.m: Fix typo. | |
8428 | |
3372 | 8429 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8430 | |
8431 * linear-algebra/cond.m: Texinfoize doc string. | |
8432 * linear-algebra/kron.m: Ditto. | |
8433 * linear-algebra/norm.m: Ditto. | |
8434 * linear-algebra/null.m: Ditto. | |
8435 * linear-algebra/orth.m: Ditto. | |
8436 * linear-algebra/rank.m: Ditto. | |
8437 * linear-algebra/trace.m: Ditto. | |
8438 * linear-algebra/qzhess.m: Ditto. | |
8439 * miscellaneous/menu.m: Ditto. | |
3373 | 8440 * general/perror.m: Ditto. |
8441 * general/strerror.m: Ditto. | |
8442 * general/columns.m: Ditto. | |
8443 * general/rows.m: Ditto. | |
8444 * image/colormap.m: Ditto. | |
8445 * image/gray.m: Ditto. | |
8446 * image/gray2ind.m: Ditto. | |
8447 * image/image.m: Ditto. | |
8448 * image/imagesc.m: Ditto. | |
8449 * image/imshow.m: Ditto. | |
8450 * image/ind2gray.m: Ditto. | |
8451 * image/ind2rgb.m: Ditto. | |
8452 * image/loadimage.m: Ditto. | |
8453 * image/rgb2ntsc.m: Ditto. | |
8454 * image/ntsc2rgb.m: Ditto. | |
8455 * image/ocean.m: Ditto. | |
8456 * image/rgb2ind.m: Ditto. | |
8457 * image/saveimage.m: Ditto. | |
3372 | 8458 * io/printf.m: Ditto. |
8459 * io/puts.m: Ditto. | |
8460 | |
3369 | 8461 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8462 | |
8463 * special-matrix/hankel.m: Texinfoize doc string. | |
8464 * special-matrix/hilb.m: Ditto. | |
8465 * special-matrix/invhilb.m: Ditto. | |
8466 * special-matrix/sylvester_matrix.m: Ditto. | |
8467 * special-matrix/toeplitz.m: Ditto. | |
8468 * special-matrix/vander.m: Ditto. | |
8469 * linear-algebra/vec.m: Ditto. | |
8470 * linear-algebra/vech.m: Ditto. | |
8471 * general/common_size.m: Ditto. | |
8472 * general/diff.m: Ditto. | |
8473 * general/fliplr.m: Ditto. | |
8474 * general/flipud.m: Ditto. | |
8475 * general/rot90.m: Ditto. | |
8476 * general/reshape.m: Ditto. | |
8477 * general/shift.m: Ditto. | |
8478 * general/tril.m: Ditto. | |
8479 * general/triu.m: Ditto. | |
8480 * general/logspace.m: Ditto. | |
3371 | 8481 * general/nargchk.m: Ditto. |
3369 | 8482 |
3367 | 8483 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8484 | |
8485 * statistics/base/mean: Texinfoize doc string. | |
8486 * statistics/base/median: Ditto. | |
8487 * statistics/base/std: Ditto. | |
8488 * statistics/base/cov: Ditto. | |
8489 * statistics/base/corrcoef: Ditto. | |
8490 * statistics/base/kurtosis: Ditto. | |
8491 * statistics/base/mahalanobis: Ditto. | |
8492 * statistics/base/skewness: Ditto. | |
3368 | 8493 * statistics/base/gls.m: Ditto. |
8494 * statistics/base/ols.m: Ditto. | |
3367 | 8495 * signal/detrend.m: Ditto. |
8496 * signal/freqz.m: Ditto. | |
8497 * signal/sinc.m: Ditto. | |
8498 * signal/fftconv.m: Ditto. | |
8499 * signal/fftfilt.m: Ditto. | |
3368 | 8500 * set/create_set.m: Ditto. |
8501 * set/union.m: Ditto. | |
8502 * set/intersection.m: Ditto. | |
8503 * set/complement.m: Ditto. | |
8504 * poly/compan.m: Ditto. | |
8505 * poly/conv: Ditto. | |
8506 * poly/deconv: Ditto. | |
8507 * poly/poly: Ditto. | |
8508 * poly/polyderiv: Ditto. | |
8509 * poly/polyfit: Ditto. | |
8510 * poly/polyinteg: Ditto. | |
8511 * poly/polyreduce: Ditto. | |
8512 * poly/polyval: Ditto. | |
8513 * poly/polyvalm: Ditto. | |
8514 * poly/residue: Ditto. | |
8515 * poly/roots: Ditto. | |
8516 * plot/top_title.m: Ditto | |
8517 * plot/subwindow.m: Ditto | |
8518 * plot/subplot.m: Ditto | |
8519 * plot/plot_border.m: Ditto | |
8520 * plot/oneplot.m: Ditto | |
8521 * plot/multiplot.m: Ditto | |
8522 * plot/mplot.m: Ditto | |
8523 * plot/xlabel.m: Ditto | |
8524 * plot/figure.m: Ditto | |
8525 * plot/meshdom.m: Ditto | |
8526 * plot/mesh.m: Ditto | |
8527 * plot/stairs.m: Ditto | |
8528 * plot/polar.m: Ditto | |
8529 * plot/loglog.m: Ditto | |
8530 * plot/hist.m: Ditto | |
8531 * plot/contour.m: Ditto | |
8532 * plot/bar.m: Ditto | |
8533 * plot/axis.m: Ditto | |
8534 * plot/plot.m: Ditto. | |
3367 | 8535 |
3361 | 8536 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8537 | |
3365 | 8538 * control/pinv.m: Delete. |
8539 | |
3364 | 8540 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
8541 | |
3361 | 8542 * strings/blanks.m: Texinfoize doc string. |
8543 * strings/strcat.m: Ditto. | |
8544 * strings/str2mat.m: Ditto. | |
8545 * strings/deblank.m: Ditto. | |
8546 * strings/findstr.m: Ditto. | |
8547 * strings/index.m: Ditto. | |
8548 * strings/rindex.m: Ditto. | |
8549 * strings/split.m: Ditto. | |
8550 * strings/strcmp.m: Ditto. | |
8551 * strings/strrep.m: Ditto. | |
8552 * strings/substr.m: Ditto. | |
8553 * general/int2str.m: Ditto. | |
8554 * general/num2str.m: Ditto. | |
8555 * strings/dec2bin.m: Ditto. | |
8556 * strings/bin2dec: Ditto. | |
8557 * strings/dec2bin: Ditto. | |
8558 * strings/dec2hex: Ditto. | |
8559 * strings/hex2dec: Ditto. | |
8560 * strings/str2num: Ditto. | |
8561 | |
3347 | 8562 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8563 | |
8564 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
8565 | |
5095 | 8566 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 8567 |
8568 * control/DEMOcontrol.m: Texinfoize doc string. | |
8569 * control/abcddim.m: Ditto. | |
8570 * control/abcddims.m: Ditto. | |
8571 * control/analdemo.m: Ditto. | |
8572 * control/are.m: Ditto. | |
8573 * control/axis2dlim.m: Ditto. | |
8574 * control/bddemo.m: Ditto. | |
8575 * control/bode.m: Ditto. | |
8576 * control/bode_bounds.m: Ditto. | |
8577 * control/bodquist.m: Ditto. | |
8578 * control/buildssic.m: Ditto. | |
8579 * control/c2d.m: Ditto. | |
8580 * control/ctrb.m: Ditto. | |
8581 * control/d2c.m: Ditto. | |
8582 * control/damp.m: Ditto. | |
8583 * control/dare.m: Ditto. | |
8584 * control/dcgain.m: Ditto. | |
8585 * control/dgkfdemo.m: Ditto. | |
8586 * control/dgram.m: Ditto. | |
8587 * control/dlqe.m: Ditto. | |
8588 * control/dlqr.m: Ditto. | |
8589 * control/dlyap.m: Ditto. | |
8590 * control/dmr2d.m: Ditto. | |
8591 * control/fir2sys.m: Ditto. | |
8592 * control/frdemo.m: Ditto. | |
8593 * control/freqchkw.m: Ditto. | |
8594 * control/freqresp.m: Ditto. | |
8595 * control/gram.m: Ditto. | |
8596 * control/h2norm.m: Ditto. | |
8597 * control/h2syn.m: Ditto. | |
8598 * control/hinf_ctr.m: Ditto. | |
8599 * control/hinfdemo.m: Ditto. | |
8600 * control/hinfnorm.m: Ditto. | |
8601 * control/hinfsyn.m: Ditto. | |
8602 * control/hinfsyn_chk.m: Ditto. | |
8603 * control/impulse.m: Ditto. | |
8604 * control/is_abcd.m: Ditto. | |
8605 * control/is_controllable.m: Ditto. | |
8606 * control/is_detectable.m: Ditto. | |
8607 * control/is_dgkf.m: Ditto. | |
8608 * control/is_digital.m: Ditto. | |
8609 * control/is_observable.m: Ditto. | |
8610 * control/is_sample.m: Ditto. | |
8611 * control/is_signal_list.m: Ditto. | |
8612 * control/is_siso.m: Ditto. | |
8613 * control/is_stabilizable.m: Ditto. | |
8614 * control/is_stable.m: Ditto. | |
8615 * control/jet707.m: Ditto. | |
8616 * control/lqe.m: Ditto. | |
8617 * control/lqg.m: Ditto. | |
8618 * control/lqr.m: Ditto. | |
8619 * control/lsim.m: Ditto. | |
8620 * control/ltifr.m: Ditto. | |
8621 * control/lyap.m: Ditto. | |
8622 * control/moddemo.m: Ditto. | |
8623 * control/nyquist.m: Ditto. | |
8624 * control/obsv.m: Ditto. | |
8625 * control/ord2.m: Ditto. | |
8626 * control/outlist.m: Ditto. | |
8627 * control/pinv.m: Ditto. | |
8628 * control/place.m: Ditto. | |
8629 * control/polyout.m: Ditto. | |
8630 * control/prompt.m: Ditto. | |
8631 * control/pzmap.m: Ditto. | |
8632 * control/qzval.m: Ditto. | |
8633 * control/rldemo.m: Ditto. | |
8634 * control/rlocus.m: Ditto. | |
8635 * control/sortcom.m: Ditto. | |
8636 * control/ss2sys.m: Ditto. | |
8637 * control/ss2tf.m: Ditto. | |
8638 * control/ss2zp.m: Ditto. | |
8639 * control/starp.m: Ditto. | |
8640 * control/step.m: Ditto. | |
8641 * control/stepimp.m: Ditto. | |
8642 * control/susball.m: Ditto. | |
8643 * control/sys2fir.m: Ditto. | |
8644 * control/sys2ss.m: Ditto. | |
8645 * control/sys2tf.m: Ditto. | |
8646 * control/sys2zp.m: Ditto. | |
8647 * control/sysadd.m: Ditto. | |
8648 * control/sysappend.m: Ditto. | |
8649 * control/syschnames.m: Ditto. | |
8650 * control/syschnamesl.m: Ditto. | |
8651 * control/syschtsam.m: Ditto. | |
8652 * control/sysconnect.m: Ditto. | |
8653 * control/syscont.m: Ditto. | |
8654 * control/syscont_disc.m: Ditto. | |
8655 * control/sysdefioname.m: Ditto. | |
8656 * control/sysdefstname.m: Ditto. | |
8657 * control/sysdimensions.m: Ditto. | |
8658 * control/sysdisc.m: Ditto. | |
8659 * control/sysdup.m: Ditto. | |
8660 * control/sysgetsignals.m: Ditto. | |
8661 * control/sysgettype.m: Ditto. | |
8662 * control/sysgroup.m: Ditto. | |
8663 * control/sysgroupn.m: Ditto. | |
8664 * control/sysmult.m: Ditto. | |
8665 * control/sysout.m: Ditto. | |
8666 * control/sysprune.m: Ditto. | |
8667 * control/sysreorder.m: Ditto. | |
8668 * control/sysrepdemo.m: Ditto. | |
8669 * control/sysscale.m: Ditto. | |
8670 * control/syssetsignals.m: Ditto. | |
8671 * control/syssub.m: Ditto. | |
8672 * control/sysupdate.m: Ditto. | |
8673 * control/tf2ss.m: Ditto. | |
8674 * control/tf2sys.m: Ditto. | |
8675 * control/tf2sysl.m: Ditto. | |
8676 * control/tf2zp.m: Ditto. | |
8677 * control/tfout.m: Ditto. | |
8678 * control/tzero.m: Ditto. | |
8679 * control/tzero2.m: Ditto. | |
8680 * control/ugain.m: Ditto. | |
8681 * control/wgt1o.m: Ditto. | |
8682 * control/zgfmul.m: Ditto. | |
8683 * control/zgfslv.m: Ditto. | |
8684 * control/zginit.m: Ditto. | |
8685 * control/zgpbal.m: Ditto. | |
8686 * control/zgreduce.m: Ditto. | |
8687 * control/zgrownorm.m: Ditto. | |
8688 * control/zgscal.m: Ditto. | |
8689 * control/zgsgiv.m: Ditto. | |
8690 * control/zgshsr.m: Ditto. | |
8691 * control/zp2ss.m: Ditto. | |
8692 * control/zp2ssg2.m: Ditto. | |
8693 * control/zp2sys.m: Ditto. | |
8694 * control/zp2tf.m: Ditto. | |
8695 * control/zpout.m: Ditto. | |
8696 | |
5095 | 8697 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 8698 |
5378 | 8699 * audio/lin2mu.m: Texinfoize doc string. |
8700 * audio/loadaudio.m: Ditto. | |
8701 * audio/mu2lin.m: Ditto. | |
8702 * audio/playaudio.m: Ditto. | |
8703 * audio/record.m: Ditto. | |
8704 * audio/saveaudio.m: Ditto. | |
3332 | 8705 |
5095 | 8706 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 8707 |
8708 * elfun/acot.m: Texinfoize doc string. | |
8709 * elfun/acsc.m: Ditto. | |
8710 * elfun/acsch.m: Ditto. | |
8711 * elfun/asec.m: Ditto. | |
8712 * elfun/asech.m: Ditto. | |
8713 * elfun/cot.m: Ditto. | |
8714 * elfun/coth.m: Ditto. | |
8715 * elfun/csc.m: Ditto. | |
8716 * elfun/csch.m: Ditto. | |
8717 * elfun/gcd.m: Ditto. | |
8718 * elfun/lcm.m: Ditto. | |
8719 * elfun/sec.m: Ditto. | |
8720 * elfun/sech.m: Ditto. | |
8721 * general/nextpow2.m: Ditto. | |
8722 * general/rem.m: Ditto. | |
8723 * linear-algebra/commutation_matrix.m: Ditto. | |
8724 * linear-algebra/cross.m: Ditto. | |
8725 * linear-algebra/duplication_matrix.m: Ditto. | |
8726 * miscellaneous/bincoeff.m: Ditto. | |
8727 * miscellaneous/xor.m: Ditto. | |
8728 * specfun/bessel.m: Ditto. | |
8729 * specfun/beta.m: Ditto. | |
8730 * specfun/betai.m: Ditto. | |
8731 * specfun/erfinv.m: Ditto. | |
8732 * specfun/gammai.m: Ditto. | |
8733 * specfun/log2.m: Ditto. | |
8734 * specfun/pow2.m: Ditto. | |
8735 | |
5095 | 8736 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 8737 |
8738 * general/is_scalar.m: Texinfoize help text. | |
8739 * general/is_square.m: Ditto. | |
8740 * general/is_symmetric.m: Ditto. | |
8741 | |
3320 | 8742 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8743 | |
8744 * strings/split.m: If the string to be split is empty, just return | |
8745 an empty string. | |
8746 | |
3319 | 8747 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8748 | |
8749 * Makefile.in (ALL_M_FILES): New macro. | |
8750 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
8751 | |
3306 | 8752 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8753 | |
8754 * control/bode.m: Don't return anything if nargout == 0. | |
8755 | |
8756 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
8757 | |
8758 * control/bode.m: Don't do axis scaling for magnitude plots. | |
8759 | |
3305 | 8760 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8761 | |
8762 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
8763 gethelp.cc to the list. | |
8764 | |
3296 | 8765 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8766 | |
3301 | 8767 * time/asctime.m: Texinfoize help text. |
8768 * time/clock.m: Ditto. | |
8769 * time/date.m: Ditto. | |
8770 * miscellaneous/cputime.m: Ditto. | |
8771 * miscellaneous/etime.m: Ditto. | |
8772 * miscellaneous/is_leap_year.m: Ditto. | |
8773 * miscellaneous/popen2.m: Ditto. | |
8774 * miscellaneous/version.m: Ditto. | |
8775 * miscellaneous/tic.m: Ditto. | |
8776 * miscellaneous/toc.m: Just refer to tic.m. | |
8777 | |
3297 | 8778 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
8779 `cd dir; $(MAKE); cd ..'. | |
8780 ($(SUBDIRS)): Likewise. | |
8781 | |
8782 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
8783 | |
8784 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
8785 of `cd dir; $(MAKE)'. | |
8786 | |
3296 | 8787 * gethelp.cc, mkdoc: New files. |
8788 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
8789 sources. | |
8790 | |
3291 | 8791 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8792 | |
8793 * linear-algebra/kron.m: Fix typo in previous change | |
8794 | |
3282 | 8795 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8796 | |
8797 * control/bode.m: Allow optional 5th arg to specify plot style. | |
8798 | |
5095 | 8799 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 8800 |
8801 * linear-algebra/krylov.m: Correctly handle case of V having full | |
8802 rank when V has more columns than rows. | |
8803 | |
8804 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8805 | |
8806 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
8807 | |
8808 * statistics/tests/manova.m: Avoid problems if | |
8809 whitespace_in_literal_matrix is set to "traditional". | |
8810 * statistics/tests/t_test_regression.m: Likewise. | |
8811 * statistics/tests/u_test.m: Likewise. | |
8812 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
8813 * statistics/tests/anova.m: Likewise. | |
8814 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
8815 * statistics/base/statistics.m: Likewise. | |
8816 * image/saveimage.m: Likewise. | |
8817 * signal/arch_fit.m: Likewise. | |
8818 * signal/autoreg_matrix.m: Likewise. | |
8819 * signal/triangle_lw.m: Likewise. | |
8820 * strings/dec2hex.m: Likewise. | |
8821 | |
3268 | 8822 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8823 | |
8824 * image/saveimage.m: Initialize scale. | |
8825 | |
8826 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8827 | |
8828 * general/reshape.m: Allow reshape (a, size (b)). | |
8829 | |
3266 | 8830 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8831 | |
8832 * specfun/erfinv.m: Improve stopping criterion. | |
8833 Add iteration count as second return value. | |
8834 | |
3265 | 8835 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8836 | |
8837 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
8838 | |
3263 | 8839 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8840 | |
8841 * miscellaneous/pack.m: New function. | |
8842 | |
8843 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8844 | |
8845 * plot/figure.m: Always return figure number. With no args, | |
8846 figure now creates a new figure window and returns its number. | |
8847 Accept figure (property, value) syntax, but do nothing. | |
8848 | |
5095 | 8849 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 8850 |
8851 * general/shift.m: Avoid printing temporary value for backward shift. | |
8852 | |
3260 | 8853 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8854 | |
8855 * plot/bar.m: Compute bar widths correctly when x-values are not | |
8856 evenly spaced. | |
8857 | |
3250 | 8858 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8859 | |
8860 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
8861 contain only zeros. | |
8862 | |
5095 | 8863 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 8864 |
8865 * linear-algebra/kron.m: Create result matrix and insert blocks | |
8866 instead of appending them. | |
8867 | |
8868 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8869 | |
8870 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
8871 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
8872 Update from A. S. Hodel. | |
8873 | |
3246 | 8874 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8875 | |
8876 * polynomial/polyfit.m: Correct previous change. | |
8877 | |
3243 | 8878 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8879 | |
8880 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
8881 | |
5095 | 8882 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 8883 |
8884 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
8885 version of krylov and krylovb. | |
8886 | |
8887 * control/outlist.m, control/sysout.m: Fix typos. | |
8888 | |
8889 * control/sysdimensions.m: Add option for total number of states. | |
8890 | |
8891 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
8892 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
8893 arguments. | |
8894 | |
8895 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8896 | |
8897 * strings/index.m: Fail with meaningful error message if either | |
8898 arg is a string array. | |
8899 | |
3238 | 8900 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8901 | |
8902 * linear-algebra/norm.m: Do the right thing for 1- and | |
8903 infinity-norms of complex matrices. From Sven Khatri | |
8904 <khatri@saturn.vocalpoint.com>. | |
8905 | |
5095 | 8906 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 8907 |
8908 * linear-algebra/qrhouse.m: Handle default args correctly. | |
8909 | |
8910 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8911 | |
8912 * strings/split.m: Avoid problems when splitting strings that have | |
8913 \ in them. | |
8914 | |
5095 | 8915 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 8916 |
8917 * image/colormap.m: Do better arg checking, handle string args | |
8918 that name the colormap function to call (e.g., colormap ("ocean")). | |
8919 | |
5095 | 8920 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 8921 |
8922 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
8923 * linear-algebra/dot.m: Likewise. | |
8924 * linear-algebra/cross.m: Likewise. | |
8925 * general/rot90.m: Likewise. | |
8926 | |
5095 | 8927 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 8928 |
8929 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
8930 that the leading column is not all zeros. | |
8931 | |
8932 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8933 | |
8934 * general/shift.m: Fix potential problems with | |
8935 whitespace_in_literal_matrix. | |
8936 * signal/arch_rnd.m: Ditto. | |
8937 * signal/autocov.m: Ditto. | |
8938 * signal/diffpara.m: Ditto. | |
8939 * signal/hurst.m: Ditto. | |
8940 * signal/periodogram.m: Ditto. | |
8941 * signal/spectral_adf.m: Ditto. | |
8942 * signal/spectral_xdf.m: Ditto. | |
8943 * signal/spencer.m: Ditto. | |
8944 * signal/synthesis.m: Ditto. | |
8945 * statistics/distributions/wiener_rnd.m: Ditto. | |
8946 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
8947 * statistics/models/logistic_regression.m: Ditto. | |
8948 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
8949 * statistics/tests/run_test.m: Ditto. | |
8950 * statistics/tests/chisquare_test_independence.m: Ditto. | |
8951 | |
5095 | 8952 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 8953 |
8954 * plot/__plr2__.m: Fix typo. | |
8955 | |
3233 | 8956 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8957 | |
8958 * plot/__pltopt1__.m: Accept "k" to mean black. | |
8959 | |
5095 | 8960 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 8961 |
8962 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
8963 function. | |
8964 | |
5095 | 8965 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 8966 |
8967 * control/ss2sys.m: Fix typo. | |
8968 | |
8969 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8970 | |
8971 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
8972 | |
8973 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
8974 signal names as lists of strings instead of string arrays. | |
8975 | |
3225 | 8976 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8977 | |
3233 | 8978 * quaternion: New directory of functions from A. S. Hodel |
3225 | 8979 <a.s.hodel@eng.auburn.edu>. |
8980 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 8981 * quaternion/Makefile.in: New file. |
8982 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 8983 |
8984 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8985 | |
8986 * image/saveimage.m: Make it work again for black and white colormaps. | |
8987 | |
8988 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
8989 since there can be fewer rows than columns. Round values to | |
8990 nearest position in colormap instead of truncating. Correct usage | |
8991 message. | |
8992 | |
5095 | 8993 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 8994 |
8995 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
8996 zero rows of [A,v] as householder pivots; this avoids spurious | |
8997 non-zero entries in returned orthogonal matrix U, but destroys the | |
8998 Householder matrix structure of H. | |
8999 | |
9000 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9001 | |
9002 * general/logical.m: Just copy input to output if argument is | |
9003 already a logical object. | |
9004 | |
3215 | 9005 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9006 | |
9007 * New files from OCST, in control subdiretory: | |
9008 | |
9009 DEMOcontrol.m is_siso.m syschnames.m | |
9010 abcddim.m is_stabilizable.m syschnamesl.m | |
9011 abcddims.m is_stable.m syschtsam.m | |
9012 analdemo.m jet707.m sysconnect.m | |
9013 are.m lqe.m syscont.m | |
9014 axis2dlim.m lqg.m syscont_disc.m | |
9015 bddemo.m lqr.m sysdefioname.m | |
9016 bode.m lsim.m sysdefstname.m | |
9017 bode_bounds.m ltifr.m sysdimensions.m | |
9018 bodquist.m lyap.m sysdisc.m | |
9019 buildssic.m mb.m sysdup.m | |
9020 c2d.m minfo.m sysgetsignals.m | |
6302 | 9021 com2str.m moddemo.m sysgettsam.m |
3215 | 9022 controldemo.m nichols.m sysgettype.m |
9023 ctrb.m nyquist.m sysgroup.m | |
9024 d2c.m obsv.m sysgroupn.m | |
9025 damp.m ord2.m sysmult.m | |
9026 dare.m outlist.m sysout.m | |
9027 dcgain.m packedform.m sysprune.m | |
9028 demomarsyas.m packsys.m sysreorder.m | |
9029 dezero.m; parallel.m sysrepdemo.m | |
9030 dgkfdemo.m place.m sysscale.m | |
9031 dgram.m polyout.m syssub.m | |
9032 dhinfdemo.m prompt.m sysupdate.m | |
9033 dlqe.m pzmap.m tf2ss.m | |
9034 dlqg.m qzval.m tf2sys.m | |
9035 dlqr.m rldemo.m tf2sysl.m | |
9036 dlyap.m rlocus.m tf2zp.m | |
9037 dmr2d.m rotg.m tfout.m | |
9038 fir2sys.m run_cmd.m; tzero.m | |
9039 frdemo.m series.m tzero2.m | |
9040 freqchkw.m sortcom.m ugain.m | |
9041 freqresp.m ss2sys.m unpacksys.m | |
9042 gram.m ss2tf.m wgt1o.m | |
9043 h2norm.m ss2zp.m zgfmul.m | |
9044 h2syn.m starp.m zgfslv.m | |
9045 hinf_ctr.m step.m zginit.m | |
9046 hinfdemo.m stepimp.m zgpbal.m | |
9047 hinfnorm.m strappend.m; zgreduce.m | |
9048 hinfsyn.m susball.m zgrownorm.m | |
9049 hinfsyn_chk.m swap.m zgscal.m | |
9050 impulse.m swapcols.m zgsgiv.m | |
9051 is_abcd.m swaprows.m zgshsr.m | |
9052 is_controllable.m sys2fir.m zp2ss.m | |
9053 is_detectable.m sys2ss.m zp2ssg2.m | |
9054 is_dgkf.m sys2tf.m zp2sys.m | |
9055 is_digital.m sys2zp.m zp2tf.m | |
9056 is_observable.m sysadd.m zpout.m | |
9057 is_sample.m sysappend.m | |
9058 | |
9059 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9060 | |
9061 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
9062 | |
9063 * strings/deblank.m: Make it work for string arrays too. | |
9064 | |
3211 | 9065 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9066 | |
9067 * linear-algebra/housh.m: New file from the OCST. | |
9068 * linear-algebra/krygetq.m: Ditto. | |
9069 * linear-algebra/krylov.m: Ditto. | |
9070 * linear-algebra/krylovb.m: Ditto. | |
9071 * linear-algebra/qrhouse.m: Ditto. | |
9072 * general/is_duplicate_entry.m: Ditto. | |
9073 | |
9074 * general/is_symmetric.m: Call is_square instead of doing that | |
9075 check in line. | |
9076 | |
3196 | 9077 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9078 | |
3202 | 9079 * general/is_square.m: |
9080 | |
9081 * general/isempty.m, general/is_matrix.m: Delete. | |
9082 | |
9083 * general/is_symmetric: Delete special case for strings. Whether | |
9084 the conversion is valid should depend on implicit_str_to_num_ok. | |
9085 | |
9086 * general/is_square.m: If arg is not a matrix, don't check size, | |
9087 just return 0. | |
9088 * general/is_symmetric: Likewise. | |
9089 * general/is_vector.m: Likewise. | |
9090 * general/is_scalar.m: Likewise. | |
9091 | |
3196 | 9092 * general/length.m: Delete. |
9093 | |
3191 | 9094 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9095 | |
9096 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
9097 statistics/distributions/Makefile, statistics/models/Makefile, | |
9098 and statistics/tests/Makefile to the list of files to create. | |
9099 | |
9100 * finance/Makefile.in, statistics/base/Makefile.in, | |
9101 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
9102 statistics/tests/Makefile.in: New files. | |
9103 * statistics/Makefile.in: Delete file lists. Now only handle | |
9104 subdirectories. | |
9105 * Makefile.in (SUBDIRS): Add finance. | |
9106 | |
9107 * Move the following files from statistics to statistics/base: | |
9108 | |
9109 corrcoef.m | |
9110 kurtosis.m | |
9111 mahalanobis.m | |
9112 median.m | |
9113 ols.m | |
9114 skewness.m | |
9115 std.m | |
9116 | |
9117 New files, from Kurt Hornik's octave-ci package: | |
9118 | |
9119 * finance (new directory): | |
9120 | |
9121 fv.m | |
9122 fvl.m | |
9123 irr.m | |
9124 nper.m | |
9125 npv.m | |
9126 pmt.m | |
9127 pv.m | |
9128 pvl.m | |
9129 rate.m | |
9130 vol.m | |
9131 | |
9132 * linear-algebra/dmult.m | |
9133 | |
9134 * signal: | |
9135 | |
9136 arch_fit.m | |
9137 arch_rnd.m | |
9138 arch_test.m | |
9139 arma_rnd.m | |
9140 autocor.m | |
9141 autocov.m | |
9142 autoreg_matrix.m | |
9143 bartlett.m | |
9144 blackman.m | |
9145 diffpara.m | |
9146 durbinlevinson.m | |
9147 fractdiff.m | |
9148 hamming.m | |
9149 hanning.m | |
9150 hurst.m | |
9151 periodogram.m | |
9152 rectangle_lw.m | |
9153 rectangle_sw.m | |
9154 sinetone.m | |
9155 sinewave.m | |
9156 spectral_adf.m | |
9157 spectral_xdf.m | |
9158 spencer.m | |
9159 stft.m | |
9160 synthesis.m | |
9161 triangle_lw.m | |
9162 triangle_sw.m | |
9163 yulewalker.m | |
9164 | |
9165 * statistics/base (new directory): | |
9166 | |
9167 center.m | |
9168 cloglog.m | |
9169 cor.m | |
9170 cov.m | |
9171 cut.m | |
9172 iqr.m | |
9173 kendall.m | |
9174 logit.m | |
9175 mean.m | |
9176 meansq.m | |
9177 moment.m | |
9178 ppplot.m | |
9179 probit.m | |
9180 qqplot.m | |
9181 range.m | |
9182 ranks.m | |
9183 run_count.m | |
9184 spearman.m | |
9185 statistics.m | |
9186 studentize.m | |
9187 table.m | |
9188 values.m | |
9189 var.m | |
9190 | |
9191 (Replaces cov.m and mean.m with new versions.) | |
9192 | |
9193 * statistics/distributions (new directory): | |
9194 | |
9195 beta_cdf.m | |
9196 beta_inv.m | |
9197 beta_pdf.m | |
9198 beta_rnd.m | |
9199 binomial_cdf.m | |
9200 binomial_inv.m | |
9201 binomial_pdf.m | |
9202 binomial_rnd.m | |
9203 cauchy_cdf.m | |
9204 cauchy_inv.m | |
9205 cauchy_pdf.m | |
9206 cauchy_rnd.m | |
9207 chisquare_cdf.m | |
9208 chisquare_inv.m | |
9209 chisquare_pdf.m | |
9210 chisquare_rnd.m | |
9211 discrete_cdf.m | |
9212 discrete_inv.m | |
9213 discrete_pdf.m | |
9214 discrete_rnd.m | |
9215 empirical_cdf.m | |
9216 empirical_inv.m | |
9217 empirical_pdf.m | |
9218 empirical_rnd.m | |
9219 exponential_cdf.m | |
9220 exponential_inv.m | |
9221 exponential_pdf.m | |
9222 exponential_rnd.m | |
9223 f_cdf.m | |
9224 f_inv.m | |
9225 f_pdf.m | |
9226 f_rnd.m | |
9227 gamma_cdf.m | |
9228 gamma_inv.m | |
9229 gamma_pdf.m | |
9230 gamma_rnd.m | |
9231 geometric_cdf.m | |
9232 geometric_inv.m | |
9233 geometric_pdf.m | |
9234 geometric_rnd.m | |
9235 hypergeometric_cdf.m | |
9236 hypergeometric_inv.m | |
9237 hypergeometric_pdf.m | |
9238 hypergeometric_rnd.m | |
9239 kolmogorov_smirnov_cdf.m | |
9240 laplace_cdf.m | |
9241 laplace_inv.m | |
9242 laplace_pdf.m | |
9243 laplace_rnd.m | |
9244 logistic_cdf.m | |
9245 logistic_inv.m | |
9246 logistic_pdf.m | |
9247 logistic_rnd.m | |
9248 lognormal_cdf.m | |
9249 lognormal_inv.m | |
9250 lognormal_pdf.m | |
9251 lognormal_rnd.m | |
9252 normal_cdf.m | |
9253 normal_inv.m | |
9254 normal_pdf.m | |
9255 normal_rnd.m | |
9256 pascal_cdf.m | |
9257 pascal_inv.m | |
9258 pascal_pdf.m | |
9259 pascal_rnd.m | |
9260 poisson_cdf.m | |
9261 poisson_inv.m | |
9262 poisson_pdf.m | |
9263 poisson_rnd.m | |
9264 stdnormal_cdf.m | |
9265 stdnormal_inv.m | |
9266 stdnormal_pdf.m | |
9267 stdnormal_rnd.m | |
9268 t_cdf.m | |
9269 t_inv.m | |
9270 t_pdf.m | |
9271 t_rnd.m | |
9272 uniform_cdf.m | |
9273 uniform_inv.m | |
9274 uniform_pdf.m | |
9275 uniform_rnd.m | |
9276 weibull_cdf.m | |
9277 weibull_inv.m | |
9278 weibull_pdf.m | |
9279 weibull_rnd.m | |
9280 wiener_rnd.m | |
9281 | |
9282 * statistics/models (new directory): | |
9283 | |
9284 logistic_regression.m | |
9285 logistic_regression_derivatives.m | |
9286 logistic_regression_likelihood.m | |
9287 | |
9288 * statistics/tests (new directory): | |
9289 | |
9290 anova.m | |
9291 bartlett_test.m | |
9292 chisquare_test_homogeneity.m | |
9293 chisquare_test_independence.m | |
9294 cor_test.m | |
9295 f_test_regression.m | |
9296 hotelling_test.m | |
9297 hotelling_test_2.m | |
9298 kolmogorov_smirnov_test.m | |
9299 kolmogorov_smirnov_test_2.m | |
9300 kruskal_wallis_test.m | |
9301 manova.m | |
9302 mcnemar_test.m | |
9303 prop_test_2.m | |
9304 run_test.m | |
9305 sign_test.m | |
9306 t_test.m | |
9307 t_test_2.m | |
9308 t_test_regression.m | |
9309 u_test.m | |
9310 var_test.m | |
9311 welch_test.m | |
9312 wilcoxon_test.m | |
9313 z_test.m | |
9314 z_test_2.m | |
9315 | |
9316 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9317 | |
9318 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
9319 compatibility and to avoid Y2K problems. | |
9320 | |
3190 | 9321 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9322 | |
9323 * polynomial/polyfit.m: Just use the \ operator to handle the | |
9324 least-squares solution. | |
9325 | |
3180 | 9326 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9327 | |
9328 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
9329 | |
9330 * strings/strrep.m: Don't convert args to numeric values. | |
9331 Prevent warnings for empty string args. | |
9332 From Georg Thimm <thimm@idiap.ch>. | |
9333 | |
9334 * strings/strcat.m: Prevent warnings for empty string args. | |
9335 | |
9336 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9337 | |
9338 * miscellaneous/menu.m: Remove special case for empty string | |
9339 returned from input(). Add second arg to eval() to catch errors. | |
9340 | |
3178 | 9341 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9342 | |
9343 * plot/__plt__.m: Don't call usleep. | |
9344 | |
3175 | 9345 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9346 | |
9347 * linear-algebra/dot.m: New function. | |
9348 | |
9349 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
9350 compatibility. | |
9351 | |
9352 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9353 | |
9354 * plot/hist.m: Also allow just one output argument. | |
9355 | |
9356 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9357 | |
9358 * strings/deblank.m: Make it work if the string is only blanks. | |
9359 | |
9360 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9361 | |
9362 * plot/__plt2mv__.m: Delete calls to keyboard. | |
9363 | |
9364 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9365 | |
9366 * plot/oneplot.m: Fix typo. | |
9367 | |
3174 | 9368 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9369 | |
9370 * miscellaneous/flops.m: Allow a single argument too. | |
9371 | |
9372 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9373 | |
9374 * strings/str2mat.m: Also handle case when there are no empty | |
9375 strings correctly. | |
9376 | |
9377 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9378 | |
9379 * strings/isletter.m: New function, for Matlab compatibility. | |
9380 | |
3168 | 9381 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9382 | |
9383 * strings/str2mat.m: Handle string matrices too. | |
9384 | |
3167 | 9385 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9386 | |
9387 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
9388 linear encoding. | |
9389 | |
9390 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
9391 audio/record.m: Open files in binary mode. | |
9392 | |
3164 | 9393 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9394 | |
9395 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
9396 Move functionality of dump_1_pref here, but use built-in function | |
9397 type to extract value, and put it inside try/catch block. | |
9398 * miscellaneous/dump_1_pref.m: Delete unused function. | |
9399 | |
3162 | 9400 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9401 | |
9402 * plot/__pltopt1.m__: New file. | |
9403 * plot/__pltopt.m__: Handle opt as a string array by calling | |
9404 __pltopt1__ multiple times and returning a string array with rows | |
9405 corresponding to the rows of opt. | |
9406 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
9407 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
9408 array. | |
9409 | |
9410 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9411 | |
9412 * plot/mplot.m: Fix misspellings of global variables. | |
9413 Don't call clearplot. | |
9414 | |
9415 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9416 | |
9417 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
9418 "cle;rep" when going in ot multiplot mode. | |
9419 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
9420 switching out of multiplot mode. | |
9421 | |
3156 | 9422 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 9423 |
3156 | 9424 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
9425 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 9426 |
3141 | 9427 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9428 | |
9429 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
9430 | |
9431 * miscellaneous/bug_report.m: Don't try to get smart with | |
9432 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
9433 | |
9434 * Makefile.in (install): Create separate ls-R files for | |
9435 $(datadir) and $(libexecdir). | |
9436 (uninstall): Remove both ls-R files. | |
9437 | |
3136 | 9438 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9439 | |
9440 * signal/fftshift.m: New file. | |
9441 | |
9442 * plot/contour.m: Fix for non-square case. | |
9443 | |
9444 * general/randperm.m: New file. | |
9445 | |
9446 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9447 | |
9448 * specfun/betai.m: Restore file for compatibility with previous | |
9449 versions. Call betainc with reordered args. | |
9450 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
9451 | |
3131 | 9452 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9453 | |
9454 * plot/contour.m: Handle discrete contour levels. | |
9455 | |
9456 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9457 | |
9458 * control/lyap.m: For compatibility with Matlab, solve | |
9459 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
9460 | |
3124 | 9461 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9462 | |
9463 * specfun/bessel.m: New file. | |
9464 | |
9465 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
9466 specfun/gammainc.m: Delete. | |
9467 | |
3106 | 9468 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9469 | |
9470 * image/colormap.m: Initialize __current_color_map__ in global | |
9471 statement. | |
9472 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
9473 statement. | |
9474 * plot/axis.m: Initialize __current_axis__ in global statement. | |
9475 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
9476 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
9477 | |
3103 | 9478 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9479 | |
9480 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
9481 * time/toc.m: Likewise. | |
9482 | |
9483 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
9484 | |
9485 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
9486 anything special for automatic_replot when in multiplot mode -- | |
9487 recent 3.6beta releases handle this correctly. | |
9488 | |
9489 * plot/figure.m: Ensure that we are not in multiplot mode before | |
9490 setting the terminal type. | |
9491 | |
9492 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
9493 plot/subwindow.m: Use leading and trailing underscores for | |
9494 `private' globals. | |
9495 | |
9496 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
9497 | |
3101 | 9498 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9499 | |
9500 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
9501 | |
3091 | 9502 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9503 | |
3092 | 9504 * specfun/gammai.m: Avoid problems with whitespace when |
9505 constructing matrices. | |
9506 | |
3091 | 9507 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
9508 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
9509 original y vector. | |
9510 | |
3085 | 9511 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9512 | |
9513 * linear-algebra/cross.m: Use direct formula instead of calling | |
9514 det three times in a loop. If both args are column (row) vectors, | |
9515 return a column (row) vector. If they don't match, pay attention | |
9516 to the value of prefer_column_vectors. | |
9517 | |
5095 | 9518 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 9519 |
9520 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
9521 nonsymmetric matrices. | |
9522 | |
9523 * general/tril.m: Fix usage message. | |
9524 | |
9525 * polynomial/polyvalm.m: Fix error messages. | |
9526 * polynomial/polyderiv.m: Likewise. | |
9527 * polynomial/polyval.m: Likewise. | |
9528 | |
3081 | 9529 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9530 | |
9531 * strings/blanks.m: Allow blanks(0) to return empty string. | |
9532 Allow negative arguments if treat_neg_dim_as_zero is true. | |
9533 | |
3063 | 9534 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9535 | |
9536 * plot/mesh.m: Set noparametric plot mode after plotting. | |
9537 | |
5095 | 9538 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 9539 |
9540 * plot/__pltopt__.m: Handle key/legend names. | |
9541 Correctly set colors, line styles, and point styles. | |
9542 | |
3061 | 9543 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9544 | |
9545 * polynomial/polyfit.m: Return fit y values as second output. | |
9546 Don't use QR factorization to solve least squares problem. | |
9547 | |
9548 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9549 | |
9550 * control/dlqr.m: Use ao, not a, to compute k. | |
9551 | |
3024 | 9552 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9553 | |
9554 * miscellaneous/path.m: New file. | |
9555 | |
2993 | 9556 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9557 | |
9558 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
9559 name. | |
9560 | |
2968 | 9561 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9562 | |
9563 * specfun/erfinv.m: Add missing semicolon. | |
9564 | |
2870 | 9565 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9566 | |
9567 * miscellaneous/xor.m: Make type of return value logical. | |
9568 | |
2853 | 9569 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9570 | |
9571 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
9572 warn_comma_in_global_decl. | |
9573 | |
2831 | 9574 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9575 | |
9576 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
9577 octave-bug script. | |
9578 | |
2823 | 9579 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9580 | |
2824 | 9581 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
9582 prefer_zero_one_indexing. | |
9583 | |
2823 | 9584 * general/logical.m: New file. |
9585 | |
2816 | 9586 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9587 | |
9588 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
9589 and is_vector(). | |
9590 | |
5095 | 9591 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 9592 |
9593 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
9594 Use tolerance of 2 * eps. | |
9595 | |
2811 | 9596 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9597 | |
9598 * Makefile.in (install-strip): New target. | |
9599 * audio/Makefile.in: Ditto. | |
9600 * control/Makefile.in: Ditto. | |
9601 * elfun/Makefile.in: Ditto. | |
9602 * general/Makefile.in: Ditto. | |
9603 * image/Makefile.in: Ditto. | |
9604 * io/Makefile.in: Ditto. | |
9605 * linear-algebra/Makefile.in: Ditto. | |
9606 * miscellaneous/Makefile.in: Ditto. | |
9607 * plot/Makefile.in: Ditto. | |
9608 * polynomial/Makefile.in: Ditto. | |
9609 * set/Makefile.in: Ditto. | |
9610 * signal/Makefile.in: Ditto. | |
9611 * specfun/Makefile.in: Ditto. | |
9612 * special-matrix/Makefile.in: Ditto. | |
9613 * startup/Makefile.in: Ditto. | |
9614 * statistics/Makefile.in: Ditto. | |
9615 * strings/Makefile.in: Ditto. | |
9616 | |
2809 | 9617 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9618 | |
9619 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
9620 | |
2798 | 9621 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9622 | |
9623 * statistics/corrcoef.m: Make it actually work. | |
9624 | |
2795 | 9625 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9626 | |
2798 | 9627 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 9628 |
2779 | 9629 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 9630 |
9631 * Version 2.0.5 released. | |
9632 | |
2745 | 9633 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9634 | |
2749 | 9635 * Makefile.in (maintainer-clean): Also remove configure. |
9636 | |
2746 | 9637 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
9638 | |
2745 | 9639 * general/is_matrix.m: Return zero for empty matrices. |
9640 | |
9641 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9642 | |
9643 * linear-algebra/vech.m: Size result just once. | |
9644 | |
2726 | 9645 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9646 | |
9647 * general/is_square.m: Handle empty matrices correctly. | |
9648 * general/is_symmetric.m: Handle empty matrices and strings. | |
9649 | |
2716 | 9650 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9651 | |
9652 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
9653 * polynomial/deconv.m: Likewise. | |
9654 * polynomial/polyderiv.m: Likewise. | |
9655 * polynomial/polyinteg.m: Likewise. | |
9656 * polynomial/polyreduce.m: Likewise. | |
9657 * polynomial/polyval.m: Likewise. | |
9658 * polynomial/polyvalm.m: Likewise. | |
9659 * general/postpad.m: Likewise. | |
9660 * general/prepad.m: Likewise. | |
9661 | |
9662 * polynomial/compan.m: Check input with is_vector(), not | |
9663 is_matrix(). Handle scalar case. | |
9664 | |
2711 | 9665 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9666 | |
2715 | 9667 * plot/contour.m: Order data so that it is consistent with |
9668 meshgrid and mesh. | |
9669 | |
2711 | 9670 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
9671 * plot/sombrero.m: Use meshgrid, not meshdom. | |
9672 | |
2709 | 9673 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 9674 |
9675 * Version 2.0.4 released. | |
9676 | |
2706 | 9677 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9678 | |
2702 | 9679 * miscellaneous/paren.m: New file. |
9680 | |
2693 | 9681 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 9682 |
9683 * Version 2.0.3 released. | |
9684 | |
2676 | 9685 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9686 | |
9687 * image/saveimage.m: Only clip image data that is actually out of | |
9688 range. | |
9689 | |
2667 | 9690 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9691 | |
9692 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
9693 also be considered to be matrices. | |
9694 | |
9695 * general/is_vector.m: Scalars may also be considered to be vectors. | |
9696 | |
9697 * general/isempty.m: Use size(), not rows() and columns(). | |
9698 | |
9699 * plot/contour.m: Convert set to gset. | |
9700 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
9701 | |
2663 | 9702 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9703 | |
9704 * specfun/erfinv.m: Fix typo in last change. | |
9705 | |
2650 | 9706 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9707 | |
9708 * image/loadimage.m: Make it possible to load files with image | |
9709 data named X or img. | |
9710 | |
9711 * image/default.img: Change name of image from X to img to match | |
9712 what saveimage does now. | |
9713 | |
9714 * image/loadimage.m: Rename X to be img, to match what saveimage | |
9715 does now. | |
9716 | |
2632 | 9717 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9718 | |
2634 | 9719 * Version 2.0.2 released. |
9720 | |
2632 | 9721 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
9722 weird missing-lines bug without creating extra plots unecessarily. | |
9723 | |
2624 | 9724 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9725 | |
9726 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
9727 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
9728 io/Makefile.in, linear-algebra/Makefile.in, | |
9729 miscellaneous/Makefile.in, plot/Makefile.in, | |
9730 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
9731 specfun/Makefile.in, special-matrix/Makefile.in, | |
9732 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
9733 time/Makefile.in (bin-dist): New target. | |
9734 | |
2621 | 9735 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9736 | |
9737 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
9738 | |
9739 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9740 | |
9741 * miscellaneous/xor.m: Make it work. | |
9742 | |
2613 | 9743 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9744 | |
9745 * plot/sombrero.m: Doc fix. | |
9746 | |
2602 | 9747 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9748 | |
9749 * Version 2.0.1 released. | |
9750 | |
2601 | 9751 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9752 | |
9753 * elfun/lcm.m: Replace missing if statement. | |
9754 | |
9755 * elfun/gcd.m: Report error if no input args. | |
9756 * elfun/lcm.m: Likewise. | |
9757 | |
2597 | 9758 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9759 | |
9760 * Makefile.in (install): Use ls -LR to create ls-R database. | |
9761 Also list contents of $libexecdir/octave in ls-R database. | |
9762 | |
2583 | 9763 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9764 | |
9765 * Version 2.0 released. | |
9766 | |
2575 | 9767 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9768 | |
9769 * Version 1.94. | |
9770 | |
2558 | 9771 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9772 | |
9773 * strings/str2num.m: New file. | |
9774 | |
2554 | 9775 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9776 | |
9777 * Version 1.93. | |
9778 | |
2540 | 9779 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9780 | |
9781 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
9782 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
9783 linear-algebra/vech.m: New files from Kurt Hornik. | |
9784 | |
9785 * general/nextpow2.m, general/shift.m, general/diff.m, | |
9786 general/common_size.m: New files from Kurt Hornik. | |
9787 | |
9788 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
9789 New files from Kurt Hornik. | |
9790 | |
9791 * signal/detrend.m: New file from Kurt Hornik. | |
9792 | |
9793 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
9794 specfun/pow2.m, specfun/log2.m: | |
9795 New files and updates from Kurt Hornik. | |
9796 | |
2523 | 9797 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9798 | |
9799 * plot/__plt__.m: Add explicit replot after last command is | |
9800 issued, to force all lines to be displayed. Hmm. | |
9801 | |
2512 | 9802 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9803 | |
2520 | 9804 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
9805 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
9806 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
9807 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
9808 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
9809 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
9810 Uset gset, not set. | |
9811 | |
2512 | 9812 * Version 1.92. |
9813 | |
2482 | 9814 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9815 | |
2486 | 9816 * image/saveimage.m: When writing PostScript, name Octave as the |
9817 almighty Creator. Use single call to fprintf instead of looping. | |
9818 | |
9819 * image/Makefile.in: Delete references to octtopnm. | |
9820 | |
9821 * general/logspace.m: Doc fix. | |
9822 | |
2482 | 9823 * Version 1.91. |
9824 | |
2458 | 9825 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9826 | |
9827 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
9828 | |
9829 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
9830 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
9831 deleted. | |
9832 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
9833 of a system() command to delete the tmp file. | |
9834 | |
2452 | 9835 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9836 | |
9837 * Version 1.90. | |
9838 | |
9839 * Makefile.in (DISTFILES): Add ChangeLog. | |
9840 | |
2360 | 9841 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9842 | |
9843 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
9844 Don't check for string value of automatic_replot. | |
9845 | |
9846 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
9847 Temporarily set do_fortran_indexing to 1, not "true". | |
9848 | |
9849 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
9850 not "false". | |
9851 | |
9852 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
9853 "false". | |
9854 | |
2355 | 9855 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
9856 | |
9857 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
9858 | |
2330 | 9859 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9860 | |
9861 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
9862 system command. | |
9863 | |
9864 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9865 | |
9866 * __plr1__.m: Renamed from polar_int_1.m. | |
9867 * __plr2__.m: Renamed from polar_int_2.m. | |
9868 * __plr__.m: Renamed from polar_int.m. | |
9869 * __plt1__.m: Renamed from plot_int_1.m. | |
9870 * __plt2__.m: Renamed from plot_int_2.m. | |
9871 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
9872 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
9873 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
9874 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
9875 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
9876 * __plt__.m: Renamed from plot_int.m. | |
9877 * __pltopt__.m: Renamed from plot_opt.m. | |
9878 Change all callers. | |
9879 | |
9880 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9881 | |
9882 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
9883 comments like those found in Emacs lisp files. | |
9884 | |
9885 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9886 | |
9887 * All .m files: Change comment style. | |
9888 | |
9889 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9890 | |
9891 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
9892 subplot.m, subwindow.m, top_title.m: | |
9893 Print error message if gnuplot_has_multiplot is not true. | |
9894 | |
9895 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9896 | |
9897 * plot/figure.m: New function. | |
9898 | |
9899 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9900 | |
9901 * strings/strrep.m: New function. | |
9902 | |
9903 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9904 | |
9905 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
9906 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
9907 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
9908 strings/split.m, strings/str2mat.m, strings/substr.m: | |
9909 New functions from Kurt Hornik, heavily modified by jwe. | |
9910 | |
9911 * general/reshape.m: Allow strings to be reshaped too. | |
9912 | |
9913 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
9914 Always return a scalar. | |
9915 | |
9916 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9917 | |
9918 * polynomial/polyfit.m: Make orientation of result compatible with | |
9919 Matlab. | |
9920 | |
9921 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9922 | |
9923 * polynomial/polyfit.m: Add missing close paren. | |
9924 | |
9925 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9926 | |
9927 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
9928 | |
9929 * io/scanf.m: Delete. | |
9930 | |
9931 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9932 | |
9933 * statistics/median.m: Fix typo in usage message. | |
9934 | |
9935 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9936 | |
9937 * miscellaneous/popen2.m: New file. | |
9938 | |
9939 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9940 | |
9941 * configure.in (AC_OUTPUT): Add io/Makefile. | |
9942 | |
9943 * io: New directory. | |
9944 * Makefile.in (SUBDIRS): Add it to the list. | |
9945 | |
9946 * miscellaneous/flops.m: New file. | |
9947 | |
9948 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9949 | |
9950 * miscellaneous/cputime.m: Return three arguments instead of a | |
9951 vector, for compatibility with previous versions and with Matlab | |
9952 (which only returns one scalar value). | |
9953 | |
9954 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
9955 | |
9956 * general/triu.m: Compute lower bound on loop index correctly. | |
9957 * general/tril.m: Likewise, for upper bound. | |
9958 | |
9959 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9960 | |
9961 * image/saveimage.m: For color images, make sure indices into | |
9962 temporary colormap and result matrix have proper orientation. | |
9963 Set grey flag correctly. | |
9964 | |
9965 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9966 | |
9967 * statistics/std.m: Use better formula (from Jim Van Zandt | |
9968 jrv@vanzandt.mv.com). | |
9969 | |
9970 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9971 | |
9972 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
9973 * mesh.m: Transpose Z if only one arg. | |
9974 Handle case of all three args being matrices (from Jim Van Zandt | |
9975 jrv@vanzandt.mv.com). | |
9976 * meshdom.m: Undo previous change. | |
9977 | |
9978 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9979 | |
9980 * configure.in (AC_OUTPUT): Add audio/Makefile | |
9981 | |
9982 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9983 | |
9984 * audio: New directory of files from Kurt Hornik and Andreas | |
9985 Weingessel. | |
9986 * audio/Makefile.in: New file. | |
9987 * Makefile.in (SUBDIRS): Add audio to the list. | |
9988 | |
9989 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9990 | |
9991 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
9992 | |
9993 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9994 | |
9995 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
9996 columns (z), not the other way around. | |
9997 * plot/meshdom.m: Don't reverse order of elements in y. | |
9998 | |
9999 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10000 | |
10001 * plot/axis.m: Return current axis if nargin == 0. | |
10002 | |
10003 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10004 | |
10005 * polynomial/roots.m: Updates from Kurt Hornik. | |
10006 | |
10007 * polynomial/polyder.m: New file. | |
10008 | |
10009 * polynomial/polyderiv.m: Give return value and arg different names. | |
10010 | |
10011 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10012 | |
10013 * specfun/betainc.m: New file. | |
10014 * specfun/gammainc.m: New file. | |
10015 | |
10016 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10017 | |
10018 * general/strerror.m: New file. | |
10019 * general/perror.m: Implement using strerror(). | |
10020 | |
10021 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10022 | |
10023 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
10024 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
10025 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
10026 | |
10027 * image/saveimage.m: Round img values first. | |
10028 | |
10029 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10030 | |
10031 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
10032 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
10033 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
10034 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
10035 special-matrix/hankel.m special-matrix/toeplitz.m | |
10036 tuwien/strfun/split.m: Add missing semicolons. | |
10037 | |
10038 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
10039 | |
10040 * image/Makefile.in: Don't build or install octtoppm. | |
10041 | |
10042 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 10043 routines so that people who don't have the pbm stuff installed |
2330 | 10044 can still use this function. |
10045 | |
10046 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10047 | |
10048 * image/saveimage.m: Better error checking, clean up a bit. | |
10049 | |
10050 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10051 | |
10052 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
10053 avoid conflict with new built-in text-style function more. | |
10054 | |
10055 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
10056 | |
10057 * startup/Makefile.in (install): Also install octaverc in | |
10058 $localfcnfiledir/startup/octavrc. | |
10059 | |
10060 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10061 | |
10062 * mkinstalldirs: New file. | |
10063 * Makefile.in (DISTFILES): Add it to the list. | |
10064 | |
10065 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
10066 | |
10067 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10068 | |
10069 * special-matrix/hankel.m: Compatibility fix. Complain if | |
10070 r(1) != c(nr), not if r(1) != c(1). | |
10071 | |
10072 * signal/filter.m: Doc fix. | |
10073 | |
10074 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10075 | |
10076 * miscellaneous/cputime.m: Use new resource structure names (no | |
10077 ru_ or tv_ prefixes). | |
10078 | |
10079 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10080 | |
10081 * time/ctime.m: Fix doc string and usage message. | |
10082 | |
10083 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10084 | |
10085 * time/clock.m: Use new time structure names (no tm_ prefix). | |
10086 | |
10087 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10088 | |
10089 * control/c2d.m: Make function work for any value of | |
10090 whitespace_in_literal_matrix. | |
10091 * control/dare.m: Likewise. | |
10092 * control/tzero.m: Likewise. | |
10093 * elfun/gcd.m: Likewise. | |
10094 * elfun/lcm.m: Likewise. | |
10095 * general/postpad.m: Likewise. | |
10096 * general/prepad.m: Likewise. | |
10097 * linear-algebra/kron.m: Likewise. | |
10098 * miscellaneous/etime.m: Likewise. | |
10099 * polynomial/conv.m: Likewise. | |
10100 * polynomial/deconv.m: Likewise. | |
10101 * polynomial/poly.m: Likewise. | |
10102 * polynomial/roots.m: Likewise. | |
10103 * signal/filter.m: Likewise. | |
10104 * signal/freqz.m: Likewise. | |
10105 * signal/fftfilt.m: Likewise. | |
10106 | |
10107 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10108 | |
10109 * miscellaneous/is_leap_year.m: Make work for vector args. | |
10110 | |
10111 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10112 | |
10113 * plot/polar_int_2.m: Add missing semicolons. | |
10114 Set theta = theta', not rho'. | |
10115 | |
10116 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10117 | |
10118 * polynomial/roots.m: Make it work for any value of | |
10119 whitespace_in_literal_matrix. | |
10120 | |
10121 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10122 | |
10123 * configure.in: New file. | |
10124 | |
10125 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10126 | |
10127 * control/lyap.m: Add missing semicolon. | |
10128 | |
10129 * miscellaneous/cputime.m: New function file. | |
10130 | |
10131 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10132 | |
10133 * time: New directory. | |
10134 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
10135 New function files. | |
10136 * time/Makefile.in: New file. | |
10137 * Makefile.in (SUBDIRS): Add time. | |
10138 | |
10139 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10140 | |
10141 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
10142 | |
10143 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10144 | |
10145 * plot/plot_int_1.m: Transpose data with .', not '. | |
10146 | |
10147 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10148 | |
10149 * Makefile.in (install uninstall clean mostlyclean distclean | |
10150 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
10151 | |
10152 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10153 | |
10154 * Makefile.in (install): Create ls-R database file. | |
10155 (uninstall): Delete it. | |
10156 | |
10157 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10158 | |
5378 | 10159 * image/saveimage.m: Fix typo. |
2330 | 10160 |
10161 See ChangeLog.1 in the top level directory for earlier changes. |