Mercurial > hg > octave-nkf
annotate scripts/ChangeLog @ 8356:d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Fri, 14 Nov 2008 08:12:55 -0500 |
parents | 534fd216278c |
children | bdb0a5aea9f2 |
rev | line source |
---|---|
8343
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
1 2008-11-24 Ben Abbott <bpabbott@mac.com> |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
2 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
3 * plot/legend.m: Correct ording of legend labels. |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
4 |
8344
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
5 2008-11-24 Ben Abbott <bpabbott@mac.com> |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
6 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
7 * plot/__go_draw_axes__.m: Correct order for rendering children. |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
8 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
9 2008-11-21 Radek Salac <salac.r@gmail.com> |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
10 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
11 * sparse/cgs.m, sparse/treelayout.m: New functions. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
12 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
13 |
8324 | 14 2008-11-14 David Bateman <dbateman@free.fr> |
15 | |
16 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
17 of the axis object. | |
18 | |
8356
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
19 2008-11-14 Ben Abbott <bpabbott@mac.com> |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
20 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
21 * plot/gnuplot_drawnow.m: Add support of properites to gp backend. |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
22 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
23 2008-11-13 John W. Eaton <jwe@octave.org> |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
24 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
25 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
26 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
27 |
8315
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
28 2008-11-12 David Bateman <dbateman@free.fr> |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
29 |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
30 * plot/__quiver__.m: Only autoscale if more than one element to |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
31 plot. Modify callbacks for change in order of children. |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
32 * plot/__stem__.m: Modify callbacks for change in order of children. |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
33 |
8316 | 34 2008-11-10 John W. Eaton <jwe@octave.org> |
35 | |
36 * polynomial/spline.m: Delete debugging statements. From | |
37 Sebastian Sch�ps <sebastian@schoeps.org>. | |
38 | |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
39 2008-11-05 Thorsten Meyer <thorsten.meyier@gmx.de> |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
40 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
41 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
42 |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
43 2008-11-04 Thorsten Meyer <thorsten.meyier@gmx.de> |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
44 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
45 * miscellaneous/unpack.m: return directly after recursive handling |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
46 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
47 |
8354
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
48 2008-11-03 Ben Abbott <bpabbott@mac.com> |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
49 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
50 * plot/__go_draw_axes__.m: xticklabel should accept a numeric vector. |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
51 |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
52 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
53 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
54 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
55 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
56 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
57 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
58 |
8305 | 59 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
60 | |
61 * optimization/fzero.m: Replace tabs by spaces. | |
62 | |
63 2008-09-28 Jaroslav Hajek <highegg@gmail.com> | |
64 | |
65 * optimization/fzero.m: Simplify exception handling. | |
66 | |
67 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
68 | |
69 * optimization/fzero.m: New function file. | |
70 * optimization/Makefile.in: Add it. | |
71 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
72 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
73 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
74 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
75 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
76 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
77 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
78 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
79 |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
80 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
81 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
82 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
83 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
84 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
85 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
86 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
87 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
88 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
89 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
90 2008-10-31 David Bateman <dbateman@free.fr> |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
91 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
92 * plot/__contour__.m: Exclude infinite values when calculating contour |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
93 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
94 * plot/clabel.m: Close previous plots in demos to avoid pollution |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
95 between other plot demos. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
96 * plot/plotyy.m: Ditto. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
97 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
98 2008-10-30 David Bateman <dbateman@free.fr> |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
99 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
100 * plot/legend.m: Add support for the "left" and "right" options. |
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
101 * plot/__go_draw_axes__.m: If the axes property keyreverse is set, |
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
102 reverse the key and labelling text. |
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
103 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
104 * plot/__clabel__.m, plot/clabel.m: New functions. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
105 * plot/Makefile.in (SOURCES): Add them here. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
106 * plot/__contour__.m: Rewrite to use contour groups. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
107 * plot/contourf.m: Call __contour__ instead of using specific code. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
108 * plot/contour.m, plot/contour3.m: Minor modification to allow for |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
109 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
110 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
111 2008-10-29 Thorsten Meyer <thorsten.meyier@gmx.de> |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
112 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
113 * set/create_set.m, set/ismember.m, set/union.m, set/complement.m: |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
114 Fix @seealso references to deprecated function intersection. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
115 * polynomial/polyvalm.m, polynomial/polyout.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
116 polynomial/polyint.m, polynomial/polygcd.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
117 deprecated/polyinteg.m: Remove "and" from @seealso string. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
118 * specfun/betaln.m: Change @seealso reference from deprecated |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
119 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
120 * plot/plot.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
121 plot/plot3.m: Fix @seealso references to ylabel and zlabel. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
122 * general/issymmetric.m, image/imagesc.m, specfun/realpow.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
123 polynomial/polyfit.m, time/eomday.m: Remove @seealso references to |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
124 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
125 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
126 2008-10-29 John W. Eaton <jwe@octave.org> |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
127 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
128 * plot/cla.m: In test, set visible off when creating figure. |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
129 |
8280
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
130 2008-10-28 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
131 |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
132 * optimization/qp.m: Convert bounds of the form b <= x <= b and |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
133 constraints of the form b <= A*x <= b to equality constraints. |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
134 |
8274
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
135 2008-10-27 S�ren Hauberg <hauberg@gmail.com> |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
136 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
137 * plot/ellipsoid.m: Check nargin == 6, not nargin == 5. |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
138 |
8264
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
139 2008-10-22 Ben Abbott <bpabbott@mac.com> |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
140 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
141 * plot/cla.m: Fix error when no children to clear. |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
142 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
143 * plot/findobj.m: Allow handle to be empty. |
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
144 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
145 2008-10-22 John W. Eaton <jwe@octave.org> |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
146 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
147 * plot/allchild.m: Move call to get showhiddenhandles outside of |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
148 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
149 |
8257 | 150 2008-10-22 David Bateman <dbateman@free.fr> |
151 | |
8260 | 152 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
153 "caller" workspace. | |
154 | |
8258 | 155 * plot/__errplot__.m: Add errorbar series objects. |
156 * plot/errbar.m: Add some demos. | |
157 | |
8257 | 158 * plot/__add_line_series__.m: Remove |
159 * plot/Makefile.in (SOURCES): Remove it here too. | |
160 * plot/__add_datasource__.m: Allow for more than one character in | |
161 source name. | |
162 * plot/refreshdata.m: Ditto. | |
163 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
164 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
165 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
166 * plot/__scatter__.m: Add scatter series objects and data sources. | |
167 * plot/legend.m: Update type in loop and remove debugging messages. | |
168 | |
8251 | 169 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
170 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
171 * specfun/legendre.m: Warn once on under/overflow. |
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
172 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
173 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
174 |
8249 | 175 2008-10-21 John W. Eaton <jwe@octave.org> |
176 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
177 * plot/quiver3.m: Turn hold off after demo. |
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
178 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
179 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
180 |
8249 | 181 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
182 struct. Use get instead of examining struct fields directly. | |
183 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
184 object struct. Use get instead of examining struct elements | |
185 directly. Use allhild instead of looking at children field of | |
186 figure object struct. | |
187 | |
8251 | 188 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 189 |
190 * plot/orient.m: Fix syntax error. | |
191 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
192 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
193 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
194 * testfun/rundemos.m: Pause between files, as demo itself doesn't. |
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
195 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
196 * plot/fill.m, plot/quiver.m: Quiet the demos. |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
197 * plot/stair.m: Treat a line style argument correctly. |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
198 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
199 2008-10-20 John W. Eaton <jwe@octave.org> |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
200 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
201 * plot/surfnorm.m: Save and restore hold state. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
202 From Daniel J. Sebald <daniel.sebald@ieee.org> and |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
203 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
204 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
205 2008-10-20 Ben Abbott <bpabbott@mac.com> |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
206 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
207 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
208 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
209 * plot/__stem__.m: Respect new ordering of children when setting |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
210 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
211 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
212 * plot/orient.m, plot/print.m: Properly validate figure handle. |
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
213 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
214 * plot/hold.m, plot/comet.m: Properly validate axes handle. |
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
215 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
216 * plot/__go_draw_axes__.m: Fix for binary xfer of suface plots. |
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
217 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
218 2008-10-20 David Bateman <dbateman@free.fr> |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
219 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
220 * plot/plotyy.m: Test that an axes handle actually is one before |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
221 setting it. |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
222 |
8236 | 223 2008-10-17 David Bateman <dbateman@free.fr> |
224 | |
225 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
226 from potential axis handles. | |
227 * plot/colorbar.m: Remove debug output. | |
228 * plot/comet.m: Close plot before demo | |
229 * plot/contourc.m: No output if nargout == 0. | |
230 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
231 2008-10-16 David Bateman <dbateman@free.fr> |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
232 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
233 * plot/subplot.m: Allow for column vector of children for figure. |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
234 |
8229 | 235 2008-10-16 John W. Eaton <jwe@octave.org> |
236 | |
237 * testfun/rundemos.m: New function. | |
238 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
239 2008-10-16 Ben Abbott <bpabbott@mac.com> |
8227
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
240 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
241 * plot/contourf.m: Correct order of patch object handles. |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
242 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
243 2008-10-16 David Bateman <dbateman@free.fr> |
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
244 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
245 * plot/colorbar.m (colorbar:resetaxis): Uncomment the reseting of |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
246 the axes. |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
247 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
248 * plot/newplot.m: Don't preserve axes properties here, but rather |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
249 do it in the graphics handle code so that the preservation can be |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
250 done after callbacks are executed. |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
251 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
252 * plot/__go_draw_axes__.m: If current plot is an image, don't flag |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
253 the plot as binary, as the binary specification is already in the |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
254 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
255 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
256 * plot/__go_draw_figure__.m: Always use multiplot and create an |
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
257 enclosing axis to ensure bounding box of postscript is correct. |
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
258 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
259 2008-10-16 Ben Abbott <bpabbott@mac.com> |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
260 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
261 * plot/__go_draw_axes__.m (do_tics_1): New arg, interpreter. |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
262 (do_tics): Pass interpreter to do_tics_1. |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
263 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
264 2008-10-15 David Bateman <dbateman@free.fr> |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
265 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
266 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
267 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
268 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
269 2008-10-14 Ben Abbott <bpabbott@mac.com> |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
270 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
271 * plot/__go_draw_axes__.m (do_tics_1): New args, fontname and fontsize. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
272 Pass fontspec for tic marks to gnuplot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
273 (do_tics): Pass axes fontname and fontsize to do_tics_1. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
274 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
275 * plot/newplot.m: Perserve fontangle, fontname, fontsize, |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
276 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
277 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
278 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
279 2008-10-15 Daniel J. Sebald <daniel.sebald@ieee.org> |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
280 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
281 * plot/__go_draw_axes__.m: Make previous change work for surface |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
282 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
283 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
284 2008-10-14 Daniel J. Sebald <daniel.sebald@ieee.org> |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
285 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
286 * plot/__go_draw_axes__.m: Send binary data to gnuplot. |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
287 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
288 2008-10-13 Ben Abbott <bpabbott@mac.com> |
8216
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
289 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
290 * plot/__go_draw_axes__.m: Fix concatenation of handles. |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
291 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
292 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
293 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
294 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
295 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
296 |
8208 | 297 2008-10-10 David Bateman <dbateman@free.fr> |
298 | |
299 * image/__img__.m: Manually set the limits of th eimage | |
300 * plot/__go_draw_axes__.m: Base window position in the axis | |
301 position property and not the outerposition property. Remove | |
302 colorbar code based on the gnuplot colorbox. Allow images to be a | |
303 vector to support image based colorbars. Also check labelmode for | |
304 manual tics. | |
305 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
306 colorbar code. | |
307 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
308 it to the principal axis. | |
309 * plot/legend.m: Support an axis handle as the first | |
310 argument. Support hggroups. | |
311 * plot/pareto.m: Don't support an axis handle as the first | |
312 argument as the plotyy command in fact needs two axis handles. | |
313 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
314 synchronize the two axes. | |
315 * plot/subplot.m: Also skip axes that are tagged as being a | |
316 colorbar. Don't break in search of overlapping axes to delete. Set | |
317 both the position and the outerposition. | |
318 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
319 2008-10-09 Ben Abbott <bpabbott@mac.com> |
8205
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
320 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
321 * plot/__axis_label__.m: Inherit font properties from axes. |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
322 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
323 2008-10-09 David Bateman <dbateman@free.fr> |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
324 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
325 * general/loadobj.m, general/saveobj.m, general/display: New functions |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
326 * general/Makefile.in (SOURCES): Add then here. |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
327 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
328 2008-10-08 John W. Eaton <jwe@octave.org> |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
329 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
330 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
331 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
332 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
333 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
334 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
335 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
336 * plot/Makefile.in (SOURCES): Add it to the list. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
337 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
338 2008-10-07 John W. Eaton <jwe@octave.org> |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
339 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
340 * miscellaneous/delete.m: Pass array of handles to __go_delete__. |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
341 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
342 2008-10-06 John W. Eaton <jwe@octave.org> |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
343 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
344 * plot/__add_datasource__.m, plot/__axes_limits__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
345 plot/__bar__.m, plot/__bars__.m, plot/__contour__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
346 plot/__go_draw_axes__.m, plot/__go_draw_figure__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
347 plot/__patch__.m, plot/__quiver__.m, plot/__scatter__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
348 plot/__stem__.m, plot/ancestor.m, plot/axis.m, plot/box.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
349 plot/caxis.m, plot/close.m, plot/colorbar.m, plot/fill.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
350 plot/findobj.m, plot/grid.m, plot/hidden.m, plot/hold.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
351 plot/ishold.m, plot/legend.m, plot/linkprop.m, plot/orient.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
352 plot/plotmatrix.m, plot/shading.m: Use case-insensitive comparison |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
353 for properties. Misc style fixes. |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
354 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
355 2008-10-06 Ben Abbott <bpabbott@mac.com> |
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
356 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
357 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
358 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
359 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
360 * plot/__plt_get_axis_arg__.m: Handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
361 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
362 * miscellaneous/delete.m: Permit a vector of handles to be deleted. |
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
363 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
364 2008-10-02 John W. Eaton <jwe@octave.org> |
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
365 |
8182 | 366 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
367 | |
368 2008-10-02 Benjamin Lindner <lindnerb@users.sourceforge.net> | |
8172
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
369 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
370 * pkg.m (configure_make): Enclose building directory in quotes. |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
371 |
8182 | 372 2008-10-02 Ben Abbott <bpabbott@mac.com> |
373 | |
374 * plot/__go_draw_axes__.m: Remove depdenence on gnuplot version. | |
8171
15ffb9836c01
__go_draw_axes__.m: Remove depdenence on gnuplot version.
Ben Abbott <bpabbott@mac.com>
parents:
8168
diff
changeset
|
375 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
376 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
377 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
378 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
379 |
8182 | 380 2008-09-30 Ben Abbott <bpabbott@mac.com> |
8166
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
381 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
382 * plot/__go_draw_axes__.m: Fix interpolation of facecolors. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
383 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
384 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
385 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
386 2008-09-29 John W. Eaton <jwe@octave.org> |
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
387 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
388 * plot/__go_draw_axes__.m: Eliminate have_newer_gnuplot variable. |
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
389 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
390 * plot/__gnuplot_version__.m: Also include patchlevel. |
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
391 |
8182 | 392 2008-09-29 Ben Abbott <bpabbott@mac.com> |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
393 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
394 * polynomial/deconv.m: Fix row/col orientation & length of output. |
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
395 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
396 * polynomial/conv.m: Correct row/col orientation of output. |
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
397 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
398 2008-09-27 Ivan Sutoris <ivan.sutoris@gmail.com> |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
399 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
400 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
401 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
402 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
403 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
404 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
405 and to throw error for use outside of a class |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
406 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
407 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
408 2008-09-26 John W. Eaton <jwe@octave.org> |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
409 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
410 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
411 |
8148 | 412 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
413 | |
414 * image/imread.m, image/imwrite.m: Doc fix. | |
415 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
416 2008-09-24 John W. Eaton <jwe@octave.org> |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
417 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
418 * plot/fplot.m: Call axis after calling plot. |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
419 |
8149 | 420 2008-09-24 S�ren Hauberg <hauberg@gmail.com> |
8144
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
421 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
422 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
423 * image/Makefile.in (SOURCES): Add it to the list. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
424 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
425 2008-09-24 Ben Abbott <bpabbott@mac.com> |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
426 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
427 * strings/strcat.m: Improve Matlab compatibility for non-character |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
428 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
429 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
430 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
431 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
432 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
433 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
434 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
435 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
436 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
437 |
8182 | 438 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 439 |
440 * plot/comet.m: New file. | |
441 * plot/Makefile.in (SOURCES): Add it here. | |
442 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
443 2008-09-22 David Bateman <dbateman@free.fr> |
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
444 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
445 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
446 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
447 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
448 * general/quadgk.m: No function count in quadgk and so don't try and |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
449 print it when given trace argument. |
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
450 |
8182 | 451 2008-09-18 Jaroslav Hajek <highegg@gmail.com> |
8120
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
452 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
453 * general/blkdiag.m: Skip assignment if rhs is empty. |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
454 |
8116 | 455 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
456 | |
8117 | 457 * image/imshow.m: Fix for display_range. |
458 | |
8116 | 459 * general/interpn.m: Fixe for extrapval and documentation of |
460 extrapval. | |
461 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
462 2008-09-17 David Bateman <dbateman@free.fr> |
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
463 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
464 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
465 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
466 * time/datestr.m: More careful check for datevec format with 6 |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
467 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
468 * plot/__go_draw_axes__ (do_tics_1): Use %.15g format rather than |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
469 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
470 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
471 * general/cell2mat.m: Backout previous change. Special case 2D |
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
472 case for speed. |
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
473 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
474 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
475 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
476 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
477 |
8098
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
478 2008-09-09 John W. Eaton <jwe@octave.org> |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
479 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
480 * time/datestr.m: Convert format and use strftime to do most of |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
481 the actual conversion. |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
482 |
8088 | 483 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
484 | |
485 * plot/plot.m: Doc fix. | |
486 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
487 2008-09-08 Mark van Rossum <mvanross@inf.ed.ac.uk> |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
488 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
489 * statistics/distributions/binornd.m: Handle zero values of n |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
490 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
491 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
492 2008-09-08 Kai Habel <kai.habel@gmx.de> |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
493 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
494 * plot/contourf.m: Fix case for equal-sized matrices |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
495 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
496 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
497 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
498 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
499 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
500 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
501 * plot/__line__.m: Remove empty clause fof if/then/else test |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
502 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
503 |
8076 | 504 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
505 | |
506 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
507 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
508 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
509 | |
8075
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
510 2008-08-29 David Bateman <dbateman@free.fr> |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
511 |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
512 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
513 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
514 plot/__plt2vv__.m, plot/plot3.m, plot/__area__.m, plot/__bars__.m, |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
515 plot/__quiver__.m, plot/__stem__.m, plot/stairs.m : |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
516 Pass additional prop/val pairs to hggroup rather than underlying |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
517 objects. If a baseline existings specifically associate it with |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
518 the parent of the created hggroup to allow things like "stem(..., |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
519 'parent', hg)" to work correctly. |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
520 * plot/hold.m: If currentaxes if figure doesn't exist, create it. |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
521 |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
522 * plot/plot3.m: Pass hline to __add_line_series__. |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
523 * plot/__add_datasource__.m: Fix off by one error. |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
524 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
525 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
526 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
527 * plot/__add_line_series__.m, plot/ishghandle.m, plot/linkprop.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
528 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
529 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
530 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
531 * plot/__area__.m, plot/__bars__.m, plot/__quiver__.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
532 plot/__stem__.m, plot/stairs.m, plot/stem.m: Add data sources. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
533 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
534 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
535 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
536 plot/__plt2vv__.m, plot/plot3.m: Add line series and data sources. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
537 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
538 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
539 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
540 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
541 |
8065
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
542 2008-08-26 John W. Eaton <jwe@octave.org> |
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
543 |
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
544 * plot/hold.m: If hold is applied to a figure, set state for all |
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
545 child axes objects. |
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
546 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
547 2008-08-26 Michael Goffioul <michael.goffioul@gmail.com> |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
548 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
549 * plot/backend.m: New function to handle backend switch. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
550 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
551 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
552 2008-08-26 David Bateman <dbateman@free.fr> |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
553 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
554 * plot/__area__.m: Use __next_line_color__ rather than fixed set |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
555 of colors. Convert to use area series objects. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
556 * plot/area.m: Update documentation to correspond to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
557 the area series usage. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
558 * plot/__bar.m: Pass the original rather than scaled width to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
559 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
560 * plot/__bars__.m: Convert to use bar series objects. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
561 * plot/bar.m, plor/barh.m: Update documentation to correspond to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
562 the bar series usage. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
563 * plot/__quiver__.m: Convert to use quiver series objects. Change |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
564 the default scaling and arrowsize for compatibility. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
565 * plot/quiver.m: Update documentation to correspond to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
566 the quiver series usage. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
567 * plot/stairs.m: Convert to use stair series objects. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
568 * plot/stem.m: Don't include baseline in xlim calculation. Correct |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
569 test of whether baseline xdata needs updating in the update_xlim |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
570 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
571 |
8054 | 572 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
573 | |
574 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
575 Handle parameter-value options. Untabify. | |
576 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
577 2008-08-25 David Bateman <dbateman@free.fr> |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
578 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
579 * plot/__stem__.m: Use property inheritance and don't explicitly |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
580 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
581 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
582 * plot/__go_draw_axes__.m: Respect the "visible" property of object and |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
583 don't draw them if the object is not visible. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
584 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
585 * plot/__stem__.m: Convert to use stem series object. |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
586 * plot/stem.m, plot/stem3.m: Update documentation to correspond to |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
587 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
588 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
589 2008-08-22 John W. Eaton <jwe@octave.org> |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
590 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
591 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
592 |
8048
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
593 2008-08-21 John W. Eaton <jwe@octave.org> |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
594 |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
595 * plot/__go_draw_axes__.m: Fix test for have_data. |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
596 (__gnuplot_write_data__): Write "Inf Inf\n" if all data pairs |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
597 contain NaN values. |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
598 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
599 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
600 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
601 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
602 |
8046 | 603 2008-08-21 David Bateman <dbateman@free.fr> |
604 | |
605 * plot/ezplot.m : New function. | |
606 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
607 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
608 | |
8182 | 609 2008-08-20 Jaroslav Hajek <highegg@gmail.com> |
8043
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
610 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
611 * pkg/pkg.m (configure_make): Pass handle to is_architecture_dependent |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
612 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
613 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
614 2008-08-20 David Bateman <dbateman@free.fr> |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
615 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
616 * plot/__go_draw_axes__.m: Don't set pm3d implicit if the plot |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
617 contains a surface. Fixes things like meshc(peaks()). |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
618 |
8040 | 619 2008-08-19 Jaroslav Hajek <highegg@gmail.com> |
8036
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
620 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
621 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
622 |
8035 | 623 2008-08-19 David Bateman <dbateman@free.fr> |
624 | |
8039
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8036
diff
changeset
|
625 * miscellaneous/intwarning.m: New function. |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8036
diff
changeset
|
626 * miscellaneous/Makefile.in (SOURCES): Add it here. |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8036
diff
changeset
|
627 |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8036
diff
changeset
|
628 * statistics/base/ranks.m: Doc fix. |
8035 | 629 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
630 2008-08-08 John W. Eaton <jwe@octave.org> |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
631 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
632 * general/Makefile.in (SOURCES): Add cellidx.m to the list. |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
633 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
634 2008-08-07 John W. Eaton <jwe@octave.org> |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
635 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
636 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
637 |
8002
30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents:
7994
diff
changeset
|
638 2008-08-04 John W. Eaton <jwe@octave.org> |
30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents:
7994
diff
changeset
|
639 |
30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents:
7994
diff
changeset
|
640 * strings/strtok.m: Include TAB, LF, VT, FF, and CR in default |
30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents:
7994
diff
changeset
|
641 list of delim characters. Update tests. |
30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents:
7994
diff
changeset
|
642 |
7994
8ccd9b0bf6bc
plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents:
7989
diff
changeset
|
643 2008-07-29 John W. Eaton <jwe@octave.org> |
8ccd9b0bf6bc
plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents:
7989
diff
changeset
|
644 |
8ccd9b0bf6bc
plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents:
7989
diff
changeset
|
645 * plot/axis.m (__get_tight_lims__): Use strcat instead of []. |
8ccd9b0bf6bc
plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents:
7989
diff
changeset
|
646 Don't fail if data is not a vector. |
8ccd9b0bf6bc
plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents:
7989
diff
changeset
|
647 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
648 2008-07-29 David Bateman <dbateman@free.fr> |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
649 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
650 * general/cellidx.m: reinclude from control toolbox, as used by |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
651 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
652 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
653 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
654 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
655 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
656 * control, finance, quaternion: Remove directories and all of the |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
657 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
658 * Makefile.in: Remove all references to the above directories. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
659 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
660 |
8182 | 661 2008-07-28 Ben Abbott <bpabbott@mac.com> |
7985
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
662 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
663 * plot/hold.m: Clarify help text. |
7986 | 664 |
665 * specfun/reallog.m: Fix help string. | |
666 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
667 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 668 |
669 * strings/regexptranslate.m: Add real documentation. | |
670 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
671 * plot/contourf.m: Allow X,Y to be unequal vectors. |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
672 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
673 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
674 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
675 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
676 |
7974 | 677 2008-07-28 John W. Eaton <jwe@octave.org> |
678 | |
679 * image/imwrite.m: New function. | |
680 * image/Makefile.in (SOURCES): Add it to the list. | |
681 | |
7969 | 682 2008-07-24 Ben Abbott <bpabbott@mac.com> |
683 | |
684 * time/datestr.m: New xtest. | |
685 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
686 2008-07-21 Michael Goffioul <michael.goffioul@gmail.com> |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
687 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
688 * plot/closereq.m: Use first gcbf to get the handle of the figure to |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
689 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
690 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
691 |
7940 | 692 2008-07-17 John W. Eaton <jwe@octave.org> |
693 | |
694 * general/fliplr.m: Fix usage test. | |
695 * testfun/test.m: Fix usage tests. | |
696 | |
8040 | 697 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 698 |
699 * statistics/base/cov.m: Fix test that should no longer work. | |
700 | |
7935 | 701 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
702 | |
703 * plot/gcbo.m, plot/gcbf.m: New functions. | |
704 * plot/Makefile.in (SOURCES): Add them to the list. | |
705 | |
7930
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
706 2008-07-16 John W. Eaton <jwe@octave.org> |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
707 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
708 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
709 * deprecated/Makefile.in (SOURCES): Add it to the list. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
710 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
711 * image/Makefile.in (SOURCES): Remove it from the list. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
712 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
713 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
714 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
715 |
7930
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
716 * image/__img__.m: Set clim for true-color integer data. |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
717 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
718 * image/imshow.m: Don't convert integer true-color data to double. |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
719 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
720 * plot/__go_draw_axes__.m: Recognize 3-d cdata as a true-color image. |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
721 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
722 2008-07-14 John W. Eaton <jwe@octave.org> |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
723 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
724 * image/Makefile.in (SOURCES): Add imread.m to the list. |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
725 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
726 2008-07-14 Thomas L. Scofield <scofield@calvin.edu> |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
727 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
728 * image/imread.m: New file from Octave Forge. |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
729 |
8040 | 730 2008-07-10 Jaroslav Hajek <highegg@gmail.com> |
7920
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
731 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
732 * set/unique.m: Implement 'first' and 'last', some simplifications. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
733 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
734 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
735 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
736 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
737 Add tests and adjust docs in all of the above. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
738 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
739 2008-06-11 John W. Eaton <jwe@octave.org> |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
740 |
7883
3092dd54ad95
fix expected output from lasterr in tests; fix fail tests in ismember.m
John W. Eaton <jwe@octave.org>
parents:
7881
diff
changeset
|
741 * set/ismember.m: Fix fail tests. |
3092dd54ad95
fix expected output from lasterr in tests; fix fail tests in ismember.m
John W. Eaton <jwe@octave.org>
parents:
7881
diff
changeset
|
742 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
743 * general/rat.m: Properly initialize steps when all elements of |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
744 input array are integers. Append spaces as necessary when |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
745 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
746 |
8040 | 747 2008-06-05 Jaroslav Hajek <highegg@gmail.com> |
7873
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
748 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
749 * plot/__go_draw_axes__.m: Use fprintf for formatted output. |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
750 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
751 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
752 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
753 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
754 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
755 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
756 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
757 2008-06-02 David Bateman <dbateman@free.fr> |
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
758 |
7817 | 759 * miscellaneous/debug.m: New file.. |
760 * Makefile.in (SOURCES): Add it to the list. | |
761 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
762 * general/interp1q.m: Remove spaces between functions and args in |
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
763 []. Fix test code to actually test interp1q. |
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
764 |
8040 | 765 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 766 |
767 * strings/strcat.m: Add tests. | |
768 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
769 2008-06-02 Kim Hansen <kimhanse@gmail.com> |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
770 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
771 * strings/mat2str.m: Change is_complex to iscomplex, add tests, add |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
772 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
773 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
774 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
775 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
776 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
777 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
778 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
779 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
780 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
781 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
782 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
783 |
7783 | 784 2008-05-20 Bill Denney <bill@denney.ws> |
785 | |
786 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
787 New tests. | |
788 | |
7777 | 789 2008-05-19 John W. Eaton <jwe@octave.org> |
790 | |
791 * general/isa.m: Fix tests. | |
792 | |
7773 | 793 2008-05-13 Bill Denney <bill@denney.ws> |
794 | |
795 * general/isa.m: Use persistent cell arrays to hold class names | |
796 instead of multiple strcmp calls. | |
797 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
798 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
799 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
800 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
801 control/base/damp.m, control/base/dlqr.m, control/base/lsim.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
802 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
803 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
804 control/system/is_controllable.m, control/system/is_detectable.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
805 control/system/is_stabilizable.m, control/system/is_stable.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
806 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
807 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
808 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
809 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
810 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
811 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
812 linear-algebra/rref.m, optimization/qp.m, optimization/sqp.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
813 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
814 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
815 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
816 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
817 statistics/tests/manova.m: Modify calls to eps to allow for single |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
818 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
819 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
820 * general/isa.m: Also treat "float: and "numeric" as the class |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
821 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
822 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
823 * general/dblquad.m, general/quadgk.m, general/quadv.m, |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
824 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
825 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
826 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
827 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
828 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
829 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
|
830 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
831 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
832 |
7765 | 833 2008-05-06 David Bateman <dbateman@free.fr> |
834 | |
835 * miscellaneous/symvar.m: New function. | |
836 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
837 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
838 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
|
839 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
840 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
841 * 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
|
842 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
843 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
844 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
845 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
846 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
|
847 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
|
848 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
849 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
850 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
851 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
852 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
853 * 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
|
854 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
855 |
7747 | 856 2008-04-30 John W. Eaton <jwe@octave.org> |
857 | |
858 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
859 elfun/asech.m, specfun/pow2.m: Fix tests. | |
860 | |
8040 | 861 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 862 |
863 * specfun/log2.m: Delete. | |
864 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
865 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
866 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
|
867 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
868 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
|
869 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
870 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
871 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
872 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
873 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
874 |
7736 | 875 2008-04-25 John W. Eaton <jwe@octave.org> |
876 | |
877 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
878 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 879 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
880 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
|
881 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
882 * 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
|
883 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
|
884 * 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
|
885 |
8149 | 886 2008-04-16 S�ren Hauberg <hauberg@gmail.com> |
7714
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
887 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
888 * 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
|
889 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
890 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
|
891 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
892 * 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
|
893 |
7713 | 894 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
|
895 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
896 * 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
|
897 |
7710 | 898 2008-04-14 David Bateman <dbateman@free.fr> |
899 | |
900 * plot/rose.m: Add missing comment mark that causes issues with | |
901 octave-forge function referencing. | |
902 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
903 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
904 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
|
905 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
906 * 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
|
907 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
|
908 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
|
909 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
|
910 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
|
911 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
|
912 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
|
913 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
|
914 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
|
915 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
|
916 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
|
917 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
|
918 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
|
919 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
|
920 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
|
921 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
|
922 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
|
923 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
|
924 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
|
925 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
|
926 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
|
927 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
|
928 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
|
929 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
|
930 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
|
931 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
|
932 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
|
933 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
|
934 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
|
935 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
|
936 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
|
937 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
|
938 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
|
939 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
|
940 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
|
941 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
|
942 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
|
943 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
|
944 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
|
945 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
|
946 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
|
947 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
|
948 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
|
949 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
|
950 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
|
951 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
|
952 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
|
953 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
|
954 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
955 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
|
956 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
957 * 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
|
958 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
959 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
|
960 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
961 * 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
|
962 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
963 * 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
|
964 * 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
|
965 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
966 * 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
|
967 * 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
|
968 * 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
|
969 * 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
|
970 * 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
|
971 * 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
|
972 * 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
|
973 * 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
|
974 * 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
|
975 * 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
|
976 * 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
|
977 * 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
|
978 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
979 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
980 * 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
|
981 * 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
|
982 * 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
|
983 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
984 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
|
985 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
986 * 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
|
987 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
|
988 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
989 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
|
990 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
991 * 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
|
992 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
|
993 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
|
994 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
|
995 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
|
996 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
|
997 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
|
998 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
|
999 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
|
1000 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
|
1001 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
|
1002 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
|
1003 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
|
1004 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
|
1005 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
|
1006 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
|
1007 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1008 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
|
1009 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
|
1010 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
|
1011 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
|
1012 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
|
1013 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
|
1014 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1015 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
|
1016 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
|
1017 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
|
1018 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
|
1019 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
|
1020 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
|
1021 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1022 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
|
1023 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
|
1024 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
|
1025 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
|
1026 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
|
1027 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
|
1028 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
|
1029 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
|
1030 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
|
1031 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1032 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
|
1033 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1034 * 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
|
1035 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
|
1036 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
|
1037 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
|
1038 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
|
1039 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
|
1040 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
|
1041 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
|
1042 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
|
1043 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
|
1044 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
|
1045 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
|
1046 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
|
1047 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
|
1048 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
|
1049 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
|
1050 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1051 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
|
1052 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
|
1053 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
|
1054 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
|
1055 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
|
1056 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1057 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
|
1058 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
|
1059 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1060 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
|
1061 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
|
1062 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
|
1063 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
|
1064 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
|
1065 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1066 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
|
1067 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1068 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
|
1069 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
|
1070 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
|
1071 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
|
1072 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
|
1073 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
|
1074 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
|
1075 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
|
1076 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
|
1077 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1078 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
|
1079 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
|
1080 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
|
1081 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1082 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1083 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1084 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1085 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1086 * 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
|
1087 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1088 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1089 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1090 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1091 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1092 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1093 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1094 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1095 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1096 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1097 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1098 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1099 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1100 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1101 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1102 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
|
1103 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
1104 * 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
|
1105 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1106 * 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
|
1107 |
7682 | 1108 2008-04-02 Bill Denney <bill@denney.ws> |
1109 | |
1110 * optimization/lsqnonneg.m: New function. | |
1111 * optimization/Makefile.in (SOURCES): Add it to the list. | |
1112 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1113 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1114 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1115 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1116 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1117 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1118 * 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
|
1119 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
|
1120 * 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
|
1121 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1122 |
7678 | 1123 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
1124 | |
1125 * general/sortrows.m: Handle negative column arguments. | |
1126 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1127 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1128 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1129 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1130 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1131 |
7673 | 1132 2008-03-31 David Bateman <dbateman@free.fr> |
1133 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1134 * 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
|
1135 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
|
1136 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1137 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1138 * 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
|
1139 * 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
|
1140 * 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
|
1141 * 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
|
1142 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1143 * 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
|
1144 |
7673 | 1145 * plot/ginput.m: New function. |
1146 * plot/__gnuplot_ginput__.m: New function based on a version of | |
1147 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
1148 * plot/Makefile.in (SOURCES): Add them to the list. | |
1149 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1150 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
|
1151 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1152 * 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
|
1153 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1154 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1155 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1156 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1157 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1158 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1159 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1160 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1161 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1162 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
|
1163 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1164 * 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
|
1165 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1166 |
7669 | 1167 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
1168 | |
1169 * general/del2.m: Missing semicolon. | |
1170 | |
7668 | 1171 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
1172 | |
1173 * miscellaneous/info.m: New function. | |
1174 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1175 | |
8149 | 1176 2008-03-27 S�ren Hauberg <hauberg@gmail.com> |
7666
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1177 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1178 * 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
|
1179 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1180 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1181 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
|
1182 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1183 * 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
|
1184 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
|
1185 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
1186 * 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
|
1187 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
|
1188 |
7655 | 1189 2008-03-27 Bill Denney <bill@denney.ws> |
1190 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1191 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1192 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1193 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1194 * 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
|
1195 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1196 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1197 * 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
|
1198 |
7657 | 1199 * general/genvarname.m: New function. |
1200 * general/Makefile.in (SOURCES): Add it to the list. | |
1201 | |
7656 | 1202 * time/addtodate.m: New function. |
7657 | 1203 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 1204 |
7655 | 1205 * geometry/rectint.m: Vectorize and add more tests. |
1206 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
1207 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
|
1208 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
1209 * 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
|
1210 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1211 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1212 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1213 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1214 |
7650 | 1215 2008-03-26 John W. Eaton <jwe@octave.org> |
1216 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1217 * 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
|
1218 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1219 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1220 * 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
|
1221 |
7650 | 1222 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
1223 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
1224 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
1225 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
1226 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
1227 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
1228 Texinfo fixes. | |
1229 | |
8040 | 1230 2008-03-26 Jaroslav Hajek <highegg@gmail.com> |
7649
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
1231 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
1232 * 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
|
1233 |
8149 | 1234 2008-03-26 S�ren Hauberg <hauberg@gmail.com> |
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
|
1235 |
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
|
1236 * 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
|
1237 |
8182 | 1238 2008-03-20 Ben Abbott <bpabbott@mac.com> |
7643
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1239 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1240 * 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
|
1241 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
|
1242 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1243 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1244 * 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
|
1245 |
8149 | 1246 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 1247 |
1248 * polynomial/convn.m: New function. | |
1249 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
1250 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1251 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1252 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1253 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1254 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 1255 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
1256 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
|
1257 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
1258 * 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
|
1259 |
7627 | 1260 2008-03-24 David Bateman <dbateman@free.fr> |
1261 | |
1262 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1263 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 1264 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
1265 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1266 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
1267 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
1268 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1269 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
1270 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
1271 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
|
1272 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1273 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1274 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1275 * 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
|
1276 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
1277 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
|
1278 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
1279 * 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
|
1280 |
7617 | 1281 * miscellaneous/cast.m: Also allow cast to "char". |
1282 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
1283 * 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
|
1284 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
1285 * 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
|
1286 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1287 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1288 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
1289 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
1290 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1291 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1292 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1293 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1294 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1295 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1296 |
7610 | 1297 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
1298 | |
1299 * signal/sinetone.m: Ensure integral number of samples. | |
1300 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
1301 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
|
1302 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
1303 * 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
|
1304 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1305 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
|
1306 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1307 * 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
|
1308 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1309 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
|
1310 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1311 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1312 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1313 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1314 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1315 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1316 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1317 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1318 * 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
|
1319 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1320 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1321 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1322 * 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
|
1323 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1324 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1325 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1326 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
|
1327 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
1328 * 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
|
1329 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1330 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
|
1331 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1332 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1333 |
7592 | 1334 2008-03-14 Kai Habel <kai.habel@gmx.de> |
1335 | |
1336 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
1337 style to default to avoid wrong mesh color in some cases. | |
1338 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1339 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1340 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1341 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1342 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
|
1343 |
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
|
1344 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
|
1345 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
1346 * 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
|
1347 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
|
1348 |
7592 | 1349 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
1350 | |
7582 | 1351 2008-03-11 Kai Habel <kai.habel@gmx.de> |
1352 | |
1353 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
1354 Allow plotting of uniform colored mesh plots with and | |
1355 w/o hidden line removal. | |
1356 | |
1357 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
|
1358 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
1359 * 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
|
1360 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
1361 * 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
|
1362 |
7569 | 1363 2008-03-07 John W. Eaton <jwe@octave.org> |
1364 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
1365 * 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
|
1366 |
7569 | 1367 * plot/__go_draw_axes__.m: Handle tickdir property. |
1368 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1369 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1370 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
1371 * 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
|
1372 Allow matrix arguments when number of bins > 30. |
7568 | 1373 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
|
1374 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
1375 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
1376 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
1377 * 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
|
1378 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1379 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1380 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1381 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
|
1382 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1383 * 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
|
1384 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1385 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
|
1386 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1387 * 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
|
1388 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1389 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
1390 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
|
1391 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
1392 * 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
|
1393 |
7551 | 1394 2008-03-04 Bill Denney <bill@denney.ws> |
1395 | |
7557 | 1396 * plot/allchild.m, plot/findall.m: New functions. |
1397 * plot/Makefile.in (SOURCES): Add them to the list. | |
1398 | |
7551 | 1399 * geometry/rectint.m: New function. |
7557 | 1400 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 1401 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1402 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
|
1403 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
1404 * 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
|
1405 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
|
1406 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1407 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 1408 |
1409 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
1410 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
1411 * 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
|
1412 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1413 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
|
1414 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1415 * 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
|
1416 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1417 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
|
1418 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1419 * 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
|
1420 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
|
1421 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1422 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
|
1423 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1424 * 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
|
1425 "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
|
1426 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1427 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
|
1428 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1429 * 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
|
1430 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
|
1431 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
|
1432 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
|
1433 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
|
1434 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
|
1435 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
|
1436 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
|
1437 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
|
1438 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
|
1439 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
|
1440 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
|
1441 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
|
1442 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1443 * 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
|
1444 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1445 * 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
|
1446 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1447 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
|
1448 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1449 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1450 |
7525 | 1451 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
1452 | |
1453 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
1454 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1455 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
|
1456 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1457 * 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
|
1458 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1459 |
7518 | 1460 2008-02-22 Ben Abbott <bpabbott@mac.com> |
1461 | |
1462 * specfun/legendre.m: Doc fix. | |
1463 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1464 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
|
1465 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1466 * 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
|
1467 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1468 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1469 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
|
1470 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1471 * 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
|
1472 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1473 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1474 * 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
|
1475 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1476 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
|
1477 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1478 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1479 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1480 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1481 * 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
|
1482 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1483 * 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
|
1484 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1485 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1486 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
|
1487 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1488 * 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
|
1489 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1490 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1491 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
|
1492 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1493 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1494 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1495 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
|
1496 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1497 * 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
|
1498 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
|
1499 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
|
1500 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
|
1501 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1502 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
|
1503 |
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
|
1504 * 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
|
1505 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
|
1506 |
7501 | 1507 * polynomial/polyfit.m: Use QR decomposition. Handle |
1508 normalization option. | |
1509 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
1510 generate 50% prediction intervals. | |
1511 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1512 * 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
|
1513 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1514 |
7498 | 1515 2008-02-19 John W. Eaton <jwe@octave.org> |
1516 | |
1517 * pkg/pkg.m: Style fixes. | |
1518 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1519 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 1520 |
1521 * pkg/pkg.m: Handle 'describe' command. | |
1522 (parse_pkg_idx, print_package_description): New subfunctions. | |
1523 | |
7493 | 1524 2008-02-19 Bill Denney <bill@denney.ws> |
1525 | |
1526 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
1527 elements wide. | |
1528 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1529 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
|
1530 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1531 * 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
|
1532 |
7485 | 1533 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
1534 | |
1535 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
1536 * general/runlength.m: New function from Paul Kienzle. | |
1537 | |
7484 | 1538 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
1539 | |
1540 * linear-algebra/cond.m: New optional second argument to | |
1541 specify 1-norm, inf-norm, or frobenius-norm. | |
1542 | |
7475 | 1543 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
1544 | |
1545 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
1546 body. Allow the linespec to specify the arrow color. | |
1547 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1548 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
|
1549 |
7474 | 1550 * miscellaneous/cast.m: Also treat the logical type. |
1551 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1552 * 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
|
1553 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1554 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1555 * 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
|
1556 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1557 * 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
|
1558 * 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
|
1559 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1560 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
|
1561 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1562 * 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
|
1563 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1564 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1565 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1566 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1567 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1568 * 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
|
1569 |
7436 | 1570 2008-02-01 Dave Goel <deego3@gmail.com> |
1571 | |
1572 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
1573 | |
7434 | 1574 2008-02-01 Bill Denney <bill@denney.ws> |
1575 | |
1576 * time/weekday.m: Allow vector inputs and speed up. | |
1577 * time/eomday.m: Return column vector for column vector inputs. | |
1578 | |
7429 | 1579 2008-01-30 John W. Eaton <jwe@octave.org> |
1580 | |
7434 | 1581 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
1582 revision". | |
1583 | |
7431 | 1584 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
1585 __plt2vs__.m in the list. | |
1586 | |
7430 | 1587 * miscellaneous/tempdir.m: Append filesep to name for |
1588 compatibility. Warn if not a directory or directory does not | |
1589 exist. | |
1590 | |
7429 | 1591 * strings/deblank.m: Improve compatibility. |
1592 | |
7428 | 1593 2008-01-29 John W. Eaton <jwe@octave.org> |
1594 | |
1595 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
1596 | |
1597 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 1598 |
1599 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
1600 Return the label handle, not the current axis handle. | |
1601 | |
7421 | 1602 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
1603 | |
1604 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
1605 abscissa. | |
1606 | |
1607 2008-01-25 David Bateman <dbateman@free.fr> | |
1608 | |
7423 | 1609 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 1610 * plot/__scatter__.m: Remove NaN values from data. |
1611 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
1612 | |
7418 | 1613 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
1614 | |
1615 * linear-algebra/trace.m: Test cases for non 2-d args. | |
1616 | |
1617 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
1618 | |
1619 * geometry/griddata3.m: Call griddata, not gridata. | |
1620 | |
7415 | 1621 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
1622 | |
1623 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
1624 | |
7411 | 1625 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
1626 | |
1627 * linear-algebra/cond.m, linear-algebra/trace.m: | |
1628 Move tests here from test/test_linalg.m. | |
1629 | |
1630 * general/diff.m, general/fliplr.m, general/flipud.m, | |
1631 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
1632 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
1633 special-matrix/hankel.m, special-matrix/hilb.m, | |
1634 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
1635 special-matrix/toeplitz.m, special-matrix/vander.m: | |
1636 Move tests here from test/test_matrix.m. | |
1637 | |
1638 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
1639 Move tests here from test/test_number.m. | |
1640 | |
1641 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
1642 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
1643 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
1644 polynomial/polyvalm.m, polynomial/roots.m: | |
1645 Move tests here from test/test_poly.m. | |
1646 | |
1647 * signal/unwrap.m: | |
1648 Move tests here from test/test_signal.m. | |
1649 | |
1650 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
1651 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
1652 statistics/base/mean.m, statistics/base/median.m, | |
1653 statistics/base/skewness.m, statistics/base/std.m: | |
1654 Move tests here from test/test_stats.m. | |
1655 | |
1656 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
1657 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
1658 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
1659 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
1660 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
1661 strings/substr.m: | |
1662 Move tests here from test/test_string.m. | |
1663 | |
1664 * miscellaneous/computer.m, miscellaneous/ls.m, | |
1665 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
1666 time/date.m, time/etime.m, time/is_leap_year.m: | |
1667 Move tests here from test/test_system.m. | |
1668 | |
7410 | 1669 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
1670 | |
1671 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
1672 Simplify initial checks on argument values. | |
1673 | |
7408 | 1674 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
1675 | |
1676 * plot/gnuplot_drawnow.m: New function corresponding to the | |
1677 implementation of the gnuplot-based graphics backend (derived from | |
1678 drawnow.m). | |
1679 * plot/drawnow.m: Deleted (converted to C++). | |
1680 | |
7401 | 1681 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
1682 | |
1683 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
1684 New tests. | |
1685 | |
7399 | 1686 2008-01-18 John W. Eaton <jwe@octave.org> |
1687 | |
1688 * optimization/sqp.m: End each function with endfunction. | |
1689 | |
7398 | 1690 2008-01-18 Ben Abbott <bpabbott@mac.com> |
1691 | |
1692 * polynomial/residue.m: For each group of pole multiplicity, set | |
1693 the poles of the group to the value of the group's average. | |
1694 | |
7396 | 1695 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
1696 | |
1697 * plot/print.m: Handle PDF output. | |
1698 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
1699 | |
7392 | 1700 2008-01-17 John W. Eaton <jwe@octave.org> |
1701 | |
7393 | 1702 * path/savepath.m: Print newline before initial comment line. |
1703 Double up single quote characters. | |
1704 * path/__extractpath__.m: Return just the path as a string. | |
1705 Undo single quote character doubling. | |
1706 | |
1707 * path/pathdef.m: Avoid eval. Simplify. | |
1708 | |
7392 | 1709 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
1710 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
1711 avoid possible file descriptor leak. | |
1712 | |
1713 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
1714 | |
1715 * path/savepath.m: Warn if modified file is not explicitly specified. | |
1716 * startup/main-rcfile: Call atexit ("__finish__"). | |
1717 | |
7388 | 1718 2008-01-16 John W. Eaton <jwe@octave.org> |
1719 | |
7390 | 1720 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
1721 Use it to disable enhanced mode for individual labels and titles. | |
1722 | |
7392 | 1723 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 1724 (install install-strip, uninstall): Handle function files. |
1725 | |
1726 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
1727 | |
7392 | 1728 * startup/__finish__.m: New file. |
1729 * path/__extractpath__.m, path/matlabroot.m, | |
1730 path/pathdef.m: New files. | |
7388 | 1731 * path/Makefile.in (SOURCES): Add them to the list. |
1732 | |
7385 | 1733 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
1734 | |
7387 | 1735 * special-matrix/vander.m: Vectorize. New test. |
1736 | |
7385 | 1737 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
1738 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
1739 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
1740 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
1741 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
1742 Move tests here from test/test_arith.m. | |
1743 | |
7382 | 1744 2008-01-15 John W. Eaton <jwe@octave.org> |
1745 | |
1746 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
1747 | |
7379 | 1748 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
1749 | |
1750 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
1751 Call __get__ instead of get. | |
1752 | |
1753 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
1754 | |
1755 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
1756 Frobenius norm if matrix is all zeros. Use transpose instead of | |
1757 hermitian operator. | |
1758 | |
7376 | 1759 2008-01-14 Bill Denney <bill@denney.ws> |
1760 | |
1761 * plot/axis.m: Correctly handle "tight" and "image" options. | |
1762 | |
8149 | 1763 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 1764 |
1765 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
1766 image/rgb2ntsc.m: Also accept images as input. | |
1767 | |
1768 * image/gray2ind.m: Handle image type other than double. | |
1769 Improve error checking and documentation. | |
1770 | |
7371 | 1771 2008-01-14 John W. Eaton <jwe@octave.org> |
1772 | |
7372 | 1773 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
1774 instead of calling tolower on first arg. Default font name is | |
1775 Helvetica, not helvetica. Don't downcase user-specified font name. | |
1776 (__maybe_munge_text__): Fix typo. | |
1777 | |
7371 | 1778 * optimization/sqp.m: Fix function definitions in test code. |
1779 | |
7361 | 1780 2008-01-12 John W. Eaton <jwe@octave.org> |
1781 | |
1782 * plot/gnuplot_binary.in: New file. | |
1783 * plot/gnuplot_binary.m: Delete. | |
1784 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
1785 (SOURCES_IN, GEN_M): New macros. | |
1786 (DISTFILES): Include $(SOURCES_IN) in the list. | |
1787 (FCN_FILES): Include $(GEN_M) in the list. | |
1788 (all): Depend on $(GEN_M). | |
1789 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 1790 (distclean): Also remove $(GEN_M). |
7361 | 1791 |
1792 2008-01-11 John W. Eaton <jwe@octave.org> | |
1793 | |
1794 * optimization/sqp.m: New test from example in doc string. | |
1795 | |
7360 | 1796 2008-01-10 Ben Abbott <bpabbott@mac.com> |
1797 | |
1798 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
1799 to more than one multiplicity group. | |
1800 | |
7358 | 1801 2008-01-10 John W. Eaton <jwe@octave.org> |
1802 | |
1803 * plot/gnuplot_binary.m: New file. | |
1804 * plot/Makefile.in (SOURCES): Add it to the list. | |
1805 | |
7355 | 1806 2008-01-09 John W. Eaton <jwe@octave.org> |
1807 | |
1808 * plot/drawnow.m: Fail if filename includes a directory part that | |
1809 does not exist. | |
1810 | |
7352 | 1811 2008-01-07 John W. Eaton <jwe@octave.org> |
1812 | |
1813 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
1814 Error if glob call fails to match any files. | |
1815 | |
7346 | 1816 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
1817 | |
1818 * strings/strtrim.m: Doc fix. | |
1819 | |
7345 | 1820 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
1821 | |
1822 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
1823 | |
8149 | 1824 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 1825 |
1826 * set/create_set.m, set/union.m: Accept "rows" argument. | |
1827 | |
7341 | 1828 2008-01-02 John W. Eaton <jwe@octave.org> |
1829 | |
1830 * plot/print.m: Correctly handle pbm terminal. | |
1831 | |
7340 | 1832 2007-12-28 John W. Eaton <jwe@octave.org> |
1833 | |
1834 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
1835 extensions. | |
1836 | |
7337 | 1837 2007-12-28 David Bateman <dbateman@free.fr> |
1838 | |
1839 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
1840 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
1841 * Makefile.in (SOURCES): Add to the sources. | |
1842 | |
1843 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
1844 | |
1845 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
1846 Remove unnecessary call of size function. | |
1847 | |
7334 | 1848 2007-12-21 John W. Eaton <jwe@octave.org> |
1849 | |
1850 Version 3.0.0 released. | |
1851 | |
8149 | 1852 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 1853 |
1854 * image/imshow.m: Accept empty value for display_range. | |
1855 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1856 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 1857 |
1858 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
1859 | |
8149 | 1860 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 1861 |
1862 * image/imshow.m: Store uint8 images as doubles. Handle default | |
1863 display ranges correctly. | |
1864 | |
7327 | 1865 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
1866 Peter A. Gustafson <petegus@umich.edu> | |
1867 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1868 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 1869 |
7325 | 1870 2007-12-19 John W. Eaton <jwe@octave.org> |
1871 | |
1872 * miscellaneous/edit.m: New function. | |
1873 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1874 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1875 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 1876 |
1877 * plot/__bar__.m: Handle "basevalue" option. | |
1878 * plot/__bars__.m: New arg, base_value. | |
1879 | |
7321 | 1880 2007-12-17 David Bateman <dbateman@free.fr> |
1881 | |
1882 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
1883 * plot/Makefiles (SOURCES): Add them to the sources | |
1884 * plot/polar.m: Set the x and y limits to the maximum polar | |
1885 radius. Set the axes to be square. | |
1886 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
1887 and print axis at zero if this is used. | |
1888 | |
1889 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
1890 contours can overlay pcolor plots. Priveldge no hidden line | |
1891 removal when there are multiple objects in the plot. | |
1892 | |
7320 | 1893 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
1894 | |
1895 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
1896 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
1897 | |
7319 | 1898 2007-12-17 Ben Abbott <bpabbott@mac.com> |
1899 | |
1900 * miscellaneous/run.m: Replace script with f when looking for | |
1901 file to run. | |
1902 | |
7316 | 1903 2007-12-14 David Bateman <dbateman@free.fr> |
1904 | |
7317 | 1905 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
1906 * plot/contour.m: Doc fix. | |
1907 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
1908 Include linetype in withclause. | |
1909 | |
7316 | 1910 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
1911 Use it to determine dimensions. Consolidate all 3-d settings. | |
1912 | |
7315 | 1913 2007-12-13 John W. Eaton <jwe@octave.org> |
1914 | |
1915 * image/imshow.m: Turn axis visibility off. | |
1916 Don't scale true color images. | |
1917 * image/image.m: Set axis layer property to "top". | |
1918 | |
7307 | 1919 2007-12-12 John W. Eaton <jwe@octave.org> |
1920 | |
7313 | 1921 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
1922 | |
1923 * plot/pie.m: Avoid calling "exist". | |
1924 | |
7309 | 1925 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 1926 Condense argument processing logic. Allow 6 arguments. |
1927 Use issquare. Avoid calling "exist". | |
7309 | 1928 |
7307 | 1929 * plot/__go_draw_axes__.m: Handle the axes layer property. |
1930 | |
7305 | 1931 2007-12-12 David Bateman <dbateman@free.fr> |
1932 | |
1933 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
1934 * plot/Makefile.in (SOURCES): Add to the sources. | |
1935 | |
7290 | 1936 2007-12-11 John W. Eaton <jwe@octave.org> |
1937 | |
7298 | 1938 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
1939 * plot/surface.m: Not here. | |
1940 | |
7297 | 1941 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
1942 subsequent "unset grid" if there is no grid. | |
1943 | |
7296 | 1944 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
1945 | |
7293 | 1946 * plot/surface.m: Don't set facecolor property in call to |
1947 __go_surface__. | |
1948 | |
7290 | 1949 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
1950 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
1951 | |
7292 | 1952 2007-12-11 Kai Habel <kai.habel@gmx.de> |
1953 | |
7295 | 1954 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
1955 color string is not taken as z value. | |
1956 | |
7292 | 1957 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
1958 zgrid to "on" and box to "off" for used axes. | |
1959 | |
1960 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
1961 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
1962 | |
7286 | 1963 2007-12-11 David Bateman <dbateman@free.fr> |
1964 | |
7288 | 1965 * miscelleaneous/fullfile.m: Ignore empty arguments. |
1966 | |
7287 | 1967 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
1968 * statistics/base/mode.m: Ditto. | |
1969 | |
7286 | 1970 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
1971 object handles are all now non integer. | |
1972 | |
7278 | 1973 2007-12-10 John W. Eaton <jwe@octave.org> |
1974 | |
7282 | 1975 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
1976 | |
7281 | 1977 * general/issymmetric.m: Use ' instead of .' for compatibility |
1978 with previous versions of Octave. | |
1979 * general/ishermitian.m: Delete. | |
7285 | 1980 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 1981 |
7280 | 1982 * plot/fplot.m: In N is not specified, increase initial number of |
1983 points from 3 and 5 to 5 and 8. | |
1984 | |
7279 | 1985 * signal/detrend.m: Move tests here from test/test_signal.m. |
1986 Loosen tolerance on first test from 10*eps to 20*eps. | |
1987 | |
7278 | 1988 * finance/rate.m: Don't request info from fsolve. |
1989 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1990 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 1991 |
1992 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
1993 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
1994 | |
7276 | 1995 2007-12-10 David Bateman <dbateman@free.fr> |
1996 | |
1997 * image/image.m: Rewritten to allow trailing properties to be | |
1998 passed to underlying image object. | |
1999 * image/__img__.m: Pass additional arguments to __go_image__. | |
2000 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
2001 | |
7274 | 2002 2007-12-10 John W. Eaton <jwe@octave.org> |
2003 | |
2004 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
2005 front" to gnuplot. | |
2006 | |
7271 | 2007 2007-12-10 David Bateman <dbateman@free.fr> |
2008 | |
7274 | 2009 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 2010 border front" from images. |
7274 | 2011 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
2012 * plot/pcolor.m: Set axis "box" property. | |
2013 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
2014 Mark as commands. | |
7271 | 2015 |
7269 | 2016 2007-12-07 David Bateman <dbateman@free.fr> |
2017 | |
2018 * plot/surf.m: Don't set facecolor property. | |
2019 | |
7265 | 2020 2007-12-06 John W. Eaton <jwe@octave.org> |
2021 | |
7269 | 2022 * plot/print.m: Pass mono to drawnow. |
2023 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
2024 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
2025 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
2026 disable color specifications. | |
2027 | |
7265 | 2028 * general/issymmetric.m: Move tests here from test/test_number.m |
2029 | |
2030 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
2031 | |
2032 * general/issymmetric.m: To keep its argument sparse and the | |
2033 function quick, use the infinity norm rather than the 2-norm. | |
2034 Also measure the symmetric part rather than the Hermitian part. | |
2035 * general/ishermitian.m: New file. Measure the Hermitian part. | |
2036 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
2037 | |
7248 | 2038 2007-12-04 John W. Eaton <jwe@octave.org> |
2039 | |
7257 | 2040 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
2041 text and label commands if font is "*". | |
2042 | |
7248 | 2043 * linear-algebra/krylov.m: Doc fixes. |
2044 From Marco Caliari <caliari@sci.univr.it>. | |
2045 | |
7250 | 2046 2007-12-04 Kai Habel <kai.habel@gmx.de> |
2047 | |
2048 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
2049 Add "## PKG_ADD: mark_as_command axis" line. | |
2050 | |
7245 | 2051 2007-12-03 John W. Eaton <jwe@octave.org> |
2052 | |
2053 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
2054 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
2055 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
2056 Generate demos from examples. | |
2057 | |
7240 | 2058 2007-12-03 David Bateman <dbateman@free.fr> |
2059 | |
7243 | 2060 * testfun/test.m: Disable "testif" test block to avoid spurious |
2061 skipped test for "make check". Avoid printing variables for | |
2062 skipped tests. | |
2063 | |
7242 | 2064 * testfun/test.m: Add "testif" type to allow for conditional tests. |
2065 | |
7240 | 2066 * plot/plotyy.m: Use activepositionproperty property of axes |
2067 object. Set second axis color to "none". | |
2068 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
2069 property of the axis objects. | |
2070 | |
7239 | 2071 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
2072 | |
2073 * linear-algebra/condest.m: Loosen tolerance in test. | |
2074 | |
7236 | 2075 2007-12-02 John W. Eaton <jwe@octave.org> |
2076 | |
2077 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
2078 get_data_limits. | |
2079 | |
7222 | 2080 2007-11-30 John W. Eaton <jwe@octave.org> |
2081 | |
2082 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
2083 (get_data_limits, get_axis_limits): Delete. | |
2084 | |
7228 | 2085 2007-11-30 David Bateman <dbateman@free.fr> |
2086 | |
7235 | 2087 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
2088 | |
7228 | 2089 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
2090 tick labels rather than one by one on the labels themselves. | |
2091 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
2092 95% crossing fixed. | |
2093 | |
7217 | 2094 2007-11-29 David Bateman <dbateman@free.fr> |
2095 | |
7220 | 2096 * plot/pareto.m: New file. |
2097 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2098 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
2099 marks to avoid gnuplot error about formating. More colorspec to | |
2100 after the tics. | |
2101 * plot/plotyy.m: More generic check for appropriate axis color. | |
2102 | |
7217 | 2103 * plot/__stem__.m: New file based on old stem.m expanded to treat |
2104 2- and 3-D. | |
2105 * plot/stem3.m: New function. | |
2106 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2107 * plot/stem.m: Adapt to use __stem__. | |
2108 | |
7216 | 2109 2007-11-29 John W. Eaton <jwe@octave.org> |
2110 | |
2111 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
2112 plot/surf.m, plot/surface.m: Don't return handle value unless | |
2113 requested. | |
2114 | |
2115 * plot/patch.m: Omit isnan check on handle returned from | |
2116 __plt_get_axis_arg__. | |
2117 | |
2118 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
2119 but has no axes. | |
2120 | |
7215 | 2121 2007-11-28 David Bateman <dbateman@free.fr> |
2122 | |
2123 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
2124 ancestor. If leading argument is logical set variable nogca to see | |
2125 if gca() should be called if there is no active handle found. | |
2126 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
2127 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
2128 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
2129 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
2130 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
2131 __plt__get_axis_arg__ to find axis handle. | |
2132 * polar.m: Typo. | |
2133 | |
7213 | 2134 2007-11-28 John W. Eaton <jwe@octave.org> |
2135 | |
2136 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
2137 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2138 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 2139 |
2140 * plot/drawnow.m: Fix typo. | |
2141 | |
7206 | 2142 2007-11-27 David Bateman <dbateman@free.fr> |
2143 | |
7207 | 2144 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
2145 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
2146 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
2147 | |
2148 * plot/meshz.m: New function. | |
2149 * plot/Makefile.in (SOURCES): Add it to the list. | |
2150 * plot/surface.m: Allow surface to accept an axis handle as the | |
2151 first argument. | |
2152 * plot/meshc.m: Extract z from the the surface object rather than | |
2153 varargin so that we can rely on code in surface to treat leading | |
2154 axis handles. | |
2155 | |
7206 | 2156 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
2157 y2tics" in the case of a plotyy plot. | |
2158 * plot/plotyy.m: ensure the position property is set correct for | |
2159 the second axis, by setting it after the plot itself. In the case | |
2160 of a plot that returns multiple handles, base the color selection | |
2161 on the first. | |
2162 | |
7204 | 2163 2007-11-27 Kai Habel <kai.habel@gmx.de> |
2164 | |
2165 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
2166 z-value of vertex 'c3'. | |
2167 | |
7203 | 2168 2007-11-27 John W. Eaton <jwe@octave.org> |
2169 | |
2170 * image/image.m: Allow nargin == 0 case to work again. | |
2171 | |
7202 | 2172 2007-11-27 David Bateman <dbateman@free.fr> |
2173 | |
2174 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
2175 colorbar, to ensure that the colorbar is on the canvas for png and | |
2176 postscipt outputs. | |
2177 | |
7189 | 2178 2007-11-26 David Bateman <dbateman@free.fr> |
2179 | |
7197 | 2180 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
2181 return values. | |
2182 | |
7194 | 2183 * plot/plotyy.m: New function |
2184 * plot/Makefile.in (SOURCES): Add it here. | |
2185 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
2186 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
2187 {x|y}label to respect the axis position. | |
2188 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
2189 handle as the first argument. | |
2190 | |
7192 | 2191 * pkg/pkg.m (pkg:install): When loading the installed packages |
2192 index into installed_pkgs_lst and not descriptions.. | |
2193 | |
7189 | 2194 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
2195 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2196 * plot/quiver.m: Modify to use __quiver__.m. | |
2197 | |
2198 * plot/hist.m: Avoid saturation when the x values are in an | |
2199 inetger type. | |
2200 | |
2201 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
2202 | |
2203 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
2204 functions. | |
2205 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
2206 | |
2207 2007-11-26 David Bateman <dbateman@free.fr> | |
2208 | |
2209 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
2210 extent. | |
2211 | |
2212 * plot/colorbar.m: New function. | |
2213 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2214 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
2215 precalculate the clim, set pm3d except for mesh. | |
2216 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
2217 save the real values so that colorbar corresponds to the contour | |
2218 levels. | |
2219 | |
2220 * plot/stem.m: Set marker color the same as the line color. Draw | |
2221 a single discontinous line object for the stems. | |
2222 | |
2223 * plot/sphere.m: New function ported from JHandles. | |
2224 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2225 | |
2226 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
2227 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
2228 to get enhanced mode to work correctly for the X11 terminal. | |
2229 | |
2230 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
2231 the reverse. Allow an axes handle to be passed and/or returned. | |
2232 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
2233 | |
2234 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
2235 sort surface patches by their depth and not the order they are | |
2236 rendered in. | |
2237 | |
2238 * plot/__patch__.m: Set clim correctly. | |
2239 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
2240 the marker color is determined by the cmap. | |
2241 * plot/scatter.m: New function to 2D scatter plots. | |
2242 * plot/scatter3.m: New function to 3D scatter plots. | |
2243 * plot/__scatter__.m: Support function for scatter plots | |
2244 * Makefile.in (SOURCES): Ad dnew functions here. | |
2245 | |
2246 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
2247 Return whether the terminal supports enhanced text or not. | |
2248 (drawnow:enhanced_term): New sub-function to determine if terminal | |
2249 supports enhanced mode. | |
2250 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
2251 __go_draw_axes__. | |
2252 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
2253 needed to support the enhanced mode. | |
2254 * plot/print.m: Remove "enhanced" option as this is now treated in | |
2255 drawnow.m. | |
2256 | |
2257 | |
2258 * plot/caxis.m: New function to control the color axis limits. | |
2259 * plot/Makefile.in (SOURCES): Include it. | |
2260 * plot/axis.m: Allow the first argument to be an axes handle. | |
2261 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
2262 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
2263 caxis limits. | |
2264 | |
2265 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
2266 * image/Makefile.in (SOURCES): Include it. | |
2267 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
2268 of the bars for the colormap. | |
2269 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
2270 passed. | |
2271 * plot/__contour.m: Avoid possible divide by zero error. | |
2272 * plot/contour.m: Missing semicolon. | |
2273 * plot/surface.m: Don't attempt to set additional arguments if | |
2274 there are none. | |
2275 * plot/Makefile.in (SOURCES): Include __bars__.m | |
2276 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2277 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 2278 |
2279 * plot/__bar__.m: put bar creation code into separate function | |
2280 to allow easy hook up from other graphic backends | |
2281 | |
2282 * plot/__bars__.m: new function containing bar creation code | |
2283 | |
7186 | 2284 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
2285 | |
2286 * general/accumarray.m: Correct dimension check. | |
2287 | |
7183 | 2288 2007-11-26 John W. Eaton <jwe@octave.org> |
2289 | |
2290 * polynomial/residue.m: Prepad along second dimension. | |
2291 From Doug Stewart <dastew@sympatico.ca>. | |
2292 | |
7181 | 2293 2007-11-26 Kai Habel <kai.habel@gmx.de> |
2294 | |
7183 | 2295 * plot/cylinder.m, plot/slice.m: New functions. |
2296 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 2297 |
7177 | 2298 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
2299 | |
2300 * plot/patch.m: Handle arg may also be hggroup object. | |
2301 Use ancestor to find parent axes object. | |
2302 | |
7175 | 2303 2007-11-14 David Bateman <dbateman@free.fr> |
2304 | |
2305 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
2306 flag to patch that it is not closed. Allow z to take string | |
2307 arguments and use it to flag that the contours are placed at the | |
2308 z level of the contour itself. | |
2309 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
2310 objects as well. Let hidden removal take precedence in case of a | |
2311 conflict. | |
2312 * plot/surface.m: Allow surface to treat handles being passed or | |
2313 returned. Any additional arguments arr used to set the surface | |
2314 handle. | |
2315 * plot/contour3.m: New function | |
2316 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2317 | |
7173 | 2318 2007-11-14 John W. Eaton <jwe@octave.org> |
2319 | |
2320 * specfun/bessel.m: Update doc string from | |
2321 src/DLD-FUNCTIONS/besselj.cc. | |
2322 | |
7170 | 2323 2007-11-12 David Bateman <dbateman@free.fr> |
2324 | |
2325 * plot/contour.m: Allow handles to be passed and returned. Split | |
2326 the countour function itself into __contour__.m to be shared with | |
2327 surfc and meshc. | |
2328 * plot/__contour__.m: New file | |
2329 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2330 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
2331 the face or edge if the facecolor or edge color are marked as | |
2332 "none". Allow the edgecolor to be determined by the cdata in the | |
2333 same manner as the facecolor. Fail if facecolor is not "none" and | |
2334 a 3-D plot is desired, rather than ignoring zdata. Make the | |
2335 storage of 3D/4D data consistent between line, surface and patch | |
2336 objects. | |
2337 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
2338 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 2339 |
2340 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
2341 Handle fontweight and fontangle properties. | |
2342 | |
7163 | 2343 2007-11-12 Kai Habel <kai.habel@gmx.de> |
2344 | |
2345 * plot/spinmap.m, plot/ribbon.m: New functions. | |
2346 * plot/Makefile.in (SOURCES): Add them to the list. | |
2347 | |
2348 2007-11-12 John W. Eaton <jwe@octave.org> | |
2349 | |
2350 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
2351 Use it to avoid duplicated code. | |
2352 | |
7161 | 2353 2007-11-12 David Bateman <dbateman@free.fr> |
2354 | |
7162 | 2355 * plot/title.m: Fix return value for nargout > 0. |
2356 | |
2357 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
2358 specified for the title, xlabel, ylabel and text objects. | |
2359 | |
7161 | 2360 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
2361 4.0 and surface plots. | |
2362 | |
7160 | 2363 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
2364 | |
2365 * plot/__patch__.m: Fix computation of faces when patch is defined | |
2366 with X/Y/Z data. | |
2367 | |
7146 | 2368 2007-11-09 John W. Eaton <jwe@octave.org> |
2369 | |
7152 | 2370 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 2371 Correct logic in setting palette data. |
7152 | 2372 |
7151 | 2373 * audio/wavread.m, control/base/__bodquist__.m, |
2374 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
2375 control/system/c2d.m, control/system/is_detectable.m, | |
2376 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
2377 control/system/tfout.m, general/isdefinite.m, | |
2378 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
2379 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
2380 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
2381 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
2382 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
2383 testfun/test.m: Use specific end keywords. | |
2384 | |
7146 | 2385 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
2386 | |
2387 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
2388 | |
2389 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
2390 Don't change view if hold is on. | |
2391 | |
7142 | 2392 2007-11-09 David Bateman <dbateman@free.fr> |
2393 | |
7149 | 2394 * plot/hidden.m: New function. |
2395 * plot/Makefile.in (SOURCES): Add it here. | |
2396 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
2397 line removal. | |
2398 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
2399 removal and if it is "none" don't do hidden line removal. | |
2400 | |
7148 | 2401 * plot/legend.m: Also allow labels for surface and patch types. |
2402 * plot/__bar__.m: Split into separate patch pbjects to allow | |
2403 setting of the legend. | |
2404 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
2405 objects as well. | |
2406 | |
7146 | 2407 * plot/area.m, plot/__area__.m: New functions |
2408 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
2409 | |
7142 | 2410 * plot/patch.m: Correctly handle case of axis handle as first arg. |
2411 | |
7144 | 2412 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
2413 | |
2414 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
2415 | |
7131 | 2416 2007-11-08 John W. Eaton <jwe@octave.org> |
2417 | |
7133 | 2418 * control/base/dcgain.m, control/base/dre.m, |
2419 control/base/impulse.m, control/base/step.m, | |
2420 control/system/dmr2d.m, control/system/ord2.m, | |
2421 control/system/sys2ss.m, control/system/sysdimensions.m, | |
2422 control/system/sysgetsignals.m, control/system/sysout.m, | |
2423 control/system/tfout.m, control/system/ugain.m, | |
2424 control/system/zpout.m, control/util/strappend.m: | |
2425 Don't fail with usage message if nargout is too large. | |
2426 | |
7131 | 2427 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
2428 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
2429 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 2430 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
2431 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
2432 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
2433 control/obsolete/rotg.m, control/obsolete/series.m, | |
2434 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
2435 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 2436 control/system/__syschnamesl__.m, |
2437 control/system/__syscont_disc__.m, | |
2438 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
2439 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
2440 control/system/abcddim.m, control/system/buildssic.m, | |
2441 control/system/c2d.m, control/system/cellidx.m, | |
2442 control/system/d2c.m, control/system/dmr2d.m, | |
2443 control/system/fir2sys.m, control/system/is_abcd.m, | |
2444 control/system/is_controllable.m, control/system/is_detectable.m, | |
2445 control/system/is_digital.m, control/system/is_observable.m, | |
2446 control/system/is_stabilizable.m, control/system/is_stable.m, | |
2447 control/system/jet707.m, control/system/listidx.m, | |
2448 control/system/parallel.m, control/system/ss.m, | |
2449 control/system/ss2sys.m, control/system/ss2zp.m, | |
2450 control/system/starp.m, control/system/sys2ss.m, | |
2451 control/system/sys2tf.m, control/system/sys2zp.m, | |
2452 control/system/sysadd.m, control/system/sysappend.m, | |
2453 control/system/sysconnect.m, control/system/syscont.m, | |
2454 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 2455 control/system/sysdup.m, control/system/sysgetsignals.m, |
2456 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 2457 control/system/sysmult.m, control/system/sysout.m, |
2458 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 2459 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 2460 control/system/syssub.m, control/system/sysupdate.m, |
2461 control/system/tf.m, control/system/tf2ss.m, | |
2462 control/system/tf2sys.m, control/system/tfout.m, | |
2463 control/system/zp.m, control/system/zp2ss.m, | |
2464 control/system/zp2sys.m, control/system/zp2tf.m, | |
2465 control/system/zpout.m, control/util/__outlist__.m, | |
2466 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
2467 control/util/prompt.m, control/util/sortcom.m, | |
2468 control/util/zgfmul.m, control/util/zgfslv.m, | |
2469 control/util/zginit.m, control/util/zgreduce.m, | |
2470 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 2471 |
7130 | 2472 2007-11-08 David Bateman <dbateman@free.fr> |
2473 | |
2474 * plot/quiver.m: Fix arrowheads. | |
2475 | |
7128 | 2476 2007-11-07 Ben Abbott <bpabbott@mac.com> |
2477 | |
2478 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 2479 Handle "rows" argument. New tests. |
7128 | 2480 (cell_ismember): New function. |
2481 | |
7127 | 2482 2007-11-07 John W. Eaton <jwe@octave.org> |
2483 | |
2484 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
2485 control/base/__stepimp__.m, control/base/are.m, | |
2486 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
2487 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
2488 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
2489 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
2490 control/base/ltifr.m, control/base/nichols.m, | |
2491 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
2492 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
2493 Style fixes. | |
2494 | |
7125 | 2495 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
2496 | |
2497 * control/base/bode_bounds.m, control/base/dgram.m, | |
2498 control/base/dlyap.m, control/base/freqchkw.m, | |
2499 control/base/gram.m, control/base/place.m, | |
2500 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
2501 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
2502 control/system/is_signal_list.m, control/system/ss2tf.m, | |
2503 control/system/sys2fir.m, control/system/sysgettsam.m, | |
2504 control/system/sysgettype.m, control/system/sysreorder.m, | |
2505 control/system/tf2sys.m, control/system/zp2tf.m, | |
2506 control/util/axis2dlim.m, control/util/swap.m, | |
2507 control/util/zgfmul.m, control/util/zgfslv.m, | |
2508 control/util/zginit.m, control/util/zgreduce.m, | |
2509 control/util/zgrownorm.m, control/util/zgscal.m, | |
2510 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
2511 geometry/inpolygon.m, linear-algebra/housh.m, | |
2512 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
2513 miscellaneous/run.m, quaternion/qconj.m, | |
2514 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
2515 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
2516 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
2517 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
2518 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
2519 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
2520 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
2521 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
2522 statistics/distributions/empirical_cdf.m, | |
2523 statistics/distributions/empirical_inv.m, | |
2524 statistics/distributions/empirical_pdf.m, | |
2525 statistics/models/logistic_regression_derivatives.m, | |
2526 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
2527 | |
7118 | 2528 2007-11-07 David Bateman <dbateman@free.fr> |
2529 | |
7120 | 2530 * general/gradient.m: Correctly convert deltax and deltay scalar |
2531 values are scalars to vectors. | |
2532 | |
7119 | 2533 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
2534 the meshc.m function. | |
2535 * plot/meshc.m: Also use the surface function. | |
2536 | |
7120 | 2537 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 2538 * plot/Makefile.in (SOURCES): Add them to the list. |
2539 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
2540 | |
7117 | 2541 2007-11-07 Michael Zeising <michael@michaels-website.de> |
2542 | |
2543 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
2544 | |
7115 | 2545 2007-11-07 John W. Eaton <jwe@octave.org> |
2546 | |
2547 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
2548 the data limits are infinite. | |
2549 (get_data_limits): Don't do anything if xdat or tx are empty. | |
2550 (get_axis_limits): Don't do anything if min_val or max_val are | |
2551 infinite. | |
2552 | |
7112 | 2553 2007-11-06 David Bateman <dbateman@free.fr> |
2554 | |
2555 * plot/hist.m: Pass any additional arguments to bar for | |
2556 treatment. Create a default x value that is always a vector. | |
2557 | |
7111 | 2558 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
2559 | |
2560 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
2561 when calling ./configure and add quotes to preserve spaces. | |
7109 | 2562 |
2563 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
2564 | |
2565 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
2566 New files. | |
2567 * plot/mesh.m: Call surface to do the real work. | |
2568 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
2569 properties. | |
2570 | |
2571 * image/colormap.m: Also return current colormap if nargout and | |
2572 nargin are both 0. | |
2573 | |
7106 | 2574 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
2575 | |
2576 * startup/inputrc: Delete key bindings starting with \340 code. | |
2577 | |
7112 | 2578 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 2579 |
2580 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
2581 to avoid issues of over- and underflow. From Rolf Fabian | |
2582 <Rolf.Fabian@gmx.de>. | |
2583 | |
7097 | 2584 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
2585 | |
2586 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
2587 help texts. | |
2588 | |
7096 | 2589 2007-11-02 Kai Habel <kai.habel@gmx.de> |
2590 | |
2591 * plot/bar.m, plot/barh.m: Doc fix. | |
2592 | |
7094 | 2593 2007-10-31 John W. Eaton <jwe@octave.org> |
2594 | |
2595 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
2596 | |
7086 | 2597 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
2598 | |
2599 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
2600 objects and legend objects are implemented with a separate axes | |
2601 object. | |
2602 | |
7078 | 2603 2007-10-30 David Bateman <dbateman@free.fr> |
2604 | |
7081 | 2605 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
2606 | |
7078 | 2607 * plot/__go_draw_axes__.m (do_linestyle_command): |
2608 Use point type 0 for ".". | |
2609 | |
7073 | 2610 2007-10-26 John W. Eaton <jwe@octave.org> |
2611 | |
7074 | 2612 * image/imshow.m: Improve compatibility. |
2613 * image/image.m: Return handle if nargou > 0. | |
2614 | |
7073 | 2615 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
2616 | |
7069 | 2617 2007-10-25 John W. Eaton <jwe@octave.org> |
2618 | |
2619 * miscellaneous/compare_versions.m: Style fixes. | |
2620 | |
7060 | 2621 2007-10-24 John W. Eaton <jwe@octave.org> |
2622 | |
7061 | 2623 * image/saveimage.m: Use functional form of save instead of eval. |
2624 Use -text instead of -ascii. | |
2625 | |
7060 | 2626 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
2627 | |
7054 | 2628 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
2629 | |
2630 * plot/legend.m: Also extract location string from varargin (lost | |
2631 when 2007-10-08 patch was applied). | |
2632 | |
7049 | 2633 2007-10-23 David Bateman <dbateman@free.fr> |
2634 | |
2635 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
2636 miscellaneous/what.m: New functions | |
2637 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
2638 functions. | |
2639 | |
7045 | 2640 2007-10-22 David Bateman <dbateman@free.fr> |
2641 | |
2642 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
2643 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
2644 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
2645 | |
7042 | 2646 2007-10-19 Kai Habel <kai.habel@gmx.de> |
2647 | |
2648 * plot/contourf.m: New function. | |
2649 * plot/Makefile.in (SOURCES): Add it to the list. | |
2650 | |
7040 | 2651 2007-10-19 John W. Eaton <jwe@octave.org> |
2652 | |
2653 * plot/subplot.m: Doc fix. | |
2654 | |
7039 | 2655 2007-10-19 David Bateman <dbateman@free.fr> |
2656 | |
7041 | 2657 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 2658 |
7037 | 2659 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
2660 | |
2661 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
2662 output. | |
2663 | |
7031 | 2664 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
2665 | |
2666 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
2667 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
2668 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
2669 control/system/syssetsignals.m, control/base/lqg.m, | |
2670 strings/str2double.m, control/system/sysscale.m, | |
2671 control/hinf/hinfdemo.m, general/cplxpair.m: | |
2672 Make help text fit on pages when using smallbook. | |
2673 | |
7028 | 2674 2007-10-15 David Bateman <dbateman@free.fr> |
2675 | |
7032 | 2676 * plot/print.m: Call drawnow before printing to ensure the plot is |
2677 on the screen. | |
2678 | |
7028 | 2679 * testfun/test.m: In error/warning blocks test for an error before |
2680 a warning to avoid unexpected failures. | |
2681 | |
7027 | 2682 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
2683 | |
2684 * testfun/assert.m: Correct documentation of absolution versus | |
2685 relative error tolerance and add tests. | |
2686 | |
7024 | 2687 2007-10-14 David Bateman <dbateman@free.fr> |
2688 | |
2689 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
2690 src directory. | |
2691 * plot/Makefile.in (SOURCES): Add fill.m. | |
2692 | |
7020 | 2693 2007-10-13 David Bateman <dbateman@free.fr> |
2694 | |
2695 * plot/__patch__.m: Allow multiple patches to be defined and | |
2696 return a single patch object. Allow Faces/Vertices form of | |
2697 patch. Flag failure so the patch can call print_usage. | |
2698 * plot/patch.m: Update help string for Faces/Vertices | |
2699 call. Respect the fail flag returned by __patch__. Add demo code | |
2700 that tests the functionality of patch. | |
2701 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
2702 patch object. | |
2703 * plot/fill.m: New function. | |
2704 | |
7016 | 2705 2007-10-12 John W. Eaton <jwe@octave.org> |
2706 | |
2707 * Change copyright notices in all files that are part of Octave to | |
2708 GPLv3 or any later version. | |
2709 | |
7012 | 2710 2007-10-11 John W. Eaton <jwe@octave.org> |
2711 | |
2712 * plot/__go_draw_axes__.m (get_axis_limits): | |
2713 Return lim = [] if logscale and no positive values. | |
2714 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
2715 Set initial min and min positive values to Inf, max values to -Inf. | |
2716 (get_data_limits): Correctly handle xminp when no positive values | |
2717 are found. | |
2718 | |
7011 | 2719 2007-10-11 Ben Abbott <bpabbott@mac.com> |
2720 | |
2721 * polynomial/residue.m: New optional input for pole multiplicity. | |
2722 Doc fix. Fix tests. | |
2723 | |
7010 | 2724 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
2725 | |
2726 * toplev.cc (Foctave_config_info): Add field "mac". | |
2727 | |
2728 * miscellaneous/ismac.m: New function. | |
2729 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2730 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
2731 | |
7009 | 2732 2007-10-11 Arno Onken <asnelt@asnelt.org> |
2733 | |
2734 * statistics/distributions/hygernd.m: Allow size to be specified | |
2735 as a scalar. Handle three argument case. Allow T, M, and N to be | |
2736 scalars or matrices of a common size. | |
2737 | |
7007 | 2738 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
2739 | |
2740 * control/csrefcard.lt, control/system/is_detectable.m, | |
2741 control/system/sysgroup.m, geometry/voronoin.m, | |
2742 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
2743 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
2744 statistics/distributions/binornd.m, | |
2745 statistics/distributions/cauchy_rnd.m, | |
2746 statistics/distributions/chi2rnd.m, | |
2747 statistics/distributions/discrete_rnd.m, | |
2748 statistics/distributions/exprnd.m, | |
2749 statistics/distributions/frnd.m, | |
2750 statistics/distributions/gamrnd.m, | |
2751 statistics/distributions/geornd.m, | |
2752 statistics/distributions/laplace_rnd.m, | |
2753 statistics/distributions/logistic_rnd.m, | |
2754 statistics/distributions/lognrnd.m, | |
2755 statistics/distributions/nbinrnd.m, | |
2756 statistics/distributions/normrnd.m, | |
2757 statistics/distributions/poissrnd.m, | |
2758 statistics/distributions/stdnormal_rnd.m, | |
2759 statistics/distributions/trnd.m, | |
2760 statistics/distributions/unifrnd.m, | |
2761 statistics/distributions/wblrnd.m: Spelling fixes. | |
2762 | |
7005 | 2763 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
2764 | |
2765 * time/tic.m: New optional output value. | |
2766 | |
2767 * general/int2str.m: Doc fix. | |
2768 | |
7002 | 2769 2007-10-10 Arno Onken <asnelt@asnelt.org> |
2770 | |
2771 * statistics/distributions/hygecdf.m, | |
2772 statistics/distributions/hygeinv.m, | |
2773 statistics/distributions/hygepdf.m, | |
2774 statistics/distributions/hygernd.m: | |
2775 Swap order of T and M args for compatibility. | |
2776 | |
7001 | 2777 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
2778 | |
2779 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
2780 control/system/buildssic.m, control/system/c2d.m, | |
2781 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
2782 control/system/ss2sys.m, control/system/ss2tf.m, | |
2783 control/system/syscont.m, control/system/sysdimensions.m, | |
2784 control/system/sysdisc.m, control/system/sysmult.m, | |
2785 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
2786 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
2787 general/interp1.m, general/interp2.m, general/interp3.m, | |
2788 general/interpft.m, general/interpn.m, general/polyarea.m, | |
2789 general/rat.m, general/structfun.m, general/trapz.m, | |
2790 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
2791 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
2792 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
2793 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
2794 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
2795 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
2796 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
2797 statistics/base/meansq.m, statistics/base/var.m, | |
2798 statistics/tests/chisquare_test_independence.m, | |
2799 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
2800 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
2801 testfun/test.m: Spelling fixes. | |
2802 | |
6998 | 2803 2007-10-10 Ben Abbott <bpabbott@mac.com> |
2804 | |
2805 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
2806 | |
6997 | 2807 2007-10-10 John W. Eaton <jwe@octave.org> |
2808 | |
2809 * general/num2str.m: Always allow for sign for automatically | |
2810 computed format widths. | |
2811 | |
6988 | 2812 2007-10-09 David Bateman <dbateman@free.fr> |
2813 | |
2814 * plot/patch.m: Accept a handle as the first argument. | |
2815 | |
6987 | 2816 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
2817 | |
7010 | 2818 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 2819 |
6985 | 2820 2007-10-09 John W. Eaton <jwe@octave.org> |
2821 | |
2822 * audio/wavwrite.m: Accept arguments in compatible order. | |
2823 | |
6979 | 2824 2007-10-08 David Bateman <dbateman@free.fr> |
2825 | |
2826 * general/interp2.m: Relax test for values outside the grid to | |
2827 allow monotonically decreasing abscissa as well. | |
2828 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2829 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 2830 |
2831 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
2832 as output parameter. | |
2833 | |
6977 | 2834 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
2835 | |
2836 * plot/__go_draw_axes__.m, plot/legend.m: | |
2837 Handle compatible position specifiers as strings. | |
2838 | |
6975 | 2839 2007-10-08 John Swensen <jpswensen@comcast.net> |
2840 | |
2841 * general/num2str.m: Eliminate extra whitespace in output. | |
2842 * strings/strtrim.m: New function. | |
2843 * strings/Makefile.in (SOURCES): Add it to the list. | |
2844 | |
6968 | 2845 2007-10-06 John W. Eaton <jwe@octave.org> |
2846 | |
2847 * polynomial/residue.m: New test from test/test_poly.m. | |
2848 | |
6967 | 2849 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
2850 | |
2851 * image/saveimage.m: Handle saving color images without a colormap. | |
2852 * image/__img_via_file__.m: Add missing semicolon. | |
2853 | |
2854 2007-10-06 Bill Denney <wsloand@gmail.com> | |
2855 | |
7010 | 2856 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 2857 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
2858 | |
6965 | 2859 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
2860 | |
2861 * plot/print.m: Handle svg output type. Accept new -S option to | |
2862 specify size for PNG and SVG output types. | |
2863 | |
2864 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 2865 |
2866 * polynomial/mpoles.m: New function. | |
2867 * polynomial/residue.m: Modified to behave in reciprocal | |
2868 manner. No longer compute 4th output, "e". No longer accept | |
2869 tolerance input. Explicitly set tolerance parameter to 0.001. | |
2870 Respect maximum relative difference in poles when determining | |
2871 their multiplicity. Use mpoles to determine the multiplicity of | |
2872 poles. | |
2873 | |
6963 | 2874 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
2875 | |
2876 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
2877 for surface plots. | |
2878 | |
6962 | 2879 2007-10-05 John W. Eaton <jwe@octave.org> |
2880 | |
2881 * plot/__next_line_color__.m: Get color_rotation from axes | |
2882 colororder property. | |
2883 | |
6953 | 2884 2007-10-03 John W. Eaton <jwe@octave.org> |
2885 | |
6955 | 2886 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
2887 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
2888 | |
6953 | 2889 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
2890 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
2891 special for __vnorm__. | |
2892 | |
6951 | 2893 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
2894 | |
6952 | 2895 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 2896 |
6950 | 2897 2007-10-03 David Bateman <dbateman@free.fr> |
2898 | |
2899 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
2900 if a file is architecture dependent based on a list of file | |
2901 extensions. | |
2902 (configure_make): Simplify the search for architecture dependent | |
2903 files based on this function. | |
2904 (load_pakages_and_dependencies): Also look for bin directory in | |
2905 the architecture dependent directory. | |
2906 | |
6947 | 2907 2007-10-03 John W. Eaton <jwe@octave.org> |
2908 | |
2909 * miscellaneous/dir.m: Create empty struct with field names. | |
2910 Include datenum in struct. | |
2911 | |
6943 | 2912 2007-10-02 David Bateman <dbateman@free.fr> |
2913 | |
2914 * miscellaneous/ls.m: If nargout return string array of files | |
2915 returned by ls. | |
2916 | |
6942 | 2917 2007-10-01 John W. Eaton <jwe@octave.org> |
2918 | |
2919 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
2920 range values. | |
2921 | |
6937 | 2922 2007-10-01 David Bateman <dbateman@free.fr> |
2923 | |
7010 | 2924 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 2925 speed with small vectors. |
6937 | 2926 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
2927 rather than OCTAVE_HOME(). | |
2928 | |
6935 | 2929 2007-09-30 Ben Abbott <bpabbott@mac.com> |
2930 | |
2931 * plot/findobj.m: New function. | |
2932 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
2933 | |
6925 | 2934 2007-09-26 David Bateman <dbateman@free.fr> |
2935 | |
2936 * pkg/pkg.m: Add second argument to setting for prefix for | |
2937 architecture dependent files. Use throughout. | |
2938 (pkg:issuperuser): New function, use through to check for | |
2939 root user. | |
2940 (pkg:getarchprefix): function to give the archiecture dependent | |
2941 prefix for a package. | |
2942 (pkg:getarchdir): New function giving location of architetcure | |
2943 dependent directory. Use through out. | |
2944 (pkg:install): Treat architecture dependent directory separately | |
2945 as in might not be a sub-directory of the package directory. | |
2946 (pkg:uninstall): ditto. | |
2947 (pkg:create_pkgadddel): Check for global or local install for | |
2948 architecture dependent directory. | |
2949 (pkg:finish_installation): ditto. | |
2950 (pkg:write_INDEX): ditto. | |
2951 (pkg:load_packages_and_dependencies): ditto. | |
2952 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
2953 files to a new location if user is root. | |
2954 (pkg:rm_rf): Check if file or directory exists before removing. | |
2955 (pkg:dirempty): Check if directory exists before checking. | |
2956 | |
2957 * plot/___patch__.m: Allow face colors to be passed as strings | |
2958 | |
2959 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
2960 needed for calls to "hold" without an argument. | |
2961 | |
6920 | 2962 2007-09-21 John W. Eaton <jwe@octave.org> |
2963 | |
6921 | 2964 * optimization/sqp.m: Fix typo. |
2965 | |
6920 | 2966 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
2967 | |
6919 | 2968 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
2969 | |
2970 * control/hinf/h2norm: Compute d*d', not d'*d. | |
2971 | |
6918 | 2972 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
2973 | |
2974 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
2975 unidpdf.m and unidinv.m | |
2976 | |
6914 | 2977 2007-09-18 John W. Eaton <jwe@octave.org> |
2978 | |
2979 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
2980 (do_tics_1): Set numeric axes formats to "%.15g". | |
2981 | |
6912 | 2982 2007-09-18 David Bateman <dbateman@free.fr> |
2983 | |
2984 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
2985 of %g when writing data. | |
2986 | |
6908 | 2987 2007-09-17 John W. Eaton <jwe@octave.org> |
2988 | |
2989 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
2990 | |
6903 | 2991 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
2992 | |
2993 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
2994 noninteger N with N-K < 1. | |
2995 | |
6901 | 2996 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
2997 | |
2998 * strings/index.m: Correct for strings differing after the third | |
2999 position (bug reported by Maude Martin). | |
3000 | |
6895 | 3001 2007-09-13 John W. Eaton <jwe@octave.org> |
3002 | |
3003 * plot/__default_colormap__.m: Delete. | |
3004 * plot/Makefile (SOURCES): Remove from the list. | |
3005 | |
6898 | 3006 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
3007 | |
3008 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
3009 | |
6885 | 3010 2007-09-10 David Bateman <dbateman@free.fr> |
3011 | |
3012 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
3013 limit the selection of colors in the same way as for lines. | |
3014 * plot/__patch__.m: Allow matrix arguments with one patch per | |
3015 column. | |
3016 * plot/__bar__.m: Adapt to use "patch". | |
3017 | |
6870 | 3018 2007-09-06 John W. Eaton <jwe@octave.org> |
3019 | |
3020 * plot/drawnow.m (drawnow): New arg, debug_file. | |
3021 (init_plot_stream): Split from open_plot_stream. | |
3022 * plot/print.m: Accept -debug=FILE argument. | |
3023 | |
6868 | 3024 2007-09-06 David Bateman <dbateman@free.fr> |
3025 | |
7010 | 3026 * general/celldisp.m: New function. |
3027 * general/Makefile.in (SOURCES): Add celldisp.m. | |
3028 * miscellaneous/swapbytes.m: New function. | |
3029 * miscellaneous/gzip.m: New function. | |
3030 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 3031 |
6863 | 3032 2007-09-05 David Bateman <dbateman@free.fr> |
3033 | |
7010 | 3034 * general/structfun.m: New function. |
3035 * general/Makefile.in (SOURCES): Add it to sources. | |
3036 * miscellaneous/run.m: New function. | |
3037 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
3038 * statistics/base/mode.m: New function. | |
3039 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 3040 |
6862 | 3041 2007-09-05 John W. Eaton <jwe@octave.org> |
3042 | |
3043 * miscellaneous/orderfields.m: Use numel instead of length. | |
3044 | |
3045 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
3046 | |
3047 * miscellaneous/orderfields.m: Handle empty structs. | |
3048 | |
6861 | 3049 2007-09-05 John W. Eaton <jwe@octave.org> |
3050 | |
3051 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
3052 DATA_IDX. | |
3053 | |
3054 2007-09-04 David Bateman <dbateman@free.fr> | |
3055 | |
3056 * general/isdir.m: Return a logical value. | |
3057 | |
6859 | 3058 2007-09-04 David Bateman <dbateman@free.fr> |
3059 | |
3060 * statistics/distributions/chi2pdf.m, | |
3061 statistics/distributions/chi2cdf.m, | |
3062 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
3063 distribution functions to account for inverse of scale factor in | |
3064 gamma functions. | |
3065 | |
6857 | 3066 2007-09-01 John W. Eaton <jwe@octave.org> |
3067 | |
3068 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
3069 | |
6853 | 3070 2007-09-01 David Bateman <dbateman@free.fr> |
3071 | |
3072 * polynomial/polyint.m: New function like polyinteg but with | |
3073 explicit integration constant. | |
3074 * polynomial/polyinteg.m: Remove. | |
3075 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
3076 polyinteg.m. | |
3077 * deprecated/polyinteg.m: Move version here. | |
3078 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
3079 | |
6852 | 3080 * geometry/voronoi.m: Add large box around data to get a good |
3081 approximation of the rays to infinity. | |
3082 | |
6851 | 3083 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
3084 | |
3085 * plot/axes.m: Allow parent to be specified when creating axes | |
3086 objects. Support non-figure parents. | |
3087 | |
3088 2007-08-31 John W. Eaton <jwe@octave.org> | |
3089 | |
3090 * plot/ancestor.m: New function, adapted from Octave Forge. | |
3091 | |
6850 | 3092 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
3093 | |
7010 | 3094 * polynomial/polygcd.m: Better layout of example. |
3095 * polynomial/compan.m: Remove unnecessary check. | |
3096 * polynomial/roots.m: Added example to help text. | |
3097 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
3098 * polynomial/poly.m: Added example to help text. | |
6850 | 3099 |
6848 | 3100 2007-08-30 John W. Eaton <jwe@octave.org> |
3101 | |
3102 * optimization/qp.m: Increase maxit to 200. | |
3103 | |
6847 | 3104 2007-08-30 David Bateman <dbateman@free.fr> |
3105 | |
3106 * geometry/inpolygon.m: New file. | |
3107 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
3108 | |
6843 | 3109 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
3110 | |
3111 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
3112 | |
6829 | 3113 2007-08-24 David Bateman <dbateman@free.fr> |
3114 | |
3115 * plot/__go_draw_axes__.m: Treat text color property. | |
3116 | |
6828 | 3117 2007-08-24 John W. Eaton <jwe@octave.org> |
3118 | |
3119 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
3120 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
3121 | |
3122 * miscellaneous/movefile.m: Separate second and third args and | |
3123 use p1 and p2, not f1 and f2 when constructing arguments for | |
3124 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
3125 | |
6825 | 3126 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
3127 | |
3128 * set/intersect.m: Make it work with cell arrays of strings. | |
3129 | |
6823 | 3130 2007-08-24 David Bateman <dbateman@free.fr> |
3131 | |
7010 | 3132 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 3133 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
3134 functions ported from octave-forge. | |
7010 | 3135 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 3136 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
3137 geometry/triplot.m, geometry/tsearchn.m: | |
3138 New functions. | |
7010 | 3139 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
3140 * geometry/Makefile.in (SOURCES): Add functions above. | |
3141 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 3142 |
6820 | 3143 2007-08-23 John W. Eaton <jwe@octave.org> |
3144 | |
3145 * pkg/pkg.m: Avoid using installed_packages for both function and | |
3146 variable name. | |
3147 | |
3148 2007-08-23 David Bateman <dbateman@free.fr> | |
3149 | |
3150 * plot/plot.m: Allow first arg to be axes handle. | |
3151 | |
6818 | 3152 2007-08-22 David Bateman <dbateman@free.fr> |
3153 | |
3154 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
3155 outputs are returned only if requested. | |
3156 | |
3157 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
3158 | |
3159 * control/base/nichols.m: Fix typo. | |
3160 | |
6813 | 3161 2007-08-13 John W. Eaton <jwe@octave.org> |
3162 | |
3163 * plot/meshgrid.m: Use repmat instead of multiplication. | |
3164 | |
6809 | 3165 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
3166 | |
3167 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
3168 use axes position in each appropriate gnuplot set statement. | |
3169 | |
6808 | 3170 2007-08-10 John W. Eaton <jwe@octave.org> |
3171 | |
3172 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
3173 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3174 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3175 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
3176 | |
6807 | 3177 2007-08-10 Kai Habel <kai.habel@gmx.de> |
3178 | |
3179 * plot/patch.m, plot/__patch__.m: New files. | |
3180 * plot/Makefile.in (SOURCES): Add them to the list. | |
3181 | |
3182 2007-08-07 John W. Eaton <jwe@octave.org> | |
3183 | |
3184 * path/savepath.m: Use single quotes for argument to PATH command | |
3185 that is inserted in file. | |
3186 | |
6805 | 3187 2007-07-27 John W. Eaton <jwe@octave.org> |
3188 | |
3189 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
3190 not set in the environment. | |
3191 | |
6796 | 3192 2007-07-25 David Bateman <dbateman@free.fr> |
3193 | |
3194 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3195 control/base/Makefile.in, control/hinf/Makefile.in, | |
3196 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3197 control/util/Makefile.in, deprecated/Makefile.in, | |
3198 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3199 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3200 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
3201 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3202 polynomial/Makefile.in, quaternion/Makefile.in, | |
3203 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
3204 specfun/Makefile.in, special-matrix/Makefile.in, | |
3205 startup/Makefile.in, statistics/Makefile.in, | |
3206 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
3207 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3208 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3209 Adjust DISTFILES to allow out of tree "make dist" to work. | |
3210 | |
6795 | 3211 2007-07-25 John W. Eaton <jwe@octave.org> |
3212 | |
3213 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
3214 | |
6793 | 3215 2007-07-24 David Bateman <dbateman@free.fr> |
3216 | |
3217 * image/flag.m: New colormap function. | |
3218 * images/Makefile.in: Include it in SOURCES. | |
3219 | |
3220 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
3221 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
3222 image/rainbow.m image/spring.m image/summer.m image/white.m | |
3223 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
3224 * image/gray.m, image/ocean.m: Use the same means of finding the | |
3225 number of colormap elements as the other colormap functions. | |
3226 | |
6790 | 3227 2007-07-24 Kai Habel <kai.habel@gmx.de> |
3228 | |
3229 * plot/__go_draw_axes__.m: Handle patch. | |
3230 | |
6788 | 3231 2007-07-23 David Bateman <dbateman@free.fr> |
3232 | |
3233 * general/rat.m: New function for ration approximation imported | |
3234 from octave-forge. | |
3235 * general/del2.m: New function for discrete laplacian operator. | |
3236 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
3237 | |
3238 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
3239 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
3240 image/rainbow.m image/spring.m image/summer.m image/white.m | |
3241 image/winter.m, image/brighten.m: Port image functions from | |
3242 octave-forge. | |
3243 * image/Makefile.in: Add ported functions to SOURCES. | |
3244 * image/gray.m, image/ocean.m: Don't set the colormap for | |
3245 compatibility with matlab. | |
3246 | |
3247 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
3248 octave-forge | |
3249 * plot/Makefile.in: Add ported functions to SOURCES. | |
3250 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
3251 using gnuplot 4.2 or greater. | |
3252 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3253 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 3254 |
3255 * general/cart2sph.m: Fix unbalanced paranthesis. | |
3256 | |
6781 | 3257 2007-07-19 David Bateman <dbateman@free.fr> |
3258 | |
3259 * plot/fplot.m: More compatible version. | |
3260 | |
6780 | 3261 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
3262 | |
3263 * plot/clf.m: Check for valid handle before deleting. | |
3264 | |
3265 * plot/figure.m: Pass "figure" property/value pairs directly to | |
3266 __go_figure__ instead of using regular "set" call. | |
3267 | |
6779 | 3268 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
3269 | |
3270 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
3271 type for gnuplot. | |
3272 | |
6778 | 3273 2007-07-18 John W. Eaton <jwe@octave.org> |
3274 | |
3275 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
3276 gnuplot for each set of axes. | |
3277 | |
6777 | 3278 2007-07-18 David Bateman <dbateman@free.fr> |
3279 | |
6778 | 3280 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
3281 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
3282 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
3283 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
3284 Use standard scale factor rather than one on the scale factor for | |
3285 compatibility. | |
3286 | |
3287 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
3288 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
3289 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
3290 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
3291 Preserve backward compatibility. | |
6777 | 3292 |
6776 | 3293 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
3294 | |
3295 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
3296 to avoid issues with regexp special characters in the path strings. | |
3297 | |
6770 | 3298 2007-07-06 David Bateman <dbateman@free.fr> |
3299 | |
6778 | 3300 * general/accumarray.m: New function to create an array by |
3301 accumulating the elements. | |
6770 | 3302 |
6768 | 3303 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
3304 | |
3305 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
3306 (fdjac): Set nx outside of if block. | |
3307 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
3308 | |
6765 | 3309 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
3310 | |
3311 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
3312 | |
3313 * plot/axis.m: Also set "visible" property when setting axes to | |
3314 on/off. | |
3315 | |
6762 | 3316 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
3317 | |
3318 * image/colormap.m: Only return colormap if nargout > 0. | |
3319 Mark as command. | |
3320 | |
6758 | 3321 2007-06-25 John W. Eaton <jwe@octave.org> |
3322 | |
3323 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
3324 strcmp for selected property comparisons. | |
3325 | |
6756 | 3326 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
3327 | |
6778 | 3328 * image/imshow.m: Fix check for colormap arguments. |
6756 | 3329 |
6754 | 3330 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
3331 | |
3332 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
3333 | |
6756 | 3334 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 3335 |
6778 | 3336 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 3337 argument, and note that the data should be sorted for the |
3338 definition of the median to be correct. | |
3339 | |
6778 | 3340 * statistics/base/std.m: Add missing square to definition of |
6754 | 3341 standard deviation. |
3342 | |
6778 | 3343 * statistics/base/cov.m: Add definition of covariance to the help text. |
3344 | |
3345 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 3346 statistics/base/std.m: |
3347 Note that \bar{x} is the mean value of x in the help text. | |
3348 | |
6778 | 3349 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 3350 coefficient to the help text. |
3351 | |
6778 | 3352 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
3353 | |
3354 * statistics/base/var.m: Put N in @math in help text. | |
3355 | |
3356 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 3357 statistics/tests/kolmogorov_smirnov_test.m: |
3358 Write about possible values of 'dist' in help text. | |
3359 | |
6778 | 3360 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 3361 Add definition of correlation to the help text. |
3362 | |
6778 | 3363 * statistics/base/logit.m, statistics/base/kendall.m, |
3364 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 3365 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
3366 TeXification of help text. | |
3367 | |
3368 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
3369 | |
3370 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
3371 Add missing @var's to help text. | |
3372 | |
3373 * statistics/models/logistic_regression.m: Fix typos in help text. | |
3374 | |
3375 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
3376 of help text. | |
3377 | |
3378 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
3379 help text. | |
3380 | |
3381 * statistics/distributions/unidpdf.m, | |
3382 statistics/distributions/discrete_pdf.m: | |
3383 Replace 'pDF' with 'PDF' in help text. | |
3384 | |
6753 | 3385 2007-06-25 John W. Eaton <jwe@octave.org> |
3386 | |
3387 * strings/substr.m: Use offset consistently in code and doc string. | |
3388 From Rafael Laboissiere <rafael@debian.org>. | |
3389 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3390 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 3391 |
6778 | 3392 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 3393 |
6751 | 3394 2007-06-25 John W. Eaton <jwe@octave.org> |
3395 | |
3396 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
3397 Recycle tic labels if necessary. From Juhani Saastamoinen | |
3398 <juhani@cs.joensuu.fi>. | |
3399 | |
6748 | 3400 2007-06-20 John W. Eaton <jwe@octave.org> |
3401 | |
6749 | 3402 * strings/index.m: Allow strings to be empty. |
3403 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
3404 | |
6748 | 3405 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
3406 | |
6747 | 3407 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
3408 | |
3409 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
3410 separate matrices. | |
3411 | |
6746 | 3412 2007-06-19 David Bateman <dbateman@free.fr> |
3413 | |
3414 * plot/axis.m: Prefer to use legend rather than the older Octave | |
3415 only ";;" legend syntax. | |
3416 * polynomial/mkpp.m: ditto. | |
3417 * polynomial/pchip.m: ditto. | |
3418 * signal/freqz_plot.m: ditto. | |
3419 * sparse/gplot.m: ditto. | |
3420 * sparse/treeplot.m: ditto. | |
3421 | |
6745 | 3422 2007-06-19 John W. Eaton <jwe@octave.org> |
3423 | |
3424 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
3425 (__go_draw_axes__): Call do_tics to handle tic marks. | |
3426 | |
6742 | 3427 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3428 | |
6778 | 3429 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 3430 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
3431 to check for NA. | |
3432 | |
6741 | 3433 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3434 | |
6778 | 3435 * optimization/glpk.m: TeXified the help text. |
3436 * optimization/qp.m: TeXified the help text. | |
3437 * optimization/sqp.m: TeXified the help text. | |
6741 | 3438 |
6740 | 3439 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
3440 | |
6778 | 3441 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 3442 |
6738 | 3443 2007-06-15 John W. Eaton <jwe@octave.org> |
3444 | |
3445 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
3446 have_newer_gnuplot is true. | |
3447 | |
6736 | 3448 2007-06-15 Pete Gustafson <petegus@umich.edu> |
3449 | |
6778 | 3450 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
3451 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 3452 to 90, all others 0. |
3453 | |
6778 | 3454 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
3455 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 3456 get_data_limits. |
6778 | 3457 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 3458 called by __errplot__. |
3459 | |
6730 | 3460 2007-06-15 John W. Eaton <jwe@octave.org> |
3461 | |
3462 * testfun/test.m: Also return number of expected failures. | |
3463 | |
6724 | 3464 2007-06-14 John W. Eaton <jwe@octave.org> |
3465 | |
6730 | 3466 * set/ismember.m: Mark two tests known to fail with xtest. |
3467 | |
6724 | 3468 * plot/__go_draw_axes__.m: Handle text rotation property. |
3469 | |
6728 | 3470 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
3471 | |
3472 * testfun/test.m: Add xtest support for tests known to fail. | |
3473 | |
6727 | 3474 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
3475 | |
3476 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
3477 epslatexstandalone terminals. | |
3478 | |
6721 | 3479 2007-06-14 David Bateman <dbateman@free.fr> |
3480 | |
3481 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
3482 as permutation of results was incorrect. | |
3483 * general/interp1.m: Add demo on second derivative | |
3484 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 3485 call. Add 3D demo. Fix typos |
3486 * general/interp3.m: Fix typos. Correct permutation for use of | |
3487 interpn. | |
6721 | 3488 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
3489 | |
6717 | 3490 2007-06-13 John W. Eaton <jwe@octave.org> |
3491 | |
3492 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 3493 |
6706 | 3494 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
3495 | |
3496 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
3497 | |
6704 | 3498 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
3499 | |
3500 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
3501 Set have_linestyle to true if two character linestyle is found. | |
3502 | |
6702 | 3503 2007-06-12 David Bateman <dbateman@free.fr> |
3504 | |
6717 | 3505 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
3506 and interpn.m. | |
3507 | |
3508 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
3509 structure before using it. | |
3510 | |
3511 2007-06-12 David Bateman <dbateman@free.fr> | |
3512 | |
6704 | 3513 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 3514 * general/__splinen__.m: New support function for N-dimensional |
3515 spline interpolation. | |
3516 * general/bicubic.m: Allow definition of extrapolation | |
3517 value. Adapt tests to use new graphics interface | |
3518 * general/interp2.m: Call __splinen__ for 2-D spline | |
3519 interpolation. Make the lookup table code only be called for | |
3520 linear and nearest methods. | |
3521 * general/interpn.m: New function for N-dimensional, linear, nearest | |
3522 and spline interpolation. | |
3523 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
3524 and spline interpolation. | |
6704 | 3525 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 3526 |
6701 | 3527 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
3528 | |
3529 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
3530 | |
6699 | 3531 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
3532 | |
3533 * plot/fplot.m: If function is inline, vectorize it. | |
3534 | |
6698 | 3535 2007-06-10 David Bateman <dbateman@free.fr> |
3536 | |
3537 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
3538 directory if need to, so that it fits on a line. | |
3539 | |
6695 | 3540 2007-06-07 David Bateman <dbateman@free.fr> |
3541 | |
3542 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
3543 saved file so that dependent packages are loaded first, and if | |
3544 nargout==0 don't return any arguments. | |
3545 (pkg:install): Only load packages that are marked autoload after | |
3546 install. Various fixes. Save in order. | |
3547 (pkg:uninstall): Save in order | |
3548 (pkg:load_packages): Use load_package_and_dependencies to load | |
3549 packages. | |
3550 (pkg:save_order): New function to sort package list with dependent | |
3551 packages first. | |
3552 (pkg:load_packages_and_dependencies): New function to load both a | |
3553 list of packages and their dependencies. | |
3554 (pkg:load_package_dirs): New function that returns a vector of the | |
3555 indexes into the installed package list indicating the packages to | |
3556 load and the order to load them in to respect the dependencies. | |
3557 | |
6688 | 3558 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
3559 | |
3560 * plot/axes.m: Eliminate redundant else clause. | |
3561 | |
6686 | 3562 2007-06-03 David Bateman <dbateman@free.fr> |
3563 | |
3564 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 3565 * pkg/pkg.m: Protect against multiple actions being define. |
3566 | |
6683 | 3567 2007-06-01 David Bateman <dbateman@free.fr> |
3568 | |
3569 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
3570 incorporate into main pkg function. | |
3571 (pkg:install): Check for existence of files to install before | |
3572 globbing and warn the user if they don't exist. | |
3573 | |
6675 | 3574 2007-05-31 David Bateman <dbateman@free.fr> |
3575 | |
6679 | 3576 * miscellaneous/copyfile.m: Split copying of multiple files to a |
3577 directory over several copy command to limit the line length. | |
3578 * miscellaneous/movefile.m: Ditto. | |
3579 | |
6675 | 3580 * pkg.m: Add build option to allow binary Octave packages to be |
3581 built from source packages. Probe absolute path of prefix, global | |
3582 and local lists. Use strcat, rather that [] for strings. | |
3583 (pkg:build): New function to binary binary package. | |
3584 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
3585 (pkg:repackage): Package binary Octave package from installation. | |
3586 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
3587 from m-files into main installation directory. | |
3588 (pkg:shell): Suppress verbose messages from shell and only display | |
3589 them with the verbose flag. | |
3590 (pkg:installed_packages): Also include the loaded flag in the | |
3591 local and global packages. | |
3592 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
3593 flagged as loaded. | |
3594 | |
3595 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
3596 | |
3597 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
3598 with and without architecture dependent directories. | |
3599 (pkg:installed_packages): Probe the global_list file even if it is | |
3600 the same as the local_list. | |
3601 | |
6669 | 3602 2007-05-29 John W. Eaton <jwe@octave.org> |
3603 | |
3604 * sparse/spy.m: Set axis to "ij" mode. | |
3605 | |
6664 | 3606 2007-05-24 John W. Eaton <jwe@octave.org> |
3607 | |
3608 * set/ismember.m: Quote first arg of "fail" tests. | |
3609 | |
6663 | 3610 2007-05-24 David Bateman <dbateman@free.fr> |
3611 | |
6778 | 3612 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 3613 |
6655 | 3614 2007-05-22 David Bateman <dbateman@free.fr> |
3615 | |
3616 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
3617 error(lasterr()(8:end)). | |
3618 (pkg:install): Warning for empty packages being removed. Suppress | |
3619 spurious output. Warning rather than error for uninstalling a | |
3620 package that is not installed to avoid RPM issue. | |
3621 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
3622 inst or architecture dependent directory if it exists. | |
3623 | |
6653 | 3624 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
3625 | |
3626 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
3627 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
3628 signal/freqz.m: Fix typos. | |
3629 | |
6645 | 3630 2007-05-21 David Bateman <dbateman@free.fr> |
3631 | |
3632 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
3633 force installation location. | |
3634 (rebuild): New subfunction to rebuild package database from | |
3635 installed packages. Also allows changing of autoload status | |
3636 (install): Warn use if attempting to install from non existent | |
3637 file. | |
3638 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
3639 "USER", "root"))' for root test. | |
3640 | |
3641 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
3642 | |
3643 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
3644 and replace "\" characters with "/". | |
3645 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
3646 characters with "/" throughout. | |
3647 (shell): New subfunction that wraps system and is careful with the | |
3648 shell on windows platforms. | |
3649 (configure_make): Explictly pass complier etc to configure | |
3650 process. | |
3651 (issuperuser): Force default to global install for Windows machines. | |
3652 | |
6636 | 3653 2007-05-19 Kristan Onu |
3654 | |
3655 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
3656 | |
6634 | 3657 2007-05-18 David Bateman <dbateman@free.fr> |
3658 | |
3659 * pkg/pkg.m (install): More verbosity. | |
3660 (configure_make): Ditto. | |
3661 (create_pkgadddel): Install in architecture dependent directory if | |
3662 it exists to address issues with autoload/mfilename. | |
3663 (write_INDEX): Check in archiecture dependent directories as well. | |
3664 | |
6633 | 3665 2007-05-17 David Bateman <dbateman@free.fr> |
3666 | |
3667 * plot/hbar.m: Remove. | |
3668 * plot/barh.m: and move it here. | |
3669 | |
6631 | 3670 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
3671 | |
3672 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
3673 | |
6629 | 3674 2007-05-16 John W. Eaton <jwe@octave.org> |
3675 | |
3676 * general/logspace.m: Return second arg if fewer than two values | |
3677 are requested. | |
3678 | |
6619 | 3679 2007-05-14 John W. Eaton <jwe@octave.org> |
3680 | |
3681 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
3682 on a new line. | |
3683 | |
6617 | 3684 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
3685 | |
3686 * statistics/distributions/norminv.m, | |
3687 statistics/distributions/norminv.m, | |
3688 statistics/distributions/normpdf.m, | |
3689 statistics/distributions/normrnd.m: | |
3690 Use standard deviation, not variance. | |
3691 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
3692 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
3693 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
3694 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
3695 backward compatibility. | |
3696 | |
6616 | 3697 2007-05-14 David Bateman <dbateman@free.fr> |
3698 | |
3699 * pkg/pkg.m: Mark loaded packages with "*". | |
3700 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3701 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 3702 |
3703 * miscellaneous/single.m: Doc fix. | |
3704 Convert to double instead of returning argument unchanged. | |
3705 | |
3706 * miscellaneous/doc.m: Doc fix. | |
3707 | |
3708 * miscellaneous/ver.m: Doc fix. | |
3709 Don't display information about Octave Forge. | |
3710 | |
6614 | 3711 2007-05-12 David Bateman <dbateman@free.fr> |
3712 | |
3713 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
3714 install to be printed. An error in the on_uninstall script causes | |
3715 a failure to uninstall. Place oct- and mex-files in an | |
3716 architecture dependent directory. | |
3717 | |
6611 | 3718 2007-05-09 John W. Eaton <jwe@octave.org> |
3719 | |
3720 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
3721 | |
6609 | 3722 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3723 | |
3724 * statistics/distributions/normcdf.m: Use standard deviation | |
3725 instead of variance for compatibility. | |
3726 | |
3727 2007-05-08 John W. Eaton <jwe@octave.org> | |
3728 | |
3729 | |
3730 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
3731 | |
3732 * set/ismember.m: Always return logical values. | |
3733 | |
3734 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 3735 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 3736 |
3737 * general/__isequal__.m: Allow numeric values of different classes | |
3738 to compare equal. | |
3739 | |
6606 | 3740 2007-05-07 David Bateman <dbateman@free.fr> |
3741 | |
6607 | 3742 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
3743 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 3744 |
6605 | 3745 2007-05-02 John W. Eaton <jwe@octave.org> |
3746 | |
3747 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
3748 | |
6604 | 3749 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3750 | |
3751 * contour.m: Rewrite help string. | |
3752 | |
6599 | 3753 2007-04-28 John W. Eaton <jwe@octave.org> |
3754 | |
3755 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
3756 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
3757 Special case nargout == 0. | |
3758 | |
6597 | 3759 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
3760 | |
3761 * general/sub2ind.m: Handle empty input, add tests. | |
3762 | |
6590 | 3763 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3764 | |
3765 * plot/contourc.m: Doc fix. | |
3766 | |
6586 | 3767 2007-04-26 David Bateman <dbateman@free.fr> |
3768 | |
3769 * plot/hist.m: Partially remove previous patch. | |
3770 | |
6582 | 3771 2007-04-26 David Bateman <dbateman@free.fr> |
3772 | |
3773 * plot/hist.m: Support returning of handle | |
3774 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
3775 cells. | |
3776 | |
6575 | 3777 2007-04-25 John W. Eaton <jwe@octave.org> |
3778 | |
6579 | 3779 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
3780 "title \"\"", not "". | |
3781 | |
6575 | 3782 * plot/legend.m: Initialize WARNED to false. |
3783 | |
6567 | 3784 2007-04-24 John W. Eaton <jwe@octave.org> |
3785 | |
3786 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3787 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 3788 |
3789 2007-04-23 John W. Eaton <jwe@octave.org> | |
3790 | |
3791 * plot/box.m: Delete extra endfunction keyword. | |
3792 | |
6560 | 3793 2007-04-23 David Bateman <dbateman@free.fr> |
3794 | |
3795 * plot/plot3.m: Call newplot. | |
3796 | |
6553 | 3797 2007-04-20 John W. Eaton <jwe@octave.org> |
3798 | |
3799 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
3800 | |
6546 | 3801 2007-04-19 John W. Eaton <jwe@octave.org> |
3802 | |
3803 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
3804 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
3805 | |
6544 | 3806 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3807 | |
3808 * control/util/axis2dlim.m: Delete extraneous line. | |
3809 | |
6542 | 3810 2007-04-18 John W. Eaton <jwe@octave.org> |
3811 | |
3812 * specfun/factorial.m: Increase tolerance in large value test. | |
3813 | |
6540 | 3814 2007-04-18 David Bateman <dbateman@free.fr> |
3815 | |
3816 * __bar__.m: New support function for bar/hbar to support graphic | |
3817 handles, and additional arguments. | |
3818 * bar.m: Convert to use __bar__. | |
3819 * hbar.m: New function | |
3820 * hist.m: Explicitly set the width of the bar plot. | |
3821 | |
6533 | 3822 2007-04-17 John W. Eaton <jwe@octave.org> |
3823 | |
6534 | 3824 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
3825 | |
6533 | 3826 * set/ismember.m: New tests. |
3827 From David Grohmann <grohmann@arlut.utexas.edu> | |
3828 | |
6532 | 3829 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
3830 | |
3831 * specfun/factorial.m: Use gamma function instead of cumprod. | |
3832 Add tests. | |
3833 | |
6527 | 3834 2007-04-16 John W. Eaton <jwe@octave.org> |
3835 | |
6528 | 3836 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
3837 looks_like_copyright in src/help.cc. | |
3838 From S�ren Hauberg <soren@hauberg.org>. | |
3839 | |
6527 | 3840 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
3841 | |
6526 | 3842 2007-04-13 John W. Eaton <jwe@octave.org> |
3843 | |
6527 | 3844 * optimization/sqp.m: Initialize info to 0. |
3845 | |
6526 | 3846 * optimization/qp.m: Undo previous change. |
3847 | |
6524 | 3848 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3849 | |
3850 * spdiags.m: Fixed the four-argument case to work for columns of | |
3851 length one. | |
3852 | |
6523 | 3853 2007-04-12 John W. Eaton <jwe@octave.org> |
3854 | |
3855 * optimization/qp.m: Avoid Octave indexing bug. | |
3856 | |
6521 | 3857 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
3858 | |
6522 | 3859 * miscellaneous/menu.m, control/base/bddemo.m, |
3860 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
3861 control/system/sysrepdemo.m: | |
3862 Adapt to page_screen_output as a function. | |
6521 | 3863 |
6518 | 3864 2007-04-11 John W. Eaton <jwe@octave.org> |
3865 | |
3866 * miscellaneous/not.m: Delete. | |
3867 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
3868 | |
3869 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3870 | |
3871 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
3872 that are close but not exactly equal. | |
3873 | |
6515 | 3874 2007-04-11 David Bateman <dbateman@free.fr> |
3875 | |
3876 * general/bitcmp.m: Make it work again. | |
3877 | |
6512 | 3878 2007-04-10 John W. Eaton <jwe@octave.org> |
3879 | |
3880 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
3881 that are close but not exactly equal. | |
3882 | |
6511 | 3883 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
3884 | |
3885 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
3886 in response to a change in x limits for now. | |
3887 | |
6510 | 3888 2007-04-09 John W. Eaton <jwe@octave.org> |
3889 | |
3890 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
3891 (__go_draw_axes__): Use it to write data to plot stream. | |
3892 | |
6509 | 3893 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
3894 | |
3895 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
3896 zeros. Set markerfacecolor property in call to plot. | |
3897 | |
6508 | 3898 2007-04-06 John W. Eaton <jwe@octave.org> |
3899 | |
3900 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
3901 | |
3902 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
3903 | |
3904 * plot/stem.m: Use plot instead of a series of calls to line. | |
3905 | |
6494 | 3906 2007-04-05 John W. Eaton <jwe@octave.org> |
3907 | |
6499 | 3908 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
3909 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
3910 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
3911 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
3912 | |
6496 | 3913 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 3914 Use strcmpi instead of strcmp+tolower. |
6496 | 3915 Style fixes. |
3916 | |
6494 | 3917 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
3918 Plotting fixes. Style fixes. | |
3919 | |
3920 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
3921 Style fixes. | |
3922 | |
3923 * testfun/fail.m: No need to check for evalin and lastwarn. | |
3924 Style fixes. | |
3925 | |
3926 * testfun/demo.m, testfun/example.m: Style fixes. | |
3927 Use "strcat (...)" instead of "[...]". | |
3928 Use format specifiers in calls to warning. | |
3929 | |
3930 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
3931 Use "strcat (...)" instead of "[...]". | |
3932 Use "x(end)" instead of "x(length (x))". | |
3933 Check NA before NaN. | |
3934 Style fixes. | |
3935 | |
6473 | 3936 2007-03-29 John W. Eaton <jwe@octave.org> |
3937 | |
6474 | 3938 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 3939 |
6467 | 3940 2007-03-27 John W. Eaton <jwe@octave.org> |
3941 | |
3942 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3943 control/base/Makefile.in, control/hinf/Makefile.in, | |
3944 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3945 control/util/Makefile.in, deprecated/Makefile.in, | |
3946 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3947 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3948 miscellaneous/Makefile.in, optimization/Makefile.in, | |
3949 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3950 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3951 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3952 special-matrix/Makefile.in, startup/Makefile.in, | |
3953 statistics/Makefile.in, statistics/base/Makefile.in, | |
3954 statistics/distributions/Makefile.in, | |
3955 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3956 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3957 Use ln instead of $(LN_S) in dist target. | |
3958 | |
6465 | 3959 2007-03-27 David Bateman <dbateman@free.fr> |
3960 | |
3961 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
3962 gnuplot 4.0. | |
3963 | |
6464 | 3964 2007-03-26 John W. Eaton <jwe@octave.org> |
3965 | |
3966 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
3967 | |
6461 | 3968 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
3969 | |
3970 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
3971 plot stream and using binary data. | |
3972 | |
6459 | 3973 2007-03-26 John W. Eaton <jwe@octave.org> |
3974 | |
3975 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
3976 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3977 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
3978 | |
3979 2007-03-26 David Bateman <dbateman@free.fr> | |
3980 | |
6461 | 3981 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
3982 | |
6459 | 3983 * plot/plot3.m: Handle line properties. |
3984 * plot/plot.m: Update docstring. | |
3985 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
3986 * plot/__plt__.m: Also gather properties. | |
3987 | |
6455 | 3988 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
3989 | |
3990 * testfun/assert.m: Delete special check for empty objects. | |
3991 Add test. | |
3992 | |
6453 | 3993 2007-03-26 John W. Eaton <jwe@octave.org> |
3994 | |
6454 | 3995 * plot/drawnow.m: Exit early if call is recursive. |
3996 | |
6453 | 3997 * plot/__go_draw_axes__.m (get_data_limits): New function. |
3998 Check for Inf too. | |
3999 (__go_draw_axes__): Use get_data_limits. | |
4000 | |
6450 | 4001 2007-03-24 John W. Eaton <jwe@octave.org> |
4002 | |
6451 | 4003 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
4004 send terminal setting command with title option to plot stream. | |
4005 | |
6450 | 4006 * plot/legend.m: Correctly increment index into list of children.. |
4007 | |
6434 | 4008 2007-03-23 John W. Eaton <jwe@octave.org> |
4009 | |
6448 | 4010 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
4011 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
4012 control/base/nyquist.m, control/base/nichols.m, | |
4013 control/base/frdemo.m, signal/freqz_plot.m, | |
4014 control/base/__stepimp__.m, control/base/bode.m, | |
4015 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
4016 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 4017 Update plotting code. |
4018 | |
4019 * control/base/bode.m: Unwrap phase angle. | |
4020 | |
4021 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
4022 | |
4023 * plot/axis.m: Don't check automatic_replot, or call replot. | |
4024 | |
4025 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
4026 commands. | |
6446 | 4027 |
6442 | 4028 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 4029 Handle numeric color specs. |
6442 | 4030 * plot/plot.m: Remove "-@" and "@" from docstring. |
4031 | |
6441 | 4032 * plot/orient.m: Fix tests to avoid creating a plot window. |
4033 | |
6440 | 4034 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
4035 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4036 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
4037 general/arrayfun.m, miscellaneous/compare_versions.m, | |
4038 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
4039 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
4040 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
4041 | |
6438 | 4042 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
4043 plot, not just multiplots. | |
4044 | |
6436 | 4045 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
4046 | |
6434 | 4047 * plot/contour.m: Don't call drawnow. |
4048 | |
6431 | 4049 2007-03-22 John W. Eaton <jwe@octave.org> |
4050 | |
6432 | 4051 * plot/drawnow.m: Check and optionally, set, the __modified__ |
4052 property of each figure. | |
4053 | |
6431 | 4054 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
4055 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4056 | |
4057 2007-03-21 John W. Eaton <jwe@octave.org> | |
4058 | |
4059 * linear-algebra/null.m: Set elements of retval with magnitudes | |
4060 less than eps to 0. | |
4061 | |
6429 | 4062 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 4063 |
4064 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 4065 * testfun/speed.m: Documentation and example fix. |
4066 | |
6424 | 4067 2007-03-21 John W. Eaton <jwe@octave.org> |
4068 | |
4069 * plot/subplot.m: If we find an existing subplot region, set | |
4070 it to be the "currentaxes" property for the current figure. | |
6425 | 4071 Delete old axes objects if the new axes object overlaps the old. |
6424 | 4072 |
6422 | 4073 2007-03-20 David Bateman <dbateman@free.fr> |
4074 | |
4075 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
4076 | |
4077 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
4078 | |
4079 * general/arrayfun.m: New function. | |
4080 | |
6418 | 4081 2007-03-20 John W. Eaton <jwe@octave.org> |
4082 | |
6419 | 4083 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
4084 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
4085 | |
4086 * plot/clf.m: Don't call drawnow. | |
4087 | |
6431 | 4088 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 4089 |
6420 | 4090 * image/__img__.m: Maybe set yaxis to reverse for images. |
4091 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
4092 images. | |
4093 | |
6418 | 4094 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 4095 instead of global. Only register __go_close_all__ with atexit if |
4096 the plot stream is successfully opened. | |
6418 | 4097 |
6413 | 4098 2007-03-15 John W. Eaton <jwe@octave.org> |
4099 | |
6418 | 4100 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 4101 From Daniel J Sebald <daniel.sebald@ieee.org>. |
4102 | |
4103 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
4104 | |
4105 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 4106 Use numeric line types. |
6413 | 4107 |
4108 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 4109 lines and larger markers. Remove key titles from line type |
4110 properties. | |
6413 | 4111 |
6405 | 4112 2007-03-14 John W. Eaton <jwe@octave.org> |
4113 | |
6412 | 4114 * plot/__axis_label__.m: Accept additional property-value pairs |
4115 and pass them to __go_text__. Simply return the handle obtained | |
4116 from __go_text__ instead of calling get on the current axis. | |
4117 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
4118 Allow for extra property value pairs to be passed along. | |
4119 * plot/title.m: Implement with __axis_label__ since it does all | |
4120 that title needs to do. | |
4121 | |
6410 | 4122 * plot/clf.m: Set currentaxes property for current figure to []. |
4123 | |
6405 | 4124 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
4125 | |
4126 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
4127 and __plt2__, not just the last. | |
4128 | |
4129 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
4130 (SOURCES_IN, GEN_M): Delete. | |
4131 (FCN_FILES): Don't include $(GEN_M). | |
4132 (all): Don't depend on $(GEN_M). | |
4133 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
4134 | |
4135 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
4136 | |
4137 * plot/newplot.m: Call __go_axes_init__ instead of | |
4138 __uiobject_axes_init__. | |
4139 | |
4140 * plot/mesh.m: Use __go_surface__ instead of | |
4141 __uiobject_surface_ctor__. Don't access object fields directly. | |
4142 | |
4143 * plot/line.m: Use __line__ to do actual work. | |
4144 * plot/__line__.m: New function. | |
4145 | |
4146 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
4147 Use get and set instead of accessing object fields directly. | |
4148 | |
4149 * plot/figure.m: Use __go_figure__ to create figure graphics | |
4150 handle. | |
4151 | |
4152 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
4153 __uiobject_close_all. Call __go_draw_figure__ instead of | |
4154 __uiobject_draw_figure__. | |
4155 | |
4156 * plot/clf.m: Use get instead of accessing object fields | |
4157 directly. Simply delete children. Don't set currentaxes. | |
4158 | |
4159 * plot/close.m (close_all_figures): New subfunction. | |
4160 Use it instead of getting list of figures to close from | |
4161 __uiobject_figures__. | |
4162 | |
4163 * plot/closereq.m: Simply delete the current figure. Don't set | |
4164 currentfigure. | |
4165 | |
4166 * plot/__errplot__.m: Call __line__ instead of | |
4167 __uiobject_line_ctor__. Use set instead of accesing object fields | |
4168 directly. Don't call __uiobject_adopt__. | |
4169 | |
4170 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
4171 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
4172 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
4173 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
4174 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
4175 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
4176 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
4177 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
4178 plot/__uiobject_init_root_figure__.in, | |
4179 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
4180 plot/__uiobject_root_figure_ctor__.m, | |
4181 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
4182 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
4183 plot/set.in: Delete. | |
6408 | 4184 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 4185 |
4186 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
4187 Pass "hidden" as second arg to close. | |
4188 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
4189 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 4190 * plot/Makefile.in (SOURCES_M): Rename in list. |
4191 | |
6405 | 4192 * image/__img__.m: Use __go_image__ to create image graphics |
4193 handle. | |
4194 | |
4195 * miscellaneous/delete.m: Call __go_delete__, not | |
4196 __uiobject_delete__. Check that arg is a graphics handle before | |
4197 calling __go_delete__. | |
4198 | |
6403 | 4199 2007-03-13 John W. Eaton <jwe@octave.org> |
4200 | |
4201 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
4202 arg instead of switch statement. | |
6528 | 4203 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 4204 |
4205 2007-03-12 John W. Eaton <jwe@octave.org> | |
4206 | |
4207 * miscellaneous/cast.m: New function. | |
4208 | |
4209 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
4210 | |
6398 | 4211 2007-03-08 John W. Eaton <jwe@octave.org> |
4212 | |
4213 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
4214 tilde expansion on target filename before passing it to the shell. | |
4215 | |
4216 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
4217 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
4218 | |
6396 | 4219 2007-03-08 David Bateman <dbateman@free.fr> |
4220 | |
4221 * statistics/base/unidrnd.m: Move to statistics/distributions | |
4222 replacing slower version based on dicrete_rnd. | |
4223 | |
6392 | 4224 2007-03-07 John W. Eaton <jwe@octave.org> |
4225 | |
6395 | 4226 * control/base/rlocus.m: Update for current plotting functions. |
4227 | |
4228 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
4229 | |
4230 * control/base/rlocus.m: Improve display. | |
4231 | |
4232 2007-03-07 John W. Eaton <jwe@octave.org> | |
4233 | |
4234 * plot/legend.m: Only handle positions -1:4. | |
4235 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
4236 found in option string | |
4237 * plot/__uiobject_draw_axes__.m: Handle key position. | |
4238 | |
6394 | 4239 * plot/newplot.m: Always reset next line color. |
4240 | |
6392 | 4241 * testfun/assert.m: Check that number of dimensions match before |
4242 checking dimensions. | |
4243 | |
6391 | 4244 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
4245 | |
4246 * specfun/perms.m, specfun/factorial.m: Check args. | |
4247 | |
6387 | 4248 2007-03-07 John W. Eaton <jwe@octave.org> |
4249 | |
6390 | 4250 * plot/mesh.m: Call newplot before doing anything. |
4251 | |
4252 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
4253 just "e". Only flush plot stream once. | |
4254 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4255 | |
6387 | 4256 * strings/blanks.m: Omit first index in assignment. |
4257 | |
6386 | 4258 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
4259 | |
4260 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
4261 | |
6385 | 4262 2007-03-06 David Bateman <dbateman@free.fr> |
4263 John W. Eaton <jwe@octave.org> | |
4264 | |
4265 * set/setdiff.m: Ignore "rows" for cell array args. | |
4266 Handle cellstr args. | |
4267 | |
6382 | 4268 2007-03-05 John W. Eaton <jwe@octave.org> |
4269 | |
4270 * optimization/sqp.m: Defer first call to obj_hess until after | |
4271 calling obj_fun. | |
4272 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4273 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 4274 |
4275 * specfun/nchoosek.m: Fix nargin check. | |
4276 | |
6376 | 4277 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
4278 | |
4279 * image/__img__.m: Don't set xlim and ylim properties. | |
4280 | |
6374 | 4281 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
4282 | |
4283 * general/interp1.m: Fix *style cases for decreasing x. | |
4284 | |
6372 | 4285 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
4286 | |
4287 * polynomial/roots.m: Check nargin before accessing arg. | |
4288 | |
6369 | 4289 2007-02-28 John W. Eaton <jwe@octave.org> |
4290 | |
4291 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
4292 increment data_idx unless using gnuplot for display. | |
4293 | |
6368 | 4294 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
4295 | |
4296 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
4297 plots with images. | |
4298 * image/image.m, image/imagesc.m, image/imshow.m: | |
4299 Deprecate zoom argument. | |
4300 | |
6366 | 4301 2007-02-28 John W. Eaton <jwe@octave.org> |
4302 | |
4303 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
4304 temporary file names. Keep image and colormap file ids separate. | |
4305 | |
4306 * general/interp1.m: Correctly compute min and max values when | |
4307 values are decreasing and not evenly spaced. | |
4308 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
4309 | |
6365 | 4310 2007-02-27 John W. Eaton <jwe@octave.org> |
4311 | |
4312 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
4313 returning an empty cell array. | |
4314 | |
6546 | 4315 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 4316 |
4317 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
4318 | |
6546 | 4319 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 4320 |
4321 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4322 control/base/Makefile.in, control/hinf/Makefile.in, | |
4323 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4324 control/util/Makefile.in, deprecated/Makefile.in, | |
4325 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4326 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4327 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4328 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4329 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4330 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4331 special-matrix/Makefile.in, startup/Makefile.in, | |
4332 statistics/Makefile.in, statistics/base/Makefile.in, | |
4333 statistics/distributions/Makefile.in, | |
4334 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4335 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4336 Use $(LN_S) instead of ln or ln -s. | |
4337 | |
6356 | 4338 2007-02-24 David Bateman <dbateman@free.fr> |
4339 | |
4340 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
4341 '\n' in FILES file. | |
6357 | 4342 (configure_make): Also install any mex files. |
6356 | 4343 |
6353 | 4344 2007-02-24 David Bateman <dbateman@free.fr> |
4345 | |
4346 * statistics/distributions (SOURCES): Add nbincdf.m, | |
4347 nbininv.m, nbinpdf.m and nbinrnd.m. | |
4348 | |
6351 | 4349 2007-02-23 John W. Eaton <jwe@octave.org> |
4350 | |
4351 * statistics/distributions/Makefile.in (SOURCES): Remove | |
4352 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
4353 | |
4354 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
4355 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
4356 | |
6349 | 4357 2007-02-23 David Bateman <dbateman@free.fr> |
4358 | |
4359 * statistics/distributions/discrete_rnd.m, | |
4360 statistics/distributions/geornd.m, | |
4361 statistics/distributions/lognnd.m, | |
4362 statistics/distributions/nbinrnd.m, | |
4363 statistics/distributions/wblrnd.m: Accelerate distributions. | |
4364 | |
4365 * statistics/distributions/unidcdf.m, | |
4366 statistics/distributions/unidinv.m, | |
4367 statistics/distributions/unidpdf.m, | |
4368 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 4369 discrete_cdf, etc. |
6349 | 4370 |
4371 * statistics/distributions/pascal_cdf.m, | |
4372 statistics/distributions/pascal_inv.m, | |
4373 statistics/distributions/pascal_pdf.m, | |
4374 statistics/distributions/pascal_rnd.m: Remove. | |
4375 * statistics/distributions/nbincdf.m, | |
4376 statistics/distributions/nbininv.m, | |
4377 statistics/distributions/nbinpdf.m, | |
4378 statistics/distributions/nbinrnd.m: Replace with matlab | |
4379 compatible functions. | |
4380 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
4381 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
4382 nbincdf, etc functions to implement these. | |
4383 | |
6344 | 4384 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4385 | |
4386 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
4387 command and data. | |
4388 | |
4389 2007-02-22 John W. Eaton <jwe@octave.org> | |
4390 | |
4391 * miscellaneous/doc.m: If index search fails, try again without | |
4392 the index search option. | |
4393 | |
6339 | 4394 2007-02-22 David Bateman <dbateman@free.fr> |
4395 | |
6341 | 4396 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
4397 | |
6340 | 4398 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
4399 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
4400 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
4401 statistics/distributions/betarnd.m: Convert to use randg, rande | |
4402 and randp to accelerate. | |
4403 | |
6339 | 4404 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
4405 | |
6338 | 4406 2007-02-22 John W. Eaton <jwe@octave.org> |
4407 | |
4408 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
4409 cache data and display after xlim and ylim have been determined. | |
4410 | |
6337 | 4411 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4412 | |
4413 * plot/__uiobject_draw_axes__.m: | |
4414 Allow multiple images to be displayed with gnuplot. | |
4415 | |
6333 | 4416 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
4417 | |
4418 * optimization/glpk.m: Document the fact that extra.mem does not work | |
4419 for versions of GLPK 4.15 and later. | |
4420 | |
6328 | 4421 2007-02-19 John W. Eaton <jwe@octave.org> |
4422 | |
4423 * plot/__uiobject_alloc__.in: If next available element in | |
4424 __uiobject_list__ is 0, grow list before doing anything else. | |
4425 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
4426 first call when size of __uiobject_list__ is 0. | |
4427 | |
6323 | 4428 2007-02-16 John W. Eaton <jwe@octave.org> |
4429 | |
4430 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
4431 | |
6321 | 4432 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
4433 | |
4434 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
4435 | |
6316 | 4436 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
4437 | |
4438 * specfun/nchoosek.m: Check nargin. | |
4439 | |
6314 | 4440 2007-02-15 John W. Eaton <jwe@octave.org> |
4441 | |
6315 | 4442 * path/addpath.m, path/rmpath.m: Delete |
4443 * path/Makefile.in (SOURCES): Remove them from the list. | |
4444 | |
6314 | 4445 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
4446 Delete title, xlabel, ylabel, and zlabel properties before | |
4447 reassigning. | |
4448 * plot/__uiobject_axes_init__.in: New arg, mode. | |
4449 Don't init outerposition if "mode" is "replace". | |
4450 * plot/newplot.m: Check both figure and axes nextplot properties. | |
4451 If axes nextplot property is replace, pass "replace" as mode arg | |
4452 to __uiobject_axes_init__. | |
4453 | |
6308 | 4454 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
4455 | |
6310 | 4456 * image/imshow.m: Don't restore old colormap. |
4457 | |
6309 | 4458 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
4459 * image/__img__.m: New file containing common parts of image.m and | |
4460 imshow.m. | |
6312 | 4461 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 4462 * image/image.m, image/imshow.m: Call __img__. |
4463 * plot/__uiobject_draw_axes__.m: | |
4464 Handle rgb imaged data stored in 3-d arrays. | |
4465 | |
6308 | 4466 * plot/figure.m: Doc fix. |
4467 | |
6304 | 4468 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
4469 | |
4470 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
4471 for reading and writing data. New tests. Improve rounding. | |
4472 | |
6302 | 4473 2007-02-13 John W. Eaton <jwe@octave.org> |
4474 | |
6303 | 4475 * plot/stem.m: New file, adapted from OctPlot. |
4476 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4477 | |
6302 | 4478 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
4479 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4480 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4481 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
4482 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
4483 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
4484 plot/semilogyerr.m: Return handles to line objects. | |
4485 | |
6301 | 4486 2007-02-11 John W. Eaton <jwe@octave.org> |
4487 | |
4488 * plot/__uiobject_close_all.m: New file. | |
4489 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4490 | |
6298 | 4491 2007-02-10 John W. Eaton <jwe@octave.org> |
4492 | |
4493 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
4494 * plot/__uiobject_globals__.m: Don't call mlock. | |
4495 | |
4496 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
4497 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
4498 before calling pclose. | |
4499 | |
6291 | 4500 2007-02-09 John W. Eaton <jwe@octave.org> |
4501 | |
6295 | 4502 * plot/subplot.m: Delete spurious call to axes. |
4503 | |
6293 | 4504 * plot/figure.m: Call drawnow for current figure before creating |
4505 or switching to a new figure. | |
4506 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
4507 nargin == 0 case. | |
4508 | |
6291 | 4509 * testfun/assert.m: Try to avoid problems when comparisons involve |
4510 strange values like Inf+NaNi. | |
4511 | |
6283 | 4512 2007-02-08 John W. Eaton <jwe@octave.org> |
4513 | |
6286 | 4514 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
4515 and check gnuplot_use_title_option instead of just assuming -title | |
4516 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
4517 | |
6285 | 4518 * Makefile.in (DISTFILES): Add move-if-change to the list. |
4519 | |
6284 | 4520 * audio/Makefile.in, control/base/Makefile.in, |
4521 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
4522 control/system/Makefile.in, control/util/Makefile.in, | |
4523 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
4524 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
4525 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
4526 optimization/Makefile.in, plot/Makefile.in, | |
4527 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4528 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4529 special-matrix/Makefile.in, startup/Makefile.in, | |
4530 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4531 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4532 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
4533 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
4534 | |
6283 | 4535 * plot/figure.m: Don't call drawnow. Correctly init figure when |
4536 only given property list. | |
4537 | |
6278 | 4538 2007-02-07 John W. Eaton <jwe@octave.org> |
4539 | |
6280 | 4540 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
4541 properties. | |
4542 | |
6278 | 4543 * plot/sombrero.m: Call box ("off") after mesh. |
4544 | |
4545 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
4546 line default" commands with older versions of gnuplot. | |
4547 | |
4548 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
4549 | |
6273 | 4550 2007-02-06 John W. Eaton <jwe@octave.org> |
4551 | |
4552 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
4553 * sparse/gplot.m: Use line style - instead of 1. | |
4554 | |
6272 | 4555 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
4556 | |
4557 * plot/print.m: Avoid error message from cellidx. | |
4558 | |
4559 2007-02-05 John W. Eaton <jwe@octave.org> | |
4560 | |
4561 * plot/legend.m: Fix check for data. | |
4562 | |
6270 | 4563 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
4564 | |
4565 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
4566 Always set lt and pt. | |
4567 | |
6269 | 4568 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
4569 | |
4570 * plot/contourc.m: Correctly compute X and Y. | |
4571 | |
6268 | 4572 2007-02-05 John W. Eaton <jwe@octave.org> |
4573 | |
4574 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
4575 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
4576 | |
6264 | 4577 2007-02-01 John W. Eaton <jwe@octave.org> |
4578 | |
6266 | 4579 * plot/__uiobject_draw_axes__.m: |
4580 Don't try to set axis limits unless we have data. | |
4581 | |
6264 | 4582 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
4583 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4584 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
4585 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
4586 instead of of key and fmt strings. | |
4587 | |
4588 * plot/__pltopt1__.m: Greatly simplify. | |
4589 | |
4590 * plot/__next_line_color__.m: New file. | |
4591 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4592 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
4593 | |
4594 * plot/__default_plot_options__.m: New file. | |
4595 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4596 | |
4597 * plot/__plt3__.m: Delete. | |
4598 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
4599 | |
6259 | 4600 2007-01-31 John W. Eaton <jwe@octave.org> |
4601 | |
6263 | 4602 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
4603 linestyle, linewidth, marker, and markersize properties. | |
4604 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
4605 colors and widths, and line styles. | |
4606 | |
4607 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 4608 |
6261 | 4609 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
4610 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4611 | |
4612 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
4613 __gnuplot_save_data__. | |
4614 | |
6259 | 4615 * image/image.m: Accept 2 args, but ignore the second for now. |
4616 | |
6258 | 4617 2007-01-30 David Bateman <dbateman@free.fr> |
4618 | |
4619 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
4620 to flag a package as to be autoloaded. Add install flags -noauto, | |
4621 -auto to force autoload behavior. | |
4622 (installed_packages): Make list of installed packages unique. | |
4623 | |
6259 | 4624 2007-01-30 John W. Eaton <jwe@octave.org> |
4625 | |
4626 * Merge of changes from graphics-branch: | |
4627 | |
4628 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 4629 |
4630 * plot/subplot.m: Set nextplot property of current figure to "add". | |
4631 | |
4632 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
4633 property if it exists. | |
4634 | |
6259 | 4635 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 4636 |
4637 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
4638 min values outside of loop over child objects. | |
4639 | |
4640 * plot/contour.m, plot/contourc.m: New files. | |
4641 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
4642 | |
4643 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
4644 find a gnuplot version newer than 4.0. | |
4645 * image/__img_gnuplot__.m: Delete. | |
4646 * image/image.m: Create image graphics object. | |
4647 Call newplot to setup and drawnow to finish. | |
4648 Eliminate ZOOM arg. | |
4649 | |
4650 * plot/__uiobject_draw_axes__.m: Handle image data. | |
4651 | |
4652 * plot/legend.m: Eliminate useless variable "warned". | |
4653 | |
4654 * plot/__uiobject_image_ctor__.m: New file. | |
4655 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4656 | |
4657 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
4658 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
4659 | |
4660 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
4661 | |
4662 * plot/__default_colormap__.m: New file. | |
4663 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4664 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
4665 property. | |
4666 * image/colormap.m: Use colormap property of current figure | |
4667 to store colormap instead of using persistent variable. | |
4668 Call __default_colormap__ to get default map value. | |
4669 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
4670 | |
4671 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
4672 Handle some tick mark options. | |
4673 | |
4674 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
4675 set corresponding *mode to "manual". If we set dataaspectratio, | |
4676 set dataaspectratiomode to "manual". | |
4677 | |
4678 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
4679 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
4680 | |
4681 * plot/axis.m: New file. | |
4682 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
4683 | |
4684 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
4685 set corresponding *limmode to "manual". | |
4686 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
4687 Use it to compute autosclaled limits. | |
4688 Arg is now handle, not object. Change all callers. | |
4689 Compute data limits. | |
4690 | |
6259 | 4691 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 4692 |
4693 * plot/drawnow: Fix visibility check for zero args. | |
4694 | |
4695 * plot/text.m: New file. | |
4696 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4697 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
4698 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
4699 horizontalalignment properties. | |
4700 | |
4701 * plot/figure.m: Set options for f we just constructed or were | |
4702 given as an argument, not gcf. Only return handle if nargout > 0. | |
4703 | |
4704 * plot/drawnow.m: Handle visible field for figure here. | |
4705 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
4706 | |
4707 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
4708 title and axis labels. | |
4709 | |
4710 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
4711 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
4712 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
4713 * plot/view.m: New file. | |
4714 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4715 | |
4716 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
4717 Call __request_drawnow__. | |
4718 | |
4719 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
4720 | |
4721 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
4722 Call set to set properties. Return handle instead of structure. | |
4723 Change all callers. | |
4724 | |
4725 * plot/__uiobject_axes_setr__.m: New file. | |
4726 * plot/set.in: Check for __setter__ field. | |
4727 | |
4728 * plot/__uiobject_axes_init__.in: | |
4729 Rename from plot/__uiobject_axes_init__.m. | |
4730 Include __uiobject_globals__. | |
4731 Accept handle as arg instead of structure | |
4732 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
4733 from the list. | |
4734 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
4735 | |
6259 | 4736 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 4737 |
4738 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
4739 | |
4740 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
4741 initializing each global variable. | |
4742 | |
6259 | 4743 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 4744 |
4745 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
4746 __uiobject_figure_handles_free_list__): New global variables. | |
4747 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
4748 Place unused handles on the free list. | |
4749 | |
4750 * plot/__uiobject_get_figure_handle__.in: Delete. | |
4751 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
4752 | |
4753 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
4754 handles here. Return figure handle. | |
4755 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
4756 | |
6259 | 4757 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 4758 |
4759 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
4760 data for gnuplot. | |
4761 | |
4762 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
4763 files. | |
4764 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
4765 (DISTFILES): Include include-globals.awk in the list. | |
4766 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
4767 ($(GEN_M) : %.m : %.in): New rule. | |
4768 | |
4769 * include-globals.awk: New file. | |
4770 | |
4771 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
4772 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
4773 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
4774 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
4775 plot/__uiobject_init_root_figure__.in, | |
4776 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
4777 Rename from corresponding .m files. | |
4778 | |
4779 * move-if-change: New file. | |
4780 | |
4781 * plot/__uiobject_delete__.m: New file. | |
4782 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
4783 plot/__uiobject_delete_child__.m: Delete. | |
4784 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
4785 not a character string. | |
4786 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
4787 Fix assignment to tmp key value in loop. | |
4788 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
4789 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
4790 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
4791 Inline code to delete children. | |
4792 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
4793 __uiobject_list__. | |
4794 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
4795 and free child. | |
4796 | |
6259 | 4797 2006-12-08 John W. Eaton <jwe@octave.org> |
4798 | |
4799 * plot/gcf.m: Check if the root figure object's currentfigure | |
4800 handle is empty, not 0. | |
4801 * plot/__uiobject_root_figure_ctor__.m: | |
4802 Set currentfigure to [], not 0. | |
4803 | |
4804 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
4805 | |
4806 2006-12-07 John W. Eaton <jwe@octave.org> | |
4807 | |
4808 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
4809 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
4810 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
4811 plot/__uiobject_delete_children__.m, | |
4812 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
4813 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
4814 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
4815 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
4816 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
4817 plot/__uiobject_init_figure__.m, | |
4818 plot/__uiobject_init_root_figure__.m, | |
4819 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
4820 plot/__uiobject_remove_child__.m, | |
4821 plot/__uiobject_root_figure_ctor__.m, | |
4822 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
4823 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
4824 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
4825 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
4826 plot/set.m: New files. | |
4827 | |
4828 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
4829 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
4830 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
4831 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
4832 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
4833 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
4834 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
4835 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
4836 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
4837 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
4838 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
4839 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
4840 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
4841 plot/semilogyerr.m, plot/replot.m: | |
4842 Adapt to new graphics data structure. | |
4843 | |
4844 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
4845 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
4846 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
4847 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
4848 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
4849 plot/plot_border.m, plot/subwindow.m: Delete. | |
4850 | |
4851 2007-01-24 David Bateman <dbateman@free.fr> | |
4852 | |
4853 * pkg/pkg.m: Install ChangeLog file if it exists. | |
4854 Delete bare newline in string passed to write_INDEX. | |
4855 | |
4856 * sparse/sprandsym.m: Make work for even values of N. | |
4857 | |
4858 2007-01-24 John W. Eaton <jwe@octave.org> | |
4859 | |
4860 * miscellaneous/news.m: New file. | |
4861 | |
4862 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
4863 | |
4864 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
4865 | |
4866 * strings/strncmp.m: Delete (we now have a built-in version). | |
4867 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4868 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 4869 |
4870 * testfun/test.m: Check for all files in path, use first found. | |
4871 | |
4872 2007-01-22 David Bateman <dbateman@free.fr> | |
4873 | |
4874 * polynomial/spline.m: Make DG a column instead of a row vector. | |
4875 | |
4876 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
4877 | |
4878 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
4879 file name. | |
4880 | |
4881 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
4882 nargout is 1. Handle colormaps that have too few colors. | |
4883 | |
4884 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
4885 (configure_make): Use fullfile instead of concatenating with "/". | |
4886 | |
6258 | 4887 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
4888 | |
4889 * set/ismember.m: Handle N-d arrays. | |
4890 | |
4891 2007-01-10 David Bateman <dbateman@free.fr> | |
4892 | |
4893 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
4894 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4895 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
4896 New files. | |
4897 | |
4898 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
4899 | |
6778 | 4900 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 4901 |
4902 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
4903 | |
4904 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
4905 instead of concatenating with "/". Use mlock to ensure that | |
4906 persistent variables are not clobbered if user types clear all. | |
4907 | |
4908 2007-01-08 John W. Eaton <jwe@octave.org> | |
4909 | |
4910 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
4911 Improve handling of file names containing globbing characters. | |
4912 From S�ren Hauberg <hauberg@gmail.com>. | |
4913 | |
4914 2007-01-05 John W. Eaton <jwe@octave.org> | |
4915 | |
4916 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
4917 New files. | |
4918 | |
4919 2006-12-30 John W. Eaton <jwe@octave.org> | |
4920 | |
4921 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
4922 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
4923 | |
4924 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
4925 | |
4926 * image/imshow.m: Strip NaNs from image. | |
4927 | |
4928 2006-12-08 David Bateman <dbateman@free.fr> | |
4929 | |
4930 * sparse/normest.m: New file. | |
4931 | |
6286 | 4932 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 4933 |
6210 | 4934 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
4935 Work on Windows systems without cp or mv. | |
4936 | |
6209 | 4937 * startup/inputrc: Include sequences for Windows. |
4938 | |
6203 | 4939 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
4940 | |
4941 * pkg/pkg.m (unload_packages): New function. | |
4942 (pkg): Handle unload action. | |
4943 | |
4944 * __errplot__.m: Add missing semicolon. | |
4945 | |
6193 | 4946 2006-11-30 John W. Eaton <jwe@octave.org> |
4947 | |
4948 * miscellaneous/mexext.m: New file. | |
4949 | |
6189 | 4950 2006-11-29 David Bateman <dbateman@free.fr> |
4951 | |
4952 * pkg/pkg.m: Add local_list and global_list options that allow the | |
4953 location of package lists to be probed and set. | |
4954 | |
6179 | 4955 2006-11-17 John W. Eaton <jwe@octave.org> |
4956 | |
6181 | 4957 * plot/__render_plot1__.m: Reverse y axis for images. |
4958 | |
6179 | 4959 * plot/__render_plot__.m: New args, terminal and output. |
4960 * plot/print.m: Don't set output and term here. Instead, call | |
4961 __render_plot__ with terminal and output. | |
4962 | |
6178 | 4963 2006-11-16 John W. Eaton <jwe@octave.org> |
4964 | |
4965 * plot/__render_plot1__.m: New file. | |
4966 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
4967 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
4968 gnuplot. Let __render_plot__ do that. | |
4969 | |
6177 | 4970 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
4971 | |
4972 * plot/plot.m: Fix doc string. | |
4973 | |
6173 | 4974 2006-11-16 John W. Eaton <jwe@octave.org> |
4975 | |
4976 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
4977 before sending anything to the plotter. | |
4978 | |
6172 | 4979 2006-11-15 John W. Eaton <jwe@octave.org> |
4980 | |
4981 * image/__img_gnuplot__.m: Store more info in global plot | |
4982 structures and use __render_plot__ to build plot command to | |
4983 display image. | |
4984 | |
4985 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
4986 | |
4987 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
4988 __plot_command_sep__): Delete. | |
4989 (__plot_data_type__, __plot_data_parametric__, | |
4990 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
4991 __plot_usingstr__, __plot_withstr__): New variables. | |
4992 * plot/__init_plot_vars__.m: Initialize them. | |
4993 | |
4994 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
4995 Don't handle sep or cmd. | |
4996 | |
4997 * plot/__render_plot__.m: New function. | |
4998 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
4999 Store more info in global plot structures and use __render_plot__ | |
5000 to build plot command. | |
5001 * plot/replot.m: Simply call __render_plot__. | |
5002 | |
5003 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
5004 Set __plot_data_parametric__ here. | |
5005 | |
6164 | 5006 2006-11-14 John W. Eaton <jwe@octave.org> |
5007 | |
6166 | 5008 * plot/bottom_title.m, plot/top_title.m: Delete. |
5009 | |
6164 | 5010 * image/image_viewer.m: Set default values here. |
5011 * image/image.m: Not here. | |
5012 | |
5013 * image/image_viewer.m: Always return old values. Check arguments. | |
5014 * image/__img_gnuplot__.m: Rename from __img__m. | |
5015 | |
5016 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
5017 | |
5018 * image/image_viewer.m: New function. | |
5019 * image/__img_via_file__.m: New function. | |
5020 * image/image.m: Use image_viewer to determine which program to | |
5021 use for image viewing. | |
6754 | 5022 * image/__img__.m: Silently accept more than 3 args. |
6164 | 5023 |
6163 | 5024 2006-11-14 John W. Eaton <jwe@octave.org> |
5025 | |
5026 * plot/__do_legend__.m, plot/__errplot__.m, | |
5027 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
5028 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
5029 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5030 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
5031 Use __plot_globals__ for multiplot variables. Keep track of | |
5032 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
5033 | |
6157 | 5034 2006-11-13 John W. Eaton <jwe@octave.org> |
5035 | |
6158 | 5036 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
5037 | |
6157 | 5038 * miscellaneous/substruct.m: New function. |
5039 | |
5040 * testfun/assert.m: Force orientation to match when comparing | |
5041 struct elements. | |
5042 | |
5043 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
5044 when comparing structs. | |
5045 | |
5046 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
5047 | |
6754 | 5048 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
5049 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
5050 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
5051 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
5052 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
5053 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
5054 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 5055 |
6156 | 5056 2006-11-13 John W. Eaton <jwe@octave.org> |
5057 | |
5058 * plot/mesh.m: Use size_equal to compare dimensions. | |
5059 | |
6154 | 5060 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
5061 | |
5062 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
5063 | |
6152 | 5064 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
5065 | |
5066 * miscellaneous/copyfile.m: Fix docs to match function. | |
5067 | |
6145 | 5068 2006-11-08 John W. Eaton <jwe@octave.org> |
5069 | |
6146 | 5070 * plot/legend.m: New function, adapted from Octave Forge. |
5071 | |
5072 * plot/__do_legend__.m: New function. | |
5073 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
5074 plot/replot.m: Call it before plotting. | |
5075 | |
5076 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
5077 noparametric" to gnuplot.. | |
5078 | |
5079 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
5080 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
5081 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
5082 and return key title separate from line format. Accept format and | |
5083 key as cellstr. Always return data as cell array. Return format | |
5084 and key title as cellstr. | |
5085 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
5086 Handle line format and key titles separately. | |
5087 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
5088 | |
5089 * plot/__plot_globals__.m (__plot_line_offset__, | |
5090 __plot_key_labels__, __plot_key_properties__): New global | |
5091 variables. Initialize them. | |
5092 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
5093 __plot_key_labels__, __plot_key_properties__): Initialize. | |
5094 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
5095 (__plot_line_offset__, __plot_key_labels__, | |
5096 __plot_key_properties__): Store information about plot key titles. | |
5097 | |
5098 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
5099 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
5100 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
5101 respectively. | |
5102 | |
5103 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
5104 | |
6145 | 5105 * strings/strcat.m: Disable Octave:empty-list-elements warning |
5106 whle concatenating args. | |
5107 | |
6144 | 5108 2006-11-07 John W. Eaton <jwe@octave.org> |
5109 | |
5110 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
5111 | |
6142 | 5112 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
5113 | |
6143 | 5114 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
5115 option to regexp. | |
5116 | |
6142 | 5117 * image/__img__.m: Send "set size ratio -1" before plotting. |
5118 | |
6138 | 5119 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
5120 | |
6139 | 5121 * strings/index.m: New arg, direction. Simplify and speed up. |
5122 * strings/rindex.m: Implement using index (..., "last"); | |
5123 | |
6754 | 5124 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 5125 |
6130 | 5126 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
5127 | |
5128 * general/__isequal__.m: Test size and class more consistently. | |
5129 | |
6116 | 5130 2006-10-27 John W. Eaton <jwe@octave.org> |
5131 | |
6117 | 5132 * miscellaneous/ls_command.m: Use /D instead of /w. |
5133 From Michael Goffioul <michael.goffioul@swing.be>. | |
5134 | |
6116 | 5135 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
5136 * miscellaneous/dir.m: Mark as a command. | |
5137 | |
6112 | 5138 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5139 | |
5140 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
5141 | |
6088 | 5142 2006-10-25 John W. Eaton <jwe@octave.org> |
5143 | |
5144 * image/image.m: Set x = y = [] when nargin == 0; | |
5145 | |
5146 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
5147 | |
5148 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
5149 * image/__img__.m: New file, originally from | |
5150 Daniel J Sebald <daniel.sebald@ieee.org>. | |
5151 | |
6087 | 5152 2006-10-25 John W. Eaton <jwe@octave.org> |
5153 | |
5154 * plot/__gnuplot_version__.m: New function, originally from | |
5155 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
5156 Quentin Spencer <qspencer@ieee.org>. | |
5157 | |
6085 | 5158 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
5159 | |
5160 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
5161 | |
6081 | 5162 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
5163 | |
5164 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
5165 miscellaneous/gunzip.m: New files. | |
5166 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
5167 Call unpack to do the real work. | |
5168 | |
6075 | 5169 2006-10-24 John W. Eaton <jwe@octave.org> |
5170 | |
6078 | 5171 * plot/plot3.m: If we have a format string, then also pass using |
5172 string to __plt3__. | |
5173 | |
6077 | 5174 * plot/sombrero.m: Don't return anything if nargout == 0. |
5175 | |
6075 | 5176 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 5177 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 5178 |
6069 | 5179 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
5180 | |
5181 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
5182 Quote filenames in shell commands. | |
5183 | |
6055 | 5184 2006-10-17 David Bateman <dbateman@free.fr> |
5185 | |
5186 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
5187 the package directory is missing. | |
5188 | |
6052 | 5189 2006-10-13 John W. Eaton <jwe@octave.org> |
5190 | |
5191 * plot/box.m: New function. | |
5192 | |
6050 | 5193 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
5194 | |
5195 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
5196 | |
6049 | 5197 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
5198 | |
5199 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
5200 | |
6047 | 5201 2006-10-10 John W. Eaton <jwe@octave.org> |
5202 | |
5203 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
5204 | |
6046 | 5205 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
5206 | |
5207 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
5208 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
5209 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
5210 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
5211 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
5212 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
5213 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
5214 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
5215 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
5216 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
5217 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
5218 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
5219 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
5220 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
5221 control/system/buildssic.m, control/system/c2d.m, | |
5222 control/system/cellidx.m, control/system/d2c.m, | |
5223 control/system/dmr2d.m, control/system/fir2sys.m, | |
5224 control/system/is_abcd.m, control/system/is_controllable.m, | |
5225 control/system/is_detectable.m, control/system/is_digital.m, | |
5226 control/system/is_observable.m, control/system/is_siso.m, | |
5227 control/system/is_stabilizable.m, control/system/is_stable.m, | |
5228 control/system/jet707.m, control/system/listidx.m, | |
5229 control/system/ord2.m, control/system/parallel.m, | |
5230 control/system/ss.m, control/system/ss2zp.m, | |
5231 control/system/starp.m, control/system/sys2ss.m, | |
5232 control/system/sys2tf.m, control/system/sys2zp.m, | |
5233 control/system/sysadd.m, control/system/sysappend.m, | |
5234 control/system/syschtsam.m, control/system/sysconnect.m, | |
5235 control/system/syscont.m, control/system/sysdimensions.m, | |
5236 control/system/sysdisc.m, control/system/sysdup.m, | |
5237 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
5238 control/system/sysgroup.m, control/system/sysidx.m, | |
5239 control/system/sysmin.m, control/system/sysmult.m, | |
5240 control/system/sysout.m, control/system/sysprune.m, | |
5241 control/system/sysscale.m, control/system/syssetsignals.m, | |
5242 control/system/syssub.m, control/system/sysupdate.m, | |
5243 control/system/tf.m, control/system/tfout.m, | |
5244 control/system/ugain.m, control/system/zp.m, | |
5245 control/system/zpout.m, control/util/__outlist__.m, | |
5246 control/util/__zgpbal__.m, control/util/prompt.m, | |
5247 control/util/sortcom.m, control/util/strappend.m, | |
5248 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
5249 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
5250 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
5251 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
5252 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
5253 finance/pvl.m, finance/rate.m, finance/vol.m, | |
5254 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
5255 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
5256 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
5257 general/cumtrapz.m, general/deal.m, general/diff.m, | |
5258 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
5259 general/ind2sub.m, general/int2str.m, | |
5260 general/is_duplicate_entry.m, general/isdefinite.m, | |
5261 general/isequal.m, general/isequalwithequalnans.m, | |
5262 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
5263 general/isvector.m, general/logical.m, general/logspace.m, | |
5264 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
5265 general/perror.m, general/postpad.m, general/prepad.m, | |
5266 general/randperm.m, general/rem.m, general/repmat.m, | |
5267 general/rot90.m, general/rotdim.m, general/shift.m, | |
5268 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
5269 general/sub2ind.m, general/trapz.m, general/tril.m, | |
5270 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
5271 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
5272 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
5273 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
5274 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
5275 linear-algebra/cross.m, linear-algebra/dmult.m, | |
5276 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
5277 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
5278 linear-algebra/logm.m, linear-algebra/norm.m, | |
5279 linear-algebra/null.m, linear-algebra/orth.m, | |
5280 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
5281 linear-algebra/trace.m, linear-algebra/vec.m, | |
5282 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
5283 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
5284 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
5285 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
5286 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
5287 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
5288 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
5289 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
5290 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
5291 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
5292 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
5293 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
5294 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
5295 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
5296 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
5297 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
5298 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
5299 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
5300 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
5301 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
5302 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
5303 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
5304 polynomial/polyder.m, polynomial/polyderiv.m, | |
5305 polynomial/polyfit.m, polynomial/polygcd.m, | |
5306 polynomial/polyinteg.m, polynomial/polyout.m, | |
5307 polynomial/polyreduce.m, polynomial/polyval.m, | |
5308 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
5309 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
5310 set/complement.m, set/create_set.m, set/intersect.m, | |
5311 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
5312 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
5313 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
5314 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
5315 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
5316 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
5317 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
5318 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
5319 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
5320 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
5321 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
5322 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
5323 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
5324 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
5325 special-matrix/hankel.m, special-matrix/hilb.m, | |
5326 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
5327 special-matrix/toeplitz.m, special-matrix/vander.m, | |
5328 statistics/base/center.m, statistics/base/cloglog.m, | |
5329 statistics/base/cor.m, statistics/base/corrcoef.m, | |
5330 statistics/base/cov.m, statistics/base/cut.m, | |
5331 statistics/base/gls.m, statistics/base/iqr.m, | |
5332 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
5333 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
5334 statistics/base/mean.m, statistics/base/meansq.m, | |
5335 statistics/base/median.m, statistics/base/moment.m, | |
5336 statistics/base/ols.m, statistics/base/ppplot.m, | |
5337 statistics/base/probit.m, statistics/base/qqplot.m, | |
5338 statistics/base/range.m, statistics/base/ranks.m, | |
5339 statistics/base/run_count.m, statistics/base/skewness.m, | |
5340 statistics/base/spearman.m, statistics/base/statistics.m, | |
5341 statistics/base/std.m, statistics/base/studentize.m, | |
5342 statistics/base/table.m, statistics/base/values.m, | |
5343 statistics/base/var.m, statistics/distributions/betacdf.m, | |
5344 statistics/distributions/betainv.m, | |
5345 statistics/distributions/betapdf.m, | |
5346 statistics/distributions/betarnd.m, | |
5347 statistics/distributions/binocdf.m, | |
5348 statistics/distributions/binoinv.m, | |
5349 statistics/distributions/binopdf.m, | |
5350 statistics/distributions/binornd.m, | |
5351 statistics/distributions/cauchy_cdf.m, | |
5352 statistics/distributions/cauchy_inv.m, | |
5353 statistics/distributions/cauchy_pdf.m, | |
5354 statistics/distributions/cauchy_rnd.m, | |
5355 statistics/distributions/chi2cdf.m, | |
5356 statistics/distributions/chi2inv.m, | |
5357 statistics/distributions/chi2pdf.m, | |
5358 statistics/distributions/chi2rnd.m, | |
5359 statistics/distributions/discrete_cdf.m, | |
5360 statistics/distributions/discrete_inv.m, | |
5361 statistics/distributions/discrete_pdf.m, | |
5362 statistics/distributions/discrete_rnd.m, | |
5363 statistics/distributions/empirical_rnd.m, | |
5364 statistics/distributions/expcdf.m, | |
5365 statistics/distributions/expinv.m, | |
5366 statistics/distributions/exppdf.m, | |
5367 statistics/distributions/exprnd.m, | |
5368 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
5369 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
5370 statistics/distributions/gamcdf.m, | |
5371 statistics/distributions/gaminv.m, | |
5372 statistics/distributions/gampdf.m, | |
5373 statistics/distributions/gamrnd.m, | |
5374 statistics/distributions/geocdf.m, | |
5375 statistics/distributions/geoinv.m, | |
5376 statistics/distributions/geopdf.m, | |
5377 statistics/distributions/geornd.m, | |
5378 statistics/distributions/hygecdf.m, | |
5379 statistics/distributions/hygeinv.m, | |
5380 statistics/distributions/hygepdf.m, | |
5381 statistics/distributions/hygernd.m, | |
5382 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
5383 statistics/distributions/laplace_cdf.m, | |
5384 statistics/distributions/laplace_inv.m, | |
5385 statistics/distributions/laplace_pdf.m, | |
5386 statistics/distributions/laplace_rnd.m, | |
5387 statistics/distributions/logistic_cdf.m, | |
5388 statistics/distributions/logistic_inv.m, | |
5389 statistics/distributions/logistic_pdf.m, | |
5390 statistics/distributions/logistic_rnd.m, | |
5391 statistics/distributions/logncdf.m, | |
5392 statistics/distributions/logninv.m, | |
5393 statistics/distributions/lognpdf.m, | |
5394 statistics/distributions/lognrnd.m, | |
5395 statistics/distributions/normcdf.m, | |
5396 statistics/distributions/norminv.m, | |
5397 statistics/distributions/normpdf.m, | |
5398 statistics/distributions/normrnd.m, | |
5399 statistics/distributions/pascal_cdf.m, | |
5400 statistics/distributions/pascal_inv.m, | |
5401 statistics/distributions/pascal_pdf.m, | |
5402 statistics/distributions/pascal_rnd.m, | |
5403 statistics/distributions/poisscdf.m, | |
5404 statistics/distributions/poissinv.m, | |
5405 statistics/distributions/poisspdf.m, | |
5406 statistics/distributions/poissrnd.m, | |
5407 statistics/distributions/stdnormal_cdf.m, | |
5408 statistics/distributions/stdnormal_inv.m, | |
5409 statistics/distributions/stdnormal_pdf.m, | |
5410 statistics/distributions/stdnormal_rnd.m, | |
5411 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
5412 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
5413 statistics/distributions/unifcdf.m, | |
5414 statistics/distributions/unifinv.m, | |
5415 statistics/distributions/unifpdf.m, | |
5416 statistics/distributions/unifrnd.m, | |
5417 statistics/distributions/wblcdf.m, | |
5418 statistics/distributions/wblinv.m, | |
5419 statistics/distributions/wblpdf.m, | |
5420 statistics/distributions/wblrnd.m, | |
5421 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
5422 statistics/tests/bartlett_test.m, | |
5423 statistics/tests/chisquare_test_homogeneity.m, | |
5424 statistics/tests/chisquare_test_independence.m, | |
5425 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
5426 statistics/tests/hotelling_test.m, | |
5427 statistics/tests/hotelling_test_2.m, | |
5428 statistics/tests/kolmogorov_smirnov_test.m, | |
5429 statistics/tests/kolmogorov_smirnov_test_2.m, | |
5430 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
5431 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
5432 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
5433 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
5434 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
5435 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
5436 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
5437 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
5438 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
5439 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
5440 strings/index.m, strings/isletter.m, strings/lower.m, | |
5441 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
5442 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
5443 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
5444 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
5445 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
5446 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
5447 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
5448 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
5449 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5450 time/etime.m, time/is_leap_year.m: | |
5451 Use print_usage instead of usage. | |
5452 | |
6044 | 5453 2006-10-09 David Bateman <dbateman@free.fr> |
5454 | |
5455 * time/datevec.m: Add additional compatible default parsing strings. | |
5456 | |
6395 | 5457 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 5458 |
6042 | 5459 * pkg/pkg.m: Remove trailing "\n" from error messages. |
5460 Remove compare_versions subfunction. | |
5461 | |
5462 * miscellaneous/compare_versions.m: New function to compare | |
5463 version numbers as strings with any boolean operators. | |
5464 | |
6041 | 5465 * miscellaneous/untar.m: Check more rigorously to see if the tar |
5466 file exists. | |
5467 | |
6036 | 5468 2006-10-04 John W. Eaton <jwe@octave.org> |
5469 | |
5470 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
5471 | |
6032 | 5472 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
5473 | |
6037 | 5474 * pkg/pkg.m: Update docs. Handle prefix option. |
5475 Handle dependencies for load option. | |
6032 | 5476 |
6029 | 5477 2006-10-04 John W. Eaton <jwe@octave.org> |
5478 | |
6030 | 5479 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
5480 | |
5481 * plot/clg.m: Delete. | |
5482 * plot/__init_plot_vars__.m: New function. | |
5483 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 5484 |
6025 | 5485 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
5486 | |
5487 * pkg/pkg.m: Avoid calling addpath with no args. | |
5488 | |
6024 | 5489 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
5490 | |
5491 * audio/loadaudio.m, control/base/nyquist.m, | |
5492 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
5493 linear-algebra/krylov.m, statistics/base/center.m, | |
5494 statistics/base/median.m, statistics/base/std.m, | |
5495 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
5496 find first or last element matching a condition. | |
5497 | |
6023 | 5498 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
5499 | |
5500 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
5501 general/__isequal__.m: Minimize looping using cellfun. | |
5502 | |
6020 | 5503 2006-10-02 David Bateman <dbateman@free.fr> |
5504 | |
5505 * pkg/pkg.m (copy_files): always create installation directory. | |
5506 | |
6016 | 5507 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
5508 | |
5509 * miscellaneous/doc.m: Swap file and directory args to info. | |
5510 | |
5511 2006-10-01 Arno Onken <whyly@gmx.net> | |
5512 | |
5513 * statistics/distributions/exprnd.m: Fix typo. | |
5514 | |
6014 | 5515 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
5516 | |
5517 * polynomial/ppval.m: Use .' instead of '. | |
5518 * polynomial/spline.m: Likewise. New tests. | |
5519 | |
6004 | 5520 2006-09-26 David Bateman <dbateman@free.fr> |
5521 | |
5522 * __plt3__.m: Using global variables __plot_data__, | |
5523 __plot_data_offset__ and __plot_command__ to store plots and | |
5524 correctly handle multiplots, and hold state. Only accept a single | |
5525 data parameter plus, using, format and with strings. Remove | |
5526 setting of gnuplot parameters. | |
5527 * __make_using_clause__.m: New function extracted from __plt__.m. | |
5528 * __setup_plot__.m: Convert to a function and pass the plotting | |
5529 command to use. | |
5530 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
5531 * contour.m: Use unwind protect on the parametric state of plot | |
5532 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
5533 * mesh.m: ditto. | |
5534 * plot3.m: Error checking, setting of parametric state and | |
5535 formation of matrix to plot moved from old __plt3__. | |
5536 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5537 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 5538 |
5997 | 5539 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 5540 |
5541 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
5542 | |
5543 * signal/filter2.m: Correct texinfo doc. | |
5544 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5545 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 5546 |
5547 * miscellaneous/parseparams.m: Correct texinfo doc. | |
5548 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5549 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 5550 |
5551 * pkg/pkg.m (prepare_installation): Don't create package | |
5552 installation directory here. | |
5553 (copy_files): Create it here instead, to avoid issues with | |
5554 upgrades. Also install the COPYING file in packinfo. | |
5555 | |
5989 | 5556 2006-09-13 John W. Eaton <jwe@octave.org> |
5557 | |
5558 * general/blkdiag.m: Adjust to new cellfun rules. | |
5559 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5560 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 5561 |
5562 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
5563 error message for archive name not matching package name. | |
5564 (installed_packages): Size header of printed results to | |
5565 arguments. Sort the list of installed packages before printing | |
5566 them. | |
5567 | |
5986 | 5568 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
5569 | |
5570 * signal/freqz.m: Update tests. | |
5571 | |
5572 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
5573 | |
5574 * signal/freqz.m: Corretly postpad arrays. | |
5575 Don't call fliplr on a column vector. | |
5576 | |
5984 | 5577 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
5578 | |
5579 * general/shiftdim.m: Use permute instead of reshape. | |
5580 | |
5981 | 5581 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
5582 | |
5583 * miscellaneous/parseparams.m: New function. | |
5584 | |
5980 | 5585 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
5586 | |
5587 * miscellaneous/doc.m: Swap order of --file and --directory | |
5588 options for info program invocation. | |
5589 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5590 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 5591 |
5987 | 5592 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 5593 previous change. |
5594 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5595 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 5596 |
5597 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
5598 absence of trailing "/" in OCTAVE_HOME. | |
5599 | |
5973 | 5600 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
5601 | |
5602 * time/datenum.m: Allow arg to be character string. | |
5603 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5604 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 5605 |
5606 * pkg/pkg.m (install): Verify that package name correponds to the | |
5607 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
5608 they are empty. If package directory is empty, remove it to fail | |
5609 gracefully for system specific packages. | |
5610 (extract_pkgadd, create_pkgadd): delete. | |
5611 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
5612 (copy_files): Install both bin/ and doc/ directories, adding the | |
5613 bin/ to the EXEC_PATH when the package is loaded. | |
5614 | |
5962 | 5615 2006-08-24 John W. Eaton <jwe@octave.org> |
5616 | |
5617 * image/saveimage.m: Use logical indexing instead of | |
5618 indices computed by calling find on the logical index. | |
5619 | |
5961 | 5620 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5621 | |
5967 | 5622 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 5623 Use logical indexing instead of indices computed by calling find |
5624 on the logical index. | |
5625 | |
5626 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 5627 |
5959 | 5628 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
5629 | |
5630 * control/system/tf2zp.m: Simplify gain calculation. | |
5631 | |
5958 | 5632 2006-08-23 John W. Eaton <jwe@octave.org> |
5633 | |
5634 * plot/__plt__.m: Insert using clauses for all plots. | |
5635 | |
5957 | 5636 2006-08-23 A S Hodel <hodelas@auburn.edu> |
5637 | |
5638 * control/system/sysscale.m: Call tf and zp with correct number of | |
5639 args. | |
5640 | |
5955 | 5641 2006-08-22 David Bateman <dbateman@free.fr> |
5642 | |
5643 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
5644 Search inst/*.m and src/*.m files in the package for | |
5645 PKG_ADD directives and append user supplied PKG_ADD. | |
5646 (pkg): Call create_pkgadd after copying files. | |
5647 | |
5947 | 5648 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5649 | |
5650 * pkg/pkg.m: Handle multiple packages in a single file. | |
5651 Insert directory separator between OCTAVE_HOME and rest of package | |
5652 installation directory. | |
5653 | |
5654 2006-08-21 John W. Eaton <jwe@octave.org> | |
5655 | |
5656 * general/num2str.m: Early return if arg is empty. | |
5657 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
5658 | |
5946 | 5659 2006-08-21 David Bateman <dbateman@free.fr> |
5660 | |
5661 * strings/mat2str.m: Compute NC before using. | |
5662 | |
5937 | 5663 2006-08-17 John W. Eaton <jwe@octave.org> |
5664 | |
5665 * audio/wavread.m: Fix calculation of sample count. | |
5666 | |
5934 | 5667 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5668 | |
5669 * image/imshow.m: New Matlab-compatible version. | |
5670 | |
5930 | 5671 2006-08-15 John W. Eaton <jwe@octave.org> |
5672 | |
5673 * deprecated/is_global.m: Delete. | |
5674 | |
5928 | 5675 2006-08-14 John W. Eaton <jwe@octave.org> |
5676 | |
5677 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
5678 | |
5926 | 5679 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5680 | |
5681 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
5682 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
5683 | |
5928 | 5684 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5685 | |
6778 | 5686 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 5687 Use addpath and rmpath instead of manipulating LOADPATH. |
5688 Handle changes to system function. | |
5689 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
5690 recursive directory removal. | |
5922 | 5691 |
5924 | 5692 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
5693 | |
6778 | 5694 * colormap.m: Change global variable to persistent. |
5923 | 5695 |
5922 | 5696 * rgb2ind.m: Handle single 3-d array as rgb image. |
5697 | |
5920 | 5698 2006-08-14 John W. Eaton <jwe@octave.org> |
5699 | |
5700 * strings/str2double.m: Fix missing semicolon. | |
5701 | |
5910 | 5702 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
5703 | |
5704 * plot/plot3.m: Accept one complex or one real and one complex | |
5705 argument and plot real and imaginary components for y and z. | |
5706 | |
5908 | 5707 2006-07-27 John W. Eaton <jwe@octave.org> |
5708 | |
5709 * testfun/test.m: Call fflush after each block of calls to | |
5710 fprintf, fputs, or fdisp. | |
5711 | |
5904 | 5712 2006-07-26 John W. Eaton <jwe@octave.org> |
5713 | |
5714 * miscellaneous/mex.m: New function. | |
5715 | |
5901 | 5716 2006-07-22 John W. Eaton <jwe@octave.org> |
5717 | |
5718 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
5719 | |
5881 | 5720 2006-07-07 John W. Eaton <jwe@octave.org> |
5721 | |
5722 * miscellaneous/orderfields.m: New file. | |
5723 | |
5873 | 5724 2006-06-30 John W. Eaton <jwe@octave.org> |
5725 | |
5726 * time/datevec.m: Make another attempt to account for precision of | |
5727 datenum format. | |
5728 | |
5868 | 5729 2006-06-29 John W. Eaton <jwe@octave.org> |
5730 | |
5731 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
5732 Use feval instead of "type -q" to get values now that all the | |
5733 symbols are functions. | |
5734 | |
5860 | 5735 2006-06-16 John W. Eaton <jwe@octave.org> |
5736 | |
5737 * time/datevec.m: Avoid computing log of non-positive values. | |
5738 | |
5859 | 5739 2006-06-14 John W. Eaton <jwe@octave.org> |
5740 | |
5741 * time/datevec.m: Attempt to account for precision of datenum format. | |
5742 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5743 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 5744 |
5745 * audio/wavread.m: Fix file range error and add read support for | |
5746 24-bit WAV files. | |
5747 | |
5837 | 5748 2006-06-01 David Bateman <dbateman@free.fr> |
5749 | |
5750 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
5751 general/interp1.m, general/gradient.m, general/interp2.m, | |
5752 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
5753 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
5754 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
5755 | |
5835 | 5756 2006-05-31 Bill Denney <bill@givebillmoney.com> |
5757 | |
5758 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
5759 * miscellaneous/texas_lotto.m: Fix warning message. | |
5760 | |
5830 | 5761 2006-05-26 John W. Eaton <jwe@octave.org> |
5762 | |
5763 * miscellaneous/doc.m: Also handle nargin == 0. | |
5764 | |
5829 | 5765 2006-05-23 John W. Eaton <jwe@octave.org> |
5766 | |
5767 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
5768 really needed. | |
5769 | |
5827 | 5770 2006-05-22 John W. Eaton <jwe@octave.org> |
5771 | |
6754 | 5772 * general/lookup.m: New file from Octave Forge. |
5827 | 5773 |
5774 2006-05-22 David Bateman <dbateman@free.fr> | |
5775 | |
6754 | 5776 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
5777 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
5778 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
5779 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
5780 special-matrix/magic.m, special-matrix/hadamard.m, | |
5781 strings/strtok.m: New files from Octave Forge. | |
5827 | 5782 |
5824 | 5783 2006-05-19 David Bateman <dbateman@free.fr> |
5784 | |
5785 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 5786 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 5787 |
5821 | 5788 2006-05-17 John W. Eaton <jwe@octave.org> |
5789 | |
5790 * set/intersection.m: Delete | |
5791 * deprecated/intersection.m: New file. | |
5792 | |
5820 | 5793 2006-05-17 David Bateman <dbateman@free.fr> |
5794 | |
5795 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
5796 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
5797 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
5798 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
5799 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
5800 Forge. | |
5801 | |
5809 | 5802 2006-05-11 John W. Eaton <jwe@octave.org> |
5803 | |
5815 | 5804 * path/path.m: Delete (now a built-in function). |
5805 | |
5811 | 5806 * pkg/Makefile.in: New file. |
5807 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 5808 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 5809 |
5808 | 5810 2006-05-10 John W. Eaton <jwe@octave.org> |
5811 | |
5812 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
5813 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
5814 | |
8149 | 5815 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 5816 |
5817 * tar.m, untar.m, unzip.m: New files. | |
5818 | |
5801 | 5819 2006-05-10 John W. Eaton <jwe@octave.org> |
5820 | |
5804 | 5821 * path/addpath.m, path/rmpath.m: Improve compatibility. |
5822 * path/setpath.m: Delete. | |
5823 | |
5801 | 5824 * pkg/pkg.m: New file. |
5825 | |
5798 | 5826 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
5827 | |
5828 * plot/plot.m: Doc string fix. | |
5829 | |
5830 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
5831 | |
5832 * testfun/speeed.m: Use new interface to unique and assert. | |
5833 Improve documentation. Approximate time complexity from log-log | |
5834 plot. Return time complexity and raw times if requested. The | |
5835 mean ratio is no longer returned. Provide complete control over | |
5836 which n are computed. | |
5837 | |
5838 2006-05-09 John W. Eaton <jwe@octave.org> | |
5839 | |
5840 * path/path.m: Move here from miscellaneous. | |
5841 Adapt to new LOADPATH definition. | |
5842 | |
5789 | 5843 2006-05-03 David Bateman <dbateman@free.fr> |
5844 | |
5845 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
5846 explicit uses of a path seperation character with pathsep(). | |
5847 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5848 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 5849 |
6778 | 5850 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 5851 |
5781 | 5852 2006-04-29 John W. Eaton <jwe@octave.org> |
5853 | |
5854 * startup/main-rcfile: Disable some warnings. | |
5855 | |
5762 | 5856 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
5857 | |
5858 * strings/strcmpi.m: Return false instead of error if args are not | |
5859 char or cellstr. | |
5860 | |
5750 | 5861 2006-04-10 John W. Eaton <jwe@octave.org> |
5862 | |
5863 * miscellaneous/dir.m: Ensure that returned structure array is | |
5864 Nx1, not 1xN. | |
5865 | |
5746 | 5866 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
5867 | |
5868 * plot/hist.m: Ignore NaN in inputs. | |
5869 | |
5745 | 5870 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
5871 | |
5872 * miscellaneous/mkoctfile.m: Doc string fix. | |
5873 | |
5741 | 5874 2006-04-05 John W. Eaton <jwe@octave.org> |
5875 | |
5876 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
5877 are both empty. | |
5878 * plot/__plt__.m: Ignore empty data and format strings returned | |
5879 from __plt1__ or __plt2__. | |
5880 | |
5737 | 5881 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
5882 | |
6778 | 5883 * set/unique.m: Properly handle single column input when |
5737 | 5884 "rows" is specified. |
5885 | |
5732 | 5886 2006-04-04 John W. Eaton <jwe@octave.org> |
5887 | |
5736 | 5888 * path/setpath.m: New file. |
5889 * path/savepath.m: Use setpath to set path instead of assigning | |
5890 directly to LOADPATH. | |
5891 | |
5732 | 5892 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
5893 New files, adapted from Octave Forge by Keith Goodman | |
5894 <kwgoodman@gmail.com>. | |
5895 * path: New directory. | |
5896 * Makefile.in (SUBDIRS): Add it to the list. | |
5897 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
5898 | |
5731 | 5899 2006-04-02 David Bateman <dbateman@free.fr> |
5900 | |
5901 * general/tril.m, general.triu.m: | |
5902 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
5903 to allow user types to work correctly. | |
5904 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
5905 | |
5727 | 5906 2006-04-03 David Bateman <dbateman@free.fr> |
5907 | |
5908 * plot/grid.m: Cache the state of the grid to allow toggling. | |
5909 Accept keyword "minor" for minor grid. | |
5910 | |
5721 | 5911 2006-03-28 John W. Eaton <jwe@octave.org> |
5912 | |
5913 * general/isscalar.m: Only require that all dimensions are 1 for | |
5914 compatiblity. | |
5915 | |
5916 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
5917 | |
5918 * general/isvector.m: Allow non-numeric objects to be vectors for | |
5919 compatibility. | |
5920 | |
5720 | 5921 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
5922 | |
5923 * plot/__errplot__.m: Doc string fix. | |
5924 | |
5925 * miscellaneous/doc.m: Mark as command. | |
5926 | |
5927 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
5928 general/isequalwithequalnans.m, general/blkdiag.m, | |
5929 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
5930 | |
5717 | 5931 2006-03-27 Don Bindner <dbindner@truman.edu> |
5932 | |
5933 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
5934 return 3d matrices. | |
5935 | |
5936 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
5937 | |
5938 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
5939 | |
5708 | 5940 2006-03-22 John W. Eaton <jwe@octave.org> |
5941 | |
5942 * plot/print.m: Don't replot after popping terminal setting. | |
5943 | |
5696 | 5944 2006-03-20 John W. Eaton <jwe@octave.org> |
5945 | |
5946 * miscellaneous/mkoctfile.m: Use version-specific name of | |
5947 mkoctfile. Use fullfile to construct file name. | |
5948 | |
5695 | 5949 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
5950 | |
5951 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
5952 shell script from Octave prompt. | |
5953 | |
5690 | 5954 2006-03-17 John W. Eaton <jwe@octave.org> |
5955 | |
5693 | 5956 * deprecated/weibcdf.m, deprecated/weibinv.m, |
5957 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
5958 | |
5959 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
5960 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
5961 Call new wbl functions to do the real work. | |
5962 Swap args and provide default values as necessary to preserve | |
5963 compatibility with old version of Octave. | |
5964 | |
5965 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
5966 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
5967 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
5968 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
5969 Swap scale and shape args for compatibility. | |
5970 | |
5692 | 5971 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
5972 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
5973 Preserve compatibility with old versions of Octave given new | |
5974 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 5975 |
5692 | 5976 * statistics/distributions/logncdf.m, |
5977 statistics/distributions/logninv.m, | |
5978 statistics/distributions/lognpdf.m, | |
5979 statistics/distributions/lognrnd.m: Compatibility fixes. | |
5980 From Ben Barrowes <barrowes@alum.mit.edu> | |
5981 | |
5691 | 5982 * deprecated/hypergeometric_rnd.m: Update interface to match |
5983 current 2.1.x version. | |
5984 | |
5985 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
5986 | |
5690 | 5987 * miscellaneous/dir.m: Use readdir instead of glob. |
5988 Special case for "." to avoid globbing. Use list_in_columns. | |
5989 Eliminate unused variables len and finfo. | |
5990 | |
5689 | 5991 2006-03-16 Bill Denney <bill@givebillmoney.com> |
5992 | |
5993 * miscellaneous/dir.m: Improve compatibility. | |
5994 | |
5687 | 5995 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5996 | |
5997 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5998 time/now.m, time/weekday.m: New functions from Octave Forge. | |
5999 | |
5686 | 6000 2006-03-16 John W. Eaton <jwe@octave.org> |
6001 | |
6002 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
6003 of looking at sum of max dimensions. | |
6004 | |
5681 | 6005 2006-03-16 David Bateman <dbateman@free.fr> |
6006 | |
6007 * testfun/test.m: Clear last warning before warning test to avoid | |
6008 issues with previously set warnings. | |
6009 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
6010 sparse matrices. Force matrix type from spqr solution to be | |
6011 singular to force QR solvers to be used for assert. | |
6012 | |
5678 | 6013 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6014 | |
6015 * strings/strfind.m: New file. | |
6016 | |
5677 | 6017 2006-03-16 John W. Eaton <jwe@octave.org> |
6018 | |
6019 * general/rows.m, general/columns.m: Delete. | |
6020 | |
5674 | 6021 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6022 | |
6023 * strings/strcmpi.m: Simplify. | |
6024 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 6025 * strings/strtrunc.m: New file. |
5674 | 6026 |
5676 | 6027 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
6028 | |
5672 | 6029 2006-03-15 John W. Eaton <jwe@octave.org> |
6030 | |
6031 * miscellaneous/doc.m: New file. | |
8149 | 6032 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 6033 |
5671 | 6034 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
6035 | |
6036 * miscellaneous/mkoctfile.m: New file. | |
6037 | |
5670 | 6038 2006-03-15 John W. Eaton <jwe@octave.org> |
6039 | |
6040 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
6041 | |
5666 | 6042 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
6043 | |
6044 * strings/bin2dec.m: Doc fix. | |
6045 | |
5661 | 6046 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
6047 | |
6048 * time/etime.m: Use datenum to support times spanning year boundaries. | |
6049 * time/datenum.m: New function to compute day number from time. | |
6050 | |
5659 | 6051 2006-03-09 John W. Eaton <jwe@octave.org> |
6052 | |
6053 * miscellaneous/unix.m, plot/print.m: | |
6054 Swap order of outputs from system. | |
6055 | |
5642 | 6056 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
6057 | |
6058 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6059 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6060 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
6061 control/base/__stepimp__.m, control/base/are.m, | |
6062 control/base/controldemo.m, control/base/damp.m, | |
6063 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
6064 control/base/step.m, control/system/abcddim.m, | |
6065 control/system/is_abcd.m, control/system/is_controllable.m, | |
6066 control/system/is_detectable.m, control/system/is_observable.m, | |
6067 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6068 control/system/jet707.m, control/system/sys2fir.m, | |
6069 control/system/sysdimensions.m, control/system/sysupdate.m, | |
6070 control/system/tfout.m, control/system/ugain.m, | |
6071 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
6072 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6073 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
6074 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
6075 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
6076 general/circshift.m, general/columns.m, general/flipdim.m, | |
6077 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
6078 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
6079 general/isequalwithequalnans.m, general/isscalar.m, | |
6080 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
6081 general/logspace.m, general/mod.m, general/nextpow2.m, | |
6082 general/num2str.m, general/perror.m, general/pol2cart.m, | |
6083 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
6084 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
6085 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
6086 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
6087 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
6088 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
6089 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
6090 miscellaneous/license.m, miscellaneous/menu.m, | |
6091 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
6092 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
6093 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
6094 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
6095 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
6096 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
6097 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
6098 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
6099 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
6100 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
6101 polynomial/polyinteg.m, polynomial/polyout.m, | |
6102 polynomial/polyreduce.m, polynomial/polyval.m, | |
6103 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
6104 set/create_set.m, set/intersection.m, set/ismember.m, | |
6105 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
6106 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
6107 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
6108 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
6109 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
6110 special-matrix/hilb.m, special-matrix/invhilb.m, | |
6111 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
6112 special-matrix/vander.m, statistics/base/median.m, | |
6113 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
6114 statistics/distributions/gaminv.m, | |
6115 statistics/distributions/gampdf.m, | |
6116 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
6117 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
6118 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
6119 strings/lower.m, strings/upper.m, testfun/assert.m, | |
6120 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
6121 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
6122 | |
5633 | 6123 2006-02-27 John W. Eaton <jwe@octave.org> |
6124 | |
6125 * time/tic.m: Move here from miscellaneous/tic.m. | |
6126 * time/toc.m: Move here from miscellaneous/toc.m. | |
6127 | |
6128 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
6129 | |
6130 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
6131 does not assign output of toc to a variable. | |
6132 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6133 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 6134 |
6135 * axis.m: Catch limits that are the same and return an error. | |
6136 | |
5625 | 6137 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6138 | |
6139 * plot/print.m: Accept emf device option to support Enhanced | |
6140 Metafile format. | |
6141 | |
6142 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
6143 | |
6144 * control/base/lqe.m: Doc fix. | |
6145 | |
5623 | 6146 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
6147 | |
6148 * statistics/distributions/gamcdf.m: Doc fix. | |
6149 * statistics/distributions/gaminv.m: Doc fix. | |
6150 * statistics/distributions/gampdf.m: Doc fix. | |
6151 * statistics/distributions/gamrnd.m: Doc fix. | |
6152 | |
5610 | 6153 2006-02-09 David Bateman <dbateman@free.fr> |
6154 | |
6778 | 6155 * general/triu.m: Minimum change to allow sparse matrix. More needed |
6156 for arbitrary user type. | |
6157 * general/tril.m: ditto. | |
6158 * sparse/sprand.m: Doc fix. | |
6159 * sparse/sprandn.m: Ditto. | |
6160 * sparse/sprandsym.m: New function. | |
6161 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
6162 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
6163 Update for syntax error for latest texinfo.tex file. | |
5610 | 6164 |
5605 | 6165 2006-02-02 John W. Eaton <jwe@octave.org> |
6166 | |
6167 * plot/grid.m: Append ";\n" to "set grid" command. | |
6168 | |
6169 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
6170 | |
6171 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
6172 | |
5597 | 6173 2006-01-13 John W. Eaton <jwe@octave.org> |
6174 | |
6175 * audio/Makefile.in, control/base/Makefile.in, | |
6176 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
6177 control/system/Makefile.in, control/util/Makefile.in, | |
6178 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
6179 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
6180 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
6181 optimization/Makefile.in, plot/Makefile.in, | |
6182 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6183 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6184 special-matrix/Makefile.in, startup/Makefile.in, | |
6185 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6186 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6187 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
6188 (all): Depend on PKG_ADD. | |
6189 (PKG_ADD): New target. | |
6190 | |
6191 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
6192 | |
6193 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
6194 | |
5596 | 6195 2006-01-13 John W. Eaton <jwe@octave.org> |
6196 | |
6197 * time/etime.m: Move here from miscellaneous/etime.m. | |
6198 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
6199 | |
5595 | 6200 2006-01-13 Bill Denney <bill@givebillmoney.com> |
6201 | |
6778 | 6202 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 6203 * miscellaneous/fullfile.m: Likewise. |
6204 | |
5592 | 6205 2006-01-12 David Bateman <dbateman@free.fr> |
6206 | |
6207 * general/blkdiag.m: Compatible behavior for empty matrices | |
6208 * statistics/base/unidrnd.m: Documentation buglet. | |
6209 | |
5583 | 6210 2005-12-14 David Bateman <dbateman@free.fr> |
6211 | |
5589 | 6212 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
6213 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
6214 | |
6215 * Makefile.in (SUBDIRS): Include testfun. | |
6216 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
6217 | |
5583 | 6218 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
6219 | |
6220 * general/__isequal__.m: Remove reference to getfield. | |
6221 | |
6222 * plot/hist.m: Update test code for row/column discrepencies. | |
6223 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
6224 Update the test code for this. | |
6225 * sparse/spstats.m: Fix small bug in the dimension of output. | |
6226 | |
5579 | 6227 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6228 | |
6229 * cell/cell2mat.m: New file, from octave-forge. | |
6230 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6231 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 6232 |
6233 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
6234 New graph theory functions. | |
6235 | |
5574 | 6236 2005-12-13 John W. Eaton <jwe@octave.org> |
6237 | |
6238 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
6239 | |
6240 * control/system/ss.m: Doc fix. | |
6241 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6242 | |
5572 | 6243 2005-12-12 Michael Zeising <michael@michaels-website.de> |
6244 | |
6245 * audio/wavread.m, audio/wavwrite.m: | |
6246 Correct scaling for 8-bit linear pcm samples. | |
6247 Improve scaling for all other linear pcm resolutions. | |
6248 | |
5568 | 6249 2005-12-07 John W. Eaton <jwe@octave.org> |
6250 | |
6251 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
6252 | |
6253 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
6254 * strings/strjust.m: Likewise. | |
6255 | |
6256 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
6257 * signal/arma_rnd.m: Likewise. | |
6258 * strings/strcat.m: Likewise. | |
6259 * control/base/__freqresp__.m: Likewise. | |
6260 * control/base/place.m: Likewise. | |
6261 * control/base/pzmap.m: Likewise. | |
6262 * control/base/pzmap.m: Likewise. | |
6263 * control/system/sysappend.m: Likewise. | |
6264 * control/system/syscont.m: Likewise. | |
6265 * control/system/sysdisc.m: Likewise. | |
6266 * control/system/sysgroup.m: Likewise. | |
6267 * control/system/tfout.m: Likewise. | |
6268 * control/system/zpout.m: Likewise. | |
6269 * control/util/__outlist__.m: Likewise. | |
6270 | |
5567 | 6271 2005-12-06 John W. Eaton <jwe@octave.org> |
6272 | |
6273 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
6274 Avoid for loop in interleave/deinterleave steps. | |
6275 | |
5565 | 6276 2005-12-06 Michael Zeising <michael@michaels-website.de> |
6277 | |
6278 * audio/wavread.m, audio/wavwrite.m: New files. | |
6279 | |
5563 | 6280 2005-12-06 John W. Eaton <jwe@octave.org> |
6281 | |
6282 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
6283 | |
5560 | 6284 2005-12-05 John W. Eaton <jwe@octave.org> |
6285 | |
5561 | 6286 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 6287 |
5558 | 6288 2005-12-02 John W. Eaton <jwe@octave.org> |
6289 | |
6290 * miscellaneous/fileattrib.m: New function. | |
6291 | |
5556 | 6292 2005-12-01 John W. Eaton <jwe@octave.org> |
6293 | |
6294 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
6295 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
6296 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
6297 | |
5555 | 6298 2005-11-30 John W. Eaton <jwe@octave.org> |
6299 | |
6300 * linear-algebra/krylov.m: Format doc string. | |
6301 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6302 | |
5551 | 6303 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
6304 | |
6305 * general/blkdiag.m: Import from octave-forge. | |
6306 Ignore empty matrices in the input. Add tests. | |
5549 | 6307 |
6308 * general/isequal.m, general/isequalwithequalnans.m: | |
6309 New wrapper scripts for general/__isequal__.m. | |
6310 * general/__isequal__.m: Rename from general/isequal.m. | |
6311 New arg, nans_compare_equal. | |
6312 | |
5548 | 6313 2005-11-29 John W. Eaton <jwe@octave.org> |
6314 | |
6315 * miscellaneous/ver.m: Use new uname built-in function instead of | |
6316 calling system. Only append octave_forge_string if | |
6317 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
6318 Call license instead of hard-coding license info here. | |
6319 | |
6320 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 6321 __octave_licenses__. Use puts instead of disp. |
5548 | 6322 Use getuid and getpwuid instead of calling unix ("id -un"). |
6323 If nargout = 1, return license info instead of printing usage message. | |
6324 | |
5546 | 6325 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6326 | |
6327 * miscellaneous/ver.m: New file. | |
6328 * miscellaneous/license.m: New file. | |
6329 | |
5545 | 6330 2005-11-22 John W. Eaton <jwe@octave.org> |
6331 | |
6332 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
6333 gnuplot set command. | |
6334 | |
5539 | 6335 2005-11-15 John W. Eaton <jwe@octave.org> |
6336 | |
6337 * general/shiftdim.m: Doc fix. | |
6338 | |
5532 | 6339 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
6340 | |
6341 * set/unique.m: Doc string fix. | |
6342 | |
5527 | 6343 2005-11-01 John W. Eaton <jwe@octave.org> |
6344 | |
6345 * Makefile.in (distclean, maintainer-clean): | |
6346 Also remove autom4te.cache directory. | |
6347 From Quentin Spencer <qspencer@ieee.org>. | |
6348 | |
5518 | 6349 2005-10-28 John W. Eaton <jwe@octave.org> |
6350 | |
6351 * general/shiftdim.m: Compatibility fix for row vectors. | |
6352 Correct check for non-scalar non-integer shift. For positive | |
6353 N, shift is remainder of N and number of dims. Always return NS. | |
6354 Simplify. | |
6355 | |
5500 | 6356 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
6357 | |
6358 * general/randperm.m: Improve compatibility by allowing input | |
6359 value of zero. | |
6360 | |
5493 | 6361 2005-10-13 John W. Eaton <jwe@octave.org> |
6362 | |
6363 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
6364 If in multiplot mode, clear plot before issuing new plot command. | |
6365 | |
6366 * plot/__setup_plot__.m: New function. | |
6367 * plot/__plt__.m, plot__errplot__.m: Use it. | |
6368 Handle multiplot data and offsets here. | |
6369 | |
6370 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
6371 Move initialization to __setup_plot__.m. | |
6372 | |
6373 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
6374 Don't reset gnuplot_command_replot. | |
6375 | |
6376 * plot/replot.m: Handle multiplot data and offsets here. | |
6377 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
6378 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
6379 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
6380 | |
5489 | 6381 2005-10-12 John W. Eaton <jwe@octave.org> |
6382 | |
6383 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
6384 | |
5482 | 6385 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
6386 | |
6387 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
6388 weibrnd.m: Removed calls and references to deprecated _pdf and | |
6389 _inv functions. | |
6390 * chi2pdf.m: Fixed typos in the documentation. | |
6391 | |
5475 | 6392 2005-09-28 John W. Eaton <jwe@octave.org> |
6393 | |
5476 | 6394 * miscellaneous/single.m: New function. |
6395 | |
5475 | 6396 * statistics/base/unidrnd.m: New function. |
6397 | |
5474 | 6398 2005-09-27 John W. Eaton <jwe@octave.org> |
6399 | |
6400 * miscellaneous/dir.m: Filename never includes directory part. | |
6401 | |
5464 | 6402 2005-09-22 John W. Eaton <jwe@octave.org> |
6403 | |
6404 * polynomial/residue.m: Use logical indexing instead of find.. | |
6405 | |
6406 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
6407 | |
6408 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
6409 and zero poles. | |
6410 | |
5462 | 6411 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
6412 | |
6413 * strings/deblank.m: Handle cell arrays. | |
6414 * strings/split.m: New argument, N, to limit number of splits. | |
6415 | |
6416 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
6417 | |
6418 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
6419 | |
5460 | 6420 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
6421 | |
6422 * control/base/rlocus.m: Doc fix. | |
6423 | |
5459 | 6424 2005-09-20 John W. Eaton <jwe@octave.org> |
6425 | |
6426 * general/isvector.m: Improve compatibility. | |
6427 | |
6428 * general/postpad.m: Allow first argument to be a scalar. | |
6429 Allow padding to extend dimensionality. | |
6430 * general/prepad.m: Likewise. | |
6431 | |
5448 | 6432 2005-09-14 Daniel <durbano@shbano.com> |
6433 | |
6434 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 6435 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
6436 /control/base/dgram.m: Doc string fixes. | |
5448 | 6437 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
6438 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6439 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 6440 |
6441 * saveimage.m: Do not ignore most significant bit when writing | |
6442 black and white images to file. | |
6443 | |
5443 | 6444 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
6445 | |
6446 * audio/playaudio.m, control/base/__bodquist__.m, | |
6447 control/base/lqg.m, control/obsolete/dezero.m, | |
6448 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
6449 control/system/c2d.m, control/system/cellidx.m, | |
6450 control/system/d2c.m, control/system/dmr2d.m, | |
6451 control/system/is_signal_list.m, control/system/listidx.m, | |
6452 control/system/ss.m, control/system/sysappend.m, | |
6453 control/system/sysconnect.m, control/system/sysdup.m, | |
6454 control/system/sysgetsignals.m, control/system/sysidx.m, | |
6455 control/system/sysprune.m, control/system/syssetsignals.m, | |
6456 control/system/tfout.m, control/system/zpout.m, | |
6457 control/util/prompt.m, control/util/sortcom.m, | |
6458 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
6459 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
6460 general/num2str.m, general/repmat.m, general/sortrows.m, | |
6461 general/strerror.m, image/colormap.m, image/imshow.m, | |
6462 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
6463 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
6464 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
6465 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
6466 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
6467 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
6468 plot/print.m, plot/title.m, plot/top_title.m, | |
6469 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
6470 statistics/base/mean.m, statistics/base/moment.m, | |
6471 statistics/tests/cor_test.m, | |
6472 statistics/tests/kolmogorov_smirnov_test.m, | |
6473 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6474 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
6475 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6476 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6477 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6478 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6479 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6480 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
6481 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6482 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6483 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
6484 Avoid deprecated functions. Use ischar instead of isstr. Use | |
6485 isvector instead of is_vector. Use isstruct instead of | |
6486 is_struct. Use char instead of setstr. | |
6487 | |
5435 | 6488 2005-08-31 Daniel <durbano@shbano.com> |
6489 | |
6490 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
6491 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
6492 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6493 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6494 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 6495 |
6496 * image/saveimage.m: Open output file in binary mode. | |
6497 | |
6498 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
6499 | |
5427 | 6500 2005-08-16 John W. Eaton <jwe@octave.org> |
6501 | |
6502 * miscellaneous/computer.m: Handle optional maxsize and endian | |
6503 outputs. | |
6504 | |
5426 | 6505 2005-08-15 John W. Eaton <jwe@octave.org> |
6506 | |
6507 * strings/strcat.m: Allow single argument. | |
6508 | |
5416 | 6509 2005-07-18 John W. Eaton <jwe@octave.org> |
6510 | |
6511 * strings/strcmp.m: Delete. | |
6512 | |
5413 | 6513 2005-07-13 John W. Eaton <jwe@octave.org> |
6514 | |
6515 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
6516 versions of Octave. | |
6517 | |
6518 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
6519 | |
6520 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
6521 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
6522 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
6523 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
6524 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
6525 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
6526 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
6527 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
6528 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
6529 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
6530 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
6531 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
6532 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
6533 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
6534 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
6535 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
6536 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
6537 * statistics/distributions/finv.m: Rename from f_inv.m. | |
6538 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
6539 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
6540 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
6541 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
6542 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
6543 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
6544 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
6545 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
6546 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
6547 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
6548 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
6549 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
6550 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
6551 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
6552 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
6553 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
6554 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
6555 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
6556 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
6557 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
6558 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
6559 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
6560 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
6561 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
6562 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
6563 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
6564 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
6565 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
6566 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
6567 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 6568 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 6569 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
6570 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
6571 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
6572 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
6573 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
6574 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
6575 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
6576 | |
6577 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
6578 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
6579 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
6580 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
6581 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
6582 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
6583 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
6584 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
6585 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
6586 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
6587 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
6588 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
6589 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
6590 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
6591 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
6592 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
6593 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
6594 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
6595 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
6596 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
6597 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
6598 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
6599 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
6600 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
6601 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
6602 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
6603 deprecated/wiener_rnd.m: New files. | |
6604 | |
5408 | 6605 2005-07-08 John W. Eaton <jwe@octave.org> |
6606 | |
6607 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
6608 * deprecated/weibull_rnd.m: New file. | |
6609 | |
5407 | 6610 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
6611 | |
6612 * strings/dec2base.m: Allow matrix arguments. | |
6613 | |
5406 | 6614 2005-07-08 John W. Eaton <jwe@octave.org> |
6615 | |
6616 * plot/__errplot__.m: Use __plot_globals__. | |
6617 * plot/__plt__.m: Likewise. | |
6618 * plot/figure.m: Likewise. | |
6619 | |
6620 * plot/hold.m: New file. | |
6621 * plot/ishold.m: New file. | |
6622 * plot/__plot_globals__.m: New file. | |
6623 | |
5400 | 6624 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
6625 | |
6626 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
6627 | |
6628 2005-07-05 John W. Eaton <jwe@octave.org> | |
6629 | |
6630 * strings/findstr.m: Return [] for no matches. | |
6631 | |
5399 | 6632 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
6633 | |
6634 * miscellaneous/tic.m: Fix doc string. | |
6635 | |
5395 | 6636 2005-06-15 John W. Eaton <jwe@octave.org> |
6637 | |
6638 * polynomial/polyfit.m: Force return value to be a row vector. | |
6639 | |
5393 | 6640 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
6641 | |
6642 * general/isequal.m: Correct nargin check. | |
6643 | |
5388 | 6644 2005-06-14 John W. Eaton <jwe@octave.org> |
6645 | |
6646 * general/isvector.m: Handle N-d arrays. | |
6647 From Bill Denney <denney@seas.upenn.edu>. | |
6648 | |
5381 | 6649 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
6650 | |
6651 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 6652 |
5377 | 6653 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
6654 | |
6655 * signal/freqz.m: Use correct calculations when given a vector of | |
6656 frequencies. Improve accuracy of returned frequency vector. | |
6657 Improve speed for medium length filters (at a slight cost for slow | |
6658 filters). Add test cases. | |
6659 | |
5373 | 6660 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
6661 | |
6662 * plot/loglog.m: Fix set commands. | |
6663 | |
5381 | 6664 2005-05-25 John W. Eaton <jwe@octave.org> |
6665 | |
6666 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
6667 | |
5371 | 6668 2005-05-24 John W. Eaton <jwe@octave.org> |
6669 | |
5373 | 6670 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
6671 | |
5372 | 6672 * strings/strncmp.m: New file, from Tom Holroyd |
6673 <tomh@kurage.nimh.nih.gov>. | |
6674 | |
5371 | 6675 * strings/strcmp.m: Return logical values in all cases. |
6676 | |
5366 | 6677 2005-05-23 John W. Eaton <jwe@octave.org> |
6678 | |
6679 * plot/orient.m: New file. Adapt to Octave coding style. | |
6680 Texinfoize doc string. | |
6681 | |
6682 * plot/print.m: New file. Adapt to Octave coding style. Include | |
6683 PKG_ADD command. Use set terminal consistently throughout. Use | |
6684 set terminal push/pop and unconditionally set output to screen | |
6685 when done to avoid requiring gget. Use a cell array for dev_list | |
6686 and cellidx to search for items in the list. Delete local | |
6687 variable endl. Don't set and restore automatic_replot. Use {} | |
6688 instead of nth to index varargin. Delete local variable | |
6689 va_arg_cnt. | |
6690 | |
5355 | 6691 2005-05-18 John W. Eaton <jwe@octave.org> |
6692 | |
6693 * general/num2str.m: Return early if X is a character string. | |
6694 | |
5347 | 6695 2005-05-11 John W. Eaton <jwe@octave.org> |
6696 | |
5348 | 6697 * strings/findstr.m: Allow non-string arguments for compatiblity. |
6698 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
6699 | |
5347 | 6700 * plot/polar.m: Don't call __pltopt__ here. |
6701 | |
5333 | 6702 2005-05-02 John W. Eaton <jwe@octave.org> |
6703 | |
6704 * mkdoc: Print header message. | |
6705 | |
5319 | 6706 2005-04-28 John W. Eaton <jwe@octave.org> |
6707 | |
6708 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
6709 startup/octaverc. | |
6710 | |
5318 | 6711 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
6712 | |
6713 * image/imshow.m: Handle various image depths and 3d RGB images. | |
6714 (__im_numeric_limits__): New internal function. | |
6715 | |
5317 | 6716 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
6717 | |
6718 * statistics/tests/anova.m: Compute total_mean as mean of all | |
6719 data, not mean of group_mean. | |
6720 | |
6721 2005-04-28 John W. Eaton <jwe@octave.org> | |
6722 | |
6723 * startup/local-rcfile: New file. | |
6724 * startup/main-rcfile: Rename from startup/octaverc. | |
6725 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
6726 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
6727 Install local-rcfile in $(localfcnfiledir)/startup. | |
6728 | |
6729 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
6730 | |
6731 * startup/inputrc: New file. | |
6732 * startup/octaverc: Configure readline using inputrc from | |
6733 startupfiledir. | |
6734 * startup/Makefile.in (install, install-strip): Install octaverc | |
6735 in $(fcnfiledir)/startup. | |
6736 | |
5310 | 6737 2005-04-27 John W. Eaton <jwe@octave.org> |
6738 | |
6739 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
6740 | |
5289 | 6741 2005-04-21 John W. Eaton <jwe@octave.org> |
6742 | |
6743 * optimization/glpk.m: Handle SENSE argument. | |
6744 | |
6745 * optimization/qp.m, optimization/sqp.m: New files. | |
6746 | |
5276 | 6747 2005-04-08 John W. Eaton <jwe@octave.org> |
6748 | |
6749 * Makefile.in (clean, distclean, maintainer-clean): | |
6750 Avoid duplication in rules. | |
6751 | |
5252 | 6752 2005-03-28 John W. Eaton <jwe@octave.org> |
6753 | |
6754 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
6755 setting {no,}parametric. | |
6756 * plot/figure.m: Likewise, for setting terminal type. | |
6757 | |
6758 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
6759 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
6760 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
6761 plot/title.m, plot/top_title.m: Avoid eval. | |
6762 | |
5251 | 6763 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6764 | |
5253 | 6765 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
6766 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
6767 Use __gnuplot_replot__ instead of replot. | |
6768 | |
5252 | 6769 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
6770 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
6771 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
6772 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
6773 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
6774 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
6775 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 6776 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 6777 |
5251 | 6778 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
6779 | |
5244 | 6780 2005-03-24 John W. Eaton <jwe@octave.org> |
6781 | |
6782 * optimization/glpkmex.m: Texinfoize Doc string. | |
6783 * optimization/glpk.m: Likewise. | |
6784 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
6785 (row vectors are orginary character strings). | |
6786 * optimization/glpkparam.m: Delete. | |
6787 | |
5243 | 6788 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
6789 | |
6790 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
6791 of dimensions of X. | |
6792 | |
5237 | 6793 2005-03-23 John W. Eaton <jwe@octave.org> |
6794 | |
5239 | 6795 * general/tril.m, general/triu.m: Return value of same class as |
6796 argument. | |
6797 | |
5237 | 6798 * optimization/glpk.m: Simplify interface. By default, solve |
6799 standard LP min C'*x s.t. A*x = b, x >= 0. | |
6800 * optimization/glpkmex.m: New file. | |
6801 | |
5232 | 6802 2005-03-22 John W. Eaton <jwe@octave.org> |
6803 | |
5237 | 6804 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
6805 list. | |
6806 | |
5233 | 6807 * optimization/glpk.m: Adapt to Octave coding style. |
6808 No need for varargout or varargin. | |
6809 Print usage message if nargin > 11. | |
6810 Allow any value of nargout. | |
6811 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
6812 Avoid looping when checking character classes. | |
6813 | |
5232 | 6814 * optimization: New directory. |
6815 * Makefile.in (SUBDIRS): Add it to the list. | |
6816 * optimization/Makefile.in: New file. | |
6817 * optimization/glpk.m, optimization/glpkparams.m, | |
6818 optimization/glpktest1, optimization/glpktest2: New files. | |
6819 | |
8149 | 6820 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 6821 |
6822 * strings/split.m: Quick return for empty second arg. | |
6823 Improve warning for multi-line strings. | |
6824 Speed up by avoiding sprintf in loop and eval. | |
6825 | |
5217 | 6826 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
6827 | |
6828 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
6829 * polynomial/polyder.m: Ditto. | |
6778 | 6830 * polynomial/polygcd.m: New function. |
5217 | 6831 |
5214 | 6832 2005-03-16 John W. Eaton <jwe@octave.org> |
6833 | |
5215 | 6834 * control/base/__stepimp__.m, control/base/bode.m, |
6835 control/base/frdemo.m, control/base/nichols.m, | |
6836 control/base/nyquist.m, control/base/pzmap.m, | |
6837 control/base/rldemo.m, control/base/rlocus.m, | |
6838 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
6839 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
6840 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
6841 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
6842 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
6843 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
6844 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
6845 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
6846 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
6847 plot/xlabel.m, quaternion/demoquat.m, | |
6848 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
6849 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
6850 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
6851 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
6852 gsplot from @seealso docs. | |
5214 | 6853 |
6854 * plot/replot.m: New file. | |
6855 | |
5205 | 6856 2005-03-15 David Bateman <dbateman@free.fr> |
6857 | |
6858 * set/unique.m, set/ismember.m: Handle cell arrays. | |
6859 | |
5196 | 6860 2005-03-09 John W. Eaton <jwe@octave.org> |
6861 | |
6862 * statistics/Makefile.in (bin-dist): Delete target. | |
6863 (BINDISTSUBDIRS): Delete variable. | |
6754 | 6864 * control/Makefile.in: Likewise. |
5196 | 6865 |
5378 | 6866 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 6867 (BINDISTFILES): Delete variable. |
5378 | 6868 * control/base/Makefile.in: Likewise. |
6869 * control/hinf/Makefile.in: Likewise. | |
6870 * control/obsolete/Makefile.in: Likewise. | |
6871 * control/system/Makefile.in: Likewise. | |
6872 * control/util/Makefile.in: Likewise. | |
6873 * deprecated/Makefile.in: Likewise. | |
6874 * elfun/Makefile.in: Likewise. | |
6875 * finance/Makefile.in: Likewise. | |
6876 * general/Makefile.in: Likewise. | |
6877 * image/Makefile.in: Likewise. | |
6878 * sparse/Makefile.in: Likewise. | |
6879 * io/Makefile.in: Likewise. | |
6880 * plot/Makefile.in: Likewise. | |
6881 * Makefile.in: Likewise. | |
6882 * miscellaneous/Makefile.in: Likewise. | |
6883 * linear-algebra/Makefile.in: Likewise. | |
6884 * polynomial/Makefile.in: Likewise. | |
6885 * quaternion/Makefile.in: Likewise. | |
6886 * set/Makefile.in: Likewise. | |
6887 * signal/Makefile.in: Likewise. | |
6888 * specfun/Makefile.in: Likewise. | |
6889 * special-matrix/Makefile.in: Likewise. | |
6890 * startup/Makefile.in: Likewise. | |
6891 * statistics/base/Makefile.in: Likewise. | |
6892 * statistics/distributions/Makefile.in: Likewise. | |
6893 * statistics/models/Makefile.in: Likewise. | |
6894 * statistics/tests/Makefile.in: Likewise. | |
6895 * strings/Makefile.in: Likewise. | |
6896 * time/Makefile.in: Likewise. | |
5196 | 6897 |
5195 | 6898 2005-03-08 John W. Eaton <jwe@octave.org> |
6899 | |
6900 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
6901 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
6902 | |
5192 | 6903 2005-03-04 John W. Eaton <jwe@octave.org> |
6904 | |
6905 * plot/clg.m: New file. | |
6906 | |
5193 | 6907 2005-03-03 John W. Eaton <jwe@octave.org> |
6908 | |
6909 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
6910 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
6911 strings/strcmpi.m: | |
6912 New files from Octave-forge. Adapt to Octave coding standards. | |
6913 | |
5181 | 6914 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
6915 | |
6916 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
6917 computation range. | |
6918 | |
5164 | 6919 2005-02-25 John W. Eaton <jwe@octave.org> |
6920 | |
6921 Sparse merge. | |
6922 | |
6923 2005-01-23 David Bateman <dbateman@free.fr> | |
6924 | |
6925 * sparse/randperm.m: Delete duplicate randperm.m. | |
6926 | |
6927 2005-01-10 John W. Eaton <jwe@octave.org> | |
6928 | |
6929 * sparse/Makefile.in: New file. | |
6930 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
6931 | |
6932 2005-01-07 David Bateman <dbateman@free.fr> | |
6933 | |
6934 * set/unique.m: import file from octave-forge. | |
6935 | |
6936 2005-01-05 David Bateman <dbateman@free.fr> | |
6937 | |
6938 * Makefile.in: include sparse directory in SUBDIRS. | |
6939 | |
6940 2004-12-30 John W. Eaton <jwe@octave.org> | |
6941 | |
6942 * sparse/nzmax.m: Delete (there is an nzmax function in | |
6943 src/DLD-FUNCTIONS/sparse.cc). | |
6944 | |
6945 2004-12-28 John W. Eaton <jwe@octave.org> | |
6946 | |
6947 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
6948 Andy Adler <adler@site.uottawa.ca>. | |
6949 | |
6950 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
6951 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
6952 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
6953 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
6954 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
6955 | |
6956 * sparse: New directory. | |
6957 | |
5158 | 6958 2005-02-22 John W. Eaton <jwe@octave.org> |
6959 | |
6960 * polynomial/residue.m: Force prepad to always create row vectors. | |
6961 | |
6962 * polynomial/poly.m: Quick return if m is 0. | |
6963 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
6964 | |
5154 | 6965 2005-02-21 David Bateman <dbateman@free.fr> |
6966 | |
6967 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
6968 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
6969 Fix for row vectors with at least one element of lambda not in | |
6970 (0, Inf). | |
6971 | |
5152 | 6972 2005-02-21 John W. Eaton <jwe@octave.org> |
6973 | |
5153 | 6974 * statistics/base/qqplot.m: Use feval instead of eval. |
6975 | |
5152 | 6976 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
6977 plot/__axis_label__.m: Issue replot command. | |
6978 | |
5135 | 6979 2005-02-09 John W. Eaton <jwe@octave.org> |
6980 | |
6981 * polynomial/polyderiv.m: Force P to be a row vector. | |
6982 | |
5133 | 6983 2005-02-08 John W. Eaton <jwe@octave.org> |
6984 | |
6985 * strings/dec2base.m: Don't delete leading zero if third arg is | |
6986 provided and len <= computed max_len. | |
6987 | |
5125 | 6988 2005-01-27 David Bateman <dbateman@free.fr> |
6989 | |
6990 * strings/dec2base.m: Be even more careful about handling all digits. | |
6991 | |
6992 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
6993 | |
6994 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
6995 | |
5123 | 6996 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
6997 | |
6998 * statistics/base/median.m: Make it work for the scalar case too. | |
6999 | |
6308 | 7000 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 7001 |
7002 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 7003 Simplify logic for decoding args. |
5117 | 7004 |
5115 | 7005 2005-01-24 John W. Eaton <jwe@octave.org> |
7006 | |
5116 | 7007 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
7008 | |
7009 * plot/__plt__.m: No need to save and reset hold state now. | |
7010 (first_plot): Delete unused variable. | |
7011 | |
5115 | 7012 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
7013 | |
7014 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
7015 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
7016 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
7017 plot/__plt2vv__.m: | |
7018 Return data and gnuplot commands instead of evaluating them. | |
7019 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
7020 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
7021 | |
5108 | 7022 2005-01-18 John W. Eaton <jwe@octave.org> |
7023 | |
7024 * linear-algebra/cross.m: Allocate idx1 before use. | |
7025 | |
5096 | 7026 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
7027 | |
7028 * statistics/base/range.m: Fix varargin usage. | |
7029 | |
5091 | 7030 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
7031 | |
7032 * strings/deblank.m: Remove all trailing whitespace (check with | |
7033 isspace), not just SPC. | |
7034 | |
5090 | 7035 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
7036 | |
7037 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
7038 | |
5073 | 7039 2004-11-09 John W. Eaton <jwe@octave.org> |
7040 | |
7041 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
7042 From Julius Smith <jos@ccrma.stanford.edu>. | |
7043 | |
5072 | 7044 2004-11-08 John W. Eaton <jwe@octave.org> |
7045 | |
7046 * plot/__plt2vm__.m: Delete debugging statement. | |
7047 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
7048 | |
5065 | 7049 2004-11-04 John W. Eaton <jwe@octave.org> |
7050 | |
7051 * plot/hist.m: Always return row vectors for vector args. | |
7052 | |
5031 | 7053 2004-09-23 John W. Eaton <jwe@octave.org> |
7054 | |
7055 * strings/strcmp.m: If args are not strings or cell arrays of | |
7056 strings, return zero instead of reporting an error. | |
7057 | |
5021 | 7058 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
7059 | |
7060 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
7061 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
7062 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
7063 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
7064 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
7065 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
7066 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
7067 control/hinf/is_dgkf.m, control/system/c2d.m, | |
7068 control/system/is_detectable.m, control/system/is_sample.m, | |
7069 control/system/is_siso.m, control/system/is_stable.m, | |
7070 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
7071 control/system/sys2tf.m, control/system/sys2zp.m, | |
7072 control/system/sysappend.m, control/system/sysconnect.m, | |
7073 control/system/sysdisc.m, control/system/sysdup.m, | |
7074 control/system/sysgetsignals.m, control/system/sysmult.m, | |
7075 control/system/syssetsignals.m, control/system/syssub.m, | |
7076 control/system/tf2sys.m, control/system/ugain.m, | |
7077 control/system/zp2ss.m, control/system/zp2sys.m, | |
7078 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
7079 special-matrix/toeplitz.m: Fix typos in doc strings. | |
7080 | |
7081 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
7082 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
7083 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
7084 ontrol/system/is_abcd.m, control/system/parallel.m, | |
7085 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
7086 control/system/sysappend.m, control/system/sysconnect.m, | |
7087 control/system/sysdup.m, control/system/sysgroup.m, | |
7088 control/system/sysprune.m, control/system/sysreorder.m, | |
7089 control/system/sysscale.m, control/system/syssub.m, | |
7090 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
7091 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
7092 polynomial/polyout.m, specfun/log2.m: | |
7093 Add output arguments in doc strings. | |
7094 | |
7095 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
7096 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
7097 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
7098 control/base/freqchkw.m, control/base/__freqresp__.m, | |
7099 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
7100 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
7101 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
7102 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
7103 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
7104 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
7105 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
7106 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
7107 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
7108 control/system/c2d.m, control/system/is_abcd.m, | |
7109 control/system/is_controllable.m, control/system/is_detectable.m, | |
7110 control/system/is_observable.m, control/system/is_stable.m, | |
7111 control/system/jet707.m, control/system/ord2.m, | |
7112 control/system/starp.m, control/system/sys2fir.m, | |
7113 control/system/sys2ss.m, control/system/sys2tf.m, | |
7114 control/system/sys2zp.m, control/system/syscont.m, | |
7115 control/system/sysdisc.m, control/system/sysdup.m, | |
7116 control/system/sysgettype.m, control/system/sysgroup.m, | |
7117 control/system/sysmult.m, control/system/sysprune.m, | |
7118 control/system/sysreorder.m, control/system/sysscale.m, | |
7119 control/system/syssetsignals.m, control/system/sysupdate.m, | |
7120 control/system/tf2ss.m, control/system/tf2sys.m, | |
7121 control/system/zp2ss.m, control/system/zp2sys.m, | |
7122 control/util/axis2dlim.m, control/util/prompt.m, | |
7123 control/util/zgfmul.m, control/util/zginit.m, | |
7124 control/util/__zgpbal__.m, control/util/zgscal.m: | |
7125 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
7126 in doc strings. | |
7127 | |
7128 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
7129 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
7130 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
7131 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7132 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7133 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7134 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7135 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
7136 control/system/c2d.m, control/system/fir2sys.m, | |
7137 control/system/is_stabilizable.m, control/system/jet707.m, | |
7138 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
7139 control/util/zgshsr.m, polynomial/polyout.m: | |
7140 New @tex section(s) in doc strings for better formating of printed | |
7141 output. | |
7142 | |
7143 * control/base/__freqresp__.m, control/base/nyquist.m, | |
7144 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
7145 control/obsolete/syschnames.m, control/system/sysprune.m: | |
7146 Use proper double quote marks for TeX. | |
7147 | |
7148 * control/base/DEMOcontrol.m: Add missing ; | |
7149 | |
7150 * control/base/nichols.m, control/base/rlocus.m, | |
7151 control/obsolete/minfo.m, control/system/is_digital.m, | |
7152 control/system/ss2zp.m, control/system/sysmin.m, | |
7153 control/system/tf2zp.m, control/util/sortcom.m: | |
7154 Convert documentation to use or more completely use Texinfo. | |
7155 | |
7156 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
7157 control/hinf/hinfdemo.m, control/system/ord2.m, | |
7158 control/system/parallel.m, control/system/ss2tf.m, | |
7159 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
7160 art splitting over a page boundary. | |
7161 | |
7162 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7163 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7164 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7165 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7166 control/hinf/wgt1o.m, control/system/buildssic.m: | |
7167 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
7168 the TeX documentation. | |
7169 | |
7170 * control/system/is_stabilizable.m: | |
7171 Add Copyright so that help is displayed correctly. | |
7172 | |
7173 * special-matrix/vander.m: Octave indexes start at 1. | |
7174 | |
5011 | 7175 2004-09-21 David Bateman <dbateman@free.fr> |
7176 | |
7177 * general/rotdim.m: New function for rotation of an N-d array in an | |
7178 arbitrary plane. | |
7179 | |
7180 * general/flipdim.m: New function to flip an N-d array about an | |
7181 arbitrary axis. | |
7182 | |
5003 | 7183 2004-09-15 David Bateman <dbateman@free.fr> |
7184 | |
7185 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
7186 | |
4992 | 7187 2004-09-15 John W. Eaton <jwe@octave.org> |
7188 | |
7189 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 7190 Use iscellstr to check for cells rather than iscell. |
7191 Improve diagnostics for invalid args. | |
4992 | 7192 |
4983 | 7193 2004-09-10 David Bateman <dbateman@free.fr> |
7194 | |
7195 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
7196 and p with n > 1, and fix for matrix n and p with n == 1. | |
7197 | |
7198 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
7199 due to row vs. column vector operations. | |
7200 | |
4964 | 7201 2004-09-03 David Bateman <dbateman@free.fr> |
7202 | |
7203 * general/repmat.m: Fix to allow logical classes. | |
7204 | |
4950 | 7205 2004-08-31 John W. Eaton <jwe@octave.org> |
7206 | |
7207 * general/isa.m: New function, from Octave-forge. | |
7208 | |
7209 2004-08-31 David Bateman <dbateman@free.fr> | |
7210 | |
7211 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
7212 limitation on the use of int64 and uint64 types, and the use | |
7213 of the eval. | |
7214 | |
7215 * general/bitset.m: Remove superfluous cast to return type, as bug | |
7216 in .^ with integer types is fixed. | |
7217 | |
7218 * general/repmat.m: Adapt to allow integer types. | |
4945 | 7219 |
7220 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
7221 | |
7222 * plot/axis.m: Don't reset axes when querying them. | |
7223 | |
4942 | 7224 2004-08-27 David Bateman <dbateman@free.fr> |
7225 | |
7226 * statistics/base/ranks.m: Handle non-consecutive ties. | |
7227 Eliminate loop. | |
7228 | |
4918 | 7229 2004-07-27 David Bateman <dbateman@free.fr> |
7230 | |
7231 * general/num2str.m: Also insert spaces in output when precision | |
7232 argument is supplied. | |
7233 | |
4915 | 7234 2004-07-23 David Bateman <dbateman@free.fr> |
7235 | |
7236 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
7237 | |
4911 | 7238 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
7239 | |
7240 * general/sub2ind.m: Make reshaping index list unnecessary. | |
7241 | |
7242 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
7243 | |
7244 * miscellaneous/unix.m: Fix doc string. | |
7245 | |
7246 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
7247 | |
7248 * plot/figure.m: Clarification of documentation. | |
7249 | |
7250 * image/imshow.m: Warn for complex images. | |
7251 Only estimate colourmap for images in [0, 65536]. | |
7252 | |
7253 2004-07-22 David Bateman <dbateman@free.fr> | |
7254 | |
7255 * general/num2str.m: Fix the case of an all zero input. | |
7256 | |
4906 | 7257 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
7258 | |
7259 * general/ind2sub.m: Doc fix. | |
7260 | |
4900 | 7261 2004-06-08 John W. Eaton <jwe@octave.org> |
7262 | |
7263 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
7264 convert function handle to string for eval. | |
7265 | |
4898 | 7266 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
7267 | |
7268 * plot/errorbar.m: Remove debugging output. | |
7269 | |
7270 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
7271 | |
7272 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
7273 | |
4897 | 7274 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
7275 | |
4898 | 7276 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
7277 | |
7278 * polynomial/polyout.m: Use parenthesis if necessary around | |
7279 complex polynomial coefficient. | |
7280 | |
4897 | 7281 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
7282 the bug which causes __errplot__ to ignore the last argument. | |
7283 | |
4894 | 7284 2004-06-03 David Bateman <dbateman@free.fr> |
7285 | |
7286 * general/shiftdim.m: New function based on JWE code snippet. | |
7287 | |
7288 * general/circdim.m: New function. | |
7289 | |
4890 | 7290 2004-05-06 David Bateman <dbateman@free.fr> |
7291 | |
7292 * general/issquare.m: Fail if ndim(x) > 2. | |
7293 | |
7294 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
7295 | |
7296 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
7297 N-d array arguments. Add optional dim argument to define | |
7298 dimension along which to operate. | |
7299 | |
7300 * linear-algebra/dmult.m: Allow N-d arrays. | |
7301 | |
7302 * linear-algebra/vec.m: Use v(:) and not reshape. | |
7303 | |
4885 | 7304 2004-04-29 David Bateman <dbateman@free.fr> |
7305 | |
7306 * statistics/base/ranks.m, statistics/base/run_count.m, | |
7307 statistics/base/studentize.m, statistics/base/kurtosis.m | |
7308 statistics/base/statistics.m, statistics/base/skewness.m | |
7309 statistics/base/iqr.m: | |
7310 Make N-d array aware. Allow optional argument to define the | |
7311 dimension along which to operate. Update the documentation. | |
7312 | |
7313 * statistics/base/ranks.m: Change algorithm to use sort, | |
7314 and adjust for the ties after. | |
7315 | |
7316 * statistics/base/run_counts.m: Change algorithm to use | |
7317 the a combination of diff and find, rather than a for-loop. | |
7318 | |
4881 | 7319 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
7320 | |
7321 * plot/hist.m: Correctly determine cutoffs. New tests. | |
7322 | |
4878 | 7323 2004-04-23 David Bateman <dbateman@free.fr> |
7324 | |
7325 * general/int2str.m: Treat only real part of argument, and treat | |
7326 NDArrays by stacking the slices through the matrix vertically. | |
7327 | |
7328 * general/num2str.m: Improve format of integer matrices, and the | |
7329 conversion of complex matrices added. Treat NDArrays by stacking | |
7330 the slices through the matrix vertically. | |
7331 | |
7332 * deprecated/com2str.m: Moved here from general subdirectory. | |
7333 | |
4877 | 7334 2004-04-22 John W. Eaton <jwe@octave.org> |
7335 | |
7336 * quaternion/qtransvmat.m: Use continuation characters to make | |
7337 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
7338 | |
4869 | 7339 2004-04-21 David Bateman <dbateman@free.fr> |
7340 | |
5378 | 7341 * elfun/lcm.m: Make N-d aware. |
4870 | 7342 |
4869 | 7343 * general/diff.m: Make the code N-d array aware. Allow an |
7344 optional argument to define the dimension along which to perform | |
7345 the differences and allow the order of the differences to be larger | |
7346 than the dimension itself. | |
7347 | |
7348 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
7349 use of these functions to 1- and 2-d arrays. | |
7350 | |
4863 | 7351 2004-04-16 John W. Eaton <jwe@octave.org> |
7352 | |
7353 * elfun/gcd.m: Delete. | |
7354 | |
4862 | 7355 2004-04-15 David Bateman <dbateman@free.fr> |
7356 | |
7357 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
7358 | |
7359 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
7360 array aware and and optional argument for the dimension along | |
7361 which to operate. | |
7362 | |
5378 | 7363 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 7364 argument for the dimension to be consistent with other N-d array |
7365 functions. | |
7366 | |
4860 | 7367 2004-04-08 David Bateman <dbateman@free.fr> |
7368 | |
7369 * statistics/distributions/discrete_cdf.m, | |
7370 statistics/distributions/discrete_inv.m, | |
7371 statistics/distributions/discrete_pdf.m, | |
7372 statistics/distributions/discrete_rnd.m, | |
7373 statistics/distributions/exponential_cdf.m, | |
7374 statistics/distributions/exponential_inv.m, | |
7375 statistics/distributions/exponential_pdf.m, | |
7376 statistics/distributions/exponential_rnd.m, | |
7377 statistics/distributions/f_cdf.m, | |
7378 statistics/distributions/f_inv.m, | |
7379 statistics/distributions/f_pdf.m, | |
7380 statistics/distributions/f_rnd.m, | |
7381 statistics/distributions/geometric_cdf.m, | |
7382 statistics/distributions/geometric_inv.m, | |
7383 statistics/distributions/geometric_pdf.m, | |
7384 statistics/distributions/geometric_rnd.m, | |
7385 statistics/distributions/hypergeometric_rnd.m, | |
7386 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
7387 statistics/distributions/laplace_cdf.m, | |
7388 statistics/distributions/laplace_inv.m, | |
7389 statistics/distributions/laplace_pdf.m, | |
7390 statistics/distributions/laplace_rnd.m, | |
7391 statistics/distributions/logistic_inv.m, | |
7392 statistics/distributions/logistic_rnd.m, | |
7393 statistics/distributions/lognormal_cdf.m, | |
7394 statistics/distributions/lognormal_inv.m, | |
7395 statistics/distributions/lognormal_pdf.m, | |
7396 statistics/distributions/lognormal_rnd.m, | |
7397 statistics/distributions/pascal_cdf.m, | |
7398 statistics/distributions/pascal_inv.m, | |
7399 statistics/distributions/pascal_pdf.m, | |
7400 statistics/distributions/pascal_rnd.m, | |
7401 statistics/distributions/poisson_cdf.m, | |
7402 statistics/distributions/poisson_inv.m, | |
7403 statistics/distributions/poisson_pdf.m, | |
7404 statistics/distributions/poisson_rnd.m, | |
7405 statistics/distributions/t_cdf.m, | |
7406 statistics/distributions/t_inv.m, | |
7407 statistics/distributions/t_pdf.m, | |
7408 statistics/distributions/t_rnd.m, | |
7409 statistics/distributions/weibull_cdf.m, | |
7410 statistics/distributions/weibull_inv.m, | |
7411 statistics/distributions/weibull_pdf.m, | |
7412 statistics/distributions/weibull_rnd.m: | |
7413 Allow N-d arrays. | |
7414 | |
7415 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
7416 that results in NaN in places where it should not have had. | |
7417 | |
7418 * statistics/distributions/discrete_rnd.m: New argument formats to | |
7419 allow creating arbitrary matrices, compatiable with the other | |
5583 | 7420 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 7421 |
7422 * statistics/distributions/empirical_rnd.m: New argument formats | |
7423 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 7424 *_rnd.m functions. Maintain compatibility with previous |
4860 | 7425 format. Allow N-d arrays. |
7426 | |
7427 * statistics/distributions/hypergeometric_cdf.m, | |
7428 statistics/distributions/hypergeometric_inv.m, | |
7429 statistics/distributions/hypergeometric_pdf.m, | |
7430 statistics/distributions/wiener_rnd.m: | |
7431 Error for non-scalar arguments. | |
7432 | |
7433 * statistics/distributions/pascal_rnd.m: | |
7434 Correct for n = 1 bug, where all elements were equal. | |
7435 | |
4849 | 7436 2004-04-06 David Bateman <dbateman@free.fr> |
7437 | |
4854 | 7438 * general/common_size.m, miscellaneous/bincoeff.m, |
7439 statistics/distributions/beta_cdf.m, | |
7440 statistics/distributions/beta_inv.m, | |
7441 statistics/distributions/beta_pdf.m, | |
7442 statistics/distributions/beta_rnd.m, | |
7443 statistics/distributions/binomial_cdf.m, | |
7444 statistics/distributions/binomial_inv.m, | |
7445 statistics/distributions/binomial_pdf.m, | |
7446 statistics/distributions/binomial_rnd.m, | |
7447 statistics/distributions/cauchy_cdf.m, | |
7448 statistics/distributions/cauchy_inv.m, | |
7449 statistics/distributions/cauchy_pdf.m, | |
7450 statistics/distributions/cauchy_rnd.m, | |
7451 statistics/distributions/chisquare_cdf.m, | |
7452 statistics/distributions/chisquare_inv.m, | |
7453 statistics/distributions/chisquare_pdf.m, | |
7454 statistics/distributions/chisquare_rnd.m, | |
7455 statistics/distributions/gamma_cdf.m, | |
7456 statistics/distributions/gamma_inv.m, | |
7457 statistics/distributions/gamma_pdf.m, | |
7458 statistics/distributions/gamma_rnd.m, | |
7459 statistics/distributions/normal_cdf.m, | |
7460 statistics/distributions/normal_inv.m, | |
7461 statistics/distributions/normal_pdf.m, | |
7462 statistics/distributions/normal_rnd.m, | |
7463 statistics/distributions/stdnormal_cdf.m, | |
7464 statistics/distributions/stdnormal_pdf.m, | |
7465 statistics/distributions/stdnormal_rnd.m, | |
7466 statistics/distributions/uniform_cdf.m, | |
7467 statistics/distributions/uniform_inv.m, | |
7468 statistics/distributions/uniform_pdf.m, | |
7469 statistics/distributions/uniform_rnd.m: | |
7470 Allow the inputs to be N-d arrays. | |
7471 | |
4852 | 7472 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
7473 * statistics/base/median.m: Likewise. | |
4849 | 7474 |
4844 | 7475 2004-04-02 David Bateman <dbateman@free.fr> |
7476 | |
7477 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 7478 * statistics/base/center.m, statistics/base/meansq.m, |
7479 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 7480 Update for N-d arrays. |
4844 | 7481 * signal/fftshift.m: Fix dimensioning error. |
7482 | |
7483 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 7484 N-d arrays. |
4844 | 7485 |
4852 | 7486 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
7487 | |
7488 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 7489 |
4852 | 7490 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 7491 |
7492 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
7493 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
7494 control/system/sysprune.m: Doc update for usage of cell arrays. | |
7495 | |
7496 * control/system/sysidx.m: Use cellidx and not listidx. | |
7497 | |
4841 | 7498 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
7499 | |
7500 * plot/__pltopt1__.m: Always add title clause to plot command with | |
7501 default of "" (so it is off unless explicitly set by the user). | |
7502 | |
4836 | 7503 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
7504 | |
7505 * image/imshow.m: Accept "truesize" argument. | |
7506 Ignore current colormap. New tests and demos. | |
7507 | |
4834 | 7508 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
7509 | |
7510 * signal/sinewave.m: Allow N to default to M. | |
7511 | |
4826 | 7512 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7513 | |
7514 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
7515 | |
4818 | 7516 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7517 | |
7518 * general/deal.m: New function. | |
4819 | 7519 Add tests from Paul Kienzle. |
4818 | 7520 |
4811 | 7521 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
7522 | |
7523 * plot/hist.m: Compute histogram correctly for n>=30. | |
7524 | |
5095 | 7525 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 7526 |
7527 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
7528 | |
4806 | 7529 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7530 | |
7531 * miscellaneous/horzcat.m: Delete. | |
7532 * miscellaneous/vertcat.m: Delete. | |
7533 | |
4790 | 7534 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7535 | |
7536 * plot/figure.m: Also look for GNUTERM in the environment and use | |
7537 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
7538 | |
4789 | 7539 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7540 | |
7541 * control/base/__stepimp__.m: Only call clearplot if we will be | |
7542 doing multiple plots in the same gnuplot frame. | |
7543 | |
4780 | 7544 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7545 | |
7546 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
7547 control/system/cellidx.m, control/system/ss.m, | |
7548 control/system/tf.m, control/system/zp.m: New functions. | |
7549 | |
4778 | 7550 2004-02-16 Glenn Golden <gdg@zplane.com> |
7551 | |
7552 * statistics/distributions/discrete_inv.m: | |
7553 Reduce memory requirements. | |
7554 | |
4772 | 7555 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7556 | |
7557 * plot/__errcomm__.m: Fix thinko in previous change. | |
7558 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
7559 | |
4771 | 7560 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
7561 | |
7562 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
7563 control/base/analdemo.m, control/base/bddemo.m, | |
7564 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
7565 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
7566 control/base/rldemo.m, control/base/rlocus.m, | |
7567 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
7568 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
7569 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
7570 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
7571 control/obsolete/packsys.m, control/obsolete/series.m, | |
7572 control/system/__sysdefioname__.m, | |
7573 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
7574 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
7575 control/system/c2d.m, control/system/d2c.m, | |
7576 control/system/dmr2d.m, control/system/fir2sys.m, | |
7577 control/system/is_signal_list.m, control/system/is_siso.m, | |
7578 control/system/jet707.m, control/system/listidx.m, | |
7579 control/system/moddemo.m, control/system/ord2.m, | |
7580 control/system/packedform.m, control/system/parallel.m, | |
7581 control/system/ss2sys.m, control/system/sys2tf.m, | |
7582 control/system/sys2zp.m, control/system/sysadd.m, | |
7583 control/system/sysappend.m, control/system/sysconnect.m, | |
7584 control/system/syscont.m, control/system/sysdimensions.m, | |
7585 control/system/sysdisc.m, control/system/sysdup.m, | |
7586 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
7587 control/system/sysgroup.m, control/system/sysmin.m, | |
7588 control/system/sysmult.m, control/system/sysprune.m, | |
7589 control/system/sysrepdemo.m, control/system/sysscale.m, | |
7590 control/system/syssetsignals.m, control/system/syssub.m, | |
7591 control/system/sysupdate.m, control/system/tf2sys.m, | |
7592 control/system/ugain.m, control/system/zp2ss.m, | |
7593 control/system/zp2sys.m, control/util/__outlist__.m, | |
7594 control/util/__zgpbal__.m, control/util/strappend.m: | |
7595 Use cell arrays instead of lists. | |
7596 | |
4723 | 7597 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
7598 | |
7599 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
7600 so that bar (1, 1) will work. | |
7601 | |
4710 | 7602 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7603 | |
4717 | 7604 * plot/__errcomm__.m: Cope with nargin now being a function. |
7605 * plot/__errplot__.m: Likewise. | |
7606 * plot/__plt__.m: Likewise. | |
7607 * plot/plot_border.m: Likewise. | |
7608 | |
4710 | 7609 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
7610 not $(DOCSTRINGS). | |
7611 | |
4706 | 7612 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
7613 | |
7614 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
7615 rank ([], tol). | |
7616 | |
4691 | 7617 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7618 | |
4692 | 7619 * elfun/acot.m: Return atan (1./z). |
7620 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
7621 | |
4691 | 7622 * miscellaneous/dir.m: New file. |
7623 | |
7624 * general/num2str.m: Use "%d" as format if values are ints with | |
7625 magnitude less than 1e10. | |
7626 | |
7627 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7628 | |
7629 * general/num2str.m: If single arg is string, return it. | |
7630 | |
7631 * miscellaneous/not.m: New file. | |
7632 | |
7633 * miscellaneous/unix.m: New file. | |
7634 | |
7635 * miscellaneous/isunix.m: New file. | |
7636 * miscellaneous/ispc.m: New file. | |
7637 | |
7638 * miscellaneous/computer.m: New file. | |
7639 | |
7640 * miscellaneous/delete.m: New file. | |
7641 | |
4689 | 7642 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7643 | |
7644 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
7645 | |
7646 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7647 | |
7648 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
7649 Always return substituted version of LOADPATH if nargout != 0. | |
7650 | |
4685 | 7651 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
7652 | |
7653 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
7654 before continuing. | |
7655 | |
7656 * miscellaneous/fileparts.m: Allow name to start with ".". | |
7657 | |
4677 | 7658 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7659 | |
7660 * general/ind2sub.m: New file. | |
7661 * general/sub2ind.m: New file. | |
7662 | |
4675 | 7663 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7664 | |
7665 * control/system/zp2ss.m: Don't save and restore | |
7666 warn_empty_list_elements. | |
7667 | |
7668 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
7669 | |
6778 | 7670 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 7671 |
4673 | 7672 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
7673 | |
7674 * statistics/base/mean.m: Remove special case for row vectors. | |
7675 | |
4637 | 7676 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
7677 | |
7678 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
7679 | |
4631 | 7680 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
7681 | |
7682 * statistics/base/iqr.m: Handle matrices. | |
7683 | |
4630 | 7684 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7685 | |
7686 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
7687 | |
4629 | 7688 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7689 | |
7690 * miscellaneous/path.m: Fix thinko in previous change. | |
7691 | |
4609 | 7692 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
7693 | |
4629 | 7694 * control/base/dare.m: Check positive (semi)definiteness and |
7695 dimensions of r (and q). | |
7696 * control/base/dlqr.m: Check stabilizability of (A,B), | |
7697 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
7698 near unit circle. | |
4611 | 7699 |
7700 * control/system/is_detectable.m: Use Hautus Lemma. | |
7701 Correct the behavior for discrete-time systems. | |
7702 * control/system/is_stabilizable.m: Likewise. | |
7703 | |
4609 | 7704 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
7705 | |
7706 * linear-algebra/krylovb.m: Fix typo in usage message. | |
7707 | |
4610 | 7708 * general/isdefinite.m: New function. |
7709 | |
4567 | 7710 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
7711 | |
7712 * general/reshape: Delete. | |
7713 | |
4559 | 7714 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
7715 | |
7716 * general/numel.m: Delete. | |
7717 | |
4535 | 7718 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7719 | |
4536 | 7720 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
7721 | |
7722 * deprecated/isstr.m: New file. | |
4535 | 7723 |
4529 | 7724 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7725 | |
7726 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
7727 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
7728 | |
4525 | 7729 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
7730 | |
7731 * statistics/base/mean.m: Fix missing semicolon problem. | |
7732 | |
4503 | 7733 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
7734 | |
7735 * plot/subplot.m: New global variable, __multiplot_scale__. | |
7736 | |
4492 | 7737 2003-08-29 David Castelow <DCastelow@Airspan.com> |
7738 | |
7739 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
7740 Allow optional length argument. | |
7741 | |
4491 | 7742 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
7743 | |
7744 * polynomial/polyfit.m: Avoid calling flipud. | |
7745 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
7746 Return structure as second output value for improved Matlab | |
7747 compatibility. | |
7748 | |
4476 | 7749 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
7750 | |
4478 | 7751 * linear-algebra/cond.m: Behave as though old built-in variable |
7752 propagate_empty_matrices is always 1. Also handle empty matrices | |
7753 with one non-zero dimension. | |
7754 | |
4476 | 7755 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
7756 warn_single_quote_string to the list. | |
4478 | 7757 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
7758 from the list. | |
4476 | 7759 |
5095 | 7760 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 7761 |
7762 * signal/autocov.m: Transpose result of conj because diag returns | |
7763 a column vector, not a row vector. | |
7764 | |
7765 * audio/playaudio.m, audio/record.m, image/image.m, | |
7766 miscellaneous/bug_report.m: Protect spaces in filenames | |
7767 with quotes. | |
7768 | |
4466 | 7769 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7770 | |
4468 | 7771 * io/printf.m, io/puts.m: Delete. |
7772 | |
4466 | 7773 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
7774 default_return_value from the list. | |
7775 Add warn_undefined_return_values to the list. | |
7776 | |
7777 | |
4464 | 7778 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7779 | |
7780 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
7781 and initialize_global_variables from the list. | |
7782 | |
4460 | 7783 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
7784 | |
4463 | 7785 * image/colormap.m: Don't save and restore default_eval_print_flag. |
7786 | |
7787 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
7788 | |
7789 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
7790 * control/system/sys2fir.m: Likewise. | |
7791 | |
7792 * control/system/is_siso.m: Use && instead of & where appropriate. | |
7793 * control/system/__tf2sysl__.m: Likewise. | |
7794 | |
7795 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
7796 | |
7797 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
7798 and [] concatenation. | |
7799 * control/system/sys2fir.m: Likewise. | |
7800 | |
7801 * control/base/dgram.m, control/base/freqchkw.m, | |
7802 control/base/gram.m, control/system/__abcddims__.m, | |
7803 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
7804 control/system/is_sample.m, control/system/is_signal_list.m, | |
7805 control/system/is_siso.m, control/system/sys2fir.m, | |
7806 control/system/syschtsam.m, control/system/sysgettsam.m, | |
7807 control/system/sysgettype.m, control/system/tf2zp.m, | |
7808 control/system/ugain.m, control/util/prompt.m, | |
7809 control/util/run_cmd.m, control/util/zgrownorm.m, | |
7810 control/util/zgshsr.m: | |
7811 Improve conformance to Octave coding style. | |
7812 | |
4461 | 7813 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
7814 the list. | |
7815 Delete resize_on_range_error from the list. | |
7816 | |
4460 | 7817 * control/base/pzmap.m, control/base/place.m, |
7818 control/base/__freqresp__.m, control/system/sysappend.m, | |
7819 control/system/syscont.m, control/system/sysdisc.m, | |
7820 control/system/sysgroup.m, control/system/tfout.m, | |
7821 control/system/zp2ss.m, control/system/zpout.m, | |
7822 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
7823 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
7824 empty_list_elements_ok. | |
7825 | |
7826 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
7827 Delete empty_list_elements_ok from the list. | |
7828 | |
4457 | 7829 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7830 | |
7831 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
7832 list. | |
7833 Delete treat_neg_dim_as_zero from the list. | |
7834 | |
7835 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
7836 | |
4451 | 7837 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7838 | |
4455 | 7839 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
7840 was not used in the code in any case). | |
7841 | |
7842 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
7843 do_fortran_indexing. | |
7844 | |
4452 | 7845 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
7846 implict_str_to_num_ok. Use unwind_protect block to do it. | |
7847 | |
4451 | 7848 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
7849 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 7850 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 7851 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
7852 warn_fortran_indexing in the list. | |
7853 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
7854 implicit_str_to_num_ok, do_fortran_indexing, and | |
7855 prefer_column_vectors from list. | |
4451 | 7856 |
4440 | 7857 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7858 | |
7859 * Makefile.in (distclean, maintainer-clean): Also remove | |
7860 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
7861 directory. | |
7862 | |
5095 | 7863 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 7864 |
7865 * plot/hist.m: Don't forget to define n if x is a vector. | |
7866 | |
5095 | 7867 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 7868 |
7869 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
7870 return "." with extension. | |
7871 | |
4422 | 7872 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7873 | |
7874 * control/base/__stepimp__.m, control/base/nichols.m, | |
7875 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
7876 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
7877 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
7878 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
7879 Eliminate gnuplot_has_multiplot (assume it is always true). | |
7880 | |
4413 | 7881 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7882 | |
7883 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
7884 | |
5095 | 7885 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 7886 |
7887 * plot/hist.m: Improve performance by using different algorithms | |
7888 depending on number of bins. | |
7889 | |
4404 | 7890 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7891 | |
7892 * control/system/sysadd.m: If systems are not "tf", convert before | |
7893 adding. | |
7894 | |
5095 | 7895 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 7896 |
7897 * image/imagesc.m: Accept data limits parameter for colormap. | |
7898 | |
5095 | 7899 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 7900 |
7901 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
7902 the impulse by t_step. | |
7903 | |
4373 | 7904 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7905 | |
7906 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
7907 column vectors. | |
7908 | |
5095 | 7909 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 7910 |
7911 * linear-algebra/null.m: Handle empty matrix arg. | |
7912 | |
4369 | 7913 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7914 | |
7915 * general/shift.m: Force empty_list_elements_ok to 1. | |
7916 | |
4358 | 7917 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7918 | |
7919 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
7920 New files. | |
7921 | |
4348 | 7922 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
7923 | |
7924 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
7925 function handle to pass to feval. | |
7926 * statistics/base/qqplot.m: Likewise. | |
7927 * statistics/base/ppplot.m: Likewise. | |
7928 * signal/spectral_xdf.m: Likewise. | |
7929 * signal/spectral_adf.m: Likewise. | |
7930 | |
4340 | 7931 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7932 | |
7933 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
7934 | |
4334 | 7935 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7936 | |
7937 * linear-algebra/logm.m: New file. | |
7938 | |
5095 | 7939 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 7940 |
7941 * mkpkgadd: Scan C++ files as well | |
7942 | |
5095 | 7943 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 7944 |
7945 * strings/findstr.m: Return empty set for zero-length target. | |
7946 | |
5095 | 7947 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 7948 |
7949 * set/union.m: Preserve the orientation of inputs. | |
7950 | |
4305 | 7951 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7952 | |
7953 * general/int2str.m: Eliminate leading spaces. | |
7954 | |
4303 | 7955 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7956 | |
7957 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
7958 | |
5095 | 7959 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 7960 |
7961 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
7962 $(BUILD_LDFLAGS) to compiler. | |
7963 | |
4295 | 7964 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7965 | |
7966 * general/num2str.m: Don't specify field width for scalars. | |
7967 | |
4292 | 7968 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7969 | |
7970 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
7971 | |
4265 | 7972 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
7973 | |
4279 | 7974 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
7975 | |
4266 | 7976 * miscellaneous/tempname.m: New file. |
7977 | |
7978 * miscellaneous/tempdir.m: New file. | |
7979 | |
4265 | 7980 * miscellaneous/fullfile.m: New file. |
7981 | |
4259 | 7982 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7983 | |
4264 | 7984 * miscellaneous/fileparts.m: New file. |
7985 | |
7986 * io/beep.m: New file. | |
7987 | |
4260 | 7988 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
7989 format only. | |
4259 | 7990 |
4257 | 7991 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7992 | |
7993 * strings/strcmp.m: Handle cell arrays of strings. | |
7994 | |
4229 | 7995 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7996 | |
7997 * general/int2str.m: Handle matrices. | |
7998 * general/num2str.m: Likewise. | |
7999 Also handle optional precision, and format args. | |
8000 | |
4225 | 8001 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8002 | |
8003 * audio/Makefile.in, control/base/Makefile.in, | |
8004 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
8005 control/system/Makefile.in, elfun/Makefile.in, | |
8006 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
8007 io/Makefile.in, linear-algebra/Makefile.in, | |
8008 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
8009 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
8010 specfun/Makefile.in, special-matrix/Makefile.in, | |
8011 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
8012 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
8013 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
8014 deprecated/Makefile.in: Use new do-script-install and | |
8015 do-script-uninstall macros. | |
8016 | |
8017 * mkpkgadd: New script. | |
8018 | |
8019 * plot/close.m: New file. | |
8020 | |
4184 | 8021 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8022 | |
8023 * image/image.m: Use -raw option for xv. | |
8024 From Remy Bruno <remy.bruno@libertysurf.fr> | |
8025 | |
4172 | 8026 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8027 | |
4174 | 8028 * control/base/lsim.m: Use approximate test for step size change. |
8029 | |
4172 | 8030 * signal/bartlett.m: Avoid row/column mismatch error. |
8031 | |
5095 | 8032 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 8033 |
8034 * statistics/base/var.m: Use better formula for improved accuracy. | |
8035 | |
5095 | 8036 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 8037 |
8038 * control/base/lsim.m: Correct doc string. | |
8039 | |
5095 | 8040 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 8041 |
8042 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
8043 | |
4148 | 8044 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8045 | |
8046 * plot/contour.m: Handle x and y as matrices too. | |
8047 | |
5095 | 8048 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 8049 |
8050 * plot/contour.m: Fix error and usage messages. | |
8051 | |
4146 | 8052 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8053 | |
8054 * plot/contour.m: Correct orientation of plot. | |
8055 | |
4139 | 8056 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
8057 | |
8058 * control/base/analdemo.m: Fix typo. | |
8059 | |
5095 | 8060 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 8061 |
8062 * statistics/distributions/discrete_pdf.m: Fix typo. | |
8063 | |
4098 | 8064 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8065 | |
8066 * mkdoc: Exit immediately on errors. | |
8067 Exit with error if gethelp does not exist. | |
8068 | |
8069 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
8070 | |
4093 | 8071 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8072 | |
8073 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
8074 | |
5095 | 8075 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 8076 |
8077 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
8078 * statistics/distributions/normal_pdf.m: Likewise. | |
8079 * statistics/distributions/normal_inv.m: Likewise. | |
8080 | |
5095 | 8081 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 8082 |
8083 * specfun/erfinv.m: Return NaN for NaN inputs. | |
8084 | |
5095 | 8085 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 8086 |
8087 * statistics/base/var.m: Handle complex values. | |
8088 | |
4031 | 8089 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8090 | |
8091 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
8092 list. | |
8093 * deprecated/Makefile.in: New file. | |
8094 | |
5095 | 8095 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 8096 |
8097 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
8098 * statistics/distributions/binomial_cdf.m: Likewise. | |
8099 * statistics/distributions/f_cdf.m: Likewise. | |
8100 * statistics/distributions/t_cdf.m: Likewise. | |
8101 | |
8102 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
8103 * specfun/beta.m: Likewise. | |
8104 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
8105 * statistics/distributions/gamma_pdf.m: Likewise. | |
8106 * statistics/distributions/poisson_pdf.m: Likewise. | |
8107 | |
8108 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
8109 * statistics/distributions/poisson_cdf.m: Likewise. | |
8110 | |
4026 | 8111 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8112 | |
4028 | 8113 * deprecated/is_bool.m: New file. |
8114 * deprecated/is_complex.m: New file. | |
8115 * deprecated/is_global.m: New file. | |
8116 * deprecated/is_list.m: New file. | |
8117 * deprecated/is_matrix.m: New file. | |
8118 * deprecated/is_scalar.m: New file. | |
8119 * deprecated/is_square.m: New file. | |
8120 * deprecated/is_stream.m: New file. | |
8121 * deprecated/is_struct.m: New file. | |
8122 * deprecated/is_symmetric.m: New file. | |
8123 * deprecated/is_vector.m: New file. | |
4030 | 8124 * Change all callers of these functions to use the new names. |
4028 | 8125 |
4029 | 8126 * deprecated: New directory. |
8127 * Makefile.in (SUBDIRS): Add it to the list. | |
8128 | |
4026 | 8129 * general/isscalar.m: Rename from is_scalar.m. |
8130 * general/issquare.m: Rename from is_square.m. | |
8131 * general/issymmetric.m: Rename from is_symmetric.m. | |
8132 * general/isvector.m: Rename from is_vector.m. | |
8133 | |
4022 | 8134 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8135 | |
8136 * statistics/base/mean.m: Allow empty matrices. | |
8137 Handle DIM arg. | |
8138 | |
5095 | 8139 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 8140 |
8141 * plot/__errcomm__.m: If format is not specified, default to error | |
8142 bar format. | |
8143 | |
4011 | 8144 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8145 | |
8146 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
8147 __F_SETFL__ and __O_NONBLOCK__. | |
8148 | |
8149 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
8150 * miscellaneous/bug_report.m: Likewise. | |
8151 | |
4007 | 8152 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8153 | |
4008 | 8154 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
8155 * general/rem.m: Likewise. | |
8156 | |
8157 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
8158 * plot/semilogxerr.m: Likewise. | |
4007 | 8159 * plot/semilogyerr.m: Likewise. |
8160 | |
5095 | 8161 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 8162 |
8163 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
8164 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
8165 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
8166 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
8167 | |
8168 * plot/errorbar.m: Use __errcomm__.m. | |
8169 * plot/__errplot__.m: Minor cleanups. | |
8170 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
8171 * plot/__pltopt1__.m: Likewise. | |
8172 | |
3980 | 8173 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8174 | |
3981 | 8175 * general/rem.m: Delete redundant call to usage. |
8176 | |
3980 | 8177 * general/mod.m: Additional error checks, Texinfoize doc string. |
8178 | |
5095 | 8179 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 8180 |
8181 * general/mod.m: New function. | |
8182 | |
3979 | 8183 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8184 | |
8185 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
8186 * control/system/sysadd.m: Likewise. | |
8187 * control/system/sysgroup.m: Likewise. | |
8188 * control/system/syssub.m: Likewise. | |
8189 * elfun/gcd.m: Likewise. | |
8190 * elfun/lcm.m: Likewise. | |
8191 * general/common_size.m: Likewise. | |
8192 * io/printf.m: Likewise. | |
8193 * miscellaneous/menu.m: Likewise. | |
8194 * miscellaneous/path.m: Likewise. | |
8195 * plot/__errplot__.m: Likewise. | |
8196 * plot/__plt__.m: Likewise. | |
8197 * plot/axis.m: Likewise. | |
8198 * plot/errorbar.m: Likewise. | |
8199 * plot/mplot.m: Likewise. | |
8200 * plot/loglog.m: Likewise. | |
8201 * plot/plot.m: Likewise. | |
8202 * plot/plot_border.m: Likewise. | |
8203 * plot/semilogx.m: Likewise. | |
8204 * plot/semilogy.m: Likewise. | |
8205 * plot/xlabel.m: Likewise. | |
8206 * plot/ylabel.m: Likewise. | |
8207 * plot/zlabel.m: Likewise. | |
8208 * statistics/base/ppplot.m: Likewise. | |
8209 * statistics/base/qqplot.m: Likewise. | |
8210 * statistics/tests/bartlett_test.m: Likewise. | |
8211 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
8212 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
8213 * strings/str2mat.m: Likewise. | |
8214 * strings/strcat.m: Likewise. | |
8215 | |
5095 | 8216 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 8217 |
8218 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
8219 | |
3924 | 8220 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8221 | |
8222 * skip-autoheader: New file, for autogen.sh. | |
3925 | 8223 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 8224 |
5095 | 8225 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 8226 |
8227 * general/repmat.m: New function. | |
8228 | |
5095 | 8229 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 8230 |
8231 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
8232 Use optional parameter to specify the number of bits in the input. | |
8233 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
8234 floats in the range [-1,1], 2x speedup. | |
8235 | |
8236 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
8237 | |
3910 | 8238 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8239 | |
8240 * linear-algebra/kron.m: Delete. | |
8241 | |
5095 | 8242 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 8243 |
8244 * signal/freqz.m: If nargout is zero, plot results instead of | |
8245 returning them. | |
8246 * signal/freqz_plot.m: New file. | |
8247 | |
5095 | 8248 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 8249 |
5378 | 8250 * signal/unwrap.m: New file. |
3906 | 8251 |
5095 | 8252 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 8253 |
8254 * image/rgb2hsv.m: Faster, more accurate, remove the | |
8255 divide by zero warning. | |
8256 | |
5095 | 8257 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 8258 |
3894 | 8259 * strings/deblank.m: Trim \0 as well as blank. |
8260 | |
5378 | 8261 * freqz.m: Evaluate a specific range of frequencies |
3893 | 8262 expressed in radians or Hz relative to a supplied sample rate. |
8263 | |
5095 | 8264 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 8265 |
8266 * signal/fftfilt.m: Filter columns if called with a matrix. | |
8267 | |
3891 | 8268 * strings/findstr.m: Vectorize as much as possible. |
8269 | |
5095 | 8270 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 8271 |
8272 * special-matrix/invhilb.m: New version that is faster and more | |
8273 accurate. | |
8274 | |
5095 | 8275 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 8276 |
8277 * configure.in: Update for autoconf 2.5x. | |
8278 | |
5095 | 8279 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 8280 |
8281 * special-matrix/vander.m: Code tidy and vectorize. | |
8282 | |
5095 | 8283 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 8284 |
3883 | 8285 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
8286 to vectors. Issue a warning in the case x matches y' but return a | |
8287 column vector as Octave currently does. | |
8288 | |
3882 | 8289 * plot/contour.m: Set default number of levels for contour(x,y,z). |
8290 | |
8291 * control/system/starp.m: Leave more of the documentation | |
8292 processing to texinfo and less to the @format block. | |
8293 | |
8294 * image/imagesc.m: Only display image if no output is requested. | |
8295 Code tidying. | |
8296 | |
3876 | 8297 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8298 | |
8299 * statistics/base/center.m: Accept and return empty matrix. | |
8300 | |
3872 | 8301 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8302 | |
8303 * specfun/erfinv.m: Fix usage message. | |
8304 | |
3869 | 8305 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8306 | |
8307 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
8308 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
8309 | |
3837 | 8310 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8311 | |
8312 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
8313 capitalized variable names. | |
8314 | |
3836 | 8315 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
8316 | |
8317 * m/image/saveimage.m: fix saving an image to Postscript format. | |
8318 | |
5095 | 8319 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 8320 |
8321 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
8322 | |
3803 | 8323 2001-02-28 Kai Habel <kai.habel@gmx.de> |
8324 | |
3833 | 8325 * general/cart2pol.m: New file. |
8326 * general/pol2cart.m: New file. | |
8327 * general/cart2sph.m: New file. | |
8328 * general/sph2cart.m: New file. | |
8329 * image/rgb2hsv.m: New file. | |
8330 * image/hsv2rgb.m: New file. | |
3803 | 8331 |
8332 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
8333 | |
8334 * plot/meshgrid.m: Avoid for loops. | |
8335 * plot/meshdom.m: Likewise. | |
8336 | |
3801 | 8337 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8338 | |
8339 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
8340 | |
8341 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
8342 | |
8343 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
8344 norm. | |
8345 | |
3792 | 8346 2001-02-09 David Livings <david.livings@asa.co.uk> |
8347 | |
8348 * statistics/tests/welch_test.m: Fix typo. | |
8349 | |
8350 * statistics/distributions/chisquare_cdf.m: | |
8351 Don't restrict inputs to be only positive integers. | |
8352 * statistics/distributions/chisquare_inv.m: Likewise. | |
8353 * statistics/distributions/chisquare_pdf.m: Likewise. | |
8354 * statistics/distributions/chisquare_rnd.m: Likewise. | |
8355 * statistics/distributions/f_cdf.m: Likewise. | |
8356 * statistics/distributions/f_inv.m: Likewise. | |
8357 * statistics/distributions/f_pdf.m: Likewise. | |
8358 * statistics/distributions/f_rnd.m: Likewise. | |
8359 * statistics/distributions/t_cdf.m: Likewise. | |
8360 * statistics/distributions/t_inv.m: Likewise. | |
8361 * statistics/distributions/t_pdf.m: Likewise. | |
8362 * statistics/distributions/t_rnd.m: Likewise. | |
8363 | |
3790 | 8364 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8365 | |
8366 * strings/dec2base.m: New file. | |
8367 * strings/base2dec.m: New file. | |
8368 * strings/strjust.m: New file. | |
8369 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
8370 * strings/dec2bin.m: Likewise. | |
8371 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
8372 * strings/bin2dec.m: Likewise. | |
8373 | |
5095 | 8374 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 8375 |
8376 * statistics/base/ppplot.m: Use gset, not set. | |
8377 * statistics/base/qqplot.m: Likewise. | |
8378 | |
5095 | 8379 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 8380 |
8381 * control/system/c2d.m: Add missing endif. | |
8382 | |
3759 | 8383 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8384 | |
8385 * strings/index.m: Return 0 if either string is empty. | |
8386 | |
8387 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
8388 | |
8389 * control/system/c2d.m: Allow option of matched pole/zero | |
8390 equivalent for conversion. | |
8391 | |
8392 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
8393 | |
8394 * strings/findstr.m: Return empty matrix if search string is empty. | |
8395 | |
3757 | 8396 2000-12-15 Kai Habel <kai.habel@gmx.de> |
8397 | |
8398 * saveimage.m: Do create rawbit image for black and white images, | |
8399 but do it correctly. | |
8400 | |
3754 | 8401 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8402 | |
6778 | 8403 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
8404 result polynomials. | |
3754 | 8405 |
3748 | 8406 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8407 | |
8408 * image/saveimage.m: Don't try to create rawbit image. | |
8409 | |
3740 | 8410 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8411 | |
8412 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
8413 | |
5095 | 8414 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 8415 |
8416 * plot/contour.m: Reorder args for Matlab compatibility. | |
8417 | |
3727 | 8418 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
8419 | |
8420 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
8421 | |
3717 | 8422 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8423 | |
3718 | 8424 * plot/errorbar.m, plot/__errplot__.m: New functions. |
8425 | |
3717 | 8426 * plot/mesh.m: Also set nologscale before plotting. |
8427 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
8428 xyerrorbars instead of just errorbars. | |
8429 | |
3714 | 8430 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
8431 | |
8432 * image/image.m: Try display (from ImageMagick) first. | |
8433 | |
3709 | 8434 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
8435 | |
8436 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
8437 conjugate transpose. | |
8438 | |
3705 | 8439 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8440 | |
8441 * strings/str2mat.m: Apply setstr to each argument. | |
8442 | |
3696 | 8443 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
8444 | |
8445 * control/base/dkalman.m: New file. | |
8446 * control/base/dlqe.m: Handle singular A matrix. | |
8447 * control/base/dlqr.m: Likewise. | |
8448 | |
3695 | 8449 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8450 | |
8451 * strings/strcmp.m: Return 0 instead of an error if row and column | |
8452 dimensions don't match. | |
8453 | |
3690 | 8454 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
8455 | |
8456 * plot/hist.m: Allow 3 argument form to work. | |
8457 | |
5095 | 8458 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 8459 |
8460 * plot/plot.m: Add examples in doc string. | |
8461 | |
5095 | 8462 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 8463 |
8464 * control/base/__stepimp__.m: Reset multiplot state when done. | |
8465 Do the right thing even if automatic_replot is not zero. | |
8466 Avoid failure if system has pure imaginary poles. | |
8467 | |
3674 | 8468 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8469 | |
8470 * general/logical.m: Return arg if it is empty. Better error | |
8471 message for non-numeric types. | |
8472 | |
5095 | 8473 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 8474 |
8475 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
8476 about difference with Matlab dlqe function. | |
8477 | |
8478 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
8479 | |
5095 | 8480 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 8481 |
8482 * strings/strrep.m: Fix typo. | |
8483 | |
3666 | 8484 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8485 | |
8486 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
8487 | |
5095 | 8488 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 8489 |
8490 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 8491 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 8492 |
5095 | 8493 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 8494 |
8495 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
8496 guess for iteration. | |
8497 | |
3651 | 8498 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8499 | |
8500 * image/image.m: Allow image (A) or image (x, y, A). | |
8501 * image/imagesc.m: Likewise. | |
8502 | |
8503 * image/image.m: If zoom is not supplied, or if it is an empty | |
8504 matrix, autoscale the image. | |
8505 | |
3618 | 8506 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8507 | |
3619 | 8508 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
8509 Undo string escapes in text twice(!) before sending to gnuplot. | |
8510 | |
3618 | 8511 * image/saveimage.m: Add comment to file saying who created it and |
8512 when it was created. Suggested by Stephen Eglen | |
8513 <stephen@cogsci.ed.ac.uk>. | |
8514 | |
5095 | 8515 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 8516 |
8517 * polynomial/polyreduce.m: Simplify by looking for the first | |
8518 non-zero element rather than the last of the first set of zero | |
8519 elements. | |
8520 | |
8521 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
8522 | |
5095 | 8523 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 8524 |
8525 * image/saveimage.m: Swap black and white colormaps so zero is | |
8526 displayed as black and 1 is displayed as white. | |
8527 Fix indexing bug in ppm case. | |
8528 | |
3604 | 8529 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
8530 | |
8531 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
8532 between the two distributions (took same approach as ks.test() in R.) | |
8533 | |
3603 | 8534 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8535 | |
8536 * control/base/bode.m: Temporarily disable automatic_replot. | |
8537 | |
3599 | 8538 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8539 | |
3601 | 8540 * Makefile.in (clean): Also remove gethelp. |
8541 | |
3599 | 8542 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
8543 | |
5095 | 8544 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 8545 |
8546 * set/create_set.m: Use find to avoid while loop. | |
8547 | |
5095 | 8548 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 8549 |
8550 * plot/hist.m: New optional third argument. | |
8551 | |
8552 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8553 | |
8554 * miscellaneous/bug_report.m: Use octave-bug script with version | |
8555 number appended. | |
8556 | |
3575 | 8557 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8558 | |
8559 * gethelp.cc: Sprinkle with std:: qualifier. | |
8560 | |
3498 | 8561 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8562 | |
8563 * image/saveimage.m: Delete some debugging code. | |
8564 | |
3486 | 8565 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
8566 | |
8567 * signal/sinc.m: Avoid reshaping. | |
8568 | |
8569 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
8570 * image/ind2rgb.m: Ditto. | |
8571 * image/ind2gray.m: Ditto. | |
8572 * general/reshape.m: Ditto. Also no longer needs to reset | |
8573 implicit_str_to_num_ok. | |
8574 | |
3483 | 8575 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
8576 | |
8577 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
8578 a list of file structures, not a vector of numeric file ids. | |
8579 | |
3474 | 8580 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8581 | |
3476 | 8582 * plot/__axis_label__.m: New function. |
8583 Undo string escapes in text twice(!) before sending to gnuplot. | |
8584 * plot/xlabel.m: Use it. | |
8585 * plot/ylabel.m: Ditto. | |
8586 * plot/zlabel.m: Ditto. | |
8587 | |
3474 | 8588 * plot/mesh.m: Fix error message to reflect reality. |
8589 | |
5095 | 8590 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 8591 |
8592 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
8593 | |
5095 | 8594 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 8595 |
8596 * audio/saveaudio.m: Also accept files with .ul extension. | |
8597 * audio/loadaudio.m: Ditto. | |
8598 * audio/playaudio.m: Ditto. | |
8599 | |
3456 | 8600 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8601 | |
8602 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
8603 * statistics/distributions/beta_inv.m: Ditto. | |
8604 * statistics/distributions/beta_pdf.m: Ditto. | |
8605 * statistics/distributions/beta_rnd.m: Ditto. | |
8606 * statistics/distributions/binomial_cdf.m: Ditto. | |
8607 * statistics/distributions/binomial_inv.m: Ditto. | |
8608 * statistics/distributions/binomial_pdf.m: Ditto. | |
8609 * statistics/distributions/binomial_rnd.m: Ditto. | |
8610 * statistics/distributions/cauchy_cdf.m: Ditto. | |
8611 * statistics/distributions/cauchy_inv.m: Ditto. | |
8612 * statistics/distributions/cauchy_pdf.m: Ditto. | |
8613 * statistics/distributions/cauchy_rnd.m: Ditto. | |
8614 * statistics/distributions/chisquare_cdf.m: Ditto. | |
8615 * statistics/distributions/chisquare_inv.m: Ditto. | |
8616 * statistics/distributions/chisquare_pdf.m: Ditto. | |
8617 * statistics/distributions/chisquare_rnd.m: Ditto. | |
8618 * statistics/distributions/discrete_cdf.m: Ditto. | |
8619 * statistics/distributions/discrete_inv.m: Ditto. | |
8620 * statistics/distributions/discrete_pdf.m: Ditto. | |
8621 * statistics/distributions/discrete_rnd.m: Ditto. | |
8622 * statistics/distributions/empirical_cdf.m: Ditto. | |
8623 * statistics/distributions/empirical_inv.m: Ditto. | |
8624 * statistics/distributions/empirical_pdf.m: Ditto. | |
8625 * statistics/distributions/empirical_rnd.m: Ditto. | |
8626 * statistics/distributions/exponential_cdf.m: Ditto. | |
8627 * statistics/distributions/exponential_inv.m: Ditto. | |
8628 * statistics/distributions/exponential_pdf.m: Ditto. | |
8629 * statistics/distributions/exponential_rnd.m: Ditto. | |
8630 * statistics/distributions/f_cdf.m: Ditto. | |
8631 * statistics/distributions/f_inv.m: Ditto. | |
8632 * statistics/distributions/f_pdf.m: Ditto. | |
8633 * statistics/distributions/f_rnd.m: Ditto. | |
8634 * statistics/distributions/gamma_cdf.m: Ditto. | |
8635 * statistics/distributions/gamma_inv.m: Ditto. | |
8636 * statistics/distributions/gamma_pdf.m: Ditto. | |
8637 * statistics/distributions/gamma_rnd.m: Ditto. | |
8638 * statistics/distributions/geometric_cdf.m: Ditto. | |
8639 * statistics/distributions/geometric_inv.m: Ditto. | |
8640 * statistics/distributions/geometric_pdf.m: Ditto. | |
8641 * statistics/distributions/geometric_rnd.m: Ditto. | |
8642 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
8643 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
8644 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
8645 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
8646 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
8647 * statistics/distributions/laplace_cdf.m: Ditto. | |
8648 * statistics/distributions/laplace_inv.m: Ditto. | |
8649 * statistics/distributions/laplace_pdf.m: Ditto. | |
8650 * statistics/distributions/laplace_rnd.m: Ditto. | |
8651 * statistics/distributions/logistic_cdf.m: Ditto. | |
8652 * statistics/distributions/logistic_inv.m: Ditto. | |
8653 * statistics/distributions/logistic_pdf.m: Ditto. | |
8654 * statistics/distributions/logistic_rnd.m: Ditto. | |
8655 * statistics/distributions/lognormal_cdf.m: Ditto. | |
8656 * statistics/distributions/lognormal_inv.m: Ditto. | |
8657 * statistics/distributions/lognormal_pdf.m: Ditto. | |
8658 * statistics/distributions/lognormal_rnd.m: Ditto. | |
8659 * statistics/distributions/normal_cdf.m: Ditto. | |
8660 * statistics/distributions/normal_inv.m: Ditto. | |
8661 * statistics/distributions/normal_pdf.m: Ditto. | |
8662 * statistics/distributions/normal_rnd.m: Ditto. | |
8663 * statistics/distributions/pascal_cdf.m: Ditto. | |
8664 * statistics/distributions/pascal_inv.m: Ditto. | |
8665 * statistics/distributions/pascal_pdf.m: Ditto. | |
8666 * statistics/distributions/pascal_rnd.m: Ditto. | |
8667 * statistics/distributions/poisson_cdf.m: Ditto. | |
8668 * statistics/distributions/poisson_inv.m: Ditto. | |
8669 * statistics/distributions/poisson_pdf.m: Ditto. | |
8670 * statistics/distributions/poisson_rnd.m: Ditto. | |
8671 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
8672 * statistics/distributions/stdnormal_inv.m: Ditto. | |
8673 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
8674 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
8675 * statistics/distributions/t_cdf.m: Ditto. | |
8676 * statistics/distributions/t_inv.m: Ditto. | |
8677 * statistics/distributions/t_pdf.m: Ditto. | |
8678 * statistics/distributions/t_rnd.m: Ditto. | |
8679 * statistics/distributions/uniform_cdf.m: Ditto. | |
8680 * statistics/distributions/uniform_inv.m: Ditto. | |
8681 * statistics/distributions/uniform_pdf.m: Ditto. | |
8682 * statistics/distributions/uniform_rnd.m: Ditto. | |
8683 * statistics/distributions/weibull_cdf.m: Ditto. | |
8684 * statistics/distributions/weibull_inv.m: Ditto. | |
8685 * statistics/distributions/weibull_pdf.m: Ditto. | |
8686 * statistics/distributions/weibull_rnd.m: Ditto. | |
8687 * statistics/distributions/wiener_rnd.m: Ditto. | |
8688 | |
3453 | 8689 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8690 | |
8691 * statistics/base/values.m: Texinfoize doc string. | |
8692 * statistics/base/var.m: Ditto. | |
8693 * statistics/base/table.m: Ditto. | |
8694 * statistics/base/studentize.m: Ditto. | |
8695 * statistics/base/statistics.m: Ditto. | |
8696 * statistics/base/spearman.m: Ditto. | |
8697 * statistics/base/run_count.m: Ditto. | |
8698 * statistics/base/ranks.m: Ditto. | |
8699 * statistics/base/range.m: Ditto. | |
8700 * statistics/base/qqplot.m: Ditto. | |
8701 * statistics/base/probit.m: Ditto. | |
8702 * statistics/base/ppplot.m: Ditto. | |
8703 * statistics/base/moment.m: Ditto. | |
8704 * statistics/base/meansq.m: Ditto. | |
8705 * statistics/base/logit.m: Ditto. | |
8706 * statistics/base/kendall.m: Ditto. | |
8707 * statistics/base/iqr.m: Ditto. | |
8708 * statistics/base/cut.m: Ditto. | |
8709 * statistics/base/cor.m: Ditto. | |
8710 * statistics/base/cloglog.m: Ditto. | |
8711 * statistics/base/center.m: Ditto. | |
3454 | 8712 * statistics/models/logistic_regression.m: Ditto. |
8713 * statistics/models/logistic_regression_derivative.m: Ditto. | |
8714 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
8715 * statistics/tests/anova.m: Ditto. | |
8716 * statistics/tests/bartlett_test.m: Ditto. | |
8717 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
8718 * statistics/tests/chisquare_test_independence.m: Ditto. | |
8719 * statistics/tests/cor_test.m: Ditto. | |
8720 * statistics/tests/f_test_regression.m: Ditto. | |
8721 * statistics/tests/hotelling_test.m: Ditto. | |
8722 * statistics/tests/hotelling_test_2.m: Ditto. | |
8723 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
8724 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
8725 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
8726 * statistics/tests/manova.m: Ditto. | |
8727 * statistics/tests/mcnemar_test.m: Ditto. | |
8728 * statistics/tests/prop_test_2.m: Ditto. | |
8729 * statistics/tests/run_test.m: Ditto. | |
8730 * statistics/tests/sign_test.m: Ditto. | |
8731 * statistics/tests/t_test.m: Ditto. | |
8732 * statistics/tests/t_test_2.m: Ditto. | |
8733 * statistics/tests/t_test_regression.m: Ditto. | |
8734 * statistics/tests/u_test.m: Ditto. | |
8735 * statistics/tests/var_test.m: Ditto. | |
8736 * statistics/tests/welch_test.m: Ditto. | |
8737 * statistics/tests/wilcoxon_test.m: Ditto. | |
8738 * statistics/tests/z_test.m: Ditto. | |
8739 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 8740 |
3446 | 8741 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8742 | |
8743 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 8744 * plot/__plr1__.m: Ditto. |
8745 * plot/__pltopt__.m: Ditto. | |
8746 * plot/__plt__.m: Ditto. | |
8747 * plot/__plt2vv__.m: Ditto. | |
8748 * plot/__plr2__.m: Ditto. | |
8749 * plot/__plr__.m: Ditto. | |
8750 * plot/__plt1__.m: Ditto. | |
8751 * plot/__plt2__.m: Ditto. | |
8752 * plot/__plt2mm__.m: Ditto. | |
8753 * plot/__plt2mv__.m: Ditto. | |
8754 * plot/__plt2ss__.m: Ditto. | |
8755 * miscellaneous/paren.m: Ditto. | |
8756 * miscellaneous/comma.m: Ditto. | |
8757 * miscellaneous/semicolon.m: Ditto. | |
8758 * miscellaneous/path.m: Ditto. | |
8759 * miscellaneous/list_primes.m: Ditto. | |
8760 * miscellaneous/flops.m: Ditto. | |
8761 * miscellaneous/dump_prefs.m: Ditto. | |
8762 * miscellaneous/bug_report.m: Ditto. | |
8763 * linear-algebra/dot.m: Ditto | |
8764 * linear-algebra/dmult.m: Ditto. | |
8765 * general/randperm.m: Ditto. | |
8766 * general/logical.m: Ditto. | |
8767 * general/is_duplicate_entry.m: Ditto. | |
8768 * signal/arch_fit.m: Ditto. | |
8769 * signal/arch_rnd.m: Ditto. | |
8770 * signal/arch_test.m: Ditto. | |
8771 * signal/arma_rnd.m: Ditto. | |
8772 * signal/autocor.m: Ditto. | |
8773 * signal/autocov.m: Ditto. | |
8774 * signal/autoreg_matrix.m: Ditto. | |
8775 * signal/bartlett.m: Ditto. | |
8776 * signal/blackman.m: Ditto. | |
8777 * signal/detrend.m: Ditto. | |
8778 * signal/diffpara.m: Ditto. | |
8779 * signal/durbinlevinson.m: Ditto. | |
8780 * signal/fftconv.m: Ditto. | |
8781 * signal/fftfilt.m: Ditto. | |
8782 * signal/fftshift.m: Ditto. | |
8783 * signal/fractdiff.m: Ditto. | |
8784 * signal/freqz.m: Ditto. | |
8785 * signal/hamming.m: Ditto. | |
8786 * signal/hanning.m: Ditto. | |
8787 * signal/hurst.m: Ditto. | |
8788 * signal/periodogram.m: Ditto. | |
8789 * signal/rectangle_lw.m: Ditto. | |
8790 * signal/rectangle_sw.m: Ditto. | |
8791 * signal/sinc.m: Ditto. | |
8792 * signal/sinetone.m: Ditto. | |
8793 * signal/sinewave.m: Ditto. | |
8794 * signal/spectral_adf.m: Ditto. | |
8795 * signal/spectral_xdf.m: Ditto. | |
8796 * signal/spencer.m: Ditto. | |
8797 * signal/stft.m: Ditto. | |
8798 * signal/synthesis.m: Ditto. | |
8799 * signal/triangle_lw.m: Ditto. | |
8800 * signal/triangle_sw.m: Ditto. | |
8801 * signal/yulewalker.m: Ditto. | |
3450 | 8802 * control/util/strappend.m: Ditto. |
3451 | 8803 * control/base/nichols.m: Ditto. |
3452 | 8804 * control/system/is_signal_list.m: Ditto. |
8805 * control/system/listidx.m: Ditto. | |
8806 * control/system/sysgettsam.m: Ditto. | |
8807 * control/system/sysidx.m: Ditto. | |
3446 | 8808 |
3438 | 8809 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8810 | |
8811 * control/system/__abcddims__.m: Rename from | |
8812 control/system/abcddims.m, change all callers. | |
8813 * control/base/__bodquist__.m: Likewise. | |
8814 * control/base/__freqresp__.m: Likewise. | |
8815 * control/util/__outlist__.m: Likewise. | |
8816 * control/base/__stepimp__.m: Likewise. | |
8817 * control/system/__syschnamesl__.m: Likewise. | |
8818 * control/system/__syscont_disc__.m: Likewise. | |
8819 * control/system/__sysdefioname__.m: Likewise. | |
8820 * control/system/__sysdefstname__.m: Likewise. | |
8821 * control/system/__sysgroupn__.m: Likewise. | |
8822 * control/system/__tf2sysl__.m: Likewise. | |
8823 * control/util/__zgpbal__.m: Likewise. | |
8824 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 8825 |
8826 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 8827 * quaternion/qconj.m: Ditto. |
8828 * quaternion/qcoordinate_plot.m: Ditto. | |
8829 * quaternion/qderiv.m: Ditto. | |
8830 * quaternion/qderivmat.m: Ditto. | |
8831 * quaternion/qinv.m: Ditto. | |
8832 * quaternion/qmult.m: Ditto. | |
8833 * quaternion/qtrans.m: Ditto. | |
8834 * quaternion/qtransv.m: Ditto. | |
8835 * quaternion/qtransvmat.m: Ditto. | |
8836 * quaternion/quaternion.m: Ditto. | |
3438 | 8837 |
3436 | 8838 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8839 | |
8840 * control/base/Makefile.in: Ditto. | |
8841 * control/hinf/Makefile.in: New file. | |
8842 * control/marsyas/Makefile.in: Ditto. | |
8843 * control/obsolete/Makefile.in: Ditto. | |
8844 * control/system/Makefile.in: Ditto. | |
8845 * control/util/Makefile.in: Ditto. | |
8846 | |
8847 * strings/com2str.m: Move here from control directory. | |
8848 | |
8849 * control/base: New directory. | |
8850 * control/base/DEMOcontrol.m: Move here from control directory. | |
8851 * control/base/analdemo.m: Ditto. | |
8852 * control/base/are.m: Ditto. | |
8853 * control/base/bddemo.m: Ditto. | |
8854 * control/base/bode.m: Ditto. | |
8855 * control/base/bode_bounds.m: Ditto. | |
8856 * control/base/bodquist.m: Ditto. | |
8857 * control/base/controldemo.m: Ditto. | |
8858 * control/base/ctrb.m: Ditto. | |
8859 * control/base/damp.m: Ditto. | |
8860 * control/base/dare.m: Ditto. | |
8861 * control/base/dcgain.m: Ditto. | |
8862 * control/base/dgram.m: Ditto. | |
8863 * control/base/dlqe.m: Ditto. | |
8864 * control/base/dlqr.m: Ditto. | |
8865 * control/base/dlyap.m: Ditto. | |
8866 * control/base/dre.m: Ditto. | |
8867 * control/base/frdemo.m: Ditto. | |
8868 * control/base/freqchkw.m: Ditto. | |
8869 * control/base/freqresp.m: Ditto. | |
8870 * control/base/gram.m: Ditto. | |
8871 * control/base/impulse.m: Ditto. | |
8872 * control/base/lqe.m: Ditto. | |
8873 * control/base/lqg.m: Ditto. | |
8874 * control/base/lqr.m: Ditto. | |
8875 * control/base/lsim.m: Ditto. | |
8876 * control/base/ltifr.m: Ditto. | |
8877 * control/base/lyap.m: Ditto. | |
8878 * control/base/nichols.m: Ditto. | |
8879 * control/base/nyquist.m: Ditto. | |
8880 * control/base/obsv.m: Ditto. | |
8881 * control/base/place.m: Ditto. | |
8882 * control/base/pzmap.m: Ditto. | |
8883 * control/base/rldemo.m: Ditto. | |
8884 * control/base/rlocus.m: Ditto. | |
8885 * control/base/step.m: Ditto. | |
8886 * control/base/stepimp.m: Ditto. | |
8887 * control/base/tzero.m: Ditto. | |
8888 * control/base/tzero2.m: Ditto. | |
8889 | |
8890 * control/hinf: New directory. | |
8891 * control/hinf/dhinfdemo.m: Move here from control directory. | |
8892 * control/hinf/h2norm.m: Ditto. | |
8893 * control/hinf/h2syn.m: Ditto. | |
8894 * control/hinf/hinf_ctr.m: Ditto. | |
8895 * control/hinf/hinfdemo.m: Ditto. | |
8896 * control/hinf/hinfnorm.m: Ditto. | |
8897 * control/hinf/hinfsyn.m: Ditto. | |
8898 * control/hinf/hinfsyn_chk.m: Ditto. | |
8899 * control/hinf/hinfsyn_ric.m: Ditto. | |
8900 * control/hinf/wgt1o.m: Ditto. | |
3441 | 8901 * control/hinf/dgkfdemo.m: Ditto. |
8902 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 8903 |
8904 * control/marsyas: New directory. | |
8905 * control/marsyas/demomarsyas.m: Move here from control directory. | |
8906 * control/marsyas/susball.m: Ditto. | |
8907 | |
8908 * control/obsolete/dezero.m: Move here from control directory. | |
8909 * control/obsolete/rotg.m: Ditto. | |
8910 | |
8911 * control/system: New directory. | |
8912 * control/system/abcddim.m: Move here from control directory. | |
8913 * control/system/abcddims.m: Ditto. | |
8914 * control/system/buildssic.m: Ditto. | |
8915 * control/system/c2d.m: Ditto. | |
8916 * control/system/d2c.m: Ditto. | |
8917 * control/system/dmr2d.m: Ditto. | |
8918 * control/system/fir2sys.m: Ditto. | |
8919 * control/system/is_abcd.m: Ditto. | |
8920 * control/system/is_digital.m: Ditto. | |
8921 * control/system/is_sample.m: Ditto. | |
8922 * control/system/is_signal_list.m: Ditto. | |
8923 * control/system/is_siso.m: Ditto. | |
3441 | 8924 * control/system/is_controllable.m: Ditto. |
8925 * control/system/is_detectable.m: Ditto. | |
8926 * control/system/is_observable.m: Ditto. | |
8927 * control/system/is_stabilizable.m: Ditto. | |
8928 * control/system/is_stable.m: Ditto. | |
3436 | 8929 * control/system/jet707.m: Ditto. |
8930 * control/system/listidx.m: Ditto. | |
8931 * control/system/moddemo.m: Ditto. | |
8932 * control/system/ord2.m: Ditto. | |
8933 * control/system/packedform.m: Ditto. | |
8934 * control/system/parallel.m: Ditto. | |
8935 * control/system/ss2sys.m: Ditto. | |
8936 * control/system/ss2tf.m: Ditto. | |
8937 * control/system/ss2zp.m: Ditto. | |
8938 * control/system/starp.m: Ditto. | |
8939 * control/system/sys2fir.m: Ditto. | |
8940 * control/system/sys2ss.m: Ditto. | |
8941 * control/system/sys2tf.m: Ditto. | |
8942 * control/system/sys2zp.m: Ditto. | |
8943 * control/system/sysadd.m: Ditto. | |
8944 * control/system/sysappend.m: Ditto. | |
8945 * control/system/syschnamesl.m: Ditto. | |
8946 * control/system/syschtsam.m: Ditto. | |
8947 * control/system/sysconnect.m: Ditto. | |
8948 * control/system/syscont.m: Ditto. | |
8949 * control/system/syscont_disc.m: Ditto. | |
8950 * control/system/sysdefioname.m: Ditto. | |
8951 * control/system/sysdefstname.m: Ditto. | |
8952 * control/system/sysdimensions.m: Ditto. | |
8953 * control/system/sysdisc.m: Ditto. | |
8954 * control/system/sysdup.m: Ditto. | |
8955 * control/system/sysgetsignals.m: Ditto. | |
8956 * control/system/sysgettsam.m: Ditto. | |
8957 * control/system/sysgettype.m: Ditto. | |
8958 * control/system/sysgroup.m: Ditto. | |
8959 * control/system/sysgroupn.m: Ditto. | |
8960 * control/system/sysidx.m: Ditto. | |
8961 * control/system/sysmin.m: Ditto. | |
8962 * control/system/sysmult.m: Ditto. | |
8963 * control/system/sysout.m: Ditto. | |
8964 * control/system/sysprune.m: Ditto. | |
8965 * control/system/sysreorder.m: Ditto. | |
8966 * control/system/sysrepdemo.m: Ditto. | |
8967 * control/system/sysscale.m: Ditto. | |
8968 * control/system/syssetsignals.m: Ditto. | |
8969 * control/system/syssub.m: Ditto. | |
8970 * control/system/sysupdate.m: Ditto. | |
8971 * control/system/tf2ss.m: Ditto. | |
8972 * control/system/tf2sys.m: Ditto. | |
8973 * control/system/tf2sysl.m: Ditto. | |
8974 * control/system/tf2zp.m: Ditto. | |
8975 * control/system/tfout.m: Ditto. | |
8976 * control/system/ugain.m: Ditto. | |
8977 * control/system/zp2ss.m: Ditto. | |
8978 * control/system/zp2ssg2.m: Ditto. | |
8979 * control/system/zp2sys.m: Ditto. | |
8980 * control/system/zp2tf.m: Ditto. | |
8981 * control/system/zpout.m: Ditto. | |
8982 | |
8983 * control/util: New directory. | |
8984 * control/util/axis2dlim.m: Move here from control directory. | |
8985 * control/util/outlist.m: Ditto. | |
8986 * control/util/prompt.m: Ditto. | |
8987 * control/util/run_cmd.m: Ditto. | |
8988 * control/util/sortcom.m: Ditto. | |
8989 * control/util/strappend.m: Ditto. | |
8990 * control/util/swap.m: Ditto. | |
8991 * control/util/zgfmul.m: Ditto. | |
8992 * control/util/zgfslv.m: Ditto. | |
8993 * control/util/zginit.m: Ditto. | |
8994 * control/util/zgpbal.m: Ditto. | |
8995 * control/util/zgreduce.m: Ditto. | |
8996 * control/util/zgrownorm.m: Ditto. | |
8997 * control/util/zgscal.m: Ditto. | |
8998 * control/util/zgsgiv.m: Ditto. | |
8999 * control/util/zgshsr.m: Ditto. | |
9000 | |
3427 | 9001 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9002 | |
9003 * gethelp.cc (extract_help_text): Discard first space character | |
9004 after consecutive comment characters. | |
9005 | |
3422 | 9006 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
9007 | |
9008 * control/obsolete: New directory | |
9009 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 9010 * control/obsolete/swapcols.m: Ditto. |
9011 * control/obsolete/dlqg.m: Ditto. | |
9012 * control/obsolete/minfo.m: Ditto. | |
9013 * control/obsolete/packsys.m: Ditto. | |
9014 * control/obsolete/qzval.m: Ditto. | |
9015 * control/obsolete/unpacksys.m: Ditto. | |
9016 * control/obsolete/series.m: Ditto. | |
9017 * control/obsolete/syschnames.m: Ditto. | |
9018 * polynomial/polyout.m: Ditto. | |
3422 | 9019 |
3420 | 9020 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9021 | |
9022 * general/fliplr.m: Eliminate useless copy of arg. | |
9023 * general/flipud.m: Ditto. | |
9024 | |
3418 | 9025 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9026 | |
9027 * linear-algebra/cross.m: Only return a row vector if both args | |
9028 are row vectors. | |
9029 * polynomial/polyfit.m: Likewise. | |
9030 | |
9031 * signal/autocov.m: Don't reset prefer_column_vectors. | |
9032 | |
9033 * statistics/distributions/discrete_rnd.m: | |
9034 Always generate a row vector. | |
9035 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
9036 | |
5095 | 9037 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 9038 |
9039 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
9040 | |
9041 * audio/setaudio.m: Texinfoize doc string. | |
9042 * control/com2str.m: Likewise. | |
9043 * control/controldemo.m: Likewise. | |
9044 * control/DEMOcontrol.m: Likewise. | |
9045 * control/dezero.m: Likewise. | |
9046 * control/dre.m: Likewise. | |
9047 * control/hinfsyn_ric.m: Likewise. | |
9048 | |
5095 | 9049 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 9050 |
9051 * io/printf.m: Add @seealso{...} to doc string. | |
9052 * io/puts.m: Likewise. | |
9053 * plot/semilogx.m: Likewise. | |
9054 * plot/semilogy.m: Likewise. | |
9055 * plot/__pltopt__.m: Likewise. | |
9056 * plot/bar.m: Likewise. | |
9057 * plot/xlabel.m: Likewise. | |
9058 * plot/grid.m: Likewise. | |
9059 * plot/shg.m: Likewise. | |
9060 * plot/title.m: Likewise. | |
9061 * plot/mesh.m: Likewise. | |
9062 * plot/__pltopt1__.m: Likewise. | |
9063 * plot/contour.m: Likewise. | |
9064 * plot/hist.m: Likewise. | |
9065 * plot/stairs.m: Likewise. | |
9066 * plot/meshgrid.m: Likewise. | |
9067 * plot/polar.m: Likewise. | |
9068 * plot/loglog.m: Likewise. | |
9069 * plot/plot.m: Likewise. | |
9070 * miscellaneous/semicolon.m: Likewise. | |
9071 * miscellaneous/menu.m: Likewise. | |
9072 * miscellaneous/etime.m: Likewise. | |
9073 * miscellaneous/texas_lotto.m: Likewise. | |
9074 * miscellaneous/comma.m: Likewise. | |
9075 * audio/lin2mu.m: Likewise. | |
9076 * audio/playaudio.m: Likewise. | |
9077 * audio/loadaudio.m: Likewise. | |
9078 * audio/saveaudio.m: Likewise. | |
9079 * audio/mu2lin.m: Likewise. | |
9080 * audio/record.m: Likewise. | |
9081 * strings/isletter.m: Likewise. | |
9082 * strings/lower.m: Likewise. | |
9083 * strings/lower.m: Likewise. | |
9084 * strings/upper.m: Likewise. | |
9085 * specfun/erfinv.m: Likewise. | |
9086 * specfun/gammai.m: Likewise. | |
9087 * specfun/log2.m: Likewise. | |
9088 * specfun/pow2.m: Likewise. | |
9089 * elfun/gcd.m: Likewise. | |
9090 * elfun/lcm.m: Likewise. | |
9091 * special-matrix/vander.m: Likewise. | |
9092 * special-matrix/sylvester_matrix.m: Likewise. | |
9093 * special-matrix/hilb.m: Likewise. | |
9094 * special-matrix/hankel.m: Likewise. | |
9095 * special-matrix/toeplitz.m: Likewise. | |
9096 * special-matrix/invhilb.m: Likewise. | |
9097 * statistics/base/std.m: Likewise. | |
9098 * statistics/base/median.m: Likewise. | |
9099 * linear-algebra/cond.m: Likewise. | |
9100 * linear-algebra/norm.m: Likewise. | |
9101 * finance/nper.m: Likewise. | |
9102 * finance/pmt.m: Likewise. | |
9103 * finance/pv.m: Likewise. | |
9104 * finance/rate.m: Likewise. | |
9105 * finance/npv.m: Likewise. | |
9106 * general/fliplr.m: Likewise. | |
9107 * general/flipud.m: Likewise. | |
9108 * general/is_scalar.m: Likewise. | |
9109 * general/rem.m: Likewise. | |
9110 * general/perror.m: Likewise. | |
9111 * general/tril.m: Likewise. | |
9112 * general/rot90.m: Likewise. | |
9113 * general/num2str.m: Likewise. | |
9114 * general/int2str.m: Likewise. | |
9115 * general/reshape.m: Likewise. | |
9116 * general/logspace.m: Likewise. | |
9117 * general/is_symmetric.m: Likewise. | |
9118 * general/is_vector.m: Likewise. | |
9119 * general/nextpow2.m: Likewise. | |
9120 * general/columns.m: Likewise. | |
9121 * general/is_square.m: Likewise. | |
9122 * general/rows.m: Likewise. | |
9123 * control/ugain.m: Likewise. | |
9124 * control/damp.m: Likewise. | |
9125 * control/dare.m: Likewise. | |
9126 * control/are.m: Likewise. | |
9127 * control/sys2fir.m: Likewise. | |
9128 * control/abcddim.m: Likewise. | |
9129 * control/is_abcd.m: Likewise. | |
9130 * control/step.m: Likewise. | |
9131 * control/is_observable.m: Likewise. | |
9132 * control/is_controllable.m: Likewise. | |
9133 * control/jet707.m: Likewise. | |
9134 * control/polyout.m: Likewise. | |
9135 * control/impulse.m: Likewise. | |
9136 * control/lqg.m: Likewise. | |
9137 * control/is_detectable.m: Likewise. | |
9138 * control/sysdimensions.m: Likewise. | |
9139 * control/sysupdate.m: Likewise. | |
9140 * control/stepimp.m: Likewise. | |
9141 * control/is_stable.m: Likewise. | |
9142 * control/tfout.m: Likewise. | |
9143 * control/zpout.m: Likewise. | |
9144 | |
3405 | 9145 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9146 | |
9147 * set/complement.m: Add @seealso{} stuff. | |
9148 * set/create_set.m: Likewise. | |
9149 * set/intersection.m: Likewise. | |
9150 * set/union.m: Likewise. | |
9151 | |
3399 | 9152 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9153 | |
3400 | 9154 * control/d2c.m: Use double quotes instead of single quotes for |
9155 string constants. | |
9156 * control/dgkfdemo.m: Likewise. | |
9157 * control/fir2sys.m: Likewise. | |
9158 * control/frdemo.m: Likewise. | |
9159 * control/moddemo.m: Likewise. | |
9160 * control/minfo.m: Likewise. | |
9161 * control/is_stabilizable.m: Likewise. | |
9162 * control/is_dgkf.m: Likewise. | |
9163 * control/polyout.m: Likewise. | |
9164 * control/sysconnect.m: Likewise. | |
9165 * control/sysrepdemo.m: Likewise. | |
9166 * control/tf2sys.m: Likewise. | |
9167 * control/tfout.m: Likewise. | |
9168 * control/zp2sys.m: Likewise. | |
9169 * control/zpout.m: Likewise. | |
9170 * control/tzero.m: Likewise. | |
9171 | |
9172 * control/DEMOcontrol.m: Handle moddemo case too. | |
9173 | |
9174 * image/loadimage.m: Use double quotes instead of single quotes | |
9175 for string constants. Use sprintf instead of square brackets to | |
9176 construct string. | |
9177 | |
3399 | 9178 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 9179 * control/fir2sys.m: Likewise. |
3399 | 9180 |
3390 | 9181 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9182 | |
9183 * mkdoc: Only delete spaces before @ characters at the beginning | |
9184 of a line. | |
9185 | |
3383 | 9186 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9187 | |
3388 | 9188 * control/bddemo.m: Make it more likely to work with any value of |
9189 whitespace_in_literal_matrix. | |
3386 | 9190 * control/analdemo.m: Ditto. |
9191 * control/dgkfdemo.m: Ditto. | |
9192 * control/frdemo.m: Ditto. | |
9193 * control/sysrepdemo.m: Ditto. | |
9194 * control/moddemo.m: Ditto. | |
3388 | 9195 * control/zp2ss.m: Ditto. |
3387 | 9196 * control/zp2tf.m: Ditto. |
3388 | 9197 * control/syssub.m: Ditto. |
9198 * finance/npv.m: Ditto. | |
9199 * statistics/base/studentize.m: Ditto. | |
9200 * statistics/base/values.m: Ditto. | |
9201 * statistics/distributions/exponential_cdf.m: Ditto. | |
9202 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 9203 |
3384 | 9204 * control/dezero.m: Use toascii to convert string to ASCII value |
9205 instead of multiplying it by 1. | |
9206 | |
3383 | 9207 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
9208 * control/zpout.m: Ditto. | |
9209 * control/tfout.m: Ditto. | |
9210 * control/tf2sys.m: Ditto. | |
9211 * control/syssub.m: Ditto. | |
9212 * control/syssetsignals.m: Ditto. | |
9213 * control/sysout.m: Ditto. | |
9214 * control/sysmult.m: Ditto. | |
9215 * control/sysgroup.m: Ditto. | |
9216 * control/sysdup.m: Ditto. | |
9217 * control/sysdisc.m: Ditto. | |
9218 * control/syscont.m: Ditto. | |
9219 * control/sysconnect.m: Ditto. | |
9220 * control/sysappend.m: Ditto. | |
9221 * control/sysadd.m: Ditto. | |
9222 * control/ss2sys.m: Ditto. | |
9223 * control/nyquist.m: Ditto. | |
9224 * control/lqg.m: Ditto. | |
9225 * control/fir2sys.m: Ditto. | |
9226 * control/dmr2d.m: Ditto. | |
9227 * control/dezero.m: Ditto. | |
9228 * control/d2c.m: Ditto. | |
9229 * control/c2d.m: Ditto. | |
9230 * control/bddemo.m: Ditto. | |
9231 * control/pzmap.m: Ditto. | |
9232 | |
5095 | 9233 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 9234 |
9235 * signal/spectral_adf.m: Fix typo. | |
9236 | |
3372 | 9237 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9238 | |
9239 * linear-algebra/cond.m: Texinfoize doc string. | |
9240 * linear-algebra/kron.m: Ditto. | |
9241 * linear-algebra/norm.m: Ditto. | |
9242 * linear-algebra/null.m: Ditto. | |
9243 * linear-algebra/orth.m: Ditto. | |
9244 * linear-algebra/rank.m: Ditto. | |
9245 * linear-algebra/trace.m: Ditto. | |
9246 * linear-algebra/qzhess.m: Ditto. | |
9247 * miscellaneous/menu.m: Ditto. | |
3373 | 9248 * general/perror.m: Ditto. |
9249 * general/strerror.m: Ditto. | |
9250 * general/columns.m: Ditto. | |
9251 * general/rows.m: Ditto. | |
9252 * image/colormap.m: Ditto. | |
9253 * image/gray.m: Ditto. | |
9254 * image/gray2ind.m: Ditto. | |
9255 * image/image.m: Ditto. | |
9256 * image/imagesc.m: Ditto. | |
9257 * image/imshow.m: Ditto. | |
9258 * image/ind2gray.m: Ditto. | |
9259 * image/ind2rgb.m: Ditto. | |
9260 * image/loadimage.m: Ditto. | |
9261 * image/rgb2ntsc.m: Ditto. | |
9262 * image/ntsc2rgb.m: Ditto. | |
9263 * image/ocean.m: Ditto. | |
9264 * image/rgb2ind.m: Ditto. | |
9265 * image/saveimage.m: Ditto. | |
3372 | 9266 * io/printf.m: Ditto. |
9267 * io/puts.m: Ditto. | |
9268 | |
3369 | 9269 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9270 | |
9271 * special-matrix/hankel.m: Texinfoize doc string. | |
9272 * special-matrix/hilb.m: Ditto. | |
9273 * special-matrix/invhilb.m: Ditto. | |
9274 * special-matrix/sylvester_matrix.m: Ditto. | |
9275 * special-matrix/toeplitz.m: Ditto. | |
9276 * special-matrix/vander.m: Ditto. | |
9277 * linear-algebra/vec.m: Ditto. | |
9278 * linear-algebra/vech.m: Ditto. | |
9279 * general/common_size.m: Ditto. | |
9280 * general/diff.m: Ditto. | |
9281 * general/fliplr.m: Ditto. | |
9282 * general/flipud.m: Ditto. | |
9283 * general/rot90.m: Ditto. | |
9284 * general/reshape.m: Ditto. | |
9285 * general/shift.m: Ditto. | |
9286 * general/tril.m: Ditto. | |
9287 * general/triu.m: Ditto. | |
9288 * general/logspace.m: Ditto. | |
3371 | 9289 * general/nargchk.m: Ditto. |
3369 | 9290 |
3367 | 9291 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9292 | |
9293 * statistics/base/mean: Texinfoize doc string. | |
9294 * statistics/base/median: Ditto. | |
9295 * statistics/base/std: Ditto. | |
9296 * statistics/base/cov: Ditto. | |
9297 * statistics/base/corrcoef: Ditto. | |
9298 * statistics/base/kurtosis: Ditto. | |
9299 * statistics/base/mahalanobis: Ditto. | |
9300 * statistics/base/skewness: Ditto. | |
3368 | 9301 * statistics/base/gls.m: Ditto. |
9302 * statistics/base/ols.m: Ditto. | |
3367 | 9303 * signal/detrend.m: Ditto. |
9304 * signal/freqz.m: Ditto. | |
9305 * signal/sinc.m: Ditto. | |
9306 * signal/fftconv.m: Ditto. | |
9307 * signal/fftfilt.m: Ditto. | |
3368 | 9308 * set/create_set.m: Ditto. |
9309 * set/union.m: Ditto. | |
9310 * set/intersection.m: Ditto. | |
9311 * set/complement.m: Ditto. | |
9312 * poly/compan.m: Ditto. | |
9313 * poly/conv: Ditto. | |
9314 * poly/deconv: Ditto. | |
9315 * poly/poly: Ditto. | |
9316 * poly/polyderiv: Ditto. | |
9317 * poly/polyfit: Ditto. | |
9318 * poly/polyinteg: Ditto. | |
9319 * poly/polyreduce: Ditto. | |
9320 * poly/polyval: Ditto. | |
9321 * poly/polyvalm: Ditto. | |
9322 * poly/residue: Ditto. | |
9323 * poly/roots: Ditto. | |
9324 * plot/top_title.m: Ditto | |
9325 * plot/subwindow.m: Ditto | |
9326 * plot/subplot.m: Ditto | |
9327 * plot/plot_border.m: Ditto | |
9328 * plot/oneplot.m: Ditto | |
9329 * plot/multiplot.m: Ditto | |
9330 * plot/mplot.m: Ditto | |
9331 * plot/xlabel.m: Ditto | |
9332 * plot/figure.m: Ditto | |
9333 * plot/meshdom.m: Ditto | |
9334 * plot/mesh.m: Ditto | |
9335 * plot/stairs.m: Ditto | |
9336 * plot/polar.m: Ditto | |
9337 * plot/loglog.m: Ditto | |
9338 * plot/hist.m: Ditto | |
9339 * plot/contour.m: Ditto | |
9340 * plot/bar.m: Ditto | |
9341 * plot/axis.m: Ditto | |
9342 * plot/plot.m: Ditto. | |
3367 | 9343 |
3361 | 9344 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9345 | |
3365 | 9346 * control/pinv.m: Delete. |
9347 | |
3364 | 9348 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
9349 | |
3361 | 9350 * strings/blanks.m: Texinfoize doc string. |
9351 * strings/strcat.m: Ditto. | |
9352 * strings/str2mat.m: Ditto. | |
9353 * strings/deblank.m: Ditto. | |
9354 * strings/findstr.m: Ditto. | |
9355 * strings/index.m: Ditto. | |
9356 * strings/rindex.m: Ditto. | |
9357 * strings/split.m: Ditto. | |
9358 * strings/strcmp.m: Ditto. | |
9359 * strings/strrep.m: Ditto. | |
9360 * strings/substr.m: Ditto. | |
9361 * general/int2str.m: Ditto. | |
9362 * general/num2str.m: Ditto. | |
9363 * strings/dec2bin.m: Ditto. | |
9364 * strings/bin2dec: Ditto. | |
9365 * strings/dec2bin: Ditto. | |
9366 * strings/dec2hex: Ditto. | |
9367 * strings/hex2dec: Ditto. | |
9368 * strings/str2num: Ditto. | |
9369 | |
3347 | 9370 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9371 | |
9372 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
9373 | |
5095 | 9374 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 9375 |
9376 * control/DEMOcontrol.m: Texinfoize doc string. | |
9377 * control/abcddim.m: Ditto. | |
9378 * control/abcddims.m: Ditto. | |
9379 * control/analdemo.m: Ditto. | |
9380 * control/are.m: Ditto. | |
9381 * control/axis2dlim.m: Ditto. | |
9382 * control/bddemo.m: Ditto. | |
9383 * control/bode.m: Ditto. | |
9384 * control/bode_bounds.m: Ditto. | |
9385 * control/bodquist.m: Ditto. | |
9386 * control/buildssic.m: Ditto. | |
9387 * control/c2d.m: Ditto. | |
9388 * control/ctrb.m: Ditto. | |
9389 * control/d2c.m: Ditto. | |
9390 * control/damp.m: Ditto. | |
9391 * control/dare.m: Ditto. | |
9392 * control/dcgain.m: Ditto. | |
9393 * control/dgkfdemo.m: Ditto. | |
9394 * control/dgram.m: Ditto. | |
9395 * control/dlqe.m: Ditto. | |
9396 * control/dlqr.m: Ditto. | |
9397 * control/dlyap.m: Ditto. | |
9398 * control/dmr2d.m: Ditto. | |
9399 * control/fir2sys.m: Ditto. | |
9400 * control/frdemo.m: Ditto. | |
9401 * control/freqchkw.m: Ditto. | |
9402 * control/freqresp.m: Ditto. | |
9403 * control/gram.m: Ditto. | |
9404 * control/h2norm.m: Ditto. | |
9405 * control/h2syn.m: Ditto. | |
9406 * control/hinf_ctr.m: Ditto. | |
9407 * control/hinfdemo.m: Ditto. | |
9408 * control/hinfnorm.m: Ditto. | |
9409 * control/hinfsyn.m: Ditto. | |
9410 * control/hinfsyn_chk.m: Ditto. | |
9411 * control/impulse.m: Ditto. | |
9412 * control/is_abcd.m: Ditto. | |
9413 * control/is_controllable.m: Ditto. | |
9414 * control/is_detectable.m: Ditto. | |
9415 * control/is_dgkf.m: Ditto. | |
9416 * control/is_digital.m: Ditto. | |
9417 * control/is_observable.m: Ditto. | |
9418 * control/is_sample.m: Ditto. | |
9419 * control/is_signal_list.m: Ditto. | |
9420 * control/is_siso.m: Ditto. | |
9421 * control/is_stabilizable.m: Ditto. | |
9422 * control/is_stable.m: Ditto. | |
9423 * control/jet707.m: Ditto. | |
9424 * control/lqe.m: Ditto. | |
9425 * control/lqg.m: Ditto. | |
9426 * control/lqr.m: Ditto. | |
9427 * control/lsim.m: Ditto. | |
9428 * control/ltifr.m: Ditto. | |
9429 * control/lyap.m: Ditto. | |
9430 * control/moddemo.m: Ditto. | |
9431 * control/nyquist.m: Ditto. | |
9432 * control/obsv.m: Ditto. | |
9433 * control/ord2.m: Ditto. | |
9434 * control/outlist.m: Ditto. | |
9435 * control/pinv.m: Ditto. | |
9436 * control/place.m: Ditto. | |
9437 * control/polyout.m: Ditto. | |
9438 * control/prompt.m: Ditto. | |
9439 * control/pzmap.m: Ditto. | |
9440 * control/qzval.m: Ditto. | |
9441 * control/rldemo.m: Ditto. | |
9442 * control/rlocus.m: Ditto. | |
9443 * control/sortcom.m: Ditto. | |
9444 * control/ss2sys.m: Ditto. | |
9445 * control/ss2tf.m: Ditto. | |
9446 * control/ss2zp.m: Ditto. | |
9447 * control/starp.m: Ditto. | |
9448 * control/step.m: Ditto. | |
9449 * control/stepimp.m: Ditto. | |
9450 * control/susball.m: Ditto. | |
9451 * control/sys2fir.m: Ditto. | |
9452 * control/sys2ss.m: Ditto. | |
9453 * control/sys2tf.m: Ditto. | |
9454 * control/sys2zp.m: Ditto. | |
9455 * control/sysadd.m: Ditto. | |
9456 * control/sysappend.m: Ditto. | |
9457 * control/syschnames.m: Ditto. | |
9458 * control/syschnamesl.m: Ditto. | |
9459 * control/syschtsam.m: Ditto. | |
9460 * control/sysconnect.m: Ditto. | |
9461 * control/syscont.m: Ditto. | |
9462 * control/syscont_disc.m: Ditto. | |
9463 * control/sysdefioname.m: Ditto. | |
9464 * control/sysdefstname.m: Ditto. | |
9465 * control/sysdimensions.m: Ditto. | |
9466 * control/sysdisc.m: Ditto. | |
9467 * control/sysdup.m: Ditto. | |
9468 * control/sysgetsignals.m: Ditto. | |
9469 * control/sysgettype.m: Ditto. | |
9470 * control/sysgroup.m: Ditto. | |
9471 * control/sysgroupn.m: Ditto. | |
9472 * control/sysmult.m: Ditto. | |
9473 * control/sysout.m: Ditto. | |
9474 * control/sysprune.m: Ditto. | |
9475 * control/sysreorder.m: Ditto. | |
9476 * control/sysrepdemo.m: Ditto. | |
9477 * control/sysscale.m: Ditto. | |
9478 * control/syssetsignals.m: Ditto. | |
9479 * control/syssub.m: Ditto. | |
9480 * control/sysupdate.m: Ditto. | |
9481 * control/tf2ss.m: Ditto. | |
9482 * control/tf2sys.m: Ditto. | |
9483 * control/tf2sysl.m: Ditto. | |
9484 * control/tf2zp.m: Ditto. | |
9485 * control/tfout.m: Ditto. | |
9486 * control/tzero.m: Ditto. | |
9487 * control/tzero2.m: Ditto. | |
9488 * control/ugain.m: Ditto. | |
9489 * control/wgt1o.m: Ditto. | |
9490 * control/zgfmul.m: Ditto. | |
9491 * control/zgfslv.m: Ditto. | |
9492 * control/zginit.m: Ditto. | |
9493 * control/zgpbal.m: Ditto. | |
9494 * control/zgreduce.m: Ditto. | |
9495 * control/zgrownorm.m: Ditto. | |
9496 * control/zgscal.m: Ditto. | |
9497 * control/zgsgiv.m: Ditto. | |
9498 * control/zgshsr.m: Ditto. | |
9499 * control/zp2ss.m: Ditto. | |
9500 * control/zp2ssg2.m: Ditto. | |
9501 * control/zp2sys.m: Ditto. | |
9502 * control/zp2tf.m: Ditto. | |
9503 * control/zpout.m: Ditto. | |
9504 | |
5095 | 9505 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 9506 |
5378 | 9507 * audio/lin2mu.m: Texinfoize doc string. |
9508 * audio/loadaudio.m: Ditto. | |
9509 * audio/mu2lin.m: Ditto. | |
9510 * audio/playaudio.m: Ditto. | |
9511 * audio/record.m: Ditto. | |
9512 * audio/saveaudio.m: Ditto. | |
3332 | 9513 |
5095 | 9514 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9515 |
9516 * elfun/acot.m: Texinfoize doc string. | |
9517 * elfun/acsc.m: Ditto. | |
9518 * elfun/acsch.m: Ditto. | |
9519 * elfun/asec.m: Ditto. | |
9520 * elfun/asech.m: Ditto. | |
9521 * elfun/cot.m: Ditto. | |
9522 * elfun/coth.m: Ditto. | |
9523 * elfun/csc.m: Ditto. | |
9524 * elfun/csch.m: Ditto. | |
9525 * elfun/gcd.m: Ditto. | |
9526 * elfun/lcm.m: Ditto. | |
9527 * elfun/sec.m: Ditto. | |
9528 * elfun/sech.m: Ditto. | |
9529 * general/nextpow2.m: Ditto. | |
9530 * general/rem.m: Ditto. | |
9531 * linear-algebra/commutation_matrix.m: Ditto. | |
9532 * linear-algebra/cross.m: Ditto. | |
9533 * linear-algebra/duplication_matrix.m: Ditto. | |
9534 * miscellaneous/bincoeff.m: Ditto. | |
9535 * miscellaneous/xor.m: Ditto. | |
9536 * specfun/bessel.m: Ditto. | |
9537 * specfun/beta.m: Ditto. | |
9538 * specfun/betai.m: Ditto. | |
9539 * specfun/erfinv.m: Ditto. | |
9540 * specfun/gammai.m: Ditto. | |
9541 * specfun/log2.m: Ditto. | |
9542 * specfun/pow2.m: Ditto. | |
9543 | |
5095 | 9544 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9545 |
9546 * general/is_scalar.m: Texinfoize help text. | |
9547 * general/is_square.m: Ditto. | |
9548 * general/is_symmetric.m: Ditto. | |
9549 | |
3320 | 9550 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9551 | |
9552 * strings/split.m: If the string to be split is empty, just return | |
9553 an empty string. | |
9554 | |
3319 | 9555 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9556 | |
9557 * Makefile.in (ALL_M_FILES): New macro. | |
9558 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
9559 | |
3306 | 9560 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9561 | |
9562 * control/bode.m: Don't return anything if nargout == 0. | |
9563 | |
9564 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
9565 | |
9566 * control/bode.m: Don't do axis scaling for magnitude plots. | |
9567 | |
3305 | 9568 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9569 | |
9570 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
9571 gethelp.cc to the list. | |
9572 | |
3296 | 9573 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9574 | |
3301 | 9575 * time/asctime.m: Texinfoize help text. |
9576 * time/clock.m: Ditto. | |
9577 * time/date.m: Ditto. | |
9578 * miscellaneous/cputime.m: Ditto. | |
9579 * miscellaneous/etime.m: Ditto. | |
9580 * miscellaneous/is_leap_year.m: Ditto. | |
9581 * miscellaneous/popen2.m: Ditto. | |
9582 * miscellaneous/version.m: Ditto. | |
9583 * miscellaneous/tic.m: Ditto. | |
9584 * miscellaneous/toc.m: Just refer to tic.m. | |
9585 | |
3297 | 9586 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
9587 `cd dir; $(MAKE); cd ..'. | |
9588 ($(SUBDIRS)): Likewise. | |
9589 | |
9590 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
9591 | |
9592 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
9593 of `cd dir; $(MAKE)'. | |
9594 | |
3296 | 9595 * gethelp.cc, mkdoc: New files. |
9596 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
9597 sources. | |
9598 | |
3291 | 9599 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9600 | |
9601 * linear-algebra/kron.m: Fix typo in previous change | |
9602 | |
3282 | 9603 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9604 | |
9605 * control/bode.m: Allow optional 5th arg to specify plot style. | |
9606 | |
5095 | 9607 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 9608 |
9609 * linear-algebra/krylov.m: Correctly handle case of V having full | |
9610 rank when V has more columns than rows. | |
9611 | |
9612 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9613 | |
9614 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
9615 | |
9616 * statistics/tests/manova.m: Avoid problems if | |
9617 whitespace_in_literal_matrix is set to "traditional". | |
9618 * statistics/tests/t_test_regression.m: Likewise. | |
9619 * statistics/tests/u_test.m: Likewise. | |
9620 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
9621 * statistics/tests/anova.m: Likewise. | |
9622 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9623 * statistics/base/statistics.m: Likewise. | |
9624 * image/saveimage.m: Likewise. | |
9625 * signal/arch_fit.m: Likewise. | |
9626 * signal/autoreg_matrix.m: Likewise. | |
9627 * signal/triangle_lw.m: Likewise. | |
9628 * strings/dec2hex.m: Likewise. | |
9629 | |
3268 | 9630 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9631 | |
9632 * image/saveimage.m: Initialize scale. | |
9633 | |
9634 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9635 | |
9636 * general/reshape.m: Allow reshape (a, size (b)). | |
9637 | |
3266 | 9638 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9639 | |
9640 * specfun/erfinv.m: Improve stopping criterion. | |
9641 Add iteration count as second return value. | |
9642 | |
3265 | 9643 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9644 | |
9645 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
9646 | |
3263 | 9647 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9648 | |
9649 * miscellaneous/pack.m: New function. | |
9650 | |
9651 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9652 | |
9653 * plot/figure.m: Always return figure number. With no args, | |
9654 figure now creates a new figure window and returns its number. | |
9655 Accept figure (property, value) syntax, but do nothing. | |
9656 | |
5095 | 9657 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 9658 |
9659 * general/shift.m: Avoid printing temporary value for backward shift. | |
9660 | |
3260 | 9661 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9662 | |
9663 * plot/bar.m: Compute bar widths correctly when x-values are not | |
9664 evenly spaced. | |
9665 | |
3250 | 9666 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9667 | |
9668 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
9669 contain only zeros. | |
9670 | |
5095 | 9671 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 9672 |
9673 * linear-algebra/kron.m: Create result matrix and insert blocks | |
9674 instead of appending them. | |
9675 | |
9676 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9677 | |
9678 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
9679 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
9680 Update from A. S. Hodel. | |
9681 | |
3246 | 9682 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9683 | |
9684 * polynomial/polyfit.m: Correct previous change. | |
9685 | |
3243 | 9686 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9687 | |
9688 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
9689 | |
5095 | 9690 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 9691 |
9692 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
9693 version of krylov and krylovb. | |
9694 | |
9695 * control/outlist.m, control/sysout.m: Fix typos. | |
9696 | |
9697 * control/sysdimensions.m: Add option for total number of states. | |
9698 | |
9699 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
9700 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
9701 arguments. | |
9702 | |
9703 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9704 | |
9705 * strings/index.m: Fail with meaningful error message if either | |
9706 arg is a string array. | |
9707 | |
3238 | 9708 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9709 | |
9710 * linear-algebra/norm.m: Do the right thing for 1- and | |
9711 infinity-norms of complex matrices. From Sven Khatri | |
9712 <khatri@saturn.vocalpoint.com>. | |
9713 | |
5095 | 9714 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 9715 |
9716 * linear-algebra/qrhouse.m: Handle default args correctly. | |
9717 | |
9718 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9719 | |
9720 * strings/split.m: Avoid problems when splitting strings that have | |
9721 \ in them. | |
9722 | |
5095 | 9723 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 9724 |
9725 * image/colormap.m: Do better arg checking, handle string args | |
9726 that name the colormap function to call (e.g., colormap ("ocean")). | |
9727 | |
5095 | 9728 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 9729 |
9730 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
9731 * linear-algebra/dot.m: Likewise. | |
9732 * linear-algebra/cross.m: Likewise. | |
9733 * general/rot90.m: Likewise. | |
9734 | |
5095 | 9735 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 9736 |
9737 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
9738 that the leading column is not all zeros. | |
9739 | |
9740 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9741 | |
9742 * general/shift.m: Fix potential problems with | |
9743 whitespace_in_literal_matrix. | |
9744 * signal/arch_rnd.m: Ditto. | |
9745 * signal/autocov.m: Ditto. | |
9746 * signal/diffpara.m: Ditto. | |
9747 * signal/hurst.m: Ditto. | |
9748 * signal/periodogram.m: Ditto. | |
9749 * signal/spectral_adf.m: Ditto. | |
9750 * signal/spectral_xdf.m: Ditto. | |
9751 * signal/spencer.m: Ditto. | |
9752 * signal/synthesis.m: Ditto. | |
9753 * statistics/distributions/wiener_rnd.m: Ditto. | |
9754 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
9755 * statistics/models/logistic_regression.m: Ditto. | |
9756 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
9757 * statistics/tests/run_test.m: Ditto. | |
9758 * statistics/tests/chisquare_test_independence.m: Ditto. | |
9759 | |
5095 | 9760 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 9761 |
9762 * plot/__plr2__.m: Fix typo. | |
9763 | |
3233 | 9764 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9765 | |
9766 * plot/__pltopt1__.m: Accept "k" to mean black. | |
9767 | |
5095 | 9768 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 9769 |
9770 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
9771 function. | |
9772 | |
5095 | 9773 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 9774 |
9775 * control/ss2sys.m: Fix typo. | |
9776 | |
9777 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9778 | |
9779 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
9780 | |
9781 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
9782 signal names as lists of strings instead of string arrays. | |
9783 | |
3225 | 9784 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9785 | |
3233 | 9786 * quaternion: New directory of functions from A. S. Hodel |
3225 | 9787 <a.s.hodel@eng.auburn.edu>. |
9788 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 9789 * quaternion/Makefile.in: New file. |
9790 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 9791 |
9792 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9793 | |
9794 * image/saveimage.m: Make it work again for black and white colormaps. | |
9795 | |
9796 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
9797 since there can be fewer rows than columns. Round values to | |
9798 nearest position in colormap instead of truncating. Correct usage | |
9799 message. | |
9800 | |
5095 | 9801 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 9802 |
9803 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
9804 zero rows of [A,v] as householder pivots; this avoids spurious | |
9805 non-zero entries in returned orthogonal matrix U, but destroys the | |
9806 Householder matrix structure of H. | |
9807 | |
9808 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9809 | |
9810 * general/logical.m: Just copy input to output if argument is | |
9811 already a logical object. | |
9812 | |
3215 | 9813 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9814 | |
9815 * New files from OCST, in control subdiretory: | |
9816 | |
9817 DEMOcontrol.m is_siso.m syschnames.m | |
9818 abcddim.m is_stabilizable.m syschnamesl.m | |
9819 abcddims.m is_stable.m syschtsam.m | |
9820 analdemo.m jet707.m sysconnect.m | |
9821 are.m lqe.m syscont.m | |
9822 axis2dlim.m lqg.m syscont_disc.m | |
9823 bddemo.m lqr.m sysdefioname.m | |
9824 bode.m lsim.m sysdefstname.m | |
9825 bode_bounds.m ltifr.m sysdimensions.m | |
9826 bodquist.m lyap.m sysdisc.m | |
9827 buildssic.m mb.m sysdup.m | |
9828 c2d.m minfo.m sysgetsignals.m | |
6302 | 9829 com2str.m moddemo.m sysgettsam.m |
3215 | 9830 controldemo.m nichols.m sysgettype.m |
9831 ctrb.m nyquist.m sysgroup.m | |
9832 d2c.m obsv.m sysgroupn.m | |
9833 damp.m ord2.m sysmult.m | |
9834 dare.m outlist.m sysout.m | |
9835 dcgain.m packedform.m sysprune.m | |
9836 demomarsyas.m packsys.m sysreorder.m | |
9837 dezero.m; parallel.m sysrepdemo.m | |
9838 dgkfdemo.m place.m sysscale.m | |
9839 dgram.m polyout.m syssub.m | |
9840 dhinfdemo.m prompt.m sysupdate.m | |
9841 dlqe.m pzmap.m tf2ss.m | |
9842 dlqg.m qzval.m tf2sys.m | |
9843 dlqr.m rldemo.m tf2sysl.m | |
9844 dlyap.m rlocus.m tf2zp.m | |
9845 dmr2d.m rotg.m tfout.m | |
9846 fir2sys.m run_cmd.m; tzero.m | |
9847 frdemo.m series.m tzero2.m | |
9848 freqchkw.m sortcom.m ugain.m | |
9849 freqresp.m ss2sys.m unpacksys.m | |
9850 gram.m ss2tf.m wgt1o.m | |
9851 h2norm.m ss2zp.m zgfmul.m | |
9852 h2syn.m starp.m zgfslv.m | |
9853 hinf_ctr.m step.m zginit.m | |
9854 hinfdemo.m stepimp.m zgpbal.m | |
9855 hinfnorm.m strappend.m; zgreduce.m | |
9856 hinfsyn.m susball.m zgrownorm.m | |
9857 hinfsyn_chk.m swap.m zgscal.m | |
9858 impulse.m swapcols.m zgsgiv.m | |
9859 is_abcd.m swaprows.m zgshsr.m | |
9860 is_controllable.m sys2fir.m zp2ss.m | |
9861 is_detectable.m sys2ss.m zp2ssg2.m | |
9862 is_dgkf.m sys2tf.m zp2sys.m | |
9863 is_digital.m sys2zp.m zp2tf.m | |
9864 is_observable.m sysadd.m zpout.m | |
9865 is_sample.m sysappend.m | |
9866 | |
9867 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9868 | |
9869 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
9870 | |
9871 * strings/deblank.m: Make it work for string arrays too. | |
9872 | |
3211 | 9873 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9874 | |
9875 * linear-algebra/housh.m: New file from the OCST. | |
9876 * linear-algebra/krygetq.m: Ditto. | |
9877 * linear-algebra/krylov.m: Ditto. | |
9878 * linear-algebra/krylovb.m: Ditto. | |
9879 * linear-algebra/qrhouse.m: Ditto. | |
9880 * general/is_duplicate_entry.m: Ditto. | |
9881 | |
9882 * general/is_symmetric.m: Call is_square instead of doing that | |
9883 check in line. | |
9884 | |
3196 | 9885 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9886 | |
3202 | 9887 * general/is_square.m: |
9888 | |
9889 * general/isempty.m, general/is_matrix.m: Delete. | |
9890 | |
9891 * general/is_symmetric: Delete special case for strings. Whether | |
9892 the conversion is valid should depend on implicit_str_to_num_ok. | |
9893 | |
9894 * general/is_square.m: If arg is not a matrix, don't check size, | |
9895 just return 0. | |
9896 * general/is_symmetric: Likewise. | |
9897 * general/is_vector.m: Likewise. | |
9898 * general/is_scalar.m: Likewise. | |
9899 | |
3196 | 9900 * general/length.m: Delete. |
9901 | |
3191 | 9902 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9903 | |
9904 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
9905 statistics/distributions/Makefile, statistics/models/Makefile, | |
9906 and statistics/tests/Makefile to the list of files to create. | |
9907 | |
9908 * finance/Makefile.in, statistics/base/Makefile.in, | |
9909 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
9910 statistics/tests/Makefile.in: New files. | |
9911 * statistics/Makefile.in: Delete file lists. Now only handle | |
9912 subdirectories. | |
9913 * Makefile.in (SUBDIRS): Add finance. | |
9914 | |
9915 * Move the following files from statistics to statistics/base: | |
9916 | |
9917 corrcoef.m | |
9918 kurtosis.m | |
9919 mahalanobis.m | |
9920 median.m | |
9921 ols.m | |
9922 skewness.m | |
9923 std.m | |
9924 | |
9925 New files, from Kurt Hornik's octave-ci package: | |
9926 | |
9927 * finance (new directory): | |
9928 | |
9929 fv.m | |
9930 fvl.m | |
9931 irr.m | |
9932 nper.m | |
9933 npv.m | |
9934 pmt.m | |
9935 pv.m | |
9936 pvl.m | |
9937 rate.m | |
9938 vol.m | |
9939 | |
9940 * linear-algebra/dmult.m | |
9941 | |
9942 * signal: | |
9943 | |
9944 arch_fit.m | |
9945 arch_rnd.m | |
9946 arch_test.m | |
9947 arma_rnd.m | |
9948 autocor.m | |
9949 autocov.m | |
9950 autoreg_matrix.m | |
9951 bartlett.m | |
9952 blackman.m | |
9953 diffpara.m | |
9954 durbinlevinson.m | |
9955 fractdiff.m | |
9956 hamming.m | |
9957 hanning.m | |
9958 hurst.m | |
9959 periodogram.m | |
9960 rectangle_lw.m | |
9961 rectangle_sw.m | |
9962 sinetone.m | |
9963 sinewave.m | |
9964 spectral_adf.m | |
9965 spectral_xdf.m | |
9966 spencer.m | |
9967 stft.m | |
9968 synthesis.m | |
9969 triangle_lw.m | |
9970 triangle_sw.m | |
9971 yulewalker.m | |
9972 | |
9973 * statistics/base (new directory): | |
9974 | |
9975 center.m | |
9976 cloglog.m | |
9977 cor.m | |
9978 cov.m | |
9979 cut.m | |
9980 iqr.m | |
9981 kendall.m | |
9982 logit.m | |
9983 mean.m | |
9984 meansq.m | |
9985 moment.m | |
9986 ppplot.m | |
9987 probit.m | |
9988 qqplot.m | |
9989 range.m | |
9990 ranks.m | |
9991 run_count.m | |
9992 spearman.m | |
9993 statistics.m | |
9994 studentize.m | |
9995 table.m | |
9996 values.m | |
9997 var.m | |
9998 | |
9999 (Replaces cov.m and mean.m with new versions.) | |
10000 | |
10001 * statistics/distributions (new directory): | |
10002 | |
10003 beta_cdf.m | |
10004 beta_inv.m | |
10005 beta_pdf.m | |
10006 beta_rnd.m | |
10007 binomial_cdf.m | |
10008 binomial_inv.m | |
10009 binomial_pdf.m | |
10010 binomial_rnd.m | |
10011 cauchy_cdf.m | |
10012 cauchy_inv.m | |
10013 cauchy_pdf.m | |
10014 cauchy_rnd.m | |
10015 chisquare_cdf.m | |
10016 chisquare_inv.m | |
10017 chisquare_pdf.m | |
10018 chisquare_rnd.m | |
10019 discrete_cdf.m | |
10020 discrete_inv.m | |
10021 discrete_pdf.m | |
10022 discrete_rnd.m | |
10023 empirical_cdf.m | |
10024 empirical_inv.m | |
10025 empirical_pdf.m | |
10026 empirical_rnd.m | |
10027 exponential_cdf.m | |
10028 exponential_inv.m | |
10029 exponential_pdf.m | |
10030 exponential_rnd.m | |
10031 f_cdf.m | |
10032 f_inv.m | |
10033 f_pdf.m | |
10034 f_rnd.m | |
10035 gamma_cdf.m | |
10036 gamma_inv.m | |
10037 gamma_pdf.m | |
10038 gamma_rnd.m | |
10039 geometric_cdf.m | |
10040 geometric_inv.m | |
10041 geometric_pdf.m | |
10042 geometric_rnd.m | |
10043 hypergeometric_cdf.m | |
10044 hypergeometric_inv.m | |
10045 hypergeometric_pdf.m | |
10046 hypergeometric_rnd.m | |
10047 kolmogorov_smirnov_cdf.m | |
10048 laplace_cdf.m | |
10049 laplace_inv.m | |
10050 laplace_pdf.m | |
10051 laplace_rnd.m | |
10052 logistic_cdf.m | |
10053 logistic_inv.m | |
10054 logistic_pdf.m | |
10055 logistic_rnd.m | |
10056 lognormal_cdf.m | |
10057 lognormal_inv.m | |
10058 lognormal_pdf.m | |
10059 lognormal_rnd.m | |
10060 normal_cdf.m | |
10061 normal_inv.m | |
10062 normal_pdf.m | |
10063 normal_rnd.m | |
10064 pascal_cdf.m | |
10065 pascal_inv.m | |
10066 pascal_pdf.m | |
10067 pascal_rnd.m | |
10068 poisson_cdf.m | |
10069 poisson_inv.m | |
10070 poisson_pdf.m | |
10071 poisson_rnd.m | |
10072 stdnormal_cdf.m | |
10073 stdnormal_inv.m | |
10074 stdnormal_pdf.m | |
10075 stdnormal_rnd.m | |
10076 t_cdf.m | |
10077 t_inv.m | |
10078 t_pdf.m | |
10079 t_rnd.m | |
10080 uniform_cdf.m | |
10081 uniform_inv.m | |
10082 uniform_pdf.m | |
10083 uniform_rnd.m | |
10084 weibull_cdf.m | |
10085 weibull_inv.m | |
10086 weibull_pdf.m | |
10087 weibull_rnd.m | |
10088 wiener_rnd.m | |
10089 | |
10090 * statistics/models (new directory): | |
10091 | |
10092 logistic_regression.m | |
10093 logistic_regression_derivatives.m | |
10094 logistic_regression_likelihood.m | |
10095 | |
10096 * statistics/tests (new directory): | |
10097 | |
10098 anova.m | |
10099 bartlett_test.m | |
10100 chisquare_test_homogeneity.m | |
10101 chisquare_test_independence.m | |
10102 cor_test.m | |
10103 f_test_regression.m | |
10104 hotelling_test.m | |
10105 hotelling_test_2.m | |
10106 kolmogorov_smirnov_test.m | |
10107 kolmogorov_smirnov_test_2.m | |
10108 kruskal_wallis_test.m | |
10109 manova.m | |
10110 mcnemar_test.m | |
10111 prop_test_2.m | |
10112 run_test.m | |
10113 sign_test.m | |
10114 t_test.m | |
10115 t_test_2.m | |
10116 t_test_regression.m | |
10117 u_test.m | |
10118 var_test.m | |
10119 welch_test.m | |
10120 wilcoxon_test.m | |
10121 z_test.m | |
10122 z_test_2.m | |
10123 | |
10124 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10125 | |
10126 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
10127 compatibility and to avoid Y2K problems. | |
10128 | |
3190 | 10129 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10130 | |
10131 * polynomial/polyfit.m: Just use the \ operator to handle the | |
10132 least-squares solution. | |
10133 | |
3180 | 10134 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10135 | |
10136 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
10137 | |
10138 * strings/strrep.m: Don't convert args to numeric values. | |
10139 Prevent warnings for empty string args. | |
10140 From Georg Thimm <thimm@idiap.ch>. | |
10141 | |
10142 * strings/strcat.m: Prevent warnings for empty string args. | |
10143 | |
10144 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10145 | |
10146 * miscellaneous/menu.m: Remove special case for empty string | |
10147 returned from input(). Add second arg to eval() to catch errors. | |
10148 | |
3178 | 10149 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10150 | |
10151 * plot/__plt__.m: Don't call usleep. | |
10152 | |
3175 | 10153 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10154 | |
10155 * linear-algebra/dot.m: New function. | |
10156 | |
10157 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
10158 compatibility. | |
10159 | |
10160 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10161 | |
10162 * plot/hist.m: Also allow just one output argument. | |
10163 | |
10164 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10165 | |
10166 * strings/deblank.m: Make it work if the string is only blanks. | |
10167 | |
10168 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10169 | |
10170 * plot/__plt2mv__.m: Delete calls to keyboard. | |
10171 | |
10172 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10173 | |
10174 * plot/oneplot.m: Fix typo. | |
10175 | |
3174 | 10176 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10177 | |
10178 * miscellaneous/flops.m: Allow a single argument too. | |
10179 | |
10180 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10181 | |
10182 * strings/str2mat.m: Also handle case when there are no empty | |
10183 strings correctly. | |
10184 | |
10185 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10186 | |
10187 * strings/isletter.m: New function, for Matlab compatibility. | |
10188 | |
3168 | 10189 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10190 | |
10191 * strings/str2mat.m: Handle string matrices too. | |
10192 | |
3167 | 10193 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10194 | |
10195 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
10196 linear encoding. | |
10197 | |
10198 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
10199 audio/record.m: Open files in binary mode. | |
10200 | |
3164 | 10201 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10202 | |
10203 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
10204 Move functionality of dump_1_pref here, but use built-in function | |
10205 type to extract value, and put it inside try/catch block. | |
10206 * miscellaneous/dump_1_pref.m: Delete unused function. | |
10207 | |
3162 | 10208 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10209 | |
10210 * plot/__pltopt1.m__: New file. | |
10211 * plot/__pltopt.m__: Handle opt as a string array by calling | |
10212 __pltopt1__ multiple times and returning a string array with rows | |
10213 corresponding to the rows of opt. | |
10214 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
10215 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
10216 array. | |
10217 | |
10218 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10219 | |
10220 * plot/mplot.m: Fix misspellings of global variables. | |
10221 Don't call clearplot. | |
10222 | |
10223 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10224 | |
10225 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
10226 "cle;rep" when going in ot multiplot mode. | |
10227 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
10228 switching out of multiplot mode. | |
10229 | |
3156 | 10230 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 10231 |
3156 | 10232 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
10233 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 10234 |
3141 | 10235 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10236 | |
10237 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
10238 | |
10239 * miscellaneous/bug_report.m: Don't try to get smart with | |
10240 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
10241 | |
10242 * Makefile.in (install): Create separate ls-R files for | |
10243 $(datadir) and $(libexecdir). | |
10244 (uninstall): Remove both ls-R files. | |
10245 | |
3136 | 10246 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10247 | |
10248 * signal/fftshift.m: New file. | |
10249 | |
10250 * plot/contour.m: Fix for non-square case. | |
10251 | |
10252 * general/randperm.m: New file. | |
10253 | |
10254 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10255 | |
10256 * specfun/betai.m: Restore file for compatibility with previous | |
10257 versions. Call betainc with reordered args. | |
10258 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
10259 | |
3131 | 10260 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10261 | |
10262 * plot/contour.m: Handle discrete contour levels. | |
10263 | |
10264 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10265 | |
10266 * control/lyap.m: For compatibility with Matlab, solve | |
10267 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
10268 | |
3124 | 10269 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10270 | |
10271 * specfun/bessel.m: New file. | |
10272 | |
10273 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
10274 specfun/gammainc.m: Delete. | |
10275 | |
3106 | 10276 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10277 | |
10278 * image/colormap.m: Initialize __current_color_map__ in global | |
10279 statement. | |
10280 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
10281 statement. | |
10282 * plot/axis.m: Initialize __current_axis__ in global statement. | |
10283 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
10284 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
10285 | |
3103 | 10286 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10287 | |
10288 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
10289 * time/toc.m: Likewise. | |
10290 | |
10291 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
10292 | |
10293 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
10294 anything special for automatic_replot when in multiplot mode -- | |
10295 recent 3.6beta releases handle this correctly. | |
10296 | |
10297 * plot/figure.m: Ensure that we are not in multiplot mode before | |
10298 setting the terminal type. | |
10299 | |
10300 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
10301 plot/subwindow.m: Use leading and trailing underscores for | |
10302 `private' globals. | |
10303 | |
10304 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
10305 | |
3101 | 10306 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10307 | |
10308 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
10309 | |
3091 | 10310 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10311 | |
3092 | 10312 * specfun/gammai.m: Avoid problems with whitespace when |
10313 constructing matrices. | |
10314 | |
3091 | 10315 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
10316 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
10317 original y vector. | |
10318 | |
3085 | 10319 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10320 | |
10321 * linear-algebra/cross.m: Use direct formula instead of calling | |
10322 det three times in a loop. If both args are column (row) vectors, | |
10323 return a column (row) vector. If they don't match, pay attention | |
10324 to the value of prefer_column_vectors. | |
10325 | |
5095 | 10326 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 10327 |
10328 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
10329 nonsymmetric matrices. | |
10330 | |
10331 * general/tril.m: Fix usage message. | |
10332 | |
10333 * polynomial/polyvalm.m: Fix error messages. | |
10334 * polynomial/polyderiv.m: Likewise. | |
10335 * polynomial/polyval.m: Likewise. | |
10336 | |
3081 | 10337 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10338 | |
10339 * strings/blanks.m: Allow blanks(0) to return empty string. | |
10340 Allow negative arguments if treat_neg_dim_as_zero is true. | |
10341 | |
3063 | 10342 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10343 | |
10344 * plot/mesh.m: Set noparametric plot mode after plotting. | |
10345 | |
5095 | 10346 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 10347 |
10348 * plot/__pltopt__.m: Handle key/legend names. | |
10349 Correctly set colors, line styles, and point styles. | |
10350 | |
3061 | 10351 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10352 | |
10353 * polynomial/polyfit.m: Return fit y values as second output. | |
10354 Don't use QR factorization to solve least squares problem. | |
10355 | |
10356 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10357 | |
10358 * control/dlqr.m: Use ao, not a, to compute k. | |
10359 | |
3024 | 10360 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10361 | |
10362 * miscellaneous/path.m: New file. | |
10363 | |
2993 | 10364 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10365 | |
10366 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
10367 name. | |
10368 | |
2968 | 10369 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10370 | |
10371 * specfun/erfinv.m: Add missing semicolon. | |
10372 | |
2870 | 10373 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10374 | |
10375 * miscellaneous/xor.m: Make type of return value logical. | |
10376 | |
2853 | 10377 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10378 | |
10379 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
10380 warn_comma_in_global_decl. | |
10381 | |
2831 | 10382 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10383 | |
10384 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
10385 octave-bug script. | |
10386 | |
2823 | 10387 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10388 | |
2824 | 10389 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
10390 prefer_zero_one_indexing. | |
10391 | |
2823 | 10392 * general/logical.m: New file. |
10393 | |
2816 | 10394 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10395 | |
10396 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
10397 and is_vector(). | |
10398 | |
5095 | 10399 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 10400 |
10401 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
10402 Use tolerance of 2 * eps. | |
10403 | |
2811 | 10404 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10405 | |
10406 * Makefile.in (install-strip): New target. | |
10407 * audio/Makefile.in: Ditto. | |
10408 * control/Makefile.in: Ditto. | |
10409 * elfun/Makefile.in: Ditto. | |
10410 * general/Makefile.in: Ditto. | |
10411 * image/Makefile.in: Ditto. | |
10412 * io/Makefile.in: Ditto. | |
10413 * linear-algebra/Makefile.in: Ditto. | |
10414 * miscellaneous/Makefile.in: Ditto. | |
10415 * plot/Makefile.in: Ditto. | |
10416 * polynomial/Makefile.in: Ditto. | |
10417 * set/Makefile.in: Ditto. | |
10418 * signal/Makefile.in: Ditto. | |
10419 * specfun/Makefile.in: Ditto. | |
10420 * special-matrix/Makefile.in: Ditto. | |
10421 * startup/Makefile.in: Ditto. | |
10422 * statistics/Makefile.in: Ditto. | |
10423 * strings/Makefile.in: Ditto. | |
10424 | |
2809 | 10425 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10426 | |
10427 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
10428 | |
2798 | 10429 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10430 | |
10431 * statistics/corrcoef.m: Make it actually work. | |
10432 | |
2795 | 10433 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10434 | |
2798 | 10435 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 10436 |
2779 | 10437 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 10438 |
10439 * Version 2.0.5 released. | |
10440 | |
2745 | 10441 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10442 | |
2749 | 10443 * Makefile.in (maintainer-clean): Also remove configure. |
10444 | |
2746 | 10445 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
10446 | |
2745 | 10447 * general/is_matrix.m: Return zero for empty matrices. |
10448 | |
10449 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10450 | |
10451 * linear-algebra/vech.m: Size result just once. | |
10452 | |
2726 | 10453 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10454 | |
10455 * general/is_square.m: Handle empty matrices correctly. | |
10456 * general/is_symmetric.m: Handle empty matrices and strings. | |
10457 | |
2716 | 10458 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10459 | |
10460 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
10461 * polynomial/deconv.m: Likewise. | |
10462 * polynomial/polyderiv.m: Likewise. | |
10463 * polynomial/polyinteg.m: Likewise. | |
10464 * polynomial/polyreduce.m: Likewise. | |
10465 * polynomial/polyval.m: Likewise. | |
10466 * polynomial/polyvalm.m: Likewise. | |
10467 * general/postpad.m: Likewise. | |
10468 * general/prepad.m: Likewise. | |
10469 | |
10470 * polynomial/compan.m: Check input with is_vector(), not | |
10471 is_matrix(). Handle scalar case. | |
10472 | |
2711 | 10473 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10474 | |
2715 | 10475 * plot/contour.m: Order data so that it is consistent with |
10476 meshgrid and mesh. | |
10477 | |
2711 | 10478 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
10479 * plot/sombrero.m: Use meshgrid, not meshdom. | |
10480 | |
2709 | 10481 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 10482 |
10483 * Version 2.0.4 released. | |
10484 | |
2706 | 10485 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10486 | |
2702 | 10487 * miscellaneous/paren.m: New file. |
10488 | |
2693 | 10489 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 10490 |
10491 * Version 2.0.3 released. | |
10492 | |
2676 | 10493 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10494 | |
10495 * image/saveimage.m: Only clip image data that is actually out of | |
10496 range. | |
10497 | |
2667 | 10498 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10499 | |
10500 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
10501 also be considered to be matrices. | |
10502 | |
10503 * general/is_vector.m: Scalars may also be considered to be vectors. | |
10504 | |
10505 * general/isempty.m: Use size(), not rows() and columns(). | |
10506 | |
10507 * plot/contour.m: Convert set to gset. | |
10508 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
10509 | |
2663 | 10510 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10511 | |
10512 * specfun/erfinv.m: Fix typo in last change. | |
10513 | |
2650 | 10514 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10515 | |
10516 * image/loadimage.m: Make it possible to load files with image | |
10517 data named X or img. | |
10518 | |
10519 * image/default.img: Change name of image from X to img to match | |
10520 what saveimage does now. | |
10521 | |
10522 * image/loadimage.m: Rename X to be img, to match what saveimage | |
10523 does now. | |
10524 | |
2632 | 10525 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10526 | |
2634 | 10527 * Version 2.0.2 released. |
10528 | |
2632 | 10529 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
10530 weird missing-lines bug without creating extra plots unecessarily. | |
10531 | |
2624 | 10532 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10533 | |
10534 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
10535 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
10536 io/Makefile.in, linear-algebra/Makefile.in, | |
10537 miscellaneous/Makefile.in, plot/Makefile.in, | |
10538 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
10539 specfun/Makefile.in, special-matrix/Makefile.in, | |
10540 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
10541 time/Makefile.in (bin-dist): New target. | |
10542 | |
2621 | 10543 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10544 | |
10545 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
10546 | |
10547 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10548 | |
10549 * miscellaneous/xor.m: Make it work. | |
10550 | |
2613 | 10551 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10552 | |
10553 * plot/sombrero.m: Doc fix. | |
10554 | |
2602 | 10555 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10556 | |
10557 * Version 2.0.1 released. | |
10558 | |
2601 | 10559 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10560 | |
10561 * elfun/lcm.m: Replace missing if statement. | |
10562 | |
10563 * elfun/gcd.m: Report error if no input args. | |
10564 * elfun/lcm.m: Likewise. | |
10565 | |
2597 | 10566 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10567 | |
10568 * Makefile.in (install): Use ls -LR to create ls-R database. | |
10569 Also list contents of $libexecdir/octave in ls-R database. | |
10570 | |
2583 | 10571 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10572 | |
10573 * Version 2.0 released. | |
10574 | |
2575 | 10575 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10576 | |
10577 * Version 1.94. | |
10578 | |
2558 | 10579 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10580 | |
10581 * strings/str2num.m: New file. | |
10582 | |
2554 | 10583 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10584 | |
10585 * Version 1.93. | |
10586 | |
2540 | 10587 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10588 | |
10589 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
10590 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
10591 linear-algebra/vech.m: New files from Kurt Hornik. | |
10592 | |
10593 * general/nextpow2.m, general/shift.m, general/diff.m, | |
10594 general/common_size.m: New files from Kurt Hornik. | |
10595 | |
10596 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
10597 New files from Kurt Hornik. | |
10598 | |
10599 * signal/detrend.m: New file from Kurt Hornik. | |
10600 | |
10601 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
10602 specfun/pow2.m, specfun/log2.m: | |
10603 New files and updates from Kurt Hornik. | |
10604 | |
2523 | 10605 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10606 | |
10607 * plot/__plt__.m: Add explicit replot after last command is | |
10608 issued, to force all lines to be displayed. Hmm. | |
10609 | |
2512 | 10610 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10611 | |
2520 | 10612 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
10613 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
10614 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
10615 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
10616 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
10617 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
10618 Uset gset, not set. | |
10619 | |
2512 | 10620 * Version 1.92. |
10621 | |
2482 | 10622 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10623 | |
2486 | 10624 * image/saveimage.m: When writing PostScript, name Octave as the |
10625 almighty Creator. Use single call to fprintf instead of looping. | |
10626 | |
10627 * image/Makefile.in: Delete references to octtopnm. | |
10628 | |
10629 * general/logspace.m: Doc fix. | |
10630 | |
2482 | 10631 * Version 1.91. |
10632 | |
2458 | 10633 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10634 | |
10635 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
10636 | |
10637 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
10638 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
10639 deleted. | |
10640 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
10641 of a system() command to delete the tmp file. | |
10642 | |
2452 | 10643 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10644 | |
10645 * Version 1.90. | |
10646 | |
10647 * Makefile.in (DISTFILES): Add ChangeLog. | |
10648 | |
2360 | 10649 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10650 | |
10651 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
10652 Don't check for string value of automatic_replot. | |
10653 | |
10654 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
10655 Temporarily set do_fortran_indexing to 1, not "true". | |
10656 | |
10657 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
10658 not "false". | |
10659 | |
10660 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
10661 "false". | |
10662 | |
2355 | 10663 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
10664 | |
10665 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
10666 | |
2330 | 10667 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10668 | |
10669 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
10670 system command. | |
10671 | |
10672 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10673 | |
10674 * __plr1__.m: Renamed from polar_int_1.m. | |
10675 * __plr2__.m: Renamed from polar_int_2.m. | |
10676 * __plr__.m: Renamed from polar_int.m. | |
10677 * __plt1__.m: Renamed from plot_int_1.m. | |
10678 * __plt2__.m: Renamed from plot_int_2.m. | |
10679 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
10680 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
10681 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
10682 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
10683 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
10684 * __plt__.m: Renamed from plot_int.m. | |
10685 * __pltopt__.m: Renamed from plot_opt.m. | |
10686 Change all callers. | |
10687 | |
10688 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10689 | |
10690 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
10691 comments like those found in Emacs lisp files. | |
10692 | |
10693 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10694 | |
10695 * All .m files: Change comment style. | |
10696 | |
10697 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10698 | |
10699 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
10700 subplot.m, subwindow.m, top_title.m: | |
10701 Print error message if gnuplot_has_multiplot is not true. | |
10702 | |
10703 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10704 | |
10705 * plot/figure.m: New function. | |
10706 | |
10707 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10708 | |
10709 * strings/strrep.m: New function. | |
10710 | |
10711 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10712 | |
10713 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
10714 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
10715 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
10716 strings/split.m, strings/str2mat.m, strings/substr.m: | |
10717 New functions from Kurt Hornik, heavily modified by jwe. | |
10718 | |
10719 * general/reshape.m: Allow strings to be reshaped too. | |
10720 | |
10721 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
10722 Always return a scalar. | |
10723 | |
10724 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10725 | |
10726 * polynomial/polyfit.m: Make orientation of result compatible with | |
10727 Matlab. | |
10728 | |
10729 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10730 | |
10731 * polynomial/polyfit.m: Add missing close paren. | |
10732 | |
10733 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10734 | |
10735 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
10736 | |
10737 * io/scanf.m: Delete. | |
10738 | |
10739 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10740 | |
10741 * statistics/median.m: Fix typo in usage message. | |
10742 | |
10743 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10744 | |
10745 * miscellaneous/popen2.m: New file. | |
10746 | |
10747 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10748 | |
10749 * configure.in (AC_OUTPUT): Add io/Makefile. | |
10750 | |
10751 * io: New directory. | |
10752 * Makefile.in (SUBDIRS): Add it to the list. | |
10753 | |
10754 * miscellaneous/flops.m: New file. | |
10755 | |
10756 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10757 | |
10758 * miscellaneous/cputime.m: Return three arguments instead of a | |
10759 vector, for compatibility with previous versions and with Matlab | |
10760 (which only returns one scalar value). | |
10761 | |
10762 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
10763 | |
10764 * general/triu.m: Compute lower bound on loop index correctly. | |
10765 * general/tril.m: Likewise, for upper bound. | |
10766 | |
10767 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10768 | |
10769 * image/saveimage.m: For color images, make sure indices into | |
10770 temporary colormap and result matrix have proper orientation. | |
10771 Set grey flag correctly. | |
10772 | |
10773 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10774 | |
10775 * statistics/std.m: Use better formula (from Jim Van Zandt | |
10776 jrv@vanzandt.mv.com). | |
10777 | |
10778 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10779 | |
10780 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
10781 * mesh.m: Transpose Z if only one arg. | |
10782 Handle case of all three args being matrices (from Jim Van Zandt | |
10783 jrv@vanzandt.mv.com). | |
10784 * meshdom.m: Undo previous change. | |
10785 | |
10786 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10787 | |
10788 * configure.in (AC_OUTPUT): Add audio/Makefile | |
10789 | |
10790 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10791 | |
10792 * audio: New directory of files from Kurt Hornik and Andreas | |
10793 Weingessel. | |
10794 * audio/Makefile.in: New file. | |
10795 * Makefile.in (SUBDIRS): Add audio to the list. | |
10796 | |
10797 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10798 | |
10799 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
10800 | |
10801 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10802 | |
10803 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
10804 columns (z), not the other way around. | |
10805 * plot/meshdom.m: Don't reverse order of elements in y. | |
10806 | |
10807 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10808 | |
10809 * plot/axis.m: Return current axis if nargin == 0. | |
10810 | |
10811 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10812 | |
10813 * polynomial/roots.m: Updates from Kurt Hornik. | |
10814 | |
10815 * polynomial/polyder.m: New file. | |
10816 | |
10817 * polynomial/polyderiv.m: Give return value and arg different names. | |
10818 | |
10819 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10820 | |
10821 * specfun/betainc.m: New file. | |
10822 * specfun/gammainc.m: New file. | |
10823 | |
10824 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10825 | |
10826 * general/strerror.m: New file. | |
10827 * general/perror.m: Implement using strerror(). | |
10828 | |
10829 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10830 | |
10831 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
10832 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
10833 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
10834 | |
10835 * image/saveimage.m: Round img values first. | |
10836 | |
10837 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10838 | |
10839 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
10840 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
10841 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
10842 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
10843 special-matrix/hankel.m special-matrix/toeplitz.m | |
10844 tuwien/strfun/split.m: Add missing semicolons. | |
10845 | |
10846 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
10847 | |
10848 * image/Makefile.in: Don't build or install octtoppm. | |
10849 | |
10850 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 10851 routines so that people who don't have the pbm stuff installed |
2330 | 10852 can still use this function. |
10853 | |
10854 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10855 | |
10856 * image/saveimage.m: Better error checking, clean up a bit. | |
10857 | |
10858 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10859 | |
10860 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
10861 avoid conflict with new built-in text-style function more. | |
10862 | |
10863 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
10864 | |
10865 * startup/Makefile.in (install): Also install octaverc in | |
10866 $localfcnfiledir/startup/octavrc. | |
10867 | |
10868 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10869 | |
10870 * mkinstalldirs: New file. | |
10871 * Makefile.in (DISTFILES): Add it to the list. | |
10872 | |
10873 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
10874 | |
10875 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10876 | |
10877 * special-matrix/hankel.m: Compatibility fix. Complain if | |
10878 r(1) != c(nr), not if r(1) != c(1). | |
10879 | |
10880 * signal/filter.m: Doc fix. | |
10881 | |
10882 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10883 | |
10884 * miscellaneous/cputime.m: Use new resource structure names (no | |
10885 ru_ or tv_ prefixes). | |
10886 | |
10887 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10888 | |
10889 * time/ctime.m: Fix doc string and usage message. | |
10890 | |
10891 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10892 | |
10893 * time/clock.m: Use new time structure names (no tm_ prefix). | |
10894 | |
10895 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10896 | |
10897 * control/c2d.m: Make function work for any value of | |
10898 whitespace_in_literal_matrix. | |
10899 * control/dare.m: Likewise. | |
10900 * control/tzero.m: Likewise. | |
10901 * elfun/gcd.m: Likewise. | |
10902 * elfun/lcm.m: Likewise. | |
10903 * general/postpad.m: Likewise. | |
10904 * general/prepad.m: Likewise. | |
10905 * linear-algebra/kron.m: Likewise. | |
10906 * miscellaneous/etime.m: Likewise. | |
10907 * polynomial/conv.m: Likewise. | |
10908 * polynomial/deconv.m: Likewise. | |
10909 * polynomial/poly.m: Likewise. | |
10910 * polynomial/roots.m: Likewise. | |
10911 * signal/filter.m: Likewise. | |
10912 * signal/freqz.m: Likewise. | |
10913 * signal/fftfilt.m: Likewise. | |
10914 | |
10915 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10916 | |
10917 * miscellaneous/is_leap_year.m: Make work for vector args. | |
10918 | |
10919 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10920 | |
10921 * plot/polar_int_2.m: Add missing semicolons. | |
10922 Set theta = theta', not rho'. | |
10923 | |
10924 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10925 | |
10926 * polynomial/roots.m: Make it work for any value of | |
10927 whitespace_in_literal_matrix. | |
10928 | |
10929 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10930 | |
10931 * configure.in: New file. | |
10932 | |
10933 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10934 | |
10935 * control/lyap.m: Add missing semicolon. | |
10936 | |
10937 * miscellaneous/cputime.m: New function file. | |
10938 | |
10939 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10940 | |
10941 * time: New directory. | |
10942 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
10943 New function files. | |
10944 * time/Makefile.in: New file. | |
10945 * Makefile.in (SUBDIRS): Add time. | |
10946 | |
10947 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10948 | |
10949 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
10950 | |
10951 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10952 | |
10953 * plot/plot_int_1.m: Transpose data with .', not '. | |
10954 | |
10955 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10956 | |
10957 * Makefile.in (install uninstall clean mostlyclean distclean | |
10958 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
10959 | |
10960 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10961 | |
10962 * Makefile.in (install): Create ls-R database file. | |
10963 (uninstall): Delete it. | |
10964 | |
10965 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10966 | |
5378 | 10967 * image/saveimage.m: Fix typo. |
2330 | 10968 |
10969 See ChangeLog.1 in the top level directory for earlier changes. |