Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 7769:247828ad21e2
Replace deprecated isstr() call
author | Thomas Weber <thomas.weber.mail@gmail.com> |
---|---|
date | Sat, 03 May 2008 09:10:56 +0200 |
parents | a2d9f325b65a |
children | c6a1a217ac3c |
rev | line source |
---|---|
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1 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
|
2 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
3 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
4 |
7765 | 5 2008-05-06 David Bateman <dbateman@free.fr> |
6 | |
7 * miscellaneous/symvar.m: New function. | |
8 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
9 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
10 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
|
11 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
12 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
13 * 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
|
14 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
15 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
16 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
17 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
18 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
|
19 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
|
20 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
21 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
22 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
23 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
24 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
25 * 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
|
26 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
27 |
7747 | 28 2008-04-30 John W. Eaton <jwe@octave.org> |
29 | |
30 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
31 elfun/asech.m, specfun/pow2.m: Fix tests. | |
32 | |
7740 | 33 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
34 | |
35 * specfun/log2.m: Delete. | |
36 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
37 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
38 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
|
39 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
40 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
|
41 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
42 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
43 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
44 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
45 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
46 |
7736 | 47 2008-04-25 John W. Eaton <jwe@octave.org> |
48 | |
49 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
50 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 51 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
52 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
|
53 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
54 * 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
|
55 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
|
56 * 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
|
57 |
7714
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
58 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
|
59 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
60 * 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
|
61 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
62 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
|
63 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
64 * 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
|
65 |
7713 | 66 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
|
67 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
68 * 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
|
69 |
7710 | 70 2008-04-14 David Bateman <dbateman@free.fr> |
71 | |
72 * plot/rose.m: Add missing comment mark that causes issues with | |
73 octave-forge function referencing. | |
74 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
75 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
76 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
|
77 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
78 * 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
|
79 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
|
80 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
|
81 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
|
82 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
|
83 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
|
84 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
|
85 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
|
86 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
|
87 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
|
88 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
|
89 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
|
90 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
|
91 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
|
92 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
|
93 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
|
94 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
|
95 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
|
96 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
|
97 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
|
98 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
|
99 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
|
100 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
|
101 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
|
102 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
|
103 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
|
104 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
|
105 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
|
106 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
|
107 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
|
108 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
|
109 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
|
110 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
|
111 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
|
112 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
|
113 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
|
114 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
|
115 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
|
116 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
|
117 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
|
118 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
|
119 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
|
120 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
|
121 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
|
122 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
|
123 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
|
124 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
|
125 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
|
126 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
127 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
|
128 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
129 * 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
|
130 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
131 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
|
132 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
133 * 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
|
134 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
135 * 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
|
136 * 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
|
137 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
138 * 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
|
139 * 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
|
140 * 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
|
141 * 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
|
142 * 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
|
143 * 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
|
144 * 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
|
145 * 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
|
146 * 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
|
147 * 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
|
148 * 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
|
149 * 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
|
150 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
151 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
152 * 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
|
153 * 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
|
154 * 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
|
155 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
156 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
|
157 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
158 * 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
|
159 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
|
160 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
161 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
|
162 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
163 * 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
|
164 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
|
165 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
|
166 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
|
167 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
|
168 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
|
169 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
|
170 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
|
171 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
|
172 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
|
173 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
|
174 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
|
175 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
|
176 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
|
177 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
|
178 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
|
179 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
180 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
|
181 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
|
182 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
|
183 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
|
184 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
|
185 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
|
186 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
187 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
|
188 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
|
189 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
|
190 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
|
191 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
|
192 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
|
193 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
194 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
|
195 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
|
196 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
|
197 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
|
198 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
|
199 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
|
200 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
|
201 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
|
202 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
|
203 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
204 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
|
205 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
206 * 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
|
207 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
|
208 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
|
209 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
|
210 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
|
211 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
|
212 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
|
213 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
|
214 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
|
215 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
|
216 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
|
217 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
|
218 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
|
219 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
|
220 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
|
221 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
|
222 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
223 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
|
224 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
|
225 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
|
226 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
|
227 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
|
228 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
229 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
|
230 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
|
231 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
232 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
|
233 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
|
234 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
|
235 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
|
236 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
|
237 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
238 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
|
239 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
240 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
|
241 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
|
242 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
|
243 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
|
244 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
|
245 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
|
246 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
|
247 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
|
248 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
|
249 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
250 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
|
251 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
|
252 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
|
253 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
254 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
255 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
256 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
257 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
258 * 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
|
259 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
260 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
261 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
262 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
263 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
264 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
265 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
266 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
267 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
268 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
269 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
270 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
271 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
272 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
273 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
274 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
|
275 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
276 * 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
|
277 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
278 * 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
|
279 |
7682 | 280 2008-04-02 Bill Denney <bill@denney.ws> |
281 | |
282 * optimization/lsqnonneg.m: New function. | |
283 * optimization/Makefile.in (SOURCES): Add it to the list. | |
284 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
285 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
286 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
287 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
288 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
289 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
290 * 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
|
291 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
|
292 * 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
|
293 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
294 |
7678 | 295 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
296 | |
297 * general/sortrows.m: Handle negative column arguments. | |
298 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
299 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
300 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
301 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
302 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
303 |
7673 | 304 2008-03-31 David Bateman <dbateman@free.fr> |
305 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
306 * 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
|
307 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
|
308 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
309 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
310 * 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
|
311 * 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
|
312 * 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
|
313 * 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
|
314 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
315 * 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
|
316 |
7673 | 317 * plot/ginput.m: New function. |
318 * plot/__gnuplot_ginput__.m: New function based on a version of | |
319 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
320 * plot/Makefile.in (SOURCES): Add them to the list. | |
321 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
322 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
|
323 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
324 * 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
|
325 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
326 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
327 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
328 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
329 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
330 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
331 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
332 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
333 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
334 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
|
335 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
336 * 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
|
337 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
338 |
7669 | 339 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
340 | |
341 * general/del2.m: Missing semicolon. | |
342 | |
7668 | 343 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
344 | |
345 * miscellaneous/info.m: New function. | |
346 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
347 | |
7666
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
348 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
|
349 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
350 * 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
|
351 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
352 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
353 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
|
354 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
355 * 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
|
356 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
|
357 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
358 * 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
|
359 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
|
360 |
7655 | 361 2008-03-27 Bill Denney <bill@denney.ws> |
362 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
363 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
364 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
365 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
366 * 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
|
367 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
368 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
369 * 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
|
370 |
7657 | 371 * general/genvarname.m: New function. |
372 * general/Makefile.in (SOURCES): Add it to the list. | |
373 | |
7656 | 374 * time/addtodate.m: New function. |
7657 | 375 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 376 |
7655 | 377 * geometry/rectint.m: Vectorize and add more tests. |
378 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
379 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
|
380 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
381 * 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
|
382 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
383 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
384 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
385 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
386 |
7650 | 387 2008-03-26 John W. Eaton <jwe@octave.org> |
388 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
389 * 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
|
390 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
391 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
392 * 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
|
393 |
7650 | 394 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
395 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
396 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
397 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
398 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
399 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
400 Texinfo fixes. | |
401 | |
7649
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
402 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
|
403 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
404 * 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
|
405 |
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
|
406 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
|
407 |
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
|
408 * 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
|
409 |
7643
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
410 2008-03-20 Ben Abbott <bpabbott@mac.com> |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
411 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
412 * 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
|
413 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
|
414 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
415 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
416 * 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
|
417 |
7640 | 418 2008-03-25 Soren Hauberg <hauberg@gmail.com> |
419 | |
420 * polynomial/convn.m: New function. | |
421 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
422 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
423 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
424 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
425 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
426 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 427 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
428 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
|
429 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
430 * 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
|
431 |
7627 | 432 2008-03-24 David Bateman <dbateman@free.fr> |
433 | |
434 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
435 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 436 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
437 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
438 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
439 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
440 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
441 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
442 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
443 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
|
444 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
445 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
446 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
447 * 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
|
448 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
449 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
|
450 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
451 * 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
|
452 |
7617 | 453 * miscellaneous/cast.m: Also allow cast to "char". |
454 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
455 * 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
|
456 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
457 * 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
|
458 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
459 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
460 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
461 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
462 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
463 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
464 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
465 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
466 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
467 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
468 |
7610 | 469 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
470 | |
471 * signal/sinetone.m: Ensure integral number of samples. | |
472 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
473 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
|
474 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
475 * 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
|
476 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
477 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
|
478 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
479 * 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
|
480 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
481 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
|
482 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
483 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
484 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
485 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
486 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
487 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
488 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
489 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
490 * 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
|
491 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
492 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
493 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
494 * 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
|
495 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
496 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
497 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
498 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
|
499 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
500 * 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
|
501 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
502 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
|
503 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
504 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
505 |
7592 | 506 2008-03-14 Kai Habel <kai.habel@gmx.de> |
507 | |
508 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
509 style to default to avoid wrong mesh color in some cases. | |
510 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
511 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
512 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
513 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
514 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
|
515 |
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
|
516 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
|
517 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
518 * 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
|
519 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
|
520 |
7592 | 521 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
522 | |
7582 | 523 2008-03-11 Kai Habel <kai.habel@gmx.de> |
524 | |
525 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
526 Allow plotting of uniform colored mesh plots with and | |
527 w/o hidden line removal. | |
528 | |
529 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
|
530 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
531 * 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
|
532 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
533 * 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
|
534 |
7569 | 535 2008-03-07 John W. Eaton <jwe@octave.org> |
536 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
537 * 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
|
538 |
7569 | 539 * plot/__go_draw_axes__.m: Handle tickdir property. |
540 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
541 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
542 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
543 * 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
|
544 Allow matrix arguments when number of bins > 30. |
7568 | 545 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
|
546 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
547 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
548 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
549 * 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
|
550 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
551 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
552 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
553 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
|
554 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
555 * 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
|
556 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
557 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
|
558 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
559 * 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
|
560 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
561 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
562 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
|
563 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
564 * 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
|
565 |
7551 | 566 2008-03-04 Bill Denney <bill@denney.ws> |
567 | |
7557 | 568 * plot/allchild.m, plot/findall.m: New functions. |
569 * plot/Makefile.in (SOURCES): Add them to the list. | |
570 | |
7551 | 571 * geometry/rectint.m: New function. |
7557 | 572 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 573 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
574 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
|
575 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
576 * 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
|
577 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
|
578 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
579 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 580 |
581 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
582 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
583 * 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
|
584 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
585 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
|
586 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
587 * 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
|
588 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
589 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
|
590 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
591 * 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
|
592 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
|
593 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
594 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
|
595 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
596 * 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
|
597 "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
|
598 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
599 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
|
600 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
601 * 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
|
602 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
|
603 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
|
604 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
|
605 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
|
606 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
|
607 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
|
608 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
|
609 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
|
610 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
|
611 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
|
612 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
|
613 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
|
614 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
615 * 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
|
616 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
617 * 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
|
618 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
619 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
|
620 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
621 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
622 |
7525 | 623 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
624 | |
625 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
626 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
627 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
|
628 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
629 * 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
|
630 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
631 |
7518 | 632 2008-02-22 Ben Abbott <bpabbott@mac.com> |
633 | |
634 * specfun/legendre.m: Doc fix. | |
635 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
636 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
|
637 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
638 * 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
|
639 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
640 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
641 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
|
642 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
643 * 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
|
644 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
645 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
646 * 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
|
647 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
648 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
|
649 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
650 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
651 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
652 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
653 * 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
|
654 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
655 * 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
|
656 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
657 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
658 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
|
659 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
660 * 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
|
661 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
662 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
663 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
|
664 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
665 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
666 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
667 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
|
668 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
669 * 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
|
670 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
|
671 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
|
672 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
|
673 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
674 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
|
675 |
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
|
676 * 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
|
677 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
|
678 |
7501 | 679 * polynomial/polyfit.m: Use QR decomposition. Handle |
680 normalization option. | |
681 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
682 generate 50% prediction intervals. | |
683 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
684 * 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
|
685 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
686 |
7498 | 687 2008-02-19 John W. Eaton <jwe@octave.org> |
688 | |
689 * pkg/pkg.m: Style fixes. | |
690 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
691 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 692 |
693 * pkg/pkg.m: Handle 'describe' command. | |
694 (parse_pkg_idx, print_package_description): New subfunctions. | |
695 | |
7493 | 696 2008-02-19 Bill Denney <bill@denney.ws> |
697 | |
698 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
699 elements wide. | |
700 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
701 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
|
702 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
703 * 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
|
704 |
7485 | 705 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
706 | |
707 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
708 * general/runlength.m: New function from Paul Kienzle. | |
709 | |
7484 | 710 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
711 | |
712 * linear-algebra/cond.m: New optional second argument to | |
713 specify 1-norm, inf-norm, or frobenius-norm. | |
714 | |
7475 | 715 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
716 | |
717 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
718 body. Allow the linespec to specify the arrow color. | |
719 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
720 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
|
721 |
7474 | 722 * miscellaneous/cast.m: Also treat the logical type. |
723 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
724 * 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
|
725 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
726 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
727 * 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
|
728 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
729 * 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
|
730 * 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
|
731 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
732 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
|
733 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
734 * 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
|
735 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
736 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
737 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
738 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
739 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
740 * 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
|
741 |
7436 | 742 2008-02-01 Dave Goel <deego3@gmail.com> |
743 | |
744 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
745 | |
7434 | 746 2008-02-01 Bill Denney <bill@denney.ws> |
747 | |
748 * time/weekday.m: Allow vector inputs and speed up. | |
749 * time/eomday.m: Return column vector for column vector inputs. | |
750 | |
7429 | 751 2008-01-30 John W. Eaton <jwe@octave.org> |
752 | |
7434 | 753 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
754 revision". | |
755 | |
7431 | 756 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
757 __plt2vs__.m in the list. | |
758 | |
7430 | 759 * miscellaneous/tempdir.m: Append filesep to name for |
760 compatibility. Warn if not a directory or directory does not | |
761 exist. | |
762 | |
7429 | 763 * strings/deblank.m: Improve compatibility. |
764 | |
7428 | 765 2008-01-29 John W. Eaton <jwe@octave.org> |
766 | |
767 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
768 | |
769 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 770 |
771 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
772 Return the label handle, not the current axis handle. | |
773 | |
7421 | 774 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
775 | |
776 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
777 abscissa. | |
778 | |
779 2008-01-25 David Bateman <dbateman@free.fr> | |
780 | |
7423 | 781 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 782 * plot/__scatter__.m: Remove NaN values from data. |
783 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
784 | |
7418 | 785 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
786 | |
787 * linear-algebra/trace.m: Test cases for non 2-d args. | |
788 | |
789 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
790 | |
791 * geometry/griddata3.m: Call griddata, not gridata. | |
792 | |
7415 | 793 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
794 | |
795 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
796 | |
7411 | 797 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
798 | |
799 * linear-algebra/cond.m, linear-algebra/trace.m: | |
800 Move tests here from test/test_linalg.m. | |
801 | |
802 * general/diff.m, general/fliplr.m, general/flipud.m, | |
803 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
804 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
805 special-matrix/hankel.m, special-matrix/hilb.m, | |
806 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
807 special-matrix/toeplitz.m, special-matrix/vander.m: | |
808 Move tests here from test/test_matrix.m. | |
809 | |
810 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
811 Move tests here from test/test_number.m. | |
812 | |
813 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
814 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
815 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
816 polynomial/polyvalm.m, polynomial/roots.m: | |
817 Move tests here from test/test_poly.m. | |
818 | |
819 * signal/unwrap.m: | |
820 Move tests here from test/test_signal.m. | |
821 | |
822 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
823 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
824 statistics/base/mean.m, statistics/base/median.m, | |
825 statistics/base/skewness.m, statistics/base/std.m: | |
826 Move tests here from test/test_stats.m. | |
827 | |
828 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
829 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
830 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
831 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
832 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
833 strings/substr.m: | |
834 Move tests here from test/test_string.m. | |
835 | |
836 * miscellaneous/computer.m, miscellaneous/ls.m, | |
837 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
838 time/date.m, time/etime.m, time/is_leap_year.m: | |
839 Move tests here from test/test_system.m. | |
840 | |
7410 | 841 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
842 | |
843 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
844 Simplify initial checks on argument values. | |
845 | |
7408 | 846 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
847 | |
848 * plot/gnuplot_drawnow.m: New function corresponding to the | |
849 implementation of the gnuplot-based graphics backend (derived from | |
850 drawnow.m). | |
851 * plot/drawnow.m: Deleted (converted to C++). | |
852 | |
7401 | 853 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
854 | |
855 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
856 New tests. | |
857 | |
7399 | 858 2008-01-18 John W. Eaton <jwe@octave.org> |
859 | |
860 * optimization/sqp.m: End each function with endfunction. | |
861 | |
7398 | 862 2008-01-18 Ben Abbott <bpabbott@mac.com> |
863 | |
864 * polynomial/residue.m: For each group of pole multiplicity, set | |
865 the poles of the group to the value of the group's average. | |
866 | |
7396 | 867 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
868 | |
869 * plot/print.m: Handle PDF output. | |
870 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
871 | |
7392 | 872 2008-01-17 John W. Eaton <jwe@octave.org> |
873 | |
7393 | 874 * path/savepath.m: Print newline before initial comment line. |
875 Double up single quote characters. | |
876 * path/__extractpath__.m: Return just the path as a string. | |
877 Undo single quote character doubling. | |
878 | |
879 * path/pathdef.m: Avoid eval. Simplify. | |
880 | |
7392 | 881 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
882 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
883 avoid possible file descriptor leak. | |
884 | |
885 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
886 | |
887 * path/savepath.m: Warn if modified file is not explicitly specified. | |
888 * startup/main-rcfile: Call atexit ("__finish__"). | |
889 | |
7388 | 890 2008-01-16 John W. Eaton <jwe@octave.org> |
891 | |
7390 | 892 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
893 Use it to disable enhanced mode for individual labels and titles. | |
894 | |
7392 | 895 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 896 (install install-strip, uninstall): Handle function files. |
897 | |
898 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
899 | |
7392 | 900 * startup/__finish__.m: New file. |
901 * path/__extractpath__.m, path/matlabroot.m, | |
902 path/pathdef.m: New files. | |
7388 | 903 * path/Makefile.in (SOURCES): Add them to the list. |
904 | |
7385 | 905 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
906 | |
7387 | 907 * special-matrix/vander.m: Vectorize. New test. |
908 | |
7385 | 909 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
910 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
911 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
912 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
913 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
914 Move tests here from test/test_arith.m. | |
915 | |
7382 | 916 2008-01-15 John W. Eaton <jwe@octave.org> |
917 | |
918 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
919 | |
7379 | 920 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
921 | |
922 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
923 Call __get__ instead of get. | |
924 | |
925 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
926 | |
927 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
928 Frobenius norm if matrix is all zeros. Use transpose instead of | |
929 hermitian operator. | |
930 | |
7376 | 931 2008-01-14 Bill Denney <bill@denney.ws> |
932 | |
933 * plot/axis.m: Correctly handle "tight" and "image" options. | |
934 | |
7375 | 935 2008-01-14 Soren Hauberg <hauberg@gmail.com> |
936 | |
937 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
938 image/rgb2ntsc.m: Also accept images as input. | |
939 | |
940 * image/gray2ind.m: Handle image type other than double. | |
941 Improve error checking and documentation. | |
942 | |
7371 | 943 2008-01-14 John W. Eaton <jwe@octave.org> |
944 | |
7372 | 945 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
946 instead of calling tolower on first arg. Default font name is | |
947 Helvetica, not helvetica. Don't downcase user-specified font name. | |
948 (__maybe_munge_text__): Fix typo. | |
949 | |
7371 | 950 * optimization/sqp.m: Fix function definitions in test code. |
951 | |
7361 | 952 2008-01-12 John W. Eaton <jwe@octave.org> |
953 | |
954 * plot/gnuplot_binary.in: New file. | |
955 * plot/gnuplot_binary.m: Delete. | |
956 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
957 (SOURCES_IN, GEN_M): New macros. | |
958 (DISTFILES): Include $(SOURCES_IN) in the list. | |
959 (FCN_FILES): Include $(GEN_M) in the list. | |
960 (all): Depend on $(GEN_M). | |
961 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 962 (distclean): Also remove $(GEN_M). |
7361 | 963 |
964 2008-01-11 John W. Eaton <jwe@octave.org> | |
965 | |
966 * optimization/sqp.m: New test from example in doc string. | |
967 | |
7360 | 968 2008-01-10 Ben Abbott <bpabbott@mac.com> |
969 | |
970 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
971 to more than one multiplicity group. | |
972 | |
7358 | 973 2008-01-10 John W. Eaton <jwe@octave.org> |
974 | |
975 * plot/gnuplot_binary.m: New file. | |
976 * plot/Makefile.in (SOURCES): Add it to the list. | |
977 | |
7355 | 978 2008-01-09 John W. Eaton <jwe@octave.org> |
979 | |
980 * plot/drawnow.m: Fail if filename includes a directory part that | |
981 does not exist. | |
982 | |
7352 | 983 2008-01-07 John W. Eaton <jwe@octave.org> |
984 | |
985 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
986 Error if glob call fails to match any files. | |
987 | |
7346 | 988 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
989 | |
990 * strings/strtrim.m: Doc fix. | |
991 | |
7345 | 992 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
993 | |
994 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
995 | |
7344 | 996 2008-01-04 Soren Hauberg <hauberg@gmail.com> |
997 | |
998 * set/create_set.m, set/union.m: Accept "rows" argument. | |
999 | |
7341 | 1000 2008-01-02 John W. Eaton <jwe@octave.org> |
1001 | |
1002 * plot/print.m: Correctly handle pbm terminal. | |
1003 | |
7340 | 1004 2007-12-28 John W. Eaton <jwe@octave.org> |
1005 | |
1006 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
1007 extensions. | |
1008 | |
7337 | 1009 2007-12-28 David Bateman <dbateman@free.fr> |
1010 | |
1011 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
1012 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
1013 * Makefile.in (SOURCES): Add to the sources. | |
1014 | |
1015 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
1016 | |
1017 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
1018 Remove unnecessary call of size function. | |
1019 | |
7334 | 1020 2007-12-21 John W. Eaton <jwe@octave.org> |
1021 | |
1022 Version 3.0.0 released. | |
1023 | |
7331 | 1024 2007-12-21 Soren Hauberg <hauberg@gmail.com> |
1025 | |
1026 * image/imshow.m: Accept empty value for display_range. | |
1027 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1028 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 1029 |
1030 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
1031 | |
7328 | 1032 2007-12-19 Soren Hauberg <hauberg@gmail.com> |
1033 | |
1034 * image/imshow.m: Store uint8 images as doubles. Handle default | |
1035 display ranges correctly. | |
1036 | |
7327 | 1037 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
1038 Peter A. Gustafson <petegus@umich.edu> | |
1039 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1040 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 1041 |
7325 | 1042 2007-12-19 John W. Eaton <jwe@octave.org> |
1043 | |
1044 * miscellaneous/edit.m: New function. | |
1045 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1046 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1047 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 1048 |
1049 * plot/__bar__.m: Handle "basevalue" option. | |
1050 * plot/__bars__.m: New arg, base_value. | |
1051 | |
7321 | 1052 2007-12-17 David Bateman <dbateman@free.fr> |
1053 | |
1054 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
1055 * plot/Makefiles (SOURCES): Add them to the sources | |
1056 * plot/polar.m: Set the x and y limits to the maximum polar | |
1057 radius. Set the axes to be square. | |
1058 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
1059 and print axis at zero if this is used. | |
1060 | |
1061 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
1062 contours can overlay pcolor plots. Priveldge no hidden line | |
1063 removal when there are multiple objects in the plot. | |
1064 | |
7320 | 1065 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
1066 | |
1067 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
1068 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
1069 | |
7319 | 1070 2007-12-17 Ben Abbott <bpabbott@mac.com> |
1071 | |
1072 * miscellaneous/run.m: Replace script with f when looking for | |
1073 file to run. | |
1074 | |
7316 | 1075 2007-12-14 David Bateman <dbateman@free.fr> |
1076 | |
7317 | 1077 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
1078 * plot/contour.m: Doc fix. | |
1079 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
1080 Include linetype in withclause. | |
1081 | |
7316 | 1082 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
1083 Use it to determine dimensions. Consolidate all 3-d settings. | |
1084 | |
7315 | 1085 2007-12-13 John W. Eaton <jwe@octave.org> |
1086 | |
1087 * image/imshow.m: Turn axis visibility off. | |
1088 Don't scale true color images. | |
1089 * image/image.m: Set axis layer property to "top". | |
1090 | |
7307 | 1091 2007-12-12 John W. Eaton <jwe@octave.org> |
1092 | |
7313 | 1093 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
1094 | |
1095 * plot/pie.m: Avoid calling "exist". | |
1096 | |
7309 | 1097 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 1098 Condense argument processing logic. Allow 6 arguments. |
1099 Use issquare. Avoid calling "exist". | |
7309 | 1100 |
7307 | 1101 * plot/__go_draw_axes__.m: Handle the axes layer property. |
1102 | |
7305 | 1103 2007-12-12 David Bateman <dbateman@free.fr> |
1104 | |
1105 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
1106 * plot/Makefile.in (SOURCES): Add to the sources. | |
1107 | |
7290 | 1108 2007-12-11 John W. Eaton <jwe@octave.org> |
1109 | |
7298 | 1110 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
1111 * plot/surface.m: Not here. | |
1112 | |
7297 | 1113 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
1114 subsequent "unset grid" if there is no grid. | |
1115 | |
7296 | 1116 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
1117 | |
7293 | 1118 * plot/surface.m: Don't set facecolor property in call to |
1119 __go_surface__. | |
1120 | |
7290 | 1121 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
1122 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
1123 | |
7292 | 1124 2007-12-11 Kai Habel <kai.habel@gmx.de> |
1125 | |
7295 | 1126 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
1127 color string is not taken as z value. | |
1128 | |
7292 | 1129 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
1130 zgrid to "on" and box to "off" for used axes. | |
1131 | |
1132 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
1133 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
1134 | |
7286 | 1135 2007-12-11 David Bateman <dbateman@free.fr> |
1136 | |
7288 | 1137 * miscelleaneous/fullfile.m: Ignore empty arguments. |
1138 | |
7287 | 1139 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
1140 * statistics/base/mode.m: Ditto. | |
1141 | |
7286 | 1142 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
1143 object handles are all now non integer. | |
1144 | |
7278 | 1145 2007-12-10 John W. Eaton <jwe@octave.org> |
1146 | |
7282 | 1147 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
1148 | |
7281 | 1149 * general/issymmetric.m: Use ' instead of .' for compatibility |
1150 with previous versions of Octave. | |
1151 * general/ishermitian.m: Delete. | |
7285 | 1152 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 1153 |
7280 | 1154 * plot/fplot.m: In N is not specified, increase initial number of |
1155 points from 3 and 5 to 5 and 8. | |
1156 | |
7279 | 1157 * signal/detrend.m: Move tests here from test/test_signal.m. |
1158 Loosen tolerance on first test from 10*eps to 20*eps. | |
1159 | |
7278 | 1160 * finance/rate.m: Don't request info from fsolve. |
1161 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1162 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 1163 |
1164 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
1165 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
1166 | |
7276 | 1167 2007-12-10 David Bateman <dbateman@free.fr> |
1168 | |
1169 * image/image.m: Rewritten to allow trailing properties to be | |
1170 passed to underlying image object. | |
1171 * image/__img__.m: Pass additional arguments to __go_image__. | |
1172 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
1173 | |
7274 | 1174 2007-12-10 John W. Eaton <jwe@octave.org> |
1175 | |
1176 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
1177 front" to gnuplot. | |
1178 | |
7271 | 1179 2007-12-10 David Bateman <dbateman@free.fr> |
1180 | |
7274 | 1181 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 1182 border front" from images. |
7274 | 1183 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
1184 * plot/pcolor.m: Set axis "box" property. | |
1185 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
1186 Mark as commands. | |
7271 | 1187 |
7269 | 1188 2007-12-07 David Bateman <dbateman@free.fr> |
1189 | |
1190 * plot/surf.m: Don't set facecolor property. | |
1191 | |
7265 | 1192 2007-12-06 John W. Eaton <jwe@octave.org> |
1193 | |
7269 | 1194 * plot/print.m: Pass mono to drawnow. |
1195 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
1196 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
1197 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
1198 disable color specifications. | |
1199 | |
7265 | 1200 * general/issymmetric.m: Move tests here from test/test_number.m |
1201 | |
1202 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
1203 | |
1204 * general/issymmetric.m: To keep its argument sparse and the | |
1205 function quick, use the infinity norm rather than the 2-norm. | |
1206 Also measure the symmetric part rather than the Hermitian part. | |
1207 * general/ishermitian.m: New file. Measure the Hermitian part. | |
1208 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
1209 | |
7248 | 1210 2007-12-04 John W. Eaton <jwe@octave.org> |
1211 | |
7257 | 1212 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
1213 text and label commands if font is "*". | |
1214 | |
7248 | 1215 * linear-algebra/krylov.m: Doc fixes. |
1216 From Marco Caliari <caliari@sci.univr.it>. | |
1217 | |
7250 | 1218 2007-12-04 Kai Habel <kai.habel@gmx.de> |
1219 | |
1220 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
1221 Add "## PKG_ADD: mark_as_command axis" line. | |
1222 | |
7245 | 1223 2007-12-03 John W. Eaton <jwe@octave.org> |
1224 | |
1225 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
1226 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
1227 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
1228 Generate demos from examples. | |
1229 | |
7240 | 1230 2007-12-03 David Bateman <dbateman@free.fr> |
1231 | |
7243 | 1232 * testfun/test.m: Disable "testif" test block to avoid spurious |
1233 skipped test for "make check". Avoid printing variables for | |
1234 skipped tests. | |
1235 | |
7242 | 1236 * testfun/test.m: Add "testif" type to allow for conditional tests. |
1237 | |
7240 | 1238 * plot/plotyy.m: Use activepositionproperty property of axes |
1239 object. Set second axis color to "none". | |
1240 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
1241 property of the axis objects. | |
1242 | |
7239 | 1243 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
1244 | |
1245 * linear-algebra/condest.m: Loosen tolerance in test. | |
1246 | |
7236 | 1247 2007-12-02 John W. Eaton <jwe@octave.org> |
1248 | |
1249 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
1250 get_data_limits. | |
1251 | |
7222 | 1252 2007-11-30 John W. Eaton <jwe@octave.org> |
1253 | |
1254 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
1255 (get_data_limits, get_axis_limits): Delete. | |
1256 | |
7228 | 1257 2007-11-30 David Bateman <dbateman@free.fr> |
1258 | |
7235 | 1259 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
1260 | |
7228 | 1261 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
1262 tick labels rather than one by one on the labels themselves. | |
1263 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
1264 95% crossing fixed. | |
1265 | |
7217 | 1266 2007-11-29 David Bateman <dbateman@free.fr> |
1267 | |
7220 | 1268 * plot/pareto.m: New file. |
1269 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1270 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
1271 marks to avoid gnuplot error about formating. More colorspec to | |
1272 after the tics. | |
1273 * plot/plotyy.m: More generic check for appropriate axis color. | |
1274 | |
7217 | 1275 * plot/__stem__.m: New file based on old stem.m expanded to treat |
1276 2- and 3-D. | |
1277 * plot/stem3.m: New function. | |
1278 * plot/Makefile.in (SOURCES): Add them to the sources. | |
1279 * plot/stem.m: Adapt to use __stem__. | |
1280 | |
7216 | 1281 2007-11-29 John W. Eaton <jwe@octave.org> |
1282 | |
1283 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
1284 plot/surf.m, plot/surface.m: Don't return handle value unless | |
1285 requested. | |
1286 | |
1287 * plot/patch.m: Omit isnan check on handle returned from | |
1288 __plt_get_axis_arg__. | |
1289 | |
1290 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
1291 but has no axes. | |
1292 | |
7215 | 1293 2007-11-28 David Bateman <dbateman@free.fr> |
1294 | |
1295 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
1296 ancestor. If leading argument is logical set variable nogca to see | |
1297 if gca() should be called if there is no active handle found. | |
1298 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
1299 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
1300 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
1301 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
1302 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
1303 __plt__get_axis_arg__ to find axis handle. | |
1304 * polar.m: Typo. | |
1305 | |
7213 | 1306 2007-11-28 John W. Eaton <jwe@octave.org> |
1307 | |
1308 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
1309 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1310 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 1311 |
1312 * plot/drawnow.m: Fix typo. | |
1313 | |
7206 | 1314 2007-11-27 David Bateman <dbateman@free.fr> |
1315 | |
7207 | 1316 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
1317 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
1318 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
1319 | |
1320 * plot/meshz.m: New function. | |
1321 * plot/Makefile.in (SOURCES): Add it to the list. | |
1322 * plot/surface.m: Allow surface to accept an axis handle as the | |
1323 first argument. | |
1324 * plot/meshc.m: Extract z from the the surface object rather than | |
1325 varargin so that we can rely on code in surface to treat leading | |
1326 axis handles. | |
1327 | |
7206 | 1328 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
1329 y2tics" in the case of a plotyy plot. | |
1330 * plot/plotyy.m: ensure the position property is set correct for | |
1331 the second axis, by setting it after the plot itself. In the case | |
1332 of a plot that returns multiple handles, base the color selection | |
1333 on the first. | |
1334 | |
7204 | 1335 2007-11-27 Kai Habel <kai.habel@gmx.de> |
1336 | |
1337 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
1338 z-value of vertex 'c3'. | |
1339 | |
7203 | 1340 2007-11-27 John W. Eaton <jwe@octave.org> |
1341 | |
1342 * image/image.m: Allow nargin == 0 case to work again. | |
1343 | |
7202 | 1344 2007-11-27 David Bateman <dbateman@free.fr> |
1345 | |
1346 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
1347 colorbar, to ensure that the colorbar is on the canvas for png and | |
1348 postscipt outputs. | |
1349 | |
7189 | 1350 2007-11-26 David Bateman <dbateman@free.fr> |
1351 | |
7197 | 1352 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
1353 return values. | |
1354 | |
7194 | 1355 * plot/plotyy.m: New function |
1356 * plot/Makefile.in (SOURCES): Add it here. | |
1357 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
1358 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
1359 {x|y}label to respect the axis position. | |
1360 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
1361 handle as the first argument. | |
1362 | |
7192 | 1363 * pkg/pkg.m (pkg:install): When loading the installed packages |
1364 index into installed_pkgs_lst and not descriptions.. | |
1365 | |
7189 | 1366 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
1367 * plot/Makefile.in (SOURCES): Add them to the sources. | |
1368 * plot/quiver.m: Modify to use __quiver__.m. | |
1369 | |
1370 * plot/hist.m: Avoid saturation when the x values are in an | |
1371 inetger type. | |
1372 | |
1373 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
1374 | |
1375 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
1376 functions. | |
1377 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
1378 | |
1379 2007-11-26 David Bateman <dbateman@free.fr> | |
1380 | |
1381 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
1382 extent. | |
1383 | |
1384 * plot/colorbar.m: New function. | |
1385 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1386 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
1387 precalculate the clim, set pm3d except for mesh. | |
1388 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
1389 save the real values so that colorbar corresponds to the contour | |
1390 levels. | |
1391 | |
1392 * plot/stem.m: Set marker color the same as the line color. Draw | |
1393 a single discontinous line object for the stems. | |
1394 | |
1395 * plot/sphere.m: New function ported from JHandles. | |
1396 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1397 | |
1398 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
1399 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
1400 to get enhanced mode to work correctly for the X11 terminal. | |
1401 | |
1402 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
1403 the reverse. Allow an axes handle to be passed and/or returned. | |
1404 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
1405 | |
1406 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
1407 sort surface patches by their depth and not the order they are | |
1408 rendered in. | |
1409 | |
1410 * plot/__patch__.m: Set clim correctly. | |
1411 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
1412 the marker color is determined by the cmap. | |
1413 * plot/scatter.m: New function to 2D scatter plots. | |
1414 * plot/scatter3.m: New function to 3D scatter plots. | |
1415 * plot/__scatter__.m: Support function for scatter plots | |
1416 * Makefile.in (SOURCES): Ad dnew functions here. | |
1417 | |
1418 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
1419 Return whether the terminal supports enhanced text or not. | |
1420 (drawnow:enhanced_term): New sub-function to determine if terminal | |
1421 supports enhanced mode. | |
1422 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
1423 __go_draw_axes__. | |
1424 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
1425 needed to support the enhanced mode. | |
1426 * plot/print.m: Remove "enhanced" option as this is now treated in | |
1427 drawnow.m. | |
1428 | |
1429 | |
1430 * plot/caxis.m: New function to control the color axis limits. | |
1431 * plot/Makefile.in (SOURCES): Include it. | |
1432 * plot/axis.m: Allow the first argument to be an axes handle. | |
1433 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
1434 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
1435 caxis limits. | |
1436 | |
1437 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
1438 * image/Makefile.in (SOURCES): Include it. | |
1439 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
1440 of the bars for the colormap. | |
1441 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
1442 passed. | |
1443 * plot/__contour.m: Avoid possible divide by zero error. | |
1444 * plot/contour.m: Missing semicolon. | |
1445 * plot/surface.m: Don't attempt to set additional arguments if | |
1446 there are none. | |
1447 * plot/Makefile.in (SOURCES): Include __bars__.m | |
1448 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1449 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 1450 |
1451 * plot/__bar__.m: put bar creation code into separate function | |
1452 to allow easy hook up from other graphic backends | |
1453 | |
1454 * plot/__bars__.m: new function containing bar creation code | |
1455 | |
7186 | 1456 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
1457 | |
1458 * general/accumarray.m: Correct dimension check. | |
1459 | |
7183 | 1460 2007-11-26 John W. Eaton <jwe@octave.org> |
1461 | |
1462 * polynomial/residue.m: Prepad along second dimension. | |
1463 From Doug Stewart <dastew@sympatico.ca>. | |
1464 | |
7181 | 1465 2007-11-26 Kai Habel <kai.habel@gmx.de> |
1466 | |
7183 | 1467 * plot/cylinder.m, plot/slice.m: New functions. |
1468 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 1469 |
7177 | 1470 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
1471 | |
1472 * plot/patch.m: Handle arg may also be hggroup object. | |
1473 Use ancestor to find parent axes object. | |
1474 | |
7175 | 1475 2007-11-14 David Bateman <dbateman@free.fr> |
1476 | |
1477 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
1478 flag to patch that it is not closed. Allow z to take string | |
1479 arguments and use it to flag that the contours are placed at the | |
1480 z level of the contour itself. | |
1481 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
1482 objects as well. Let hidden removal take precedence in case of a | |
1483 conflict. | |
1484 * plot/surface.m: Allow surface to treat handles being passed or | |
1485 returned. Any additional arguments arr used to set the surface | |
1486 handle. | |
1487 * plot/contour3.m: New function | |
1488 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1489 | |
7173 | 1490 2007-11-14 John W. Eaton <jwe@octave.org> |
1491 | |
1492 * specfun/bessel.m: Update doc string from | |
1493 src/DLD-FUNCTIONS/besselj.cc. | |
1494 | |
7170 | 1495 2007-11-12 David Bateman <dbateman@free.fr> |
1496 | |
1497 * plot/contour.m: Allow handles to be passed and returned. Split | |
1498 the countour function itself into __contour__.m to be shared with | |
1499 surfc and meshc. | |
1500 * plot/__contour__.m: New file | |
1501 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1502 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
1503 the face or edge if the facecolor or edge color are marked as | |
1504 "none". Allow the edgecolor to be determined by the cdata in the | |
1505 same manner as the facecolor. Fail if facecolor is not "none" and | |
1506 a 3-D plot is desired, rather than ignoring zdata. Make the | |
1507 storage of 3D/4D data consistent between line, surface and patch | |
1508 objects. | |
1509 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
1510 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 1511 |
1512 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
1513 Handle fontweight and fontangle properties. | |
1514 | |
7163 | 1515 2007-11-12 Kai Habel <kai.habel@gmx.de> |
1516 | |
1517 * plot/spinmap.m, plot/ribbon.m: New functions. | |
1518 * plot/Makefile.in (SOURCES): Add them to the list. | |
1519 | |
1520 2007-11-12 John W. Eaton <jwe@octave.org> | |
1521 | |
1522 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
1523 Use it to avoid duplicated code. | |
1524 | |
7161 | 1525 2007-11-12 David Bateman <dbateman@free.fr> |
1526 | |
7162 | 1527 * plot/title.m: Fix return value for nargout > 0. |
1528 | |
1529 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
1530 specified for the title, xlabel, ylabel and text objects. | |
1531 | |
7161 | 1532 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
1533 4.0 and surface plots. | |
1534 | |
7160 | 1535 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
1536 | |
1537 * plot/__patch__.m: Fix computation of faces when patch is defined | |
1538 with X/Y/Z data. | |
1539 | |
7146 | 1540 2007-11-09 John W. Eaton <jwe@octave.org> |
1541 | |
7152 | 1542 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 1543 Correct logic in setting palette data. |
7152 | 1544 |
7151 | 1545 * audio/wavread.m, control/base/__bodquist__.m, |
1546 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
1547 control/system/c2d.m, control/system/is_detectable.m, | |
1548 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
1549 control/system/tfout.m, general/isdefinite.m, | |
1550 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
1551 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
1552 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
1553 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
1554 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
1555 testfun/test.m: Use specific end keywords. | |
1556 | |
7146 | 1557 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
1558 | |
1559 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
1560 | |
1561 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
1562 Don't change view if hold is on. | |
1563 | |
7142 | 1564 2007-11-09 David Bateman <dbateman@free.fr> |
1565 | |
7149 | 1566 * plot/hidden.m: New function. |
1567 * plot/Makefile.in (SOURCES): Add it here. | |
1568 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
1569 line removal. | |
1570 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
1571 removal and if it is "none" don't do hidden line removal. | |
1572 | |
7148 | 1573 * plot/legend.m: Also allow labels for surface and patch types. |
1574 * plot/__bar__.m: Split into separate patch pbjects to allow | |
1575 setting of the legend. | |
1576 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
1577 objects as well. | |
1578 | |
7146 | 1579 * plot/area.m, plot/__area__.m: New functions |
1580 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
1581 | |
7142 | 1582 * plot/patch.m: Correctly handle case of axis handle as first arg. |
1583 | |
7144 | 1584 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
1585 | |
1586 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
1587 | |
7131 | 1588 2007-11-08 John W. Eaton <jwe@octave.org> |
1589 | |
7133 | 1590 * control/base/dcgain.m, control/base/dre.m, |
1591 control/base/impulse.m, control/base/step.m, | |
1592 control/system/dmr2d.m, control/system/ord2.m, | |
1593 control/system/sys2ss.m, control/system/sysdimensions.m, | |
1594 control/system/sysgetsignals.m, control/system/sysout.m, | |
1595 control/system/tfout.m, control/system/ugain.m, | |
1596 control/system/zpout.m, control/util/strappend.m: | |
1597 Don't fail with usage message if nargout is too large. | |
1598 | |
7131 | 1599 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
1600 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
1601 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 1602 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
1603 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
1604 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
1605 control/obsolete/rotg.m, control/obsolete/series.m, | |
1606 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
1607 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 1608 control/system/__syschnamesl__.m, |
1609 control/system/__syscont_disc__.m, | |
1610 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
1611 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
1612 control/system/abcddim.m, control/system/buildssic.m, | |
1613 control/system/c2d.m, control/system/cellidx.m, | |
1614 control/system/d2c.m, control/system/dmr2d.m, | |
1615 control/system/fir2sys.m, control/system/is_abcd.m, | |
1616 control/system/is_controllable.m, control/system/is_detectable.m, | |
1617 control/system/is_digital.m, control/system/is_observable.m, | |
1618 control/system/is_stabilizable.m, control/system/is_stable.m, | |
1619 control/system/jet707.m, control/system/listidx.m, | |
1620 control/system/parallel.m, control/system/ss.m, | |
1621 control/system/ss2sys.m, control/system/ss2zp.m, | |
1622 control/system/starp.m, control/system/sys2ss.m, | |
1623 control/system/sys2tf.m, control/system/sys2zp.m, | |
1624 control/system/sysadd.m, control/system/sysappend.m, | |
1625 control/system/sysconnect.m, control/system/syscont.m, | |
1626 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 1627 control/system/sysdup.m, control/system/sysgetsignals.m, |
1628 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 1629 control/system/sysmult.m, control/system/sysout.m, |
1630 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 1631 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 1632 control/system/syssub.m, control/system/sysupdate.m, |
1633 control/system/tf.m, control/system/tf2ss.m, | |
1634 control/system/tf2sys.m, control/system/tfout.m, | |
1635 control/system/zp.m, control/system/zp2ss.m, | |
1636 control/system/zp2sys.m, control/system/zp2tf.m, | |
1637 control/system/zpout.m, control/util/__outlist__.m, | |
1638 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
1639 control/util/prompt.m, control/util/sortcom.m, | |
1640 control/util/zgfmul.m, control/util/zgfslv.m, | |
1641 control/util/zginit.m, control/util/zgreduce.m, | |
1642 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 1643 |
7130 | 1644 2007-11-08 David Bateman <dbateman@free.fr> |
1645 | |
1646 * plot/quiver.m: Fix arrowheads. | |
1647 | |
7128 | 1648 2007-11-07 Ben Abbott <bpabbott@mac.com> |
1649 | |
1650 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 1651 Handle "rows" argument. New tests. |
7128 | 1652 (cell_ismember): New function. |
1653 | |
7127 | 1654 2007-11-07 John W. Eaton <jwe@octave.org> |
1655 | |
1656 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
1657 control/base/__stepimp__.m, control/base/are.m, | |
1658 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
1659 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
1660 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
1661 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
1662 control/base/ltifr.m, control/base/nichols.m, | |
1663 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
1664 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
1665 Style fixes. | |
1666 | |
7125 | 1667 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
1668 | |
1669 * control/base/bode_bounds.m, control/base/dgram.m, | |
1670 control/base/dlyap.m, control/base/freqchkw.m, | |
1671 control/base/gram.m, control/base/place.m, | |
1672 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
1673 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
1674 control/system/is_signal_list.m, control/system/ss2tf.m, | |
1675 control/system/sys2fir.m, control/system/sysgettsam.m, | |
1676 control/system/sysgettype.m, control/system/sysreorder.m, | |
1677 control/system/tf2sys.m, control/system/zp2tf.m, | |
1678 control/util/axis2dlim.m, control/util/swap.m, | |
1679 control/util/zgfmul.m, control/util/zgfslv.m, | |
1680 control/util/zginit.m, control/util/zgreduce.m, | |
1681 control/util/zgrownorm.m, control/util/zgscal.m, | |
1682 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
1683 geometry/inpolygon.m, linear-algebra/housh.m, | |
1684 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
1685 miscellaneous/run.m, quaternion/qconj.m, | |
1686 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
1687 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
1688 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
1689 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
1690 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
1691 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
1692 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
1693 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
1694 statistics/distributions/empirical_cdf.m, | |
1695 statistics/distributions/empirical_inv.m, | |
1696 statistics/distributions/empirical_pdf.m, | |
1697 statistics/models/logistic_regression_derivatives.m, | |
1698 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
1699 | |
7118 | 1700 2007-11-07 David Bateman <dbateman@free.fr> |
1701 | |
7120 | 1702 * general/gradient.m: Correctly convert deltax and deltay scalar |
1703 values are scalars to vectors. | |
1704 | |
7119 | 1705 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
1706 the meshc.m function. | |
1707 * plot/meshc.m: Also use the surface function. | |
1708 | |
7120 | 1709 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 1710 * plot/Makefile.in (SOURCES): Add them to the list. |
1711 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
1712 | |
7117 | 1713 2007-11-07 Michael Zeising <michael@michaels-website.de> |
1714 | |
1715 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
1716 | |
7115 | 1717 2007-11-07 John W. Eaton <jwe@octave.org> |
1718 | |
1719 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
1720 the data limits are infinite. | |
1721 (get_data_limits): Don't do anything if xdat or tx are empty. | |
1722 (get_axis_limits): Don't do anything if min_val or max_val are | |
1723 infinite. | |
1724 | |
7112 | 1725 2007-11-06 David Bateman <dbateman@free.fr> |
1726 | |
1727 * plot/hist.m: Pass any additional arguments to bar for | |
1728 treatment. Create a default x value that is always a vector. | |
1729 | |
7111 | 1730 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
1731 | |
1732 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
1733 when calling ./configure and add quotes to preserve spaces. | |
7109 | 1734 |
1735 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
1736 | |
1737 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
1738 New files. | |
1739 * plot/mesh.m: Call surface to do the real work. | |
1740 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
1741 properties. | |
1742 | |
1743 * image/colormap.m: Also return current colormap if nargout and | |
1744 nargin are both 0. | |
1745 | |
7106 | 1746 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
1747 | |
1748 * startup/inputrc: Delete key bindings starting with \340 code. | |
1749 | |
7112 | 1750 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 1751 |
1752 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
1753 to avoid issues of over- and underflow. From Rolf Fabian | |
1754 <Rolf.Fabian@gmx.de>. | |
1755 | |
7097 | 1756 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
1757 | |
1758 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
1759 help texts. | |
1760 | |
7096 | 1761 2007-11-02 Kai Habel <kai.habel@gmx.de> |
1762 | |
1763 * plot/bar.m, plot/barh.m: Doc fix. | |
1764 | |
7094 | 1765 2007-10-31 John W. Eaton <jwe@octave.org> |
1766 | |
1767 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
1768 | |
7086 | 1769 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
1770 | |
1771 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
1772 objects and legend objects are implemented with a separate axes | |
1773 object. | |
1774 | |
7078 | 1775 2007-10-30 David Bateman <dbateman@free.fr> |
1776 | |
7081 | 1777 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
1778 | |
7078 | 1779 * plot/__go_draw_axes__.m (do_linestyle_command): |
1780 Use point type 0 for ".". | |
1781 | |
7073 | 1782 2007-10-26 John W. Eaton <jwe@octave.org> |
1783 | |
7074 | 1784 * image/imshow.m: Improve compatibility. |
1785 * image/image.m: Return handle if nargou > 0. | |
1786 | |
7073 | 1787 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
1788 | |
7069 | 1789 2007-10-25 John W. Eaton <jwe@octave.org> |
1790 | |
1791 * miscellaneous/compare_versions.m: Style fixes. | |
1792 | |
7060 | 1793 2007-10-24 John W. Eaton <jwe@octave.org> |
1794 | |
7061 | 1795 * image/saveimage.m: Use functional form of save instead of eval. |
1796 Use -text instead of -ascii. | |
1797 | |
7060 | 1798 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
1799 | |
7054 | 1800 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
1801 | |
1802 * plot/legend.m: Also extract location string from varargin (lost | |
1803 when 2007-10-08 patch was applied). | |
1804 | |
7049 | 1805 2007-10-23 David Bateman <dbateman@free.fr> |
1806 | |
1807 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
1808 miscellaneous/what.m: New functions | |
1809 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
1810 functions. | |
1811 | |
7045 | 1812 2007-10-22 David Bateman <dbateman@free.fr> |
1813 | |
1814 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
1815 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
1816 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
1817 | |
7042 | 1818 2007-10-19 Kai Habel <kai.habel@gmx.de> |
1819 | |
1820 * plot/contourf.m: New function. | |
1821 * plot/Makefile.in (SOURCES): Add it to the list. | |
1822 | |
7040 | 1823 2007-10-19 John W. Eaton <jwe@octave.org> |
1824 | |
1825 * plot/subplot.m: Doc fix. | |
1826 | |
7039 | 1827 2007-10-19 David Bateman <dbateman@free.fr> |
1828 | |
7041 | 1829 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 1830 |
7037 | 1831 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
1832 | |
1833 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
1834 output. | |
1835 | |
7031 | 1836 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
1837 | |
1838 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
1839 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
1840 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
1841 control/system/syssetsignals.m, control/base/lqg.m, | |
1842 strings/str2double.m, control/system/sysscale.m, | |
1843 control/hinf/hinfdemo.m, general/cplxpair.m: | |
1844 Make help text fit on pages when using smallbook. | |
1845 | |
7028 | 1846 2007-10-15 David Bateman <dbateman@free.fr> |
1847 | |
7032 | 1848 * plot/print.m: Call drawnow before printing to ensure the plot is |
1849 on the screen. | |
1850 | |
7028 | 1851 * testfun/test.m: In error/warning blocks test for an error before |
1852 a warning to avoid unexpected failures. | |
1853 | |
7027 | 1854 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
1855 | |
1856 * testfun/assert.m: Correct documentation of absolution versus | |
1857 relative error tolerance and add tests. | |
1858 | |
7024 | 1859 2007-10-14 David Bateman <dbateman@free.fr> |
1860 | |
1861 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
1862 src directory. | |
1863 * plot/Makefile.in (SOURCES): Add fill.m. | |
1864 | |
7020 | 1865 2007-10-13 David Bateman <dbateman@free.fr> |
1866 | |
1867 * plot/__patch__.m: Allow multiple patches to be defined and | |
1868 return a single patch object. Allow Faces/Vertices form of | |
1869 patch. Flag failure so the patch can call print_usage. | |
1870 * plot/patch.m: Update help string for Faces/Vertices | |
1871 call. Respect the fail flag returned by __patch__. Add demo code | |
1872 that tests the functionality of patch. | |
1873 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
1874 patch object. | |
1875 * plot/fill.m: New function. | |
1876 | |
7016 | 1877 2007-10-12 John W. Eaton <jwe@octave.org> |
1878 | |
1879 * Change copyright notices in all files that are part of Octave to | |
1880 GPLv3 or any later version. | |
1881 | |
7012 | 1882 2007-10-11 John W. Eaton <jwe@octave.org> |
1883 | |
1884 * plot/__go_draw_axes__.m (get_axis_limits): | |
1885 Return lim = [] if logscale and no positive values. | |
1886 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
1887 Set initial min and min positive values to Inf, max values to -Inf. | |
1888 (get_data_limits): Correctly handle xminp when no positive values | |
1889 are found. | |
1890 | |
7011 | 1891 2007-10-11 Ben Abbott <bpabbott@mac.com> |
1892 | |
1893 * polynomial/residue.m: New optional input for pole multiplicity. | |
1894 Doc fix. Fix tests. | |
1895 | |
7010 | 1896 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
1897 | |
1898 * toplev.cc (Foctave_config_info): Add field "mac". | |
1899 | |
1900 * miscellaneous/ismac.m: New function. | |
1901 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1902 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
1903 | |
7009 | 1904 2007-10-11 Arno Onken <asnelt@asnelt.org> |
1905 | |
1906 * statistics/distributions/hygernd.m: Allow size to be specified | |
1907 as a scalar. Handle three argument case. Allow T, M, and N to be | |
1908 scalars or matrices of a common size. | |
1909 | |
7007 | 1910 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
1911 | |
1912 * control/csrefcard.lt, control/system/is_detectable.m, | |
1913 control/system/sysgroup.m, geometry/voronoin.m, | |
1914 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
1915 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
1916 statistics/distributions/binornd.m, | |
1917 statistics/distributions/cauchy_rnd.m, | |
1918 statistics/distributions/chi2rnd.m, | |
1919 statistics/distributions/discrete_rnd.m, | |
1920 statistics/distributions/exprnd.m, | |
1921 statistics/distributions/frnd.m, | |
1922 statistics/distributions/gamrnd.m, | |
1923 statistics/distributions/geornd.m, | |
1924 statistics/distributions/laplace_rnd.m, | |
1925 statistics/distributions/logistic_rnd.m, | |
1926 statistics/distributions/lognrnd.m, | |
1927 statistics/distributions/nbinrnd.m, | |
1928 statistics/distributions/normrnd.m, | |
1929 statistics/distributions/poissrnd.m, | |
1930 statistics/distributions/stdnormal_rnd.m, | |
1931 statistics/distributions/trnd.m, | |
1932 statistics/distributions/unifrnd.m, | |
1933 statistics/distributions/wblrnd.m: Spelling fixes. | |
1934 | |
7005 | 1935 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
1936 | |
1937 * time/tic.m: New optional output value. | |
1938 | |
1939 * general/int2str.m: Doc fix. | |
1940 | |
7002 | 1941 2007-10-10 Arno Onken <asnelt@asnelt.org> |
1942 | |
1943 * statistics/distributions/hygecdf.m, | |
1944 statistics/distributions/hygeinv.m, | |
1945 statistics/distributions/hygepdf.m, | |
1946 statistics/distributions/hygernd.m: | |
1947 Swap order of T and M args for compatibility. | |
1948 | |
7001 | 1949 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
1950 | |
1951 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
1952 control/system/buildssic.m, control/system/c2d.m, | |
1953 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
1954 control/system/ss2sys.m, control/system/ss2tf.m, | |
1955 control/system/syscont.m, control/system/sysdimensions.m, | |
1956 control/system/sysdisc.m, control/system/sysmult.m, | |
1957 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
1958 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
1959 general/interp1.m, general/interp2.m, general/interp3.m, | |
1960 general/interpft.m, general/interpn.m, general/polyarea.m, | |
1961 general/rat.m, general/structfun.m, general/trapz.m, | |
1962 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
1963 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
1964 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
1965 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
1966 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
1967 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
1968 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
1969 statistics/base/meansq.m, statistics/base/var.m, | |
1970 statistics/tests/chisquare_test_independence.m, | |
1971 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
1972 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
1973 testfun/test.m: Spelling fixes. | |
1974 | |
6998 | 1975 2007-10-10 Ben Abbott <bpabbott@mac.com> |
1976 | |
1977 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
1978 | |
6997 | 1979 2007-10-10 John W. Eaton <jwe@octave.org> |
1980 | |
1981 * general/num2str.m: Always allow for sign for automatically | |
1982 computed format widths. | |
1983 | |
6988 | 1984 2007-10-09 David Bateman <dbateman@free.fr> |
1985 | |
1986 * plot/patch.m: Accept a handle as the first argument. | |
1987 | |
6987 | 1988 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
1989 | |
7010 | 1990 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 1991 |
6985 | 1992 2007-10-09 John W. Eaton <jwe@octave.org> |
1993 | |
1994 * audio/wavwrite.m: Accept arguments in compatible order. | |
1995 | |
6979 | 1996 2007-10-08 David Bateman <dbateman@free.fr> |
1997 | |
1998 * general/interp2.m: Relax test for values outside the grid to | |
1999 allow monotonically decreasing abscissa as well. | |
2000 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2001 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 2002 |
2003 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
2004 as output parameter. | |
2005 | |
6977 | 2006 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
2007 | |
2008 * plot/__go_draw_axes__.m, plot/legend.m: | |
2009 Handle compatible position specifiers as strings. | |
2010 | |
6975 | 2011 2007-10-08 John Swensen <jpswensen@comcast.net> |
2012 | |
2013 * general/num2str.m: Eliminate extra whitespace in output. | |
2014 * strings/strtrim.m: New function. | |
2015 * strings/Makefile.in (SOURCES): Add it to the list. | |
2016 | |
6968 | 2017 2007-10-06 John W. Eaton <jwe@octave.org> |
2018 | |
2019 * polynomial/residue.m: New test from test/test_poly.m. | |
2020 | |
6967 | 2021 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
2022 | |
2023 * image/saveimage.m: Handle saving color images without a colormap. | |
2024 * image/__img_via_file__.m: Add missing semicolon. | |
2025 | |
2026 2007-10-06 Bill Denney <wsloand@gmail.com> | |
2027 | |
7010 | 2028 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 2029 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
2030 | |
6965 | 2031 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
2032 | |
2033 * plot/print.m: Handle svg output type. Accept new -S option to | |
2034 specify size for PNG and SVG output types. | |
2035 | |
2036 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 2037 |
2038 * polynomial/mpoles.m: New function. | |
2039 * polynomial/residue.m: Modified to behave in reciprocal | |
2040 manner. No longer compute 4th output, "e". No longer accept | |
2041 tolerance input. Explicitly set tolerance parameter to 0.001. | |
2042 Respect maximum relative difference in poles when determining | |
2043 their multiplicity. Use mpoles to determine the multiplicity of | |
2044 poles. | |
2045 | |
6963 | 2046 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
2047 | |
2048 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
2049 for surface plots. | |
2050 | |
6962 | 2051 2007-10-05 John W. Eaton <jwe@octave.org> |
2052 | |
2053 * plot/__next_line_color__.m: Get color_rotation from axes | |
2054 colororder property. | |
2055 | |
6953 | 2056 2007-10-03 John W. Eaton <jwe@octave.org> |
2057 | |
6955 | 2058 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
2059 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
2060 | |
6953 | 2061 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
2062 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
2063 special for __vnorm__. | |
2064 | |
6951 | 2065 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
2066 | |
6952 | 2067 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 2068 |
6950 | 2069 2007-10-03 David Bateman <dbateman@free.fr> |
2070 | |
2071 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
2072 if a file is architecture dependent based on a list of file | |
2073 extensions. | |
2074 (configure_make): Simplify the search for architecture dependent | |
2075 files based on this function. | |
2076 (load_pakages_and_dependencies): Also look for bin directory in | |
2077 the architecture dependent directory. | |
2078 | |
6947 | 2079 2007-10-03 John W. Eaton <jwe@octave.org> |
2080 | |
2081 * miscellaneous/dir.m: Create empty struct with field names. | |
2082 Include datenum in struct. | |
2083 | |
6943 | 2084 2007-10-02 David Bateman <dbateman@free.fr> |
2085 | |
2086 * miscellaneous/ls.m: If nargout return string array of files | |
2087 returned by ls. | |
2088 | |
6942 | 2089 2007-10-01 John W. Eaton <jwe@octave.org> |
2090 | |
2091 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
2092 range values. | |
2093 | |
6937 | 2094 2007-10-01 David Bateman <dbateman@free.fr> |
2095 | |
7010 | 2096 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 2097 speed with small vectors. |
6937 | 2098 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
2099 rather than OCTAVE_HOME(). | |
2100 | |
6935 | 2101 2007-09-30 Ben Abbott <bpabbott@mac.com> |
2102 | |
2103 * plot/findobj.m: New function. | |
2104 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
2105 | |
6925 | 2106 2007-09-26 David Bateman <dbateman@free.fr> |
2107 | |
2108 * pkg/pkg.m: Add second argument to setting for prefix for | |
2109 architecture dependent files. Use throughout. | |
2110 (pkg:issuperuser): New function, use through to check for | |
2111 root user. | |
2112 (pkg:getarchprefix): function to give the archiecture dependent | |
2113 prefix for a package. | |
2114 (pkg:getarchdir): New function giving location of architetcure | |
2115 dependent directory. Use through out. | |
2116 (pkg:install): Treat architecture dependent directory separately | |
2117 as in might not be a sub-directory of the package directory. | |
2118 (pkg:uninstall): ditto. | |
2119 (pkg:create_pkgadddel): Check for global or local install for | |
2120 architecture dependent directory. | |
2121 (pkg:finish_installation): ditto. | |
2122 (pkg:write_INDEX): ditto. | |
2123 (pkg:load_packages_and_dependencies): ditto. | |
2124 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
2125 files to a new location if user is root. | |
2126 (pkg:rm_rf): Check if file or directory exists before removing. | |
2127 (pkg:dirempty): Check if directory exists before checking. | |
2128 | |
2129 * plot/___patch__.m: Allow face colors to be passed as strings | |
2130 | |
2131 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
2132 needed for calls to "hold" without an argument. | |
2133 | |
6920 | 2134 2007-09-21 John W. Eaton <jwe@octave.org> |
2135 | |
6921 | 2136 * optimization/sqp.m: Fix typo. |
2137 | |
6920 | 2138 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
2139 | |
6919 | 2140 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
2141 | |
2142 * control/hinf/h2norm: Compute d*d', not d'*d. | |
2143 | |
6918 | 2144 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
2145 | |
2146 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
2147 unidpdf.m and unidinv.m | |
2148 | |
6914 | 2149 2007-09-18 John W. Eaton <jwe@octave.org> |
2150 | |
2151 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
2152 (do_tics_1): Set numeric axes formats to "%.15g". | |
2153 | |
6912 | 2154 2007-09-18 David Bateman <dbateman@free.fr> |
2155 | |
2156 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
2157 of %g when writing data. | |
2158 | |
6908 | 2159 2007-09-17 John W. Eaton <jwe@octave.org> |
2160 | |
2161 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
2162 | |
6903 | 2163 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
2164 | |
2165 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
2166 noninteger N with N-K < 1. | |
2167 | |
6901 | 2168 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
2169 | |
2170 * strings/index.m: Correct for strings differing after the third | |
2171 position (bug reported by Maude Martin). | |
2172 | |
6895 | 2173 2007-09-13 John W. Eaton <jwe@octave.org> |
2174 | |
2175 * plot/__default_colormap__.m: Delete. | |
2176 * plot/Makefile (SOURCES): Remove from the list. | |
2177 | |
6898 | 2178 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
2179 | |
2180 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
2181 | |
6885 | 2182 2007-09-10 David Bateman <dbateman@free.fr> |
2183 | |
2184 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
2185 limit the selection of colors in the same way as for lines. | |
2186 * plot/__patch__.m: Allow matrix arguments with one patch per | |
2187 column. | |
2188 * plot/__bar__.m: Adapt to use "patch". | |
2189 | |
6870 | 2190 2007-09-06 John W. Eaton <jwe@octave.org> |
2191 | |
2192 * plot/drawnow.m (drawnow): New arg, debug_file. | |
2193 (init_plot_stream): Split from open_plot_stream. | |
2194 * plot/print.m: Accept -debug=FILE argument. | |
2195 | |
6868 | 2196 2007-09-06 David Bateman <dbateman@free.fr> |
2197 | |
7010 | 2198 * general/celldisp.m: New function. |
2199 * general/Makefile.in (SOURCES): Add celldisp.m. | |
2200 * miscellaneous/swapbytes.m: New function. | |
2201 * miscellaneous/gzip.m: New function. | |
2202 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 2203 |
6863 | 2204 2007-09-05 David Bateman <dbateman@free.fr> |
2205 | |
7010 | 2206 * general/structfun.m: New function. |
2207 * general/Makefile.in (SOURCES): Add it to sources. | |
2208 * miscellaneous/run.m: New function. | |
2209 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
2210 * statistics/base/mode.m: New function. | |
2211 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 2212 |
6862 | 2213 2007-09-05 John W. Eaton <jwe@octave.org> |
2214 | |
2215 * miscellaneous/orderfields.m: Use numel instead of length. | |
2216 | |
2217 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
2218 | |
2219 * miscellaneous/orderfields.m: Handle empty structs. | |
2220 | |
6861 | 2221 2007-09-05 John W. Eaton <jwe@octave.org> |
2222 | |
2223 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
2224 DATA_IDX. | |
2225 | |
2226 2007-09-04 David Bateman <dbateman@free.fr> | |
2227 | |
2228 * general/isdir.m: Return a logical value. | |
2229 | |
6859 | 2230 2007-09-04 David Bateman <dbateman@free.fr> |
2231 | |
2232 * statistics/distributions/chi2pdf.m, | |
2233 statistics/distributions/chi2cdf.m, | |
2234 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
2235 distribution functions to account for inverse of scale factor in | |
2236 gamma functions. | |
2237 | |
6857 | 2238 2007-09-01 John W. Eaton <jwe@octave.org> |
2239 | |
2240 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
2241 | |
6853 | 2242 2007-09-01 David Bateman <dbateman@free.fr> |
2243 | |
2244 * polynomial/polyint.m: New function like polyinteg but with | |
2245 explicit integration constant. | |
2246 * polynomial/polyinteg.m: Remove. | |
2247 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
2248 polyinteg.m. | |
2249 * deprecated/polyinteg.m: Move version here. | |
2250 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
2251 | |
6852 | 2252 * geometry/voronoi.m: Add large box around data to get a good |
2253 approximation of the rays to infinity. | |
2254 | |
6851 | 2255 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
2256 | |
2257 * plot/axes.m: Allow parent to be specified when creating axes | |
2258 objects. Support non-figure parents. | |
2259 | |
2260 2007-08-31 John W. Eaton <jwe@octave.org> | |
2261 | |
2262 * plot/ancestor.m: New function, adapted from Octave Forge. | |
2263 | |
6850 | 2264 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
2265 | |
7010 | 2266 * polynomial/polygcd.m: Better layout of example. |
2267 * polynomial/compan.m: Remove unnecessary check. | |
2268 * polynomial/roots.m: Added example to help text. | |
2269 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
2270 * polynomial/poly.m: Added example to help text. | |
6850 | 2271 |
6848 | 2272 2007-08-30 John W. Eaton <jwe@octave.org> |
2273 | |
2274 * optimization/qp.m: Increase maxit to 200. | |
2275 | |
6847 | 2276 2007-08-30 David Bateman <dbateman@free.fr> |
2277 | |
2278 * geometry/inpolygon.m: New file. | |
2279 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
2280 | |
6843 | 2281 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
2282 | |
2283 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
2284 | |
6829 | 2285 2007-08-24 David Bateman <dbateman@free.fr> |
2286 | |
2287 * plot/__go_draw_axes__.m: Treat text color property. | |
2288 | |
6828 | 2289 2007-08-24 John W. Eaton <jwe@octave.org> |
2290 | |
2291 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
2292 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
2293 | |
2294 * miscellaneous/movefile.m: Separate second and third args and | |
2295 use p1 and p2, not f1 and f2 when constructing arguments for | |
2296 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
2297 | |
6825 | 2298 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
2299 | |
2300 * set/intersect.m: Make it work with cell arrays of strings. | |
2301 | |
6823 | 2302 2007-08-24 David Bateman <dbateman@free.fr> |
2303 | |
7010 | 2304 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 2305 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
2306 functions ported from octave-forge. | |
7010 | 2307 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 2308 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
2309 geometry/triplot.m, geometry/tsearchn.m: | |
2310 New functions. | |
7010 | 2311 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
2312 * geometry/Makefile.in (SOURCES): Add functions above. | |
2313 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 2314 |
6820 | 2315 2007-08-23 John W. Eaton <jwe@octave.org> |
2316 | |
2317 * pkg/pkg.m: Avoid using installed_packages for both function and | |
2318 variable name. | |
2319 | |
2320 2007-08-23 David Bateman <dbateman@free.fr> | |
2321 | |
2322 * plot/plot.m: Allow first arg to be axes handle. | |
2323 | |
6818 | 2324 2007-08-22 David Bateman <dbateman@free.fr> |
2325 | |
2326 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
2327 outputs are returned only if requested. | |
2328 | |
2329 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
2330 | |
2331 * control/base/nichols.m: Fix typo. | |
2332 | |
6813 | 2333 2007-08-13 John W. Eaton <jwe@octave.org> |
2334 | |
2335 * plot/meshgrid.m: Use repmat instead of multiplication. | |
2336 | |
6809 | 2337 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
2338 | |
2339 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
2340 use axes position in each appropriate gnuplot set statement. | |
2341 | |
6808 | 2342 2007-08-10 John W. Eaton <jwe@octave.org> |
2343 | |
2344 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
2345 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
2346 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
2347 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
2348 | |
6807 | 2349 2007-08-10 Kai Habel <kai.habel@gmx.de> |
2350 | |
2351 * plot/patch.m, plot/__patch__.m: New files. | |
2352 * plot/Makefile.in (SOURCES): Add them to the list. | |
2353 | |
2354 2007-08-07 John W. Eaton <jwe@octave.org> | |
2355 | |
2356 * path/savepath.m: Use single quotes for argument to PATH command | |
2357 that is inserted in file. | |
2358 | |
6805 | 2359 2007-07-27 John W. Eaton <jwe@octave.org> |
2360 | |
2361 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
2362 not set in the environment. | |
2363 | |
6796 | 2364 2007-07-25 David Bateman <dbateman@free.fr> |
2365 | |
2366 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
2367 control/base/Makefile.in, control/hinf/Makefile.in, | |
2368 control/obsolete/Makefile.in, control/system/Makefile.in, | |
2369 control/util/Makefile.in, deprecated/Makefile.in, | |
2370 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
2371 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
2372 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
2373 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
2374 polynomial/Makefile.in, quaternion/Makefile.in, | |
2375 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
2376 specfun/Makefile.in, special-matrix/Makefile.in, | |
2377 startup/Makefile.in, statistics/Makefile.in, | |
2378 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
2379 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
2380 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
2381 Adjust DISTFILES to allow out of tree "make dist" to work. | |
2382 | |
6795 | 2383 2007-07-25 John W. Eaton <jwe@octave.org> |
2384 | |
2385 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
2386 | |
6793 | 2387 2007-07-24 David Bateman <dbateman@free.fr> |
2388 | |
2389 * image/flag.m: New colormap function. | |
2390 * images/Makefile.in: Include it in SOURCES. | |
2391 | |
2392 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
2393 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
2394 image/rainbow.m image/spring.m image/summer.m image/white.m | |
2395 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
2396 * image/gray.m, image/ocean.m: Use the same means of finding the | |
2397 number of colormap elements as the other colormap functions. | |
2398 | |
6790 | 2399 2007-07-24 Kai Habel <kai.habel@gmx.de> |
2400 | |
2401 * plot/__go_draw_axes__.m: Handle patch. | |
2402 | |
6788 | 2403 2007-07-23 David Bateman <dbateman@free.fr> |
2404 | |
2405 * general/rat.m: New function for ration approximation imported | |
2406 from octave-forge. | |
2407 * general/del2.m: New function for discrete laplacian operator. | |
2408 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
2409 | |
2410 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
2411 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
2412 image/rainbow.m image/spring.m image/summer.m image/white.m | |
2413 image/winter.m, image/brighten.m: Port image functions from | |
2414 octave-forge. | |
2415 * image/Makefile.in: Add ported functions to SOURCES. | |
2416 * image/gray.m, image/ocean.m: Don't set the colormap for | |
2417 compatibility with matlab. | |
2418 | |
2419 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
2420 octave-forge | |
2421 * plot/Makefile.in: Add ported functions to SOURCES. | |
2422 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
2423 using gnuplot 4.2 or greater. | |
2424 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2425 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 2426 |
2427 * general/cart2sph.m: Fix unbalanced paranthesis. | |
2428 | |
6781 | 2429 2007-07-19 David Bateman <dbateman@free.fr> |
2430 | |
2431 * plot/fplot.m: More compatible version. | |
2432 | |
6780 | 2433 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
2434 | |
2435 * plot/clf.m: Check for valid handle before deleting. | |
2436 | |
2437 * plot/figure.m: Pass "figure" property/value pairs directly to | |
2438 __go_figure__ instead of using regular "set" call. | |
2439 | |
6779 | 2440 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
2441 | |
2442 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
2443 type for gnuplot. | |
2444 | |
6778 | 2445 2007-07-18 John W. Eaton <jwe@octave.org> |
2446 | |
2447 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
2448 gnuplot for each set of axes. | |
2449 | |
6777 | 2450 2007-07-18 David Bateman <dbateman@free.fr> |
2451 | |
6778 | 2452 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
2453 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
2454 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
2455 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
2456 Use standard scale factor rather than one on the scale factor for | |
2457 compatibility. | |
2458 | |
2459 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
2460 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
2461 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
2462 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
2463 Preserve backward compatibility. | |
6777 | 2464 |
6776 | 2465 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
2466 | |
2467 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
2468 to avoid issues with regexp special characters in the path strings. | |
2469 | |
6770 | 2470 2007-07-06 David Bateman <dbateman@free.fr> |
2471 | |
6778 | 2472 * general/accumarray.m: New function to create an array by |
2473 accumulating the elements. | |
6770 | 2474 |
6768 | 2475 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
2476 | |
2477 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
2478 (fdjac): Set nx outside of if block. | |
2479 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
2480 | |
6765 | 2481 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
2482 | |
2483 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
2484 | |
2485 * plot/axis.m: Also set "visible" property when setting axes to | |
2486 on/off. | |
2487 | |
6762 | 2488 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
2489 | |
2490 * image/colormap.m: Only return colormap if nargout > 0. | |
2491 Mark as command. | |
2492 | |
6758 | 2493 2007-06-25 John W. Eaton <jwe@octave.org> |
2494 | |
2495 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
2496 strcmp for selected property comparisons. | |
2497 | |
6756 | 2498 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
2499 | |
6778 | 2500 * image/imshow.m: Fix check for colormap arguments. |
6756 | 2501 |
6754 | 2502 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
2503 | |
2504 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
2505 | |
6756 | 2506 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 2507 |
6778 | 2508 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 2509 argument, and note that the data should be sorted for the |
2510 definition of the median to be correct. | |
2511 | |
6778 | 2512 * statistics/base/std.m: Add missing square to definition of |
6754 | 2513 standard deviation. |
2514 | |
6778 | 2515 * statistics/base/cov.m: Add definition of covariance to the help text. |
2516 | |
2517 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 2518 statistics/base/std.m: |
2519 Note that \bar{x} is the mean value of x in the help text. | |
2520 | |
6778 | 2521 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 2522 coefficient to the help text. |
2523 | |
6778 | 2524 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
2525 | |
2526 * statistics/base/var.m: Put N in @math in help text. | |
2527 | |
2528 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 2529 statistics/tests/kolmogorov_smirnov_test.m: |
2530 Write about possible values of 'dist' in help text. | |
2531 | |
6778 | 2532 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 2533 Add definition of correlation to the help text. |
2534 | |
6778 | 2535 * statistics/base/logit.m, statistics/base/kendall.m, |
2536 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 2537 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
2538 TeXification of help text. | |
2539 | |
2540 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
2541 | |
2542 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
2543 Add missing @var's to help text. | |
2544 | |
2545 * statistics/models/logistic_regression.m: Fix typos in help text. | |
2546 | |
2547 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
2548 of help text. | |
2549 | |
2550 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
2551 help text. | |
2552 | |
2553 * statistics/distributions/unidpdf.m, | |
2554 statistics/distributions/discrete_pdf.m: | |
2555 Replace 'pDF' with 'PDF' in help text. | |
2556 | |
6753 | 2557 2007-06-25 John W. Eaton <jwe@octave.org> |
2558 | |
2559 * strings/substr.m: Use offset consistently in code and doc string. | |
2560 From Rafael Laboissiere <rafael@debian.org>. | |
2561 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2562 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 2563 |
6778 | 2564 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 2565 |
6751 | 2566 2007-06-25 John W. Eaton <jwe@octave.org> |
2567 | |
2568 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
2569 Recycle tic labels if necessary. From Juhani Saastamoinen | |
2570 <juhani@cs.joensuu.fi>. | |
2571 | |
6748 | 2572 2007-06-20 John W. Eaton <jwe@octave.org> |
2573 | |
6749 | 2574 * strings/index.m: Allow strings to be empty. |
2575 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
2576 | |
6748 | 2577 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
2578 | |
6747 | 2579 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
2580 | |
2581 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
2582 separate matrices. | |
2583 | |
6746 | 2584 2007-06-19 David Bateman <dbateman@free.fr> |
2585 | |
2586 * plot/axis.m: Prefer to use legend rather than the older Octave | |
2587 only ";;" legend syntax. | |
2588 * polynomial/mkpp.m: ditto. | |
2589 * polynomial/pchip.m: ditto. | |
2590 * signal/freqz_plot.m: ditto. | |
2591 * sparse/gplot.m: ditto. | |
2592 * sparse/treeplot.m: ditto. | |
2593 | |
6745 | 2594 2007-06-19 John W. Eaton <jwe@octave.org> |
2595 | |
2596 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
2597 (__go_draw_axes__): Call do_tics to handle tic marks. | |
2598 | |
6742 | 2599 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
2600 | |
6778 | 2601 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 2602 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
2603 to check for NA. | |
2604 | |
6741 | 2605 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
2606 | |
6778 | 2607 * optimization/glpk.m: TeXified the help text. |
2608 * optimization/qp.m: TeXified the help text. | |
2609 * optimization/sqp.m: TeXified the help text. | |
6741 | 2610 |
6740 | 2611 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
2612 | |
6778 | 2613 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 2614 |
6738 | 2615 2007-06-15 John W. Eaton <jwe@octave.org> |
2616 | |
2617 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
2618 have_newer_gnuplot is true. | |
2619 | |
6736 | 2620 2007-06-15 Pete Gustafson <petegus@umich.edu> |
2621 | |
6778 | 2622 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
2623 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 2624 to 90, all others 0. |
2625 | |
6778 | 2626 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
2627 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 2628 get_data_limits. |
6778 | 2629 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 2630 called by __errplot__. |
2631 | |
6730 | 2632 2007-06-15 John W. Eaton <jwe@octave.org> |
2633 | |
2634 * testfun/test.m: Also return number of expected failures. | |
2635 | |
6724 | 2636 2007-06-14 John W. Eaton <jwe@octave.org> |
2637 | |
6730 | 2638 * set/ismember.m: Mark two tests known to fail with xtest. |
2639 | |
6724 | 2640 * plot/__go_draw_axes__.m: Handle text rotation property. |
2641 | |
6728 | 2642 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
2643 | |
2644 * testfun/test.m: Add xtest support for tests known to fail. | |
2645 | |
6727 | 2646 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
2647 | |
2648 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
2649 epslatexstandalone terminals. | |
2650 | |
6721 | 2651 2007-06-14 David Bateman <dbateman@free.fr> |
2652 | |
2653 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
2654 as permutation of results was incorrect. | |
2655 * general/interp1.m: Add demo on second derivative | |
2656 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 2657 call. Add 3D demo. Fix typos |
2658 * general/interp3.m: Fix typos. Correct permutation for use of | |
2659 interpn. | |
6721 | 2660 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
2661 | |
6717 | 2662 2007-06-13 John W. Eaton <jwe@octave.org> |
2663 | |
2664 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 2665 |
6706 | 2666 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
2667 | |
2668 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
2669 | |
6704 | 2670 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
2671 | |
2672 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
2673 Set have_linestyle to true if two character linestyle is found. | |
2674 | |
6702 | 2675 2007-06-12 David Bateman <dbateman@free.fr> |
2676 | |
6717 | 2677 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
2678 and interpn.m. | |
2679 | |
2680 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
2681 structure before using it. | |
2682 | |
2683 2007-06-12 David Bateman <dbateman@free.fr> | |
2684 | |
6704 | 2685 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 2686 * general/__splinen__.m: New support function for N-dimensional |
2687 spline interpolation. | |
2688 * general/bicubic.m: Allow definition of extrapolation | |
2689 value. Adapt tests to use new graphics interface | |
2690 * general/interp2.m: Call __splinen__ for 2-D spline | |
2691 interpolation. Make the lookup table code only be called for | |
2692 linear and nearest methods. | |
2693 * general/interpn.m: New function for N-dimensional, linear, nearest | |
2694 and spline interpolation. | |
2695 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
2696 and spline interpolation. | |
6704 | 2697 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 2698 |
6701 | 2699 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
2700 | |
2701 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
2702 | |
6699 | 2703 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
2704 | |
2705 * plot/fplot.m: If function is inline, vectorize it. | |
2706 | |
6698 | 2707 2007-06-10 David Bateman <dbateman@free.fr> |
2708 | |
2709 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
2710 directory if need to, so that it fits on a line. | |
2711 | |
6695 | 2712 2007-06-07 David Bateman <dbateman@free.fr> |
2713 | |
2714 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
2715 saved file so that dependent packages are loaded first, and if | |
2716 nargout==0 don't return any arguments. | |
2717 (pkg:install): Only load packages that are marked autoload after | |
2718 install. Various fixes. Save in order. | |
2719 (pkg:uninstall): Save in order | |
2720 (pkg:load_packages): Use load_package_and_dependencies to load | |
2721 packages. | |
2722 (pkg:save_order): New function to sort package list with dependent | |
2723 packages first. | |
2724 (pkg:load_packages_and_dependencies): New function to load both a | |
2725 list of packages and their dependencies. | |
2726 (pkg:load_package_dirs): New function that returns a vector of the | |
2727 indexes into the installed package list indicating the packages to | |
2728 load and the order to load them in to respect the dependencies. | |
2729 | |
6688 | 2730 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
2731 | |
2732 * plot/axes.m: Eliminate redundant else clause. | |
2733 | |
6686 | 2734 2007-06-03 David Bateman <dbateman@free.fr> |
2735 | |
2736 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 2737 * pkg/pkg.m: Protect against multiple actions being define. |
2738 | |
6683 | 2739 2007-06-01 David Bateman <dbateman@free.fr> |
2740 | |
2741 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
2742 incorporate into main pkg function. | |
2743 (pkg:install): Check for existence of files to install before | |
2744 globbing and warn the user if they don't exist. | |
2745 | |
6675 | 2746 2007-05-31 David Bateman <dbateman@free.fr> |
2747 | |
6679 | 2748 * miscellaneous/copyfile.m: Split copying of multiple files to a |
2749 directory over several copy command to limit the line length. | |
2750 * miscellaneous/movefile.m: Ditto. | |
2751 | |
6675 | 2752 * pkg.m: Add build option to allow binary Octave packages to be |
2753 built from source packages. Probe absolute path of prefix, global | |
2754 and local lists. Use strcat, rather that [] for strings. | |
2755 (pkg:build): New function to binary binary package. | |
2756 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
2757 (pkg:repackage): Package binary Octave package from installation. | |
2758 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
2759 from m-files into main installation directory. | |
2760 (pkg:shell): Suppress verbose messages from shell and only display | |
2761 them with the verbose flag. | |
2762 (pkg:installed_packages): Also include the loaded flag in the | |
2763 local and global packages. | |
2764 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
2765 flagged as loaded. | |
2766 | |
2767 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
2768 | |
2769 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
2770 with and without architecture dependent directories. | |
2771 (pkg:installed_packages): Probe the global_list file even if it is | |
2772 the same as the local_list. | |
2773 | |
6669 | 2774 2007-05-29 John W. Eaton <jwe@octave.org> |
2775 | |
2776 * sparse/spy.m: Set axis to "ij" mode. | |
2777 | |
6664 | 2778 2007-05-24 John W. Eaton <jwe@octave.org> |
2779 | |
2780 * set/ismember.m: Quote first arg of "fail" tests. | |
2781 | |
6663 | 2782 2007-05-24 David Bateman <dbateman@free.fr> |
2783 | |
6778 | 2784 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 2785 |
6655 | 2786 2007-05-22 David Bateman <dbateman@free.fr> |
2787 | |
2788 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
2789 error(lasterr()(8:end)). | |
2790 (pkg:install): Warning for empty packages being removed. Suppress | |
2791 spurious output. Warning rather than error for uninstalling a | |
2792 package that is not installed to avoid RPM issue. | |
2793 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
2794 inst or architecture dependent directory if it exists. | |
2795 | |
6653 | 2796 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
2797 | |
2798 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
2799 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
2800 signal/freqz.m: Fix typos. | |
2801 | |
6645 | 2802 2007-05-21 David Bateman <dbateman@free.fr> |
2803 | |
2804 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
2805 force installation location. | |
2806 (rebuild): New subfunction to rebuild package database from | |
2807 installed packages. Also allows changing of autoload status | |
2808 (install): Warn use if attempting to install from non existent | |
2809 file. | |
2810 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
2811 "USER", "root"))' for root test. | |
2812 | |
2813 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
2814 | |
2815 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
2816 and replace "\" characters with "/". | |
2817 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
2818 characters with "/" throughout. | |
2819 (shell): New subfunction that wraps system and is careful with the | |
2820 shell on windows platforms. | |
2821 (configure_make): Explictly pass complier etc to configure | |
2822 process. | |
2823 (issuperuser): Force default to global install for Windows machines. | |
2824 | |
6636 | 2825 2007-05-19 Kristan Onu |
2826 | |
2827 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
2828 | |
6634 | 2829 2007-05-18 David Bateman <dbateman@free.fr> |
2830 | |
2831 * pkg/pkg.m (install): More verbosity. | |
2832 (configure_make): Ditto. | |
2833 (create_pkgadddel): Install in architecture dependent directory if | |
2834 it exists to address issues with autoload/mfilename. | |
2835 (write_INDEX): Check in archiecture dependent directories as well. | |
2836 | |
6633 | 2837 2007-05-17 David Bateman <dbateman@free.fr> |
2838 | |
2839 * plot/hbar.m: Remove. | |
2840 * plot/barh.m: and move it here. | |
2841 | |
6631 | 2842 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
2843 | |
2844 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
2845 | |
6629 | 2846 2007-05-16 John W. Eaton <jwe@octave.org> |
2847 | |
2848 * general/logspace.m: Return second arg if fewer than two values | |
2849 are requested. | |
2850 | |
6619 | 2851 2007-05-14 John W. Eaton <jwe@octave.org> |
2852 | |
2853 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
2854 on a new line. | |
2855 | |
6617 | 2856 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
2857 | |
2858 * statistics/distributions/norminv.m, | |
2859 statistics/distributions/norminv.m, | |
2860 statistics/distributions/normpdf.m, | |
2861 statistics/distributions/normrnd.m: | |
2862 Use standard deviation, not variance. | |
2863 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
2864 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
2865 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
2866 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
2867 backward compatibility. | |
2868 | |
6616 | 2869 2007-05-14 David Bateman <dbateman@free.fr> |
2870 | |
2871 * pkg/pkg.m: Mark loaded packages with "*". | |
2872 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2873 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 2874 |
2875 * miscellaneous/single.m: Doc fix. | |
2876 Convert to double instead of returning argument unchanged. | |
2877 | |
2878 * miscellaneous/doc.m: Doc fix. | |
2879 | |
2880 * miscellaneous/ver.m: Doc fix. | |
2881 Don't display information about Octave Forge. | |
2882 | |
6614 | 2883 2007-05-12 David Bateman <dbateman@free.fr> |
2884 | |
2885 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
2886 install to be printed. An error in the on_uninstall script causes | |
2887 a failure to uninstall. Place oct- and mex-files in an | |
2888 architecture dependent directory. | |
2889 | |
6611 | 2890 2007-05-09 John W. Eaton <jwe@octave.org> |
2891 | |
2892 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
2893 | |
6609 | 2894 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2895 | |
2896 * statistics/distributions/normcdf.m: Use standard deviation | |
2897 instead of variance for compatibility. | |
2898 | |
2899 2007-05-08 John W. Eaton <jwe@octave.org> | |
2900 | |
2901 | |
2902 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
2903 | |
2904 * set/ismember.m: Always return logical values. | |
2905 | |
2906 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 2907 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 2908 |
2909 * general/__isequal__.m: Allow numeric values of different classes | |
2910 to compare equal. | |
2911 | |
6606 | 2912 2007-05-07 David Bateman <dbateman@free.fr> |
2913 | |
6607 | 2914 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
2915 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 2916 |
6605 | 2917 2007-05-02 John W. Eaton <jwe@octave.org> |
2918 | |
2919 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
2920 | |
6604 | 2921 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2922 | |
2923 * contour.m: Rewrite help string. | |
2924 | |
6599 | 2925 2007-04-28 John W. Eaton <jwe@octave.org> |
2926 | |
2927 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
2928 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
2929 Special case nargout == 0. | |
2930 | |
6597 | 2931 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
2932 | |
2933 * general/sub2ind.m: Handle empty input, add tests. | |
2934 | |
6590 | 2935 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2936 | |
2937 * plot/contourc.m: Doc fix. | |
2938 | |
6586 | 2939 2007-04-26 David Bateman <dbateman@free.fr> |
2940 | |
2941 * plot/hist.m: Partially remove previous patch. | |
2942 | |
6582 | 2943 2007-04-26 David Bateman <dbateman@free.fr> |
2944 | |
2945 * plot/hist.m: Support returning of handle | |
2946 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
2947 cells. | |
2948 | |
6575 | 2949 2007-04-25 John W. Eaton <jwe@octave.org> |
2950 | |
6579 | 2951 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
2952 "title \"\"", not "". | |
2953 | |
6575 | 2954 * plot/legend.m: Initialize WARNED to false. |
2955 | |
6567 | 2956 2007-04-24 John W. Eaton <jwe@octave.org> |
2957 | |
2958 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2959 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 2960 |
2961 2007-04-23 John W. Eaton <jwe@octave.org> | |
2962 | |
2963 * plot/box.m: Delete extra endfunction keyword. | |
2964 | |
6560 | 2965 2007-04-23 David Bateman <dbateman@free.fr> |
2966 | |
2967 * plot/plot3.m: Call newplot. | |
2968 | |
6553 | 2969 2007-04-20 John W. Eaton <jwe@octave.org> |
2970 | |
2971 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
2972 | |
6546 | 2973 2007-04-19 John W. Eaton <jwe@octave.org> |
2974 | |
2975 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
2976 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
2977 | |
6544 | 2978 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
2979 | |
2980 * control/util/axis2dlim.m: Delete extraneous line. | |
2981 | |
6542 | 2982 2007-04-18 John W. Eaton <jwe@octave.org> |
2983 | |
2984 * specfun/factorial.m: Increase tolerance in large value test. | |
2985 | |
6540 | 2986 2007-04-18 David Bateman <dbateman@free.fr> |
2987 | |
2988 * __bar__.m: New support function for bar/hbar to support graphic | |
2989 handles, and additional arguments. | |
2990 * bar.m: Convert to use __bar__. | |
2991 * hbar.m: New function | |
2992 * hist.m: Explicitly set the width of the bar plot. | |
2993 | |
6533 | 2994 2007-04-17 John W. Eaton <jwe@octave.org> |
2995 | |
6534 | 2996 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
2997 | |
6533 | 2998 * set/ismember.m: New tests. |
2999 From David Grohmann <grohmann@arlut.utexas.edu> | |
3000 | |
6532 | 3001 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
3002 | |
3003 * specfun/factorial.m: Use gamma function instead of cumprod. | |
3004 Add tests. | |
3005 | |
6527 | 3006 2007-04-16 John W. Eaton <jwe@octave.org> |
3007 | |
6528 | 3008 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
3009 looks_like_copyright in src/help.cc. | |
3010 From S�ren Hauberg <soren@hauberg.org>. | |
3011 | |
6527 | 3012 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
3013 | |
6526 | 3014 2007-04-13 John W. Eaton <jwe@octave.org> |
3015 | |
6527 | 3016 * optimization/sqp.m: Initialize info to 0. |
3017 | |
6526 | 3018 * optimization/qp.m: Undo previous change. |
3019 | |
6524 | 3020 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3021 | |
3022 * spdiags.m: Fixed the four-argument case to work for columns of | |
3023 length one. | |
3024 | |
6523 | 3025 2007-04-12 John W. Eaton <jwe@octave.org> |
3026 | |
3027 * optimization/qp.m: Avoid Octave indexing bug. | |
3028 | |
6521 | 3029 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
3030 | |
6522 | 3031 * miscellaneous/menu.m, control/base/bddemo.m, |
3032 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
3033 control/system/sysrepdemo.m: | |
3034 Adapt to page_screen_output as a function. | |
6521 | 3035 |
6518 | 3036 2007-04-11 John W. Eaton <jwe@octave.org> |
3037 | |
3038 * miscellaneous/not.m: Delete. | |
3039 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
3040 | |
3041 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3042 | |
3043 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
3044 that are close but not exactly equal. | |
3045 | |
6515 | 3046 2007-04-11 David Bateman <dbateman@free.fr> |
3047 | |
3048 * general/bitcmp.m: Make it work again. | |
3049 | |
6512 | 3050 2007-04-10 John W. Eaton <jwe@octave.org> |
3051 | |
3052 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
3053 that are close but not exactly equal. | |
3054 | |
6511 | 3055 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
3056 | |
3057 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
3058 in response to a change in x limits for now. | |
3059 | |
6510 | 3060 2007-04-09 John W. Eaton <jwe@octave.org> |
3061 | |
3062 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
3063 (__go_draw_axes__): Use it to write data to plot stream. | |
3064 | |
6509 | 3065 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
3066 | |
3067 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
3068 zeros. Set markerfacecolor property in call to plot. | |
3069 | |
6508 | 3070 2007-04-06 John W. Eaton <jwe@octave.org> |
3071 | |
3072 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
3073 | |
3074 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
3075 | |
3076 * plot/stem.m: Use plot instead of a series of calls to line. | |
3077 | |
6494 | 3078 2007-04-05 John W. Eaton <jwe@octave.org> |
3079 | |
6499 | 3080 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
3081 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
3082 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
3083 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
3084 | |
6496 | 3085 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 3086 Use strcmpi instead of strcmp+tolower. |
6496 | 3087 Style fixes. |
3088 | |
6494 | 3089 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
3090 Plotting fixes. Style fixes. | |
3091 | |
3092 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
3093 Style fixes. | |
3094 | |
3095 * testfun/fail.m: No need to check for evalin and lastwarn. | |
3096 Style fixes. | |
3097 | |
3098 * testfun/demo.m, testfun/example.m: Style fixes. | |
3099 Use "strcat (...)" instead of "[...]". | |
3100 Use format specifiers in calls to warning. | |
3101 | |
3102 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
3103 Use "strcat (...)" instead of "[...]". | |
3104 Use "x(end)" instead of "x(length (x))". | |
3105 Check NA before NaN. | |
3106 Style fixes. | |
3107 | |
6473 | 3108 2007-03-29 John W. Eaton <jwe@octave.org> |
3109 | |
6474 | 3110 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 3111 |
6467 | 3112 2007-03-27 John W. Eaton <jwe@octave.org> |
3113 | |
3114 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3115 control/base/Makefile.in, control/hinf/Makefile.in, | |
3116 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3117 control/util/Makefile.in, deprecated/Makefile.in, | |
3118 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3119 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3120 miscellaneous/Makefile.in, optimization/Makefile.in, | |
3121 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3122 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3123 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3124 special-matrix/Makefile.in, startup/Makefile.in, | |
3125 statistics/Makefile.in, statistics/base/Makefile.in, | |
3126 statistics/distributions/Makefile.in, | |
3127 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3128 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3129 Use ln instead of $(LN_S) in dist target. | |
3130 | |
6465 | 3131 2007-03-27 David Bateman <dbateman@free.fr> |
3132 | |
3133 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
3134 gnuplot 4.0. | |
3135 | |
6464 | 3136 2007-03-26 John W. Eaton <jwe@octave.org> |
3137 | |
3138 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
3139 | |
6461 | 3140 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
3141 | |
3142 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
3143 plot stream and using binary data. | |
3144 | |
6459 | 3145 2007-03-26 John W. Eaton <jwe@octave.org> |
3146 | |
3147 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
3148 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3149 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
3150 | |
3151 2007-03-26 David Bateman <dbateman@free.fr> | |
3152 | |
6461 | 3153 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
3154 | |
6459 | 3155 * plot/plot3.m: Handle line properties. |
3156 * plot/plot.m: Update docstring. | |
3157 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
3158 * plot/__plt__.m: Also gather properties. | |
3159 | |
6455 | 3160 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
3161 | |
3162 * testfun/assert.m: Delete special check for empty objects. | |
3163 Add test. | |
3164 | |
6453 | 3165 2007-03-26 John W. Eaton <jwe@octave.org> |
3166 | |
6454 | 3167 * plot/drawnow.m: Exit early if call is recursive. |
3168 | |
6453 | 3169 * plot/__go_draw_axes__.m (get_data_limits): New function. |
3170 Check for Inf too. | |
3171 (__go_draw_axes__): Use get_data_limits. | |
3172 | |
6450 | 3173 2007-03-24 John W. Eaton <jwe@octave.org> |
3174 | |
6451 | 3175 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
3176 send terminal setting command with title option to plot stream. | |
3177 | |
6450 | 3178 * plot/legend.m: Correctly increment index into list of children.. |
3179 | |
6434 | 3180 2007-03-23 John W. Eaton <jwe@octave.org> |
3181 | |
6448 | 3182 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
3183 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
3184 control/base/nyquist.m, control/base/nichols.m, | |
3185 control/base/frdemo.m, signal/freqz_plot.m, | |
3186 control/base/__stepimp__.m, control/base/bode.m, | |
3187 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
3188 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 3189 Update plotting code. |
3190 | |
3191 * control/base/bode.m: Unwrap phase angle. | |
3192 | |
3193 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
3194 | |
3195 * plot/axis.m: Don't check automatic_replot, or call replot. | |
3196 | |
3197 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
3198 commands. | |
6446 | 3199 |
6442 | 3200 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 3201 Handle numeric color specs. |
6442 | 3202 * plot/plot.m: Remove "-@" and "@" from docstring. |
3203 | |
6441 | 3204 * plot/orient.m: Fix tests to avoid creating a plot window. |
3205 | |
6440 | 3206 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
3207 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
3208 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
3209 general/arrayfun.m, miscellaneous/compare_versions.m, | |
3210 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
3211 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
3212 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
3213 | |
6438 | 3214 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
3215 plot, not just multiplots. | |
3216 | |
6436 | 3217 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
3218 | |
6434 | 3219 * plot/contour.m: Don't call drawnow. |
3220 | |
6431 | 3221 2007-03-22 John W. Eaton <jwe@octave.org> |
3222 | |
6432 | 3223 * plot/drawnow.m: Check and optionally, set, the __modified__ |
3224 property of each figure. | |
3225 | |
6431 | 3226 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
3227 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
3228 | |
3229 2007-03-21 John W. Eaton <jwe@octave.org> | |
3230 | |
3231 * linear-algebra/null.m: Set elements of retval with magnitudes | |
3232 less than eps to 0. | |
3233 | |
6429 | 3234 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 3235 |
3236 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 3237 * testfun/speed.m: Documentation and example fix. |
3238 | |
6424 | 3239 2007-03-21 John W. Eaton <jwe@octave.org> |
3240 | |
3241 * plot/subplot.m: If we find an existing subplot region, set | |
3242 it to be the "currentaxes" property for the current figure. | |
6425 | 3243 Delete old axes objects if the new axes object overlaps the old. |
6424 | 3244 |
6422 | 3245 2007-03-20 David Bateman <dbateman@free.fr> |
3246 | |
3247 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
3248 | |
3249 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
3250 | |
3251 * general/arrayfun.m: New function. | |
3252 | |
6418 | 3253 2007-03-20 John W. Eaton <jwe@octave.org> |
3254 | |
6419 | 3255 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
3256 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
3257 | |
3258 * plot/clf.m: Don't call drawnow. | |
3259 | |
6431 | 3260 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 3261 |
6420 | 3262 * image/__img__.m: Maybe set yaxis to reverse for images. |
3263 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
3264 images. | |
3265 | |
6418 | 3266 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 3267 instead of global. Only register __go_close_all__ with atexit if |
3268 the plot stream is successfully opened. | |
6418 | 3269 |
6413 | 3270 2007-03-15 John W. Eaton <jwe@octave.org> |
3271 | |
6418 | 3272 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 3273 From Daniel J Sebald <daniel.sebald@ieee.org>. |
3274 | |
3275 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
3276 | |
3277 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 3278 Use numeric line types. |
6413 | 3279 |
3280 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 3281 lines and larger markers. Remove key titles from line type |
3282 properties. | |
6413 | 3283 |
6405 | 3284 2007-03-14 John W. Eaton <jwe@octave.org> |
3285 | |
6412 | 3286 * plot/__axis_label__.m: Accept additional property-value pairs |
3287 and pass them to __go_text__. Simply return the handle obtained | |
3288 from __go_text__ instead of calling get on the current axis. | |
3289 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
3290 Allow for extra property value pairs to be passed along. | |
3291 * plot/title.m: Implement with __axis_label__ since it does all | |
3292 that title needs to do. | |
3293 | |
6410 | 3294 * plot/clf.m: Set currentaxes property for current figure to []. |
3295 | |
6405 | 3296 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
3297 | |
3298 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
3299 and __plt2__, not just the last. | |
3300 | |
3301 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
3302 (SOURCES_IN, GEN_M): Delete. | |
3303 (FCN_FILES): Don't include $(GEN_M). | |
3304 (all): Don't depend on $(GEN_M). | |
3305 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
3306 | |
3307 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
3308 | |
3309 * plot/newplot.m: Call __go_axes_init__ instead of | |
3310 __uiobject_axes_init__. | |
3311 | |
3312 * plot/mesh.m: Use __go_surface__ instead of | |
3313 __uiobject_surface_ctor__. Don't access object fields directly. | |
3314 | |
3315 * plot/line.m: Use __line__ to do actual work. | |
3316 * plot/__line__.m: New function. | |
3317 | |
3318 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
3319 Use get and set instead of accessing object fields directly. | |
3320 | |
3321 * plot/figure.m: Use __go_figure__ to create figure graphics | |
3322 handle. | |
3323 | |
3324 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
3325 __uiobject_close_all. Call __go_draw_figure__ instead of | |
3326 __uiobject_draw_figure__. | |
3327 | |
3328 * plot/clf.m: Use get instead of accessing object fields | |
3329 directly. Simply delete children. Don't set currentaxes. | |
3330 | |
3331 * plot/close.m (close_all_figures): New subfunction. | |
3332 Use it instead of getting list of figures to close from | |
3333 __uiobject_figures__. | |
3334 | |
3335 * plot/closereq.m: Simply delete the current figure. Don't set | |
3336 currentfigure. | |
3337 | |
3338 * plot/__errplot__.m: Call __line__ instead of | |
3339 __uiobject_line_ctor__. Use set instead of accesing object fields | |
3340 directly. Don't call __uiobject_adopt__. | |
3341 | |
3342 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
3343 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
3344 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
3345 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
3346 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
3347 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
3348 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
3349 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
3350 plot/__uiobject_init_root_figure__.in, | |
3351 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
3352 plot/__uiobject_root_figure_ctor__.m, | |
3353 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
3354 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
3355 plot/set.in: Delete. | |
6408 | 3356 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 3357 |
3358 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
3359 Pass "hidden" as second arg to close. | |
3360 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
3361 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 3362 * plot/Makefile.in (SOURCES_M): Rename in list. |
3363 | |
6405 | 3364 * image/__img__.m: Use __go_image__ to create image graphics |
3365 handle. | |
3366 | |
3367 * miscellaneous/delete.m: Call __go_delete__, not | |
3368 __uiobject_delete__. Check that arg is a graphics handle before | |
3369 calling __go_delete__. | |
3370 | |
6403 | 3371 2007-03-13 John W. Eaton <jwe@octave.org> |
3372 | |
3373 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
3374 arg instead of switch statement. | |
6528 | 3375 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 3376 |
3377 2007-03-12 John W. Eaton <jwe@octave.org> | |
3378 | |
3379 * miscellaneous/cast.m: New function. | |
3380 | |
3381 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
3382 | |
6398 | 3383 2007-03-08 John W. Eaton <jwe@octave.org> |
3384 | |
3385 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
3386 tilde expansion on target filename before passing it to the shell. | |
3387 | |
3388 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
3389 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
3390 | |
6396 | 3391 2007-03-08 David Bateman <dbateman@free.fr> |
3392 | |
3393 * statistics/base/unidrnd.m: Move to statistics/distributions | |
3394 replacing slower version based on dicrete_rnd. | |
3395 | |
6392 | 3396 2007-03-07 John W. Eaton <jwe@octave.org> |
3397 | |
6395 | 3398 * control/base/rlocus.m: Update for current plotting functions. |
3399 | |
3400 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3401 | |
3402 * control/base/rlocus.m: Improve display. | |
3403 | |
3404 2007-03-07 John W. Eaton <jwe@octave.org> | |
3405 | |
3406 * plot/legend.m: Only handle positions -1:4. | |
3407 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
3408 found in option string | |
3409 * plot/__uiobject_draw_axes__.m: Handle key position. | |
3410 | |
6394 | 3411 * plot/newplot.m: Always reset next line color. |
3412 | |
6392 | 3413 * testfun/assert.m: Check that number of dimensions match before |
3414 checking dimensions. | |
3415 | |
6391 | 3416 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
3417 | |
3418 * specfun/perms.m, specfun/factorial.m: Check args. | |
3419 | |
6387 | 3420 2007-03-07 John W. Eaton <jwe@octave.org> |
3421 | |
6390 | 3422 * plot/mesh.m: Call newplot before doing anything. |
3423 | |
3424 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
3425 just "e". Only flush plot stream once. | |
3426 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
3427 | |
6387 | 3428 * strings/blanks.m: Omit first index in assignment. |
3429 | |
6386 | 3430 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
3431 | |
3432 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
3433 | |
6385 | 3434 2007-03-06 David Bateman <dbateman@free.fr> |
3435 John W. Eaton <jwe@octave.org> | |
3436 | |
3437 * set/setdiff.m: Ignore "rows" for cell array args. | |
3438 Handle cellstr args. | |
3439 | |
6382 | 3440 2007-03-05 John W. Eaton <jwe@octave.org> |
3441 | |
3442 * optimization/sqp.m: Defer first call to obj_hess until after | |
3443 calling obj_fun. | |
3444 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3445 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 3446 |
3447 * specfun/nchoosek.m: Fix nargin check. | |
3448 | |
6376 | 3449 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
3450 | |
3451 * image/__img__.m: Don't set xlim and ylim properties. | |
3452 | |
6374 | 3453 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
3454 | |
3455 * general/interp1.m: Fix *style cases for decreasing x. | |
3456 | |
6372 | 3457 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
3458 | |
3459 * polynomial/roots.m: Check nargin before accessing arg. | |
3460 | |
6369 | 3461 2007-02-28 John W. Eaton <jwe@octave.org> |
3462 | |
3463 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
3464 increment data_idx unless using gnuplot for display. | |
3465 | |
6368 | 3466 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
3467 | |
3468 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
3469 plots with images. | |
3470 * image/image.m, image/imagesc.m, image/imshow.m: | |
3471 Deprecate zoom argument. | |
3472 | |
6366 | 3473 2007-02-28 John W. Eaton <jwe@octave.org> |
3474 | |
3475 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
3476 temporary file names. Keep image and colormap file ids separate. | |
3477 | |
3478 * general/interp1.m: Correctly compute min and max values when | |
3479 values are decreasing and not evenly spaced. | |
3480 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
3481 | |
6365 | 3482 2007-02-27 John W. Eaton <jwe@octave.org> |
3483 | |
3484 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
3485 returning an empty cell array. | |
3486 | |
6546 | 3487 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 3488 |
3489 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
3490 | |
6546 | 3491 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 3492 |
3493 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3494 control/base/Makefile.in, control/hinf/Makefile.in, | |
3495 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3496 control/util/Makefile.in, deprecated/Makefile.in, | |
3497 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3498 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3499 miscellaneous/Makefile.in, optimization/Makefile.in, | |
3500 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3501 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3502 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3503 special-matrix/Makefile.in, startup/Makefile.in, | |
3504 statistics/Makefile.in, statistics/base/Makefile.in, | |
3505 statistics/distributions/Makefile.in, | |
3506 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3507 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3508 Use $(LN_S) instead of ln or ln -s. | |
3509 | |
6356 | 3510 2007-02-24 David Bateman <dbateman@free.fr> |
3511 | |
3512 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
3513 '\n' in FILES file. | |
6357 | 3514 (configure_make): Also install any mex files. |
6356 | 3515 |
6353 | 3516 2007-02-24 David Bateman <dbateman@free.fr> |
3517 | |
3518 * statistics/distributions (SOURCES): Add nbincdf.m, | |
3519 nbininv.m, nbinpdf.m and nbinrnd.m. | |
3520 | |
6351 | 3521 2007-02-23 John W. Eaton <jwe@octave.org> |
3522 | |
3523 * statistics/distributions/Makefile.in (SOURCES): Remove | |
3524 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
3525 | |
3526 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
3527 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
3528 | |
6349 | 3529 2007-02-23 David Bateman <dbateman@free.fr> |
3530 | |
3531 * statistics/distributions/discrete_rnd.m, | |
3532 statistics/distributions/geornd.m, | |
3533 statistics/distributions/lognnd.m, | |
3534 statistics/distributions/nbinrnd.m, | |
3535 statistics/distributions/wblrnd.m: Accelerate distributions. | |
3536 | |
3537 * statistics/distributions/unidcdf.m, | |
3538 statistics/distributions/unidinv.m, | |
3539 statistics/distributions/unidpdf.m, | |
3540 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 3541 discrete_cdf, etc. |
6349 | 3542 |
3543 * statistics/distributions/pascal_cdf.m, | |
3544 statistics/distributions/pascal_inv.m, | |
3545 statistics/distributions/pascal_pdf.m, | |
3546 statistics/distributions/pascal_rnd.m: Remove. | |
3547 * statistics/distributions/nbincdf.m, | |
3548 statistics/distributions/nbininv.m, | |
3549 statistics/distributions/nbinpdf.m, | |
3550 statistics/distributions/nbinrnd.m: Replace with matlab | |
3551 compatible functions. | |
3552 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
3553 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
3554 nbincdf, etc functions to implement these. | |
3555 | |
6344 | 3556 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
3557 | |
3558 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
3559 command and data. | |
3560 | |
3561 2007-02-22 John W. Eaton <jwe@octave.org> | |
3562 | |
3563 * miscellaneous/doc.m: If index search fails, try again without | |
3564 the index search option. | |
3565 | |
6339 | 3566 2007-02-22 David Bateman <dbateman@free.fr> |
3567 | |
6341 | 3568 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
3569 | |
6340 | 3570 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
3571 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
3572 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
3573 statistics/distributions/betarnd.m: Convert to use randg, rande | |
3574 and randp to accelerate. | |
3575 | |
6339 | 3576 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
3577 | |
6338 | 3578 2007-02-22 John W. Eaton <jwe@octave.org> |
3579 | |
3580 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
3581 cache data and display after xlim and ylim have been determined. | |
3582 | |
6337 | 3583 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
3584 | |
3585 * plot/__uiobject_draw_axes__.m: | |
3586 Allow multiple images to be displayed with gnuplot. | |
3587 | |
6333 | 3588 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
3589 | |
3590 * optimization/glpk.m: Document the fact that extra.mem does not work | |
3591 for versions of GLPK 4.15 and later. | |
3592 | |
6328 | 3593 2007-02-19 John W. Eaton <jwe@octave.org> |
3594 | |
3595 * plot/__uiobject_alloc__.in: If next available element in | |
3596 __uiobject_list__ is 0, grow list before doing anything else. | |
3597 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
3598 first call when size of __uiobject_list__ is 0. | |
3599 | |
6323 | 3600 2007-02-16 John W. Eaton <jwe@octave.org> |
3601 | |
3602 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
3603 | |
6321 | 3604 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
3605 | |
3606 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
3607 | |
6316 | 3608 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
3609 | |
3610 * specfun/nchoosek.m: Check nargin. | |
3611 | |
6314 | 3612 2007-02-15 John W. Eaton <jwe@octave.org> |
3613 | |
6315 | 3614 * path/addpath.m, path/rmpath.m: Delete |
3615 * path/Makefile.in (SOURCES): Remove them from the list. | |
3616 | |
6314 | 3617 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
3618 Delete title, xlabel, ylabel, and zlabel properties before | |
3619 reassigning. | |
3620 * plot/__uiobject_axes_init__.in: New arg, mode. | |
3621 Don't init outerposition if "mode" is "replace". | |
3622 * plot/newplot.m: Check both figure and axes nextplot properties. | |
3623 If axes nextplot property is replace, pass "replace" as mode arg | |
3624 to __uiobject_axes_init__. | |
3625 | |
6308 | 3626 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
3627 | |
6310 | 3628 * image/imshow.m: Don't restore old colormap. |
3629 | |
6309 | 3630 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
3631 * image/__img__.m: New file containing common parts of image.m and | |
3632 imshow.m. | |
6312 | 3633 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 3634 * image/image.m, image/imshow.m: Call __img__. |
3635 * plot/__uiobject_draw_axes__.m: | |
3636 Handle rgb imaged data stored in 3-d arrays. | |
3637 | |
6308 | 3638 * plot/figure.m: Doc fix. |
3639 | |
6304 | 3640 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
3641 | |
3642 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
3643 for reading and writing data. New tests. Improve rounding. | |
3644 | |
6302 | 3645 2007-02-13 John W. Eaton <jwe@octave.org> |
3646 | |
6303 | 3647 * plot/stem.m: New file, adapted from OctPlot. |
3648 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3649 | |
6302 | 3650 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
3651 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
3652 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3653 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
3654 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
3655 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
3656 plot/semilogyerr.m: Return handles to line objects. | |
3657 | |
6301 | 3658 2007-02-11 John W. Eaton <jwe@octave.org> |
3659 | |
3660 * plot/__uiobject_close_all.m: New file. | |
3661 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3662 | |
6298 | 3663 2007-02-10 John W. Eaton <jwe@octave.org> |
3664 | |
3665 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
3666 * plot/__uiobject_globals__.m: Don't call mlock. | |
3667 | |
3668 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
3669 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
3670 before calling pclose. | |
3671 | |
6291 | 3672 2007-02-09 John W. Eaton <jwe@octave.org> |
3673 | |
6295 | 3674 * plot/subplot.m: Delete spurious call to axes. |
3675 | |
6293 | 3676 * plot/figure.m: Call drawnow for current figure before creating |
3677 or switching to a new figure. | |
3678 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
3679 nargin == 0 case. | |
3680 | |
6291 | 3681 * testfun/assert.m: Try to avoid problems when comparisons involve |
3682 strange values like Inf+NaNi. | |
3683 | |
6283 | 3684 2007-02-08 John W. Eaton <jwe@octave.org> |
3685 | |
6286 | 3686 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
3687 and check gnuplot_use_title_option instead of just assuming -title | |
3688 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
3689 | |
6285 | 3690 * Makefile.in (DISTFILES): Add move-if-change to the list. |
3691 | |
6284 | 3692 * audio/Makefile.in, control/base/Makefile.in, |
3693 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
3694 control/system/Makefile.in, control/util/Makefile.in, | |
3695 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
3696 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
3697 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
3698 optimization/Makefile.in, plot/Makefile.in, | |
3699 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3700 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3701 special-matrix/Makefile.in, startup/Makefile.in, | |
3702 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
3703 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3704 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
3705 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
3706 | |
6283 | 3707 * plot/figure.m: Don't call drawnow. Correctly init figure when |
3708 only given property list. | |
3709 | |
6278 | 3710 2007-02-07 John W. Eaton <jwe@octave.org> |
3711 | |
6280 | 3712 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
3713 properties. | |
3714 | |
6278 | 3715 * plot/sombrero.m: Call box ("off") after mesh. |
3716 | |
3717 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
3718 line default" commands with older versions of gnuplot. | |
3719 | |
3720 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
3721 | |
6273 | 3722 2007-02-06 John W. Eaton <jwe@octave.org> |
3723 | |
3724 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
3725 * sparse/gplot.m: Use line style - instead of 1. | |
3726 | |
6272 | 3727 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
3728 | |
3729 * plot/print.m: Avoid error message from cellidx. | |
3730 | |
3731 2007-02-05 John W. Eaton <jwe@octave.org> | |
3732 | |
3733 * plot/legend.m: Fix check for data. | |
3734 | |
6270 | 3735 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
3736 | |
3737 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
3738 Always set lt and pt. | |
3739 | |
6269 | 3740 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
3741 | |
3742 * plot/contourc.m: Correctly compute X and Y. | |
3743 | |
6268 | 3744 2007-02-05 John W. Eaton <jwe@octave.org> |
3745 | |
3746 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
3747 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
3748 | |
6264 | 3749 2007-02-01 John W. Eaton <jwe@octave.org> |
3750 | |
6266 | 3751 * plot/__uiobject_draw_axes__.m: |
3752 Don't try to set axis limits unless we have data. | |
3753 | |
6264 | 3754 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
3755 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3756 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
3757 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
3758 instead of of key and fmt strings. | |
3759 | |
3760 * plot/__pltopt1__.m: Greatly simplify. | |
3761 | |
3762 * plot/__next_line_color__.m: New file. | |
3763 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3764 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
3765 | |
3766 * plot/__default_plot_options__.m: New file. | |
3767 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3768 | |
3769 * plot/__plt3__.m: Delete. | |
3770 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
3771 | |
6259 | 3772 2007-01-31 John W. Eaton <jwe@octave.org> |
3773 | |
6263 | 3774 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
3775 linestyle, linewidth, marker, and markersize properties. | |
3776 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
3777 colors and widths, and line styles. | |
3778 | |
3779 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 3780 |
6261 | 3781 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
3782 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3783 | |
3784 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
3785 __gnuplot_save_data__. | |
3786 | |
6259 | 3787 * image/image.m: Accept 2 args, but ignore the second for now. |
3788 | |
6258 | 3789 2007-01-30 David Bateman <dbateman@free.fr> |
3790 | |
3791 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
3792 to flag a package as to be autoloaded. Add install flags -noauto, | |
3793 -auto to force autoload behavior. | |
3794 (installed_packages): Make list of installed packages unique. | |
3795 | |
6259 | 3796 2007-01-30 John W. Eaton <jwe@octave.org> |
3797 | |
3798 * Merge of changes from graphics-branch: | |
3799 | |
3800 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 3801 |
3802 * plot/subplot.m: Set nextplot property of current figure to "add". | |
3803 | |
3804 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
3805 property if it exists. | |
3806 | |
6259 | 3807 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 3808 |
3809 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
3810 min values outside of loop over child objects. | |
3811 | |
3812 * plot/contour.m, plot/contourc.m: New files. | |
3813 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
3814 | |
3815 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
3816 find a gnuplot version newer than 4.0. | |
3817 * image/__img_gnuplot__.m: Delete. | |
3818 * image/image.m: Create image graphics object. | |
3819 Call newplot to setup and drawnow to finish. | |
3820 Eliminate ZOOM arg. | |
3821 | |
3822 * plot/__uiobject_draw_axes__.m: Handle image data. | |
3823 | |
3824 * plot/legend.m: Eliminate useless variable "warned". | |
3825 | |
3826 * plot/__uiobject_image_ctor__.m: New file. | |
3827 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3828 | |
3829 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
3830 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
3831 | |
3832 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
3833 | |
3834 * plot/__default_colormap__.m: New file. | |
3835 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3836 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
3837 property. | |
3838 * image/colormap.m: Use colormap property of current figure | |
3839 to store colormap instead of using persistent variable. | |
3840 Call __default_colormap__ to get default map value. | |
3841 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
3842 | |
3843 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
3844 Handle some tick mark options. | |
3845 | |
3846 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
3847 set corresponding *mode to "manual". If we set dataaspectratio, | |
3848 set dataaspectratiomode to "manual". | |
3849 | |
3850 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
3851 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
3852 | |
3853 * plot/axis.m: New file. | |
3854 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
3855 | |
3856 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
3857 set corresponding *limmode to "manual". | |
3858 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
3859 Use it to compute autosclaled limits. | |
3860 Arg is now handle, not object. Change all callers. | |
3861 Compute data limits. | |
3862 | |
6259 | 3863 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 3864 |
3865 * plot/drawnow: Fix visibility check for zero args. | |
3866 | |
3867 * plot/text.m: New file. | |
3868 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3869 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
3870 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
3871 horizontalalignment properties. | |
3872 | |
3873 * plot/figure.m: Set options for f we just constructed or were | |
3874 given as an argument, not gcf. Only return handle if nargout > 0. | |
3875 | |
3876 * plot/drawnow.m: Handle visible field for figure here. | |
3877 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
3878 | |
3879 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
3880 title and axis labels. | |
3881 | |
3882 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
3883 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
3884 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
3885 * plot/view.m: New file. | |
3886 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3887 | |
3888 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
3889 Call __request_drawnow__. | |
3890 | |
3891 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
3892 | |
3893 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
3894 Call set to set properties. Return handle instead of structure. | |
3895 Change all callers. | |
3896 | |
3897 * plot/__uiobject_axes_setr__.m: New file. | |
3898 * plot/set.in: Check for __setter__ field. | |
3899 | |
3900 * plot/__uiobject_axes_init__.in: | |
3901 Rename from plot/__uiobject_axes_init__.m. | |
3902 Include __uiobject_globals__. | |
3903 Accept handle as arg instead of structure | |
3904 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
3905 from the list. | |
3906 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
3907 | |
6259 | 3908 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 3909 |
3910 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
3911 | |
3912 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
3913 initializing each global variable. | |
3914 | |
6259 | 3915 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 3916 |
3917 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
3918 __uiobject_figure_handles_free_list__): New global variables. | |
3919 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
3920 Place unused handles on the free list. | |
3921 | |
3922 * plot/__uiobject_get_figure_handle__.in: Delete. | |
3923 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
3924 | |
3925 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
3926 handles here. Return figure handle. | |
3927 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
3928 | |
6259 | 3929 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 3930 |
3931 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
3932 data for gnuplot. | |
3933 | |
3934 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
3935 files. | |
3936 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
3937 (DISTFILES): Include include-globals.awk in the list. | |
3938 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
3939 ($(GEN_M) : %.m : %.in): New rule. | |
3940 | |
3941 * include-globals.awk: New file. | |
3942 | |
3943 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
3944 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
3945 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
3946 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
3947 plot/__uiobject_init_root_figure__.in, | |
3948 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
3949 Rename from corresponding .m files. | |
3950 | |
3951 * move-if-change: New file. | |
3952 | |
3953 * plot/__uiobject_delete__.m: New file. | |
3954 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
3955 plot/__uiobject_delete_child__.m: Delete. | |
3956 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
3957 not a character string. | |
3958 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
3959 Fix assignment to tmp key value in loop. | |
3960 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
3961 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
3962 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
3963 Inline code to delete children. | |
3964 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
3965 __uiobject_list__. | |
3966 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
3967 and free child. | |
3968 | |
6259 | 3969 2006-12-08 John W. Eaton <jwe@octave.org> |
3970 | |
3971 * plot/gcf.m: Check if the root figure object's currentfigure | |
3972 handle is empty, not 0. | |
3973 * plot/__uiobject_root_figure_ctor__.m: | |
3974 Set currentfigure to [], not 0. | |
3975 | |
3976 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
3977 | |
3978 2006-12-07 John W. Eaton <jwe@octave.org> | |
3979 | |
3980 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
3981 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
3982 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
3983 plot/__uiobject_delete_children__.m, | |
3984 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
3985 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
3986 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
3987 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
3988 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
3989 plot/__uiobject_init_figure__.m, | |
3990 plot/__uiobject_init_root_figure__.m, | |
3991 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
3992 plot/__uiobject_remove_child__.m, | |
3993 plot/__uiobject_root_figure_ctor__.m, | |
3994 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
3995 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
3996 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
3997 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
3998 plot/set.m: New files. | |
3999 | |
4000 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
4001 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
4002 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
4003 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
4004 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
4005 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
4006 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
4007 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
4008 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
4009 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
4010 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
4011 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
4012 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
4013 plot/semilogyerr.m, plot/replot.m: | |
4014 Adapt to new graphics data structure. | |
4015 | |
4016 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
4017 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
4018 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
4019 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
4020 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
4021 plot/plot_border.m, plot/subwindow.m: Delete. | |
4022 | |
4023 2007-01-24 David Bateman <dbateman@free.fr> | |
4024 | |
4025 * pkg/pkg.m: Install ChangeLog file if it exists. | |
4026 Delete bare newline in string passed to write_INDEX. | |
4027 | |
4028 * sparse/sprandsym.m: Make work for even values of N. | |
4029 | |
4030 2007-01-24 John W. Eaton <jwe@octave.org> | |
4031 | |
4032 * miscellaneous/news.m: New file. | |
4033 | |
4034 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
4035 | |
4036 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
4037 | |
4038 * strings/strncmp.m: Delete (we now have a built-in version). | |
4039 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4040 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 4041 |
4042 * testfun/test.m: Check for all files in path, use first found. | |
4043 | |
4044 2007-01-22 David Bateman <dbateman@free.fr> | |
4045 | |
4046 * polynomial/spline.m: Make DG a column instead of a row vector. | |
4047 | |
4048 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
4049 | |
4050 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
4051 file name. | |
4052 | |
4053 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
4054 nargout is 1. Handle colormaps that have too few colors. | |
4055 | |
4056 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
4057 (configure_make): Use fullfile instead of concatenating with "/". | |
4058 | |
6258 | 4059 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
4060 | |
4061 * set/ismember.m: Handle N-d arrays. | |
4062 | |
4063 2007-01-10 David Bateman <dbateman@free.fr> | |
4064 | |
4065 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
4066 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4067 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
4068 New files. | |
4069 | |
4070 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
4071 | |
6778 | 4072 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 4073 |
4074 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
4075 | |
4076 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
4077 instead of concatenating with "/". Use mlock to ensure that | |
4078 persistent variables are not clobbered if user types clear all. | |
4079 | |
4080 2007-01-08 John W. Eaton <jwe@octave.org> | |
4081 | |
4082 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
4083 Improve handling of file names containing globbing characters. | |
4084 From S�ren Hauberg <hauberg@gmail.com>. | |
4085 | |
4086 2007-01-05 John W. Eaton <jwe@octave.org> | |
4087 | |
4088 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
4089 New files. | |
4090 | |
4091 2006-12-30 John W. Eaton <jwe@octave.org> | |
4092 | |
4093 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
4094 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
4095 | |
4096 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
4097 | |
4098 * image/imshow.m: Strip NaNs from image. | |
4099 | |
4100 2006-12-08 David Bateman <dbateman@free.fr> | |
4101 | |
4102 * sparse/normest.m: New file. | |
4103 | |
6286 | 4104 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 4105 |
6210 | 4106 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
4107 Work on Windows systems without cp or mv. | |
4108 | |
6209 | 4109 * startup/inputrc: Include sequences for Windows. |
4110 | |
6203 | 4111 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
4112 | |
4113 * pkg/pkg.m (unload_packages): New function. | |
4114 (pkg): Handle unload action. | |
4115 | |
4116 * __errplot__.m: Add missing semicolon. | |
4117 | |
6193 | 4118 2006-11-30 John W. Eaton <jwe@octave.org> |
4119 | |
4120 * miscellaneous/mexext.m: New file. | |
4121 | |
6189 | 4122 2006-11-29 David Bateman <dbateman@free.fr> |
4123 | |
4124 * pkg/pkg.m: Add local_list and global_list options that allow the | |
4125 location of package lists to be probed and set. | |
4126 | |
6179 | 4127 2006-11-17 John W. Eaton <jwe@octave.org> |
4128 | |
6181 | 4129 * plot/__render_plot1__.m: Reverse y axis for images. |
4130 | |
6179 | 4131 * plot/__render_plot__.m: New args, terminal and output. |
4132 * plot/print.m: Don't set output and term here. Instead, call | |
4133 __render_plot__ with terminal and output. | |
4134 | |
6178 | 4135 2006-11-16 John W. Eaton <jwe@octave.org> |
4136 | |
4137 * plot/__render_plot1__.m: New file. | |
4138 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
4139 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
4140 gnuplot. Let __render_plot__ do that. | |
4141 | |
6177 | 4142 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
4143 | |
4144 * plot/plot.m: Fix doc string. | |
4145 | |
6173 | 4146 2006-11-16 John W. Eaton <jwe@octave.org> |
4147 | |
4148 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
4149 before sending anything to the plotter. | |
4150 | |
6172 | 4151 2006-11-15 John W. Eaton <jwe@octave.org> |
4152 | |
4153 * image/__img_gnuplot__.m: Store more info in global plot | |
4154 structures and use __render_plot__ to build plot command to | |
4155 display image. | |
4156 | |
4157 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
4158 | |
4159 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
4160 __plot_command_sep__): Delete. | |
4161 (__plot_data_type__, __plot_data_parametric__, | |
4162 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
4163 __plot_usingstr__, __plot_withstr__): New variables. | |
4164 * plot/__init_plot_vars__.m: Initialize them. | |
4165 | |
4166 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
4167 Don't handle sep or cmd. | |
4168 | |
4169 * plot/__render_plot__.m: New function. | |
4170 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
4171 Store more info in global plot structures and use __render_plot__ | |
4172 to build plot command. | |
4173 * plot/replot.m: Simply call __render_plot__. | |
4174 | |
4175 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
4176 Set __plot_data_parametric__ here. | |
4177 | |
6164 | 4178 2006-11-14 John W. Eaton <jwe@octave.org> |
4179 | |
6166 | 4180 * plot/bottom_title.m, plot/top_title.m: Delete. |
4181 | |
6164 | 4182 * image/image_viewer.m: Set default values here. |
4183 * image/image.m: Not here. | |
4184 | |
4185 * image/image_viewer.m: Always return old values. Check arguments. | |
4186 * image/__img_gnuplot__.m: Rename from __img__m. | |
4187 | |
4188 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
4189 | |
4190 * image/image_viewer.m: New function. | |
4191 * image/__img_via_file__.m: New function. | |
4192 * image/image.m: Use image_viewer to determine which program to | |
4193 use for image viewing. | |
6754 | 4194 * image/__img__.m: Silently accept more than 3 args. |
6164 | 4195 |
6163 | 4196 2006-11-14 John W. Eaton <jwe@octave.org> |
4197 | |
4198 * plot/__do_legend__.m, plot/__errplot__.m, | |
4199 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
4200 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
4201 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
4202 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
4203 Use __plot_globals__ for multiplot variables. Keep track of | |
4204 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
4205 | |
6157 | 4206 2006-11-13 John W. Eaton <jwe@octave.org> |
4207 | |
6158 | 4208 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
4209 | |
6157 | 4210 * miscellaneous/substruct.m: New function. |
4211 | |
4212 * testfun/assert.m: Force orientation to match when comparing | |
4213 struct elements. | |
4214 | |
4215 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
4216 when comparing structs. | |
4217 | |
4218 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
4219 | |
6754 | 4220 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
4221 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
4222 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
4223 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
4224 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
4225 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
4226 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 4227 |
6156 | 4228 2006-11-13 John W. Eaton <jwe@octave.org> |
4229 | |
4230 * plot/mesh.m: Use size_equal to compare dimensions. | |
4231 | |
6154 | 4232 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
4233 | |
4234 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
4235 | |
6152 | 4236 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
4237 | |
4238 * miscellaneous/copyfile.m: Fix docs to match function. | |
4239 | |
6145 | 4240 2006-11-08 John W. Eaton <jwe@octave.org> |
4241 | |
6146 | 4242 * plot/legend.m: New function, adapted from Octave Forge. |
4243 | |
4244 * plot/__do_legend__.m: New function. | |
4245 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
4246 plot/replot.m: Call it before plotting. | |
4247 | |
4248 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
4249 noparametric" to gnuplot.. | |
4250 | |
4251 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
4252 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
4253 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
4254 and return key title separate from line format. Accept format and | |
4255 key as cellstr. Always return data as cell array. Return format | |
4256 and key title as cellstr. | |
4257 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
4258 Handle line format and key titles separately. | |
4259 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
4260 | |
4261 * plot/__plot_globals__.m (__plot_line_offset__, | |
4262 __plot_key_labels__, __plot_key_properties__): New global | |
4263 variables. Initialize them. | |
4264 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
4265 __plot_key_labels__, __plot_key_properties__): Initialize. | |
4266 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
4267 (__plot_line_offset__, __plot_key_labels__, | |
4268 __plot_key_properties__): Store information about plot key titles. | |
4269 | |
4270 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
4271 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
4272 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
4273 respectively. | |
4274 | |
4275 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
4276 | |
6145 | 4277 * strings/strcat.m: Disable Octave:empty-list-elements warning |
4278 whle concatenating args. | |
4279 | |
6144 | 4280 2006-11-07 John W. Eaton <jwe@octave.org> |
4281 | |
4282 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
4283 | |
6142 | 4284 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
4285 | |
6143 | 4286 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
4287 option to regexp. | |
4288 | |
6142 | 4289 * image/__img__.m: Send "set size ratio -1" before plotting. |
4290 | |
6138 | 4291 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
4292 | |
6139 | 4293 * strings/index.m: New arg, direction. Simplify and speed up. |
4294 * strings/rindex.m: Implement using index (..., "last"); | |
4295 | |
6754 | 4296 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 4297 |
6130 | 4298 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
4299 | |
4300 * general/__isequal__.m: Test size and class more consistently. | |
4301 | |
6116 | 4302 2006-10-27 John W. Eaton <jwe@octave.org> |
4303 | |
6117 | 4304 * miscellaneous/ls_command.m: Use /D instead of /w. |
4305 From Michael Goffioul <michael.goffioul@swing.be>. | |
4306 | |
6116 | 4307 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
4308 * miscellaneous/dir.m: Mark as a command. | |
4309 | |
6112 | 4310 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4311 | |
4312 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
4313 | |
6088 | 4314 2006-10-25 John W. Eaton <jwe@octave.org> |
4315 | |
4316 * image/image.m: Set x = y = [] when nargin == 0; | |
4317 | |
4318 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
4319 | |
4320 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
4321 * image/__img__.m: New file, originally from | |
4322 Daniel J Sebald <daniel.sebald@ieee.org>. | |
4323 | |
6087 | 4324 2006-10-25 John W. Eaton <jwe@octave.org> |
4325 | |
4326 * plot/__gnuplot_version__.m: New function, originally from | |
4327 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
4328 Quentin Spencer <qspencer@ieee.org>. | |
4329 | |
6085 | 4330 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
4331 | |
4332 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
4333 | |
6081 | 4334 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
4335 | |
4336 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
4337 miscellaneous/gunzip.m: New files. | |
4338 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
4339 Call unpack to do the real work. | |
4340 | |
6075 | 4341 2006-10-24 John W. Eaton <jwe@octave.org> |
4342 | |
6078 | 4343 * plot/plot3.m: If we have a format string, then also pass using |
4344 string to __plt3__. | |
4345 | |
6077 | 4346 * plot/sombrero.m: Don't return anything if nargout == 0. |
4347 | |
6075 | 4348 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 4349 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 4350 |
6069 | 4351 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
4352 | |
4353 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
4354 Quote filenames in shell commands. | |
4355 | |
6055 | 4356 2006-10-17 David Bateman <dbateman@free.fr> |
4357 | |
4358 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
4359 the package directory is missing. | |
4360 | |
6052 | 4361 2006-10-13 John W. Eaton <jwe@octave.org> |
4362 | |
4363 * plot/box.m: New function. | |
4364 | |
6050 | 4365 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
4366 | |
4367 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
4368 | |
6049 | 4369 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
4370 | |
4371 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
4372 | |
6047 | 4373 2006-10-10 John W. Eaton <jwe@octave.org> |
4374 | |
4375 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
4376 | |
6046 | 4377 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
4378 | |
4379 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
4380 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
4381 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
4382 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
4383 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
4384 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
4385 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
4386 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
4387 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
4388 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
4389 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
4390 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
4391 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
4392 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
4393 control/system/buildssic.m, control/system/c2d.m, | |
4394 control/system/cellidx.m, control/system/d2c.m, | |
4395 control/system/dmr2d.m, control/system/fir2sys.m, | |
4396 control/system/is_abcd.m, control/system/is_controllable.m, | |
4397 control/system/is_detectable.m, control/system/is_digital.m, | |
4398 control/system/is_observable.m, control/system/is_siso.m, | |
4399 control/system/is_stabilizable.m, control/system/is_stable.m, | |
4400 control/system/jet707.m, control/system/listidx.m, | |
4401 control/system/ord2.m, control/system/parallel.m, | |
4402 control/system/ss.m, control/system/ss2zp.m, | |
4403 control/system/starp.m, control/system/sys2ss.m, | |
4404 control/system/sys2tf.m, control/system/sys2zp.m, | |
4405 control/system/sysadd.m, control/system/sysappend.m, | |
4406 control/system/syschtsam.m, control/system/sysconnect.m, | |
4407 control/system/syscont.m, control/system/sysdimensions.m, | |
4408 control/system/sysdisc.m, control/system/sysdup.m, | |
4409 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
4410 control/system/sysgroup.m, control/system/sysidx.m, | |
4411 control/system/sysmin.m, control/system/sysmult.m, | |
4412 control/system/sysout.m, control/system/sysprune.m, | |
4413 control/system/sysscale.m, control/system/syssetsignals.m, | |
4414 control/system/syssub.m, control/system/sysupdate.m, | |
4415 control/system/tf.m, control/system/tfout.m, | |
4416 control/system/ugain.m, control/system/zp.m, | |
4417 control/system/zpout.m, control/util/__outlist__.m, | |
4418 control/util/__zgpbal__.m, control/util/prompt.m, | |
4419 control/util/sortcom.m, control/util/strappend.m, | |
4420 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
4421 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
4422 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
4423 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
4424 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
4425 finance/pvl.m, finance/rate.m, finance/vol.m, | |
4426 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
4427 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
4428 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
4429 general/cumtrapz.m, general/deal.m, general/diff.m, | |
4430 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
4431 general/ind2sub.m, general/int2str.m, | |
4432 general/is_duplicate_entry.m, general/isdefinite.m, | |
4433 general/isequal.m, general/isequalwithequalnans.m, | |
4434 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
4435 general/isvector.m, general/logical.m, general/logspace.m, | |
4436 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
4437 general/perror.m, general/postpad.m, general/prepad.m, | |
4438 general/randperm.m, general/rem.m, general/repmat.m, | |
4439 general/rot90.m, general/rotdim.m, general/shift.m, | |
4440 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
4441 general/sub2ind.m, general/trapz.m, general/tril.m, | |
4442 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
4443 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
4444 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
4445 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
4446 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
4447 linear-algebra/cross.m, linear-algebra/dmult.m, | |
4448 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
4449 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
4450 linear-algebra/logm.m, linear-algebra/norm.m, | |
4451 linear-algebra/null.m, linear-algebra/orth.m, | |
4452 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
4453 linear-algebra/trace.m, linear-algebra/vec.m, | |
4454 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
4455 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
4456 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
4457 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
4458 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
4459 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
4460 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
4461 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
4462 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
4463 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
4464 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
4465 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
4466 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
4467 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
4468 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
4469 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
4470 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
4471 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
4472 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
4473 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
4474 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
4475 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
4476 polynomial/polyder.m, polynomial/polyderiv.m, | |
4477 polynomial/polyfit.m, polynomial/polygcd.m, | |
4478 polynomial/polyinteg.m, polynomial/polyout.m, | |
4479 polynomial/polyreduce.m, polynomial/polyval.m, | |
4480 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
4481 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
4482 set/complement.m, set/create_set.m, set/intersect.m, | |
4483 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
4484 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
4485 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
4486 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
4487 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
4488 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
4489 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
4490 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
4491 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
4492 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
4493 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
4494 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
4495 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
4496 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
4497 special-matrix/hankel.m, special-matrix/hilb.m, | |
4498 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
4499 special-matrix/toeplitz.m, special-matrix/vander.m, | |
4500 statistics/base/center.m, statistics/base/cloglog.m, | |
4501 statistics/base/cor.m, statistics/base/corrcoef.m, | |
4502 statistics/base/cov.m, statistics/base/cut.m, | |
4503 statistics/base/gls.m, statistics/base/iqr.m, | |
4504 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
4505 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
4506 statistics/base/mean.m, statistics/base/meansq.m, | |
4507 statistics/base/median.m, statistics/base/moment.m, | |
4508 statistics/base/ols.m, statistics/base/ppplot.m, | |
4509 statistics/base/probit.m, statistics/base/qqplot.m, | |
4510 statistics/base/range.m, statistics/base/ranks.m, | |
4511 statistics/base/run_count.m, statistics/base/skewness.m, | |
4512 statistics/base/spearman.m, statistics/base/statistics.m, | |
4513 statistics/base/std.m, statistics/base/studentize.m, | |
4514 statistics/base/table.m, statistics/base/values.m, | |
4515 statistics/base/var.m, statistics/distributions/betacdf.m, | |
4516 statistics/distributions/betainv.m, | |
4517 statistics/distributions/betapdf.m, | |
4518 statistics/distributions/betarnd.m, | |
4519 statistics/distributions/binocdf.m, | |
4520 statistics/distributions/binoinv.m, | |
4521 statistics/distributions/binopdf.m, | |
4522 statistics/distributions/binornd.m, | |
4523 statistics/distributions/cauchy_cdf.m, | |
4524 statistics/distributions/cauchy_inv.m, | |
4525 statistics/distributions/cauchy_pdf.m, | |
4526 statistics/distributions/cauchy_rnd.m, | |
4527 statistics/distributions/chi2cdf.m, | |
4528 statistics/distributions/chi2inv.m, | |
4529 statistics/distributions/chi2pdf.m, | |
4530 statistics/distributions/chi2rnd.m, | |
4531 statistics/distributions/discrete_cdf.m, | |
4532 statistics/distributions/discrete_inv.m, | |
4533 statistics/distributions/discrete_pdf.m, | |
4534 statistics/distributions/discrete_rnd.m, | |
4535 statistics/distributions/empirical_rnd.m, | |
4536 statistics/distributions/expcdf.m, | |
4537 statistics/distributions/expinv.m, | |
4538 statistics/distributions/exppdf.m, | |
4539 statistics/distributions/exprnd.m, | |
4540 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
4541 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
4542 statistics/distributions/gamcdf.m, | |
4543 statistics/distributions/gaminv.m, | |
4544 statistics/distributions/gampdf.m, | |
4545 statistics/distributions/gamrnd.m, | |
4546 statistics/distributions/geocdf.m, | |
4547 statistics/distributions/geoinv.m, | |
4548 statistics/distributions/geopdf.m, | |
4549 statistics/distributions/geornd.m, | |
4550 statistics/distributions/hygecdf.m, | |
4551 statistics/distributions/hygeinv.m, | |
4552 statistics/distributions/hygepdf.m, | |
4553 statistics/distributions/hygernd.m, | |
4554 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
4555 statistics/distributions/laplace_cdf.m, | |
4556 statistics/distributions/laplace_inv.m, | |
4557 statistics/distributions/laplace_pdf.m, | |
4558 statistics/distributions/laplace_rnd.m, | |
4559 statistics/distributions/logistic_cdf.m, | |
4560 statistics/distributions/logistic_inv.m, | |
4561 statistics/distributions/logistic_pdf.m, | |
4562 statistics/distributions/logistic_rnd.m, | |
4563 statistics/distributions/logncdf.m, | |
4564 statistics/distributions/logninv.m, | |
4565 statistics/distributions/lognpdf.m, | |
4566 statistics/distributions/lognrnd.m, | |
4567 statistics/distributions/normcdf.m, | |
4568 statistics/distributions/norminv.m, | |
4569 statistics/distributions/normpdf.m, | |
4570 statistics/distributions/normrnd.m, | |
4571 statistics/distributions/pascal_cdf.m, | |
4572 statistics/distributions/pascal_inv.m, | |
4573 statistics/distributions/pascal_pdf.m, | |
4574 statistics/distributions/pascal_rnd.m, | |
4575 statistics/distributions/poisscdf.m, | |
4576 statistics/distributions/poissinv.m, | |
4577 statistics/distributions/poisspdf.m, | |
4578 statistics/distributions/poissrnd.m, | |
4579 statistics/distributions/stdnormal_cdf.m, | |
4580 statistics/distributions/stdnormal_inv.m, | |
4581 statistics/distributions/stdnormal_pdf.m, | |
4582 statistics/distributions/stdnormal_rnd.m, | |
4583 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
4584 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
4585 statistics/distributions/unifcdf.m, | |
4586 statistics/distributions/unifinv.m, | |
4587 statistics/distributions/unifpdf.m, | |
4588 statistics/distributions/unifrnd.m, | |
4589 statistics/distributions/wblcdf.m, | |
4590 statistics/distributions/wblinv.m, | |
4591 statistics/distributions/wblpdf.m, | |
4592 statistics/distributions/wblrnd.m, | |
4593 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
4594 statistics/tests/bartlett_test.m, | |
4595 statistics/tests/chisquare_test_homogeneity.m, | |
4596 statistics/tests/chisquare_test_independence.m, | |
4597 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
4598 statistics/tests/hotelling_test.m, | |
4599 statistics/tests/hotelling_test_2.m, | |
4600 statistics/tests/kolmogorov_smirnov_test.m, | |
4601 statistics/tests/kolmogorov_smirnov_test_2.m, | |
4602 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
4603 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
4604 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
4605 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
4606 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
4607 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
4608 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
4609 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
4610 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
4611 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
4612 strings/index.m, strings/isletter.m, strings/lower.m, | |
4613 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
4614 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
4615 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
4616 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
4617 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
4618 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
4619 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
4620 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
4621 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
4622 time/etime.m, time/is_leap_year.m: | |
4623 Use print_usage instead of usage. | |
4624 | |
6044 | 4625 2006-10-09 David Bateman <dbateman@free.fr> |
4626 | |
4627 * time/datevec.m: Add additional compatible default parsing strings. | |
4628 | |
6395 | 4629 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 4630 |
6042 | 4631 * pkg/pkg.m: Remove trailing "\n" from error messages. |
4632 Remove compare_versions subfunction. | |
4633 | |
4634 * miscellaneous/compare_versions.m: New function to compare | |
4635 version numbers as strings with any boolean operators. | |
4636 | |
6041 | 4637 * miscellaneous/untar.m: Check more rigorously to see if the tar |
4638 file exists. | |
4639 | |
6036 | 4640 2006-10-04 John W. Eaton <jwe@octave.org> |
4641 | |
4642 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
4643 | |
6032 | 4644 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
4645 | |
6037 | 4646 * pkg/pkg.m: Update docs. Handle prefix option. |
4647 Handle dependencies for load option. | |
6032 | 4648 |
6029 | 4649 2006-10-04 John W. Eaton <jwe@octave.org> |
4650 | |
6030 | 4651 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
4652 | |
4653 * plot/clg.m: Delete. | |
4654 * plot/__init_plot_vars__.m: New function. | |
4655 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 4656 |
6025 | 4657 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
4658 | |
4659 * pkg/pkg.m: Avoid calling addpath with no args. | |
4660 | |
6024 | 4661 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
4662 | |
4663 * audio/loadaudio.m, control/base/nyquist.m, | |
4664 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
4665 linear-algebra/krylov.m, statistics/base/center.m, | |
4666 statistics/base/median.m, statistics/base/std.m, | |
4667 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
4668 find first or last element matching a condition. | |
4669 | |
6023 | 4670 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
4671 | |
4672 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
4673 general/__isequal__.m: Minimize looping using cellfun. | |
4674 | |
6020 | 4675 2006-10-02 David Bateman <dbateman@free.fr> |
4676 | |
4677 * pkg/pkg.m (copy_files): always create installation directory. | |
4678 | |
6016 | 4679 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
4680 | |
4681 * miscellaneous/doc.m: Swap file and directory args to info. | |
4682 | |
4683 2006-10-01 Arno Onken <whyly@gmx.net> | |
4684 | |
4685 * statistics/distributions/exprnd.m: Fix typo. | |
4686 | |
6014 | 4687 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
4688 | |
4689 * polynomial/ppval.m: Use .' instead of '. | |
4690 * polynomial/spline.m: Likewise. New tests. | |
4691 | |
6004 | 4692 2006-09-26 David Bateman <dbateman@free.fr> |
4693 | |
4694 * __plt3__.m: Using global variables __plot_data__, | |
4695 __plot_data_offset__ and __plot_command__ to store plots and | |
4696 correctly handle multiplots, and hold state. Only accept a single | |
4697 data parameter plus, using, format and with strings. Remove | |
4698 setting of gnuplot parameters. | |
4699 * __make_using_clause__.m: New function extracted from __plt__.m. | |
4700 * __setup_plot__.m: Convert to a function and pass the plotting | |
4701 command to use. | |
4702 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
4703 * contour.m: Use unwind protect on the parametric state of plot | |
4704 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
4705 * mesh.m: ditto. | |
4706 * plot3.m: Error checking, setting of parametric state and | |
4707 formation of matrix to plot moved from old __plt3__. | |
4708 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4709 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 4710 |
5997 | 4711 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 4712 |
4713 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
4714 | |
4715 * signal/filter2.m: Correct texinfo doc. | |
4716 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4717 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 4718 |
4719 * miscellaneous/parseparams.m: Correct texinfo doc. | |
4720 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4721 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 4722 |
4723 * pkg/pkg.m (prepare_installation): Don't create package | |
4724 installation directory here. | |
4725 (copy_files): Create it here instead, to avoid issues with | |
4726 upgrades. Also install the COPYING file in packinfo. | |
4727 | |
5989 | 4728 2006-09-13 John W. Eaton <jwe@octave.org> |
4729 | |
4730 * general/blkdiag.m: Adjust to new cellfun rules. | |
4731 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4732 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 4733 |
4734 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
4735 error message for archive name not matching package name. | |
4736 (installed_packages): Size header of printed results to | |
4737 arguments. Sort the list of installed packages before printing | |
4738 them. | |
4739 | |
5986 | 4740 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
4741 | |
4742 * signal/freqz.m: Update tests. | |
4743 | |
4744 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
4745 | |
4746 * signal/freqz.m: Corretly postpad arrays. | |
4747 Don't call fliplr on a column vector. | |
4748 | |
5984 | 4749 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
4750 | |
4751 * general/shiftdim.m: Use permute instead of reshape. | |
4752 | |
5981 | 4753 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
4754 | |
4755 * miscellaneous/parseparams.m: New function. | |
4756 | |
5980 | 4757 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
4758 | |
4759 * miscellaneous/doc.m: Swap order of --file and --directory | |
4760 options for info program invocation. | |
4761 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4762 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 4763 |
5987 | 4764 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 4765 previous change. |
4766 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4767 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 4768 |
4769 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
4770 absence of trailing "/" in OCTAVE_HOME. | |
4771 | |
5973 | 4772 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
4773 | |
4774 * time/datenum.m: Allow arg to be character string. | |
4775 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4776 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 4777 |
4778 * pkg/pkg.m (install): Verify that package name correponds to the | |
4779 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
4780 they are empty. If package directory is empty, remove it to fail | |
4781 gracefully for system specific packages. | |
4782 (extract_pkgadd, create_pkgadd): delete. | |
4783 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
4784 (copy_files): Install both bin/ and doc/ directories, adding the | |
4785 bin/ to the EXEC_PATH when the package is loaded. | |
4786 | |
5962 | 4787 2006-08-24 John W. Eaton <jwe@octave.org> |
4788 | |
4789 * image/saveimage.m: Use logical indexing instead of | |
4790 indices computed by calling find on the logical index. | |
4791 | |
5961 | 4792 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
4793 | |
5967 | 4794 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 4795 Use logical indexing instead of indices computed by calling find |
4796 on the logical index. | |
4797 | |
4798 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 4799 |
5959 | 4800 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
4801 | |
4802 * control/system/tf2zp.m: Simplify gain calculation. | |
4803 | |
5958 | 4804 2006-08-23 John W. Eaton <jwe@octave.org> |
4805 | |
4806 * plot/__plt__.m: Insert using clauses for all plots. | |
4807 | |
5957 | 4808 2006-08-23 A S Hodel <hodelas@auburn.edu> |
4809 | |
4810 * control/system/sysscale.m: Call tf and zp with correct number of | |
4811 args. | |
4812 | |
5955 | 4813 2006-08-22 David Bateman <dbateman@free.fr> |
4814 | |
4815 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
4816 Search inst/*.m and src/*.m files in the package for | |
4817 PKG_ADD directives and append user supplied PKG_ADD. | |
4818 (pkg): Call create_pkgadd after copying files. | |
4819 | |
5947 | 4820 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
4821 | |
4822 * pkg/pkg.m: Handle multiple packages in a single file. | |
4823 Insert directory separator between OCTAVE_HOME and rest of package | |
4824 installation directory. | |
4825 | |
4826 2006-08-21 John W. Eaton <jwe@octave.org> | |
4827 | |
4828 * general/num2str.m: Early return if arg is empty. | |
4829 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
4830 | |
5946 | 4831 2006-08-21 David Bateman <dbateman@free.fr> |
4832 | |
4833 * strings/mat2str.m: Compute NC before using. | |
4834 | |
5937 | 4835 2006-08-17 John W. Eaton <jwe@octave.org> |
4836 | |
4837 * audio/wavread.m: Fix calculation of sample count. | |
4838 | |
5934 | 4839 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
4840 | |
4841 * image/imshow.m: New Matlab-compatible version. | |
4842 | |
5930 | 4843 2006-08-15 John W. Eaton <jwe@octave.org> |
4844 | |
4845 * deprecated/is_global.m: Delete. | |
4846 | |
5928 | 4847 2006-08-14 John W. Eaton <jwe@octave.org> |
4848 | |
4849 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
4850 | |
5926 | 4851 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
4852 | |
4853 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
4854 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
4855 | |
5928 | 4856 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
4857 | |
6778 | 4858 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 4859 Use addpath and rmpath instead of manipulating LOADPATH. |
4860 Handle changes to system function. | |
4861 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
4862 recursive directory removal. | |
5922 | 4863 |
5924 | 4864 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
4865 | |
6778 | 4866 * colormap.m: Change global variable to persistent. |
5923 | 4867 |
5922 | 4868 * rgb2ind.m: Handle single 3-d array as rgb image. |
4869 | |
5920 | 4870 2006-08-14 John W. Eaton <jwe@octave.org> |
4871 | |
4872 * strings/str2double.m: Fix missing semicolon. | |
4873 | |
5910 | 4874 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
4875 | |
4876 * plot/plot3.m: Accept one complex or one real and one complex | |
4877 argument and plot real and imaginary components for y and z. | |
4878 | |
5908 | 4879 2006-07-27 John W. Eaton <jwe@octave.org> |
4880 | |
4881 * testfun/test.m: Call fflush after each block of calls to | |
4882 fprintf, fputs, or fdisp. | |
4883 | |
5904 | 4884 2006-07-26 John W. Eaton <jwe@octave.org> |
4885 | |
4886 * miscellaneous/mex.m: New function. | |
4887 | |
5901 | 4888 2006-07-22 John W. Eaton <jwe@octave.org> |
4889 | |
4890 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
4891 | |
5881 | 4892 2006-07-07 John W. Eaton <jwe@octave.org> |
4893 | |
4894 * miscellaneous/orderfields.m: New file. | |
4895 | |
5873 | 4896 2006-06-30 John W. Eaton <jwe@octave.org> |
4897 | |
4898 * time/datevec.m: Make another attempt to account for precision of | |
4899 datenum format. | |
4900 | |
5868 | 4901 2006-06-29 John W. Eaton <jwe@octave.org> |
4902 | |
4903 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
4904 Use feval instead of "type -q" to get values now that all the | |
4905 symbols are functions. | |
4906 | |
5860 | 4907 2006-06-16 John W. Eaton <jwe@octave.org> |
4908 | |
4909 * time/datevec.m: Avoid computing log of non-positive values. | |
4910 | |
5859 | 4911 2006-06-14 John W. Eaton <jwe@octave.org> |
4912 | |
4913 * time/datevec.m: Attempt to account for precision of datenum format. | |
4914 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4915 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 4916 |
4917 * audio/wavread.m: Fix file range error and add read support for | |
4918 24-bit WAV files. | |
4919 | |
5837 | 4920 2006-06-01 David Bateman <dbateman@free.fr> |
4921 | |
4922 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
4923 general/interp1.m, general/gradient.m, general/interp2.m, | |
4924 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
4925 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
4926 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
4927 | |
5835 | 4928 2006-05-31 Bill Denney <bill@givebillmoney.com> |
4929 | |
4930 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
4931 * miscellaneous/texas_lotto.m: Fix warning message. | |
4932 | |
5830 | 4933 2006-05-26 John W. Eaton <jwe@octave.org> |
4934 | |
4935 * miscellaneous/doc.m: Also handle nargin == 0. | |
4936 | |
5829 | 4937 2006-05-23 John W. Eaton <jwe@octave.org> |
4938 | |
4939 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
4940 really needed. | |
4941 | |
5827 | 4942 2006-05-22 John W. Eaton <jwe@octave.org> |
4943 | |
6754 | 4944 * general/lookup.m: New file from Octave Forge. |
5827 | 4945 |
4946 2006-05-22 David Bateman <dbateman@free.fr> | |
4947 | |
6754 | 4948 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
4949 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
4950 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
4951 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
4952 special-matrix/magic.m, special-matrix/hadamard.m, | |
4953 strings/strtok.m: New files from Octave Forge. | |
5827 | 4954 |
5824 | 4955 2006-05-19 David Bateman <dbateman@free.fr> |
4956 | |
4957 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 4958 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 4959 |
5821 | 4960 2006-05-17 John W. Eaton <jwe@octave.org> |
4961 | |
4962 * set/intersection.m: Delete | |
4963 * deprecated/intersection.m: New file. | |
4964 | |
5820 | 4965 2006-05-17 David Bateman <dbateman@free.fr> |
4966 | |
4967 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
4968 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
4969 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
4970 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
4971 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
4972 Forge. | |
4973 | |
5809 | 4974 2006-05-11 John W. Eaton <jwe@octave.org> |
4975 | |
5815 | 4976 * path/path.m: Delete (now a built-in function). |
4977 | |
5811 | 4978 * pkg/Makefile.in: New file. |
4979 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 4980 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 4981 |
5808 | 4982 2006-05-10 John W. Eaton <jwe@octave.org> |
4983 | |
4984 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
4985 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
4986 | |
5807 | 4987 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
4988 | |
4989 * tar.m, untar.m, unzip.m: New files. | |
4990 | |
5801 | 4991 2006-05-10 John W. Eaton <jwe@octave.org> |
4992 | |
5804 | 4993 * path/addpath.m, path/rmpath.m: Improve compatibility. |
4994 * path/setpath.m: Delete. | |
4995 | |
5801 | 4996 * pkg/pkg.m: New file. |
4997 | |
5798 | 4998 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
4999 | |
5000 * plot/plot.m: Doc string fix. | |
5001 | |
5002 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
5003 | |
5004 * testfun/speeed.m: Use new interface to unique and assert. | |
5005 Improve documentation. Approximate time complexity from log-log | |
5006 plot. Return time complexity and raw times if requested. The | |
5007 mean ratio is no longer returned. Provide complete control over | |
5008 which n are computed. | |
5009 | |
5010 2006-05-09 John W. Eaton <jwe@octave.org> | |
5011 | |
5012 * path/path.m: Move here from miscellaneous. | |
5013 Adapt to new LOADPATH definition. | |
5014 | |
5789 | 5015 2006-05-03 David Bateman <dbateman@free.fr> |
5016 | |
5017 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
5018 explicit uses of a path seperation character with pathsep(). | |
5019 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5020 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 5021 |
6778 | 5022 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 5023 |
5781 | 5024 2006-04-29 John W. Eaton <jwe@octave.org> |
5025 | |
5026 * startup/main-rcfile: Disable some warnings. | |
5027 | |
5762 | 5028 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
5029 | |
5030 * strings/strcmpi.m: Return false instead of error if args are not | |
5031 char or cellstr. | |
5032 | |
5750 | 5033 2006-04-10 John W. Eaton <jwe@octave.org> |
5034 | |
5035 * miscellaneous/dir.m: Ensure that returned structure array is | |
5036 Nx1, not 1xN. | |
5037 | |
5746 | 5038 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
5039 | |
5040 * plot/hist.m: Ignore NaN in inputs. | |
5041 | |
5745 | 5042 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
5043 | |
5044 * miscellaneous/mkoctfile.m: Doc string fix. | |
5045 | |
5741 | 5046 2006-04-05 John W. Eaton <jwe@octave.org> |
5047 | |
5048 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
5049 are both empty. | |
5050 * plot/__plt__.m: Ignore empty data and format strings returned | |
5051 from __plt1__ or __plt2__. | |
5052 | |
5737 | 5053 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
5054 | |
6778 | 5055 * set/unique.m: Properly handle single column input when |
5737 | 5056 "rows" is specified. |
5057 | |
5732 | 5058 2006-04-04 John W. Eaton <jwe@octave.org> |
5059 | |
5736 | 5060 * path/setpath.m: New file. |
5061 * path/savepath.m: Use setpath to set path instead of assigning | |
5062 directly to LOADPATH. | |
5063 | |
5732 | 5064 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
5065 New files, adapted from Octave Forge by Keith Goodman | |
5066 <kwgoodman@gmail.com>. | |
5067 * path: New directory. | |
5068 * Makefile.in (SUBDIRS): Add it to the list. | |
5069 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
5070 | |
5731 | 5071 2006-04-02 David Bateman <dbateman@free.fr> |
5072 | |
5073 * general/tril.m, general.triu.m: | |
5074 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
5075 to allow user types to work correctly. | |
5076 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
5077 | |
5727 | 5078 2006-04-03 David Bateman <dbateman@free.fr> |
5079 | |
5080 * plot/grid.m: Cache the state of the grid to allow toggling. | |
5081 Accept keyword "minor" for minor grid. | |
5082 | |
5721 | 5083 2006-03-28 John W. Eaton <jwe@octave.org> |
5084 | |
5085 * general/isscalar.m: Only require that all dimensions are 1 for | |
5086 compatiblity. | |
5087 | |
5088 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
5089 | |
5090 * general/isvector.m: Allow non-numeric objects to be vectors for | |
5091 compatibility. | |
5092 | |
5720 | 5093 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
5094 | |
5095 * plot/__errplot__.m: Doc string fix. | |
5096 | |
5097 * miscellaneous/doc.m: Mark as command. | |
5098 | |
5099 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
5100 general/isequalwithequalnans.m, general/blkdiag.m, | |
5101 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
5102 | |
5717 | 5103 2006-03-27 Don Bindner <dbindner@truman.edu> |
5104 | |
5105 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
5106 return 3d matrices. | |
5107 | |
5108 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
5109 | |
5110 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
5111 | |
5708 | 5112 2006-03-22 John W. Eaton <jwe@octave.org> |
5113 | |
5114 * plot/print.m: Don't replot after popping terminal setting. | |
5115 | |
5696 | 5116 2006-03-20 John W. Eaton <jwe@octave.org> |
5117 | |
5118 * miscellaneous/mkoctfile.m: Use version-specific name of | |
5119 mkoctfile. Use fullfile to construct file name. | |
5120 | |
5695 | 5121 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
5122 | |
5123 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
5124 shell script from Octave prompt. | |
5125 | |
5690 | 5126 2006-03-17 John W. Eaton <jwe@octave.org> |
5127 | |
5693 | 5128 * deprecated/weibcdf.m, deprecated/weibinv.m, |
5129 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
5130 | |
5131 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
5132 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
5133 Call new wbl functions to do the real work. | |
5134 Swap args and provide default values as necessary to preserve | |
5135 compatibility with old version of Octave. | |
5136 | |
5137 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
5138 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
5139 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
5140 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
5141 Swap scale and shape args for compatibility. | |
5142 | |
5692 | 5143 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
5144 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
5145 Preserve compatibility with old versions of Octave given new | |
5146 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 5147 |
5692 | 5148 * statistics/distributions/logncdf.m, |
5149 statistics/distributions/logninv.m, | |
5150 statistics/distributions/lognpdf.m, | |
5151 statistics/distributions/lognrnd.m: Compatibility fixes. | |
5152 From Ben Barrowes <barrowes@alum.mit.edu> | |
5153 | |
5691 | 5154 * deprecated/hypergeometric_rnd.m: Update interface to match |
5155 current 2.1.x version. | |
5156 | |
5157 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
5158 | |
5690 | 5159 * miscellaneous/dir.m: Use readdir instead of glob. |
5160 Special case for "." to avoid globbing. Use list_in_columns. | |
5161 Eliminate unused variables len and finfo. | |
5162 | |
5689 | 5163 2006-03-16 Bill Denney <bill@givebillmoney.com> |
5164 | |
5165 * miscellaneous/dir.m: Improve compatibility. | |
5166 | |
5687 | 5167 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5168 | |
5169 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5170 time/now.m, time/weekday.m: New functions from Octave Forge. | |
5171 | |
5686 | 5172 2006-03-16 John W. Eaton <jwe@octave.org> |
5173 | |
5174 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
5175 of looking at sum of max dimensions. | |
5176 | |
5681 | 5177 2006-03-16 David Bateman <dbateman@free.fr> |
5178 | |
5179 * testfun/test.m: Clear last warning before warning test to avoid | |
5180 issues with previously set warnings. | |
5181 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
5182 sparse matrices. Force matrix type from spqr solution to be | |
5183 singular to force QR solvers to be used for assert. | |
5184 | |
5678 | 5185 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5186 | |
5187 * strings/strfind.m: New file. | |
5188 | |
5677 | 5189 2006-03-16 John W. Eaton <jwe@octave.org> |
5190 | |
5191 * general/rows.m, general/columns.m: Delete. | |
5192 | |
5674 | 5193 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5194 | |
5195 * strings/strcmpi.m: Simplify. | |
5196 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 5197 * strings/strtrunc.m: New file. |
5674 | 5198 |
5676 | 5199 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
5200 | |
5672 | 5201 2006-03-15 John W. Eaton <jwe@octave.org> |
5202 | |
5203 * miscellaneous/doc.m: New file. | |
5204 From Soren Hauberg <soren@hauberg.org>. | |
5205 | |
5671 | 5206 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
5207 | |
5208 * miscellaneous/mkoctfile.m: New file. | |
5209 | |
5670 | 5210 2006-03-15 John W. Eaton <jwe@octave.org> |
5211 | |
5212 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
5213 | |
5666 | 5214 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
5215 | |
5216 * strings/bin2dec.m: Doc fix. | |
5217 | |
5661 | 5218 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
5219 | |
5220 * time/etime.m: Use datenum to support times spanning year boundaries. | |
5221 * time/datenum.m: New function to compute day number from time. | |
5222 | |
5659 | 5223 2006-03-09 John W. Eaton <jwe@octave.org> |
5224 | |
5225 * miscellaneous/unix.m, plot/print.m: | |
5226 Swap order of outputs from system. | |
5227 | |
5642 | 5228 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
5229 | |
5230 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
5231 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
5232 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
5233 control/base/__stepimp__.m, control/base/are.m, | |
5234 control/base/controldemo.m, control/base/damp.m, | |
5235 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
5236 control/base/step.m, control/system/abcddim.m, | |
5237 control/system/is_abcd.m, control/system/is_controllable.m, | |
5238 control/system/is_detectable.m, control/system/is_observable.m, | |
5239 control/system/is_stabilizable.m, control/system/is_stable.m, | |
5240 control/system/jet707.m, control/system/sys2fir.m, | |
5241 control/system/sysdimensions.m, control/system/sysupdate.m, | |
5242 control/system/tfout.m, control/system/ugain.m, | |
5243 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
5244 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
5245 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
5246 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
5247 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
5248 general/circshift.m, general/columns.m, general/flipdim.m, | |
5249 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
5250 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
5251 general/isequalwithequalnans.m, general/isscalar.m, | |
5252 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
5253 general/logspace.m, general/mod.m, general/nextpow2.m, | |
5254 general/num2str.m, general/perror.m, general/pol2cart.m, | |
5255 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
5256 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
5257 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
5258 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
5259 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
5260 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
5261 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
5262 miscellaneous/license.m, miscellaneous/menu.m, | |
5263 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
5264 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
5265 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
5266 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
5267 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
5268 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
5269 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
5270 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
5271 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
5272 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
5273 polynomial/polyinteg.m, polynomial/polyout.m, | |
5274 polynomial/polyreduce.m, polynomial/polyval.m, | |
5275 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
5276 set/create_set.m, set/intersection.m, set/ismember.m, | |
5277 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
5278 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
5279 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
5280 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
5281 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
5282 special-matrix/hilb.m, special-matrix/invhilb.m, | |
5283 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
5284 special-matrix/vander.m, statistics/base/median.m, | |
5285 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
5286 statistics/distributions/gaminv.m, | |
5287 statistics/distributions/gampdf.m, | |
5288 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
5289 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
5290 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
5291 strings/lower.m, strings/upper.m, testfun/assert.m, | |
5292 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
5293 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
5294 | |
5633 | 5295 2006-02-27 John W. Eaton <jwe@octave.org> |
5296 | |
5297 * time/tic.m: Move here from miscellaneous/tic.m. | |
5298 * time/toc.m: Move here from miscellaneous/toc.m. | |
5299 | |
5300 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
5301 | |
5302 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
5303 does not assign output of toc to a variable. | |
5304 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5305 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 5306 |
5307 * axis.m: Catch limits that are the same and return an error. | |
5308 | |
5625 | 5309 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5310 | |
5311 * plot/print.m: Accept emf device option to support Enhanced | |
5312 Metafile format. | |
5313 | |
5314 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
5315 | |
5316 * control/base/lqe.m: Doc fix. | |
5317 | |
5623 | 5318 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
5319 | |
5320 * statistics/distributions/gamcdf.m: Doc fix. | |
5321 * statistics/distributions/gaminv.m: Doc fix. | |
5322 * statistics/distributions/gampdf.m: Doc fix. | |
5323 * statistics/distributions/gamrnd.m: Doc fix. | |
5324 | |
5610 | 5325 2006-02-09 David Bateman <dbateman@free.fr> |
5326 | |
6778 | 5327 * general/triu.m: Minimum change to allow sparse matrix. More needed |
5328 for arbitrary user type. | |
5329 * general/tril.m: ditto. | |
5330 * sparse/sprand.m: Doc fix. | |
5331 * sparse/sprandn.m: Ditto. | |
5332 * sparse/sprandsym.m: New function. | |
5333 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
5334 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
5335 Update for syntax error for latest texinfo.tex file. | |
5610 | 5336 |
5605 | 5337 2006-02-02 John W. Eaton <jwe@octave.org> |
5338 | |
5339 * plot/grid.m: Append ";\n" to "set grid" command. | |
5340 | |
5341 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
5342 | |
5343 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
5344 | |
5597 | 5345 2006-01-13 John W. Eaton <jwe@octave.org> |
5346 | |
5347 * audio/Makefile.in, control/base/Makefile.in, | |
5348 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
5349 control/system/Makefile.in, control/util/Makefile.in, | |
5350 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
5351 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
5352 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
5353 optimization/Makefile.in, plot/Makefile.in, | |
5354 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5355 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5356 special-matrix/Makefile.in, startup/Makefile.in, | |
5357 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5358 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5359 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
5360 (all): Depend on PKG_ADD. | |
5361 (PKG_ADD): New target. | |
5362 | |
5363 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
5364 | |
5365 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
5366 | |
5596 | 5367 2006-01-13 John W. Eaton <jwe@octave.org> |
5368 | |
5369 * time/etime.m: Move here from miscellaneous/etime.m. | |
5370 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
5371 | |
5595 | 5372 2006-01-13 Bill Denney <bill@givebillmoney.com> |
5373 | |
6778 | 5374 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 5375 * miscellaneous/fullfile.m: Likewise. |
5376 | |
5592 | 5377 2006-01-12 David Bateman <dbateman@free.fr> |
5378 | |
5379 * general/blkdiag.m: Compatible behavior for empty matrices | |
5380 * statistics/base/unidrnd.m: Documentation buglet. | |
5381 | |
5583 | 5382 2005-12-14 David Bateman <dbateman@free.fr> |
5383 | |
5589 | 5384 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
5385 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
5386 | |
5387 * Makefile.in (SUBDIRS): Include testfun. | |
5388 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
5389 | |
5583 | 5390 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
5391 | |
5392 * general/__isequal__.m: Remove reference to getfield. | |
5393 | |
5394 * plot/hist.m: Update test code for row/column discrepencies. | |
5395 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
5396 Update the test code for this. | |
5397 * sparse/spstats.m: Fix small bug in the dimension of output. | |
5398 | |
5579 | 5399 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5400 | |
5401 * cell/cell2mat.m: New file, from octave-forge. | |
5402 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5403 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 5404 |
5405 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
5406 New graph theory functions. | |
5407 | |
5574 | 5408 2005-12-13 John W. Eaton <jwe@octave.org> |
5409 | |
5410 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
5411 | |
5412 * control/system/ss.m: Doc fix. | |
5413 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5414 | |
5572 | 5415 2005-12-12 Michael Zeising <michael@michaels-website.de> |
5416 | |
5417 * audio/wavread.m, audio/wavwrite.m: | |
5418 Correct scaling for 8-bit linear pcm samples. | |
5419 Improve scaling for all other linear pcm resolutions. | |
5420 | |
5568 | 5421 2005-12-07 John W. Eaton <jwe@octave.org> |
5422 | |
5423 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
5424 | |
5425 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
5426 * strings/strjust.m: Likewise. | |
5427 | |
5428 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
5429 * signal/arma_rnd.m: Likewise. | |
5430 * strings/strcat.m: Likewise. | |
5431 * control/base/__freqresp__.m: Likewise. | |
5432 * control/base/place.m: Likewise. | |
5433 * control/base/pzmap.m: Likewise. | |
5434 * control/base/pzmap.m: Likewise. | |
5435 * control/system/sysappend.m: Likewise. | |
5436 * control/system/syscont.m: Likewise. | |
5437 * control/system/sysdisc.m: Likewise. | |
5438 * control/system/sysgroup.m: Likewise. | |
5439 * control/system/tfout.m: Likewise. | |
5440 * control/system/zpout.m: Likewise. | |
5441 * control/util/__outlist__.m: Likewise. | |
5442 | |
5567 | 5443 2005-12-06 John W. Eaton <jwe@octave.org> |
5444 | |
5445 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
5446 Avoid for loop in interleave/deinterleave steps. | |
5447 | |
5565 | 5448 2005-12-06 Michael Zeising <michael@michaels-website.de> |
5449 | |
5450 * audio/wavread.m, audio/wavwrite.m: New files. | |
5451 | |
5563 | 5452 2005-12-06 John W. Eaton <jwe@octave.org> |
5453 | |
5454 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
5455 | |
5560 | 5456 2005-12-05 John W. Eaton <jwe@octave.org> |
5457 | |
5561 | 5458 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 5459 |
5558 | 5460 2005-12-02 John W. Eaton <jwe@octave.org> |
5461 | |
5462 * miscellaneous/fileattrib.m: New function. | |
5463 | |
5556 | 5464 2005-12-01 John W. Eaton <jwe@octave.org> |
5465 | |
5466 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
5467 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
5468 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
5469 | |
5555 | 5470 2005-11-30 John W. Eaton <jwe@octave.org> |
5471 | |
5472 * linear-algebra/krylov.m: Format doc string. | |
5473 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5474 | |
5551 | 5475 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
5476 | |
5477 * general/blkdiag.m: Import from octave-forge. | |
5478 Ignore empty matrices in the input. Add tests. | |
5549 | 5479 |
5480 * general/isequal.m, general/isequalwithequalnans.m: | |
5481 New wrapper scripts for general/__isequal__.m. | |
5482 * general/__isequal__.m: Rename from general/isequal.m. | |
5483 New arg, nans_compare_equal. | |
5484 | |
5548 | 5485 2005-11-29 John W. Eaton <jwe@octave.org> |
5486 | |
5487 * miscellaneous/ver.m: Use new uname built-in function instead of | |
5488 calling system. Only append octave_forge_string if | |
5489 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
5490 Call license instead of hard-coding license info here. | |
5491 | |
5492 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 5493 __octave_licenses__. Use puts instead of disp. |
5548 | 5494 Use getuid and getpwuid instead of calling unix ("id -un"). |
5495 If nargout = 1, return license info instead of printing usage message. | |
5496 | |
5546 | 5497 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5498 | |
5499 * miscellaneous/ver.m: New file. | |
5500 * miscellaneous/license.m: New file. | |
5501 | |
5545 | 5502 2005-11-22 John W. Eaton <jwe@octave.org> |
5503 | |
5504 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
5505 gnuplot set command. | |
5506 | |
5539 | 5507 2005-11-15 John W. Eaton <jwe@octave.org> |
5508 | |
5509 * general/shiftdim.m: Doc fix. | |
5510 | |
5532 | 5511 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
5512 | |
5513 * set/unique.m: Doc string fix. | |
5514 | |
5527 | 5515 2005-11-01 John W. Eaton <jwe@octave.org> |
5516 | |
5517 * Makefile.in (distclean, maintainer-clean): | |
5518 Also remove autom4te.cache directory. | |
5519 From Quentin Spencer <qspencer@ieee.org>. | |
5520 | |
5518 | 5521 2005-10-28 John W. Eaton <jwe@octave.org> |
5522 | |
5523 * general/shiftdim.m: Compatibility fix for row vectors. | |
5524 Correct check for non-scalar non-integer shift. For positive | |
5525 N, shift is remainder of N and number of dims. Always return NS. | |
5526 Simplify. | |
5527 | |
5500 | 5528 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
5529 | |
5530 * general/randperm.m: Improve compatibility by allowing input | |
5531 value of zero. | |
5532 | |
5493 | 5533 2005-10-13 John W. Eaton <jwe@octave.org> |
5534 | |
5535 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
5536 If in multiplot mode, clear plot before issuing new plot command. | |
5537 | |
5538 * plot/__setup_plot__.m: New function. | |
5539 * plot/__plt__.m, plot__errplot__.m: Use it. | |
5540 Handle multiplot data and offsets here. | |
5541 | |
5542 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
5543 Move initialization to __setup_plot__.m. | |
5544 | |
5545 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
5546 Don't reset gnuplot_command_replot. | |
5547 | |
5548 * plot/replot.m: Handle multiplot data and offsets here. | |
5549 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
5550 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
5551 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
5552 | |
5489 | 5553 2005-10-12 John W. Eaton <jwe@octave.org> |
5554 | |
5555 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
5556 | |
5482 | 5557 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
5558 | |
5559 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
5560 weibrnd.m: Removed calls and references to deprecated _pdf and | |
5561 _inv functions. | |
5562 * chi2pdf.m: Fixed typos in the documentation. | |
5563 | |
5475 | 5564 2005-09-28 John W. Eaton <jwe@octave.org> |
5565 | |
5476 | 5566 * miscellaneous/single.m: New function. |
5567 | |
5475 | 5568 * statistics/base/unidrnd.m: New function. |
5569 | |
5474 | 5570 2005-09-27 John W. Eaton <jwe@octave.org> |
5571 | |
5572 * miscellaneous/dir.m: Filename never includes directory part. | |
5573 | |
5464 | 5574 2005-09-22 John W. Eaton <jwe@octave.org> |
5575 | |
5576 * polynomial/residue.m: Use logical indexing instead of find.. | |
5577 | |
5578 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
5579 | |
5580 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
5581 and zero poles. | |
5582 | |
5462 | 5583 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
5584 | |
5585 * strings/deblank.m: Handle cell arrays. | |
5586 * strings/split.m: New argument, N, to limit number of splits. | |
5587 | |
5588 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
5589 | |
5590 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
5591 | |
5460 | 5592 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
5593 | |
5594 * control/base/rlocus.m: Doc fix. | |
5595 | |
5459 | 5596 2005-09-20 John W. Eaton <jwe@octave.org> |
5597 | |
5598 * general/isvector.m: Improve compatibility. | |
5599 | |
5600 * general/postpad.m: Allow first argument to be a scalar. | |
5601 Allow padding to extend dimensionality. | |
5602 * general/prepad.m: Likewise. | |
5603 | |
5448 | 5604 2005-09-14 Daniel <durbano@shbano.com> |
5605 | |
5606 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 5607 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
5608 /control/base/dgram.m: Doc string fixes. | |
5448 | 5609 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
5610 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5611 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 5612 |
5613 * saveimage.m: Do not ignore most significant bit when writing | |
5614 black and white images to file. | |
5615 | |
5443 | 5616 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
5617 | |
5618 * audio/playaudio.m, control/base/__bodquist__.m, | |
5619 control/base/lqg.m, control/obsolete/dezero.m, | |
5620 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
5621 control/system/c2d.m, control/system/cellidx.m, | |
5622 control/system/d2c.m, control/system/dmr2d.m, | |
5623 control/system/is_signal_list.m, control/system/listidx.m, | |
5624 control/system/ss.m, control/system/sysappend.m, | |
5625 control/system/sysconnect.m, control/system/sysdup.m, | |
5626 control/system/sysgetsignals.m, control/system/sysidx.m, | |
5627 control/system/sysprune.m, control/system/syssetsignals.m, | |
5628 control/system/tfout.m, control/system/zpout.m, | |
5629 control/util/prompt.m, control/util/sortcom.m, | |
5630 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
5631 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
5632 general/num2str.m, general/repmat.m, general/sortrows.m, | |
5633 general/strerror.m, image/colormap.m, image/imshow.m, | |
5634 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
5635 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
5636 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
5637 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
5638 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
5639 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
5640 plot/print.m, plot/title.m, plot/top_title.m, | |
5641 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
5642 statistics/base/mean.m, statistics/base/moment.m, | |
5643 statistics/tests/cor_test.m, | |
5644 statistics/tests/kolmogorov_smirnov_test.m, | |
5645 statistics/tests/kolmogorov_smirnov_test_2.m, | |
5646 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
5647 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
5648 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
5649 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
5650 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
5651 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
5652 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
5653 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
5654 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
5655 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
5656 Avoid deprecated functions. Use ischar instead of isstr. Use | |
5657 isvector instead of is_vector. Use isstruct instead of | |
5658 is_struct. Use char instead of setstr. | |
5659 | |
5435 | 5660 2005-08-31 Daniel <durbano@shbano.com> |
5661 | |
5662 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
5663 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
5664 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5665 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5666 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 5667 |
5668 * image/saveimage.m: Open output file in binary mode. | |
5669 | |
5670 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
5671 | |
5427 | 5672 2005-08-16 John W. Eaton <jwe@octave.org> |
5673 | |
5674 * miscellaneous/computer.m: Handle optional maxsize and endian | |
5675 outputs. | |
5676 | |
5426 | 5677 2005-08-15 John W. Eaton <jwe@octave.org> |
5678 | |
5679 * strings/strcat.m: Allow single argument. | |
5680 | |
5416 | 5681 2005-07-18 John W. Eaton <jwe@octave.org> |
5682 | |
5683 * strings/strcmp.m: Delete. | |
5684 | |
5413 | 5685 2005-07-13 John W. Eaton <jwe@octave.org> |
5686 | |
5687 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
5688 versions of Octave. | |
5689 | |
5690 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
5691 | |
5692 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
5693 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
5694 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
5695 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
5696 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
5697 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
5698 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
5699 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
5700 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
5701 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
5702 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
5703 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
5704 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
5705 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
5706 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
5707 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
5708 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
5709 * statistics/distributions/finv.m: Rename from f_inv.m. | |
5710 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
5711 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
5712 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
5713 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
5714 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
5715 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
5716 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
5717 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
5718 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
5719 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
5720 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
5721 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
5722 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
5723 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
5724 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
5725 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
5726 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
5727 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
5728 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
5729 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
5730 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
5731 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
5732 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
5733 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
5734 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
5735 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
5736 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
5737 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
5738 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
5739 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 5740 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 5741 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
5742 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
5743 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
5744 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
5745 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
5746 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
5747 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
5748 | |
5749 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
5750 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
5751 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
5752 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
5753 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
5754 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
5755 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
5756 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
5757 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
5758 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
5759 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
5760 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
5761 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
5762 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
5763 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
5764 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
5765 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
5766 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
5767 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
5768 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
5769 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
5770 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
5771 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
5772 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
5773 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
5774 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
5775 deprecated/wiener_rnd.m: New files. | |
5776 | |
5408 | 5777 2005-07-08 John W. Eaton <jwe@octave.org> |
5778 | |
5779 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
5780 * deprecated/weibull_rnd.m: New file. | |
5781 | |
5407 | 5782 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
5783 | |
5784 * strings/dec2base.m: Allow matrix arguments. | |
5785 | |
5406 | 5786 2005-07-08 John W. Eaton <jwe@octave.org> |
5787 | |
5788 * plot/__errplot__.m: Use __plot_globals__. | |
5789 * plot/__plt__.m: Likewise. | |
5790 * plot/figure.m: Likewise. | |
5791 | |
5792 * plot/hold.m: New file. | |
5793 * plot/ishold.m: New file. | |
5794 * plot/__plot_globals__.m: New file. | |
5795 | |
5400 | 5796 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
5797 | |
5798 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
5799 | |
5800 2005-07-05 John W. Eaton <jwe@octave.org> | |
5801 | |
5802 * strings/findstr.m: Return [] for no matches. | |
5803 | |
5399 | 5804 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
5805 | |
5806 * miscellaneous/tic.m: Fix doc string. | |
5807 | |
5395 | 5808 2005-06-15 John W. Eaton <jwe@octave.org> |
5809 | |
5810 * polynomial/polyfit.m: Force return value to be a row vector. | |
5811 | |
5393 | 5812 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
5813 | |
5814 * general/isequal.m: Correct nargin check. | |
5815 | |
5388 | 5816 2005-06-14 John W. Eaton <jwe@octave.org> |
5817 | |
5818 * general/isvector.m: Handle N-d arrays. | |
5819 From Bill Denney <denney@seas.upenn.edu>. | |
5820 | |
5381 | 5821 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
5822 | |
5823 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 5824 |
5377 | 5825 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
5826 | |
5827 * signal/freqz.m: Use correct calculations when given a vector of | |
5828 frequencies. Improve accuracy of returned frequency vector. | |
5829 Improve speed for medium length filters (at a slight cost for slow | |
5830 filters). Add test cases. | |
5831 | |
5373 | 5832 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
5833 | |
5834 * plot/loglog.m: Fix set commands. | |
5835 | |
5381 | 5836 2005-05-25 John W. Eaton <jwe@octave.org> |
5837 | |
5838 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
5839 | |
5371 | 5840 2005-05-24 John W. Eaton <jwe@octave.org> |
5841 | |
5373 | 5842 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
5843 | |
5372 | 5844 * strings/strncmp.m: New file, from Tom Holroyd |
5845 <tomh@kurage.nimh.nih.gov>. | |
5846 | |
5371 | 5847 * strings/strcmp.m: Return logical values in all cases. |
5848 | |
5366 | 5849 2005-05-23 John W. Eaton <jwe@octave.org> |
5850 | |
5851 * plot/orient.m: New file. Adapt to Octave coding style. | |
5852 Texinfoize doc string. | |
5853 | |
5854 * plot/print.m: New file. Adapt to Octave coding style. Include | |
5855 PKG_ADD command. Use set terminal consistently throughout. Use | |
5856 set terminal push/pop and unconditionally set output to screen | |
5857 when done to avoid requiring gget. Use a cell array for dev_list | |
5858 and cellidx to search for items in the list. Delete local | |
5859 variable endl. Don't set and restore automatic_replot. Use {} | |
5860 instead of nth to index varargin. Delete local variable | |
5861 va_arg_cnt. | |
5862 | |
5355 | 5863 2005-05-18 John W. Eaton <jwe@octave.org> |
5864 | |
5865 * general/num2str.m: Return early if X is a character string. | |
5866 | |
5347 | 5867 2005-05-11 John W. Eaton <jwe@octave.org> |
5868 | |
5348 | 5869 * strings/findstr.m: Allow non-string arguments for compatiblity. |
5870 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
5871 | |
5347 | 5872 * plot/polar.m: Don't call __pltopt__ here. |
5873 | |
5333 | 5874 2005-05-02 John W. Eaton <jwe@octave.org> |
5875 | |
5876 * mkdoc: Print header message. | |
5877 | |
5319 | 5878 2005-04-28 John W. Eaton <jwe@octave.org> |
5879 | |
5880 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
5881 startup/octaverc. | |
5882 | |
5318 | 5883 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
5884 | |
5885 * image/imshow.m: Handle various image depths and 3d RGB images. | |
5886 (__im_numeric_limits__): New internal function. | |
5887 | |
5317 | 5888 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
5889 | |
5890 * statistics/tests/anova.m: Compute total_mean as mean of all | |
5891 data, not mean of group_mean. | |
5892 | |
5893 2005-04-28 John W. Eaton <jwe@octave.org> | |
5894 | |
5895 * startup/local-rcfile: New file. | |
5896 * startup/main-rcfile: Rename from startup/octaverc. | |
5897 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
5898 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
5899 Install local-rcfile in $(localfcnfiledir)/startup. | |
5900 | |
5901 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
5902 | |
5903 * startup/inputrc: New file. | |
5904 * startup/octaverc: Configure readline using inputrc from | |
5905 startupfiledir. | |
5906 * startup/Makefile.in (install, install-strip): Install octaverc | |
5907 in $(fcnfiledir)/startup. | |
5908 | |
5310 | 5909 2005-04-27 John W. Eaton <jwe@octave.org> |
5910 | |
5911 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
5912 | |
5289 | 5913 2005-04-21 John W. Eaton <jwe@octave.org> |
5914 | |
5915 * optimization/glpk.m: Handle SENSE argument. | |
5916 | |
5917 * optimization/qp.m, optimization/sqp.m: New files. | |
5918 | |
5276 | 5919 2005-04-08 John W. Eaton <jwe@octave.org> |
5920 | |
5921 * Makefile.in (clean, distclean, maintainer-clean): | |
5922 Avoid duplication in rules. | |
5923 | |
5252 | 5924 2005-03-28 John W. Eaton <jwe@octave.org> |
5925 | |
5926 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
5927 setting {no,}parametric. | |
5928 * plot/figure.m: Likewise, for setting terminal type. | |
5929 | |
5930 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
5931 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
5932 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
5933 plot/title.m, plot/top_title.m: Avoid eval. | |
5934 | |
5251 | 5935 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5936 | |
5253 | 5937 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
5938 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
5939 Use __gnuplot_replot__ instead of replot. | |
5940 | |
5252 | 5941 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
5942 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
5943 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
5944 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
5945 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
5946 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
5947 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 5948 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 5949 |
5251 | 5950 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
5951 | |
5244 | 5952 2005-03-24 John W. Eaton <jwe@octave.org> |
5953 | |
5954 * optimization/glpkmex.m: Texinfoize Doc string. | |
5955 * optimization/glpk.m: Likewise. | |
5956 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
5957 (row vectors are orginary character strings). | |
5958 * optimization/glpkparam.m: Delete. | |
5959 | |
5243 | 5960 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
5961 | |
5962 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
5963 of dimensions of X. | |
5964 | |
5237 | 5965 2005-03-23 John W. Eaton <jwe@octave.org> |
5966 | |
5239 | 5967 * general/tril.m, general/triu.m: Return value of same class as |
5968 argument. | |
5969 | |
5237 | 5970 * optimization/glpk.m: Simplify interface. By default, solve |
5971 standard LP min C'*x s.t. A*x = b, x >= 0. | |
5972 * optimization/glpkmex.m: New file. | |
5973 | |
5232 | 5974 2005-03-22 John W. Eaton <jwe@octave.org> |
5975 | |
5237 | 5976 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
5977 list. | |
5978 | |
5233 | 5979 * optimization/glpk.m: Adapt to Octave coding style. |
5980 No need for varargout or varargin. | |
5981 Print usage message if nargin > 11. | |
5982 Allow any value of nargout. | |
5983 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
5984 Avoid looping when checking character classes. | |
5985 | |
5232 | 5986 * optimization: New directory. |
5987 * Makefile.in (SUBDIRS): Add it to the list. | |
5988 * optimization/Makefile.in: New file. | |
5989 * optimization/glpk.m, optimization/glpkparams.m, | |
5990 optimization/glpktest1, optimization/glpktest2: New files. | |
5991 | |
5218 | 5992 2005-03-16 Soren Hauberg <soren@hauberg.org> |
5993 | |
5994 * strings/split.m: Quick return for empty second arg. | |
5995 Improve warning for multi-line strings. | |
5996 Speed up by avoiding sprintf in loop and eval. | |
5997 | |
5217 | 5998 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
5999 | |
6000 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
6001 * polynomial/polyder.m: Ditto. | |
6778 | 6002 * polynomial/polygcd.m: New function. |
5217 | 6003 |
5214 | 6004 2005-03-16 John W. Eaton <jwe@octave.org> |
6005 | |
5215 | 6006 * control/base/__stepimp__.m, control/base/bode.m, |
6007 control/base/frdemo.m, control/base/nichols.m, | |
6008 control/base/nyquist.m, control/base/pzmap.m, | |
6009 control/base/rldemo.m, control/base/rlocus.m, | |
6010 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
6011 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
6012 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
6013 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
6014 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
6015 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
6016 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
6017 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
6018 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
6019 plot/xlabel.m, quaternion/demoquat.m, | |
6020 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
6021 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
6022 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
6023 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
6024 gsplot from @seealso docs. | |
5214 | 6025 |
6026 * plot/replot.m: New file. | |
6027 | |
5205 | 6028 2005-03-15 David Bateman <dbateman@free.fr> |
6029 | |
6030 * set/unique.m, set/ismember.m: Handle cell arrays. | |
6031 | |
5196 | 6032 2005-03-09 John W. Eaton <jwe@octave.org> |
6033 | |
6034 * statistics/Makefile.in (bin-dist): Delete target. | |
6035 (BINDISTSUBDIRS): Delete variable. | |
6754 | 6036 * control/Makefile.in: Likewise. |
5196 | 6037 |
5378 | 6038 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 6039 (BINDISTFILES): Delete variable. |
5378 | 6040 * control/base/Makefile.in: Likewise. |
6041 * control/hinf/Makefile.in: Likewise. | |
6042 * control/obsolete/Makefile.in: Likewise. | |
6043 * control/system/Makefile.in: Likewise. | |
6044 * control/util/Makefile.in: Likewise. | |
6045 * deprecated/Makefile.in: Likewise. | |
6046 * elfun/Makefile.in: Likewise. | |
6047 * finance/Makefile.in: Likewise. | |
6048 * general/Makefile.in: Likewise. | |
6049 * image/Makefile.in: Likewise. | |
6050 * sparse/Makefile.in: Likewise. | |
6051 * io/Makefile.in: Likewise. | |
6052 * plot/Makefile.in: Likewise. | |
6053 * Makefile.in: Likewise. | |
6054 * miscellaneous/Makefile.in: Likewise. | |
6055 * linear-algebra/Makefile.in: Likewise. | |
6056 * polynomial/Makefile.in: Likewise. | |
6057 * quaternion/Makefile.in: Likewise. | |
6058 * set/Makefile.in: Likewise. | |
6059 * signal/Makefile.in: Likewise. | |
6060 * specfun/Makefile.in: Likewise. | |
6061 * special-matrix/Makefile.in: Likewise. | |
6062 * startup/Makefile.in: Likewise. | |
6063 * statistics/base/Makefile.in: Likewise. | |
6064 * statistics/distributions/Makefile.in: Likewise. | |
6065 * statistics/models/Makefile.in: Likewise. | |
6066 * statistics/tests/Makefile.in: Likewise. | |
6067 * strings/Makefile.in: Likewise. | |
6068 * time/Makefile.in: Likewise. | |
5196 | 6069 |
5195 | 6070 2005-03-08 John W. Eaton <jwe@octave.org> |
6071 | |
6072 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
6073 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
6074 | |
5192 | 6075 2005-03-04 John W. Eaton <jwe@octave.org> |
6076 | |
6077 * plot/clg.m: New file. | |
6078 | |
5193 | 6079 2005-03-03 John W. Eaton <jwe@octave.org> |
6080 | |
6081 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
6082 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
6083 strings/strcmpi.m: | |
6084 New files from Octave-forge. Adapt to Octave coding standards. | |
6085 | |
5181 | 6086 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
6087 | |
6088 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
6089 computation range. | |
6090 | |
5164 | 6091 2005-02-25 John W. Eaton <jwe@octave.org> |
6092 | |
6093 Sparse merge. | |
6094 | |
6095 2005-01-23 David Bateman <dbateman@free.fr> | |
6096 | |
6097 * sparse/randperm.m: Delete duplicate randperm.m. | |
6098 | |
6099 2005-01-10 John W. Eaton <jwe@octave.org> | |
6100 | |
6101 * sparse/Makefile.in: New file. | |
6102 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
6103 | |
6104 2005-01-07 David Bateman <dbateman@free.fr> | |
6105 | |
6106 * set/unique.m: import file from octave-forge. | |
6107 | |
6108 2005-01-05 David Bateman <dbateman@free.fr> | |
6109 | |
6110 * Makefile.in: include sparse directory in SUBDIRS. | |
6111 | |
6112 2004-12-30 John W. Eaton <jwe@octave.org> | |
6113 | |
6114 * sparse/nzmax.m: Delete (there is an nzmax function in | |
6115 src/DLD-FUNCTIONS/sparse.cc). | |
6116 | |
6117 2004-12-28 John W. Eaton <jwe@octave.org> | |
6118 | |
6119 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
6120 Andy Adler <adler@site.uottawa.ca>. | |
6121 | |
6122 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
6123 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
6124 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
6125 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
6126 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
6127 | |
6128 * sparse: New directory. | |
6129 | |
5158 | 6130 2005-02-22 John W. Eaton <jwe@octave.org> |
6131 | |
6132 * polynomial/residue.m: Force prepad to always create row vectors. | |
6133 | |
6134 * polynomial/poly.m: Quick return if m is 0. | |
6135 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
6136 | |
5154 | 6137 2005-02-21 David Bateman <dbateman@free.fr> |
6138 | |
6139 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
6140 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
6141 Fix for row vectors with at least one element of lambda not in | |
6142 (0, Inf). | |
6143 | |
5152 | 6144 2005-02-21 John W. Eaton <jwe@octave.org> |
6145 | |
5153 | 6146 * statistics/base/qqplot.m: Use feval instead of eval. |
6147 | |
5152 | 6148 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
6149 plot/__axis_label__.m: Issue replot command. | |
6150 | |
5135 | 6151 2005-02-09 John W. Eaton <jwe@octave.org> |
6152 | |
6153 * polynomial/polyderiv.m: Force P to be a row vector. | |
6154 | |
5133 | 6155 2005-02-08 John W. Eaton <jwe@octave.org> |
6156 | |
6157 * strings/dec2base.m: Don't delete leading zero if third arg is | |
6158 provided and len <= computed max_len. | |
6159 | |
5125 | 6160 2005-01-27 David Bateman <dbateman@free.fr> |
6161 | |
6162 * strings/dec2base.m: Be even more careful about handling all digits. | |
6163 | |
6164 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
6165 | |
6166 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
6167 | |
5123 | 6168 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
6169 | |
6170 * statistics/base/median.m: Make it work for the scalar case too. | |
6171 | |
6308 | 6172 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 6173 |
6174 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 6175 Simplify logic for decoding args. |
5117 | 6176 |
5115 | 6177 2005-01-24 John W. Eaton <jwe@octave.org> |
6178 | |
5116 | 6179 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
6180 | |
6181 * plot/__plt__.m: No need to save and reset hold state now. | |
6182 (first_plot): Delete unused variable. | |
6183 | |
5115 | 6184 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
6185 | |
6186 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
6187 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
6188 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6189 plot/__plt2vv__.m: | |
6190 Return data and gnuplot commands instead of evaluating them. | |
6191 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
6192 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
6193 | |
5108 | 6194 2005-01-18 John W. Eaton <jwe@octave.org> |
6195 | |
6196 * linear-algebra/cross.m: Allocate idx1 before use. | |
6197 | |
5096 | 6198 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
6199 | |
6200 * statistics/base/range.m: Fix varargin usage. | |
6201 | |
5091 | 6202 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
6203 | |
6204 * strings/deblank.m: Remove all trailing whitespace (check with | |
6205 isspace), not just SPC. | |
6206 | |
5090 | 6207 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
6208 | |
6209 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
6210 | |
5073 | 6211 2004-11-09 John W. Eaton <jwe@octave.org> |
6212 | |
6213 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
6214 From Julius Smith <jos@ccrma.stanford.edu>. | |
6215 | |
5072 | 6216 2004-11-08 John W. Eaton <jwe@octave.org> |
6217 | |
6218 * plot/__plt2vm__.m: Delete debugging statement. | |
6219 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
6220 | |
5065 | 6221 2004-11-04 John W. Eaton <jwe@octave.org> |
6222 | |
6223 * plot/hist.m: Always return row vectors for vector args. | |
6224 | |
5031 | 6225 2004-09-23 John W. Eaton <jwe@octave.org> |
6226 | |
6227 * strings/strcmp.m: If args are not strings or cell arrays of | |
6228 strings, return zero instead of reporting an error. | |
6229 | |
5021 | 6230 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
6231 | |
6232 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
6233 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
6234 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
6235 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
6236 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
6237 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
6238 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
6239 control/hinf/is_dgkf.m, control/system/c2d.m, | |
6240 control/system/is_detectable.m, control/system/is_sample.m, | |
6241 control/system/is_siso.m, control/system/is_stable.m, | |
6242 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
6243 control/system/sys2tf.m, control/system/sys2zp.m, | |
6244 control/system/sysappend.m, control/system/sysconnect.m, | |
6245 control/system/sysdisc.m, control/system/sysdup.m, | |
6246 control/system/sysgetsignals.m, control/system/sysmult.m, | |
6247 control/system/syssetsignals.m, control/system/syssub.m, | |
6248 control/system/tf2sys.m, control/system/ugain.m, | |
6249 control/system/zp2ss.m, control/system/zp2sys.m, | |
6250 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
6251 special-matrix/toeplitz.m: Fix typos in doc strings. | |
6252 | |
6253 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
6254 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
6255 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
6256 ontrol/system/is_abcd.m, control/system/parallel.m, | |
6257 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
6258 control/system/sysappend.m, control/system/sysconnect.m, | |
6259 control/system/sysdup.m, control/system/sysgroup.m, | |
6260 control/system/sysprune.m, control/system/sysreorder.m, | |
6261 control/system/sysscale.m, control/system/syssub.m, | |
6262 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
6263 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
6264 polynomial/polyout.m, specfun/log2.m: | |
6265 Add output arguments in doc strings. | |
6266 | |
6267 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
6268 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
6269 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
6270 control/base/freqchkw.m, control/base/__freqresp__.m, | |
6271 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
6272 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
6273 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
6274 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
6275 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
6276 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
6277 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
6278 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
6279 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
6280 control/system/c2d.m, control/system/is_abcd.m, | |
6281 control/system/is_controllable.m, control/system/is_detectable.m, | |
6282 control/system/is_observable.m, control/system/is_stable.m, | |
6283 control/system/jet707.m, control/system/ord2.m, | |
6284 control/system/starp.m, control/system/sys2fir.m, | |
6285 control/system/sys2ss.m, control/system/sys2tf.m, | |
6286 control/system/sys2zp.m, control/system/syscont.m, | |
6287 control/system/sysdisc.m, control/system/sysdup.m, | |
6288 control/system/sysgettype.m, control/system/sysgroup.m, | |
6289 control/system/sysmult.m, control/system/sysprune.m, | |
6290 control/system/sysreorder.m, control/system/sysscale.m, | |
6291 control/system/syssetsignals.m, control/system/sysupdate.m, | |
6292 control/system/tf2ss.m, control/system/tf2sys.m, | |
6293 control/system/zp2ss.m, control/system/zp2sys.m, | |
6294 control/util/axis2dlim.m, control/util/prompt.m, | |
6295 control/util/zgfmul.m, control/util/zginit.m, | |
6296 control/util/__zgpbal__.m, control/util/zgscal.m: | |
6297 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
6298 in doc strings. | |
6299 | |
6300 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
6301 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
6302 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
6303 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
6304 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
6305 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
6306 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
6307 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
6308 control/system/c2d.m, control/system/fir2sys.m, | |
6309 control/system/is_stabilizable.m, control/system/jet707.m, | |
6310 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
6311 control/util/zgshsr.m, polynomial/polyout.m: | |
6312 New @tex section(s) in doc strings for better formating of printed | |
6313 output. | |
6314 | |
6315 * control/base/__freqresp__.m, control/base/nyquist.m, | |
6316 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
6317 control/obsolete/syschnames.m, control/system/sysprune.m: | |
6318 Use proper double quote marks for TeX. | |
6319 | |
6320 * control/base/DEMOcontrol.m: Add missing ; | |
6321 | |
6322 * control/base/nichols.m, control/base/rlocus.m, | |
6323 control/obsolete/minfo.m, control/system/is_digital.m, | |
6324 control/system/ss2zp.m, control/system/sysmin.m, | |
6325 control/system/tf2zp.m, control/util/sortcom.m: | |
6326 Convert documentation to use or more completely use Texinfo. | |
6327 | |
6328 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
6329 control/hinf/hinfdemo.m, control/system/ord2.m, | |
6330 control/system/parallel.m, control/system/ss2tf.m, | |
6331 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
6332 art splitting over a page boundary. | |
6333 | |
6334 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
6335 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
6336 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
6337 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
6338 control/hinf/wgt1o.m, control/system/buildssic.m: | |
6339 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
6340 the TeX documentation. | |
6341 | |
6342 * control/system/is_stabilizable.m: | |
6343 Add Copyright so that help is displayed correctly. | |
6344 | |
6345 * special-matrix/vander.m: Octave indexes start at 1. | |
6346 | |
5011 | 6347 2004-09-21 David Bateman <dbateman@free.fr> |
6348 | |
6349 * general/rotdim.m: New function for rotation of an N-d array in an | |
6350 arbitrary plane. | |
6351 | |
6352 * general/flipdim.m: New function to flip an N-d array about an | |
6353 arbitrary axis. | |
6354 | |
5003 | 6355 2004-09-15 David Bateman <dbateman@free.fr> |
6356 | |
6357 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
6358 | |
4992 | 6359 2004-09-15 John W. Eaton <jwe@octave.org> |
6360 | |
6361 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 6362 Use iscellstr to check for cells rather than iscell. |
6363 Improve diagnostics for invalid args. | |
4992 | 6364 |
4983 | 6365 2004-09-10 David Bateman <dbateman@free.fr> |
6366 | |
6367 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
6368 and p with n > 1, and fix for matrix n and p with n == 1. | |
6369 | |
6370 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
6371 due to row vs. column vector operations. | |
6372 | |
4964 | 6373 2004-09-03 David Bateman <dbateman@free.fr> |
6374 | |
6375 * general/repmat.m: Fix to allow logical classes. | |
6376 | |
4950 | 6377 2004-08-31 John W. Eaton <jwe@octave.org> |
6378 | |
6379 * general/isa.m: New function, from Octave-forge. | |
6380 | |
6381 2004-08-31 David Bateman <dbateman@free.fr> | |
6382 | |
6383 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
6384 limitation on the use of int64 and uint64 types, and the use | |
6385 of the eval. | |
6386 | |
6387 * general/bitset.m: Remove superfluous cast to return type, as bug | |
6388 in .^ with integer types is fixed. | |
6389 | |
6390 * general/repmat.m: Adapt to allow integer types. | |
4945 | 6391 |
6392 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
6393 | |
6394 * plot/axis.m: Don't reset axes when querying them. | |
6395 | |
4942 | 6396 2004-08-27 David Bateman <dbateman@free.fr> |
6397 | |
6398 * statistics/base/ranks.m: Handle non-consecutive ties. | |
6399 Eliminate loop. | |
6400 | |
4918 | 6401 2004-07-27 David Bateman <dbateman@free.fr> |
6402 | |
6403 * general/num2str.m: Also insert spaces in output when precision | |
6404 argument is supplied. | |
6405 | |
4915 | 6406 2004-07-23 David Bateman <dbateman@free.fr> |
6407 | |
6408 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
6409 | |
4911 | 6410 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
6411 | |
6412 * general/sub2ind.m: Make reshaping index list unnecessary. | |
6413 | |
6414 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
6415 | |
6416 * miscellaneous/unix.m: Fix doc string. | |
6417 | |
6418 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
6419 | |
6420 * plot/figure.m: Clarification of documentation. | |
6421 | |
6422 * image/imshow.m: Warn for complex images. | |
6423 Only estimate colourmap for images in [0, 65536]. | |
6424 | |
6425 2004-07-22 David Bateman <dbateman@free.fr> | |
6426 | |
6427 * general/num2str.m: Fix the case of an all zero input. | |
6428 | |
4906 | 6429 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
6430 | |
6431 * general/ind2sub.m: Doc fix. | |
6432 | |
4900 | 6433 2004-06-08 John W. Eaton <jwe@octave.org> |
6434 | |
6435 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
6436 convert function handle to string for eval. | |
6437 | |
4898 | 6438 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
6439 | |
6440 * plot/errorbar.m: Remove debugging output. | |
6441 | |
6442 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
6443 | |
6444 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
6445 | |
4897 | 6446 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
6447 | |
4898 | 6448 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
6449 | |
6450 * polynomial/polyout.m: Use parenthesis if necessary around | |
6451 complex polynomial coefficient. | |
6452 | |
4897 | 6453 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
6454 the bug which causes __errplot__ to ignore the last argument. | |
6455 | |
4894 | 6456 2004-06-03 David Bateman <dbateman@free.fr> |
6457 | |
6458 * general/shiftdim.m: New function based on JWE code snippet. | |
6459 | |
6460 * general/circdim.m: New function. | |
6461 | |
4890 | 6462 2004-05-06 David Bateman <dbateman@free.fr> |
6463 | |
6464 * general/issquare.m: Fail if ndim(x) > 2. | |
6465 | |
6466 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
6467 | |
6468 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
6469 N-d array arguments. Add optional dim argument to define | |
6470 dimension along which to operate. | |
6471 | |
6472 * linear-algebra/dmult.m: Allow N-d arrays. | |
6473 | |
6474 * linear-algebra/vec.m: Use v(:) and not reshape. | |
6475 | |
4885 | 6476 2004-04-29 David Bateman <dbateman@free.fr> |
6477 | |
6478 * statistics/base/ranks.m, statistics/base/run_count.m, | |
6479 statistics/base/studentize.m, statistics/base/kurtosis.m | |
6480 statistics/base/statistics.m, statistics/base/skewness.m | |
6481 statistics/base/iqr.m: | |
6482 Make N-d array aware. Allow optional argument to define the | |
6483 dimension along which to operate. Update the documentation. | |
6484 | |
6485 * statistics/base/ranks.m: Change algorithm to use sort, | |
6486 and adjust for the ties after. | |
6487 | |
6488 * statistics/base/run_counts.m: Change algorithm to use | |
6489 the a combination of diff and find, rather than a for-loop. | |
6490 | |
4881 | 6491 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
6492 | |
6493 * plot/hist.m: Correctly determine cutoffs. New tests. | |
6494 | |
4878 | 6495 2004-04-23 David Bateman <dbateman@free.fr> |
6496 | |
6497 * general/int2str.m: Treat only real part of argument, and treat | |
6498 NDArrays by stacking the slices through the matrix vertically. | |
6499 | |
6500 * general/num2str.m: Improve format of integer matrices, and the | |
6501 conversion of complex matrices added. Treat NDArrays by stacking | |
6502 the slices through the matrix vertically. | |
6503 | |
6504 * deprecated/com2str.m: Moved here from general subdirectory. | |
6505 | |
4877 | 6506 2004-04-22 John W. Eaton <jwe@octave.org> |
6507 | |
6508 * quaternion/qtransvmat.m: Use continuation characters to make | |
6509 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
6510 | |
4869 | 6511 2004-04-21 David Bateman <dbateman@free.fr> |
6512 | |
5378 | 6513 * elfun/lcm.m: Make N-d aware. |
4870 | 6514 |
4869 | 6515 * general/diff.m: Make the code N-d array aware. Allow an |
6516 optional argument to define the dimension along which to perform | |
6517 the differences and allow the order of the differences to be larger | |
6518 than the dimension itself. | |
6519 | |
6520 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
6521 use of these functions to 1- and 2-d arrays. | |
6522 | |
4863 | 6523 2004-04-16 John W. Eaton <jwe@octave.org> |
6524 | |
6525 * elfun/gcd.m: Delete. | |
6526 | |
4862 | 6527 2004-04-15 David Bateman <dbateman@free.fr> |
6528 | |
6529 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
6530 | |
6531 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
6532 array aware and and optional argument for the dimension along | |
6533 which to operate. | |
6534 | |
5378 | 6535 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 6536 argument for the dimension to be consistent with other N-d array |
6537 functions. | |
6538 | |
4860 | 6539 2004-04-08 David Bateman <dbateman@free.fr> |
6540 | |
6541 * statistics/distributions/discrete_cdf.m, | |
6542 statistics/distributions/discrete_inv.m, | |
6543 statistics/distributions/discrete_pdf.m, | |
6544 statistics/distributions/discrete_rnd.m, | |
6545 statistics/distributions/exponential_cdf.m, | |
6546 statistics/distributions/exponential_inv.m, | |
6547 statistics/distributions/exponential_pdf.m, | |
6548 statistics/distributions/exponential_rnd.m, | |
6549 statistics/distributions/f_cdf.m, | |
6550 statistics/distributions/f_inv.m, | |
6551 statistics/distributions/f_pdf.m, | |
6552 statistics/distributions/f_rnd.m, | |
6553 statistics/distributions/geometric_cdf.m, | |
6554 statistics/distributions/geometric_inv.m, | |
6555 statistics/distributions/geometric_pdf.m, | |
6556 statistics/distributions/geometric_rnd.m, | |
6557 statistics/distributions/hypergeometric_rnd.m, | |
6558 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
6559 statistics/distributions/laplace_cdf.m, | |
6560 statistics/distributions/laplace_inv.m, | |
6561 statistics/distributions/laplace_pdf.m, | |
6562 statistics/distributions/laplace_rnd.m, | |
6563 statistics/distributions/logistic_inv.m, | |
6564 statistics/distributions/logistic_rnd.m, | |
6565 statistics/distributions/lognormal_cdf.m, | |
6566 statistics/distributions/lognormal_inv.m, | |
6567 statistics/distributions/lognormal_pdf.m, | |
6568 statistics/distributions/lognormal_rnd.m, | |
6569 statistics/distributions/pascal_cdf.m, | |
6570 statistics/distributions/pascal_inv.m, | |
6571 statistics/distributions/pascal_pdf.m, | |
6572 statistics/distributions/pascal_rnd.m, | |
6573 statistics/distributions/poisson_cdf.m, | |
6574 statistics/distributions/poisson_inv.m, | |
6575 statistics/distributions/poisson_pdf.m, | |
6576 statistics/distributions/poisson_rnd.m, | |
6577 statistics/distributions/t_cdf.m, | |
6578 statistics/distributions/t_inv.m, | |
6579 statistics/distributions/t_pdf.m, | |
6580 statistics/distributions/t_rnd.m, | |
6581 statistics/distributions/weibull_cdf.m, | |
6582 statistics/distributions/weibull_inv.m, | |
6583 statistics/distributions/weibull_pdf.m, | |
6584 statistics/distributions/weibull_rnd.m: | |
6585 Allow N-d arrays. | |
6586 | |
6587 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
6588 that results in NaN in places where it should not have had. | |
6589 | |
6590 * statistics/distributions/discrete_rnd.m: New argument formats to | |
6591 allow creating arbitrary matrices, compatiable with the other | |
5583 | 6592 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 6593 |
6594 * statistics/distributions/empirical_rnd.m: New argument formats | |
6595 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 6596 *_rnd.m functions. Maintain compatibility with previous |
4860 | 6597 format. Allow N-d arrays. |
6598 | |
6599 * statistics/distributions/hypergeometric_cdf.m, | |
6600 statistics/distributions/hypergeometric_inv.m, | |
6601 statistics/distributions/hypergeometric_pdf.m, | |
6602 statistics/distributions/wiener_rnd.m: | |
6603 Error for non-scalar arguments. | |
6604 | |
6605 * statistics/distributions/pascal_rnd.m: | |
6606 Correct for n = 1 bug, where all elements were equal. | |
6607 | |
4849 | 6608 2004-04-06 David Bateman <dbateman@free.fr> |
6609 | |
4854 | 6610 * general/common_size.m, miscellaneous/bincoeff.m, |
6611 statistics/distributions/beta_cdf.m, | |
6612 statistics/distributions/beta_inv.m, | |
6613 statistics/distributions/beta_pdf.m, | |
6614 statistics/distributions/beta_rnd.m, | |
6615 statistics/distributions/binomial_cdf.m, | |
6616 statistics/distributions/binomial_inv.m, | |
6617 statistics/distributions/binomial_pdf.m, | |
6618 statistics/distributions/binomial_rnd.m, | |
6619 statistics/distributions/cauchy_cdf.m, | |
6620 statistics/distributions/cauchy_inv.m, | |
6621 statistics/distributions/cauchy_pdf.m, | |
6622 statistics/distributions/cauchy_rnd.m, | |
6623 statistics/distributions/chisquare_cdf.m, | |
6624 statistics/distributions/chisquare_inv.m, | |
6625 statistics/distributions/chisquare_pdf.m, | |
6626 statistics/distributions/chisquare_rnd.m, | |
6627 statistics/distributions/gamma_cdf.m, | |
6628 statistics/distributions/gamma_inv.m, | |
6629 statistics/distributions/gamma_pdf.m, | |
6630 statistics/distributions/gamma_rnd.m, | |
6631 statistics/distributions/normal_cdf.m, | |
6632 statistics/distributions/normal_inv.m, | |
6633 statistics/distributions/normal_pdf.m, | |
6634 statistics/distributions/normal_rnd.m, | |
6635 statistics/distributions/stdnormal_cdf.m, | |
6636 statistics/distributions/stdnormal_pdf.m, | |
6637 statistics/distributions/stdnormal_rnd.m, | |
6638 statistics/distributions/uniform_cdf.m, | |
6639 statistics/distributions/uniform_inv.m, | |
6640 statistics/distributions/uniform_pdf.m, | |
6641 statistics/distributions/uniform_rnd.m: | |
6642 Allow the inputs to be N-d arrays. | |
6643 | |
4852 | 6644 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
6645 * statistics/base/median.m: Likewise. | |
4849 | 6646 |
4844 | 6647 2004-04-02 David Bateman <dbateman@free.fr> |
6648 | |
6649 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 6650 * statistics/base/center.m, statistics/base/meansq.m, |
6651 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 6652 Update for N-d arrays. |
4844 | 6653 * signal/fftshift.m: Fix dimensioning error. |
6654 | |
6655 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 6656 N-d arrays. |
4844 | 6657 |
4852 | 6658 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
6659 | |
6660 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 6661 |
4852 | 6662 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 6663 |
6664 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
6665 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
6666 control/system/sysprune.m: Doc update for usage of cell arrays. | |
6667 | |
6668 * control/system/sysidx.m: Use cellidx and not listidx. | |
6669 | |
4841 | 6670 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
6671 | |
6672 * plot/__pltopt1__.m: Always add title clause to plot command with | |
6673 default of "" (so it is off unless explicitly set by the user). | |
6674 | |
4836 | 6675 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
6676 | |
6677 * image/imshow.m: Accept "truesize" argument. | |
6678 Ignore current colormap. New tests and demos. | |
6679 | |
4834 | 6680 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
6681 | |
6682 * signal/sinewave.m: Allow N to default to M. | |
6683 | |
4826 | 6684 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6685 | |
6686 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
6687 | |
4818 | 6688 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
6689 | |
6690 * general/deal.m: New function. | |
4819 | 6691 Add tests from Paul Kienzle. |
4818 | 6692 |
4811 | 6693 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
6694 | |
6695 * plot/hist.m: Compute histogram correctly for n>=30. | |
6696 | |
5095 | 6697 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 6698 |
6699 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
6700 | |
4806 | 6701 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6702 | |
6703 * miscellaneous/horzcat.m: Delete. | |
6704 * miscellaneous/vertcat.m: Delete. | |
6705 | |
4790 | 6706 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
6707 | |
6708 * plot/figure.m: Also look for GNUTERM in the environment and use | |
6709 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
6710 | |
4789 | 6711 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6712 | |
6713 * control/base/__stepimp__.m: Only call clearplot if we will be | |
6714 doing multiple plots in the same gnuplot frame. | |
6715 | |
4780 | 6716 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6717 | |
6718 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
6719 control/system/cellidx.m, control/system/ss.m, | |
6720 control/system/tf.m, control/system/zp.m: New functions. | |
6721 | |
4778 | 6722 2004-02-16 Glenn Golden <gdg@zplane.com> |
6723 | |
6724 * statistics/distributions/discrete_inv.m: | |
6725 Reduce memory requirements. | |
6726 | |
4772 | 6727 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6728 | |
6729 * plot/__errcomm__.m: Fix thinko in previous change. | |
6730 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
6731 | |
4771 | 6732 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
6733 | |
6734 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
6735 control/base/analdemo.m, control/base/bddemo.m, | |
6736 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
6737 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
6738 control/base/rldemo.m, control/base/rlocus.m, | |
6739 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
6740 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
6741 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
6742 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
6743 control/obsolete/packsys.m, control/obsolete/series.m, | |
6744 control/system/__sysdefioname__.m, | |
6745 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
6746 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
6747 control/system/c2d.m, control/system/d2c.m, | |
6748 control/system/dmr2d.m, control/system/fir2sys.m, | |
6749 control/system/is_signal_list.m, control/system/is_siso.m, | |
6750 control/system/jet707.m, control/system/listidx.m, | |
6751 control/system/moddemo.m, control/system/ord2.m, | |
6752 control/system/packedform.m, control/system/parallel.m, | |
6753 control/system/ss2sys.m, control/system/sys2tf.m, | |
6754 control/system/sys2zp.m, control/system/sysadd.m, | |
6755 control/system/sysappend.m, control/system/sysconnect.m, | |
6756 control/system/syscont.m, control/system/sysdimensions.m, | |
6757 control/system/sysdisc.m, control/system/sysdup.m, | |
6758 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
6759 control/system/sysgroup.m, control/system/sysmin.m, | |
6760 control/system/sysmult.m, control/system/sysprune.m, | |
6761 control/system/sysrepdemo.m, control/system/sysscale.m, | |
6762 control/system/syssetsignals.m, control/system/syssub.m, | |
6763 control/system/sysupdate.m, control/system/tf2sys.m, | |
6764 control/system/ugain.m, control/system/zp2ss.m, | |
6765 control/system/zp2sys.m, control/util/__outlist__.m, | |
6766 control/util/__zgpbal__.m, control/util/strappend.m: | |
6767 Use cell arrays instead of lists. | |
6768 | |
4723 | 6769 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
6770 | |
6771 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
6772 so that bar (1, 1) will work. | |
6773 | |
4710 | 6774 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
6775 | |
4717 | 6776 * plot/__errcomm__.m: Cope with nargin now being a function. |
6777 * plot/__errplot__.m: Likewise. | |
6778 * plot/__plt__.m: Likewise. | |
6779 * plot/plot_border.m: Likewise. | |
6780 | |
4710 | 6781 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
6782 not $(DOCSTRINGS). | |
6783 | |
4706 | 6784 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
6785 | |
6786 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
6787 rank ([], tol). | |
6788 | |
4691 | 6789 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6790 | |
4692 | 6791 * elfun/acot.m: Return atan (1./z). |
6792 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
6793 | |
4691 | 6794 * miscellaneous/dir.m: New file. |
6795 | |
6796 * general/num2str.m: Use "%d" as format if values are ints with | |
6797 magnitude less than 1e10. | |
6798 | |
6799 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6800 | |
6801 * general/num2str.m: If single arg is string, return it. | |
6802 | |
6803 * miscellaneous/not.m: New file. | |
6804 | |
6805 * miscellaneous/unix.m: New file. | |
6806 | |
6807 * miscellaneous/isunix.m: New file. | |
6808 * miscellaneous/ispc.m: New file. | |
6809 | |
6810 * miscellaneous/computer.m: New file. | |
6811 | |
6812 * miscellaneous/delete.m: New file. | |
6813 | |
4689 | 6814 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
6815 | |
6816 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
6817 | |
6818 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6819 | |
6820 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
6821 Always return substituted version of LOADPATH if nargout != 0. | |
6822 | |
4685 | 6823 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
6824 | |
6825 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
6826 before continuing. | |
6827 | |
6828 * miscellaneous/fileparts.m: Allow name to start with ".". | |
6829 | |
4677 | 6830 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6831 | |
6832 * general/ind2sub.m: New file. | |
6833 * general/sub2ind.m: New file. | |
6834 | |
4675 | 6835 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6836 | |
6837 * control/system/zp2ss.m: Don't save and restore | |
6838 warn_empty_list_elements. | |
6839 | |
6840 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
6841 | |
6778 | 6842 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 6843 |
4673 | 6844 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
6845 | |
6846 * statistics/base/mean.m: Remove special case for row vectors. | |
6847 | |
4637 | 6848 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
6849 | |
6850 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
6851 | |
4631 | 6852 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
6853 | |
6854 * statistics/base/iqr.m: Handle matrices. | |
6855 | |
4630 | 6856 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6857 | |
6858 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
6859 | |
4629 | 6860 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
6861 | |
6862 * miscellaneous/path.m: Fix thinko in previous change. | |
6863 | |
4609 | 6864 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
6865 | |
4629 | 6866 * control/base/dare.m: Check positive (semi)definiteness and |
6867 dimensions of r (and q). | |
6868 * control/base/dlqr.m: Check stabilizability of (A,B), | |
6869 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
6870 near unit circle. | |
4611 | 6871 |
6872 * control/system/is_detectable.m: Use Hautus Lemma. | |
6873 Correct the behavior for discrete-time systems. | |
6874 * control/system/is_stabilizable.m: Likewise. | |
6875 | |
4609 | 6876 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
6877 | |
6878 * linear-algebra/krylovb.m: Fix typo in usage message. | |
6879 | |
4610 | 6880 * general/isdefinite.m: New function. |
6881 | |
4567 | 6882 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
6883 | |
6884 * general/reshape: Delete. | |
6885 | |
4559 | 6886 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
6887 | |
6888 * general/numel.m: Delete. | |
6889 | |
4535 | 6890 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6891 | |
4536 | 6892 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
6893 | |
6894 * deprecated/isstr.m: New file. | |
4535 | 6895 |
4529 | 6896 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
6897 | |
6898 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
6899 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
6900 | |
4525 | 6901 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
6902 | |
6903 * statistics/base/mean.m: Fix missing semicolon problem. | |
6904 | |
4503 | 6905 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
6906 | |
6907 * plot/subplot.m: New global variable, __multiplot_scale__. | |
6908 | |
4492 | 6909 2003-08-29 David Castelow <DCastelow@Airspan.com> |
6910 | |
6911 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
6912 Allow optional length argument. | |
6913 | |
4491 | 6914 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
6915 | |
6916 * polynomial/polyfit.m: Avoid calling flipud. | |
6917 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
6918 Return structure as second output value for improved Matlab | |
6919 compatibility. | |
6920 | |
4476 | 6921 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
6922 | |
4478 | 6923 * linear-algebra/cond.m: Behave as though old built-in variable |
6924 propagate_empty_matrices is always 1. Also handle empty matrices | |
6925 with one non-zero dimension. | |
6926 | |
4476 | 6927 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
6928 warn_single_quote_string to the list. | |
4478 | 6929 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
6930 from the list. | |
4476 | 6931 |
5095 | 6932 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 6933 |
6934 * signal/autocov.m: Transpose result of conj because diag returns | |
6935 a column vector, not a row vector. | |
6936 | |
6937 * audio/playaudio.m, audio/record.m, image/image.m, | |
6938 miscellaneous/bug_report.m: Protect spaces in filenames | |
6939 with quotes. | |
6940 | |
4466 | 6941 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6942 | |
4468 | 6943 * io/printf.m, io/puts.m: Delete. |
6944 | |
4466 | 6945 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
6946 default_return_value from the list. | |
6947 Add warn_undefined_return_values to the list. | |
6948 | |
6949 | |
4464 | 6950 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
6951 | |
6952 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
6953 and initialize_global_variables from the list. | |
6954 | |
4460 | 6955 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
6956 | |
4463 | 6957 * image/colormap.m: Don't save and restore default_eval_print_flag. |
6958 | |
6959 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
6960 | |
6961 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
6962 * control/system/sys2fir.m: Likewise. | |
6963 | |
6964 * control/system/is_siso.m: Use && instead of & where appropriate. | |
6965 * control/system/__tf2sysl__.m: Likewise. | |
6966 | |
6967 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
6968 | |
6969 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
6970 and [] concatenation. | |
6971 * control/system/sys2fir.m: Likewise. | |
6972 | |
6973 * control/base/dgram.m, control/base/freqchkw.m, | |
6974 control/base/gram.m, control/system/__abcddims__.m, | |
6975 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
6976 control/system/is_sample.m, control/system/is_signal_list.m, | |
6977 control/system/is_siso.m, control/system/sys2fir.m, | |
6978 control/system/syschtsam.m, control/system/sysgettsam.m, | |
6979 control/system/sysgettype.m, control/system/tf2zp.m, | |
6980 control/system/ugain.m, control/util/prompt.m, | |
6981 control/util/run_cmd.m, control/util/zgrownorm.m, | |
6982 control/util/zgshsr.m: | |
6983 Improve conformance to Octave coding style. | |
6984 | |
4461 | 6985 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
6986 the list. | |
6987 Delete resize_on_range_error from the list. | |
6988 | |
4460 | 6989 * control/base/pzmap.m, control/base/place.m, |
6990 control/base/__freqresp__.m, control/system/sysappend.m, | |
6991 control/system/syscont.m, control/system/sysdisc.m, | |
6992 control/system/sysgroup.m, control/system/tfout.m, | |
6993 control/system/zp2ss.m, control/system/zpout.m, | |
6994 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
6995 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
6996 empty_list_elements_ok. | |
6997 | |
6998 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
6999 Delete empty_list_elements_ok from the list. | |
7000 | |
4457 | 7001 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7002 | |
7003 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
7004 list. | |
7005 Delete treat_neg_dim_as_zero from the list. | |
7006 | |
7007 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
7008 | |
4451 | 7009 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7010 | |
4455 | 7011 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
7012 was not used in the code in any case). | |
7013 | |
7014 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
7015 do_fortran_indexing. | |
7016 | |
4452 | 7017 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
7018 implict_str_to_num_ok. Use unwind_protect block to do it. | |
7019 | |
4451 | 7020 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
7021 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 7022 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 7023 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
7024 warn_fortran_indexing in the list. | |
7025 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
7026 implicit_str_to_num_ok, do_fortran_indexing, and | |
7027 prefer_column_vectors from list. | |
4451 | 7028 |
4440 | 7029 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7030 | |
7031 * Makefile.in (distclean, maintainer-clean): Also remove | |
7032 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
7033 directory. | |
7034 | |
5095 | 7035 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 7036 |
7037 * plot/hist.m: Don't forget to define n if x is a vector. | |
7038 | |
5095 | 7039 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 7040 |
7041 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
7042 return "." with extension. | |
7043 | |
4422 | 7044 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7045 | |
7046 * control/base/__stepimp__.m, control/base/nichols.m, | |
7047 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
7048 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
7049 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
7050 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
7051 Eliminate gnuplot_has_multiplot (assume it is always true). | |
7052 | |
4413 | 7053 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7054 | |
7055 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
7056 | |
5095 | 7057 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 7058 |
7059 * plot/hist.m: Improve performance by using different algorithms | |
7060 depending on number of bins. | |
7061 | |
4404 | 7062 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7063 | |
7064 * control/system/sysadd.m: If systems are not "tf", convert before | |
7065 adding. | |
7066 | |
5095 | 7067 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 7068 |
7069 * image/imagesc.m: Accept data limits parameter for colormap. | |
7070 | |
5095 | 7071 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 7072 |
7073 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
7074 the impulse by t_step. | |
7075 | |
4373 | 7076 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7077 | |
7078 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
7079 column vectors. | |
7080 | |
5095 | 7081 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 7082 |
7083 * linear-algebra/null.m: Handle empty matrix arg. | |
7084 | |
4369 | 7085 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7086 | |
7087 * general/shift.m: Force empty_list_elements_ok to 1. | |
7088 | |
4358 | 7089 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7090 | |
7091 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
7092 New files. | |
7093 | |
4348 | 7094 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
7095 | |
7096 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
7097 function handle to pass to feval. | |
7098 * statistics/base/qqplot.m: Likewise. | |
7099 * statistics/base/ppplot.m: Likewise. | |
7100 * signal/spectral_xdf.m: Likewise. | |
7101 * signal/spectral_adf.m: Likewise. | |
7102 | |
4340 | 7103 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7104 | |
7105 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
7106 | |
4334 | 7107 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7108 | |
7109 * linear-algebra/logm.m: New file. | |
7110 | |
5095 | 7111 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 7112 |
7113 * mkpkgadd: Scan C++ files as well | |
7114 | |
5095 | 7115 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 7116 |
7117 * strings/findstr.m: Return empty set for zero-length target. | |
7118 | |
5095 | 7119 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 7120 |
7121 * set/union.m: Preserve the orientation of inputs. | |
7122 | |
4305 | 7123 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7124 | |
7125 * general/int2str.m: Eliminate leading spaces. | |
7126 | |
4303 | 7127 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7128 | |
7129 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
7130 | |
5095 | 7131 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 7132 |
7133 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
7134 $(BUILD_LDFLAGS) to compiler. | |
7135 | |
4295 | 7136 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7137 | |
7138 * general/num2str.m: Don't specify field width for scalars. | |
7139 | |
4292 | 7140 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7141 | |
7142 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
7143 | |
4265 | 7144 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
7145 | |
4279 | 7146 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
7147 | |
4266 | 7148 * miscellaneous/tempname.m: New file. |
7149 | |
7150 * miscellaneous/tempdir.m: New file. | |
7151 | |
4265 | 7152 * miscellaneous/fullfile.m: New file. |
7153 | |
4259 | 7154 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7155 | |
4264 | 7156 * miscellaneous/fileparts.m: New file. |
7157 | |
7158 * io/beep.m: New file. | |
7159 | |
4260 | 7160 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
7161 format only. | |
4259 | 7162 |
4257 | 7163 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7164 | |
7165 * strings/strcmp.m: Handle cell arrays of strings. | |
7166 | |
4229 | 7167 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7168 | |
7169 * general/int2str.m: Handle matrices. | |
7170 * general/num2str.m: Likewise. | |
7171 Also handle optional precision, and format args. | |
7172 | |
4225 | 7173 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7174 | |
7175 * audio/Makefile.in, control/base/Makefile.in, | |
7176 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7177 control/system/Makefile.in, elfun/Makefile.in, | |
7178 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
7179 io/Makefile.in, linear-algebra/Makefile.in, | |
7180 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
7181 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
7182 specfun/Makefile.in, special-matrix/Makefile.in, | |
7183 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7184 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7185 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
7186 deprecated/Makefile.in: Use new do-script-install and | |
7187 do-script-uninstall macros. | |
7188 | |
7189 * mkpkgadd: New script. | |
7190 | |
7191 * plot/close.m: New file. | |
7192 | |
4184 | 7193 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7194 | |
7195 * image/image.m: Use -raw option for xv. | |
7196 From Remy Bruno <remy.bruno@libertysurf.fr> | |
7197 | |
4172 | 7198 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
7199 | |
4174 | 7200 * control/base/lsim.m: Use approximate test for step size change. |
7201 | |
4172 | 7202 * signal/bartlett.m: Avoid row/column mismatch error. |
7203 | |
5095 | 7204 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 7205 |
7206 * statistics/base/var.m: Use better formula for improved accuracy. | |
7207 | |
5095 | 7208 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 7209 |
7210 * control/base/lsim.m: Correct doc string. | |
7211 | |
5095 | 7212 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 7213 |
7214 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
7215 | |
4148 | 7216 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7217 | |
7218 * plot/contour.m: Handle x and y as matrices too. | |
7219 | |
5095 | 7220 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 7221 |
7222 * plot/contour.m: Fix error and usage messages. | |
7223 | |
4146 | 7224 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7225 | |
7226 * plot/contour.m: Correct orientation of plot. | |
7227 | |
4139 | 7228 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
7229 | |
7230 * control/base/analdemo.m: Fix typo. | |
7231 | |
5095 | 7232 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 7233 |
7234 * statistics/distributions/discrete_pdf.m: Fix typo. | |
7235 | |
4098 | 7236 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7237 | |
7238 * mkdoc: Exit immediately on errors. | |
7239 Exit with error if gethelp does not exist. | |
7240 | |
7241 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
7242 | |
4093 | 7243 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7244 | |
7245 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
7246 | |
5095 | 7247 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 7248 |
7249 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
7250 * statistics/distributions/normal_pdf.m: Likewise. | |
7251 * statistics/distributions/normal_inv.m: Likewise. | |
7252 | |
5095 | 7253 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 7254 |
7255 * specfun/erfinv.m: Return NaN for NaN inputs. | |
7256 | |
5095 | 7257 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 7258 |
7259 * statistics/base/var.m: Handle complex values. | |
7260 | |
4031 | 7261 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7262 | |
7263 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
7264 list. | |
7265 * deprecated/Makefile.in: New file. | |
7266 | |
5095 | 7267 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 7268 |
7269 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
7270 * statistics/distributions/binomial_cdf.m: Likewise. | |
7271 * statistics/distributions/f_cdf.m: Likewise. | |
7272 * statistics/distributions/t_cdf.m: Likewise. | |
7273 | |
7274 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
7275 * specfun/beta.m: Likewise. | |
7276 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
7277 * statistics/distributions/gamma_pdf.m: Likewise. | |
7278 * statistics/distributions/poisson_pdf.m: Likewise. | |
7279 | |
7280 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
7281 * statistics/distributions/poisson_cdf.m: Likewise. | |
7282 | |
4026 | 7283 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7284 | |
4028 | 7285 * deprecated/is_bool.m: New file. |
7286 * deprecated/is_complex.m: New file. | |
7287 * deprecated/is_global.m: New file. | |
7288 * deprecated/is_list.m: New file. | |
7289 * deprecated/is_matrix.m: New file. | |
7290 * deprecated/is_scalar.m: New file. | |
7291 * deprecated/is_square.m: New file. | |
7292 * deprecated/is_stream.m: New file. | |
7293 * deprecated/is_struct.m: New file. | |
7294 * deprecated/is_symmetric.m: New file. | |
7295 * deprecated/is_vector.m: New file. | |
4030 | 7296 * Change all callers of these functions to use the new names. |
4028 | 7297 |
4029 | 7298 * deprecated: New directory. |
7299 * Makefile.in (SUBDIRS): Add it to the list. | |
7300 | |
4026 | 7301 * general/isscalar.m: Rename from is_scalar.m. |
7302 * general/issquare.m: Rename from is_square.m. | |
7303 * general/issymmetric.m: Rename from is_symmetric.m. | |
7304 * general/isvector.m: Rename from is_vector.m. | |
7305 | |
4022 | 7306 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7307 | |
7308 * statistics/base/mean.m: Allow empty matrices. | |
7309 Handle DIM arg. | |
7310 | |
5095 | 7311 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 7312 |
7313 * plot/__errcomm__.m: If format is not specified, default to error | |
7314 bar format. | |
7315 | |
4011 | 7316 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7317 | |
7318 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
7319 __F_SETFL__ and __O_NONBLOCK__. | |
7320 | |
7321 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
7322 * miscellaneous/bug_report.m: Likewise. | |
7323 | |
4007 | 7324 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7325 | |
4008 | 7326 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
7327 * general/rem.m: Likewise. | |
7328 | |
7329 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
7330 * plot/semilogxerr.m: Likewise. | |
4007 | 7331 * plot/semilogyerr.m: Likewise. |
7332 | |
5095 | 7333 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 7334 |
7335 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
7336 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
7337 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
7338 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
7339 | |
7340 * plot/errorbar.m: Use __errcomm__.m. | |
7341 * plot/__errplot__.m: Minor cleanups. | |
7342 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
7343 * plot/__pltopt1__.m: Likewise. | |
7344 | |
3980 | 7345 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7346 | |
3981 | 7347 * general/rem.m: Delete redundant call to usage. |
7348 | |
3980 | 7349 * general/mod.m: Additional error checks, Texinfoize doc string. |
7350 | |
5095 | 7351 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 7352 |
7353 * general/mod.m: New function. | |
7354 | |
3979 | 7355 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7356 | |
7357 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
7358 * control/system/sysadd.m: Likewise. | |
7359 * control/system/sysgroup.m: Likewise. | |
7360 * control/system/syssub.m: Likewise. | |
7361 * elfun/gcd.m: Likewise. | |
7362 * elfun/lcm.m: Likewise. | |
7363 * general/common_size.m: Likewise. | |
7364 * io/printf.m: Likewise. | |
7365 * miscellaneous/menu.m: Likewise. | |
7366 * miscellaneous/path.m: Likewise. | |
7367 * plot/__errplot__.m: Likewise. | |
7368 * plot/__plt__.m: Likewise. | |
7369 * plot/axis.m: Likewise. | |
7370 * plot/errorbar.m: Likewise. | |
7371 * plot/mplot.m: Likewise. | |
7372 * plot/loglog.m: Likewise. | |
7373 * plot/plot.m: Likewise. | |
7374 * plot/plot_border.m: Likewise. | |
7375 * plot/semilogx.m: Likewise. | |
7376 * plot/semilogy.m: Likewise. | |
7377 * plot/xlabel.m: Likewise. | |
7378 * plot/ylabel.m: Likewise. | |
7379 * plot/zlabel.m: Likewise. | |
7380 * statistics/base/ppplot.m: Likewise. | |
7381 * statistics/base/qqplot.m: Likewise. | |
7382 * statistics/tests/bartlett_test.m: Likewise. | |
7383 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
7384 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
7385 * strings/str2mat.m: Likewise. | |
7386 * strings/strcat.m: Likewise. | |
7387 | |
5095 | 7388 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 7389 |
7390 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
7391 | |
3924 | 7392 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7393 | |
7394 * skip-autoheader: New file, for autogen.sh. | |
3925 | 7395 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 7396 |
5095 | 7397 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 7398 |
7399 * general/repmat.m: New function. | |
7400 | |
5095 | 7401 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 7402 |
7403 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
7404 Use optional parameter to specify the number of bits in the input. | |
7405 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
7406 floats in the range [-1,1], 2x speedup. | |
7407 | |
7408 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
7409 | |
3910 | 7410 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7411 | |
7412 * linear-algebra/kron.m: Delete. | |
7413 | |
5095 | 7414 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 7415 |
7416 * signal/freqz.m: If nargout is zero, plot results instead of | |
7417 returning them. | |
7418 * signal/freqz_plot.m: New file. | |
7419 | |
5095 | 7420 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 7421 |
5378 | 7422 * signal/unwrap.m: New file. |
3906 | 7423 |
5095 | 7424 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 7425 |
7426 * image/rgb2hsv.m: Faster, more accurate, remove the | |
7427 divide by zero warning. | |
7428 | |
5095 | 7429 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 7430 |
3894 | 7431 * strings/deblank.m: Trim \0 as well as blank. |
7432 | |
5378 | 7433 * freqz.m: Evaluate a specific range of frequencies |
3893 | 7434 expressed in radians or Hz relative to a supplied sample rate. |
7435 | |
5095 | 7436 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 7437 |
7438 * signal/fftfilt.m: Filter columns if called with a matrix. | |
7439 | |
3891 | 7440 * strings/findstr.m: Vectorize as much as possible. |
7441 | |
5095 | 7442 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 7443 |
7444 * special-matrix/invhilb.m: New version that is faster and more | |
7445 accurate. | |
7446 | |
5095 | 7447 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 7448 |
7449 * configure.in: Update for autoconf 2.5x. | |
7450 | |
5095 | 7451 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 7452 |
7453 * special-matrix/vander.m: Code tidy and vectorize. | |
7454 | |
5095 | 7455 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 7456 |
3883 | 7457 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
7458 to vectors. Issue a warning in the case x matches y' but return a | |
7459 column vector as Octave currently does. | |
7460 | |
3882 | 7461 * plot/contour.m: Set default number of levels for contour(x,y,z). |
7462 | |
7463 * control/system/starp.m: Leave more of the documentation | |
7464 processing to texinfo and less to the @format block. | |
7465 | |
7466 * image/imagesc.m: Only display image if no output is requested. | |
7467 Code tidying. | |
7468 | |
3876 | 7469 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7470 | |
7471 * statistics/base/center.m: Accept and return empty matrix. | |
7472 | |
3872 | 7473 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7474 | |
7475 * specfun/erfinv.m: Fix usage message. | |
7476 | |
3869 | 7477 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7478 | |
7479 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
7480 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
7481 | |
3837 | 7482 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
7483 | |
7484 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
7485 capitalized variable names. | |
7486 | |
3836 | 7487 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
7488 | |
7489 * m/image/saveimage.m: fix saving an image to Postscript format. | |
7490 | |
5095 | 7491 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 7492 |
7493 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
7494 | |
3803 | 7495 2001-02-28 Kai Habel <kai.habel@gmx.de> |
7496 | |
3833 | 7497 * general/cart2pol.m: New file. |
7498 * general/pol2cart.m: New file. | |
7499 * general/cart2sph.m: New file. | |
7500 * general/sph2cart.m: New file. | |
7501 * image/rgb2hsv.m: New file. | |
7502 * image/hsv2rgb.m: New file. | |
3803 | 7503 |
7504 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
7505 | |
7506 * plot/meshgrid.m: Avoid for loops. | |
7507 * plot/meshdom.m: Likewise. | |
7508 | |
3801 | 7509 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7510 | |
7511 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
7512 | |
7513 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
7514 | |
7515 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
7516 norm. | |
7517 | |
3792 | 7518 2001-02-09 David Livings <david.livings@asa.co.uk> |
7519 | |
7520 * statistics/tests/welch_test.m: Fix typo. | |
7521 | |
7522 * statistics/distributions/chisquare_cdf.m: | |
7523 Don't restrict inputs to be only positive integers. | |
7524 * statistics/distributions/chisquare_inv.m: Likewise. | |
7525 * statistics/distributions/chisquare_pdf.m: Likewise. | |
7526 * statistics/distributions/chisquare_rnd.m: Likewise. | |
7527 * statistics/distributions/f_cdf.m: Likewise. | |
7528 * statistics/distributions/f_inv.m: Likewise. | |
7529 * statistics/distributions/f_pdf.m: Likewise. | |
7530 * statistics/distributions/f_rnd.m: Likewise. | |
7531 * statistics/distributions/t_cdf.m: Likewise. | |
7532 * statistics/distributions/t_inv.m: Likewise. | |
7533 * statistics/distributions/t_pdf.m: Likewise. | |
7534 * statistics/distributions/t_rnd.m: Likewise. | |
7535 | |
3790 | 7536 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7537 | |
7538 * strings/dec2base.m: New file. | |
7539 * strings/base2dec.m: New file. | |
7540 * strings/strjust.m: New file. | |
7541 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
7542 * strings/dec2bin.m: Likewise. | |
7543 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
7544 * strings/bin2dec.m: Likewise. | |
7545 | |
5095 | 7546 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 7547 |
7548 * statistics/base/ppplot.m: Use gset, not set. | |
7549 * statistics/base/qqplot.m: Likewise. | |
7550 | |
5095 | 7551 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 7552 |
7553 * control/system/c2d.m: Add missing endif. | |
7554 | |
3759 | 7555 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7556 | |
7557 * strings/index.m: Return 0 if either string is empty. | |
7558 | |
7559 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
7560 | |
7561 * control/system/c2d.m: Allow option of matched pole/zero | |
7562 equivalent for conversion. | |
7563 | |
7564 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
7565 | |
7566 * strings/findstr.m: Return empty matrix if search string is empty. | |
7567 | |
3757 | 7568 2000-12-15 Kai Habel <kai.habel@gmx.de> |
7569 | |
7570 * saveimage.m: Do create rawbit image for black and white images, | |
7571 but do it correctly. | |
7572 | |
3754 | 7573 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7574 | |
6778 | 7575 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
7576 result polynomials. | |
3754 | 7577 |
3748 | 7578 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7579 | |
7580 * image/saveimage.m: Don't try to create rawbit image. | |
7581 | |
3740 | 7582 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7583 | |
7584 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
7585 | |
5095 | 7586 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 7587 |
7588 * plot/contour.m: Reorder args for Matlab compatibility. | |
7589 | |
3727 | 7590 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
7591 | |
7592 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
7593 | |
3717 | 7594 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7595 | |
3718 | 7596 * plot/errorbar.m, plot/__errplot__.m: New functions. |
7597 | |
3717 | 7598 * plot/mesh.m: Also set nologscale before plotting. |
7599 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
7600 xyerrorbars instead of just errorbars. | |
7601 | |
3714 | 7602 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
7603 | |
7604 * image/image.m: Try display (from ImageMagick) first. | |
7605 | |
3709 | 7606 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
7607 | |
7608 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
7609 conjugate transpose. | |
7610 | |
3705 | 7611 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7612 | |
7613 * strings/str2mat.m: Apply setstr to each argument. | |
7614 | |
3696 | 7615 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
7616 | |
7617 * control/base/dkalman.m: New file. | |
7618 * control/base/dlqe.m: Handle singular A matrix. | |
7619 * control/base/dlqr.m: Likewise. | |
7620 | |
3695 | 7621 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7622 | |
7623 * strings/strcmp.m: Return 0 instead of an error if row and column | |
7624 dimensions don't match. | |
7625 | |
3690 | 7626 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
7627 | |
7628 * plot/hist.m: Allow 3 argument form to work. | |
7629 | |
5095 | 7630 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 7631 |
7632 * plot/plot.m: Add examples in doc string. | |
7633 | |
5095 | 7634 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 7635 |
7636 * control/base/__stepimp__.m: Reset multiplot state when done. | |
7637 Do the right thing even if automatic_replot is not zero. | |
7638 Avoid failure if system has pure imaginary poles. | |
7639 | |
3674 | 7640 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
7641 | |
7642 * general/logical.m: Return arg if it is empty. Better error | |
7643 message for non-numeric types. | |
7644 | |
5095 | 7645 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 7646 |
7647 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
7648 about difference with Matlab dlqe function. | |
7649 | |
7650 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
7651 | |
5095 | 7652 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 7653 |
7654 * strings/strrep.m: Fix typo. | |
7655 | |
3666 | 7656 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7657 | |
7658 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
7659 | |
5095 | 7660 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 7661 |
7662 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 7663 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 7664 |
5095 | 7665 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 7666 |
7667 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
7668 guess for iteration. | |
7669 | |
3651 | 7670 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7671 | |
7672 * image/image.m: Allow image (A) or image (x, y, A). | |
7673 * image/imagesc.m: Likewise. | |
7674 | |
7675 * image/image.m: If zoom is not supplied, or if it is an empty | |
7676 matrix, autoscale the image. | |
7677 | |
3618 | 7678 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7679 | |
3619 | 7680 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
7681 Undo string escapes in text twice(!) before sending to gnuplot. | |
7682 | |
3618 | 7683 * image/saveimage.m: Add comment to file saying who created it and |
7684 when it was created. Suggested by Stephen Eglen | |
7685 <stephen@cogsci.ed.ac.uk>. | |
7686 | |
5095 | 7687 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 7688 |
7689 * polynomial/polyreduce.m: Simplify by looking for the first | |
7690 non-zero element rather than the last of the first set of zero | |
7691 elements. | |
7692 | |
7693 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
7694 | |
5095 | 7695 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 7696 |
7697 * image/saveimage.m: Swap black and white colormaps so zero is | |
7698 displayed as black and 1 is displayed as white. | |
7699 Fix indexing bug in ppm case. | |
7700 | |
3604 | 7701 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
7702 | |
7703 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
7704 between the two distributions (took same approach as ks.test() in R.) | |
7705 | |
3603 | 7706 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
7707 | |
7708 * control/base/bode.m: Temporarily disable automatic_replot. | |
7709 | |
3599 | 7710 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7711 | |
3601 | 7712 * Makefile.in (clean): Also remove gethelp. |
7713 | |
3599 | 7714 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
7715 | |
5095 | 7716 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 7717 |
7718 * set/create_set.m: Use find to avoid while loop. | |
7719 | |
5095 | 7720 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 7721 |
7722 * plot/hist.m: New optional third argument. | |
7723 | |
7724 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7725 | |
7726 * miscellaneous/bug_report.m: Use octave-bug script with version | |
7727 number appended. | |
7728 | |
3575 | 7729 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7730 | |
7731 * gethelp.cc: Sprinkle with std:: qualifier. | |
7732 | |
3498 | 7733 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
7734 | |
7735 * image/saveimage.m: Delete some debugging code. | |
7736 | |
3486 | 7737 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
7738 | |
7739 * signal/sinc.m: Avoid reshaping. | |
7740 | |
7741 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
7742 * image/ind2rgb.m: Ditto. | |
7743 * image/ind2gray.m: Ditto. | |
7744 * general/reshape.m: Ditto. Also no longer needs to reset | |
7745 implicit_str_to_num_ok. | |
7746 | |
3483 | 7747 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
7748 | |
7749 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
7750 a list of file structures, not a vector of numeric file ids. | |
7751 | |
3474 | 7752 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7753 | |
3476 | 7754 * plot/__axis_label__.m: New function. |
7755 Undo string escapes in text twice(!) before sending to gnuplot. | |
7756 * plot/xlabel.m: Use it. | |
7757 * plot/ylabel.m: Ditto. | |
7758 * plot/zlabel.m: Ditto. | |
7759 | |
3474 | 7760 * plot/mesh.m: Fix error message to reflect reality. |
7761 | |
5095 | 7762 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 7763 |
7764 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
7765 | |
5095 | 7766 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 7767 |
7768 * audio/saveaudio.m: Also accept files with .ul extension. | |
7769 * audio/loadaudio.m: Ditto. | |
7770 * audio/playaudio.m: Ditto. | |
7771 | |
3456 | 7772 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7773 | |
7774 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
7775 * statistics/distributions/beta_inv.m: Ditto. | |
7776 * statistics/distributions/beta_pdf.m: Ditto. | |
7777 * statistics/distributions/beta_rnd.m: Ditto. | |
7778 * statistics/distributions/binomial_cdf.m: Ditto. | |
7779 * statistics/distributions/binomial_inv.m: Ditto. | |
7780 * statistics/distributions/binomial_pdf.m: Ditto. | |
7781 * statistics/distributions/binomial_rnd.m: Ditto. | |
7782 * statistics/distributions/cauchy_cdf.m: Ditto. | |
7783 * statistics/distributions/cauchy_inv.m: Ditto. | |
7784 * statistics/distributions/cauchy_pdf.m: Ditto. | |
7785 * statistics/distributions/cauchy_rnd.m: Ditto. | |
7786 * statistics/distributions/chisquare_cdf.m: Ditto. | |
7787 * statistics/distributions/chisquare_inv.m: Ditto. | |
7788 * statistics/distributions/chisquare_pdf.m: Ditto. | |
7789 * statistics/distributions/chisquare_rnd.m: Ditto. | |
7790 * statistics/distributions/discrete_cdf.m: Ditto. | |
7791 * statistics/distributions/discrete_inv.m: Ditto. | |
7792 * statistics/distributions/discrete_pdf.m: Ditto. | |
7793 * statistics/distributions/discrete_rnd.m: Ditto. | |
7794 * statistics/distributions/empirical_cdf.m: Ditto. | |
7795 * statistics/distributions/empirical_inv.m: Ditto. | |
7796 * statistics/distributions/empirical_pdf.m: Ditto. | |
7797 * statistics/distributions/empirical_rnd.m: Ditto. | |
7798 * statistics/distributions/exponential_cdf.m: Ditto. | |
7799 * statistics/distributions/exponential_inv.m: Ditto. | |
7800 * statistics/distributions/exponential_pdf.m: Ditto. | |
7801 * statistics/distributions/exponential_rnd.m: Ditto. | |
7802 * statistics/distributions/f_cdf.m: Ditto. | |
7803 * statistics/distributions/f_inv.m: Ditto. | |
7804 * statistics/distributions/f_pdf.m: Ditto. | |
7805 * statistics/distributions/f_rnd.m: Ditto. | |
7806 * statistics/distributions/gamma_cdf.m: Ditto. | |
7807 * statistics/distributions/gamma_inv.m: Ditto. | |
7808 * statistics/distributions/gamma_pdf.m: Ditto. | |
7809 * statistics/distributions/gamma_rnd.m: Ditto. | |
7810 * statistics/distributions/geometric_cdf.m: Ditto. | |
7811 * statistics/distributions/geometric_inv.m: Ditto. | |
7812 * statistics/distributions/geometric_pdf.m: Ditto. | |
7813 * statistics/distributions/geometric_rnd.m: Ditto. | |
7814 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
7815 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
7816 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
7817 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
7818 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
7819 * statistics/distributions/laplace_cdf.m: Ditto. | |
7820 * statistics/distributions/laplace_inv.m: Ditto. | |
7821 * statistics/distributions/laplace_pdf.m: Ditto. | |
7822 * statistics/distributions/laplace_rnd.m: Ditto. | |
7823 * statistics/distributions/logistic_cdf.m: Ditto. | |
7824 * statistics/distributions/logistic_inv.m: Ditto. | |
7825 * statistics/distributions/logistic_pdf.m: Ditto. | |
7826 * statistics/distributions/logistic_rnd.m: Ditto. | |
7827 * statistics/distributions/lognormal_cdf.m: Ditto. | |
7828 * statistics/distributions/lognormal_inv.m: Ditto. | |
7829 * statistics/distributions/lognormal_pdf.m: Ditto. | |
7830 * statistics/distributions/lognormal_rnd.m: Ditto. | |
7831 * statistics/distributions/normal_cdf.m: Ditto. | |
7832 * statistics/distributions/normal_inv.m: Ditto. | |
7833 * statistics/distributions/normal_pdf.m: Ditto. | |
7834 * statistics/distributions/normal_rnd.m: Ditto. | |
7835 * statistics/distributions/pascal_cdf.m: Ditto. | |
7836 * statistics/distributions/pascal_inv.m: Ditto. | |
7837 * statistics/distributions/pascal_pdf.m: Ditto. | |
7838 * statistics/distributions/pascal_rnd.m: Ditto. | |
7839 * statistics/distributions/poisson_cdf.m: Ditto. | |
7840 * statistics/distributions/poisson_inv.m: Ditto. | |
7841 * statistics/distributions/poisson_pdf.m: Ditto. | |
7842 * statistics/distributions/poisson_rnd.m: Ditto. | |
7843 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
7844 * statistics/distributions/stdnormal_inv.m: Ditto. | |
7845 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
7846 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
7847 * statistics/distributions/t_cdf.m: Ditto. | |
7848 * statistics/distributions/t_inv.m: Ditto. | |
7849 * statistics/distributions/t_pdf.m: Ditto. | |
7850 * statistics/distributions/t_rnd.m: Ditto. | |
7851 * statistics/distributions/uniform_cdf.m: Ditto. | |
7852 * statistics/distributions/uniform_inv.m: Ditto. | |
7853 * statistics/distributions/uniform_pdf.m: Ditto. | |
7854 * statistics/distributions/uniform_rnd.m: Ditto. | |
7855 * statistics/distributions/weibull_cdf.m: Ditto. | |
7856 * statistics/distributions/weibull_inv.m: Ditto. | |
7857 * statistics/distributions/weibull_pdf.m: Ditto. | |
7858 * statistics/distributions/weibull_rnd.m: Ditto. | |
7859 * statistics/distributions/wiener_rnd.m: Ditto. | |
7860 | |
3453 | 7861 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7862 | |
7863 * statistics/base/values.m: Texinfoize doc string. | |
7864 * statistics/base/var.m: Ditto. | |
7865 * statistics/base/table.m: Ditto. | |
7866 * statistics/base/studentize.m: Ditto. | |
7867 * statistics/base/statistics.m: Ditto. | |
7868 * statistics/base/spearman.m: Ditto. | |
7869 * statistics/base/run_count.m: Ditto. | |
7870 * statistics/base/ranks.m: Ditto. | |
7871 * statistics/base/range.m: Ditto. | |
7872 * statistics/base/qqplot.m: Ditto. | |
7873 * statistics/base/probit.m: Ditto. | |
7874 * statistics/base/ppplot.m: Ditto. | |
7875 * statistics/base/moment.m: Ditto. | |
7876 * statistics/base/meansq.m: Ditto. | |
7877 * statistics/base/logit.m: Ditto. | |
7878 * statistics/base/kendall.m: Ditto. | |
7879 * statistics/base/iqr.m: Ditto. | |
7880 * statistics/base/cut.m: Ditto. | |
7881 * statistics/base/cor.m: Ditto. | |
7882 * statistics/base/cloglog.m: Ditto. | |
7883 * statistics/base/center.m: Ditto. | |
3454 | 7884 * statistics/models/logistic_regression.m: Ditto. |
7885 * statistics/models/logistic_regression_derivative.m: Ditto. | |
7886 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
7887 * statistics/tests/anova.m: Ditto. | |
7888 * statistics/tests/bartlett_test.m: Ditto. | |
7889 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
7890 * statistics/tests/chisquare_test_independence.m: Ditto. | |
7891 * statistics/tests/cor_test.m: Ditto. | |
7892 * statistics/tests/f_test_regression.m: Ditto. | |
7893 * statistics/tests/hotelling_test.m: Ditto. | |
7894 * statistics/tests/hotelling_test_2.m: Ditto. | |
7895 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
7896 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
7897 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
7898 * statistics/tests/manova.m: Ditto. | |
7899 * statistics/tests/mcnemar_test.m: Ditto. | |
7900 * statistics/tests/prop_test_2.m: Ditto. | |
7901 * statistics/tests/run_test.m: Ditto. | |
7902 * statistics/tests/sign_test.m: Ditto. | |
7903 * statistics/tests/t_test.m: Ditto. | |
7904 * statistics/tests/t_test_2.m: Ditto. | |
7905 * statistics/tests/t_test_regression.m: Ditto. | |
7906 * statistics/tests/u_test.m: Ditto. | |
7907 * statistics/tests/var_test.m: Ditto. | |
7908 * statistics/tests/welch_test.m: Ditto. | |
7909 * statistics/tests/wilcoxon_test.m: Ditto. | |
7910 * statistics/tests/z_test.m: Ditto. | |
7911 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 7912 |
3446 | 7913 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7914 | |
7915 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 7916 * plot/__plr1__.m: Ditto. |
7917 * plot/__pltopt__.m: Ditto. | |
7918 * plot/__plt__.m: Ditto. | |
7919 * plot/__plt2vv__.m: Ditto. | |
7920 * plot/__plr2__.m: Ditto. | |
7921 * plot/__plr__.m: Ditto. | |
7922 * plot/__plt1__.m: Ditto. | |
7923 * plot/__plt2__.m: Ditto. | |
7924 * plot/__plt2mm__.m: Ditto. | |
7925 * plot/__plt2mv__.m: Ditto. | |
7926 * plot/__plt2ss__.m: Ditto. | |
7927 * miscellaneous/paren.m: Ditto. | |
7928 * miscellaneous/comma.m: Ditto. | |
7929 * miscellaneous/semicolon.m: Ditto. | |
7930 * miscellaneous/path.m: Ditto. | |
7931 * miscellaneous/list_primes.m: Ditto. | |
7932 * miscellaneous/flops.m: Ditto. | |
7933 * miscellaneous/dump_prefs.m: Ditto. | |
7934 * miscellaneous/bug_report.m: Ditto. | |
7935 * linear-algebra/dot.m: Ditto | |
7936 * linear-algebra/dmult.m: Ditto. | |
7937 * general/randperm.m: Ditto. | |
7938 * general/logical.m: Ditto. | |
7939 * general/is_duplicate_entry.m: Ditto. | |
7940 * signal/arch_fit.m: Ditto. | |
7941 * signal/arch_rnd.m: Ditto. | |
7942 * signal/arch_test.m: Ditto. | |
7943 * signal/arma_rnd.m: Ditto. | |
7944 * signal/autocor.m: Ditto. | |
7945 * signal/autocov.m: Ditto. | |
7946 * signal/autoreg_matrix.m: Ditto. | |
7947 * signal/bartlett.m: Ditto. | |
7948 * signal/blackman.m: Ditto. | |
7949 * signal/detrend.m: Ditto. | |
7950 * signal/diffpara.m: Ditto. | |
7951 * signal/durbinlevinson.m: Ditto. | |
7952 * signal/fftconv.m: Ditto. | |
7953 * signal/fftfilt.m: Ditto. | |
7954 * signal/fftshift.m: Ditto. | |
7955 * signal/fractdiff.m: Ditto. | |
7956 * signal/freqz.m: Ditto. | |
7957 * signal/hamming.m: Ditto. | |
7958 * signal/hanning.m: Ditto. | |
7959 * signal/hurst.m: Ditto. | |
7960 * signal/periodogram.m: Ditto. | |
7961 * signal/rectangle_lw.m: Ditto. | |
7962 * signal/rectangle_sw.m: Ditto. | |
7963 * signal/sinc.m: Ditto. | |
7964 * signal/sinetone.m: Ditto. | |
7965 * signal/sinewave.m: Ditto. | |
7966 * signal/spectral_adf.m: Ditto. | |
7967 * signal/spectral_xdf.m: Ditto. | |
7968 * signal/spencer.m: Ditto. | |
7969 * signal/stft.m: Ditto. | |
7970 * signal/synthesis.m: Ditto. | |
7971 * signal/triangle_lw.m: Ditto. | |
7972 * signal/triangle_sw.m: Ditto. | |
7973 * signal/yulewalker.m: Ditto. | |
3450 | 7974 * control/util/strappend.m: Ditto. |
3451 | 7975 * control/base/nichols.m: Ditto. |
3452 | 7976 * control/system/is_signal_list.m: Ditto. |
7977 * control/system/listidx.m: Ditto. | |
7978 * control/system/sysgettsam.m: Ditto. | |
7979 * control/system/sysidx.m: Ditto. | |
3446 | 7980 |
3438 | 7981 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7982 | |
7983 * control/system/__abcddims__.m: Rename from | |
7984 control/system/abcddims.m, change all callers. | |
7985 * control/base/__bodquist__.m: Likewise. | |
7986 * control/base/__freqresp__.m: Likewise. | |
7987 * control/util/__outlist__.m: Likewise. | |
7988 * control/base/__stepimp__.m: Likewise. | |
7989 * control/system/__syschnamesl__.m: Likewise. | |
7990 * control/system/__syscont_disc__.m: Likewise. | |
7991 * control/system/__sysdefioname__.m: Likewise. | |
7992 * control/system/__sysdefstname__.m: Likewise. | |
7993 * control/system/__sysgroupn__.m: Likewise. | |
7994 * control/system/__tf2sysl__.m: Likewise. | |
7995 * control/util/__zgpbal__.m: Likewise. | |
7996 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 7997 |
7998 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 7999 * quaternion/qconj.m: Ditto. |
8000 * quaternion/qcoordinate_plot.m: Ditto. | |
8001 * quaternion/qderiv.m: Ditto. | |
8002 * quaternion/qderivmat.m: Ditto. | |
8003 * quaternion/qinv.m: Ditto. | |
8004 * quaternion/qmult.m: Ditto. | |
8005 * quaternion/qtrans.m: Ditto. | |
8006 * quaternion/qtransv.m: Ditto. | |
8007 * quaternion/qtransvmat.m: Ditto. | |
8008 * quaternion/quaternion.m: Ditto. | |
3438 | 8009 |
3436 | 8010 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8011 | |
8012 * control/base/Makefile.in: Ditto. | |
8013 * control/hinf/Makefile.in: New file. | |
8014 * control/marsyas/Makefile.in: Ditto. | |
8015 * control/obsolete/Makefile.in: Ditto. | |
8016 * control/system/Makefile.in: Ditto. | |
8017 * control/util/Makefile.in: Ditto. | |
8018 | |
8019 * strings/com2str.m: Move here from control directory. | |
8020 | |
8021 * control/base: New directory. | |
8022 * control/base/DEMOcontrol.m: Move here from control directory. | |
8023 * control/base/analdemo.m: Ditto. | |
8024 * control/base/are.m: Ditto. | |
8025 * control/base/bddemo.m: Ditto. | |
8026 * control/base/bode.m: Ditto. | |
8027 * control/base/bode_bounds.m: Ditto. | |
8028 * control/base/bodquist.m: Ditto. | |
8029 * control/base/controldemo.m: Ditto. | |
8030 * control/base/ctrb.m: Ditto. | |
8031 * control/base/damp.m: Ditto. | |
8032 * control/base/dare.m: Ditto. | |
8033 * control/base/dcgain.m: Ditto. | |
8034 * control/base/dgram.m: Ditto. | |
8035 * control/base/dlqe.m: Ditto. | |
8036 * control/base/dlqr.m: Ditto. | |
8037 * control/base/dlyap.m: Ditto. | |
8038 * control/base/dre.m: Ditto. | |
8039 * control/base/frdemo.m: Ditto. | |
8040 * control/base/freqchkw.m: Ditto. | |
8041 * control/base/freqresp.m: Ditto. | |
8042 * control/base/gram.m: Ditto. | |
8043 * control/base/impulse.m: Ditto. | |
8044 * control/base/lqe.m: Ditto. | |
8045 * control/base/lqg.m: Ditto. | |
8046 * control/base/lqr.m: Ditto. | |
8047 * control/base/lsim.m: Ditto. | |
8048 * control/base/ltifr.m: Ditto. | |
8049 * control/base/lyap.m: Ditto. | |
8050 * control/base/nichols.m: Ditto. | |
8051 * control/base/nyquist.m: Ditto. | |
8052 * control/base/obsv.m: Ditto. | |
8053 * control/base/place.m: Ditto. | |
8054 * control/base/pzmap.m: Ditto. | |
8055 * control/base/rldemo.m: Ditto. | |
8056 * control/base/rlocus.m: Ditto. | |
8057 * control/base/step.m: Ditto. | |
8058 * control/base/stepimp.m: Ditto. | |
8059 * control/base/tzero.m: Ditto. | |
8060 * control/base/tzero2.m: Ditto. | |
8061 | |
8062 * control/hinf: New directory. | |
8063 * control/hinf/dhinfdemo.m: Move here from control directory. | |
8064 * control/hinf/h2norm.m: Ditto. | |
8065 * control/hinf/h2syn.m: Ditto. | |
8066 * control/hinf/hinf_ctr.m: Ditto. | |
8067 * control/hinf/hinfdemo.m: Ditto. | |
8068 * control/hinf/hinfnorm.m: Ditto. | |
8069 * control/hinf/hinfsyn.m: Ditto. | |
8070 * control/hinf/hinfsyn_chk.m: Ditto. | |
8071 * control/hinf/hinfsyn_ric.m: Ditto. | |
8072 * control/hinf/wgt1o.m: Ditto. | |
3441 | 8073 * control/hinf/dgkfdemo.m: Ditto. |
8074 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 8075 |
8076 * control/marsyas: New directory. | |
8077 * control/marsyas/demomarsyas.m: Move here from control directory. | |
8078 * control/marsyas/susball.m: Ditto. | |
8079 | |
8080 * control/obsolete/dezero.m: Move here from control directory. | |
8081 * control/obsolete/rotg.m: Ditto. | |
8082 | |
8083 * control/system: New directory. | |
8084 * control/system/abcddim.m: Move here from control directory. | |
8085 * control/system/abcddims.m: Ditto. | |
8086 * control/system/buildssic.m: Ditto. | |
8087 * control/system/c2d.m: Ditto. | |
8088 * control/system/d2c.m: Ditto. | |
8089 * control/system/dmr2d.m: Ditto. | |
8090 * control/system/fir2sys.m: Ditto. | |
8091 * control/system/is_abcd.m: Ditto. | |
8092 * control/system/is_digital.m: Ditto. | |
8093 * control/system/is_sample.m: Ditto. | |
8094 * control/system/is_signal_list.m: Ditto. | |
8095 * control/system/is_siso.m: Ditto. | |
3441 | 8096 * control/system/is_controllable.m: Ditto. |
8097 * control/system/is_detectable.m: Ditto. | |
8098 * control/system/is_observable.m: Ditto. | |
8099 * control/system/is_stabilizable.m: Ditto. | |
8100 * control/system/is_stable.m: Ditto. | |
3436 | 8101 * control/system/jet707.m: Ditto. |
8102 * control/system/listidx.m: Ditto. | |
8103 * control/system/moddemo.m: Ditto. | |
8104 * control/system/ord2.m: Ditto. | |
8105 * control/system/packedform.m: Ditto. | |
8106 * control/system/parallel.m: Ditto. | |
8107 * control/system/ss2sys.m: Ditto. | |
8108 * control/system/ss2tf.m: Ditto. | |
8109 * control/system/ss2zp.m: Ditto. | |
8110 * control/system/starp.m: Ditto. | |
8111 * control/system/sys2fir.m: Ditto. | |
8112 * control/system/sys2ss.m: Ditto. | |
8113 * control/system/sys2tf.m: Ditto. | |
8114 * control/system/sys2zp.m: Ditto. | |
8115 * control/system/sysadd.m: Ditto. | |
8116 * control/system/sysappend.m: Ditto. | |
8117 * control/system/syschnamesl.m: Ditto. | |
8118 * control/system/syschtsam.m: Ditto. | |
8119 * control/system/sysconnect.m: Ditto. | |
8120 * control/system/syscont.m: Ditto. | |
8121 * control/system/syscont_disc.m: Ditto. | |
8122 * control/system/sysdefioname.m: Ditto. | |
8123 * control/system/sysdefstname.m: Ditto. | |
8124 * control/system/sysdimensions.m: Ditto. | |
8125 * control/system/sysdisc.m: Ditto. | |
8126 * control/system/sysdup.m: Ditto. | |
8127 * control/system/sysgetsignals.m: Ditto. | |
8128 * control/system/sysgettsam.m: Ditto. | |
8129 * control/system/sysgettype.m: Ditto. | |
8130 * control/system/sysgroup.m: Ditto. | |
8131 * control/system/sysgroupn.m: Ditto. | |
8132 * control/system/sysidx.m: Ditto. | |
8133 * control/system/sysmin.m: Ditto. | |
8134 * control/system/sysmult.m: Ditto. | |
8135 * control/system/sysout.m: Ditto. | |
8136 * control/system/sysprune.m: Ditto. | |
8137 * control/system/sysreorder.m: Ditto. | |
8138 * control/system/sysrepdemo.m: Ditto. | |
8139 * control/system/sysscale.m: Ditto. | |
8140 * control/system/syssetsignals.m: Ditto. | |
8141 * control/system/syssub.m: Ditto. | |
8142 * control/system/sysupdate.m: Ditto. | |
8143 * control/system/tf2ss.m: Ditto. | |
8144 * control/system/tf2sys.m: Ditto. | |
8145 * control/system/tf2sysl.m: Ditto. | |
8146 * control/system/tf2zp.m: Ditto. | |
8147 * control/system/tfout.m: Ditto. | |
8148 * control/system/ugain.m: Ditto. | |
8149 * control/system/zp2ss.m: Ditto. | |
8150 * control/system/zp2ssg2.m: Ditto. | |
8151 * control/system/zp2sys.m: Ditto. | |
8152 * control/system/zp2tf.m: Ditto. | |
8153 * control/system/zpout.m: Ditto. | |
8154 | |
8155 * control/util: New directory. | |
8156 * control/util/axis2dlim.m: Move here from control directory. | |
8157 * control/util/outlist.m: Ditto. | |
8158 * control/util/prompt.m: Ditto. | |
8159 * control/util/run_cmd.m: Ditto. | |
8160 * control/util/sortcom.m: Ditto. | |
8161 * control/util/strappend.m: Ditto. | |
8162 * control/util/swap.m: Ditto. | |
8163 * control/util/zgfmul.m: Ditto. | |
8164 * control/util/zgfslv.m: Ditto. | |
8165 * control/util/zginit.m: Ditto. | |
8166 * control/util/zgpbal.m: Ditto. | |
8167 * control/util/zgreduce.m: Ditto. | |
8168 * control/util/zgrownorm.m: Ditto. | |
8169 * control/util/zgscal.m: Ditto. | |
8170 * control/util/zgsgiv.m: Ditto. | |
8171 * control/util/zgshsr.m: Ditto. | |
8172 | |
3427 | 8173 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8174 | |
8175 * gethelp.cc (extract_help_text): Discard first space character | |
8176 after consecutive comment characters. | |
8177 | |
3422 | 8178 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
8179 | |
8180 * control/obsolete: New directory | |
8181 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 8182 * control/obsolete/swapcols.m: Ditto. |
8183 * control/obsolete/dlqg.m: Ditto. | |
8184 * control/obsolete/minfo.m: Ditto. | |
8185 * control/obsolete/packsys.m: Ditto. | |
8186 * control/obsolete/qzval.m: Ditto. | |
8187 * control/obsolete/unpacksys.m: Ditto. | |
8188 * control/obsolete/series.m: Ditto. | |
8189 * control/obsolete/syschnames.m: Ditto. | |
8190 * polynomial/polyout.m: Ditto. | |
3422 | 8191 |
3420 | 8192 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8193 | |
8194 * general/fliplr.m: Eliminate useless copy of arg. | |
8195 * general/flipud.m: Ditto. | |
8196 | |
3418 | 8197 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8198 | |
8199 * linear-algebra/cross.m: Only return a row vector if both args | |
8200 are row vectors. | |
8201 * polynomial/polyfit.m: Likewise. | |
8202 | |
8203 * signal/autocov.m: Don't reset prefer_column_vectors. | |
8204 | |
8205 * statistics/distributions/discrete_rnd.m: | |
8206 Always generate a row vector. | |
8207 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
8208 | |
5095 | 8209 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 8210 |
8211 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
8212 | |
8213 * audio/setaudio.m: Texinfoize doc string. | |
8214 * control/com2str.m: Likewise. | |
8215 * control/controldemo.m: Likewise. | |
8216 * control/DEMOcontrol.m: Likewise. | |
8217 * control/dezero.m: Likewise. | |
8218 * control/dre.m: Likewise. | |
8219 * control/hinfsyn_ric.m: Likewise. | |
8220 | |
5095 | 8221 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 8222 |
8223 * io/printf.m: Add @seealso{...} to doc string. | |
8224 * io/puts.m: Likewise. | |
8225 * plot/semilogx.m: Likewise. | |
8226 * plot/semilogy.m: Likewise. | |
8227 * plot/__pltopt__.m: Likewise. | |
8228 * plot/bar.m: Likewise. | |
8229 * plot/xlabel.m: Likewise. | |
8230 * plot/grid.m: Likewise. | |
8231 * plot/shg.m: Likewise. | |
8232 * plot/title.m: Likewise. | |
8233 * plot/mesh.m: Likewise. | |
8234 * plot/__pltopt1__.m: Likewise. | |
8235 * plot/contour.m: Likewise. | |
8236 * plot/hist.m: Likewise. | |
8237 * plot/stairs.m: Likewise. | |
8238 * plot/meshgrid.m: Likewise. | |
8239 * plot/polar.m: Likewise. | |
8240 * plot/loglog.m: Likewise. | |
8241 * plot/plot.m: Likewise. | |
8242 * miscellaneous/semicolon.m: Likewise. | |
8243 * miscellaneous/menu.m: Likewise. | |
8244 * miscellaneous/etime.m: Likewise. | |
8245 * miscellaneous/texas_lotto.m: Likewise. | |
8246 * miscellaneous/comma.m: Likewise. | |
8247 * audio/lin2mu.m: Likewise. | |
8248 * audio/playaudio.m: Likewise. | |
8249 * audio/loadaudio.m: Likewise. | |
8250 * audio/saveaudio.m: Likewise. | |
8251 * audio/mu2lin.m: Likewise. | |
8252 * audio/record.m: Likewise. | |
8253 * strings/isletter.m: Likewise. | |
8254 * strings/lower.m: Likewise. | |
8255 * strings/lower.m: Likewise. | |
8256 * strings/upper.m: Likewise. | |
8257 * specfun/erfinv.m: Likewise. | |
8258 * specfun/gammai.m: Likewise. | |
8259 * specfun/log2.m: Likewise. | |
8260 * specfun/pow2.m: Likewise. | |
8261 * elfun/gcd.m: Likewise. | |
8262 * elfun/lcm.m: Likewise. | |
8263 * special-matrix/vander.m: Likewise. | |
8264 * special-matrix/sylvester_matrix.m: Likewise. | |
8265 * special-matrix/hilb.m: Likewise. | |
8266 * special-matrix/hankel.m: Likewise. | |
8267 * special-matrix/toeplitz.m: Likewise. | |
8268 * special-matrix/invhilb.m: Likewise. | |
8269 * statistics/base/std.m: Likewise. | |
8270 * statistics/base/median.m: Likewise. | |
8271 * linear-algebra/cond.m: Likewise. | |
8272 * linear-algebra/norm.m: Likewise. | |
8273 * finance/nper.m: Likewise. | |
8274 * finance/pmt.m: Likewise. | |
8275 * finance/pv.m: Likewise. | |
8276 * finance/rate.m: Likewise. | |
8277 * finance/npv.m: Likewise. | |
8278 * general/fliplr.m: Likewise. | |
8279 * general/flipud.m: Likewise. | |
8280 * general/is_scalar.m: Likewise. | |
8281 * general/rem.m: Likewise. | |
8282 * general/perror.m: Likewise. | |
8283 * general/tril.m: Likewise. | |
8284 * general/rot90.m: Likewise. | |
8285 * general/num2str.m: Likewise. | |
8286 * general/int2str.m: Likewise. | |
8287 * general/reshape.m: Likewise. | |
8288 * general/logspace.m: Likewise. | |
8289 * general/is_symmetric.m: Likewise. | |
8290 * general/is_vector.m: Likewise. | |
8291 * general/nextpow2.m: Likewise. | |
8292 * general/columns.m: Likewise. | |
8293 * general/is_square.m: Likewise. | |
8294 * general/rows.m: Likewise. | |
8295 * control/ugain.m: Likewise. | |
8296 * control/damp.m: Likewise. | |
8297 * control/dare.m: Likewise. | |
8298 * control/are.m: Likewise. | |
8299 * control/sys2fir.m: Likewise. | |
8300 * control/abcddim.m: Likewise. | |
8301 * control/is_abcd.m: Likewise. | |
8302 * control/step.m: Likewise. | |
8303 * control/is_observable.m: Likewise. | |
8304 * control/is_controllable.m: Likewise. | |
8305 * control/jet707.m: Likewise. | |
8306 * control/polyout.m: Likewise. | |
8307 * control/impulse.m: Likewise. | |
8308 * control/lqg.m: Likewise. | |
8309 * control/is_detectable.m: Likewise. | |
8310 * control/sysdimensions.m: Likewise. | |
8311 * control/sysupdate.m: Likewise. | |
8312 * control/stepimp.m: Likewise. | |
8313 * control/is_stable.m: Likewise. | |
8314 * control/tfout.m: Likewise. | |
8315 * control/zpout.m: Likewise. | |
8316 | |
3405 | 8317 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8318 | |
8319 * set/complement.m: Add @seealso{} stuff. | |
8320 * set/create_set.m: Likewise. | |
8321 * set/intersection.m: Likewise. | |
8322 * set/union.m: Likewise. | |
8323 | |
3399 | 8324 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8325 | |
3400 | 8326 * control/d2c.m: Use double quotes instead of single quotes for |
8327 string constants. | |
8328 * control/dgkfdemo.m: Likewise. | |
8329 * control/fir2sys.m: Likewise. | |
8330 * control/frdemo.m: Likewise. | |
8331 * control/moddemo.m: Likewise. | |
8332 * control/minfo.m: Likewise. | |
8333 * control/is_stabilizable.m: Likewise. | |
8334 * control/is_dgkf.m: Likewise. | |
8335 * control/polyout.m: Likewise. | |
8336 * control/sysconnect.m: Likewise. | |
8337 * control/sysrepdemo.m: Likewise. | |
8338 * control/tf2sys.m: Likewise. | |
8339 * control/tfout.m: Likewise. | |
8340 * control/zp2sys.m: Likewise. | |
8341 * control/zpout.m: Likewise. | |
8342 * control/tzero.m: Likewise. | |
8343 | |
8344 * control/DEMOcontrol.m: Handle moddemo case too. | |
8345 | |
8346 * image/loadimage.m: Use double quotes instead of single quotes | |
8347 for string constants. Use sprintf instead of square brackets to | |
8348 construct string. | |
8349 | |
3399 | 8350 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 8351 * control/fir2sys.m: Likewise. |
3399 | 8352 |
3390 | 8353 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8354 | |
8355 * mkdoc: Only delete spaces before @ characters at the beginning | |
8356 of a line. | |
8357 | |
3383 | 8358 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8359 | |
3388 | 8360 * control/bddemo.m: Make it more likely to work with any value of |
8361 whitespace_in_literal_matrix. | |
3386 | 8362 * control/analdemo.m: Ditto. |
8363 * control/dgkfdemo.m: Ditto. | |
8364 * control/frdemo.m: Ditto. | |
8365 * control/sysrepdemo.m: Ditto. | |
8366 * control/moddemo.m: Ditto. | |
3388 | 8367 * control/zp2ss.m: Ditto. |
3387 | 8368 * control/zp2tf.m: Ditto. |
3388 | 8369 * control/syssub.m: Ditto. |
8370 * finance/npv.m: Ditto. | |
8371 * statistics/base/studentize.m: Ditto. | |
8372 * statistics/base/values.m: Ditto. | |
8373 * statistics/distributions/exponential_cdf.m: Ditto. | |
8374 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 8375 |
3384 | 8376 * control/dezero.m: Use toascii to convert string to ASCII value |
8377 instead of multiplying it by 1. | |
8378 | |
3383 | 8379 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
8380 * control/zpout.m: Ditto. | |
8381 * control/tfout.m: Ditto. | |
8382 * control/tf2sys.m: Ditto. | |
8383 * control/syssub.m: Ditto. | |
8384 * control/syssetsignals.m: Ditto. | |
8385 * control/sysout.m: Ditto. | |
8386 * control/sysmult.m: Ditto. | |
8387 * control/sysgroup.m: Ditto. | |
8388 * control/sysdup.m: Ditto. | |
8389 * control/sysdisc.m: Ditto. | |
8390 * control/syscont.m: Ditto. | |
8391 * control/sysconnect.m: Ditto. | |
8392 * control/sysappend.m: Ditto. | |
8393 * control/sysadd.m: Ditto. | |
8394 * control/ss2sys.m: Ditto. | |
8395 * control/nyquist.m: Ditto. | |
8396 * control/lqg.m: Ditto. | |
8397 * control/fir2sys.m: Ditto. | |
8398 * control/dmr2d.m: Ditto. | |
8399 * control/dezero.m: Ditto. | |
8400 * control/d2c.m: Ditto. | |
8401 * control/c2d.m: Ditto. | |
8402 * control/bddemo.m: Ditto. | |
8403 * control/pzmap.m: Ditto. | |
8404 | |
5095 | 8405 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 8406 |
8407 * signal/spectral_adf.m: Fix typo. | |
8408 | |
3372 | 8409 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8410 | |
8411 * linear-algebra/cond.m: Texinfoize doc string. | |
8412 * linear-algebra/kron.m: Ditto. | |
8413 * linear-algebra/norm.m: Ditto. | |
8414 * linear-algebra/null.m: Ditto. | |
8415 * linear-algebra/orth.m: Ditto. | |
8416 * linear-algebra/rank.m: Ditto. | |
8417 * linear-algebra/trace.m: Ditto. | |
8418 * linear-algebra/qzhess.m: Ditto. | |
8419 * miscellaneous/menu.m: Ditto. | |
3373 | 8420 * general/perror.m: Ditto. |
8421 * general/strerror.m: Ditto. | |
8422 * general/columns.m: Ditto. | |
8423 * general/rows.m: Ditto. | |
8424 * image/colormap.m: Ditto. | |
8425 * image/gray.m: Ditto. | |
8426 * image/gray2ind.m: Ditto. | |
8427 * image/image.m: Ditto. | |
8428 * image/imagesc.m: Ditto. | |
8429 * image/imshow.m: Ditto. | |
8430 * image/ind2gray.m: Ditto. | |
8431 * image/ind2rgb.m: Ditto. | |
8432 * image/loadimage.m: Ditto. | |
8433 * image/rgb2ntsc.m: Ditto. | |
8434 * image/ntsc2rgb.m: Ditto. | |
8435 * image/ocean.m: Ditto. | |
8436 * image/rgb2ind.m: Ditto. | |
8437 * image/saveimage.m: Ditto. | |
3372 | 8438 * io/printf.m: Ditto. |
8439 * io/puts.m: Ditto. | |
8440 | |
3369 | 8441 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8442 | |
8443 * special-matrix/hankel.m: Texinfoize doc string. | |
8444 * special-matrix/hilb.m: Ditto. | |
8445 * special-matrix/invhilb.m: Ditto. | |
8446 * special-matrix/sylvester_matrix.m: Ditto. | |
8447 * special-matrix/toeplitz.m: Ditto. | |
8448 * special-matrix/vander.m: Ditto. | |
8449 * linear-algebra/vec.m: Ditto. | |
8450 * linear-algebra/vech.m: Ditto. | |
8451 * general/common_size.m: Ditto. | |
8452 * general/diff.m: Ditto. | |
8453 * general/fliplr.m: Ditto. | |
8454 * general/flipud.m: Ditto. | |
8455 * general/rot90.m: Ditto. | |
8456 * general/reshape.m: Ditto. | |
8457 * general/shift.m: Ditto. | |
8458 * general/tril.m: Ditto. | |
8459 * general/triu.m: Ditto. | |
8460 * general/logspace.m: Ditto. | |
3371 | 8461 * general/nargchk.m: Ditto. |
3369 | 8462 |
3367 | 8463 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8464 | |
8465 * statistics/base/mean: Texinfoize doc string. | |
8466 * statistics/base/median: Ditto. | |
8467 * statistics/base/std: Ditto. | |
8468 * statistics/base/cov: Ditto. | |
8469 * statistics/base/corrcoef: Ditto. | |
8470 * statistics/base/kurtosis: Ditto. | |
8471 * statistics/base/mahalanobis: Ditto. | |
8472 * statistics/base/skewness: Ditto. | |
3368 | 8473 * statistics/base/gls.m: Ditto. |
8474 * statistics/base/ols.m: Ditto. | |
3367 | 8475 * signal/detrend.m: Ditto. |
8476 * signal/freqz.m: Ditto. | |
8477 * signal/sinc.m: Ditto. | |
8478 * signal/fftconv.m: Ditto. | |
8479 * signal/fftfilt.m: Ditto. | |
3368 | 8480 * set/create_set.m: Ditto. |
8481 * set/union.m: Ditto. | |
8482 * set/intersection.m: Ditto. | |
8483 * set/complement.m: Ditto. | |
8484 * poly/compan.m: Ditto. | |
8485 * poly/conv: Ditto. | |
8486 * poly/deconv: Ditto. | |
8487 * poly/poly: Ditto. | |
8488 * poly/polyderiv: Ditto. | |
8489 * poly/polyfit: Ditto. | |
8490 * poly/polyinteg: Ditto. | |
8491 * poly/polyreduce: Ditto. | |
8492 * poly/polyval: Ditto. | |
8493 * poly/polyvalm: Ditto. | |
8494 * poly/residue: Ditto. | |
8495 * poly/roots: Ditto. | |
8496 * plot/top_title.m: Ditto | |
8497 * plot/subwindow.m: Ditto | |
8498 * plot/subplot.m: Ditto | |
8499 * plot/plot_border.m: Ditto | |
8500 * plot/oneplot.m: Ditto | |
8501 * plot/multiplot.m: Ditto | |
8502 * plot/mplot.m: Ditto | |
8503 * plot/xlabel.m: Ditto | |
8504 * plot/figure.m: Ditto | |
8505 * plot/meshdom.m: Ditto | |
8506 * plot/mesh.m: Ditto | |
8507 * plot/stairs.m: Ditto | |
8508 * plot/polar.m: Ditto | |
8509 * plot/loglog.m: Ditto | |
8510 * plot/hist.m: Ditto | |
8511 * plot/contour.m: Ditto | |
8512 * plot/bar.m: Ditto | |
8513 * plot/axis.m: Ditto | |
8514 * plot/plot.m: Ditto. | |
3367 | 8515 |
3361 | 8516 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8517 | |
3365 | 8518 * control/pinv.m: Delete. |
8519 | |
3364 | 8520 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
8521 | |
3361 | 8522 * strings/blanks.m: Texinfoize doc string. |
8523 * strings/strcat.m: Ditto. | |
8524 * strings/str2mat.m: Ditto. | |
8525 * strings/deblank.m: Ditto. | |
8526 * strings/findstr.m: Ditto. | |
8527 * strings/index.m: Ditto. | |
8528 * strings/rindex.m: Ditto. | |
8529 * strings/split.m: Ditto. | |
8530 * strings/strcmp.m: Ditto. | |
8531 * strings/strrep.m: Ditto. | |
8532 * strings/substr.m: Ditto. | |
8533 * general/int2str.m: Ditto. | |
8534 * general/num2str.m: Ditto. | |
8535 * strings/dec2bin.m: Ditto. | |
8536 * strings/bin2dec: Ditto. | |
8537 * strings/dec2bin: Ditto. | |
8538 * strings/dec2hex: Ditto. | |
8539 * strings/hex2dec: Ditto. | |
8540 * strings/str2num: Ditto. | |
8541 | |
3347 | 8542 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8543 | |
8544 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
8545 | |
5095 | 8546 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 8547 |
8548 * control/DEMOcontrol.m: Texinfoize doc string. | |
8549 * control/abcddim.m: Ditto. | |
8550 * control/abcddims.m: Ditto. | |
8551 * control/analdemo.m: Ditto. | |
8552 * control/are.m: Ditto. | |
8553 * control/axis2dlim.m: Ditto. | |
8554 * control/bddemo.m: Ditto. | |
8555 * control/bode.m: Ditto. | |
8556 * control/bode_bounds.m: Ditto. | |
8557 * control/bodquist.m: Ditto. | |
8558 * control/buildssic.m: Ditto. | |
8559 * control/c2d.m: Ditto. | |
8560 * control/ctrb.m: Ditto. | |
8561 * control/d2c.m: Ditto. | |
8562 * control/damp.m: Ditto. | |
8563 * control/dare.m: Ditto. | |
8564 * control/dcgain.m: Ditto. | |
8565 * control/dgkfdemo.m: Ditto. | |
8566 * control/dgram.m: Ditto. | |
8567 * control/dlqe.m: Ditto. | |
8568 * control/dlqr.m: Ditto. | |
8569 * control/dlyap.m: Ditto. | |
8570 * control/dmr2d.m: Ditto. | |
8571 * control/fir2sys.m: Ditto. | |
8572 * control/frdemo.m: Ditto. | |
8573 * control/freqchkw.m: Ditto. | |
8574 * control/freqresp.m: Ditto. | |
8575 * control/gram.m: Ditto. | |
8576 * control/h2norm.m: Ditto. | |
8577 * control/h2syn.m: Ditto. | |
8578 * control/hinf_ctr.m: Ditto. | |
8579 * control/hinfdemo.m: Ditto. | |
8580 * control/hinfnorm.m: Ditto. | |
8581 * control/hinfsyn.m: Ditto. | |
8582 * control/hinfsyn_chk.m: Ditto. | |
8583 * control/impulse.m: Ditto. | |
8584 * control/is_abcd.m: Ditto. | |
8585 * control/is_controllable.m: Ditto. | |
8586 * control/is_detectable.m: Ditto. | |
8587 * control/is_dgkf.m: Ditto. | |
8588 * control/is_digital.m: Ditto. | |
8589 * control/is_observable.m: Ditto. | |
8590 * control/is_sample.m: Ditto. | |
8591 * control/is_signal_list.m: Ditto. | |
8592 * control/is_siso.m: Ditto. | |
8593 * control/is_stabilizable.m: Ditto. | |
8594 * control/is_stable.m: Ditto. | |
8595 * control/jet707.m: Ditto. | |
8596 * control/lqe.m: Ditto. | |
8597 * control/lqg.m: Ditto. | |
8598 * control/lqr.m: Ditto. | |
8599 * control/lsim.m: Ditto. | |
8600 * control/ltifr.m: Ditto. | |
8601 * control/lyap.m: Ditto. | |
8602 * control/moddemo.m: Ditto. | |
8603 * control/nyquist.m: Ditto. | |
8604 * control/obsv.m: Ditto. | |
8605 * control/ord2.m: Ditto. | |
8606 * control/outlist.m: Ditto. | |
8607 * control/pinv.m: Ditto. | |
8608 * control/place.m: Ditto. | |
8609 * control/polyout.m: Ditto. | |
8610 * control/prompt.m: Ditto. | |
8611 * control/pzmap.m: Ditto. | |
8612 * control/qzval.m: Ditto. | |
8613 * control/rldemo.m: Ditto. | |
8614 * control/rlocus.m: Ditto. | |
8615 * control/sortcom.m: Ditto. | |
8616 * control/ss2sys.m: Ditto. | |
8617 * control/ss2tf.m: Ditto. | |
8618 * control/ss2zp.m: Ditto. | |
8619 * control/starp.m: Ditto. | |
8620 * control/step.m: Ditto. | |
8621 * control/stepimp.m: Ditto. | |
8622 * control/susball.m: Ditto. | |
8623 * control/sys2fir.m: Ditto. | |
8624 * control/sys2ss.m: Ditto. | |
8625 * control/sys2tf.m: Ditto. | |
8626 * control/sys2zp.m: Ditto. | |
8627 * control/sysadd.m: Ditto. | |
8628 * control/sysappend.m: Ditto. | |
8629 * control/syschnames.m: Ditto. | |
8630 * control/syschnamesl.m: Ditto. | |
8631 * control/syschtsam.m: Ditto. | |
8632 * control/sysconnect.m: Ditto. | |
8633 * control/syscont.m: Ditto. | |
8634 * control/syscont_disc.m: Ditto. | |
8635 * control/sysdefioname.m: Ditto. | |
8636 * control/sysdefstname.m: Ditto. | |
8637 * control/sysdimensions.m: Ditto. | |
8638 * control/sysdisc.m: Ditto. | |
8639 * control/sysdup.m: Ditto. | |
8640 * control/sysgetsignals.m: Ditto. | |
8641 * control/sysgettype.m: Ditto. | |
8642 * control/sysgroup.m: Ditto. | |
8643 * control/sysgroupn.m: Ditto. | |
8644 * control/sysmult.m: Ditto. | |
8645 * control/sysout.m: Ditto. | |
8646 * control/sysprune.m: Ditto. | |
8647 * control/sysreorder.m: Ditto. | |
8648 * control/sysrepdemo.m: Ditto. | |
8649 * control/sysscale.m: Ditto. | |
8650 * control/syssetsignals.m: Ditto. | |
8651 * control/syssub.m: Ditto. | |
8652 * control/sysupdate.m: Ditto. | |
8653 * control/tf2ss.m: Ditto. | |
8654 * control/tf2sys.m: Ditto. | |
8655 * control/tf2sysl.m: Ditto. | |
8656 * control/tf2zp.m: Ditto. | |
8657 * control/tfout.m: Ditto. | |
8658 * control/tzero.m: Ditto. | |
8659 * control/tzero2.m: Ditto. | |
8660 * control/ugain.m: Ditto. | |
8661 * control/wgt1o.m: Ditto. | |
8662 * control/zgfmul.m: Ditto. | |
8663 * control/zgfslv.m: Ditto. | |
8664 * control/zginit.m: Ditto. | |
8665 * control/zgpbal.m: Ditto. | |
8666 * control/zgreduce.m: Ditto. | |
8667 * control/zgrownorm.m: Ditto. | |
8668 * control/zgscal.m: Ditto. | |
8669 * control/zgsgiv.m: Ditto. | |
8670 * control/zgshsr.m: Ditto. | |
8671 * control/zp2ss.m: Ditto. | |
8672 * control/zp2ssg2.m: Ditto. | |
8673 * control/zp2sys.m: Ditto. | |
8674 * control/zp2tf.m: Ditto. | |
8675 * control/zpout.m: Ditto. | |
8676 | |
5095 | 8677 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 8678 |
5378 | 8679 * audio/lin2mu.m: Texinfoize doc string. |
8680 * audio/loadaudio.m: Ditto. | |
8681 * audio/mu2lin.m: Ditto. | |
8682 * audio/playaudio.m: Ditto. | |
8683 * audio/record.m: Ditto. | |
8684 * audio/saveaudio.m: Ditto. | |
3332 | 8685 |
5095 | 8686 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 8687 |
8688 * elfun/acot.m: Texinfoize doc string. | |
8689 * elfun/acsc.m: Ditto. | |
8690 * elfun/acsch.m: Ditto. | |
8691 * elfun/asec.m: Ditto. | |
8692 * elfun/asech.m: Ditto. | |
8693 * elfun/cot.m: Ditto. | |
8694 * elfun/coth.m: Ditto. | |
8695 * elfun/csc.m: Ditto. | |
8696 * elfun/csch.m: Ditto. | |
8697 * elfun/gcd.m: Ditto. | |
8698 * elfun/lcm.m: Ditto. | |
8699 * elfun/sec.m: Ditto. | |
8700 * elfun/sech.m: Ditto. | |
8701 * general/nextpow2.m: Ditto. | |
8702 * general/rem.m: Ditto. | |
8703 * linear-algebra/commutation_matrix.m: Ditto. | |
8704 * linear-algebra/cross.m: Ditto. | |
8705 * linear-algebra/duplication_matrix.m: Ditto. | |
8706 * miscellaneous/bincoeff.m: Ditto. | |
8707 * miscellaneous/xor.m: Ditto. | |
8708 * specfun/bessel.m: Ditto. | |
8709 * specfun/beta.m: Ditto. | |
8710 * specfun/betai.m: Ditto. | |
8711 * specfun/erfinv.m: Ditto. | |
8712 * specfun/gammai.m: Ditto. | |
8713 * specfun/log2.m: Ditto. | |
8714 * specfun/pow2.m: Ditto. | |
8715 | |
5095 | 8716 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 8717 |
8718 * general/is_scalar.m: Texinfoize help text. | |
8719 * general/is_square.m: Ditto. | |
8720 * general/is_symmetric.m: Ditto. | |
8721 | |
3320 | 8722 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8723 | |
8724 * strings/split.m: If the string to be split is empty, just return | |
8725 an empty string. | |
8726 | |
3319 | 8727 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8728 | |
8729 * Makefile.in (ALL_M_FILES): New macro. | |
8730 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
8731 | |
3306 | 8732 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8733 | |
8734 * control/bode.m: Don't return anything if nargout == 0. | |
8735 | |
8736 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
8737 | |
8738 * control/bode.m: Don't do axis scaling for magnitude plots. | |
8739 | |
3305 | 8740 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8741 | |
8742 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
8743 gethelp.cc to the list. | |
8744 | |
3296 | 8745 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8746 | |
3301 | 8747 * time/asctime.m: Texinfoize help text. |
8748 * time/clock.m: Ditto. | |
8749 * time/date.m: Ditto. | |
8750 * miscellaneous/cputime.m: Ditto. | |
8751 * miscellaneous/etime.m: Ditto. | |
8752 * miscellaneous/is_leap_year.m: Ditto. | |
8753 * miscellaneous/popen2.m: Ditto. | |
8754 * miscellaneous/version.m: Ditto. | |
8755 * miscellaneous/tic.m: Ditto. | |
8756 * miscellaneous/toc.m: Just refer to tic.m. | |
8757 | |
3297 | 8758 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
8759 `cd dir; $(MAKE); cd ..'. | |
8760 ($(SUBDIRS)): Likewise. | |
8761 | |
8762 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
8763 | |
8764 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
8765 of `cd dir; $(MAKE)'. | |
8766 | |
3296 | 8767 * gethelp.cc, mkdoc: New files. |
8768 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
8769 sources. | |
8770 | |
3291 | 8771 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8772 | |
8773 * linear-algebra/kron.m: Fix typo in previous change | |
8774 | |
3282 | 8775 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8776 | |
8777 * control/bode.m: Allow optional 5th arg to specify plot style. | |
8778 | |
5095 | 8779 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 8780 |
8781 * linear-algebra/krylov.m: Correctly handle case of V having full | |
8782 rank when V has more columns than rows. | |
8783 | |
8784 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8785 | |
8786 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
8787 | |
8788 * statistics/tests/manova.m: Avoid problems if | |
8789 whitespace_in_literal_matrix is set to "traditional". | |
8790 * statistics/tests/t_test_regression.m: Likewise. | |
8791 * statistics/tests/u_test.m: Likewise. | |
8792 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
8793 * statistics/tests/anova.m: Likewise. | |
8794 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
8795 * statistics/base/statistics.m: Likewise. | |
8796 * image/saveimage.m: Likewise. | |
8797 * signal/arch_fit.m: Likewise. | |
8798 * signal/autoreg_matrix.m: Likewise. | |
8799 * signal/triangle_lw.m: Likewise. | |
8800 * strings/dec2hex.m: Likewise. | |
8801 | |
3268 | 8802 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8803 | |
8804 * image/saveimage.m: Initialize scale. | |
8805 | |
8806 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8807 | |
8808 * general/reshape.m: Allow reshape (a, size (b)). | |
8809 | |
3266 | 8810 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8811 | |
8812 * specfun/erfinv.m: Improve stopping criterion. | |
8813 Add iteration count as second return value. | |
8814 | |
3265 | 8815 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8816 | |
8817 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
8818 | |
3263 | 8819 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8820 | |
8821 * miscellaneous/pack.m: New function. | |
8822 | |
8823 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8824 | |
8825 * plot/figure.m: Always return figure number. With no args, | |
8826 figure now creates a new figure window and returns its number. | |
8827 Accept figure (property, value) syntax, but do nothing. | |
8828 | |
5095 | 8829 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 8830 |
8831 * general/shift.m: Avoid printing temporary value for backward shift. | |
8832 | |
3260 | 8833 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8834 | |
8835 * plot/bar.m: Compute bar widths correctly when x-values are not | |
8836 evenly spaced. | |
8837 | |
3250 | 8838 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8839 | |
8840 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
8841 contain only zeros. | |
8842 | |
5095 | 8843 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 8844 |
8845 * linear-algebra/kron.m: Create result matrix and insert blocks | |
8846 instead of appending them. | |
8847 | |
8848 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8849 | |
8850 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
8851 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
8852 Update from A. S. Hodel. | |
8853 | |
3246 | 8854 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8855 | |
8856 * polynomial/polyfit.m: Correct previous change. | |
8857 | |
3243 | 8858 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8859 | |
8860 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
8861 | |
5095 | 8862 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 8863 |
8864 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
8865 version of krylov and krylovb. | |
8866 | |
8867 * control/outlist.m, control/sysout.m: Fix typos. | |
8868 | |
8869 * control/sysdimensions.m: Add option for total number of states. | |
8870 | |
8871 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
8872 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
8873 arguments. | |
8874 | |
8875 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8876 | |
8877 * strings/index.m: Fail with meaningful error message if either | |
8878 arg is a string array. | |
8879 | |
3238 | 8880 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8881 | |
8882 * linear-algebra/norm.m: Do the right thing for 1- and | |
8883 infinity-norms of complex matrices. From Sven Khatri | |
8884 <khatri@saturn.vocalpoint.com>. | |
8885 | |
5095 | 8886 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 8887 |
8888 * linear-algebra/qrhouse.m: Handle default args correctly. | |
8889 | |
8890 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8891 | |
8892 * strings/split.m: Avoid problems when splitting strings that have | |
8893 \ in them. | |
8894 | |
5095 | 8895 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 8896 |
8897 * image/colormap.m: Do better arg checking, handle string args | |
8898 that name the colormap function to call (e.g., colormap ("ocean")). | |
8899 | |
5095 | 8900 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 8901 |
8902 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
8903 * linear-algebra/dot.m: Likewise. | |
8904 * linear-algebra/cross.m: Likewise. | |
8905 * general/rot90.m: Likewise. | |
8906 | |
5095 | 8907 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 8908 |
8909 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
8910 that the leading column is not all zeros. | |
8911 | |
8912 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8913 | |
8914 * general/shift.m: Fix potential problems with | |
8915 whitespace_in_literal_matrix. | |
8916 * signal/arch_rnd.m: Ditto. | |
8917 * signal/autocov.m: Ditto. | |
8918 * signal/diffpara.m: Ditto. | |
8919 * signal/hurst.m: Ditto. | |
8920 * signal/periodogram.m: Ditto. | |
8921 * signal/spectral_adf.m: Ditto. | |
8922 * signal/spectral_xdf.m: Ditto. | |
8923 * signal/spencer.m: Ditto. | |
8924 * signal/synthesis.m: Ditto. | |
8925 * statistics/distributions/wiener_rnd.m: Ditto. | |
8926 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
8927 * statistics/models/logistic_regression.m: Ditto. | |
8928 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
8929 * statistics/tests/run_test.m: Ditto. | |
8930 * statistics/tests/chisquare_test_independence.m: Ditto. | |
8931 | |
5095 | 8932 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 8933 |
8934 * plot/__plr2__.m: Fix typo. | |
8935 | |
3233 | 8936 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8937 | |
8938 * plot/__pltopt1__.m: Accept "k" to mean black. | |
8939 | |
5095 | 8940 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 8941 |
8942 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
8943 function. | |
8944 | |
5095 | 8945 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 8946 |
8947 * control/ss2sys.m: Fix typo. | |
8948 | |
8949 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8950 | |
8951 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
8952 | |
8953 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
8954 signal names as lists of strings instead of string arrays. | |
8955 | |
3225 | 8956 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8957 | |
3233 | 8958 * quaternion: New directory of functions from A. S. Hodel |
3225 | 8959 <a.s.hodel@eng.auburn.edu>. |
8960 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 8961 * quaternion/Makefile.in: New file. |
8962 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 8963 |
8964 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8965 | |
8966 * image/saveimage.m: Make it work again for black and white colormaps. | |
8967 | |
8968 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
8969 since there can be fewer rows than columns. Round values to | |
8970 nearest position in colormap instead of truncating. Correct usage | |
8971 message. | |
8972 | |
5095 | 8973 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 8974 |
8975 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
8976 zero rows of [A,v] as householder pivots; this avoids spurious | |
8977 non-zero entries in returned orthogonal matrix U, but destroys the | |
8978 Householder matrix structure of H. | |
8979 | |
8980 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8981 | |
8982 * general/logical.m: Just copy input to output if argument is | |
8983 already a logical object. | |
8984 | |
3215 | 8985 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8986 | |
8987 * New files from OCST, in control subdiretory: | |
8988 | |
8989 DEMOcontrol.m is_siso.m syschnames.m | |
8990 abcddim.m is_stabilizable.m syschnamesl.m | |
8991 abcddims.m is_stable.m syschtsam.m | |
8992 analdemo.m jet707.m sysconnect.m | |
8993 are.m lqe.m syscont.m | |
8994 axis2dlim.m lqg.m syscont_disc.m | |
8995 bddemo.m lqr.m sysdefioname.m | |
8996 bode.m lsim.m sysdefstname.m | |
8997 bode_bounds.m ltifr.m sysdimensions.m | |
8998 bodquist.m lyap.m sysdisc.m | |
8999 buildssic.m mb.m sysdup.m | |
9000 c2d.m minfo.m sysgetsignals.m | |
6302 | 9001 com2str.m moddemo.m sysgettsam.m |
3215 | 9002 controldemo.m nichols.m sysgettype.m |
9003 ctrb.m nyquist.m sysgroup.m | |
9004 d2c.m obsv.m sysgroupn.m | |
9005 damp.m ord2.m sysmult.m | |
9006 dare.m outlist.m sysout.m | |
9007 dcgain.m packedform.m sysprune.m | |
9008 demomarsyas.m packsys.m sysreorder.m | |
9009 dezero.m; parallel.m sysrepdemo.m | |
9010 dgkfdemo.m place.m sysscale.m | |
9011 dgram.m polyout.m syssub.m | |
9012 dhinfdemo.m prompt.m sysupdate.m | |
9013 dlqe.m pzmap.m tf2ss.m | |
9014 dlqg.m qzval.m tf2sys.m | |
9015 dlqr.m rldemo.m tf2sysl.m | |
9016 dlyap.m rlocus.m tf2zp.m | |
9017 dmr2d.m rotg.m tfout.m | |
9018 fir2sys.m run_cmd.m; tzero.m | |
9019 frdemo.m series.m tzero2.m | |
9020 freqchkw.m sortcom.m ugain.m | |
9021 freqresp.m ss2sys.m unpacksys.m | |
9022 gram.m ss2tf.m wgt1o.m | |
9023 h2norm.m ss2zp.m zgfmul.m | |
9024 h2syn.m starp.m zgfslv.m | |
9025 hinf_ctr.m step.m zginit.m | |
9026 hinfdemo.m stepimp.m zgpbal.m | |
9027 hinfnorm.m strappend.m; zgreduce.m | |
9028 hinfsyn.m susball.m zgrownorm.m | |
9029 hinfsyn_chk.m swap.m zgscal.m | |
9030 impulse.m swapcols.m zgsgiv.m | |
9031 is_abcd.m swaprows.m zgshsr.m | |
9032 is_controllable.m sys2fir.m zp2ss.m | |
9033 is_detectable.m sys2ss.m zp2ssg2.m | |
9034 is_dgkf.m sys2tf.m zp2sys.m | |
9035 is_digital.m sys2zp.m zp2tf.m | |
9036 is_observable.m sysadd.m zpout.m | |
9037 is_sample.m sysappend.m | |
9038 | |
9039 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9040 | |
9041 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
9042 | |
9043 * strings/deblank.m: Make it work for string arrays too. | |
9044 | |
3211 | 9045 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9046 | |
9047 * linear-algebra/housh.m: New file from the OCST. | |
9048 * linear-algebra/krygetq.m: Ditto. | |
9049 * linear-algebra/krylov.m: Ditto. | |
9050 * linear-algebra/krylovb.m: Ditto. | |
9051 * linear-algebra/qrhouse.m: Ditto. | |
9052 * general/is_duplicate_entry.m: Ditto. | |
9053 | |
9054 * general/is_symmetric.m: Call is_square instead of doing that | |
9055 check in line. | |
9056 | |
3196 | 9057 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9058 | |
3202 | 9059 * general/is_square.m: |
9060 | |
9061 * general/isempty.m, general/is_matrix.m: Delete. | |
9062 | |
9063 * general/is_symmetric: Delete special case for strings. Whether | |
9064 the conversion is valid should depend on implicit_str_to_num_ok. | |
9065 | |
9066 * general/is_square.m: If arg is not a matrix, don't check size, | |
9067 just return 0. | |
9068 * general/is_symmetric: Likewise. | |
9069 * general/is_vector.m: Likewise. | |
9070 * general/is_scalar.m: Likewise. | |
9071 | |
3196 | 9072 * general/length.m: Delete. |
9073 | |
3191 | 9074 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9075 | |
9076 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
9077 statistics/distributions/Makefile, statistics/models/Makefile, | |
9078 and statistics/tests/Makefile to the list of files to create. | |
9079 | |
9080 * finance/Makefile.in, statistics/base/Makefile.in, | |
9081 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
9082 statistics/tests/Makefile.in: New files. | |
9083 * statistics/Makefile.in: Delete file lists. Now only handle | |
9084 subdirectories. | |
9085 * Makefile.in (SUBDIRS): Add finance. | |
9086 | |
9087 * Move the following files from statistics to statistics/base: | |
9088 | |
9089 corrcoef.m | |
9090 kurtosis.m | |
9091 mahalanobis.m | |
9092 median.m | |
9093 ols.m | |
9094 skewness.m | |
9095 std.m | |
9096 | |
9097 New files, from Kurt Hornik's octave-ci package: | |
9098 | |
9099 * finance (new directory): | |
9100 | |
9101 fv.m | |
9102 fvl.m | |
9103 irr.m | |
9104 nper.m | |
9105 npv.m | |
9106 pmt.m | |
9107 pv.m | |
9108 pvl.m | |
9109 rate.m | |
9110 vol.m | |
9111 | |
9112 * linear-algebra/dmult.m | |
9113 | |
9114 * signal: | |
9115 | |
9116 arch_fit.m | |
9117 arch_rnd.m | |
9118 arch_test.m | |
9119 arma_rnd.m | |
9120 autocor.m | |
9121 autocov.m | |
9122 autoreg_matrix.m | |
9123 bartlett.m | |
9124 blackman.m | |
9125 diffpara.m | |
9126 durbinlevinson.m | |
9127 fractdiff.m | |
9128 hamming.m | |
9129 hanning.m | |
9130 hurst.m | |
9131 periodogram.m | |
9132 rectangle_lw.m | |
9133 rectangle_sw.m | |
9134 sinetone.m | |
9135 sinewave.m | |
9136 spectral_adf.m | |
9137 spectral_xdf.m | |
9138 spencer.m | |
9139 stft.m | |
9140 synthesis.m | |
9141 triangle_lw.m | |
9142 triangle_sw.m | |
9143 yulewalker.m | |
9144 | |
9145 * statistics/base (new directory): | |
9146 | |
9147 center.m | |
9148 cloglog.m | |
9149 cor.m | |
9150 cov.m | |
9151 cut.m | |
9152 iqr.m | |
9153 kendall.m | |
9154 logit.m | |
9155 mean.m | |
9156 meansq.m | |
9157 moment.m | |
9158 ppplot.m | |
9159 probit.m | |
9160 qqplot.m | |
9161 range.m | |
9162 ranks.m | |
9163 run_count.m | |
9164 spearman.m | |
9165 statistics.m | |
9166 studentize.m | |
9167 table.m | |
9168 values.m | |
9169 var.m | |
9170 | |
9171 (Replaces cov.m and mean.m with new versions.) | |
9172 | |
9173 * statistics/distributions (new directory): | |
9174 | |
9175 beta_cdf.m | |
9176 beta_inv.m | |
9177 beta_pdf.m | |
9178 beta_rnd.m | |
9179 binomial_cdf.m | |
9180 binomial_inv.m | |
9181 binomial_pdf.m | |
9182 binomial_rnd.m | |
9183 cauchy_cdf.m | |
9184 cauchy_inv.m | |
9185 cauchy_pdf.m | |
9186 cauchy_rnd.m | |
9187 chisquare_cdf.m | |
9188 chisquare_inv.m | |
9189 chisquare_pdf.m | |
9190 chisquare_rnd.m | |
9191 discrete_cdf.m | |
9192 discrete_inv.m | |
9193 discrete_pdf.m | |
9194 discrete_rnd.m | |
9195 empirical_cdf.m | |
9196 empirical_inv.m | |
9197 empirical_pdf.m | |
9198 empirical_rnd.m | |
9199 exponential_cdf.m | |
9200 exponential_inv.m | |
9201 exponential_pdf.m | |
9202 exponential_rnd.m | |
9203 f_cdf.m | |
9204 f_inv.m | |
9205 f_pdf.m | |
9206 f_rnd.m | |
9207 gamma_cdf.m | |
9208 gamma_inv.m | |
9209 gamma_pdf.m | |
9210 gamma_rnd.m | |
9211 geometric_cdf.m | |
9212 geometric_inv.m | |
9213 geometric_pdf.m | |
9214 geometric_rnd.m | |
9215 hypergeometric_cdf.m | |
9216 hypergeometric_inv.m | |
9217 hypergeometric_pdf.m | |
9218 hypergeometric_rnd.m | |
9219 kolmogorov_smirnov_cdf.m | |
9220 laplace_cdf.m | |
9221 laplace_inv.m | |
9222 laplace_pdf.m | |
9223 laplace_rnd.m | |
9224 logistic_cdf.m | |
9225 logistic_inv.m | |
9226 logistic_pdf.m | |
9227 logistic_rnd.m | |
9228 lognormal_cdf.m | |
9229 lognormal_inv.m | |
9230 lognormal_pdf.m | |
9231 lognormal_rnd.m | |
9232 normal_cdf.m | |
9233 normal_inv.m | |
9234 normal_pdf.m | |
9235 normal_rnd.m | |
9236 pascal_cdf.m | |
9237 pascal_inv.m | |
9238 pascal_pdf.m | |
9239 pascal_rnd.m | |
9240 poisson_cdf.m | |
9241 poisson_inv.m | |
9242 poisson_pdf.m | |
9243 poisson_rnd.m | |
9244 stdnormal_cdf.m | |
9245 stdnormal_inv.m | |
9246 stdnormal_pdf.m | |
9247 stdnormal_rnd.m | |
9248 t_cdf.m | |
9249 t_inv.m | |
9250 t_pdf.m | |
9251 t_rnd.m | |
9252 uniform_cdf.m | |
9253 uniform_inv.m | |
9254 uniform_pdf.m | |
9255 uniform_rnd.m | |
9256 weibull_cdf.m | |
9257 weibull_inv.m | |
9258 weibull_pdf.m | |
9259 weibull_rnd.m | |
9260 wiener_rnd.m | |
9261 | |
9262 * statistics/models (new directory): | |
9263 | |
9264 logistic_regression.m | |
9265 logistic_regression_derivatives.m | |
9266 logistic_regression_likelihood.m | |
9267 | |
9268 * statistics/tests (new directory): | |
9269 | |
9270 anova.m | |
9271 bartlett_test.m | |
9272 chisquare_test_homogeneity.m | |
9273 chisquare_test_independence.m | |
9274 cor_test.m | |
9275 f_test_regression.m | |
9276 hotelling_test.m | |
9277 hotelling_test_2.m | |
9278 kolmogorov_smirnov_test.m | |
9279 kolmogorov_smirnov_test_2.m | |
9280 kruskal_wallis_test.m | |
9281 manova.m | |
9282 mcnemar_test.m | |
9283 prop_test_2.m | |
9284 run_test.m | |
9285 sign_test.m | |
9286 t_test.m | |
9287 t_test_2.m | |
9288 t_test_regression.m | |
9289 u_test.m | |
9290 var_test.m | |
9291 welch_test.m | |
9292 wilcoxon_test.m | |
9293 z_test.m | |
9294 z_test_2.m | |
9295 | |
9296 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9297 | |
9298 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
9299 compatibility and to avoid Y2K problems. | |
9300 | |
3190 | 9301 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9302 | |
9303 * polynomial/polyfit.m: Just use the \ operator to handle the | |
9304 least-squares solution. | |
9305 | |
3180 | 9306 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9307 | |
9308 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
9309 | |
9310 * strings/strrep.m: Don't convert args to numeric values. | |
9311 Prevent warnings for empty string args. | |
9312 From Georg Thimm <thimm@idiap.ch>. | |
9313 | |
9314 * strings/strcat.m: Prevent warnings for empty string args. | |
9315 | |
9316 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9317 | |
9318 * miscellaneous/menu.m: Remove special case for empty string | |
9319 returned from input(). Add second arg to eval() to catch errors. | |
9320 | |
3178 | 9321 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9322 | |
9323 * plot/__plt__.m: Don't call usleep. | |
9324 | |
3175 | 9325 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9326 | |
9327 * linear-algebra/dot.m: New function. | |
9328 | |
9329 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
9330 compatibility. | |
9331 | |
9332 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9333 | |
9334 * plot/hist.m: Also allow just one output argument. | |
9335 | |
9336 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9337 | |
9338 * strings/deblank.m: Make it work if the string is only blanks. | |
9339 | |
9340 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9341 | |
9342 * plot/__plt2mv__.m: Delete calls to keyboard. | |
9343 | |
9344 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9345 | |
9346 * plot/oneplot.m: Fix typo. | |
9347 | |
3174 | 9348 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9349 | |
9350 * miscellaneous/flops.m: Allow a single argument too. | |
9351 | |
9352 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9353 | |
9354 * strings/str2mat.m: Also handle case when there are no empty | |
9355 strings correctly. | |
9356 | |
9357 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9358 | |
9359 * strings/isletter.m: New function, for Matlab compatibility. | |
9360 | |
3168 | 9361 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9362 | |
9363 * strings/str2mat.m: Handle string matrices too. | |
9364 | |
3167 | 9365 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9366 | |
9367 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
9368 linear encoding. | |
9369 | |
9370 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
9371 audio/record.m: Open files in binary mode. | |
9372 | |
3164 | 9373 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9374 | |
9375 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
9376 Move functionality of dump_1_pref here, but use built-in function | |
9377 type to extract value, and put it inside try/catch block. | |
9378 * miscellaneous/dump_1_pref.m: Delete unused function. | |
9379 | |
3162 | 9380 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9381 | |
9382 * plot/__pltopt1.m__: New file. | |
9383 * plot/__pltopt.m__: Handle opt as a string array by calling | |
9384 __pltopt1__ multiple times and returning a string array with rows | |
9385 corresponding to the rows of opt. | |
9386 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
9387 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
9388 array. | |
9389 | |
9390 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9391 | |
9392 * plot/mplot.m: Fix misspellings of global variables. | |
9393 Don't call clearplot. | |
9394 | |
9395 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9396 | |
9397 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
9398 "cle;rep" when going in ot multiplot mode. | |
9399 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
9400 switching out of multiplot mode. | |
9401 | |
3156 | 9402 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 9403 |
3156 | 9404 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
9405 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 9406 |
3141 | 9407 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9408 | |
9409 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
9410 | |
9411 * miscellaneous/bug_report.m: Don't try to get smart with | |
9412 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
9413 | |
9414 * Makefile.in (install): Create separate ls-R files for | |
9415 $(datadir) and $(libexecdir). | |
9416 (uninstall): Remove both ls-R files. | |
9417 | |
3136 | 9418 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9419 | |
9420 * signal/fftshift.m: New file. | |
9421 | |
9422 * plot/contour.m: Fix for non-square case. | |
9423 | |
9424 * general/randperm.m: New file. | |
9425 | |
9426 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9427 | |
9428 * specfun/betai.m: Restore file for compatibility with previous | |
9429 versions. Call betainc with reordered args. | |
9430 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
9431 | |
3131 | 9432 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9433 | |
9434 * plot/contour.m: Handle discrete contour levels. | |
9435 | |
9436 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9437 | |
9438 * control/lyap.m: For compatibility with Matlab, solve | |
9439 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
9440 | |
3124 | 9441 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9442 | |
9443 * specfun/bessel.m: New file. | |
9444 | |
9445 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
9446 specfun/gammainc.m: Delete. | |
9447 | |
3106 | 9448 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9449 | |
9450 * image/colormap.m: Initialize __current_color_map__ in global | |
9451 statement. | |
9452 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
9453 statement. | |
9454 * plot/axis.m: Initialize __current_axis__ in global statement. | |
9455 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
9456 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
9457 | |
3103 | 9458 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9459 | |
9460 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
9461 * time/toc.m: Likewise. | |
9462 | |
9463 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
9464 | |
9465 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
9466 anything special for automatic_replot when in multiplot mode -- | |
9467 recent 3.6beta releases handle this correctly. | |
9468 | |
9469 * plot/figure.m: Ensure that we are not in multiplot mode before | |
9470 setting the terminal type. | |
9471 | |
9472 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
9473 plot/subwindow.m: Use leading and trailing underscores for | |
9474 `private' globals. | |
9475 | |
9476 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
9477 | |
3101 | 9478 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9479 | |
9480 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
9481 | |
3091 | 9482 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9483 | |
3092 | 9484 * specfun/gammai.m: Avoid problems with whitespace when |
9485 constructing matrices. | |
9486 | |
3091 | 9487 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
9488 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
9489 original y vector. | |
9490 | |
3085 | 9491 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9492 | |
9493 * linear-algebra/cross.m: Use direct formula instead of calling | |
9494 det three times in a loop. If both args are column (row) vectors, | |
9495 return a column (row) vector. If they don't match, pay attention | |
9496 to the value of prefer_column_vectors. | |
9497 | |
5095 | 9498 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 9499 |
9500 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
9501 nonsymmetric matrices. | |
9502 | |
9503 * general/tril.m: Fix usage message. | |
9504 | |
9505 * polynomial/polyvalm.m: Fix error messages. | |
9506 * polynomial/polyderiv.m: Likewise. | |
9507 * polynomial/polyval.m: Likewise. | |
9508 | |
3081 | 9509 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9510 | |
9511 * strings/blanks.m: Allow blanks(0) to return empty string. | |
9512 Allow negative arguments if treat_neg_dim_as_zero is true. | |
9513 | |
3063 | 9514 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9515 | |
9516 * plot/mesh.m: Set noparametric plot mode after plotting. | |
9517 | |
5095 | 9518 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 9519 |
9520 * plot/__pltopt__.m: Handle key/legend names. | |
9521 Correctly set colors, line styles, and point styles. | |
9522 | |
3061 | 9523 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9524 | |
9525 * polynomial/polyfit.m: Return fit y values as second output. | |
9526 Don't use QR factorization to solve least squares problem. | |
9527 | |
9528 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9529 | |
9530 * control/dlqr.m: Use ao, not a, to compute k. | |
9531 | |
3024 | 9532 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9533 | |
9534 * miscellaneous/path.m: New file. | |
9535 | |
2993 | 9536 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9537 | |
9538 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
9539 name. | |
9540 | |
2968 | 9541 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9542 | |
9543 * specfun/erfinv.m: Add missing semicolon. | |
9544 | |
2870 | 9545 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9546 | |
9547 * miscellaneous/xor.m: Make type of return value logical. | |
9548 | |
2853 | 9549 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9550 | |
9551 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
9552 warn_comma_in_global_decl. | |
9553 | |
2831 | 9554 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9555 | |
9556 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
9557 octave-bug script. | |
9558 | |
2823 | 9559 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9560 | |
2824 | 9561 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
9562 prefer_zero_one_indexing. | |
9563 | |
2823 | 9564 * general/logical.m: New file. |
9565 | |
2816 | 9566 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9567 | |
9568 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
9569 and is_vector(). | |
9570 | |
5095 | 9571 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 9572 |
9573 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
9574 Use tolerance of 2 * eps. | |
9575 | |
2811 | 9576 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9577 | |
9578 * Makefile.in (install-strip): New target. | |
9579 * audio/Makefile.in: Ditto. | |
9580 * control/Makefile.in: Ditto. | |
9581 * elfun/Makefile.in: Ditto. | |
9582 * general/Makefile.in: Ditto. | |
9583 * image/Makefile.in: Ditto. | |
9584 * io/Makefile.in: Ditto. | |
9585 * linear-algebra/Makefile.in: Ditto. | |
9586 * miscellaneous/Makefile.in: Ditto. | |
9587 * plot/Makefile.in: Ditto. | |
9588 * polynomial/Makefile.in: Ditto. | |
9589 * set/Makefile.in: Ditto. | |
9590 * signal/Makefile.in: Ditto. | |
9591 * specfun/Makefile.in: Ditto. | |
9592 * special-matrix/Makefile.in: Ditto. | |
9593 * startup/Makefile.in: Ditto. | |
9594 * statistics/Makefile.in: Ditto. | |
9595 * strings/Makefile.in: Ditto. | |
9596 | |
2809 | 9597 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9598 | |
9599 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
9600 | |
2798 | 9601 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9602 | |
9603 * statistics/corrcoef.m: Make it actually work. | |
9604 | |
2795 | 9605 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9606 | |
2798 | 9607 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 9608 |
2779 | 9609 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 9610 |
9611 * Version 2.0.5 released. | |
9612 | |
2745 | 9613 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9614 | |
2749 | 9615 * Makefile.in (maintainer-clean): Also remove configure. |
9616 | |
2746 | 9617 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
9618 | |
2745 | 9619 * general/is_matrix.m: Return zero for empty matrices. |
9620 | |
9621 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9622 | |
9623 * linear-algebra/vech.m: Size result just once. | |
9624 | |
2726 | 9625 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9626 | |
9627 * general/is_square.m: Handle empty matrices correctly. | |
9628 * general/is_symmetric.m: Handle empty matrices and strings. | |
9629 | |
2716 | 9630 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9631 | |
9632 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
9633 * polynomial/deconv.m: Likewise. | |
9634 * polynomial/polyderiv.m: Likewise. | |
9635 * polynomial/polyinteg.m: Likewise. | |
9636 * polynomial/polyreduce.m: Likewise. | |
9637 * polynomial/polyval.m: Likewise. | |
9638 * polynomial/polyvalm.m: Likewise. | |
9639 * general/postpad.m: Likewise. | |
9640 * general/prepad.m: Likewise. | |
9641 | |
9642 * polynomial/compan.m: Check input with is_vector(), not | |
9643 is_matrix(). Handle scalar case. | |
9644 | |
2711 | 9645 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9646 | |
2715 | 9647 * plot/contour.m: Order data so that it is consistent with |
9648 meshgrid and mesh. | |
9649 | |
2711 | 9650 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
9651 * plot/sombrero.m: Use meshgrid, not meshdom. | |
9652 | |
2709 | 9653 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 9654 |
9655 * Version 2.0.4 released. | |
9656 | |
2706 | 9657 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9658 | |
2702 | 9659 * miscellaneous/paren.m: New file. |
9660 | |
2693 | 9661 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 9662 |
9663 * Version 2.0.3 released. | |
9664 | |
2676 | 9665 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9666 | |
9667 * image/saveimage.m: Only clip image data that is actually out of | |
9668 range. | |
9669 | |
2667 | 9670 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9671 | |
9672 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
9673 also be considered to be matrices. | |
9674 | |
9675 * general/is_vector.m: Scalars may also be considered to be vectors. | |
9676 | |
9677 * general/isempty.m: Use size(), not rows() and columns(). | |
9678 | |
9679 * plot/contour.m: Convert set to gset. | |
9680 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
9681 | |
2663 | 9682 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9683 | |
9684 * specfun/erfinv.m: Fix typo in last change. | |
9685 | |
2650 | 9686 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9687 | |
9688 * image/loadimage.m: Make it possible to load files with image | |
9689 data named X or img. | |
9690 | |
9691 * image/default.img: Change name of image from X to img to match | |
9692 what saveimage does now. | |
9693 | |
9694 * image/loadimage.m: Rename X to be img, to match what saveimage | |
9695 does now. | |
9696 | |
2632 | 9697 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9698 | |
2634 | 9699 * Version 2.0.2 released. |
9700 | |
2632 | 9701 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
9702 weird missing-lines bug without creating extra plots unecessarily. | |
9703 | |
2624 | 9704 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9705 | |
9706 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
9707 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
9708 io/Makefile.in, linear-algebra/Makefile.in, | |
9709 miscellaneous/Makefile.in, plot/Makefile.in, | |
9710 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
9711 specfun/Makefile.in, special-matrix/Makefile.in, | |
9712 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
9713 time/Makefile.in (bin-dist): New target. | |
9714 | |
2621 | 9715 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9716 | |
9717 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
9718 | |
9719 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9720 | |
9721 * miscellaneous/xor.m: Make it work. | |
9722 | |
2613 | 9723 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9724 | |
9725 * plot/sombrero.m: Doc fix. | |
9726 | |
2602 | 9727 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9728 | |
9729 * Version 2.0.1 released. | |
9730 | |
2601 | 9731 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9732 | |
9733 * elfun/lcm.m: Replace missing if statement. | |
9734 | |
9735 * elfun/gcd.m: Report error if no input args. | |
9736 * elfun/lcm.m: Likewise. | |
9737 | |
2597 | 9738 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9739 | |
9740 * Makefile.in (install): Use ls -LR to create ls-R database. | |
9741 Also list contents of $libexecdir/octave in ls-R database. | |
9742 | |
2583 | 9743 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9744 | |
9745 * Version 2.0 released. | |
9746 | |
2575 | 9747 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9748 | |
9749 * Version 1.94. | |
9750 | |
2558 | 9751 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9752 | |
9753 * strings/str2num.m: New file. | |
9754 | |
2554 | 9755 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9756 | |
9757 * Version 1.93. | |
9758 | |
2540 | 9759 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9760 | |
9761 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
9762 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
9763 linear-algebra/vech.m: New files from Kurt Hornik. | |
9764 | |
9765 * general/nextpow2.m, general/shift.m, general/diff.m, | |
9766 general/common_size.m: New files from Kurt Hornik. | |
9767 | |
9768 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
9769 New files from Kurt Hornik. | |
9770 | |
9771 * signal/detrend.m: New file from Kurt Hornik. | |
9772 | |
9773 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
9774 specfun/pow2.m, specfun/log2.m: | |
9775 New files and updates from Kurt Hornik. | |
9776 | |
2523 | 9777 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9778 | |
9779 * plot/__plt__.m: Add explicit replot after last command is | |
9780 issued, to force all lines to be displayed. Hmm. | |
9781 | |
2512 | 9782 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9783 | |
2520 | 9784 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
9785 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
9786 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
9787 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
9788 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
9789 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
9790 Uset gset, not set. | |
9791 | |
2512 | 9792 * Version 1.92. |
9793 | |
2482 | 9794 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9795 | |
2486 | 9796 * image/saveimage.m: When writing PostScript, name Octave as the |
9797 almighty Creator. Use single call to fprintf instead of looping. | |
9798 | |
9799 * image/Makefile.in: Delete references to octtopnm. | |
9800 | |
9801 * general/logspace.m: Doc fix. | |
9802 | |
2482 | 9803 * Version 1.91. |
9804 | |
2458 | 9805 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9806 | |
9807 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
9808 | |
9809 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
9810 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
9811 deleted. | |
9812 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
9813 of a system() command to delete the tmp file. | |
9814 | |
2452 | 9815 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9816 | |
9817 * Version 1.90. | |
9818 | |
9819 * Makefile.in (DISTFILES): Add ChangeLog. | |
9820 | |
2360 | 9821 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9822 | |
9823 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
9824 Don't check for string value of automatic_replot. | |
9825 | |
9826 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
9827 Temporarily set do_fortran_indexing to 1, not "true". | |
9828 | |
9829 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
9830 not "false". | |
9831 | |
9832 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
9833 "false". | |
9834 | |
2355 | 9835 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
9836 | |
9837 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
9838 | |
2330 | 9839 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9840 | |
9841 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
9842 system command. | |
9843 | |
9844 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9845 | |
9846 * __plr1__.m: Renamed from polar_int_1.m. | |
9847 * __plr2__.m: Renamed from polar_int_2.m. | |
9848 * __plr__.m: Renamed from polar_int.m. | |
9849 * __plt1__.m: Renamed from plot_int_1.m. | |
9850 * __plt2__.m: Renamed from plot_int_2.m. | |
9851 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
9852 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
9853 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
9854 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
9855 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
9856 * __plt__.m: Renamed from plot_int.m. | |
9857 * __pltopt__.m: Renamed from plot_opt.m. | |
9858 Change all callers. | |
9859 | |
9860 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9861 | |
9862 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
9863 comments like those found in Emacs lisp files. | |
9864 | |
9865 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9866 | |
9867 * All .m files: Change comment style. | |
9868 | |
9869 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9870 | |
9871 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
9872 subplot.m, subwindow.m, top_title.m: | |
9873 Print error message if gnuplot_has_multiplot is not true. | |
9874 | |
9875 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9876 | |
9877 * plot/figure.m: New function. | |
9878 | |
9879 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9880 | |
9881 * strings/strrep.m: New function. | |
9882 | |
9883 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9884 | |
9885 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
9886 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
9887 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
9888 strings/split.m, strings/str2mat.m, strings/substr.m: | |
9889 New functions from Kurt Hornik, heavily modified by jwe. | |
9890 | |
9891 * general/reshape.m: Allow strings to be reshaped too. | |
9892 | |
9893 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
9894 Always return a scalar. | |
9895 | |
9896 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9897 | |
9898 * polynomial/polyfit.m: Make orientation of result compatible with | |
9899 Matlab. | |
9900 | |
9901 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9902 | |
9903 * polynomial/polyfit.m: Add missing close paren. | |
9904 | |
9905 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9906 | |
9907 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
9908 | |
9909 * io/scanf.m: Delete. | |
9910 | |
9911 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9912 | |
9913 * statistics/median.m: Fix typo in usage message. | |
9914 | |
9915 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9916 | |
9917 * miscellaneous/popen2.m: New file. | |
9918 | |
9919 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9920 | |
9921 * configure.in (AC_OUTPUT): Add io/Makefile. | |
9922 | |
9923 * io: New directory. | |
9924 * Makefile.in (SUBDIRS): Add it to the list. | |
9925 | |
9926 * miscellaneous/flops.m: New file. | |
9927 | |
9928 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9929 | |
9930 * miscellaneous/cputime.m: Return three arguments instead of a | |
9931 vector, for compatibility with previous versions and with Matlab | |
9932 (which only returns one scalar value). | |
9933 | |
9934 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
9935 | |
9936 * general/triu.m: Compute lower bound on loop index correctly. | |
9937 * general/tril.m: Likewise, for upper bound. | |
9938 | |
9939 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9940 | |
9941 * image/saveimage.m: For color images, make sure indices into | |
9942 temporary colormap and result matrix have proper orientation. | |
9943 Set grey flag correctly. | |
9944 | |
9945 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9946 | |
9947 * statistics/std.m: Use better formula (from Jim Van Zandt | |
9948 jrv@vanzandt.mv.com). | |
9949 | |
9950 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9951 | |
9952 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
9953 * mesh.m: Transpose Z if only one arg. | |
9954 Handle case of all three args being matrices (from Jim Van Zandt | |
9955 jrv@vanzandt.mv.com). | |
9956 * meshdom.m: Undo previous change. | |
9957 | |
9958 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9959 | |
9960 * configure.in (AC_OUTPUT): Add audio/Makefile | |
9961 | |
9962 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9963 | |
9964 * audio: New directory of files from Kurt Hornik and Andreas | |
9965 Weingessel. | |
9966 * audio/Makefile.in: New file. | |
9967 * Makefile.in (SUBDIRS): Add audio to the list. | |
9968 | |
9969 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9970 | |
9971 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
9972 | |
9973 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9974 | |
9975 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
9976 columns (z), not the other way around. | |
9977 * plot/meshdom.m: Don't reverse order of elements in y. | |
9978 | |
9979 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9980 | |
9981 * plot/axis.m: Return current axis if nargin == 0. | |
9982 | |
9983 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9984 | |
9985 * polynomial/roots.m: Updates from Kurt Hornik. | |
9986 | |
9987 * polynomial/polyder.m: New file. | |
9988 | |
9989 * polynomial/polyderiv.m: Give return value and arg different names. | |
9990 | |
9991 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9992 | |
9993 * specfun/betainc.m: New file. | |
9994 * specfun/gammainc.m: New file. | |
9995 | |
9996 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9997 | |
9998 * general/strerror.m: New file. | |
9999 * general/perror.m: Implement using strerror(). | |
10000 | |
10001 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10002 | |
10003 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
10004 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
10005 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
10006 | |
10007 * image/saveimage.m: Round img values first. | |
10008 | |
10009 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10010 | |
10011 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
10012 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
10013 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
10014 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
10015 special-matrix/hankel.m special-matrix/toeplitz.m | |
10016 tuwien/strfun/split.m: Add missing semicolons. | |
10017 | |
10018 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
10019 | |
10020 * image/Makefile.in: Don't build or install octtoppm. | |
10021 | |
10022 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 10023 routines so that people who don't have the pbm stuff installed |
2330 | 10024 can still use this function. |
10025 | |
10026 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10027 | |
10028 * image/saveimage.m: Better error checking, clean up a bit. | |
10029 | |
10030 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10031 | |
10032 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
10033 avoid conflict with new built-in text-style function more. | |
10034 | |
10035 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
10036 | |
10037 * startup/Makefile.in (install): Also install octaverc in | |
10038 $localfcnfiledir/startup/octavrc. | |
10039 | |
10040 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10041 | |
10042 * mkinstalldirs: New file. | |
10043 * Makefile.in (DISTFILES): Add it to the list. | |
10044 | |
10045 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
10046 | |
10047 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10048 | |
10049 * special-matrix/hankel.m: Compatibility fix. Complain if | |
10050 r(1) != c(nr), not if r(1) != c(1). | |
10051 | |
10052 * signal/filter.m: Doc fix. | |
10053 | |
10054 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10055 | |
10056 * miscellaneous/cputime.m: Use new resource structure names (no | |
10057 ru_ or tv_ prefixes). | |
10058 | |
10059 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10060 | |
10061 * time/ctime.m: Fix doc string and usage message. | |
10062 | |
10063 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10064 | |
10065 * time/clock.m: Use new time structure names (no tm_ prefix). | |
10066 | |
10067 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10068 | |
10069 * control/c2d.m: Make function work for any value of | |
10070 whitespace_in_literal_matrix. | |
10071 * control/dare.m: Likewise. | |
10072 * control/tzero.m: Likewise. | |
10073 * elfun/gcd.m: Likewise. | |
10074 * elfun/lcm.m: Likewise. | |
10075 * general/postpad.m: Likewise. | |
10076 * general/prepad.m: Likewise. | |
10077 * linear-algebra/kron.m: Likewise. | |
10078 * miscellaneous/etime.m: Likewise. | |
10079 * polynomial/conv.m: Likewise. | |
10080 * polynomial/deconv.m: Likewise. | |
10081 * polynomial/poly.m: Likewise. | |
10082 * polynomial/roots.m: Likewise. | |
10083 * signal/filter.m: Likewise. | |
10084 * signal/freqz.m: Likewise. | |
10085 * signal/fftfilt.m: Likewise. | |
10086 | |
10087 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10088 | |
10089 * miscellaneous/is_leap_year.m: Make work for vector args. | |
10090 | |
10091 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10092 | |
10093 * plot/polar_int_2.m: Add missing semicolons. | |
10094 Set theta = theta', not rho'. | |
10095 | |
10096 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10097 | |
10098 * polynomial/roots.m: Make it work for any value of | |
10099 whitespace_in_literal_matrix. | |
10100 | |
10101 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10102 | |
10103 * configure.in: New file. | |
10104 | |
10105 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10106 | |
10107 * control/lyap.m: Add missing semicolon. | |
10108 | |
10109 * miscellaneous/cputime.m: New function file. | |
10110 | |
10111 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10112 | |
10113 * time: New directory. | |
10114 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
10115 New function files. | |
10116 * time/Makefile.in: New file. | |
10117 * Makefile.in (SUBDIRS): Add time. | |
10118 | |
10119 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10120 | |
10121 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
10122 | |
10123 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10124 | |
10125 * plot/plot_int_1.m: Transpose data with .', not '. | |
10126 | |
10127 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10128 | |
10129 * Makefile.in (install uninstall clean mostlyclean distclean | |
10130 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
10131 | |
10132 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10133 | |
10134 * Makefile.in (install): Create ls-R database file. | |
10135 (uninstall): Delete it. | |
10136 | |
10137 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10138 | |
5378 | 10139 * image/saveimage.m: Fix typo. |
2330 | 10140 |
10141 See ChangeLog.1 in the top level directory for earlier changes. |