Mercurial > hg > octave-nkf
annotate scripts/ChangeLog @ 8390:49901b624316
optimize repmat for scalar & matrix case
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 10 Dec 2008 11:04:28 +0100 |
parents | 1567db1e166c |
children | 343f0fbca6eb |
rev | line source |
---|---|
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
2 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
3 * general/repmat.m: Optimize & simplify the scalar & 2d matrix case. |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
4 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
5 2008-12-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
6 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
7 * strings/lower.m: Remove |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
8 * strings/upper.m: Remove |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
9 * strings/Makefile.in: Remove lower.m, upper.m |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
10 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
11 2008-12-02 Thorsten Meyer <thorsten.meyier@gmx.de> |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
12 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
13 * strings/str2mat.m: Make it a simple wrapper around |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
14 char() and move it to scripts/deprecated/str2mat.m, remove |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
15 obsolete tests, move remaining test to src/strfns.cc (Fchar). |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
16 * strings/Makefile.in: Remove str2mat.m. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
17 * deprecated/Makefile.in: Add str2mat.m. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
18 * strings/strvcat.m: Remove reference to str2mat. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
19 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
20 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
21 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
22 * plot/__go_draw_axes__.m: Set two point clipping mode to be on. |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
23 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
24 2008-11-26 Francesco Potortì <pot@gnu.org> |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
25 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
26 * specfun/nchoosek.m: Set max_recursion_depth and use a subfunction. |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
27 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
28 2008-11-29 Thorsten Meyer <thorsten.meyier@gmx.de> |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
29 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
30 * miscellaneous/gzip.m: Remove @seealso reference to __xzip__, |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
31 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
32 miscellaneous/bzip2.m: Remove @seealso reference to __xzip__, |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
33 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
34 miscellaneous/__xzip__.m: Improve error messages, fix cleanup |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
35 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
36 |
8343
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
37 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
|
38 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
39 * 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
|
40 |
8344
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
41 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
|
42 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
43 * 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
|
44 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
45 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
|
46 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
47 * 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
|
48 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
49 |
8324 | 50 2008-11-14 David Bateman <dbateman@free.fr> |
51 | |
52 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
53 of the axis object. | |
54 | |
8356
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
55 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
|
56 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
57 * 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
|
58 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
59 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
|
60 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
61 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
62 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
63 |
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
|
64 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
|
65 |
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
|
66 * 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
|
67 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
|
68 * 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
|
69 |
8316 | 70 2008-11-10 John W. Eaton <jwe@octave.org> |
71 | |
72 * polynomial/spline.m: Delete debugging statements. From | |
73 Sebastian Sch�ps <sebastian@schoeps.org>. | |
74 | |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
75 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
|
76 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
77 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
78 |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
79 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
|
80 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
81 * 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
|
82 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
83 |
8354
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
84 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
|
85 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
86 * 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
|
87 |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
88 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
89 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
90 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
91 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
92 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
93 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
94 |
8305 | 95 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
96 | |
97 * optimization/fzero.m: Replace tabs by spaces. | |
98 | |
99 2008-09-28 Jaroslav Hajek <highegg@gmail.com> | |
100 | |
101 * optimization/fzero.m: Simplify exception handling. | |
102 | |
103 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
104 | |
105 * optimization/fzero.m: New function file. | |
106 * optimization/Makefile.in: Add it. | |
107 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
108 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
109 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
110 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
111 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
112 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
113 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
114 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
115 |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
116 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
117 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
118 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
119 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
120 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
121 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
122 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
123 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
124 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
125 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
126 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
|
127 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
128 * 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
|
129 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
130 * 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
|
131 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
|
132 * 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
|
133 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
134 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
|
135 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
136 * 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
|
137 * 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
|
138 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
|
139 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
140 * 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
|
141 * 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
|
142 * 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
|
143 * 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
|
144 * 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
|
145 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
146 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
147 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
|
148 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
149 * 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
|
150 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
|
151 * 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
|
152 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
|
153 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
|
154 * 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
|
155 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
156 * 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
|
157 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
|
158 * 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
|
159 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
|
160 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
161 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
162 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
|
163 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
164 * 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
|
165 |
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
|
166 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
|
167 |
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
|
168 * 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
|
169 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
|
170 |
8274
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
171 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
|
172 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
173 * 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
|
174 |
8264
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
175 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
|
176 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
177 * 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
|
178 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
179 * 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
|
180 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
181 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
|
182 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
183 * 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
|
184 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
185 |
8257 | 186 2008-10-22 David Bateman <dbateman@free.fr> |
187 | |
8260 | 188 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
189 "caller" workspace. | |
190 | |
8258 | 191 * plot/__errplot__.m: Add errorbar series objects. |
192 * plot/errbar.m: Add some demos. | |
193 | |
8257 | 194 * plot/__add_line_series__.m: Remove |
195 * plot/Makefile.in (SOURCES): Remove it here too. | |
196 * plot/__add_datasource__.m: Allow for more than one character in | |
197 source name. | |
198 * plot/refreshdata.m: Ditto. | |
199 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
200 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
201 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
202 * plot/__scatter__.m: Add scatter series objects and data sources. | |
203 * plot/legend.m: Update type in loop and remove debugging messages. | |
204 | |
8251 | 205 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
206 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
207 * 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
|
208 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
209 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
210 |
8249 | 211 2008-10-21 John W. Eaton <jwe@octave.org> |
212 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
213 * 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
|
214 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
215 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
216 |
8249 | 217 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
218 struct. Use get instead of examining struct fields directly. | |
219 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
220 object struct. Use get instead of examining struct elements | |
221 directly. Use allhild instead of looking at children field of | |
222 figure object struct. | |
223 | |
8251 | 224 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 225 |
226 * plot/orient.m: Fix syntax error. | |
227 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
228 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
229 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
230 * 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
|
231 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
232 * 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
|
233 * 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
|
234 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
235 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
|
236 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
237 * 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
|
238 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
|
239 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
240 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
241 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
|
242 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
243 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
244 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
245 * 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
|
246 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
247 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
248 * 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
|
249 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
250 * 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
|
251 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
252 * 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
|
253 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
254 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
|
255 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
256 * 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
|
257 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
|
258 |
8236 | 259 2008-10-17 David Bateman <dbateman@free.fr> |
260 | |
261 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
262 from potential axis handles. | |
263 * plot/colorbar.m: Remove debug output. | |
264 * plot/comet.m: Close plot before demo | |
265 * plot/contourc.m: No output if nargout == 0. | |
266 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
267 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
|
268 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
269 * 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
|
270 |
8229 | 271 2008-10-16 John W. Eaton <jwe@octave.org> |
272 | |
273 * testfun/rundemos.m: New function. | |
274 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
275 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
|
276 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
277 * 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
|
278 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
279 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
|
280 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
281 * 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
|
282 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
|
283 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
284 * 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
|
285 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
|
286 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
|
287 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
288 * 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
|
289 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
|
290 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
291 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
292 * 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
|
293 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
|
294 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
295 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
|
296 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
297 * 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
|
298 (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
|
299 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
300 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
|
301 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
302 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
303 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
304 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
305 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
|
306 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
307 * 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
|
308 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
|
309 (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
|
310 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
311 * 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
|
312 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
313 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
314 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
315 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
|
316 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
317 * 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
|
318 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
319 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
320 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
|
321 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
322 * 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
|
323 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
324 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
|
325 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
326 * 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
|
327 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
328 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
329 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
330 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
331 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
332 |
8208 | 333 2008-10-10 David Bateman <dbateman@free.fr> |
334 | |
335 * image/__img__.m: Manually set the limits of th eimage | |
336 * plot/__go_draw_axes__.m: Base window position in the axis | |
337 position property and not the outerposition property. Remove | |
338 colorbar code based on the gnuplot colorbox. Allow images to be a | |
339 vector to support image based colorbars. Also check labelmode for | |
340 manual tics. | |
341 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
342 colorbar code. | |
343 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
344 it to the principal axis. | |
345 * plot/legend.m: Support an axis handle as the first | |
346 argument. Support hggroups. | |
347 * plot/pareto.m: Don't support an axis handle as the first | |
348 argument as the plotyy command in fact needs two axis handles. | |
349 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
350 synchronize the two axes. | |
351 * plot/subplot.m: Also skip axes that are tagged as being a | |
352 colorbar. Don't break in search of overlapping axes to delete. Set | |
353 both the position and the outerposition. | |
354 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
355 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
|
356 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
357 * 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
|
358 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
359 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
|
360 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
361 * 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
|
362 * 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
|
363 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
364 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
|
365 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
366 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
367 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
368 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
369 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
370 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
371 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
372 * 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
|
373 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
374 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
|
375 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
376 * 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
|
377 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
378 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
|
379 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
380 * 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
|
381 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
|
382 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
|
383 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
|
384 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
|
385 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
|
386 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
|
387 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
|
388 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
|
389 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
|
390 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
391 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
|
392 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
393 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
394 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
395 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
396 * 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
|
397 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
398 * 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
|
399 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
400 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
|
401 |
8182 | 402 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
403 | |
404 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
|
405 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
406 * 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
|
407 |
8182 | 408 2008-10-02 Ben Abbott <bpabbott@mac.com> |
409 | |
410 * 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
|
411 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
412 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
413 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
414 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
415 |
8182 | 416 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
|
417 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
418 * 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
|
419 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
420 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
421 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
422 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
|
423 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
424 * 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
|
425 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
426 * 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
|
427 |
8182 | 428 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
|
429 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
430 * 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
|
431 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
432 * 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
|
433 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
434 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
|
435 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
436 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
437 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
438 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
439 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
440 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
441 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
|
442 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
443 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
444 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
|
445 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
446 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
447 |
8148 | 448 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
449 | |
450 * image/imread.m, image/imwrite.m: Doc fix. | |
451 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
452 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
|
453 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
454 * 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
|
455 |
8149 | 456 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
|
457 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
458 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
459 * 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
|
460 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
461 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
|
462 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
463 * 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
|
464 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
465 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
466 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
467 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
468 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
469 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
470 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
471 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
472 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
473 |
8182 | 474 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 475 |
476 * plot/comet.m: New file. | |
477 * plot/Makefile.in (SOURCES): Add it here. | |
478 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
479 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
|
480 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
481 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
482 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
483 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
484 * 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
|
485 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
|
486 |
8182 | 487 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
|
488 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
489 * 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
|
490 |
8116 | 491 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
492 | |
8117 | 493 * image/imshow.m: Fix for display_range. |
494 | |
8116 | 495 * general/interpn.m: Fixe for extrapval and documentation of |
496 extrapval. | |
497 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
498 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
|
499 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
500 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
501 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
502 * 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
|
503 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
504 * 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
|
505 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
506 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
507 * 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
|
508 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
|
509 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
510 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
511 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
512 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
513 |
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
|
514 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
|
515 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
516 * 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
|
517 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
|
518 |
8088 | 519 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
520 | |
521 * plot/plot.m: Doc fix. | |
522 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
523 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
|
524 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
525 * 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
|
526 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
527 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
528 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
|
529 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
530 * 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
|
531 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
532 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
533 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
534 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
535 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
536 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
537 * 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
|
538 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
539 |
8076 | 540 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
541 | |
542 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
543 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
544 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
545 | |
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
|
546 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
|
547 |
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
|
548 * 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
|
549 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
|
550 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
|
551 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
|
552 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
|
553 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
|
554 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
|
555 '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
|
556 * 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
|
557 |
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
|
558 * 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
|
559 * 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
|
560 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
561 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
562 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
563 * 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
|
564 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
565 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
566 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
567 * 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
|
568 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
|
569 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
570 * 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
|
571 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
|
572 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
|
573 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
574 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
575 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
576 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
577 |
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
|
578 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
|
579 |
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
|
580 * 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
|
581 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
|
582 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
583 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
|
584 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
585 * 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
|
586 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
587 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
588 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
|
589 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
590 * 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
|
591 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
|
592 * 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
|
593 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
|
594 * 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
|
595 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
596 * 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
|
597 * 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
|
598 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
|
599 * 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
|
600 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
|
601 * 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
|
602 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
|
603 * 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
|
604 * 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
|
605 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
|
606 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
607 |
8054 | 608 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
609 | |
610 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
611 Handle parameter-value options. Untabify. | |
612 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
613 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
|
614 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
615 * 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
|
616 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
617 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
618 * 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
|
619 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
|
620 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
621 * 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
|
622 * 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
|
623 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
624 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
625 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
|
626 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
627 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
628 |
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
|
629 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
|
630 |
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
|
631 * 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
|
632 (__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
|
633 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
|
634 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
635 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
636 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
637 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
638 |
8046 | 639 2008-08-21 David Bateman <dbateman@free.fr> |
640 | |
641 * plot/ezplot.m : New function. | |
642 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
643 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
644 | |
8182 | 645 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
|
646 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
647 * 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
|
648 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
649 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
650 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
|
651 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
652 * 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
|
653 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
|
654 |
8040 | 655 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
|
656 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
657 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
658 |
8035 | 659 2008-08-19 David Bateman <dbateman@free.fr> |
660 | |
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
|
661 * 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
|
662 * 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
|
663 |
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
|
664 * statistics/base/ranks.m: Doc fix. |
8035 | 665 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
666 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
|
667 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
668 * 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
|
669 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
670 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
|
671 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
672 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
673 |
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
|
674 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
|
675 |
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
|
676 * 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
|
677 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
|
678 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
679 2008-07-29 Thomas Treichl <Thomas.Treichl@gmx.net> |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
680 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
681 * general/arrayfun.m: Minor bug fixes, update help text and tests |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
682 |
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
|
683 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
|
684 |
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
|
685 * 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
|
686 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
|
687 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
688 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
|
689 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
690 * 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
|
691 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
692 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
693 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
694 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
695 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
696 * 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
|
697 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
698 * 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
|
699 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
700 |
8182 | 701 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
|
702 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
703 * plot/hold.m: Clarify help text. |
7986 | 704 |
705 * specfun/reallog.m: Fix help string. | |
706 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
707 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 708 |
709 * strings/regexptranslate.m: Add real documentation. | |
710 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
711 * 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
|
712 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
713 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
714 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
715 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
716 |
7974 | 717 2008-07-28 John W. Eaton <jwe@octave.org> |
718 | |
719 * image/imwrite.m: New function. | |
720 * image/Makefile.in (SOURCES): Add it to the list. | |
721 | |
7969 | 722 2008-07-24 Ben Abbott <bpabbott@mac.com> |
723 | |
724 * time/datestr.m: New xtest. | |
725 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
726 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
|
727 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
728 * 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
|
729 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
730 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
731 |
7940 | 732 2008-07-17 John W. Eaton <jwe@octave.org> |
733 | |
734 * general/fliplr.m: Fix usage test. | |
735 * testfun/test.m: Fix usage tests. | |
736 | |
8040 | 737 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 738 |
739 * statistics/base/cov.m: Fix test that should no longer work. | |
740 | |
7935 | 741 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
742 | |
743 * plot/gcbo.m, plot/gcbf.m: New functions. | |
744 * plot/Makefile.in (SOURCES): Add them to the list. | |
745 | |
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
|
746 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
|
747 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
748 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
749 * 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
|
750 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
751 * 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
|
752 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
753 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
754 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
755 |
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
|
756 * 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
|
757 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
758 * 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
|
759 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
760 * 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
|
761 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
762 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
|
763 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
764 * 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
|
765 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
766 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
|
767 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
768 * 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
|
769 |
8040 | 770 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
|
771 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
772 * 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
|
773 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
774 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
775 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
776 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
777 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
|
778 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
779 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
|
780 |
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
|
781 * 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
|
782 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
783 * 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
|
784 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
|
785 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
786 |
8040 | 787 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
|
788 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
789 * 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
|
790 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
791 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
792 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
793 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
794 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
795 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
796 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
797 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
|
798 |
7817 | 799 * miscellaneous/debug.m: New file.. |
800 * Makefile.in (SOURCES): Add it to the list. | |
801 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
802 * 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
|
803 []. 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
|
804 |
8040 | 805 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 806 |
807 * strings/strcat.m: Add tests. | |
808 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
809 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
|
810 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
811 * 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
|
812 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
813 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
814 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
815 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
816 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
817 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
818 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
819 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
820 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
821 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
822 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
823 |
7783 | 824 2008-05-20 Bill Denney <bill@denney.ws> |
825 | |
826 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
827 New tests. | |
828 | |
7777 | 829 2008-05-19 John W. Eaton <jwe@octave.org> |
830 | |
831 * general/isa.m: Fix tests. | |
832 | |
7773 | 833 2008-05-13 Bill Denney <bill@denney.ws> |
834 | |
835 * general/isa.m: Use persistent cell arrays to hold class names | |
836 instead of multiple strcmp calls. | |
837 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
838 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
839 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
840 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
841 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
|
842 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
843 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
844 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
|
845 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
|
846 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
847 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
848 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
849 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
850 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
851 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
852 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
|
853 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
854 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
855 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
856 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
857 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
|
858 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
859 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
860 * 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
|
861 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
862 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
863 * 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
|
864 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
865 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
866 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
867 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
868 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
869 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
|
870 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
871 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
872 |
7765 | 873 2008-05-06 David Bateman <dbateman@free.fr> |
874 | |
875 * miscellaneous/symvar.m: New function. | |
876 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
877 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
878 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
|
879 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
880 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
881 * 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
|
882 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
883 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
884 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
885 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
886 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
|
887 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
|
888 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
889 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
890 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
891 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
892 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
893 * 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
|
894 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
895 |
7747 | 896 2008-04-30 John W. Eaton <jwe@octave.org> |
897 | |
898 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
899 elfun/asech.m, specfun/pow2.m: Fix tests. | |
900 | |
8040 | 901 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 902 |
903 * specfun/log2.m: Delete. | |
904 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
905 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
906 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
|
907 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
908 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
|
909 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
910 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
911 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
912 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
913 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
914 |
7736 | 915 2008-04-25 John W. Eaton <jwe@octave.org> |
916 | |
917 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
918 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 919 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
920 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
|
921 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
922 * 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
|
923 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
|
924 * 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
|
925 |
8149 | 926 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
|
927 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
928 * 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
|
929 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
930 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
|
931 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
932 * 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
|
933 |
7713 | 934 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
|
935 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
936 * 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
|
937 |
7710 | 938 2008-04-14 David Bateman <dbateman@free.fr> |
939 | |
940 * plot/rose.m: Add missing comment mark that causes issues with | |
941 octave-forge function referencing. | |
942 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
943 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
944 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
|
945 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
946 * 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
|
947 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
|
948 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
|
949 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
|
950 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
|
951 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
|
952 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
|
953 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
|
954 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
|
955 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
|
956 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
|
957 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
|
958 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
|
959 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
|
960 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
|
961 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
|
962 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
|
963 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
|
964 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
|
965 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
|
966 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
|
967 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
|
968 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
|
969 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
|
970 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
|
971 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
|
972 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
|
973 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
|
974 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
|
975 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
|
976 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
|
977 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
|
978 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
|
979 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
|
980 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
|
981 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
|
982 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
|
983 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
|
984 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
|
985 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
|
986 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
|
987 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
|
988 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
|
989 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
|
990 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
|
991 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
|
992 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
|
993 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
|
994 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
995 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
|
996 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
997 * 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
|
998 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
999 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
|
1000 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1001 * 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
|
1002 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1003 * 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
|
1004 * 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
|
1005 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1006 * 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
|
1007 * 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
|
1008 * 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
|
1009 * 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
|
1010 * 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
|
1011 * 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
|
1012 * 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
|
1013 * 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
|
1014 * 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
|
1015 * 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
|
1016 * 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
|
1017 * 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
|
1018 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1019 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1020 * 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
|
1021 * 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
|
1022 * 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
|
1023 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1024 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
|
1025 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1026 * 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
|
1027 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
|
1028 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1029 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
|
1030 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1031 * 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
|
1032 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
|
1033 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
|
1034 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
|
1035 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
|
1036 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
|
1037 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
|
1038 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
|
1039 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
|
1040 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
|
1041 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
|
1042 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
|
1043 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
|
1044 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
|
1045 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
|
1046 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
|
1047 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1048 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
|
1049 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
|
1050 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
|
1051 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
|
1052 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
|
1053 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
|
1054 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1055 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
|
1056 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
|
1057 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
|
1058 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
|
1059 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
|
1060 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
|
1061 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1062 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
|
1063 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
|
1064 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
|
1065 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
|
1066 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
|
1067 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
|
1068 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
|
1069 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
|
1070 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
|
1071 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1072 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
|
1073 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1074 * 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
|
1075 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
|
1076 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
|
1077 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
|
1078 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
|
1079 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
|
1080 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
|
1081 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
|
1082 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
|
1083 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
|
1084 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
|
1085 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
|
1086 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
|
1087 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
|
1088 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
|
1089 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
|
1090 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1091 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
|
1092 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
|
1093 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
|
1094 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
|
1095 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
|
1096 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1097 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
|
1098 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
|
1099 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1100 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
|
1101 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
|
1102 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
|
1103 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
|
1104 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
|
1105 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1106 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
|
1107 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1108 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
|
1109 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
|
1110 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
|
1111 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
|
1112 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
|
1113 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
|
1114 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
|
1115 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
|
1116 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
|
1117 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1118 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
|
1119 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
|
1120 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
|
1121 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1122 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1123 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1124 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1125 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1126 * 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
|
1127 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1128 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1129 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1130 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1131 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1132 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1133 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1134 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1135 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1136 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1137 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1138 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1139 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1140 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1141 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1142 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
|
1143 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
1144 * 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
|
1145 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1146 * 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
|
1147 |
7682 | 1148 2008-04-02 Bill Denney <bill@denney.ws> |
1149 | |
1150 * optimization/lsqnonneg.m: New function. | |
1151 * optimization/Makefile.in (SOURCES): Add it to the list. | |
1152 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1153 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1154 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1155 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1156 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1157 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1158 * 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
|
1159 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
|
1160 * 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
|
1161 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1162 |
7678 | 1163 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
1164 | |
1165 * general/sortrows.m: Handle negative column arguments. | |
1166 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1167 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1168 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1169 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1170 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1171 |
7673 | 1172 2008-03-31 David Bateman <dbateman@free.fr> |
1173 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1174 * 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
|
1175 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
|
1176 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1177 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1178 * 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
|
1179 * 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
|
1180 * 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
|
1181 * 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
|
1182 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1183 * 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
|
1184 |
7673 | 1185 * plot/ginput.m: New function. |
1186 * plot/__gnuplot_ginput__.m: New function based on a version of | |
1187 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
1188 * plot/Makefile.in (SOURCES): Add them to the list. | |
1189 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1190 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
|
1191 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1192 * 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
|
1193 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1194 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1195 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1196 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1197 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1198 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1199 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1200 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1201 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1202 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
|
1203 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1204 * 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
|
1205 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1206 |
7669 | 1207 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
1208 | |
1209 * general/del2.m: Missing semicolon. | |
1210 | |
7668 | 1211 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
1212 | |
1213 * miscellaneous/info.m: New function. | |
1214 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1215 | |
8149 | 1216 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
|
1217 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1218 * 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
|
1219 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1220 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1221 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
|
1222 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1223 * 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
|
1224 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
|
1225 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
1226 * 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
|
1227 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
|
1228 |
7655 | 1229 2008-03-27 Bill Denney <bill@denney.ws> |
1230 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1231 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1232 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1233 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1234 * 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
|
1235 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1236 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1237 * 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
|
1238 |
7657 | 1239 * general/genvarname.m: New function. |
1240 * general/Makefile.in (SOURCES): Add it to the list. | |
1241 | |
7656 | 1242 * time/addtodate.m: New function. |
7657 | 1243 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 1244 |
7655 | 1245 * geometry/rectint.m: Vectorize and add more tests. |
1246 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
1247 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
|
1248 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
1249 * 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
|
1250 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1251 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1252 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1253 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1254 |
7650 | 1255 2008-03-26 John W. Eaton <jwe@octave.org> |
1256 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1257 * 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
|
1258 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1259 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1260 * 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
|
1261 |
7650 | 1262 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
1263 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
1264 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
1265 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
1266 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
1267 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
1268 Texinfo fixes. | |
1269 | |
8040 | 1270 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
|
1271 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
1272 * 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
|
1273 |
8149 | 1274 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
|
1275 |
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
|
1276 * 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
|
1277 |
8182 | 1278 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
|
1279 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1280 * 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
|
1281 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
|
1282 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1283 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1284 * 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
|
1285 |
8149 | 1286 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 1287 |
1288 * polynomial/convn.m: New function. | |
1289 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
1290 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1291 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1292 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1293 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1294 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 1295 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
1296 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
|
1297 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
1298 * 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
|
1299 |
7627 | 1300 2008-03-24 David Bateman <dbateman@free.fr> |
1301 | |
1302 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1303 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 1304 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
1305 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1306 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
1307 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
1308 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1309 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
1310 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
1311 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
|
1312 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1313 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1314 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1315 * 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
|
1316 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
1317 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
|
1318 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
1319 * 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
|
1320 |
7617 | 1321 * miscellaneous/cast.m: Also allow cast to "char". |
1322 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
1323 * 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
|
1324 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
1325 * 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
|
1326 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1327 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1328 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
1329 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
1330 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1331 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1332 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1333 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1334 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1335 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1336 |
7610 | 1337 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
1338 | |
1339 * signal/sinetone.m: Ensure integral number of samples. | |
1340 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
1341 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
|
1342 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
1343 * 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
|
1344 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1345 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
|
1346 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1347 * 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
|
1348 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1349 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
|
1350 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1351 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1352 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1353 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1354 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1355 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1356 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1357 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1358 * 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
|
1359 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1360 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1361 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1362 * 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
|
1363 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1364 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1365 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1366 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
|
1367 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
1368 * 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
|
1369 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1370 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
|
1371 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1372 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1373 |
7592 | 1374 2008-03-14 Kai Habel <kai.habel@gmx.de> |
1375 | |
1376 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
1377 style to default to avoid wrong mesh color in some cases. | |
1378 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1379 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1380 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1381 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1382 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
|
1383 |
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
|
1384 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
|
1385 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
1386 * 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
|
1387 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
|
1388 |
7592 | 1389 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
1390 | |
7582 | 1391 2008-03-11 Kai Habel <kai.habel@gmx.de> |
1392 | |
1393 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
1394 Allow plotting of uniform colored mesh plots with and | |
1395 w/o hidden line removal. | |
1396 | |
1397 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
|
1398 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
1399 * 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
|
1400 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
1401 * 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
|
1402 |
7569 | 1403 2008-03-07 John W. Eaton <jwe@octave.org> |
1404 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
1405 * 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
|
1406 |
7569 | 1407 * plot/__go_draw_axes__.m: Handle tickdir property. |
1408 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1409 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1410 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
1411 * 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
|
1412 Allow matrix arguments when number of bins > 30. |
7568 | 1413 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
|
1414 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
1415 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
1416 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
1417 * 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
|
1418 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1419 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1420 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1421 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
|
1422 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1423 * 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
|
1424 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1425 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
|
1426 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1427 * 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
|
1428 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1429 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
1430 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
|
1431 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
1432 * 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
|
1433 |
7551 | 1434 2008-03-04 Bill Denney <bill@denney.ws> |
1435 | |
7557 | 1436 * plot/allchild.m, plot/findall.m: New functions. |
1437 * plot/Makefile.in (SOURCES): Add them to the list. | |
1438 | |
7551 | 1439 * geometry/rectint.m: New function. |
7557 | 1440 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 1441 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1442 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
|
1443 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
1444 * 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
|
1445 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
|
1446 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1447 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 1448 |
1449 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
1450 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
1451 * 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
|
1452 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1453 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
|
1454 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1455 * 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
|
1456 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1457 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
|
1458 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1459 * 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
|
1460 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
|
1461 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1462 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
|
1463 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1464 * 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
|
1465 "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
|
1466 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1467 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
|
1468 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1469 * 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
|
1470 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
|
1471 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
|
1472 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
|
1473 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
|
1474 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
|
1475 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
|
1476 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
|
1477 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
|
1478 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
|
1479 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
|
1480 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
|
1481 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
|
1482 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1483 * 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
|
1484 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1485 * 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
|
1486 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1487 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
|
1488 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1489 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1490 |
7525 | 1491 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
1492 | |
1493 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
1494 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1495 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
|
1496 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1497 * 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
|
1498 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1499 |
7518 | 1500 2008-02-22 Ben Abbott <bpabbott@mac.com> |
1501 | |
1502 * specfun/legendre.m: Doc fix. | |
1503 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1504 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
|
1505 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1506 * 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
|
1507 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1508 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1509 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
|
1510 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1511 * 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
|
1512 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1513 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1514 * 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
|
1515 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1516 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
|
1517 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1518 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1519 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1520 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1521 * 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
|
1522 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1523 * 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
|
1524 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1525 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1526 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
|
1527 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1528 * 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
|
1529 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1530 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1531 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
|
1532 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1533 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1534 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1535 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
|
1536 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1537 * 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
|
1538 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
|
1539 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
|
1540 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
|
1541 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1542 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
|
1543 |
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
|
1544 * 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
|
1545 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
|
1546 |
7501 | 1547 * polynomial/polyfit.m: Use QR decomposition. Handle |
1548 normalization option. | |
1549 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
1550 generate 50% prediction intervals. | |
1551 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1552 * 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
|
1553 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1554 |
7498 | 1555 2008-02-19 John W. Eaton <jwe@octave.org> |
1556 | |
1557 * pkg/pkg.m: Style fixes. | |
1558 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1559 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 1560 |
1561 * pkg/pkg.m: Handle 'describe' command. | |
1562 (parse_pkg_idx, print_package_description): New subfunctions. | |
1563 | |
7493 | 1564 2008-02-19 Bill Denney <bill@denney.ws> |
1565 | |
1566 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
1567 elements wide. | |
1568 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1569 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
|
1570 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1571 * 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
|
1572 |
7485 | 1573 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
1574 | |
1575 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
1576 * general/runlength.m: New function from Paul Kienzle. | |
1577 | |
7484 | 1578 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
1579 | |
1580 * linear-algebra/cond.m: New optional second argument to | |
1581 specify 1-norm, inf-norm, or frobenius-norm. | |
1582 | |
7475 | 1583 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
1584 | |
1585 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
1586 body. Allow the linespec to specify the arrow color. | |
1587 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1588 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
|
1589 |
7474 | 1590 * miscellaneous/cast.m: Also treat the logical type. |
1591 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1592 * 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
|
1593 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1594 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1595 * 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
|
1596 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1597 * 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
|
1598 * 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
|
1599 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1600 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
|
1601 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1602 * 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
|
1603 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1604 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1605 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1606 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1607 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1608 * 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
|
1609 |
7436 | 1610 2008-02-01 Dave Goel <deego3@gmail.com> |
1611 | |
1612 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
1613 | |
7434 | 1614 2008-02-01 Bill Denney <bill@denney.ws> |
1615 | |
1616 * time/weekday.m: Allow vector inputs and speed up. | |
1617 * time/eomday.m: Return column vector for column vector inputs. | |
1618 | |
7429 | 1619 2008-01-30 John W. Eaton <jwe@octave.org> |
1620 | |
7434 | 1621 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
1622 revision". | |
1623 | |
7431 | 1624 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
1625 __plt2vs__.m in the list. | |
1626 | |
7430 | 1627 * miscellaneous/tempdir.m: Append filesep to name for |
1628 compatibility. Warn if not a directory or directory does not | |
1629 exist. | |
1630 | |
7429 | 1631 * strings/deblank.m: Improve compatibility. |
1632 | |
7428 | 1633 2008-01-29 John W. Eaton <jwe@octave.org> |
1634 | |
1635 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
1636 | |
1637 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 1638 |
1639 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
1640 Return the label handle, not the current axis handle. | |
1641 | |
7421 | 1642 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
1643 | |
1644 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
1645 abscissa. | |
1646 | |
1647 2008-01-25 David Bateman <dbateman@free.fr> | |
1648 | |
7423 | 1649 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 1650 * plot/__scatter__.m: Remove NaN values from data. |
1651 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
1652 | |
7418 | 1653 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
1654 | |
1655 * linear-algebra/trace.m: Test cases for non 2-d args. | |
1656 | |
1657 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
1658 | |
1659 * geometry/griddata3.m: Call griddata, not gridata. | |
1660 | |
7415 | 1661 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
1662 | |
1663 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
1664 | |
7411 | 1665 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
1666 | |
1667 * linear-algebra/cond.m, linear-algebra/trace.m: | |
1668 Move tests here from test/test_linalg.m. | |
1669 | |
1670 * general/diff.m, general/fliplr.m, general/flipud.m, | |
1671 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
1672 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
1673 special-matrix/hankel.m, special-matrix/hilb.m, | |
1674 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
1675 special-matrix/toeplitz.m, special-matrix/vander.m: | |
1676 Move tests here from test/test_matrix.m. | |
1677 | |
1678 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
1679 Move tests here from test/test_number.m. | |
1680 | |
1681 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
1682 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
1683 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
1684 polynomial/polyvalm.m, polynomial/roots.m: | |
1685 Move tests here from test/test_poly.m. | |
1686 | |
1687 * signal/unwrap.m: | |
1688 Move tests here from test/test_signal.m. | |
1689 | |
1690 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
1691 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
1692 statistics/base/mean.m, statistics/base/median.m, | |
1693 statistics/base/skewness.m, statistics/base/std.m: | |
1694 Move tests here from test/test_stats.m. | |
1695 | |
1696 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
1697 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
1698 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
1699 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
1700 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
1701 strings/substr.m: | |
1702 Move tests here from test/test_string.m. | |
1703 | |
1704 * miscellaneous/computer.m, miscellaneous/ls.m, | |
1705 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
1706 time/date.m, time/etime.m, time/is_leap_year.m: | |
1707 Move tests here from test/test_system.m. | |
1708 | |
7410 | 1709 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
1710 | |
1711 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
1712 Simplify initial checks on argument values. | |
1713 | |
7408 | 1714 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
1715 | |
1716 * plot/gnuplot_drawnow.m: New function corresponding to the | |
1717 implementation of the gnuplot-based graphics backend (derived from | |
1718 drawnow.m). | |
1719 * plot/drawnow.m: Deleted (converted to C++). | |
1720 | |
7401 | 1721 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
1722 | |
1723 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
1724 New tests. | |
1725 | |
7399 | 1726 2008-01-18 John W. Eaton <jwe@octave.org> |
1727 | |
1728 * optimization/sqp.m: End each function with endfunction. | |
1729 | |
7398 | 1730 2008-01-18 Ben Abbott <bpabbott@mac.com> |
1731 | |
1732 * polynomial/residue.m: For each group of pole multiplicity, set | |
1733 the poles of the group to the value of the group's average. | |
1734 | |
7396 | 1735 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
1736 | |
1737 * plot/print.m: Handle PDF output. | |
1738 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
1739 | |
7392 | 1740 2008-01-17 John W. Eaton <jwe@octave.org> |
1741 | |
7393 | 1742 * path/savepath.m: Print newline before initial comment line. |
1743 Double up single quote characters. | |
1744 * path/__extractpath__.m: Return just the path as a string. | |
1745 Undo single quote character doubling. | |
1746 | |
1747 * path/pathdef.m: Avoid eval. Simplify. | |
1748 | |
7392 | 1749 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
1750 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
1751 avoid possible file descriptor leak. | |
1752 | |
1753 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
1754 | |
1755 * path/savepath.m: Warn if modified file is not explicitly specified. | |
1756 * startup/main-rcfile: Call atexit ("__finish__"). | |
1757 | |
7388 | 1758 2008-01-16 John W. Eaton <jwe@octave.org> |
1759 | |
7390 | 1760 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
1761 Use it to disable enhanced mode for individual labels and titles. | |
1762 | |
7392 | 1763 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 1764 (install install-strip, uninstall): Handle function files. |
1765 | |
1766 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
1767 | |
7392 | 1768 * startup/__finish__.m: New file. |
1769 * path/__extractpath__.m, path/matlabroot.m, | |
1770 path/pathdef.m: New files. | |
7388 | 1771 * path/Makefile.in (SOURCES): Add them to the list. |
1772 | |
7385 | 1773 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
1774 | |
7387 | 1775 * special-matrix/vander.m: Vectorize. New test. |
1776 | |
7385 | 1777 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
1778 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
1779 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
1780 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
1781 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
1782 Move tests here from test/test_arith.m. | |
1783 | |
7382 | 1784 2008-01-15 John W. Eaton <jwe@octave.org> |
1785 | |
1786 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
1787 | |
7379 | 1788 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
1789 | |
1790 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
1791 Call __get__ instead of get. | |
1792 | |
1793 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
1794 | |
1795 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
1796 Frobenius norm if matrix is all zeros. Use transpose instead of | |
1797 hermitian operator. | |
1798 | |
7376 | 1799 2008-01-14 Bill Denney <bill@denney.ws> |
1800 | |
1801 * plot/axis.m: Correctly handle "tight" and "image" options. | |
1802 | |
8149 | 1803 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 1804 |
1805 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
1806 image/rgb2ntsc.m: Also accept images as input. | |
1807 | |
1808 * image/gray2ind.m: Handle image type other than double. | |
1809 Improve error checking and documentation. | |
1810 | |
7371 | 1811 2008-01-14 John W. Eaton <jwe@octave.org> |
1812 | |
7372 | 1813 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
1814 instead of calling tolower on first arg. Default font name is | |
1815 Helvetica, not helvetica. Don't downcase user-specified font name. | |
1816 (__maybe_munge_text__): Fix typo. | |
1817 | |
7371 | 1818 * optimization/sqp.m: Fix function definitions in test code. |
1819 | |
7361 | 1820 2008-01-12 John W. Eaton <jwe@octave.org> |
1821 | |
1822 * plot/gnuplot_binary.in: New file. | |
1823 * plot/gnuplot_binary.m: Delete. | |
1824 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
1825 (SOURCES_IN, GEN_M): New macros. | |
1826 (DISTFILES): Include $(SOURCES_IN) in the list. | |
1827 (FCN_FILES): Include $(GEN_M) in the list. | |
1828 (all): Depend on $(GEN_M). | |
1829 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 1830 (distclean): Also remove $(GEN_M). |
7361 | 1831 |
1832 2008-01-11 John W. Eaton <jwe@octave.org> | |
1833 | |
1834 * optimization/sqp.m: New test from example in doc string. | |
1835 | |
7360 | 1836 2008-01-10 Ben Abbott <bpabbott@mac.com> |
1837 | |
1838 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
1839 to more than one multiplicity group. | |
1840 | |
7358 | 1841 2008-01-10 John W. Eaton <jwe@octave.org> |
1842 | |
1843 * plot/gnuplot_binary.m: New file. | |
1844 * plot/Makefile.in (SOURCES): Add it to the list. | |
1845 | |
7355 | 1846 2008-01-09 John W. Eaton <jwe@octave.org> |
1847 | |
1848 * plot/drawnow.m: Fail if filename includes a directory part that | |
1849 does not exist. | |
1850 | |
7352 | 1851 2008-01-07 John W. Eaton <jwe@octave.org> |
1852 | |
1853 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
1854 Error if glob call fails to match any files. | |
1855 | |
7346 | 1856 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
1857 | |
1858 * strings/strtrim.m: Doc fix. | |
1859 | |
7345 | 1860 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
1861 | |
1862 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
1863 | |
8149 | 1864 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 1865 |
1866 * set/create_set.m, set/union.m: Accept "rows" argument. | |
1867 | |
7341 | 1868 2008-01-02 John W. Eaton <jwe@octave.org> |
1869 | |
1870 * plot/print.m: Correctly handle pbm terminal. | |
1871 | |
7340 | 1872 2007-12-28 John W. Eaton <jwe@octave.org> |
1873 | |
1874 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
1875 extensions. | |
1876 | |
7337 | 1877 2007-12-28 David Bateman <dbateman@free.fr> |
1878 | |
1879 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
1880 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
1881 * Makefile.in (SOURCES): Add to the sources. | |
1882 | |
1883 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
1884 | |
1885 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
1886 Remove unnecessary call of size function. | |
1887 | |
7334 | 1888 2007-12-21 John W. Eaton <jwe@octave.org> |
1889 | |
1890 Version 3.0.0 released. | |
1891 | |
8149 | 1892 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 1893 |
1894 * image/imshow.m: Accept empty value for display_range. | |
1895 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1896 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 1897 |
1898 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
1899 | |
8149 | 1900 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 1901 |
1902 * image/imshow.m: Store uint8 images as doubles. Handle default | |
1903 display ranges correctly. | |
1904 | |
7327 | 1905 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
1906 Peter A. Gustafson <petegus@umich.edu> | |
1907 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1908 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 1909 |
7325 | 1910 2007-12-19 John W. Eaton <jwe@octave.org> |
1911 | |
1912 * miscellaneous/edit.m: New function. | |
1913 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1914 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1915 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 1916 |
1917 * plot/__bar__.m: Handle "basevalue" option. | |
1918 * plot/__bars__.m: New arg, base_value. | |
1919 | |
7321 | 1920 2007-12-17 David Bateman <dbateman@free.fr> |
1921 | |
1922 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
1923 * plot/Makefiles (SOURCES): Add them to the sources | |
1924 * plot/polar.m: Set the x and y limits to the maximum polar | |
1925 radius. Set the axes to be square. | |
1926 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
1927 and print axis at zero if this is used. | |
1928 | |
1929 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
1930 contours can overlay pcolor plots. Priveldge no hidden line | |
1931 removal when there are multiple objects in the plot. | |
1932 | |
7320 | 1933 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
1934 | |
1935 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
1936 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
1937 | |
7319 | 1938 2007-12-17 Ben Abbott <bpabbott@mac.com> |
1939 | |
1940 * miscellaneous/run.m: Replace script with f when looking for | |
1941 file to run. | |
1942 | |
7316 | 1943 2007-12-14 David Bateman <dbateman@free.fr> |
1944 | |
7317 | 1945 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
1946 * plot/contour.m: Doc fix. | |
1947 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
1948 Include linetype in withclause. | |
1949 | |
7316 | 1950 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
1951 Use it to determine dimensions. Consolidate all 3-d settings. | |
1952 | |
7315 | 1953 2007-12-13 John W. Eaton <jwe@octave.org> |
1954 | |
1955 * image/imshow.m: Turn axis visibility off. | |
1956 Don't scale true color images. | |
1957 * image/image.m: Set axis layer property to "top". | |
1958 | |
7307 | 1959 2007-12-12 John W. Eaton <jwe@octave.org> |
1960 | |
7313 | 1961 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
1962 | |
1963 * plot/pie.m: Avoid calling "exist". | |
1964 | |
7309 | 1965 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 1966 Condense argument processing logic. Allow 6 arguments. |
1967 Use issquare. Avoid calling "exist". | |
7309 | 1968 |
7307 | 1969 * plot/__go_draw_axes__.m: Handle the axes layer property. |
1970 | |
7305 | 1971 2007-12-12 David Bateman <dbateman@free.fr> |
1972 | |
1973 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
1974 * plot/Makefile.in (SOURCES): Add to the sources. | |
1975 | |
7290 | 1976 2007-12-11 John W. Eaton <jwe@octave.org> |
1977 | |
7298 | 1978 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
1979 * plot/surface.m: Not here. | |
1980 | |
7297 | 1981 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
1982 subsequent "unset grid" if there is no grid. | |
1983 | |
7296 | 1984 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
1985 | |
7293 | 1986 * plot/surface.m: Don't set facecolor property in call to |
1987 __go_surface__. | |
1988 | |
7290 | 1989 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
1990 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
1991 | |
7292 | 1992 2007-12-11 Kai Habel <kai.habel@gmx.de> |
1993 | |
7295 | 1994 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
1995 color string is not taken as z value. | |
1996 | |
7292 | 1997 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
1998 zgrid to "on" and box to "off" for used axes. | |
1999 | |
2000 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
2001 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
2002 | |
7286 | 2003 2007-12-11 David Bateman <dbateman@free.fr> |
2004 | |
7288 | 2005 * miscelleaneous/fullfile.m: Ignore empty arguments. |
2006 | |
7287 | 2007 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
2008 * statistics/base/mode.m: Ditto. | |
2009 | |
7286 | 2010 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
2011 object handles are all now non integer. | |
2012 | |
7278 | 2013 2007-12-10 John W. Eaton <jwe@octave.org> |
2014 | |
7282 | 2015 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
2016 | |
7281 | 2017 * general/issymmetric.m: Use ' instead of .' for compatibility |
2018 with previous versions of Octave. | |
2019 * general/ishermitian.m: Delete. | |
7285 | 2020 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 2021 |
7280 | 2022 * plot/fplot.m: In N is not specified, increase initial number of |
2023 points from 3 and 5 to 5 and 8. | |
2024 | |
7279 | 2025 * signal/detrend.m: Move tests here from test/test_signal.m. |
2026 Loosen tolerance on first test from 10*eps to 20*eps. | |
2027 | |
7278 | 2028 * finance/rate.m: Don't request info from fsolve. |
2029 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2030 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 2031 |
2032 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
2033 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
2034 | |
7276 | 2035 2007-12-10 David Bateman <dbateman@free.fr> |
2036 | |
2037 * image/image.m: Rewritten to allow trailing properties to be | |
2038 passed to underlying image object. | |
2039 * image/__img__.m: Pass additional arguments to __go_image__. | |
2040 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
2041 | |
7274 | 2042 2007-12-10 John W. Eaton <jwe@octave.org> |
2043 | |
2044 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
2045 front" to gnuplot. | |
2046 | |
7271 | 2047 2007-12-10 David Bateman <dbateman@free.fr> |
2048 | |
7274 | 2049 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 2050 border front" from images. |
7274 | 2051 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
2052 * plot/pcolor.m: Set axis "box" property. | |
2053 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
2054 Mark as commands. | |
7271 | 2055 |
7269 | 2056 2007-12-07 David Bateman <dbateman@free.fr> |
2057 | |
2058 * plot/surf.m: Don't set facecolor property. | |
2059 | |
7265 | 2060 2007-12-06 John W. Eaton <jwe@octave.org> |
2061 | |
7269 | 2062 * plot/print.m: Pass mono to drawnow. |
2063 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
2064 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
2065 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
2066 disable color specifications. | |
2067 | |
7265 | 2068 * general/issymmetric.m: Move tests here from test/test_number.m |
2069 | |
2070 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
2071 | |
2072 * general/issymmetric.m: To keep its argument sparse and the | |
2073 function quick, use the infinity norm rather than the 2-norm. | |
2074 Also measure the symmetric part rather than the Hermitian part. | |
2075 * general/ishermitian.m: New file. Measure the Hermitian part. | |
2076 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
2077 | |
7248 | 2078 2007-12-04 John W. Eaton <jwe@octave.org> |
2079 | |
7257 | 2080 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
2081 text and label commands if font is "*". | |
2082 | |
7248 | 2083 * linear-algebra/krylov.m: Doc fixes. |
2084 From Marco Caliari <caliari@sci.univr.it>. | |
2085 | |
7250 | 2086 2007-12-04 Kai Habel <kai.habel@gmx.de> |
2087 | |
2088 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
2089 Add "## PKG_ADD: mark_as_command axis" line. | |
2090 | |
7245 | 2091 2007-12-03 John W. Eaton <jwe@octave.org> |
2092 | |
2093 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
2094 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
2095 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
2096 Generate demos from examples. | |
2097 | |
7240 | 2098 2007-12-03 David Bateman <dbateman@free.fr> |
2099 | |
7243 | 2100 * testfun/test.m: Disable "testif" test block to avoid spurious |
2101 skipped test for "make check". Avoid printing variables for | |
2102 skipped tests. | |
2103 | |
7242 | 2104 * testfun/test.m: Add "testif" type to allow for conditional tests. |
2105 | |
7240 | 2106 * plot/plotyy.m: Use activepositionproperty property of axes |
2107 object. Set second axis color to "none". | |
2108 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
2109 property of the axis objects. | |
2110 | |
7239 | 2111 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
2112 | |
2113 * linear-algebra/condest.m: Loosen tolerance in test. | |
2114 | |
7236 | 2115 2007-12-02 John W. Eaton <jwe@octave.org> |
2116 | |
2117 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
2118 get_data_limits. | |
2119 | |
7222 | 2120 2007-11-30 John W. Eaton <jwe@octave.org> |
2121 | |
2122 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
2123 (get_data_limits, get_axis_limits): Delete. | |
2124 | |
7228 | 2125 2007-11-30 David Bateman <dbateman@free.fr> |
2126 | |
7235 | 2127 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
2128 | |
7228 | 2129 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
2130 tick labels rather than one by one on the labels themselves. | |
2131 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
2132 95% crossing fixed. | |
2133 | |
7217 | 2134 2007-11-29 David Bateman <dbateman@free.fr> |
2135 | |
7220 | 2136 * plot/pareto.m: New file. |
2137 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2138 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
2139 marks to avoid gnuplot error about formating. More colorspec to | |
2140 after the tics. | |
2141 * plot/plotyy.m: More generic check for appropriate axis color. | |
2142 | |
7217 | 2143 * plot/__stem__.m: New file based on old stem.m expanded to treat |
2144 2- and 3-D. | |
2145 * plot/stem3.m: New function. | |
2146 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2147 * plot/stem.m: Adapt to use __stem__. | |
2148 | |
7216 | 2149 2007-11-29 John W. Eaton <jwe@octave.org> |
2150 | |
2151 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
2152 plot/surf.m, plot/surface.m: Don't return handle value unless | |
2153 requested. | |
2154 | |
2155 * plot/patch.m: Omit isnan check on handle returned from | |
2156 __plt_get_axis_arg__. | |
2157 | |
2158 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
2159 but has no axes. | |
2160 | |
7215 | 2161 2007-11-28 David Bateman <dbateman@free.fr> |
2162 | |
2163 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
2164 ancestor. If leading argument is logical set variable nogca to see | |
2165 if gca() should be called if there is no active handle found. | |
2166 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
2167 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
2168 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
2169 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
2170 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
2171 __plt__get_axis_arg__ to find axis handle. | |
2172 * polar.m: Typo. | |
2173 | |
7213 | 2174 2007-11-28 John W. Eaton <jwe@octave.org> |
2175 | |
2176 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
2177 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2178 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 2179 |
2180 * plot/drawnow.m: Fix typo. | |
2181 | |
7206 | 2182 2007-11-27 David Bateman <dbateman@free.fr> |
2183 | |
7207 | 2184 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
2185 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
2186 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
2187 | |
2188 * plot/meshz.m: New function. | |
2189 * plot/Makefile.in (SOURCES): Add it to the list. | |
2190 * plot/surface.m: Allow surface to accept an axis handle as the | |
2191 first argument. | |
2192 * plot/meshc.m: Extract z from the the surface object rather than | |
2193 varargin so that we can rely on code in surface to treat leading | |
2194 axis handles. | |
2195 | |
7206 | 2196 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
2197 y2tics" in the case of a plotyy plot. | |
2198 * plot/plotyy.m: ensure the position property is set correct for | |
2199 the second axis, by setting it after the plot itself. In the case | |
2200 of a plot that returns multiple handles, base the color selection | |
2201 on the first. | |
2202 | |
7204 | 2203 2007-11-27 Kai Habel <kai.habel@gmx.de> |
2204 | |
2205 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
2206 z-value of vertex 'c3'. | |
2207 | |
7203 | 2208 2007-11-27 John W. Eaton <jwe@octave.org> |
2209 | |
2210 * image/image.m: Allow nargin == 0 case to work again. | |
2211 | |
7202 | 2212 2007-11-27 David Bateman <dbateman@free.fr> |
2213 | |
2214 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
2215 colorbar, to ensure that the colorbar is on the canvas for png and | |
2216 postscipt outputs. | |
2217 | |
7189 | 2218 2007-11-26 David Bateman <dbateman@free.fr> |
2219 | |
7197 | 2220 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
2221 return values. | |
2222 | |
7194 | 2223 * plot/plotyy.m: New function |
2224 * plot/Makefile.in (SOURCES): Add it here. | |
2225 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
2226 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
2227 {x|y}label to respect the axis position. | |
2228 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
2229 handle as the first argument. | |
2230 | |
7192 | 2231 * pkg/pkg.m (pkg:install): When loading the installed packages |
2232 index into installed_pkgs_lst and not descriptions.. | |
2233 | |
7189 | 2234 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
2235 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2236 * plot/quiver.m: Modify to use __quiver__.m. | |
2237 | |
2238 * plot/hist.m: Avoid saturation when the x values are in an | |
2239 inetger type. | |
2240 | |
2241 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
2242 | |
2243 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
2244 functions. | |
2245 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
2246 | |
2247 2007-11-26 David Bateman <dbateman@free.fr> | |
2248 | |
2249 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
2250 extent. | |
2251 | |
2252 * plot/colorbar.m: New function. | |
2253 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2254 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
2255 precalculate the clim, set pm3d except for mesh. | |
2256 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
2257 save the real values so that colorbar corresponds to the contour | |
2258 levels. | |
2259 | |
2260 * plot/stem.m: Set marker color the same as the line color. Draw | |
2261 a single discontinous line object for the stems. | |
2262 | |
2263 * plot/sphere.m: New function ported from JHandles. | |
2264 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2265 | |
2266 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
2267 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
2268 to get enhanced mode to work correctly for the X11 terminal. | |
2269 | |
2270 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
2271 the reverse. Allow an axes handle to be passed and/or returned. | |
2272 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
2273 | |
2274 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
2275 sort surface patches by their depth and not the order they are | |
2276 rendered in. | |
2277 | |
2278 * plot/__patch__.m: Set clim correctly. | |
2279 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
2280 the marker color is determined by the cmap. | |
2281 * plot/scatter.m: New function to 2D scatter plots. | |
2282 * plot/scatter3.m: New function to 3D scatter plots. | |
2283 * plot/__scatter__.m: Support function for scatter plots | |
2284 * Makefile.in (SOURCES): Ad dnew functions here. | |
2285 | |
2286 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
2287 Return whether the terminal supports enhanced text or not. | |
2288 (drawnow:enhanced_term): New sub-function to determine if terminal | |
2289 supports enhanced mode. | |
2290 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
2291 __go_draw_axes__. | |
2292 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
2293 needed to support the enhanced mode. | |
2294 * plot/print.m: Remove "enhanced" option as this is now treated in | |
2295 drawnow.m. | |
2296 | |
2297 | |
2298 * plot/caxis.m: New function to control the color axis limits. | |
2299 * plot/Makefile.in (SOURCES): Include it. | |
2300 * plot/axis.m: Allow the first argument to be an axes handle. | |
2301 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
2302 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
2303 caxis limits. | |
2304 | |
2305 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
2306 * image/Makefile.in (SOURCES): Include it. | |
2307 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
2308 of the bars for the colormap. | |
2309 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
2310 passed. | |
2311 * plot/__contour.m: Avoid possible divide by zero error. | |
2312 * plot/contour.m: Missing semicolon. | |
2313 * plot/surface.m: Don't attempt to set additional arguments if | |
2314 there are none. | |
2315 * plot/Makefile.in (SOURCES): Include __bars__.m | |
2316 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2317 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 2318 |
2319 * plot/__bar__.m: put bar creation code into separate function | |
2320 to allow easy hook up from other graphic backends | |
2321 | |
2322 * plot/__bars__.m: new function containing bar creation code | |
2323 | |
7186 | 2324 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
2325 | |
2326 * general/accumarray.m: Correct dimension check. | |
2327 | |
7183 | 2328 2007-11-26 John W. Eaton <jwe@octave.org> |
2329 | |
2330 * polynomial/residue.m: Prepad along second dimension. | |
2331 From Doug Stewart <dastew@sympatico.ca>. | |
2332 | |
7181 | 2333 2007-11-26 Kai Habel <kai.habel@gmx.de> |
2334 | |
7183 | 2335 * plot/cylinder.m, plot/slice.m: New functions. |
2336 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 2337 |
7177 | 2338 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
2339 | |
2340 * plot/patch.m: Handle arg may also be hggroup object. | |
2341 Use ancestor to find parent axes object. | |
2342 | |
7175 | 2343 2007-11-14 David Bateman <dbateman@free.fr> |
2344 | |
2345 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
2346 flag to patch that it is not closed. Allow z to take string | |
2347 arguments and use it to flag that the contours are placed at the | |
2348 z level of the contour itself. | |
2349 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
2350 objects as well. Let hidden removal take precedence in case of a | |
2351 conflict. | |
2352 * plot/surface.m: Allow surface to treat handles being passed or | |
2353 returned. Any additional arguments arr used to set the surface | |
2354 handle. | |
2355 * plot/contour3.m: New function | |
2356 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2357 | |
7173 | 2358 2007-11-14 John W. Eaton <jwe@octave.org> |
2359 | |
2360 * specfun/bessel.m: Update doc string from | |
2361 src/DLD-FUNCTIONS/besselj.cc. | |
2362 | |
7170 | 2363 2007-11-12 David Bateman <dbateman@free.fr> |
2364 | |
2365 * plot/contour.m: Allow handles to be passed and returned. Split | |
2366 the countour function itself into __contour__.m to be shared with | |
2367 surfc and meshc. | |
2368 * plot/__contour__.m: New file | |
2369 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2370 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
2371 the face or edge if the facecolor or edge color are marked as | |
2372 "none". Allow the edgecolor to be determined by the cdata in the | |
2373 same manner as the facecolor. Fail if facecolor is not "none" and | |
2374 a 3-D plot is desired, rather than ignoring zdata. Make the | |
2375 storage of 3D/4D data consistent between line, surface and patch | |
2376 objects. | |
2377 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
2378 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 2379 |
2380 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
2381 Handle fontweight and fontangle properties. | |
2382 | |
7163 | 2383 2007-11-12 Kai Habel <kai.habel@gmx.de> |
2384 | |
2385 * plot/spinmap.m, plot/ribbon.m: New functions. | |
2386 * plot/Makefile.in (SOURCES): Add them to the list. | |
2387 | |
2388 2007-11-12 John W. Eaton <jwe@octave.org> | |
2389 | |
2390 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
2391 Use it to avoid duplicated code. | |
2392 | |
7161 | 2393 2007-11-12 David Bateman <dbateman@free.fr> |
2394 | |
7162 | 2395 * plot/title.m: Fix return value for nargout > 0. |
2396 | |
2397 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
2398 specified for the title, xlabel, ylabel and text objects. | |
2399 | |
7161 | 2400 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
2401 4.0 and surface plots. | |
2402 | |
7160 | 2403 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
2404 | |
2405 * plot/__patch__.m: Fix computation of faces when patch is defined | |
2406 with X/Y/Z data. | |
2407 | |
7146 | 2408 2007-11-09 John W. Eaton <jwe@octave.org> |
2409 | |
7152 | 2410 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 2411 Correct logic in setting palette data. |
7152 | 2412 |
7151 | 2413 * audio/wavread.m, control/base/__bodquist__.m, |
2414 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
2415 control/system/c2d.m, control/system/is_detectable.m, | |
2416 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
2417 control/system/tfout.m, general/isdefinite.m, | |
2418 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
2419 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
2420 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
2421 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
2422 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
2423 testfun/test.m: Use specific end keywords. | |
2424 | |
7146 | 2425 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
2426 | |
2427 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
2428 | |
2429 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
2430 Don't change view if hold is on. | |
2431 | |
7142 | 2432 2007-11-09 David Bateman <dbateman@free.fr> |
2433 | |
7149 | 2434 * plot/hidden.m: New function. |
2435 * plot/Makefile.in (SOURCES): Add it here. | |
2436 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
2437 line removal. | |
2438 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
2439 removal and if it is "none" don't do hidden line removal. | |
2440 | |
7148 | 2441 * plot/legend.m: Also allow labels for surface and patch types. |
2442 * plot/__bar__.m: Split into separate patch pbjects to allow | |
2443 setting of the legend. | |
2444 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
2445 objects as well. | |
2446 | |
7146 | 2447 * plot/area.m, plot/__area__.m: New functions |
2448 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
2449 | |
7142 | 2450 * plot/patch.m: Correctly handle case of axis handle as first arg. |
2451 | |
7144 | 2452 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
2453 | |
2454 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
2455 | |
7131 | 2456 2007-11-08 John W. Eaton <jwe@octave.org> |
2457 | |
7133 | 2458 * control/base/dcgain.m, control/base/dre.m, |
2459 control/base/impulse.m, control/base/step.m, | |
2460 control/system/dmr2d.m, control/system/ord2.m, | |
2461 control/system/sys2ss.m, control/system/sysdimensions.m, | |
2462 control/system/sysgetsignals.m, control/system/sysout.m, | |
2463 control/system/tfout.m, control/system/ugain.m, | |
2464 control/system/zpout.m, control/util/strappend.m: | |
2465 Don't fail with usage message if nargout is too large. | |
2466 | |
7131 | 2467 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
2468 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
2469 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 2470 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
2471 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
2472 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
2473 control/obsolete/rotg.m, control/obsolete/series.m, | |
2474 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
2475 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 2476 control/system/__syschnamesl__.m, |
2477 control/system/__syscont_disc__.m, | |
2478 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
2479 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
2480 control/system/abcddim.m, control/system/buildssic.m, | |
2481 control/system/c2d.m, control/system/cellidx.m, | |
2482 control/system/d2c.m, control/system/dmr2d.m, | |
2483 control/system/fir2sys.m, control/system/is_abcd.m, | |
2484 control/system/is_controllable.m, control/system/is_detectable.m, | |
2485 control/system/is_digital.m, control/system/is_observable.m, | |
2486 control/system/is_stabilizable.m, control/system/is_stable.m, | |
2487 control/system/jet707.m, control/system/listidx.m, | |
2488 control/system/parallel.m, control/system/ss.m, | |
2489 control/system/ss2sys.m, control/system/ss2zp.m, | |
2490 control/system/starp.m, control/system/sys2ss.m, | |
2491 control/system/sys2tf.m, control/system/sys2zp.m, | |
2492 control/system/sysadd.m, control/system/sysappend.m, | |
2493 control/system/sysconnect.m, control/system/syscont.m, | |
2494 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 2495 control/system/sysdup.m, control/system/sysgetsignals.m, |
2496 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 2497 control/system/sysmult.m, control/system/sysout.m, |
2498 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 2499 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 2500 control/system/syssub.m, control/system/sysupdate.m, |
2501 control/system/tf.m, control/system/tf2ss.m, | |
2502 control/system/tf2sys.m, control/system/tfout.m, | |
2503 control/system/zp.m, control/system/zp2ss.m, | |
2504 control/system/zp2sys.m, control/system/zp2tf.m, | |
2505 control/system/zpout.m, control/util/__outlist__.m, | |
2506 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
2507 control/util/prompt.m, control/util/sortcom.m, | |
2508 control/util/zgfmul.m, control/util/zgfslv.m, | |
2509 control/util/zginit.m, control/util/zgreduce.m, | |
2510 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 2511 |
7130 | 2512 2007-11-08 David Bateman <dbateman@free.fr> |
2513 | |
2514 * plot/quiver.m: Fix arrowheads. | |
2515 | |
7128 | 2516 2007-11-07 Ben Abbott <bpabbott@mac.com> |
2517 | |
2518 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 2519 Handle "rows" argument. New tests. |
7128 | 2520 (cell_ismember): New function. |
2521 | |
7127 | 2522 2007-11-07 John W. Eaton <jwe@octave.org> |
2523 | |
2524 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
2525 control/base/__stepimp__.m, control/base/are.m, | |
2526 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
2527 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
2528 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
2529 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
2530 control/base/ltifr.m, control/base/nichols.m, | |
2531 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
2532 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
2533 Style fixes. | |
2534 | |
7125 | 2535 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
2536 | |
2537 * control/base/bode_bounds.m, control/base/dgram.m, | |
2538 control/base/dlyap.m, control/base/freqchkw.m, | |
2539 control/base/gram.m, control/base/place.m, | |
2540 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
2541 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
2542 control/system/is_signal_list.m, control/system/ss2tf.m, | |
2543 control/system/sys2fir.m, control/system/sysgettsam.m, | |
2544 control/system/sysgettype.m, control/system/sysreorder.m, | |
2545 control/system/tf2sys.m, control/system/zp2tf.m, | |
2546 control/util/axis2dlim.m, control/util/swap.m, | |
2547 control/util/zgfmul.m, control/util/zgfslv.m, | |
2548 control/util/zginit.m, control/util/zgreduce.m, | |
2549 control/util/zgrownorm.m, control/util/zgscal.m, | |
2550 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
2551 geometry/inpolygon.m, linear-algebra/housh.m, | |
2552 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
2553 miscellaneous/run.m, quaternion/qconj.m, | |
2554 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
2555 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
2556 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
2557 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
2558 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
2559 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
2560 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
2561 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
2562 statistics/distributions/empirical_cdf.m, | |
2563 statistics/distributions/empirical_inv.m, | |
2564 statistics/distributions/empirical_pdf.m, | |
2565 statistics/models/logistic_regression_derivatives.m, | |
2566 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
2567 | |
7118 | 2568 2007-11-07 David Bateman <dbateman@free.fr> |
2569 | |
7120 | 2570 * general/gradient.m: Correctly convert deltax and deltay scalar |
2571 values are scalars to vectors. | |
2572 | |
7119 | 2573 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
2574 the meshc.m function. | |
2575 * plot/meshc.m: Also use the surface function. | |
2576 | |
7120 | 2577 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 2578 * plot/Makefile.in (SOURCES): Add them to the list. |
2579 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
2580 | |
7117 | 2581 2007-11-07 Michael Zeising <michael@michaels-website.de> |
2582 | |
2583 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
2584 | |
7115 | 2585 2007-11-07 John W. Eaton <jwe@octave.org> |
2586 | |
2587 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
2588 the data limits are infinite. | |
2589 (get_data_limits): Don't do anything if xdat or tx are empty. | |
2590 (get_axis_limits): Don't do anything if min_val or max_val are | |
2591 infinite. | |
2592 | |
7112 | 2593 2007-11-06 David Bateman <dbateman@free.fr> |
2594 | |
2595 * plot/hist.m: Pass any additional arguments to bar for | |
2596 treatment. Create a default x value that is always a vector. | |
2597 | |
7111 | 2598 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
2599 | |
2600 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
2601 when calling ./configure and add quotes to preserve spaces. | |
7109 | 2602 |
2603 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
2604 | |
2605 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
2606 New files. | |
2607 * plot/mesh.m: Call surface to do the real work. | |
2608 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
2609 properties. | |
2610 | |
2611 * image/colormap.m: Also return current colormap if nargout and | |
2612 nargin are both 0. | |
2613 | |
7106 | 2614 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
2615 | |
2616 * startup/inputrc: Delete key bindings starting with \340 code. | |
2617 | |
7112 | 2618 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 2619 |
2620 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
2621 to avoid issues of over- and underflow. From Rolf Fabian | |
2622 <Rolf.Fabian@gmx.de>. | |
2623 | |
7097 | 2624 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
2625 | |
2626 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
2627 help texts. | |
2628 | |
7096 | 2629 2007-11-02 Kai Habel <kai.habel@gmx.de> |
2630 | |
2631 * plot/bar.m, plot/barh.m: Doc fix. | |
2632 | |
7094 | 2633 2007-10-31 John W. Eaton <jwe@octave.org> |
2634 | |
2635 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
2636 | |
7086 | 2637 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
2638 | |
2639 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
2640 objects and legend objects are implemented with a separate axes | |
2641 object. | |
2642 | |
7078 | 2643 2007-10-30 David Bateman <dbateman@free.fr> |
2644 | |
7081 | 2645 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
2646 | |
7078 | 2647 * plot/__go_draw_axes__.m (do_linestyle_command): |
2648 Use point type 0 for ".". | |
2649 | |
7073 | 2650 2007-10-26 John W. Eaton <jwe@octave.org> |
2651 | |
7074 | 2652 * image/imshow.m: Improve compatibility. |
2653 * image/image.m: Return handle if nargou > 0. | |
2654 | |
7073 | 2655 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
2656 | |
7069 | 2657 2007-10-25 John W. Eaton <jwe@octave.org> |
2658 | |
2659 * miscellaneous/compare_versions.m: Style fixes. | |
2660 | |
7060 | 2661 2007-10-24 John W. Eaton <jwe@octave.org> |
2662 | |
7061 | 2663 * image/saveimage.m: Use functional form of save instead of eval. |
2664 Use -text instead of -ascii. | |
2665 | |
7060 | 2666 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
2667 | |
7054 | 2668 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
2669 | |
2670 * plot/legend.m: Also extract location string from varargin (lost | |
2671 when 2007-10-08 patch was applied). | |
2672 | |
7049 | 2673 2007-10-23 David Bateman <dbateman@free.fr> |
2674 | |
2675 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
2676 miscellaneous/what.m: New functions | |
2677 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
2678 functions. | |
2679 | |
7045 | 2680 2007-10-22 David Bateman <dbateman@free.fr> |
2681 | |
2682 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
2683 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
2684 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
2685 | |
7042 | 2686 2007-10-19 Kai Habel <kai.habel@gmx.de> |
2687 | |
2688 * plot/contourf.m: New function. | |
2689 * plot/Makefile.in (SOURCES): Add it to the list. | |
2690 | |
7040 | 2691 2007-10-19 John W. Eaton <jwe@octave.org> |
2692 | |
2693 * plot/subplot.m: Doc fix. | |
2694 | |
7039 | 2695 2007-10-19 David Bateman <dbateman@free.fr> |
2696 | |
7041 | 2697 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 2698 |
7037 | 2699 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
2700 | |
2701 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
2702 output. | |
2703 | |
7031 | 2704 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
2705 | |
2706 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
2707 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
2708 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
2709 control/system/syssetsignals.m, control/base/lqg.m, | |
2710 strings/str2double.m, control/system/sysscale.m, | |
2711 control/hinf/hinfdemo.m, general/cplxpair.m: | |
2712 Make help text fit on pages when using smallbook. | |
2713 | |
7028 | 2714 2007-10-15 David Bateman <dbateman@free.fr> |
2715 | |
7032 | 2716 * plot/print.m: Call drawnow before printing to ensure the plot is |
2717 on the screen. | |
2718 | |
7028 | 2719 * testfun/test.m: In error/warning blocks test for an error before |
2720 a warning to avoid unexpected failures. | |
2721 | |
7027 | 2722 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
2723 | |
2724 * testfun/assert.m: Correct documentation of absolution versus | |
2725 relative error tolerance and add tests. | |
2726 | |
7024 | 2727 2007-10-14 David Bateman <dbateman@free.fr> |
2728 | |
2729 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
2730 src directory. | |
2731 * plot/Makefile.in (SOURCES): Add fill.m. | |
2732 | |
7020 | 2733 2007-10-13 David Bateman <dbateman@free.fr> |
2734 | |
2735 * plot/__patch__.m: Allow multiple patches to be defined and | |
2736 return a single patch object. Allow Faces/Vertices form of | |
2737 patch. Flag failure so the patch can call print_usage. | |
2738 * plot/patch.m: Update help string for Faces/Vertices | |
2739 call. Respect the fail flag returned by __patch__. Add demo code | |
2740 that tests the functionality of patch. | |
2741 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
2742 patch object. | |
2743 * plot/fill.m: New function. | |
2744 | |
7016 | 2745 2007-10-12 John W. Eaton <jwe@octave.org> |
2746 | |
2747 * Change copyright notices in all files that are part of Octave to | |
2748 GPLv3 or any later version. | |
2749 | |
7012 | 2750 2007-10-11 John W. Eaton <jwe@octave.org> |
2751 | |
2752 * plot/__go_draw_axes__.m (get_axis_limits): | |
2753 Return lim = [] if logscale and no positive values. | |
2754 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
2755 Set initial min and min positive values to Inf, max values to -Inf. | |
2756 (get_data_limits): Correctly handle xminp when no positive values | |
2757 are found. | |
2758 | |
7011 | 2759 2007-10-11 Ben Abbott <bpabbott@mac.com> |
2760 | |
2761 * polynomial/residue.m: New optional input for pole multiplicity. | |
2762 Doc fix. Fix tests. | |
2763 | |
7010 | 2764 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
2765 | |
2766 * toplev.cc (Foctave_config_info): Add field "mac". | |
2767 | |
2768 * miscellaneous/ismac.m: New function. | |
2769 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2770 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
2771 | |
7009 | 2772 2007-10-11 Arno Onken <asnelt@asnelt.org> |
2773 | |
2774 * statistics/distributions/hygernd.m: Allow size to be specified | |
2775 as a scalar. Handle three argument case. Allow T, M, and N to be | |
2776 scalars or matrices of a common size. | |
2777 | |
7007 | 2778 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
2779 | |
2780 * control/csrefcard.lt, control/system/is_detectable.m, | |
2781 control/system/sysgroup.m, geometry/voronoin.m, | |
2782 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
2783 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
2784 statistics/distributions/binornd.m, | |
2785 statistics/distributions/cauchy_rnd.m, | |
2786 statistics/distributions/chi2rnd.m, | |
2787 statistics/distributions/discrete_rnd.m, | |
2788 statistics/distributions/exprnd.m, | |
2789 statistics/distributions/frnd.m, | |
2790 statistics/distributions/gamrnd.m, | |
2791 statistics/distributions/geornd.m, | |
2792 statistics/distributions/laplace_rnd.m, | |
2793 statistics/distributions/logistic_rnd.m, | |
2794 statistics/distributions/lognrnd.m, | |
2795 statistics/distributions/nbinrnd.m, | |
2796 statistics/distributions/normrnd.m, | |
2797 statistics/distributions/poissrnd.m, | |
2798 statistics/distributions/stdnormal_rnd.m, | |
2799 statistics/distributions/trnd.m, | |
2800 statistics/distributions/unifrnd.m, | |
2801 statistics/distributions/wblrnd.m: Spelling fixes. | |
2802 | |
7005 | 2803 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
2804 | |
2805 * time/tic.m: New optional output value. | |
2806 | |
2807 * general/int2str.m: Doc fix. | |
2808 | |
7002 | 2809 2007-10-10 Arno Onken <asnelt@asnelt.org> |
2810 | |
2811 * statistics/distributions/hygecdf.m, | |
2812 statistics/distributions/hygeinv.m, | |
2813 statistics/distributions/hygepdf.m, | |
2814 statistics/distributions/hygernd.m: | |
2815 Swap order of T and M args for compatibility. | |
2816 | |
7001 | 2817 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
2818 | |
2819 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
2820 control/system/buildssic.m, control/system/c2d.m, | |
2821 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
2822 control/system/ss2sys.m, control/system/ss2tf.m, | |
2823 control/system/syscont.m, control/system/sysdimensions.m, | |
2824 control/system/sysdisc.m, control/system/sysmult.m, | |
2825 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
2826 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
2827 general/interp1.m, general/interp2.m, general/interp3.m, | |
2828 general/interpft.m, general/interpn.m, general/polyarea.m, | |
2829 general/rat.m, general/structfun.m, general/trapz.m, | |
2830 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
2831 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
2832 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
2833 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
2834 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
2835 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
2836 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
2837 statistics/base/meansq.m, statistics/base/var.m, | |
2838 statistics/tests/chisquare_test_independence.m, | |
2839 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
2840 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
2841 testfun/test.m: Spelling fixes. | |
2842 | |
6998 | 2843 2007-10-10 Ben Abbott <bpabbott@mac.com> |
2844 | |
2845 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
2846 | |
6997 | 2847 2007-10-10 John W. Eaton <jwe@octave.org> |
2848 | |
2849 * general/num2str.m: Always allow for sign for automatically | |
2850 computed format widths. | |
2851 | |
6988 | 2852 2007-10-09 David Bateman <dbateman@free.fr> |
2853 | |
2854 * plot/patch.m: Accept a handle as the first argument. | |
2855 | |
6987 | 2856 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
2857 | |
7010 | 2858 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 2859 |
6985 | 2860 2007-10-09 John W. Eaton <jwe@octave.org> |
2861 | |
2862 * audio/wavwrite.m: Accept arguments in compatible order. | |
2863 | |
6979 | 2864 2007-10-08 David Bateman <dbateman@free.fr> |
2865 | |
2866 * general/interp2.m: Relax test for values outside the grid to | |
2867 allow monotonically decreasing abscissa as well. | |
2868 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2869 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 2870 |
2871 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
2872 as output parameter. | |
2873 | |
6977 | 2874 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
2875 | |
2876 * plot/__go_draw_axes__.m, plot/legend.m: | |
2877 Handle compatible position specifiers as strings. | |
2878 | |
6975 | 2879 2007-10-08 John Swensen <jpswensen@comcast.net> |
2880 | |
2881 * general/num2str.m: Eliminate extra whitespace in output. | |
2882 * strings/strtrim.m: New function. | |
2883 * strings/Makefile.in (SOURCES): Add it to the list. | |
2884 | |
6968 | 2885 2007-10-06 John W. Eaton <jwe@octave.org> |
2886 | |
2887 * polynomial/residue.m: New test from test/test_poly.m. | |
2888 | |
6967 | 2889 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
2890 | |
2891 * image/saveimage.m: Handle saving color images without a colormap. | |
2892 * image/__img_via_file__.m: Add missing semicolon. | |
2893 | |
2894 2007-10-06 Bill Denney <wsloand@gmail.com> | |
2895 | |
7010 | 2896 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 2897 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
2898 | |
6965 | 2899 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
2900 | |
2901 * plot/print.m: Handle svg output type. Accept new -S option to | |
2902 specify size for PNG and SVG output types. | |
2903 | |
2904 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 2905 |
2906 * polynomial/mpoles.m: New function. | |
2907 * polynomial/residue.m: Modified to behave in reciprocal | |
2908 manner. No longer compute 4th output, "e". No longer accept | |
2909 tolerance input. Explicitly set tolerance parameter to 0.001. | |
2910 Respect maximum relative difference in poles when determining | |
2911 their multiplicity. Use mpoles to determine the multiplicity of | |
2912 poles. | |
2913 | |
6963 | 2914 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
2915 | |
2916 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
2917 for surface plots. | |
2918 | |
6962 | 2919 2007-10-05 John W. Eaton <jwe@octave.org> |
2920 | |
2921 * plot/__next_line_color__.m: Get color_rotation from axes | |
2922 colororder property. | |
2923 | |
6953 | 2924 2007-10-03 John W. Eaton <jwe@octave.org> |
2925 | |
6955 | 2926 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
2927 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
2928 | |
6953 | 2929 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
2930 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
2931 special for __vnorm__. | |
2932 | |
6951 | 2933 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
2934 | |
6952 | 2935 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 2936 |
6950 | 2937 2007-10-03 David Bateman <dbateman@free.fr> |
2938 | |
2939 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
2940 if a file is architecture dependent based on a list of file | |
2941 extensions. | |
2942 (configure_make): Simplify the search for architecture dependent | |
2943 files based on this function. | |
2944 (load_pakages_and_dependencies): Also look for bin directory in | |
2945 the architecture dependent directory. | |
2946 | |
6947 | 2947 2007-10-03 John W. Eaton <jwe@octave.org> |
2948 | |
2949 * miscellaneous/dir.m: Create empty struct with field names. | |
2950 Include datenum in struct. | |
2951 | |
6943 | 2952 2007-10-02 David Bateman <dbateman@free.fr> |
2953 | |
2954 * miscellaneous/ls.m: If nargout return string array of files | |
2955 returned by ls. | |
2956 | |
6942 | 2957 2007-10-01 John W. Eaton <jwe@octave.org> |
2958 | |
2959 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
2960 range values. | |
2961 | |
6937 | 2962 2007-10-01 David Bateman <dbateman@free.fr> |
2963 | |
7010 | 2964 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 2965 speed with small vectors. |
6937 | 2966 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
2967 rather than OCTAVE_HOME(). | |
2968 | |
6935 | 2969 2007-09-30 Ben Abbott <bpabbott@mac.com> |
2970 | |
2971 * plot/findobj.m: New function. | |
2972 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
2973 | |
6925 | 2974 2007-09-26 David Bateman <dbateman@free.fr> |
2975 | |
2976 * pkg/pkg.m: Add second argument to setting for prefix for | |
2977 architecture dependent files. Use throughout. | |
2978 (pkg:issuperuser): New function, use through to check for | |
2979 root user. | |
2980 (pkg:getarchprefix): function to give the archiecture dependent | |
2981 prefix for a package. | |
2982 (pkg:getarchdir): New function giving location of architetcure | |
2983 dependent directory. Use through out. | |
2984 (pkg:install): Treat architecture dependent directory separately | |
2985 as in might not be a sub-directory of the package directory. | |
2986 (pkg:uninstall): ditto. | |
2987 (pkg:create_pkgadddel): Check for global or local install for | |
2988 architecture dependent directory. | |
2989 (pkg:finish_installation): ditto. | |
2990 (pkg:write_INDEX): ditto. | |
2991 (pkg:load_packages_and_dependencies): ditto. | |
2992 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
2993 files to a new location if user is root. | |
2994 (pkg:rm_rf): Check if file or directory exists before removing. | |
2995 (pkg:dirempty): Check if directory exists before checking. | |
2996 | |
2997 * plot/___patch__.m: Allow face colors to be passed as strings | |
2998 | |
2999 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
3000 needed for calls to "hold" without an argument. | |
3001 | |
6920 | 3002 2007-09-21 John W. Eaton <jwe@octave.org> |
3003 | |
6921 | 3004 * optimization/sqp.m: Fix typo. |
3005 | |
6920 | 3006 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
3007 | |
6919 | 3008 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
3009 | |
3010 * control/hinf/h2norm: Compute d*d', not d'*d. | |
3011 | |
6918 | 3012 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
3013 | |
3014 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
3015 unidpdf.m and unidinv.m | |
3016 | |
6914 | 3017 2007-09-18 John W. Eaton <jwe@octave.org> |
3018 | |
3019 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
3020 (do_tics_1): Set numeric axes formats to "%.15g". | |
3021 | |
6912 | 3022 2007-09-18 David Bateman <dbateman@free.fr> |
3023 | |
3024 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
3025 of %g when writing data. | |
3026 | |
6908 | 3027 2007-09-17 John W. Eaton <jwe@octave.org> |
3028 | |
3029 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
3030 | |
6903 | 3031 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
3032 | |
3033 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
3034 noninteger N with N-K < 1. | |
3035 | |
6901 | 3036 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
3037 | |
3038 * strings/index.m: Correct for strings differing after the third | |
3039 position (bug reported by Maude Martin). | |
3040 | |
6895 | 3041 2007-09-13 John W. Eaton <jwe@octave.org> |
3042 | |
3043 * plot/__default_colormap__.m: Delete. | |
3044 * plot/Makefile (SOURCES): Remove from the list. | |
3045 | |
6898 | 3046 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
3047 | |
3048 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
3049 | |
6885 | 3050 2007-09-10 David Bateman <dbateman@free.fr> |
3051 | |
3052 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
3053 limit the selection of colors in the same way as for lines. | |
3054 * plot/__patch__.m: Allow matrix arguments with one patch per | |
3055 column. | |
3056 * plot/__bar__.m: Adapt to use "patch". | |
3057 | |
6870 | 3058 2007-09-06 John W. Eaton <jwe@octave.org> |
3059 | |
3060 * plot/drawnow.m (drawnow): New arg, debug_file. | |
3061 (init_plot_stream): Split from open_plot_stream. | |
3062 * plot/print.m: Accept -debug=FILE argument. | |
3063 | |
6868 | 3064 2007-09-06 David Bateman <dbateman@free.fr> |
3065 | |
7010 | 3066 * general/celldisp.m: New function. |
3067 * general/Makefile.in (SOURCES): Add celldisp.m. | |
3068 * miscellaneous/swapbytes.m: New function. | |
3069 * miscellaneous/gzip.m: New function. | |
3070 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 3071 |
6863 | 3072 2007-09-05 David Bateman <dbateman@free.fr> |
3073 | |
7010 | 3074 * general/structfun.m: New function. |
3075 * general/Makefile.in (SOURCES): Add it to sources. | |
3076 * miscellaneous/run.m: New function. | |
3077 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
3078 * statistics/base/mode.m: New function. | |
3079 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 3080 |
6862 | 3081 2007-09-05 John W. Eaton <jwe@octave.org> |
3082 | |
3083 * miscellaneous/orderfields.m: Use numel instead of length. | |
3084 | |
3085 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
3086 | |
3087 * miscellaneous/orderfields.m: Handle empty structs. | |
3088 | |
6861 | 3089 2007-09-05 John W. Eaton <jwe@octave.org> |
3090 | |
3091 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
3092 DATA_IDX. | |
3093 | |
3094 2007-09-04 David Bateman <dbateman@free.fr> | |
3095 | |
3096 * general/isdir.m: Return a logical value. | |
3097 | |
6859 | 3098 2007-09-04 David Bateman <dbateman@free.fr> |
3099 | |
3100 * statistics/distributions/chi2pdf.m, | |
3101 statistics/distributions/chi2cdf.m, | |
3102 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
3103 distribution functions to account for inverse of scale factor in | |
3104 gamma functions. | |
3105 | |
6857 | 3106 2007-09-01 John W. Eaton <jwe@octave.org> |
3107 | |
3108 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
3109 | |
6853 | 3110 2007-09-01 David Bateman <dbateman@free.fr> |
3111 | |
3112 * polynomial/polyint.m: New function like polyinteg but with | |
3113 explicit integration constant. | |
3114 * polynomial/polyinteg.m: Remove. | |
3115 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
3116 polyinteg.m. | |
3117 * deprecated/polyinteg.m: Move version here. | |
3118 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
3119 | |
6852 | 3120 * geometry/voronoi.m: Add large box around data to get a good |
3121 approximation of the rays to infinity. | |
3122 | |
6851 | 3123 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
3124 | |
3125 * plot/axes.m: Allow parent to be specified when creating axes | |
3126 objects. Support non-figure parents. | |
3127 | |
3128 2007-08-31 John W. Eaton <jwe@octave.org> | |
3129 | |
3130 * plot/ancestor.m: New function, adapted from Octave Forge. | |
3131 | |
6850 | 3132 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
3133 | |
7010 | 3134 * polynomial/polygcd.m: Better layout of example. |
3135 * polynomial/compan.m: Remove unnecessary check. | |
3136 * polynomial/roots.m: Added example to help text. | |
3137 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
3138 * polynomial/poly.m: Added example to help text. | |
6850 | 3139 |
6848 | 3140 2007-08-30 John W. Eaton <jwe@octave.org> |
3141 | |
3142 * optimization/qp.m: Increase maxit to 200. | |
3143 | |
6847 | 3144 2007-08-30 David Bateman <dbateman@free.fr> |
3145 | |
3146 * geometry/inpolygon.m: New file. | |
3147 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
3148 | |
6843 | 3149 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
3150 | |
3151 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
3152 | |
6829 | 3153 2007-08-24 David Bateman <dbateman@free.fr> |
3154 | |
3155 * plot/__go_draw_axes__.m: Treat text color property. | |
3156 | |
6828 | 3157 2007-08-24 John W. Eaton <jwe@octave.org> |
3158 | |
3159 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
3160 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
3161 | |
3162 * miscellaneous/movefile.m: Separate second and third args and | |
3163 use p1 and p2, not f1 and f2 when constructing arguments for | |
3164 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
3165 | |
6825 | 3166 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
3167 | |
3168 * set/intersect.m: Make it work with cell arrays of strings. | |
3169 | |
6823 | 3170 2007-08-24 David Bateman <dbateman@free.fr> |
3171 | |
7010 | 3172 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 3173 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
3174 functions ported from octave-forge. | |
7010 | 3175 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 3176 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
3177 geometry/triplot.m, geometry/tsearchn.m: | |
3178 New functions. | |
7010 | 3179 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
3180 * geometry/Makefile.in (SOURCES): Add functions above. | |
3181 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 3182 |
6820 | 3183 2007-08-23 John W. Eaton <jwe@octave.org> |
3184 | |
3185 * pkg/pkg.m: Avoid using installed_packages for both function and | |
3186 variable name. | |
3187 | |
3188 2007-08-23 David Bateman <dbateman@free.fr> | |
3189 | |
3190 * plot/plot.m: Allow first arg to be axes handle. | |
3191 | |
6818 | 3192 2007-08-22 David Bateman <dbateman@free.fr> |
3193 | |
3194 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
3195 outputs are returned only if requested. | |
3196 | |
3197 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
3198 | |
3199 * control/base/nichols.m: Fix typo. | |
3200 | |
6813 | 3201 2007-08-13 John W. Eaton <jwe@octave.org> |
3202 | |
3203 * plot/meshgrid.m: Use repmat instead of multiplication. | |
3204 | |
6809 | 3205 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
3206 | |
3207 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
3208 use axes position in each appropriate gnuplot set statement. | |
3209 | |
6808 | 3210 2007-08-10 John W. Eaton <jwe@octave.org> |
3211 | |
3212 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
3213 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3214 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3215 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
3216 | |
6807 | 3217 2007-08-10 Kai Habel <kai.habel@gmx.de> |
3218 | |
3219 * plot/patch.m, plot/__patch__.m: New files. | |
3220 * plot/Makefile.in (SOURCES): Add them to the list. | |
3221 | |
3222 2007-08-07 John W. Eaton <jwe@octave.org> | |
3223 | |
3224 * path/savepath.m: Use single quotes for argument to PATH command | |
3225 that is inserted in file. | |
3226 | |
6805 | 3227 2007-07-27 John W. Eaton <jwe@octave.org> |
3228 | |
3229 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
3230 not set in the environment. | |
3231 | |
6796 | 3232 2007-07-25 David Bateman <dbateman@free.fr> |
3233 | |
3234 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3235 control/base/Makefile.in, control/hinf/Makefile.in, | |
3236 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3237 control/util/Makefile.in, deprecated/Makefile.in, | |
3238 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3239 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3240 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
3241 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3242 polynomial/Makefile.in, quaternion/Makefile.in, | |
3243 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
3244 specfun/Makefile.in, special-matrix/Makefile.in, | |
3245 startup/Makefile.in, statistics/Makefile.in, | |
3246 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
3247 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3248 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3249 Adjust DISTFILES to allow out of tree "make dist" to work. | |
3250 | |
6795 | 3251 2007-07-25 John W. Eaton <jwe@octave.org> |
3252 | |
3253 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
3254 | |
6793 | 3255 2007-07-24 David Bateman <dbateman@free.fr> |
3256 | |
3257 * image/flag.m: New colormap function. | |
3258 * images/Makefile.in: Include it in SOURCES. | |
3259 | |
3260 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
3261 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
3262 image/rainbow.m image/spring.m image/summer.m image/white.m | |
3263 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
3264 * image/gray.m, image/ocean.m: Use the same means of finding the | |
3265 number of colormap elements as the other colormap functions. | |
3266 | |
6790 | 3267 2007-07-24 Kai Habel <kai.habel@gmx.de> |
3268 | |
3269 * plot/__go_draw_axes__.m: Handle patch. | |
3270 | |
6788 | 3271 2007-07-23 David Bateman <dbateman@free.fr> |
3272 | |
3273 * general/rat.m: New function for ration approximation imported | |
3274 from octave-forge. | |
3275 * general/del2.m: New function for discrete laplacian operator. | |
3276 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
3277 | |
3278 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
3279 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
3280 image/rainbow.m image/spring.m image/summer.m image/white.m | |
3281 image/winter.m, image/brighten.m: Port image functions from | |
3282 octave-forge. | |
3283 * image/Makefile.in: Add ported functions to SOURCES. | |
3284 * image/gray.m, image/ocean.m: Don't set the colormap for | |
3285 compatibility with matlab. | |
3286 | |
3287 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
3288 octave-forge | |
3289 * plot/Makefile.in: Add ported functions to SOURCES. | |
3290 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
3291 using gnuplot 4.2 or greater. | |
3292 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3293 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 3294 |
3295 * general/cart2sph.m: Fix unbalanced paranthesis. | |
3296 | |
6781 | 3297 2007-07-19 David Bateman <dbateman@free.fr> |
3298 | |
3299 * plot/fplot.m: More compatible version. | |
3300 | |
6780 | 3301 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
3302 | |
3303 * plot/clf.m: Check for valid handle before deleting. | |
3304 | |
3305 * plot/figure.m: Pass "figure" property/value pairs directly to | |
3306 __go_figure__ instead of using regular "set" call. | |
3307 | |
6779 | 3308 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
3309 | |
3310 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
3311 type for gnuplot. | |
3312 | |
6778 | 3313 2007-07-18 John W. Eaton <jwe@octave.org> |
3314 | |
3315 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
3316 gnuplot for each set of axes. | |
3317 | |
6777 | 3318 2007-07-18 David Bateman <dbateman@free.fr> |
3319 | |
6778 | 3320 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
3321 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
3322 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
3323 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
3324 Use standard scale factor rather than one on the scale factor for | |
3325 compatibility. | |
3326 | |
3327 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
3328 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
3329 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
3330 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
3331 Preserve backward compatibility. | |
6777 | 3332 |
6776 | 3333 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
3334 | |
3335 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
3336 to avoid issues with regexp special characters in the path strings. | |
3337 | |
6770 | 3338 2007-07-06 David Bateman <dbateman@free.fr> |
3339 | |
6778 | 3340 * general/accumarray.m: New function to create an array by |
3341 accumulating the elements. | |
6770 | 3342 |
6768 | 3343 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
3344 | |
3345 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
3346 (fdjac): Set nx outside of if block. | |
3347 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
3348 | |
6765 | 3349 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
3350 | |
3351 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
3352 | |
3353 * plot/axis.m: Also set "visible" property when setting axes to | |
3354 on/off. | |
3355 | |
6762 | 3356 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
3357 | |
3358 * image/colormap.m: Only return colormap if nargout > 0. | |
3359 Mark as command. | |
3360 | |
6758 | 3361 2007-06-25 John W. Eaton <jwe@octave.org> |
3362 | |
3363 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
3364 strcmp for selected property comparisons. | |
3365 | |
6756 | 3366 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
3367 | |
6778 | 3368 * image/imshow.m: Fix check for colormap arguments. |
6756 | 3369 |
6754 | 3370 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
3371 | |
3372 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
3373 | |
6756 | 3374 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 3375 |
6778 | 3376 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 3377 argument, and note that the data should be sorted for the |
3378 definition of the median to be correct. | |
3379 | |
6778 | 3380 * statistics/base/std.m: Add missing square to definition of |
6754 | 3381 standard deviation. |
3382 | |
6778 | 3383 * statistics/base/cov.m: Add definition of covariance to the help text. |
3384 | |
3385 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 3386 statistics/base/std.m: |
3387 Note that \bar{x} is the mean value of x in the help text. | |
3388 | |
6778 | 3389 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 3390 coefficient to the help text. |
3391 | |
6778 | 3392 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
3393 | |
3394 * statistics/base/var.m: Put N in @math in help text. | |
3395 | |
3396 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 3397 statistics/tests/kolmogorov_smirnov_test.m: |
3398 Write about possible values of 'dist' in help text. | |
3399 | |
6778 | 3400 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 3401 Add definition of correlation to the help text. |
3402 | |
6778 | 3403 * statistics/base/logit.m, statistics/base/kendall.m, |
3404 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 3405 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
3406 TeXification of help text. | |
3407 | |
3408 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
3409 | |
3410 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
3411 Add missing @var's to help text. | |
3412 | |
3413 * statistics/models/logistic_regression.m: Fix typos in help text. | |
3414 | |
3415 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
3416 of help text. | |
3417 | |
3418 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
3419 help text. | |
3420 | |
3421 * statistics/distributions/unidpdf.m, | |
3422 statistics/distributions/discrete_pdf.m: | |
3423 Replace 'pDF' with 'PDF' in help text. | |
3424 | |
6753 | 3425 2007-06-25 John W. Eaton <jwe@octave.org> |
3426 | |
3427 * strings/substr.m: Use offset consistently in code and doc string. | |
3428 From Rafael Laboissiere <rafael@debian.org>. | |
3429 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3430 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 3431 |
6778 | 3432 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 3433 |
6751 | 3434 2007-06-25 John W. Eaton <jwe@octave.org> |
3435 | |
3436 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
3437 Recycle tic labels if necessary. From Juhani Saastamoinen | |
3438 <juhani@cs.joensuu.fi>. | |
3439 | |
6748 | 3440 2007-06-20 John W. Eaton <jwe@octave.org> |
3441 | |
6749 | 3442 * strings/index.m: Allow strings to be empty. |
3443 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
3444 | |
6748 | 3445 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
3446 | |
6747 | 3447 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
3448 | |
3449 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
3450 separate matrices. | |
3451 | |
6746 | 3452 2007-06-19 David Bateman <dbateman@free.fr> |
3453 | |
3454 * plot/axis.m: Prefer to use legend rather than the older Octave | |
3455 only ";;" legend syntax. | |
3456 * polynomial/mkpp.m: ditto. | |
3457 * polynomial/pchip.m: ditto. | |
3458 * signal/freqz_plot.m: ditto. | |
3459 * sparse/gplot.m: ditto. | |
3460 * sparse/treeplot.m: ditto. | |
3461 | |
6745 | 3462 2007-06-19 John W. Eaton <jwe@octave.org> |
3463 | |
3464 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
3465 (__go_draw_axes__): Call do_tics to handle tic marks. | |
3466 | |
6742 | 3467 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3468 | |
6778 | 3469 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 3470 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
3471 to check for NA. | |
3472 | |
6741 | 3473 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3474 | |
6778 | 3475 * optimization/glpk.m: TeXified the help text. |
3476 * optimization/qp.m: TeXified the help text. | |
3477 * optimization/sqp.m: TeXified the help text. | |
6741 | 3478 |
6740 | 3479 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
3480 | |
6778 | 3481 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 3482 |
6738 | 3483 2007-06-15 John W. Eaton <jwe@octave.org> |
3484 | |
3485 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
3486 have_newer_gnuplot is true. | |
3487 | |
6736 | 3488 2007-06-15 Pete Gustafson <petegus@umich.edu> |
3489 | |
6778 | 3490 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
3491 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 3492 to 90, all others 0. |
3493 | |
6778 | 3494 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
3495 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 3496 get_data_limits. |
6778 | 3497 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 3498 called by __errplot__. |
3499 | |
6730 | 3500 2007-06-15 John W. Eaton <jwe@octave.org> |
3501 | |
3502 * testfun/test.m: Also return number of expected failures. | |
3503 | |
6724 | 3504 2007-06-14 John W. Eaton <jwe@octave.org> |
3505 | |
6730 | 3506 * set/ismember.m: Mark two tests known to fail with xtest. |
3507 | |
6724 | 3508 * plot/__go_draw_axes__.m: Handle text rotation property. |
3509 | |
6728 | 3510 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
3511 | |
3512 * testfun/test.m: Add xtest support for tests known to fail. | |
3513 | |
6727 | 3514 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
3515 | |
3516 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
3517 epslatexstandalone terminals. | |
3518 | |
6721 | 3519 2007-06-14 David Bateman <dbateman@free.fr> |
3520 | |
3521 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
3522 as permutation of results was incorrect. | |
3523 * general/interp1.m: Add demo on second derivative | |
3524 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 3525 call. Add 3D demo. Fix typos |
3526 * general/interp3.m: Fix typos. Correct permutation for use of | |
3527 interpn. | |
6721 | 3528 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
3529 | |
6717 | 3530 2007-06-13 John W. Eaton <jwe@octave.org> |
3531 | |
3532 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 3533 |
6706 | 3534 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
3535 | |
3536 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
3537 | |
6704 | 3538 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
3539 | |
3540 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
3541 Set have_linestyle to true if two character linestyle is found. | |
3542 | |
6702 | 3543 2007-06-12 David Bateman <dbateman@free.fr> |
3544 | |
6717 | 3545 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
3546 and interpn.m. | |
3547 | |
3548 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
3549 structure before using it. | |
3550 | |
3551 2007-06-12 David Bateman <dbateman@free.fr> | |
3552 | |
6704 | 3553 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 3554 * general/__splinen__.m: New support function for N-dimensional |
3555 spline interpolation. | |
3556 * general/bicubic.m: Allow definition of extrapolation | |
3557 value. Adapt tests to use new graphics interface | |
3558 * general/interp2.m: Call __splinen__ for 2-D spline | |
3559 interpolation. Make the lookup table code only be called for | |
3560 linear and nearest methods. | |
3561 * general/interpn.m: New function for N-dimensional, linear, nearest | |
3562 and spline interpolation. | |
3563 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
3564 and spline interpolation. | |
6704 | 3565 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 3566 |
6701 | 3567 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
3568 | |
3569 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
3570 | |
6699 | 3571 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
3572 | |
3573 * plot/fplot.m: If function is inline, vectorize it. | |
3574 | |
6698 | 3575 2007-06-10 David Bateman <dbateman@free.fr> |
3576 | |
3577 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
3578 directory if need to, so that it fits on a line. | |
3579 | |
6695 | 3580 2007-06-07 David Bateman <dbateman@free.fr> |
3581 | |
3582 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
3583 saved file so that dependent packages are loaded first, and if | |
3584 nargout==0 don't return any arguments. | |
3585 (pkg:install): Only load packages that are marked autoload after | |
3586 install. Various fixes. Save in order. | |
3587 (pkg:uninstall): Save in order | |
3588 (pkg:load_packages): Use load_package_and_dependencies to load | |
3589 packages. | |
3590 (pkg:save_order): New function to sort package list with dependent | |
3591 packages first. | |
3592 (pkg:load_packages_and_dependencies): New function to load both a | |
3593 list of packages and their dependencies. | |
3594 (pkg:load_package_dirs): New function that returns a vector of the | |
3595 indexes into the installed package list indicating the packages to | |
3596 load and the order to load them in to respect the dependencies. | |
3597 | |
6688 | 3598 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
3599 | |
3600 * plot/axes.m: Eliminate redundant else clause. | |
3601 | |
6686 | 3602 2007-06-03 David Bateman <dbateman@free.fr> |
3603 | |
3604 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 3605 * pkg/pkg.m: Protect against multiple actions being define. |
3606 | |
6683 | 3607 2007-06-01 David Bateman <dbateman@free.fr> |
3608 | |
3609 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
3610 incorporate into main pkg function. | |
3611 (pkg:install): Check for existence of files to install before | |
3612 globbing and warn the user if they don't exist. | |
3613 | |
6675 | 3614 2007-05-31 David Bateman <dbateman@free.fr> |
3615 | |
6679 | 3616 * miscellaneous/copyfile.m: Split copying of multiple files to a |
3617 directory over several copy command to limit the line length. | |
3618 * miscellaneous/movefile.m: Ditto. | |
3619 | |
6675 | 3620 * pkg.m: Add build option to allow binary Octave packages to be |
3621 built from source packages. Probe absolute path of prefix, global | |
3622 and local lists. Use strcat, rather that [] for strings. | |
3623 (pkg:build): New function to binary binary package. | |
3624 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
3625 (pkg:repackage): Package binary Octave package from installation. | |
3626 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
3627 from m-files into main installation directory. | |
3628 (pkg:shell): Suppress verbose messages from shell and only display | |
3629 them with the verbose flag. | |
3630 (pkg:installed_packages): Also include the loaded flag in the | |
3631 local and global packages. | |
3632 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
3633 flagged as loaded. | |
3634 | |
3635 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
3636 | |
3637 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
3638 with and without architecture dependent directories. | |
3639 (pkg:installed_packages): Probe the global_list file even if it is | |
3640 the same as the local_list. | |
3641 | |
6669 | 3642 2007-05-29 John W. Eaton <jwe@octave.org> |
3643 | |
3644 * sparse/spy.m: Set axis to "ij" mode. | |
3645 | |
6664 | 3646 2007-05-24 John W. Eaton <jwe@octave.org> |
3647 | |
3648 * set/ismember.m: Quote first arg of "fail" tests. | |
3649 | |
6663 | 3650 2007-05-24 David Bateman <dbateman@free.fr> |
3651 | |
6778 | 3652 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 3653 |
6655 | 3654 2007-05-22 David Bateman <dbateman@free.fr> |
3655 | |
3656 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
3657 error(lasterr()(8:end)). | |
3658 (pkg:install): Warning for empty packages being removed. Suppress | |
3659 spurious output. Warning rather than error for uninstalling a | |
3660 package that is not installed to avoid RPM issue. | |
3661 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
3662 inst or architecture dependent directory if it exists. | |
3663 | |
6653 | 3664 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
3665 | |
3666 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
3667 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
3668 signal/freqz.m: Fix typos. | |
3669 | |
6645 | 3670 2007-05-21 David Bateman <dbateman@free.fr> |
3671 | |
3672 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
3673 force installation location. | |
3674 (rebuild): New subfunction to rebuild package database from | |
3675 installed packages. Also allows changing of autoload status | |
3676 (install): Warn use if attempting to install from non existent | |
3677 file. | |
3678 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
3679 "USER", "root"))' for root test. | |
3680 | |
3681 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
3682 | |
3683 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
3684 and replace "\" characters with "/". | |
3685 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
3686 characters with "/" throughout. | |
3687 (shell): New subfunction that wraps system and is careful with the | |
3688 shell on windows platforms. | |
3689 (configure_make): Explictly pass complier etc to configure | |
3690 process. | |
3691 (issuperuser): Force default to global install for Windows machines. | |
3692 | |
6636 | 3693 2007-05-19 Kristan Onu |
3694 | |
3695 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
3696 | |
6634 | 3697 2007-05-18 David Bateman <dbateman@free.fr> |
3698 | |
3699 * pkg/pkg.m (install): More verbosity. | |
3700 (configure_make): Ditto. | |
3701 (create_pkgadddel): Install in architecture dependent directory if | |
3702 it exists to address issues with autoload/mfilename. | |
3703 (write_INDEX): Check in archiecture dependent directories as well. | |
3704 | |
6633 | 3705 2007-05-17 David Bateman <dbateman@free.fr> |
3706 | |
3707 * plot/hbar.m: Remove. | |
3708 * plot/barh.m: and move it here. | |
3709 | |
6631 | 3710 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
3711 | |
3712 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
3713 | |
6629 | 3714 2007-05-16 John W. Eaton <jwe@octave.org> |
3715 | |
3716 * general/logspace.m: Return second arg if fewer than two values | |
3717 are requested. | |
3718 | |
6619 | 3719 2007-05-14 John W. Eaton <jwe@octave.org> |
3720 | |
3721 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
3722 on a new line. | |
3723 | |
6617 | 3724 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
3725 | |
3726 * statistics/distributions/norminv.m, | |
3727 statistics/distributions/norminv.m, | |
3728 statistics/distributions/normpdf.m, | |
3729 statistics/distributions/normrnd.m: | |
3730 Use standard deviation, not variance. | |
3731 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
3732 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
3733 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
3734 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
3735 backward compatibility. | |
3736 | |
6616 | 3737 2007-05-14 David Bateman <dbateman@free.fr> |
3738 | |
3739 * pkg/pkg.m: Mark loaded packages with "*". | |
3740 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3741 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 3742 |
3743 * miscellaneous/single.m: Doc fix. | |
3744 Convert to double instead of returning argument unchanged. | |
3745 | |
3746 * miscellaneous/doc.m: Doc fix. | |
3747 | |
3748 * miscellaneous/ver.m: Doc fix. | |
3749 Don't display information about Octave Forge. | |
3750 | |
6614 | 3751 2007-05-12 David Bateman <dbateman@free.fr> |
3752 | |
3753 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
3754 install to be printed. An error in the on_uninstall script causes | |
3755 a failure to uninstall. Place oct- and mex-files in an | |
3756 architecture dependent directory. | |
3757 | |
6611 | 3758 2007-05-09 John W. Eaton <jwe@octave.org> |
3759 | |
3760 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
3761 | |
6609 | 3762 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3763 | |
3764 * statistics/distributions/normcdf.m: Use standard deviation | |
3765 instead of variance for compatibility. | |
3766 | |
3767 2007-05-08 John W. Eaton <jwe@octave.org> | |
3768 | |
3769 | |
3770 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
3771 | |
3772 * set/ismember.m: Always return logical values. | |
3773 | |
3774 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 3775 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 3776 |
3777 * general/__isequal__.m: Allow numeric values of different classes | |
3778 to compare equal. | |
3779 | |
6606 | 3780 2007-05-07 David Bateman <dbateman@free.fr> |
3781 | |
6607 | 3782 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
3783 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 3784 |
6605 | 3785 2007-05-02 John W. Eaton <jwe@octave.org> |
3786 | |
3787 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
3788 | |
6604 | 3789 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3790 | |
3791 * contour.m: Rewrite help string. | |
3792 | |
6599 | 3793 2007-04-28 John W. Eaton <jwe@octave.org> |
3794 | |
3795 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
3796 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
3797 Special case nargout == 0. | |
3798 | |
6597 | 3799 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
3800 | |
3801 * general/sub2ind.m: Handle empty input, add tests. | |
3802 | |
6590 | 3803 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3804 | |
3805 * plot/contourc.m: Doc fix. | |
3806 | |
6586 | 3807 2007-04-26 David Bateman <dbateman@free.fr> |
3808 | |
3809 * plot/hist.m: Partially remove previous patch. | |
3810 | |
6582 | 3811 2007-04-26 David Bateman <dbateman@free.fr> |
3812 | |
3813 * plot/hist.m: Support returning of handle | |
3814 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
3815 cells. | |
3816 | |
6575 | 3817 2007-04-25 John W. Eaton <jwe@octave.org> |
3818 | |
6579 | 3819 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
3820 "title \"\"", not "". | |
3821 | |
6575 | 3822 * plot/legend.m: Initialize WARNED to false. |
3823 | |
6567 | 3824 2007-04-24 John W. Eaton <jwe@octave.org> |
3825 | |
3826 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3827 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 3828 |
3829 2007-04-23 John W. Eaton <jwe@octave.org> | |
3830 | |
3831 * plot/box.m: Delete extra endfunction keyword. | |
3832 | |
6560 | 3833 2007-04-23 David Bateman <dbateman@free.fr> |
3834 | |
3835 * plot/plot3.m: Call newplot. | |
3836 | |
6553 | 3837 2007-04-20 John W. Eaton <jwe@octave.org> |
3838 | |
3839 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
3840 | |
6546 | 3841 2007-04-19 John W. Eaton <jwe@octave.org> |
3842 | |
3843 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
3844 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
3845 | |
6544 | 3846 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3847 | |
3848 * control/util/axis2dlim.m: Delete extraneous line. | |
3849 | |
6542 | 3850 2007-04-18 John W. Eaton <jwe@octave.org> |
3851 | |
3852 * specfun/factorial.m: Increase tolerance in large value test. | |
3853 | |
6540 | 3854 2007-04-18 David Bateman <dbateman@free.fr> |
3855 | |
3856 * __bar__.m: New support function for bar/hbar to support graphic | |
3857 handles, and additional arguments. | |
3858 * bar.m: Convert to use __bar__. | |
3859 * hbar.m: New function | |
3860 * hist.m: Explicitly set the width of the bar plot. | |
3861 | |
6533 | 3862 2007-04-17 John W. Eaton <jwe@octave.org> |
3863 | |
6534 | 3864 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
3865 | |
6533 | 3866 * set/ismember.m: New tests. |
3867 From David Grohmann <grohmann@arlut.utexas.edu> | |
3868 | |
6532 | 3869 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
3870 | |
3871 * specfun/factorial.m: Use gamma function instead of cumprod. | |
3872 Add tests. | |
3873 | |
6527 | 3874 2007-04-16 John W. Eaton <jwe@octave.org> |
3875 | |
6528 | 3876 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
3877 looks_like_copyright in src/help.cc. | |
3878 From S�ren Hauberg <soren@hauberg.org>. | |
3879 | |
6527 | 3880 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
3881 | |
6526 | 3882 2007-04-13 John W. Eaton <jwe@octave.org> |
3883 | |
6527 | 3884 * optimization/sqp.m: Initialize info to 0. |
3885 | |
6526 | 3886 * optimization/qp.m: Undo previous change. |
3887 | |
6524 | 3888 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3889 | |
3890 * spdiags.m: Fixed the four-argument case to work for columns of | |
3891 length one. | |
3892 | |
6523 | 3893 2007-04-12 John W. Eaton <jwe@octave.org> |
3894 | |
3895 * optimization/qp.m: Avoid Octave indexing bug. | |
3896 | |
6521 | 3897 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
3898 | |
6522 | 3899 * miscellaneous/menu.m, control/base/bddemo.m, |
3900 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
3901 control/system/sysrepdemo.m: | |
3902 Adapt to page_screen_output as a function. | |
6521 | 3903 |
6518 | 3904 2007-04-11 John W. Eaton <jwe@octave.org> |
3905 | |
3906 * miscellaneous/not.m: Delete. | |
3907 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
3908 | |
3909 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3910 | |
3911 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
3912 that are close but not exactly equal. | |
3913 | |
6515 | 3914 2007-04-11 David Bateman <dbateman@free.fr> |
3915 | |
3916 * general/bitcmp.m: Make it work again. | |
3917 | |
6512 | 3918 2007-04-10 John W. Eaton <jwe@octave.org> |
3919 | |
3920 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
3921 that are close but not exactly equal. | |
3922 | |
6511 | 3923 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
3924 | |
3925 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
3926 in response to a change in x limits for now. | |
3927 | |
6510 | 3928 2007-04-09 John W. Eaton <jwe@octave.org> |
3929 | |
3930 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
3931 (__go_draw_axes__): Use it to write data to plot stream. | |
3932 | |
6509 | 3933 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
3934 | |
3935 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
3936 zeros. Set markerfacecolor property in call to plot. | |
3937 | |
6508 | 3938 2007-04-06 John W. Eaton <jwe@octave.org> |
3939 | |
3940 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
3941 | |
3942 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
3943 | |
3944 * plot/stem.m: Use plot instead of a series of calls to line. | |
3945 | |
6494 | 3946 2007-04-05 John W. Eaton <jwe@octave.org> |
3947 | |
6499 | 3948 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
3949 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
3950 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
3951 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
3952 | |
6496 | 3953 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 3954 Use strcmpi instead of strcmp+tolower. |
6496 | 3955 Style fixes. |
3956 | |
6494 | 3957 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
3958 Plotting fixes. Style fixes. | |
3959 | |
3960 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
3961 Style fixes. | |
3962 | |
3963 * testfun/fail.m: No need to check for evalin and lastwarn. | |
3964 Style fixes. | |
3965 | |
3966 * testfun/demo.m, testfun/example.m: Style fixes. | |
3967 Use "strcat (...)" instead of "[...]". | |
3968 Use format specifiers in calls to warning. | |
3969 | |
3970 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
3971 Use "strcat (...)" instead of "[...]". | |
3972 Use "x(end)" instead of "x(length (x))". | |
3973 Check NA before NaN. | |
3974 Style fixes. | |
3975 | |
6473 | 3976 2007-03-29 John W. Eaton <jwe@octave.org> |
3977 | |
6474 | 3978 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 3979 |
6467 | 3980 2007-03-27 John W. Eaton <jwe@octave.org> |
3981 | |
3982 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3983 control/base/Makefile.in, control/hinf/Makefile.in, | |
3984 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3985 control/util/Makefile.in, deprecated/Makefile.in, | |
3986 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3987 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3988 miscellaneous/Makefile.in, optimization/Makefile.in, | |
3989 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3990 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3991 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3992 special-matrix/Makefile.in, startup/Makefile.in, | |
3993 statistics/Makefile.in, statistics/base/Makefile.in, | |
3994 statistics/distributions/Makefile.in, | |
3995 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3996 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3997 Use ln instead of $(LN_S) in dist target. | |
3998 | |
6465 | 3999 2007-03-27 David Bateman <dbateman@free.fr> |
4000 | |
4001 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
4002 gnuplot 4.0. | |
4003 | |
6464 | 4004 2007-03-26 John W. Eaton <jwe@octave.org> |
4005 | |
4006 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
4007 | |
6461 | 4008 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
4009 | |
4010 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
4011 plot stream and using binary data. | |
4012 | |
6459 | 4013 2007-03-26 John W. Eaton <jwe@octave.org> |
4014 | |
4015 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4016 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4017 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
4018 | |
4019 2007-03-26 David Bateman <dbateman@free.fr> | |
4020 | |
6461 | 4021 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
4022 | |
6459 | 4023 * plot/plot3.m: Handle line properties. |
4024 * plot/plot.m: Update docstring. | |
4025 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
4026 * plot/__plt__.m: Also gather properties. | |
4027 | |
6455 | 4028 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
4029 | |
4030 * testfun/assert.m: Delete special check for empty objects. | |
4031 Add test. | |
4032 | |
6453 | 4033 2007-03-26 John W. Eaton <jwe@octave.org> |
4034 | |
6454 | 4035 * plot/drawnow.m: Exit early if call is recursive. |
4036 | |
6453 | 4037 * plot/__go_draw_axes__.m (get_data_limits): New function. |
4038 Check for Inf too. | |
4039 (__go_draw_axes__): Use get_data_limits. | |
4040 | |
6450 | 4041 2007-03-24 John W. Eaton <jwe@octave.org> |
4042 | |
6451 | 4043 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
4044 send terminal setting command with title option to plot stream. | |
4045 | |
6450 | 4046 * plot/legend.m: Correctly increment index into list of children.. |
4047 | |
6434 | 4048 2007-03-23 John W. Eaton <jwe@octave.org> |
4049 | |
6448 | 4050 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
4051 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
4052 control/base/nyquist.m, control/base/nichols.m, | |
4053 control/base/frdemo.m, signal/freqz_plot.m, | |
4054 control/base/__stepimp__.m, control/base/bode.m, | |
4055 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
4056 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 4057 Update plotting code. |
4058 | |
4059 * control/base/bode.m: Unwrap phase angle. | |
4060 | |
4061 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
4062 | |
4063 * plot/axis.m: Don't check automatic_replot, or call replot. | |
4064 | |
4065 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
4066 commands. | |
6446 | 4067 |
6442 | 4068 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 4069 Handle numeric color specs. |
6442 | 4070 * plot/plot.m: Remove "-@" and "@" from docstring. |
4071 | |
6441 | 4072 * plot/orient.m: Fix tests to avoid creating a plot window. |
4073 | |
6440 | 4074 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
4075 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4076 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
4077 general/arrayfun.m, miscellaneous/compare_versions.m, | |
4078 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
4079 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
4080 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
4081 | |
6438 | 4082 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
4083 plot, not just multiplots. | |
4084 | |
6436 | 4085 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
4086 | |
6434 | 4087 * plot/contour.m: Don't call drawnow. |
4088 | |
6431 | 4089 2007-03-22 John W. Eaton <jwe@octave.org> |
4090 | |
6432 | 4091 * plot/drawnow.m: Check and optionally, set, the __modified__ |
4092 property of each figure. | |
4093 | |
6431 | 4094 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
4095 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4096 | |
4097 2007-03-21 John W. Eaton <jwe@octave.org> | |
4098 | |
4099 * linear-algebra/null.m: Set elements of retval with magnitudes | |
4100 less than eps to 0. | |
4101 | |
6429 | 4102 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 4103 |
4104 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 4105 * testfun/speed.m: Documentation and example fix. |
4106 | |
6424 | 4107 2007-03-21 John W. Eaton <jwe@octave.org> |
4108 | |
4109 * plot/subplot.m: If we find an existing subplot region, set | |
4110 it to be the "currentaxes" property for the current figure. | |
6425 | 4111 Delete old axes objects if the new axes object overlaps the old. |
6424 | 4112 |
6422 | 4113 2007-03-20 David Bateman <dbateman@free.fr> |
4114 | |
4115 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
4116 | |
4117 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
4118 | |
4119 * general/arrayfun.m: New function. | |
4120 | |
6418 | 4121 2007-03-20 John W. Eaton <jwe@octave.org> |
4122 | |
6419 | 4123 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
4124 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
4125 | |
4126 * plot/clf.m: Don't call drawnow. | |
4127 | |
6431 | 4128 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 4129 |
6420 | 4130 * image/__img__.m: Maybe set yaxis to reverse for images. |
4131 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
4132 images. | |
4133 | |
6418 | 4134 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 4135 instead of global. Only register __go_close_all__ with atexit if |
4136 the plot stream is successfully opened. | |
6418 | 4137 |
6413 | 4138 2007-03-15 John W. Eaton <jwe@octave.org> |
4139 | |
6418 | 4140 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 4141 From Daniel J Sebald <daniel.sebald@ieee.org>. |
4142 | |
4143 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
4144 | |
4145 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 4146 Use numeric line types. |
6413 | 4147 |
4148 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 4149 lines and larger markers. Remove key titles from line type |
4150 properties. | |
6413 | 4151 |
6405 | 4152 2007-03-14 John W. Eaton <jwe@octave.org> |
4153 | |
6412 | 4154 * plot/__axis_label__.m: Accept additional property-value pairs |
4155 and pass them to __go_text__. Simply return the handle obtained | |
4156 from __go_text__ instead of calling get on the current axis. | |
4157 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
4158 Allow for extra property value pairs to be passed along. | |
4159 * plot/title.m: Implement with __axis_label__ since it does all | |
4160 that title needs to do. | |
4161 | |
6410 | 4162 * plot/clf.m: Set currentaxes property for current figure to []. |
4163 | |
6405 | 4164 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
4165 | |
4166 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
4167 and __plt2__, not just the last. | |
4168 | |
4169 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
4170 (SOURCES_IN, GEN_M): Delete. | |
4171 (FCN_FILES): Don't include $(GEN_M). | |
4172 (all): Don't depend on $(GEN_M). | |
4173 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
4174 | |
4175 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
4176 | |
4177 * plot/newplot.m: Call __go_axes_init__ instead of | |
4178 __uiobject_axes_init__. | |
4179 | |
4180 * plot/mesh.m: Use __go_surface__ instead of | |
4181 __uiobject_surface_ctor__. Don't access object fields directly. | |
4182 | |
4183 * plot/line.m: Use __line__ to do actual work. | |
4184 * plot/__line__.m: New function. | |
4185 | |
4186 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
4187 Use get and set instead of accessing object fields directly. | |
4188 | |
4189 * plot/figure.m: Use __go_figure__ to create figure graphics | |
4190 handle. | |
4191 | |
4192 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
4193 __uiobject_close_all. Call __go_draw_figure__ instead of | |
4194 __uiobject_draw_figure__. | |
4195 | |
4196 * plot/clf.m: Use get instead of accessing object fields | |
4197 directly. Simply delete children. Don't set currentaxes. | |
4198 | |
4199 * plot/close.m (close_all_figures): New subfunction. | |
4200 Use it instead of getting list of figures to close from | |
4201 __uiobject_figures__. | |
4202 | |
4203 * plot/closereq.m: Simply delete the current figure. Don't set | |
4204 currentfigure. | |
4205 | |
4206 * plot/__errplot__.m: Call __line__ instead of | |
4207 __uiobject_line_ctor__. Use set instead of accesing object fields | |
4208 directly. Don't call __uiobject_adopt__. | |
4209 | |
4210 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
4211 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
4212 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
4213 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
4214 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
4215 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
4216 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
4217 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
4218 plot/__uiobject_init_root_figure__.in, | |
4219 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
4220 plot/__uiobject_root_figure_ctor__.m, | |
4221 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
4222 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
4223 plot/set.in: Delete. | |
6408 | 4224 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 4225 |
4226 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
4227 Pass "hidden" as second arg to close. | |
4228 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
4229 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 4230 * plot/Makefile.in (SOURCES_M): Rename in list. |
4231 | |
6405 | 4232 * image/__img__.m: Use __go_image__ to create image graphics |
4233 handle. | |
4234 | |
4235 * miscellaneous/delete.m: Call __go_delete__, not | |
4236 __uiobject_delete__. Check that arg is a graphics handle before | |
4237 calling __go_delete__. | |
4238 | |
6403 | 4239 2007-03-13 John W. Eaton <jwe@octave.org> |
4240 | |
4241 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
4242 arg instead of switch statement. | |
6528 | 4243 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 4244 |
4245 2007-03-12 John W. Eaton <jwe@octave.org> | |
4246 | |
4247 * miscellaneous/cast.m: New function. | |
4248 | |
4249 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
4250 | |
6398 | 4251 2007-03-08 John W. Eaton <jwe@octave.org> |
4252 | |
4253 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
4254 tilde expansion on target filename before passing it to the shell. | |
4255 | |
4256 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
4257 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
4258 | |
6396 | 4259 2007-03-08 David Bateman <dbateman@free.fr> |
4260 | |
4261 * statistics/base/unidrnd.m: Move to statistics/distributions | |
4262 replacing slower version based on dicrete_rnd. | |
4263 | |
6392 | 4264 2007-03-07 John W. Eaton <jwe@octave.org> |
4265 | |
6395 | 4266 * control/base/rlocus.m: Update for current plotting functions. |
4267 | |
4268 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
4269 | |
4270 * control/base/rlocus.m: Improve display. | |
4271 | |
4272 2007-03-07 John W. Eaton <jwe@octave.org> | |
4273 | |
4274 * plot/legend.m: Only handle positions -1:4. | |
4275 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
4276 found in option string | |
4277 * plot/__uiobject_draw_axes__.m: Handle key position. | |
4278 | |
6394 | 4279 * plot/newplot.m: Always reset next line color. |
4280 | |
6392 | 4281 * testfun/assert.m: Check that number of dimensions match before |
4282 checking dimensions. | |
4283 | |
6391 | 4284 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
4285 | |
4286 * specfun/perms.m, specfun/factorial.m: Check args. | |
4287 | |
6387 | 4288 2007-03-07 John W. Eaton <jwe@octave.org> |
4289 | |
6390 | 4290 * plot/mesh.m: Call newplot before doing anything. |
4291 | |
4292 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
4293 just "e". Only flush plot stream once. | |
4294 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4295 | |
6387 | 4296 * strings/blanks.m: Omit first index in assignment. |
4297 | |
6386 | 4298 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
4299 | |
4300 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
4301 | |
6385 | 4302 2007-03-06 David Bateman <dbateman@free.fr> |
4303 John W. Eaton <jwe@octave.org> | |
4304 | |
4305 * set/setdiff.m: Ignore "rows" for cell array args. | |
4306 Handle cellstr args. | |
4307 | |
6382 | 4308 2007-03-05 John W. Eaton <jwe@octave.org> |
4309 | |
4310 * optimization/sqp.m: Defer first call to obj_hess until after | |
4311 calling obj_fun. | |
4312 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4313 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 4314 |
4315 * specfun/nchoosek.m: Fix nargin check. | |
4316 | |
6376 | 4317 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
4318 | |
4319 * image/__img__.m: Don't set xlim and ylim properties. | |
4320 | |
6374 | 4321 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
4322 | |
4323 * general/interp1.m: Fix *style cases for decreasing x. | |
4324 | |
6372 | 4325 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
4326 | |
4327 * polynomial/roots.m: Check nargin before accessing arg. | |
4328 | |
6369 | 4329 2007-02-28 John W. Eaton <jwe@octave.org> |
4330 | |
4331 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
4332 increment data_idx unless using gnuplot for display. | |
4333 | |
6368 | 4334 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
4335 | |
4336 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
4337 plots with images. | |
4338 * image/image.m, image/imagesc.m, image/imshow.m: | |
4339 Deprecate zoom argument. | |
4340 | |
6366 | 4341 2007-02-28 John W. Eaton <jwe@octave.org> |
4342 | |
4343 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
4344 temporary file names. Keep image and colormap file ids separate. | |
4345 | |
4346 * general/interp1.m: Correctly compute min and max values when | |
4347 values are decreasing and not evenly spaced. | |
4348 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
4349 | |
6365 | 4350 2007-02-27 John W. Eaton <jwe@octave.org> |
4351 | |
4352 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
4353 returning an empty cell array. | |
4354 | |
6546 | 4355 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 4356 |
4357 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
4358 | |
6546 | 4359 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 4360 |
4361 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4362 control/base/Makefile.in, control/hinf/Makefile.in, | |
4363 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4364 control/util/Makefile.in, deprecated/Makefile.in, | |
4365 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4366 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4367 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4368 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4369 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4370 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4371 special-matrix/Makefile.in, startup/Makefile.in, | |
4372 statistics/Makefile.in, statistics/base/Makefile.in, | |
4373 statistics/distributions/Makefile.in, | |
4374 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4375 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4376 Use $(LN_S) instead of ln or ln -s. | |
4377 | |
6356 | 4378 2007-02-24 David Bateman <dbateman@free.fr> |
4379 | |
4380 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
4381 '\n' in FILES file. | |
6357 | 4382 (configure_make): Also install any mex files. |
6356 | 4383 |
6353 | 4384 2007-02-24 David Bateman <dbateman@free.fr> |
4385 | |
4386 * statistics/distributions (SOURCES): Add nbincdf.m, | |
4387 nbininv.m, nbinpdf.m and nbinrnd.m. | |
4388 | |
6351 | 4389 2007-02-23 John W. Eaton <jwe@octave.org> |
4390 | |
4391 * statistics/distributions/Makefile.in (SOURCES): Remove | |
4392 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
4393 | |
4394 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
4395 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
4396 | |
6349 | 4397 2007-02-23 David Bateman <dbateman@free.fr> |
4398 | |
4399 * statistics/distributions/discrete_rnd.m, | |
4400 statistics/distributions/geornd.m, | |
4401 statistics/distributions/lognnd.m, | |
4402 statistics/distributions/nbinrnd.m, | |
4403 statistics/distributions/wblrnd.m: Accelerate distributions. | |
4404 | |
4405 * statistics/distributions/unidcdf.m, | |
4406 statistics/distributions/unidinv.m, | |
4407 statistics/distributions/unidpdf.m, | |
4408 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 4409 discrete_cdf, etc. |
6349 | 4410 |
4411 * statistics/distributions/pascal_cdf.m, | |
4412 statistics/distributions/pascal_inv.m, | |
4413 statistics/distributions/pascal_pdf.m, | |
4414 statistics/distributions/pascal_rnd.m: Remove. | |
4415 * statistics/distributions/nbincdf.m, | |
4416 statistics/distributions/nbininv.m, | |
4417 statistics/distributions/nbinpdf.m, | |
4418 statistics/distributions/nbinrnd.m: Replace with matlab | |
4419 compatible functions. | |
4420 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
4421 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
4422 nbincdf, etc functions to implement these. | |
4423 | |
6344 | 4424 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4425 | |
4426 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
4427 command and data. | |
4428 | |
4429 2007-02-22 John W. Eaton <jwe@octave.org> | |
4430 | |
4431 * miscellaneous/doc.m: If index search fails, try again without | |
4432 the index search option. | |
4433 | |
6339 | 4434 2007-02-22 David Bateman <dbateman@free.fr> |
4435 | |
6341 | 4436 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
4437 | |
6340 | 4438 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
4439 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
4440 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
4441 statistics/distributions/betarnd.m: Convert to use randg, rande | |
4442 and randp to accelerate. | |
4443 | |
6339 | 4444 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
4445 | |
6338 | 4446 2007-02-22 John W. Eaton <jwe@octave.org> |
4447 | |
4448 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
4449 cache data and display after xlim and ylim have been determined. | |
4450 | |
6337 | 4451 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4452 | |
4453 * plot/__uiobject_draw_axes__.m: | |
4454 Allow multiple images to be displayed with gnuplot. | |
4455 | |
6333 | 4456 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
4457 | |
4458 * optimization/glpk.m: Document the fact that extra.mem does not work | |
4459 for versions of GLPK 4.15 and later. | |
4460 | |
6328 | 4461 2007-02-19 John W. Eaton <jwe@octave.org> |
4462 | |
4463 * plot/__uiobject_alloc__.in: If next available element in | |
4464 __uiobject_list__ is 0, grow list before doing anything else. | |
4465 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
4466 first call when size of __uiobject_list__ is 0. | |
4467 | |
6323 | 4468 2007-02-16 John W. Eaton <jwe@octave.org> |
4469 | |
4470 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
4471 | |
6321 | 4472 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
4473 | |
4474 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
4475 | |
6316 | 4476 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
4477 | |
4478 * specfun/nchoosek.m: Check nargin. | |
4479 | |
6314 | 4480 2007-02-15 John W. Eaton <jwe@octave.org> |
4481 | |
6315 | 4482 * path/addpath.m, path/rmpath.m: Delete |
4483 * path/Makefile.in (SOURCES): Remove them from the list. | |
4484 | |
6314 | 4485 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
4486 Delete title, xlabel, ylabel, and zlabel properties before | |
4487 reassigning. | |
4488 * plot/__uiobject_axes_init__.in: New arg, mode. | |
4489 Don't init outerposition if "mode" is "replace". | |
4490 * plot/newplot.m: Check both figure and axes nextplot properties. | |
4491 If axes nextplot property is replace, pass "replace" as mode arg | |
4492 to __uiobject_axes_init__. | |
4493 | |
6308 | 4494 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
4495 | |
6310 | 4496 * image/imshow.m: Don't restore old colormap. |
4497 | |
6309 | 4498 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
4499 * image/__img__.m: New file containing common parts of image.m and | |
4500 imshow.m. | |
6312 | 4501 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 4502 * image/image.m, image/imshow.m: Call __img__. |
4503 * plot/__uiobject_draw_axes__.m: | |
4504 Handle rgb imaged data stored in 3-d arrays. | |
4505 | |
6308 | 4506 * plot/figure.m: Doc fix. |
4507 | |
6304 | 4508 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
4509 | |
4510 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
4511 for reading and writing data. New tests. Improve rounding. | |
4512 | |
6302 | 4513 2007-02-13 John W. Eaton <jwe@octave.org> |
4514 | |
6303 | 4515 * plot/stem.m: New file, adapted from OctPlot. |
4516 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4517 | |
6302 | 4518 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
4519 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4520 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4521 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
4522 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
4523 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
4524 plot/semilogyerr.m: Return handles to line objects. | |
4525 | |
6301 | 4526 2007-02-11 John W. Eaton <jwe@octave.org> |
4527 | |
4528 * plot/__uiobject_close_all.m: New file. | |
4529 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4530 | |
6298 | 4531 2007-02-10 John W. Eaton <jwe@octave.org> |
4532 | |
4533 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
4534 * plot/__uiobject_globals__.m: Don't call mlock. | |
4535 | |
4536 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
4537 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
4538 before calling pclose. | |
4539 | |
6291 | 4540 2007-02-09 John W. Eaton <jwe@octave.org> |
4541 | |
6295 | 4542 * plot/subplot.m: Delete spurious call to axes. |
4543 | |
6293 | 4544 * plot/figure.m: Call drawnow for current figure before creating |
4545 or switching to a new figure. | |
4546 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
4547 nargin == 0 case. | |
4548 | |
6291 | 4549 * testfun/assert.m: Try to avoid problems when comparisons involve |
4550 strange values like Inf+NaNi. | |
4551 | |
6283 | 4552 2007-02-08 John W. Eaton <jwe@octave.org> |
4553 | |
6286 | 4554 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
4555 and check gnuplot_use_title_option instead of just assuming -title | |
4556 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
4557 | |
6285 | 4558 * Makefile.in (DISTFILES): Add move-if-change to the list. |
4559 | |
6284 | 4560 * audio/Makefile.in, control/base/Makefile.in, |
4561 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
4562 control/system/Makefile.in, control/util/Makefile.in, | |
4563 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
4564 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
4565 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
4566 optimization/Makefile.in, plot/Makefile.in, | |
4567 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4568 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4569 special-matrix/Makefile.in, startup/Makefile.in, | |
4570 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4571 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4572 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
4573 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
4574 | |
6283 | 4575 * plot/figure.m: Don't call drawnow. Correctly init figure when |
4576 only given property list. | |
4577 | |
6278 | 4578 2007-02-07 John W. Eaton <jwe@octave.org> |
4579 | |
6280 | 4580 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
4581 properties. | |
4582 | |
6278 | 4583 * plot/sombrero.m: Call box ("off") after mesh. |
4584 | |
4585 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
4586 line default" commands with older versions of gnuplot. | |
4587 | |
4588 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
4589 | |
6273 | 4590 2007-02-06 John W. Eaton <jwe@octave.org> |
4591 | |
4592 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
4593 * sparse/gplot.m: Use line style - instead of 1. | |
4594 | |
6272 | 4595 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
4596 | |
4597 * plot/print.m: Avoid error message from cellidx. | |
4598 | |
4599 2007-02-05 John W. Eaton <jwe@octave.org> | |
4600 | |
4601 * plot/legend.m: Fix check for data. | |
4602 | |
6270 | 4603 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
4604 | |
4605 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
4606 Always set lt and pt. | |
4607 | |
6269 | 4608 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
4609 | |
4610 * plot/contourc.m: Correctly compute X and Y. | |
4611 | |
6268 | 4612 2007-02-05 John W. Eaton <jwe@octave.org> |
4613 | |
4614 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
4615 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
4616 | |
6264 | 4617 2007-02-01 John W. Eaton <jwe@octave.org> |
4618 | |
6266 | 4619 * plot/__uiobject_draw_axes__.m: |
4620 Don't try to set axis limits unless we have data. | |
4621 | |
6264 | 4622 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
4623 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4624 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
4625 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
4626 instead of of key and fmt strings. | |
4627 | |
4628 * plot/__pltopt1__.m: Greatly simplify. | |
4629 | |
4630 * plot/__next_line_color__.m: New file. | |
4631 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4632 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
4633 | |
4634 * plot/__default_plot_options__.m: New file. | |
4635 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4636 | |
4637 * plot/__plt3__.m: Delete. | |
4638 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
4639 | |
6259 | 4640 2007-01-31 John W. Eaton <jwe@octave.org> |
4641 | |
6263 | 4642 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
4643 linestyle, linewidth, marker, and markersize properties. | |
4644 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
4645 colors and widths, and line styles. | |
4646 | |
4647 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 4648 |
6261 | 4649 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
4650 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4651 | |
4652 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
4653 __gnuplot_save_data__. | |
4654 | |
6259 | 4655 * image/image.m: Accept 2 args, but ignore the second for now. |
4656 | |
6258 | 4657 2007-01-30 David Bateman <dbateman@free.fr> |
4658 | |
4659 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
4660 to flag a package as to be autoloaded. Add install flags -noauto, | |
4661 -auto to force autoload behavior. | |
4662 (installed_packages): Make list of installed packages unique. | |
4663 | |
6259 | 4664 2007-01-30 John W. Eaton <jwe@octave.org> |
4665 | |
4666 * Merge of changes from graphics-branch: | |
4667 | |
4668 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 4669 |
4670 * plot/subplot.m: Set nextplot property of current figure to "add". | |
4671 | |
4672 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
4673 property if it exists. | |
4674 | |
6259 | 4675 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 4676 |
4677 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
4678 min values outside of loop over child objects. | |
4679 | |
4680 * plot/contour.m, plot/contourc.m: New files. | |
4681 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
4682 | |
4683 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
4684 find a gnuplot version newer than 4.0. | |
4685 * image/__img_gnuplot__.m: Delete. | |
4686 * image/image.m: Create image graphics object. | |
4687 Call newplot to setup and drawnow to finish. | |
4688 Eliminate ZOOM arg. | |
4689 | |
4690 * plot/__uiobject_draw_axes__.m: Handle image data. | |
4691 | |
4692 * plot/legend.m: Eliminate useless variable "warned". | |
4693 | |
4694 * plot/__uiobject_image_ctor__.m: New file. | |
4695 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4696 | |
4697 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
4698 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
4699 | |
4700 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
4701 | |
4702 * plot/__default_colormap__.m: New file. | |
4703 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4704 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
4705 property. | |
4706 * image/colormap.m: Use colormap property of current figure | |
4707 to store colormap instead of using persistent variable. | |
4708 Call __default_colormap__ to get default map value. | |
4709 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
4710 | |
4711 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
4712 Handle some tick mark options. | |
4713 | |
4714 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
4715 set corresponding *mode to "manual". If we set dataaspectratio, | |
4716 set dataaspectratiomode to "manual". | |
4717 | |
4718 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
4719 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
4720 | |
4721 * plot/axis.m: New file. | |
4722 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
4723 | |
4724 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
4725 set corresponding *limmode to "manual". | |
4726 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
4727 Use it to compute autosclaled limits. | |
4728 Arg is now handle, not object. Change all callers. | |
4729 Compute data limits. | |
4730 | |
6259 | 4731 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 4732 |
4733 * plot/drawnow: Fix visibility check for zero args. | |
4734 | |
4735 * plot/text.m: New file. | |
4736 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4737 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
4738 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
4739 horizontalalignment properties. | |
4740 | |
4741 * plot/figure.m: Set options for f we just constructed or were | |
4742 given as an argument, not gcf. Only return handle if nargout > 0. | |
4743 | |
4744 * plot/drawnow.m: Handle visible field for figure here. | |
4745 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
4746 | |
4747 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
4748 title and axis labels. | |
4749 | |
4750 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
4751 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
4752 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
4753 * plot/view.m: New file. | |
4754 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4755 | |
4756 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
4757 Call __request_drawnow__. | |
4758 | |
4759 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
4760 | |
4761 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
4762 Call set to set properties. Return handle instead of structure. | |
4763 Change all callers. | |
4764 | |
4765 * plot/__uiobject_axes_setr__.m: New file. | |
4766 * plot/set.in: Check for __setter__ field. | |
4767 | |
4768 * plot/__uiobject_axes_init__.in: | |
4769 Rename from plot/__uiobject_axes_init__.m. | |
4770 Include __uiobject_globals__. | |
4771 Accept handle as arg instead of structure | |
4772 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
4773 from the list. | |
4774 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
4775 | |
6259 | 4776 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 4777 |
4778 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
4779 | |
4780 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
4781 initializing each global variable. | |
4782 | |
6259 | 4783 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 4784 |
4785 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
4786 __uiobject_figure_handles_free_list__): New global variables. | |
4787 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
4788 Place unused handles on the free list. | |
4789 | |
4790 * plot/__uiobject_get_figure_handle__.in: Delete. | |
4791 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
4792 | |
4793 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
4794 handles here. Return figure handle. | |
4795 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
4796 | |
6259 | 4797 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 4798 |
4799 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
4800 data for gnuplot. | |
4801 | |
4802 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
4803 files. | |
4804 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
4805 (DISTFILES): Include include-globals.awk in the list. | |
4806 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
4807 ($(GEN_M) : %.m : %.in): New rule. | |
4808 | |
4809 * include-globals.awk: New file. | |
4810 | |
4811 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
4812 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
4813 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
4814 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
4815 plot/__uiobject_init_root_figure__.in, | |
4816 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
4817 Rename from corresponding .m files. | |
4818 | |
4819 * move-if-change: New file. | |
4820 | |
4821 * plot/__uiobject_delete__.m: New file. | |
4822 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
4823 plot/__uiobject_delete_child__.m: Delete. | |
4824 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
4825 not a character string. | |
4826 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
4827 Fix assignment to tmp key value in loop. | |
4828 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
4829 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
4830 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
4831 Inline code to delete children. | |
4832 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
4833 __uiobject_list__. | |
4834 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
4835 and free child. | |
4836 | |
6259 | 4837 2006-12-08 John W. Eaton <jwe@octave.org> |
4838 | |
4839 * plot/gcf.m: Check if the root figure object's currentfigure | |
4840 handle is empty, not 0. | |
4841 * plot/__uiobject_root_figure_ctor__.m: | |
4842 Set currentfigure to [], not 0. | |
4843 | |
4844 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
4845 | |
4846 2006-12-07 John W. Eaton <jwe@octave.org> | |
4847 | |
4848 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
4849 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
4850 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
4851 plot/__uiobject_delete_children__.m, | |
4852 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
4853 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
4854 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
4855 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
4856 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
4857 plot/__uiobject_init_figure__.m, | |
4858 plot/__uiobject_init_root_figure__.m, | |
4859 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
4860 plot/__uiobject_remove_child__.m, | |
4861 plot/__uiobject_root_figure_ctor__.m, | |
4862 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
4863 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
4864 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
4865 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
4866 plot/set.m: New files. | |
4867 | |
4868 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
4869 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
4870 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
4871 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
4872 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
4873 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
4874 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
4875 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
4876 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
4877 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
4878 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
4879 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
4880 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
4881 plot/semilogyerr.m, plot/replot.m: | |
4882 Adapt to new graphics data structure. | |
4883 | |
4884 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
4885 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
4886 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
4887 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
4888 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
4889 plot/plot_border.m, plot/subwindow.m: Delete. | |
4890 | |
4891 2007-01-24 David Bateman <dbateman@free.fr> | |
4892 | |
4893 * pkg/pkg.m: Install ChangeLog file if it exists. | |
4894 Delete bare newline in string passed to write_INDEX. | |
4895 | |
4896 * sparse/sprandsym.m: Make work for even values of N. | |
4897 | |
4898 2007-01-24 John W. Eaton <jwe@octave.org> | |
4899 | |
4900 * miscellaneous/news.m: New file. | |
4901 | |
4902 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
4903 | |
4904 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
4905 | |
4906 * strings/strncmp.m: Delete (we now have a built-in version). | |
4907 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4908 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 4909 |
4910 * testfun/test.m: Check for all files in path, use first found. | |
4911 | |
4912 2007-01-22 David Bateman <dbateman@free.fr> | |
4913 | |
4914 * polynomial/spline.m: Make DG a column instead of a row vector. | |
4915 | |
4916 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
4917 | |
4918 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
4919 file name. | |
4920 | |
4921 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
4922 nargout is 1. Handle colormaps that have too few colors. | |
4923 | |
4924 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
4925 (configure_make): Use fullfile instead of concatenating with "/". | |
4926 | |
6258 | 4927 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
4928 | |
4929 * set/ismember.m: Handle N-d arrays. | |
4930 | |
4931 2007-01-10 David Bateman <dbateman@free.fr> | |
4932 | |
4933 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
4934 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4935 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
4936 New files. | |
4937 | |
4938 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
4939 | |
6778 | 4940 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 4941 |
4942 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
4943 | |
4944 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
4945 instead of concatenating with "/". Use mlock to ensure that | |
4946 persistent variables are not clobbered if user types clear all. | |
4947 | |
4948 2007-01-08 John W. Eaton <jwe@octave.org> | |
4949 | |
4950 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
4951 Improve handling of file names containing globbing characters. | |
4952 From S�ren Hauberg <hauberg@gmail.com>. | |
4953 | |
4954 2007-01-05 John W. Eaton <jwe@octave.org> | |
4955 | |
4956 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
4957 New files. | |
4958 | |
4959 2006-12-30 John W. Eaton <jwe@octave.org> | |
4960 | |
4961 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
4962 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
4963 | |
4964 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
4965 | |
4966 * image/imshow.m: Strip NaNs from image. | |
4967 | |
4968 2006-12-08 David Bateman <dbateman@free.fr> | |
4969 | |
4970 * sparse/normest.m: New file. | |
4971 | |
6286 | 4972 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 4973 |
6210 | 4974 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
4975 Work on Windows systems without cp or mv. | |
4976 | |
6209 | 4977 * startup/inputrc: Include sequences for Windows. |
4978 | |
6203 | 4979 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
4980 | |
4981 * pkg/pkg.m (unload_packages): New function. | |
4982 (pkg): Handle unload action. | |
4983 | |
4984 * __errplot__.m: Add missing semicolon. | |
4985 | |
6193 | 4986 2006-11-30 John W. Eaton <jwe@octave.org> |
4987 | |
4988 * miscellaneous/mexext.m: New file. | |
4989 | |
6189 | 4990 2006-11-29 David Bateman <dbateman@free.fr> |
4991 | |
4992 * pkg/pkg.m: Add local_list and global_list options that allow the | |
4993 location of package lists to be probed and set. | |
4994 | |
6179 | 4995 2006-11-17 John W. Eaton <jwe@octave.org> |
4996 | |
6181 | 4997 * plot/__render_plot1__.m: Reverse y axis for images. |
4998 | |
6179 | 4999 * plot/__render_plot__.m: New args, terminal and output. |
5000 * plot/print.m: Don't set output and term here. Instead, call | |
5001 __render_plot__ with terminal and output. | |
5002 | |
6178 | 5003 2006-11-16 John W. Eaton <jwe@octave.org> |
5004 | |
5005 * plot/__render_plot1__.m: New file. | |
5006 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
5007 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
5008 gnuplot. Let __render_plot__ do that. | |
5009 | |
6177 | 5010 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
5011 | |
5012 * plot/plot.m: Fix doc string. | |
5013 | |
6173 | 5014 2006-11-16 John W. Eaton <jwe@octave.org> |
5015 | |
5016 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
5017 before sending anything to the plotter. | |
5018 | |
6172 | 5019 2006-11-15 John W. Eaton <jwe@octave.org> |
5020 | |
5021 * image/__img_gnuplot__.m: Store more info in global plot | |
5022 structures and use __render_plot__ to build plot command to | |
5023 display image. | |
5024 | |
5025 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
5026 | |
5027 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
5028 __plot_command_sep__): Delete. | |
5029 (__plot_data_type__, __plot_data_parametric__, | |
5030 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
5031 __plot_usingstr__, __plot_withstr__): New variables. | |
5032 * plot/__init_plot_vars__.m: Initialize them. | |
5033 | |
5034 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
5035 Don't handle sep or cmd. | |
5036 | |
5037 * plot/__render_plot__.m: New function. | |
5038 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
5039 Store more info in global plot structures and use __render_plot__ | |
5040 to build plot command. | |
5041 * plot/replot.m: Simply call __render_plot__. | |
5042 | |
5043 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
5044 Set __plot_data_parametric__ here. | |
5045 | |
6164 | 5046 2006-11-14 John W. Eaton <jwe@octave.org> |
5047 | |
6166 | 5048 * plot/bottom_title.m, plot/top_title.m: Delete. |
5049 | |
6164 | 5050 * image/image_viewer.m: Set default values here. |
5051 * image/image.m: Not here. | |
5052 | |
5053 * image/image_viewer.m: Always return old values. Check arguments. | |
5054 * image/__img_gnuplot__.m: Rename from __img__m. | |
5055 | |
5056 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
5057 | |
5058 * image/image_viewer.m: New function. | |
5059 * image/__img_via_file__.m: New function. | |
5060 * image/image.m: Use image_viewer to determine which program to | |
5061 use for image viewing. | |
6754 | 5062 * image/__img__.m: Silently accept more than 3 args. |
6164 | 5063 |
6163 | 5064 2006-11-14 John W. Eaton <jwe@octave.org> |
5065 | |
5066 * plot/__do_legend__.m, plot/__errplot__.m, | |
5067 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
5068 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
5069 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5070 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
5071 Use __plot_globals__ for multiplot variables. Keep track of | |
5072 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
5073 | |
6157 | 5074 2006-11-13 John W. Eaton <jwe@octave.org> |
5075 | |
6158 | 5076 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
5077 | |
6157 | 5078 * miscellaneous/substruct.m: New function. |
5079 | |
5080 * testfun/assert.m: Force orientation to match when comparing | |
5081 struct elements. | |
5082 | |
5083 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
5084 when comparing structs. | |
5085 | |
5086 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
5087 | |
6754 | 5088 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
5089 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
5090 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
5091 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
5092 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
5093 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
5094 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 5095 |
6156 | 5096 2006-11-13 John W. Eaton <jwe@octave.org> |
5097 | |
5098 * plot/mesh.m: Use size_equal to compare dimensions. | |
5099 | |
6154 | 5100 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
5101 | |
5102 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
5103 | |
6152 | 5104 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
5105 | |
5106 * miscellaneous/copyfile.m: Fix docs to match function. | |
5107 | |
6145 | 5108 2006-11-08 John W. Eaton <jwe@octave.org> |
5109 | |
6146 | 5110 * plot/legend.m: New function, adapted from Octave Forge. |
5111 | |
5112 * plot/__do_legend__.m: New function. | |
5113 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
5114 plot/replot.m: Call it before plotting. | |
5115 | |
5116 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
5117 noparametric" to gnuplot.. | |
5118 | |
5119 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
5120 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
5121 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
5122 and return key title separate from line format. Accept format and | |
5123 key as cellstr. Always return data as cell array. Return format | |
5124 and key title as cellstr. | |
5125 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
5126 Handle line format and key titles separately. | |
5127 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
5128 | |
5129 * plot/__plot_globals__.m (__plot_line_offset__, | |
5130 __plot_key_labels__, __plot_key_properties__): New global | |
5131 variables. Initialize them. | |
5132 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
5133 __plot_key_labels__, __plot_key_properties__): Initialize. | |
5134 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
5135 (__plot_line_offset__, __plot_key_labels__, | |
5136 __plot_key_properties__): Store information about plot key titles. | |
5137 | |
5138 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
5139 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
5140 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
5141 respectively. | |
5142 | |
5143 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
5144 | |
6145 | 5145 * strings/strcat.m: Disable Octave:empty-list-elements warning |
5146 whle concatenating args. | |
5147 | |
6144 | 5148 2006-11-07 John W. Eaton <jwe@octave.org> |
5149 | |
5150 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
5151 | |
6142 | 5152 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
5153 | |
6143 | 5154 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
5155 option to regexp. | |
5156 | |
6142 | 5157 * image/__img__.m: Send "set size ratio -1" before plotting. |
5158 | |
6138 | 5159 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
5160 | |
6139 | 5161 * strings/index.m: New arg, direction. Simplify and speed up. |
5162 * strings/rindex.m: Implement using index (..., "last"); | |
5163 | |
6754 | 5164 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 5165 |
6130 | 5166 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
5167 | |
5168 * general/__isequal__.m: Test size and class more consistently. | |
5169 | |
6116 | 5170 2006-10-27 John W. Eaton <jwe@octave.org> |
5171 | |
6117 | 5172 * miscellaneous/ls_command.m: Use /D instead of /w. |
5173 From Michael Goffioul <michael.goffioul@swing.be>. | |
5174 | |
6116 | 5175 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
5176 * miscellaneous/dir.m: Mark as a command. | |
5177 | |
6112 | 5178 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5179 | |
5180 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
5181 | |
6088 | 5182 2006-10-25 John W. Eaton <jwe@octave.org> |
5183 | |
5184 * image/image.m: Set x = y = [] when nargin == 0; | |
5185 | |
5186 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
5187 | |
5188 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
5189 * image/__img__.m: New file, originally from | |
5190 Daniel J Sebald <daniel.sebald@ieee.org>. | |
5191 | |
6087 | 5192 2006-10-25 John W. Eaton <jwe@octave.org> |
5193 | |
5194 * plot/__gnuplot_version__.m: New function, originally from | |
5195 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
5196 Quentin Spencer <qspencer@ieee.org>. | |
5197 | |
6085 | 5198 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
5199 | |
5200 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
5201 | |
6081 | 5202 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
5203 | |
5204 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
5205 miscellaneous/gunzip.m: New files. | |
5206 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
5207 Call unpack to do the real work. | |
5208 | |
6075 | 5209 2006-10-24 John W. Eaton <jwe@octave.org> |
5210 | |
6078 | 5211 * plot/plot3.m: If we have a format string, then also pass using |
5212 string to __plt3__. | |
5213 | |
6077 | 5214 * plot/sombrero.m: Don't return anything if nargout == 0. |
5215 | |
6075 | 5216 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 5217 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 5218 |
6069 | 5219 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
5220 | |
5221 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
5222 Quote filenames in shell commands. | |
5223 | |
6055 | 5224 2006-10-17 David Bateman <dbateman@free.fr> |
5225 | |
5226 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
5227 the package directory is missing. | |
5228 | |
6052 | 5229 2006-10-13 John W. Eaton <jwe@octave.org> |
5230 | |
5231 * plot/box.m: New function. | |
5232 | |
6050 | 5233 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
5234 | |
5235 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
5236 | |
6049 | 5237 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
5238 | |
5239 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
5240 | |
6047 | 5241 2006-10-10 John W. Eaton <jwe@octave.org> |
5242 | |
5243 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
5244 | |
6046 | 5245 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
5246 | |
5247 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
5248 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
5249 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
5250 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
5251 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
5252 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
5253 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
5254 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
5255 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
5256 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
5257 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
5258 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
5259 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
5260 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
5261 control/system/buildssic.m, control/system/c2d.m, | |
5262 control/system/cellidx.m, control/system/d2c.m, | |
5263 control/system/dmr2d.m, control/system/fir2sys.m, | |
5264 control/system/is_abcd.m, control/system/is_controllable.m, | |
5265 control/system/is_detectable.m, control/system/is_digital.m, | |
5266 control/system/is_observable.m, control/system/is_siso.m, | |
5267 control/system/is_stabilizable.m, control/system/is_stable.m, | |
5268 control/system/jet707.m, control/system/listidx.m, | |
5269 control/system/ord2.m, control/system/parallel.m, | |
5270 control/system/ss.m, control/system/ss2zp.m, | |
5271 control/system/starp.m, control/system/sys2ss.m, | |
5272 control/system/sys2tf.m, control/system/sys2zp.m, | |
5273 control/system/sysadd.m, control/system/sysappend.m, | |
5274 control/system/syschtsam.m, control/system/sysconnect.m, | |
5275 control/system/syscont.m, control/system/sysdimensions.m, | |
5276 control/system/sysdisc.m, control/system/sysdup.m, | |
5277 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
5278 control/system/sysgroup.m, control/system/sysidx.m, | |
5279 control/system/sysmin.m, control/system/sysmult.m, | |
5280 control/system/sysout.m, control/system/sysprune.m, | |
5281 control/system/sysscale.m, control/system/syssetsignals.m, | |
5282 control/system/syssub.m, control/system/sysupdate.m, | |
5283 control/system/tf.m, control/system/tfout.m, | |
5284 control/system/ugain.m, control/system/zp.m, | |
5285 control/system/zpout.m, control/util/__outlist__.m, | |
5286 control/util/__zgpbal__.m, control/util/prompt.m, | |
5287 control/util/sortcom.m, control/util/strappend.m, | |
5288 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
5289 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
5290 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
5291 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
5292 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
5293 finance/pvl.m, finance/rate.m, finance/vol.m, | |
5294 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
5295 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
5296 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
5297 general/cumtrapz.m, general/deal.m, general/diff.m, | |
5298 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
5299 general/ind2sub.m, general/int2str.m, | |
5300 general/is_duplicate_entry.m, general/isdefinite.m, | |
5301 general/isequal.m, general/isequalwithequalnans.m, | |
5302 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
5303 general/isvector.m, general/logical.m, general/logspace.m, | |
5304 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
5305 general/perror.m, general/postpad.m, general/prepad.m, | |
5306 general/randperm.m, general/rem.m, general/repmat.m, | |
5307 general/rot90.m, general/rotdim.m, general/shift.m, | |
5308 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
5309 general/sub2ind.m, general/trapz.m, general/tril.m, | |
5310 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
5311 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
5312 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
5313 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
5314 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
5315 linear-algebra/cross.m, linear-algebra/dmult.m, | |
5316 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
5317 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
5318 linear-algebra/logm.m, linear-algebra/norm.m, | |
5319 linear-algebra/null.m, linear-algebra/orth.m, | |
5320 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
5321 linear-algebra/trace.m, linear-algebra/vec.m, | |
5322 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
5323 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
5324 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
5325 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
5326 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
5327 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
5328 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
5329 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
5330 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
5331 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
5332 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
5333 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
5334 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
5335 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
5336 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
5337 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
5338 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
5339 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
5340 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
5341 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
5342 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
5343 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
5344 polynomial/polyder.m, polynomial/polyderiv.m, | |
5345 polynomial/polyfit.m, polynomial/polygcd.m, | |
5346 polynomial/polyinteg.m, polynomial/polyout.m, | |
5347 polynomial/polyreduce.m, polynomial/polyval.m, | |
5348 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
5349 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
5350 set/complement.m, set/create_set.m, set/intersect.m, | |
5351 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
5352 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
5353 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
5354 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
5355 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
5356 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
5357 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
5358 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
5359 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
5360 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
5361 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
5362 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
5363 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
5364 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
5365 special-matrix/hankel.m, special-matrix/hilb.m, | |
5366 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
5367 special-matrix/toeplitz.m, special-matrix/vander.m, | |
5368 statistics/base/center.m, statistics/base/cloglog.m, | |
5369 statistics/base/cor.m, statistics/base/corrcoef.m, | |
5370 statistics/base/cov.m, statistics/base/cut.m, | |
5371 statistics/base/gls.m, statistics/base/iqr.m, | |
5372 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
5373 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
5374 statistics/base/mean.m, statistics/base/meansq.m, | |
5375 statistics/base/median.m, statistics/base/moment.m, | |
5376 statistics/base/ols.m, statistics/base/ppplot.m, | |
5377 statistics/base/probit.m, statistics/base/qqplot.m, | |
5378 statistics/base/range.m, statistics/base/ranks.m, | |
5379 statistics/base/run_count.m, statistics/base/skewness.m, | |
5380 statistics/base/spearman.m, statistics/base/statistics.m, | |
5381 statistics/base/std.m, statistics/base/studentize.m, | |
5382 statistics/base/table.m, statistics/base/values.m, | |
5383 statistics/base/var.m, statistics/distributions/betacdf.m, | |
5384 statistics/distributions/betainv.m, | |
5385 statistics/distributions/betapdf.m, | |
5386 statistics/distributions/betarnd.m, | |
5387 statistics/distributions/binocdf.m, | |
5388 statistics/distributions/binoinv.m, | |
5389 statistics/distributions/binopdf.m, | |
5390 statistics/distributions/binornd.m, | |
5391 statistics/distributions/cauchy_cdf.m, | |
5392 statistics/distributions/cauchy_inv.m, | |
5393 statistics/distributions/cauchy_pdf.m, | |
5394 statistics/distributions/cauchy_rnd.m, | |
5395 statistics/distributions/chi2cdf.m, | |
5396 statistics/distributions/chi2inv.m, | |
5397 statistics/distributions/chi2pdf.m, | |
5398 statistics/distributions/chi2rnd.m, | |
5399 statistics/distributions/discrete_cdf.m, | |
5400 statistics/distributions/discrete_inv.m, | |
5401 statistics/distributions/discrete_pdf.m, | |
5402 statistics/distributions/discrete_rnd.m, | |
5403 statistics/distributions/empirical_rnd.m, | |
5404 statistics/distributions/expcdf.m, | |
5405 statistics/distributions/expinv.m, | |
5406 statistics/distributions/exppdf.m, | |
5407 statistics/distributions/exprnd.m, | |
5408 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
5409 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
5410 statistics/distributions/gamcdf.m, | |
5411 statistics/distributions/gaminv.m, | |
5412 statistics/distributions/gampdf.m, | |
5413 statistics/distributions/gamrnd.m, | |
5414 statistics/distributions/geocdf.m, | |
5415 statistics/distributions/geoinv.m, | |
5416 statistics/distributions/geopdf.m, | |
5417 statistics/distributions/geornd.m, | |
5418 statistics/distributions/hygecdf.m, | |
5419 statistics/distributions/hygeinv.m, | |
5420 statistics/distributions/hygepdf.m, | |
5421 statistics/distributions/hygernd.m, | |
5422 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
5423 statistics/distributions/laplace_cdf.m, | |
5424 statistics/distributions/laplace_inv.m, | |
5425 statistics/distributions/laplace_pdf.m, | |
5426 statistics/distributions/laplace_rnd.m, | |
5427 statistics/distributions/logistic_cdf.m, | |
5428 statistics/distributions/logistic_inv.m, | |
5429 statistics/distributions/logistic_pdf.m, | |
5430 statistics/distributions/logistic_rnd.m, | |
5431 statistics/distributions/logncdf.m, | |
5432 statistics/distributions/logninv.m, | |
5433 statistics/distributions/lognpdf.m, | |
5434 statistics/distributions/lognrnd.m, | |
5435 statistics/distributions/normcdf.m, | |
5436 statistics/distributions/norminv.m, | |
5437 statistics/distributions/normpdf.m, | |
5438 statistics/distributions/normrnd.m, | |
5439 statistics/distributions/pascal_cdf.m, | |
5440 statistics/distributions/pascal_inv.m, | |
5441 statistics/distributions/pascal_pdf.m, | |
5442 statistics/distributions/pascal_rnd.m, | |
5443 statistics/distributions/poisscdf.m, | |
5444 statistics/distributions/poissinv.m, | |
5445 statistics/distributions/poisspdf.m, | |
5446 statistics/distributions/poissrnd.m, | |
5447 statistics/distributions/stdnormal_cdf.m, | |
5448 statistics/distributions/stdnormal_inv.m, | |
5449 statistics/distributions/stdnormal_pdf.m, | |
5450 statistics/distributions/stdnormal_rnd.m, | |
5451 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
5452 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
5453 statistics/distributions/unifcdf.m, | |
5454 statistics/distributions/unifinv.m, | |
5455 statistics/distributions/unifpdf.m, | |
5456 statistics/distributions/unifrnd.m, | |
5457 statistics/distributions/wblcdf.m, | |
5458 statistics/distributions/wblinv.m, | |
5459 statistics/distributions/wblpdf.m, | |
5460 statistics/distributions/wblrnd.m, | |
5461 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
5462 statistics/tests/bartlett_test.m, | |
5463 statistics/tests/chisquare_test_homogeneity.m, | |
5464 statistics/tests/chisquare_test_independence.m, | |
5465 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
5466 statistics/tests/hotelling_test.m, | |
5467 statistics/tests/hotelling_test_2.m, | |
5468 statistics/tests/kolmogorov_smirnov_test.m, | |
5469 statistics/tests/kolmogorov_smirnov_test_2.m, | |
5470 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
5471 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
5472 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
5473 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
5474 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
5475 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
5476 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
5477 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
5478 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
5479 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
5480 strings/index.m, strings/isletter.m, strings/lower.m, | |
5481 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
5482 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
5483 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
5484 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
5485 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
5486 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
5487 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
5488 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
5489 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5490 time/etime.m, time/is_leap_year.m: | |
5491 Use print_usage instead of usage. | |
5492 | |
6044 | 5493 2006-10-09 David Bateman <dbateman@free.fr> |
5494 | |
5495 * time/datevec.m: Add additional compatible default parsing strings. | |
5496 | |
6395 | 5497 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 5498 |
6042 | 5499 * pkg/pkg.m: Remove trailing "\n" from error messages. |
5500 Remove compare_versions subfunction. | |
5501 | |
5502 * miscellaneous/compare_versions.m: New function to compare | |
5503 version numbers as strings with any boolean operators. | |
5504 | |
6041 | 5505 * miscellaneous/untar.m: Check more rigorously to see if the tar |
5506 file exists. | |
5507 | |
6036 | 5508 2006-10-04 John W. Eaton <jwe@octave.org> |
5509 | |
5510 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
5511 | |
6032 | 5512 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
5513 | |
6037 | 5514 * pkg/pkg.m: Update docs. Handle prefix option. |
5515 Handle dependencies for load option. | |
6032 | 5516 |
6029 | 5517 2006-10-04 John W. Eaton <jwe@octave.org> |
5518 | |
6030 | 5519 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
5520 | |
5521 * plot/clg.m: Delete. | |
5522 * plot/__init_plot_vars__.m: New function. | |
5523 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 5524 |
6025 | 5525 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
5526 | |
5527 * pkg/pkg.m: Avoid calling addpath with no args. | |
5528 | |
6024 | 5529 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
5530 | |
5531 * audio/loadaudio.m, control/base/nyquist.m, | |
5532 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
5533 linear-algebra/krylov.m, statistics/base/center.m, | |
5534 statistics/base/median.m, statistics/base/std.m, | |
5535 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
5536 find first or last element matching a condition. | |
5537 | |
6023 | 5538 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
5539 | |
5540 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
5541 general/__isequal__.m: Minimize looping using cellfun. | |
5542 | |
6020 | 5543 2006-10-02 David Bateman <dbateman@free.fr> |
5544 | |
5545 * pkg/pkg.m (copy_files): always create installation directory. | |
5546 | |
6016 | 5547 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
5548 | |
5549 * miscellaneous/doc.m: Swap file and directory args to info. | |
5550 | |
5551 2006-10-01 Arno Onken <whyly@gmx.net> | |
5552 | |
5553 * statistics/distributions/exprnd.m: Fix typo. | |
5554 | |
6014 | 5555 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
5556 | |
5557 * polynomial/ppval.m: Use .' instead of '. | |
5558 * polynomial/spline.m: Likewise. New tests. | |
5559 | |
6004 | 5560 2006-09-26 David Bateman <dbateman@free.fr> |
5561 | |
5562 * __plt3__.m: Using global variables __plot_data__, | |
5563 __plot_data_offset__ and __plot_command__ to store plots and | |
5564 correctly handle multiplots, and hold state. Only accept a single | |
5565 data parameter plus, using, format and with strings. Remove | |
5566 setting of gnuplot parameters. | |
5567 * __make_using_clause__.m: New function extracted from __plt__.m. | |
5568 * __setup_plot__.m: Convert to a function and pass the plotting | |
5569 command to use. | |
5570 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
5571 * contour.m: Use unwind protect on the parametric state of plot | |
5572 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
5573 * mesh.m: ditto. | |
5574 * plot3.m: Error checking, setting of parametric state and | |
5575 formation of matrix to plot moved from old __plt3__. | |
5576 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5577 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 5578 |
5997 | 5579 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 5580 |
5581 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
5582 | |
5583 * signal/filter2.m: Correct texinfo doc. | |
5584 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5585 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 5586 |
5587 * miscellaneous/parseparams.m: Correct texinfo doc. | |
5588 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5589 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 5590 |
5591 * pkg/pkg.m (prepare_installation): Don't create package | |
5592 installation directory here. | |
5593 (copy_files): Create it here instead, to avoid issues with | |
5594 upgrades. Also install the COPYING file in packinfo. | |
5595 | |
5989 | 5596 2006-09-13 John W. Eaton <jwe@octave.org> |
5597 | |
5598 * general/blkdiag.m: Adjust to new cellfun rules. | |
5599 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5600 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 5601 |
5602 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
5603 error message for archive name not matching package name. | |
5604 (installed_packages): Size header of printed results to | |
5605 arguments. Sort the list of installed packages before printing | |
5606 them. | |
5607 | |
5986 | 5608 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
5609 | |
5610 * signal/freqz.m: Update tests. | |
5611 | |
5612 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
5613 | |
5614 * signal/freqz.m: Corretly postpad arrays. | |
5615 Don't call fliplr on a column vector. | |
5616 | |
5984 | 5617 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
5618 | |
5619 * general/shiftdim.m: Use permute instead of reshape. | |
5620 | |
5981 | 5621 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
5622 | |
5623 * miscellaneous/parseparams.m: New function. | |
5624 | |
5980 | 5625 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
5626 | |
5627 * miscellaneous/doc.m: Swap order of --file and --directory | |
5628 options for info program invocation. | |
5629 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5630 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 5631 |
5987 | 5632 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 5633 previous change. |
5634 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5635 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 5636 |
5637 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
5638 absence of trailing "/" in OCTAVE_HOME. | |
5639 | |
5973 | 5640 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
5641 | |
5642 * time/datenum.m: Allow arg to be character string. | |
5643 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5644 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 5645 |
5646 * pkg/pkg.m (install): Verify that package name correponds to the | |
5647 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
5648 they are empty. If package directory is empty, remove it to fail | |
5649 gracefully for system specific packages. | |
5650 (extract_pkgadd, create_pkgadd): delete. | |
5651 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
5652 (copy_files): Install both bin/ and doc/ directories, adding the | |
5653 bin/ to the EXEC_PATH when the package is loaded. | |
5654 | |
5962 | 5655 2006-08-24 John W. Eaton <jwe@octave.org> |
5656 | |
5657 * image/saveimage.m: Use logical indexing instead of | |
5658 indices computed by calling find on the logical index. | |
5659 | |
5961 | 5660 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5661 | |
5967 | 5662 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 5663 Use logical indexing instead of indices computed by calling find |
5664 on the logical index. | |
5665 | |
5666 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 5667 |
5959 | 5668 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
5669 | |
5670 * control/system/tf2zp.m: Simplify gain calculation. | |
5671 | |
5958 | 5672 2006-08-23 John W. Eaton <jwe@octave.org> |
5673 | |
5674 * plot/__plt__.m: Insert using clauses for all plots. | |
5675 | |
5957 | 5676 2006-08-23 A S Hodel <hodelas@auburn.edu> |
5677 | |
5678 * control/system/sysscale.m: Call tf and zp with correct number of | |
5679 args. | |
5680 | |
5955 | 5681 2006-08-22 David Bateman <dbateman@free.fr> |
5682 | |
5683 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
5684 Search inst/*.m and src/*.m files in the package for | |
5685 PKG_ADD directives and append user supplied PKG_ADD. | |
5686 (pkg): Call create_pkgadd after copying files. | |
5687 | |
5947 | 5688 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5689 | |
5690 * pkg/pkg.m: Handle multiple packages in a single file. | |
5691 Insert directory separator between OCTAVE_HOME and rest of package | |
5692 installation directory. | |
5693 | |
5694 2006-08-21 John W. Eaton <jwe@octave.org> | |
5695 | |
5696 * general/num2str.m: Early return if arg is empty. | |
5697 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
5698 | |
5946 | 5699 2006-08-21 David Bateman <dbateman@free.fr> |
5700 | |
5701 * strings/mat2str.m: Compute NC before using. | |
5702 | |
5937 | 5703 2006-08-17 John W. Eaton <jwe@octave.org> |
5704 | |
5705 * audio/wavread.m: Fix calculation of sample count. | |
5706 | |
5934 | 5707 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5708 | |
5709 * image/imshow.m: New Matlab-compatible version. | |
5710 | |
5930 | 5711 2006-08-15 John W. Eaton <jwe@octave.org> |
5712 | |
5713 * deprecated/is_global.m: Delete. | |
5714 | |
5928 | 5715 2006-08-14 John W. Eaton <jwe@octave.org> |
5716 | |
5717 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
5718 | |
5926 | 5719 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5720 | |
5721 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
5722 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
5723 | |
5928 | 5724 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5725 | |
6778 | 5726 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 5727 Use addpath and rmpath instead of manipulating LOADPATH. |
5728 Handle changes to system function. | |
5729 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
5730 recursive directory removal. | |
5922 | 5731 |
5924 | 5732 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
5733 | |
6778 | 5734 * colormap.m: Change global variable to persistent. |
5923 | 5735 |
5922 | 5736 * rgb2ind.m: Handle single 3-d array as rgb image. |
5737 | |
5920 | 5738 2006-08-14 John W. Eaton <jwe@octave.org> |
5739 | |
5740 * strings/str2double.m: Fix missing semicolon. | |
5741 | |
5910 | 5742 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
5743 | |
5744 * plot/plot3.m: Accept one complex or one real and one complex | |
5745 argument and plot real and imaginary components for y and z. | |
5746 | |
5908 | 5747 2006-07-27 John W. Eaton <jwe@octave.org> |
5748 | |
5749 * testfun/test.m: Call fflush after each block of calls to | |
5750 fprintf, fputs, or fdisp. | |
5751 | |
5904 | 5752 2006-07-26 John W. Eaton <jwe@octave.org> |
5753 | |
5754 * miscellaneous/mex.m: New function. | |
5755 | |
5901 | 5756 2006-07-22 John W. Eaton <jwe@octave.org> |
5757 | |
5758 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
5759 | |
5881 | 5760 2006-07-07 John W. Eaton <jwe@octave.org> |
5761 | |
5762 * miscellaneous/orderfields.m: New file. | |
5763 | |
5873 | 5764 2006-06-30 John W. Eaton <jwe@octave.org> |
5765 | |
5766 * time/datevec.m: Make another attempt to account for precision of | |
5767 datenum format. | |
5768 | |
5868 | 5769 2006-06-29 John W. Eaton <jwe@octave.org> |
5770 | |
5771 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
5772 Use feval instead of "type -q" to get values now that all the | |
5773 symbols are functions. | |
5774 | |
5860 | 5775 2006-06-16 John W. Eaton <jwe@octave.org> |
5776 | |
5777 * time/datevec.m: Avoid computing log of non-positive values. | |
5778 | |
5859 | 5779 2006-06-14 John W. Eaton <jwe@octave.org> |
5780 | |
5781 * time/datevec.m: Attempt to account for precision of datenum format. | |
5782 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5783 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 5784 |
5785 * audio/wavread.m: Fix file range error and add read support for | |
5786 24-bit WAV files. | |
5787 | |
5837 | 5788 2006-06-01 David Bateman <dbateman@free.fr> |
5789 | |
5790 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
5791 general/interp1.m, general/gradient.m, general/interp2.m, | |
5792 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
5793 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
5794 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
5795 | |
5835 | 5796 2006-05-31 Bill Denney <bill@givebillmoney.com> |
5797 | |
5798 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
5799 * miscellaneous/texas_lotto.m: Fix warning message. | |
5800 | |
5830 | 5801 2006-05-26 John W. Eaton <jwe@octave.org> |
5802 | |
5803 * miscellaneous/doc.m: Also handle nargin == 0. | |
5804 | |
5829 | 5805 2006-05-23 John W. Eaton <jwe@octave.org> |
5806 | |
5807 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
5808 really needed. | |
5809 | |
5827 | 5810 2006-05-22 John W. Eaton <jwe@octave.org> |
5811 | |
6754 | 5812 * general/lookup.m: New file from Octave Forge. |
5827 | 5813 |
5814 2006-05-22 David Bateman <dbateman@free.fr> | |
5815 | |
6754 | 5816 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
5817 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
5818 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
5819 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
5820 special-matrix/magic.m, special-matrix/hadamard.m, | |
5821 strings/strtok.m: New files from Octave Forge. | |
5827 | 5822 |
5824 | 5823 2006-05-19 David Bateman <dbateman@free.fr> |
5824 | |
5825 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 5826 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 5827 |
5821 | 5828 2006-05-17 John W. Eaton <jwe@octave.org> |
5829 | |
5830 * set/intersection.m: Delete | |
5831 * deprecated/intersection.m: New file. | |
5832 | |
5820 | 5833 2006-05-17 David Bateman <dbateman@free.fr> |
5834 | |
5835 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
5836 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
5837 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
5838 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
5839 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
5840 Forge. | |
5841 | |
5809 | 5842 2006-05-11 John W. Eaton <jwe@octave.org> |
5843 | |
5815 | 5844 * path/path.m: Delete (now a built-in function). |
5845 | |
5811 | 5846 * pkg/Makefile.in: New file. |
5847 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 5848 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 5849 |
5808 | 5850 2006-05-10 John W. Eaton <jwe@octave.org> |
5851 | |
5852 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
5853 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
5854 | |
8149 | 5855 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 5856 |
5857 * tar.m, untar.m, unzip.m: New files. | |
5858 | |
5801 | 5859 2006-05-10 John W. Eaton <jwe@octave.org> |
5860 | |
5804 | 5861 * path/addpath.m, path/rmpath.m: Improve compatibility. |
5862 * path/setpath.m: Delete. | |
5863 | |
5801 | 5864 * pkg/pkg.m: New file. |
5865 | |
5798 | 5866 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
5867 | |
5868 * plot/plot.m: Doc string fix. | |
5869 | |
5870 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
5871 | |
5872 * testfun/speeed.m: Use new interface to unique and assert. | |
5873 Improve documentation. Approximate time complexity from log-log | |
5874 plot. Return time complexity and raw times if requested. The | |
5875 mean ratio is no longer returned. Provide complete control over | |
5876 which n are computed. | |
5877 | |
5878 2006-05-09 John W. Eaton <jwe@octave.org> | |
5879 | |
5880 * path/path.m: Move here from miscellaneous. | |
5881 Adapt to new LOADPATH definition. | |
5882 | |
5789 | 5883 2006-05-03 David Bateman <dbateman@free.fr> |
5884 | |
5885 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
5886 explicit uses of a path seperation character with pathsep(). | |
5887 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5888 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 5889 |
6778 | 5890 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 5891 |
5781 | 5892 2006-04-29 John W. Eaton <jwe@octave.org> |
5893 | |
5894 * startup/main-rcfile: Disable some warnings. | |
5895 | |
5762 | 5896 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
5897 | |
5898 * strings/strcmpi.m: Return false instead of error if args are not | |
5899 char or cellstr. | |
5900 | |
5750 | 5901 2006-04-10 John W. Eaton <jwe@octave.org> |
5902 | |
5903 * miscellaneous/dir.m: Ensure that returned structure array is | |
5904 Nx1, not 1xN. | |
5905 | |
5746 | 5906 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
5907 | |
5908 * plot/hist.m: Ignore NaN in inputs. | |
5909 | |
5745 | 5910 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
5911 | |
5912 * miscellaneous/mkoctfile.m: Doc string fix. | |
5913 | |
5741 | 5914 2006-04-05 John W. Eaton <jwe@octave.org> |
5915 | |
5916 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
5917 are both empty. | |
5918 * plot/__plt__.m: Ignore empty data and format strings returned | |
5919 from __plt1__ or __plt2__. | |
5920 | |
5737 | 5921 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
5922 | |
6778 | 5923 * set/unique.m: Properly handle single column input when |
5737 | 5924 "rows" is specified. |
5925 | |
5732 | 5926 2006-04-04 John W. Eaton <jwe@octave.org> |
5927 | |
5736 | 5928 * path/setpath.m: New file. |
5929 * path/savepath.m: Use setpath to set path instead of assigning | |
5930 directly to LOADPATH. | |
5931 | |
5732 | 5932 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
5933 New files, adapted from Octave Forge by Keith Goodman | |
5934 <kwgoodman@gmail.com>. | |
5935 * path: New directory. | |
5936 * Makefile.in (SUBDIRS): Add it to the list. | |
5937 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
5938 | |
5731 | 5939 2006-04-02 David Bateman <dbateman@free.fr> |
5940 | |
5941 * general/tril.m, general.triu.m: | |
5942 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
5943 to allow user types to work correctly. | |
5944 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
5945 | |
5727 | 5946 2006-04-03 David Bateman <dbateman@free.fr> |
5947 | |
5948 * plot/grid.m: Cache the state of the grid to allow toggling. | |
5949 Accept keyword "minor" for minor grid. | |
5950 | |
5721 | 5951 2006-03-28 John W. Eaton <jwe@octave.org> |
5952 | |
5953 * general/isscalar.m: Only require that all dimensions are 1 for | |
5954 compatiblity. | |
5955 | |
5956 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
5957 | |
5958 * general/isvector.m: Allow non-numeric objects to be vectors for | |
5959 compatibility. | |
5960 | |
5720 | 5961 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
5962 | |
5963 * plot/__errplot__.m: Doc string fix. | |
5964 | |
5965 * miscellaneous/doc.m: Mark as command. | |
5966 | |
5967 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
5968 general/isequalwithequalnans.m, general/blkdiag.m, | |
5969 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
5970 | |
5717 | 5971 2006-03-27 Don Bindner <dbindner@truman.edu> |
5972 | |
5973 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
5974 return 3d matrices. | |
5975 | |
5976 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
5977 | |
5978 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
5979 | |
5708 | 5980 2006-03-22 John W. Eaton <jwe@octave.org> |
5981 | |
5982 * plot/print.m: Don't replot after popping terminal setting. | |
5983 | |
5696 | 5984 2006-03-20 John W. Eaton <jwe@octave.org> |
5985 | |
5986 * miscellaneous/mkoctfile.m: Use version-specific name of | |
5987 mkoctfile. Use fullfile to construct file name. | |
5988 | |
5695 | 5989 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
5990 | |
5991 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
5992 shell script from Octave prompt. | |
5993 | |
5690 | 5994 2006-03-17 John W. Eaton <jwe@octave.org> |
5995 | |
5693 | 5996 * deprecated/weibcdf.m, deprecated/weibinv.m, |
5997 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
5998 | |
5999 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
6000 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
6001 Call new wbl functions to do the real work. | |
6002 Swap args and provide default values as necessary to preserve | |
6003 compatibility with old version of Octave. | |
6004 | |
6005 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
6006 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
6007 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
6008 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
6009 Swap scale and shape args for compatibility. | |
6010 | |
5692 | 6011 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
6012 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
6013 Preserve compatibility with old versions of Octave given new | |
6014 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 6015 |
5692 | 6016 * statistics/distributions/logncdf.m, |
6017 statistics/distributions/logninv.m, | |
6018 statistics/distributions/lognpdf.m, | |
6019 statistics/distributions/lognrnd.m: Compatibility fixes. | |
6020 From Ben Barrowes <barrowes@alum.mit.edu> | |
6021 | |
5691 | 6022 * deprecated/hypergeometric_rnd.m: Update interface to match |
6023 current 2.1.x version. | |
6024 | |
6025 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
6026 | |
5690 | 6027 * miscellaneous/dir.m: Use readdir instead of glob. |
6028 Special case for "." to avoid globbing. Use list_in_columns. | |
6029 Eliminate unused variables len and finfo. | |
6030 | |
5689 | 6031 2006-03-16 Bill Denney <bill@givebillmoney.com> |
6032 | |
6033 * miscellaneous/dir.m: Improve compatibility. | |
6034 | |
5687 | 6035 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6036 | |
6037 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6038 time/now.m, time/weekday.m: New functions from Octave Forge. | |
6039 | |
5686 | 6040 2006-03-16 John W. Eaton <jwe@octave.org> |
6041 | |
6042 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
6043 of looking at sum of max dimensions. | |
6044 | |
5681 | 6045 2006-03-16 David Bateman <dbateman@free.fr> |
6046 | |
6047 * testfun/test.m: Clear last warning before warning test to avoid | |
6048 issues with previously set warnings. | |
6049 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
6050 sparse matrices. Force matrix type from spqr solution to be | |
6051 singular to force QR solvers to be used for assert. | |
6052 | |
5678 | 6053 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6054 | |
6055 * strings/strfind.m: New file. | |
6056 | |
5677 | 6057 2006-03-16 John W. Eaton <jwe@octave.org> |
6058 | |
6059 * general/rows.m, general/columns.m: Delete. | |
6060 | |
5674 | 6061 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6062 | |
6063 * strings/strcmpi.m: Simplify. | |
6064 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 6065 * strings/strtrunc.m: New file. |
5674 | 6066 |
5676 | 6067 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
6068 | |
5672 | 6069 2006-03-15 John W. Eaton <jwe@octave.org> |
6070 | |
6071 * miscellaneous/doc.m: New file. | |
8149 | 6072 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 6073 |
5671 | 6074 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
6075 | |
6076 * miscellaneous/mkoctfile.m: New file. | |
6077 | |
5670 | 6078 2006-03-15 John W. Eaton <jwe@octave.org> |
6079 | |
6080 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
6081 | |
5666 | 6082 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
6083 | |
6084 * strings/bin2dec.m: Doc fix. | |
6085 | |
5661 | 6086 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
6087 | |
6088 * time/etime.m: Use datenum to support times spanning year boundaries. | |
6089 * time/datenum.m: New function to compute day number from time. | |
6090 | |
5659 | 6091 2006-03-09 John W. Eaton <jwe@octave.org> |
6092 | |
6093 * miscellaneous/unix.m, plot/print.m: | |
6094 Swap order of outputs from system. | |
6095 | |
5642 | 6096 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
6097 | |
6098 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6099 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6100 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
6101 control/base/__stepimp__.m, control/base/are.m, | |
6102 control/base/controldemo.m, control/base/damp.m, | |
6103 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
6104 control/base/step.m, control/system/abcddim.m, | |
6105 control/system/is_abcd.m, control/system/is_controllable.m, | |
6106 control/system/is_detectable.m, control/system/is_observable.m, | |
6107 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6108 control/system/jet707.m, control/system/sys2fir.m, | |
6109 control/system/sysdimensions.m, control/system/sysupdate.m, | |
6110 control/system/tfout.m, control/system/ugain.m, | |
6111 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
6112 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6113 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
6114 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
6115 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
6116 general/circshift.m, general/columns.m, general/flipdim.m, | |
6117 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
6118 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
6119 general/isequalwithequalnans.m, general/isscalar.m, | |
6120 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
6121 general/logspace.m, general/mod.m, general/nextpow2.m, | |
6122 general/num2str.m, general/perror.m, general/pol2cart.m, | |
6123 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
6124 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
6125 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
6126 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
6127 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
6128 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
6129 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
6130 miscellaneous/license.m, miscellaneous/menu.m, | |
6131 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
6132 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
6133 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
6134 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
6135 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
6136 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
6137 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
6138 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
6139 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
6140 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
6141 polynomial/polyinteg.m, polynomial/polyout.m, | |
6142 polynomial/polyreduce.m, polynomial/polyval.m, | |
6143 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
6144 set/create_set.m, set/intersection.m, set/ismember.m, | |
6145 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
6146 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
6147 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
6148 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
6149 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
6150 special-matrix/hilb.m, special-matrix/invhilb.m, | |
6151 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
6152 special-matrix/vander.m, statistics/base/median.m, | |
6153 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
6154 statistics/distributions/gaminv.m, | |
6155 statistics/distributions/gampdf.m, | |
6156 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
6157 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
6158 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
6159 strings/lower.m, strings/upper.m, testfun/assert.m, | |
6160 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
6161 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
6162 | |
5633 | 6163 2006-02-27 John W. Eaton <jwe@octave.org> |
6164 | |
6165 * time/tic.m: Move here from miscellaneous/tic.m. | |
6166 * time/toc.m: Move here from miscellaneous/toc.m. | |
6167 | |
6168 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
6169 | |
6170 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
6171 does not assign output of toc to a variable. | |
6172 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6173 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 6174 |
6175 * axis.m: Catch limits that are the same and return an error. | |
6176 | |
5625 | 6177 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6178 | |
6179 * plot/print.m: Accept emf device option to support Enhanced | |
6180 Metafile format. | |
6181 | |
6182 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
6183 | |
6184 * control/base/lqe.m: Doc fix. | |
6185 | |
5623 | 6186 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
6187 | |
6188 * statistics/distributions/gamcdf.m: Doc fix. | |
6189 * statistics/distributions/gaminv.m: Doc fix. | |
6190 * statistics/distributions/gampdf.m: Doc fix. | |
6191 * statistics/distributions/gamrnd.m: Doc fix. | |
6192 | |
5610 | 6193 2006-02-09 David Bateman <dbateman@free.fr> |
6194 | |
6778 | 6195 * general/triu.m: Minimum change to allow sparse matrix. More needed |
6196 for arbitrary user type. | |
6197 * general/tril.m: ditto. | |
6198 * sparse/sprand.m: Doc fix. | |
6199 * sparse/sprandn.m: Ditto. | |
6200 * sparse/sprandsym.m: New function. | |
6201 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
6202 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
6203 Update for syntax error for latest texinfo.tex file. | |
5610 | 6204 |
5605 | 6205 2006-02-02 John W. Eaton <jwe@octave.org> |
6206 | |
6207 * plot/grid.m: Append ";\n" to "set grid" command. | |
6208 | |
6209 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
6210 | |
6211 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
6212 | |
5597 | 6213 2006-01-13 John W. Eaton <jwe@octave.org> |
6214 | |
6215 * audio/Makefile.in, control/base/Makefile.in, | |
6216 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
6217 control/system/Makefile.in, control/util/Makefile.in, | |
6218 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
6219 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
6220 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
6221 optimization/Makefile.in, plot/Makefile.in, | |
6222 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6223 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6224 special-matrix/Makefile.in, startup/Makefile.in, | |
6225 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6226 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6227 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
6228 (all): Depend on PKG_ADD. | |
6229 (PKG_ADD): New target. | |
6230 | |
6231 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
6232 | |
6233 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
6234 | |
5596 | 6235 2006-01-13 John W. Eaton <jwe@octave.org> |
6236 | |
6237 * time/etime.m: Move here from miscellaneous/etime.m. | |
6238 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
6239 | |
5595 | 6240 2006-01-13 Bill Denney <bill@givebillmoney.com> |
6241 | |
6778 | 6242 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 6243 * miscellaneous/fullfile.m: Likewise. |
6244 | |
5592 | 6245 2006-01-12 David Bateman <dbateman@free.fr> |
6246 | |
6247 * general/blkdiag.m: Compatible behavior for empty matrices | |
6248 * statistics/base/unidrnd.m: Documentation buglet. | |
6249 | |
5583 | 6250 2005-12-14 David Bateman <dbateman@free.fr> |
6251 | |
5589 | 6252 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
6253 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
6254 | |
6255 * Makefile.in (SUBDIRS): Include testfun. | |
6256 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
6257 | |
5583 | 6258 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
6259 | |
6260 * general/__isequal__.m: Remove reference to getfield. | |
6261 | |
6262 * plot/hist.m: Update test code for row/column discrepencies. | |
6263 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
6264 Update the test code for this. | |
6265 * sparse/spstats.m: Fix small bug in the dimension of output. | |
6266 | |
5579 | 6267 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6268 | |
6269 * cell/cell2mat.m: New file, from octave-forge. | |
6270 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6271 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 6272 |
6273 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
6274 New graph theory functions. | |
6275 | |
5574 | 6276 2005-12-13 John W. Eaton <jwe@octave.org> |
6277 | |
6278 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
6279 | |
6280 * control/system/ss.m: Doc fix. | |
6281 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6282 | |
5572 | 6283 2005-12-12 Michael Zeising <michael@michaels-website.de> |
6284 | |
6285 * audio/wavread.m, audio/wavwrite.m: | |
6286 Correct scaling for 8-bit linear pcm samples. | |
6287 Improve scaling for all other linear pcm resolutions. | |
6288 | |
5568 | 6289 2005-12-07 John W. Eaton <jwe@octave.org> |
6290 | |
6291 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
6292 | |
6293 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
6294 * strings/strjust.m: Likewise. | |
6295 | |
6296 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
6297 * signal/arma_rnd.m: Likewise. | |
6298 * strings/strcat.m: Likewise. | |
6299 * control/base/__freqresp__.m: Likewise. | |
6300 * control/base/place.m: Likewise. | |
6301 * control/base/pzmap.m: Likewise. | |
6302 * control/base/pzmap.m: Likewise. | |
6303 * control/system/sysappend.m: Likewise. | |
6304 * control/system/syscont.m: Likewise. | |
6305 * control/system/sysdisc.m: Likewise. | |
6306 * control/system/sysgroup.m: Likewise. | |
6307 * control/system/tfout.m: Likewise. | |
6308 * control/system/zpout.m: Likewise. | |
6309 * control/util/__outlist__.m: Likewise. | |
6310 | |
5567 | 6311 2005-12-06 John W. Eaton <jwe@octave.org> |
6312 | |
6313 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
6314 Avoid for loop in interleave/deinterleave steps. | |
6315 | |
5565 | 6316 2005-12-06 Michael Zeising <michael@michaels-website.de> |
6317 | |
6318 * audio/wavread.m, audio/wavwrite.m: New files. | |
6319 | |
5563 | 6320 2005-12-06 John W. Eaton <jwe@octave.org> |
6321 | |
6322 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
6323 | |
5560 | 6324 2005-12-05 John W. Eaton <jwe@octave.org> |
6325 | |
5561 | 6326 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 6327 |
5558 | 6328 2005-12-02 John W. Eaton <jwe@octave.org> |
6329 | |
6330 * miscellaneous/fileattrib.m: New function. | |
6331 | |
5556 | 6332 2005-12-01 John W. Eaton <jwe@octave.org> |
6333 | |
6334 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
6335 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
6336 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
6337 | |
5555 | 6338 2005-11-30 John W. Eaton <jwe@octave.org> |
6339 | |
6340 * linear-algebra/krylov.m: Format doc string. | |
6341 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6342 | |
5551 | 6343 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
6344 | |
6345 * general/blkdiag.m: Import from octave-forge. | |
6346 Ignore empty matrices in the input. Add tests. | |
5549 | 6347 |
6348 * general/isequal.m, general/isequalwithequalnans.m: | |
6349 New wrapper scripts for general/__isequal__.m. | |
6350 * general/__isequal__.m: Rename from general/isequal.m. | |
6351 New arg, nans_compare_equal. | |
6352 | |
5548 | 6353 2005-11-29 John W. Eaton <jwe@octave.org> |
6354 | |
6355 * miscellaneous/ver.m: Use new uname built-in function instead of | |
6356 calling system. Only append octave_forge_string if | |
6357 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
6358 Call license instead of hard-coding license info here. | |
6359 | |
6360 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 6361 __octave_licenses__. Use puts instead of disp. |
5548 | 6362 Use getuid and getpwuid instead of calling unix ("id -un"). |
6363 If nargout = 1, return license info instead of printing usage message. | |
6364 | |
5546 | 6365 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6366 | |
6367 * miscellaneous/ver.m: New file. | |
6368 * miscellaneous/license.m: New file. | |
6369 | |
5545 | 6370 2005-11-22 John W. Eaton <jwe@octave.org> |
6371 | |
6372 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
6373 gnuplot set command. | |
6374 | |
5539 | 6375 2005-11-15 John W. Eaton <jwe@octave.org> |
6376 | |
6377 * general/shiftdim.m: Doc fix. | |
6378 | |
5532 | 6379 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
6380 | |
6381 * set/unique.m: Doc string fix. | |
6382 | |
5527 | 6383 2005-11-01 John W. Eaton <jwe@octave.org> |
6384 | |
6385 * Makefile.in (distclean, maintainer-clean): | |
6386 Also remove autom4te.cache directory. | |
6387 From Quentin Spencer <qspencer@ieee.org>. | |
6388 | |
5518 | 6389 2005-10-28 John W. Eaton <jwe@octave.org> |
6390 | |
6391 * general/shiftdim.m: Compatibility fix for row vectors. | |
6392 Correct check for non-scalar non-integer shift. For positive | |
6393 N, shift is remainder of N and number of dims. Always return NS. | |
6394 Simplify. | |
6395 | |
5500 | 6396 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
6397 | |
6398 * general/randperm.m: Improve compatibility by allowing input | |
6399 value of zero. | |
6400 | |
5493 | 6401 2005-10-13 John W. Eaton <jwe@octave.org> |
6402 | |
6403 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
6404 If in multiplot mode, clear plot before issuing new plot command. | |
6405 | |
6406 * plot/__setup_plot__.m: New function. | |
6407 * plot/__plt__.m, plot__errplot__.m: Use it. | |
6408 Handle multiplot data and offsets here. | |
6409 | |
6410 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
6411 Move initialization to __setup_plot__.m. | |
6412 | |
6413 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
6414 Don't reset gnuplot_command_replot. | |
6415 | |
6416 * plot/replot.m: Handle multiplot data and offsets here. | |
6417 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
6418 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
6419 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
6420 | |
5489 | 6421 2005-10-12 John W. Eaton <jwe@octave.org> |
6422 | |
6423 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
6424 | |
5482 | 6425 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
6426 | |
6427 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
6428 weibrnd.m: Removed calls and references to deprecated _pdf and | |
6429 _inv functions. | |
6430 * chi2pdf.m: Fixed typos in the documentation. | |
6431 | |
5475 | 6432 2005-09-28 John W. Eaton <jwe@octave.org> |
6433 | |
5476 | 6434 * miscellaneous/single.m: New function. |
6435 | |
5475 | 6436 * statistics/base/unidrnd.m: New function. |
6437 | |
5474 | 6438 2005-09-27 John W. Eaton <jwe@octave.org> |
6439 | |
6440 * miscellaneous/dir.m: Filename never includes directory part. | |
6441 | |
5464 | 6442 2005-09-22 John W. Eaton <jwe@octave.org> |
6443 | |
6444 * polynomial/residue.m: Use logical indexing instead of find.. | |
6445 | |
6446 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
6447 | |
6448 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
6449 and zero poles. | |
6450 | |
5462 | 6451 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
6452 | |
6453 * strings/deblank.m: Handle cell arrays. | |
6454 * strings/split.m: New argument, N, to limit number of splits. | |
6455 | |
6456 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
6457 | |
6458 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
6459 | |
5460 | 6460 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
6461 | |
6462 * control/base/rlocus.m: Doc fix. | |
6463 | |
5459 | 6464 2005-09-20 John W. Eaton <jwe@octave.org> |
6465 | |
6466 * general/isvector.m: Improve compatibility. | |
6467 | |
6468 * general/postpad.m: Allow first argument to be a scalar. | |
6469 Allow padding to extend dimensionality. | |
6470 * general/prepad.m: Likewise. | |
6471 | |
5448 | 6472 2005-09-14 Daniel <durbano@shbano.com> |
6473 | |
6474 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 6475 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
6476 /control/base/dgram.m: Doc string fixes. | |
5448 | 6477 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
6478 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6479 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 6480 |
6481 * saveimage.m: Do not ignore most significant bit when writing | |
6482 black and white images to file. | |
6483 | |
5443 | 6484 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
6485 | |
6486 * audio/playaudio.m, control/base/__bodquist__.m, | |
6487 control/base/lqg.m, control/obsolete/dezero.m, | |
6488 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
6489 control/system/c2d.m, control/system/cellidx.m, | |
6490 control/system/d2c.m, control/system/dmr2d.m, | |
6491 control/system/is_signal_list.m, control/system/listidx.m, | |
6492 control/system/ss.m, control/system/sysappend.m, | |
6493 control/system/sysconnect.m, control/system/sysdup.m, | |
6494 control/system/sysgetsignals.m, control/system/sysidx.m, | |
6495 control/system/sysprune.m, control/system/syssetsignals.m, | |
6496 control/system/tfout.m, control/system/zpout.m, | |
6497 control/util/prompt.m, control/util/sortcom.m, | |
6498 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
6499 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
6500 general/num2str.m, general/repmat.m, general/sortrows.m, | |
6501 general/strerror.m, image/colormap.m, image/imshow.m, | |
6502 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
6503 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
6504 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
6505 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
6506 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
6507 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
6508 plot/print.m, plot/title.m, plot/top_title.m, | |
6509 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
6510 statistics/base/mean.m, statistics/base/moment.m, | |
6511 statistics/tests/cor_test.m, | |
6512 statistics/tests/kolmogorov_smirnov_test.m, | |
6513 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6514 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
6515 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6516 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6517 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6518 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6519 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6520 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
6521 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6522 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6523 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
6524 Avoid deprecated functions. Use ischar instead of isstr. Use | |
6525 isvector instead of is_vector. Use isstruct instead of | |
6526 is_struct. Use char instead of setstr. | |
6527 | |
5435 | 6528 2005-08-31 Daniel <durbano@shbano.com> |
6529 | |
6530 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
6531 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
6532 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6533 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6534 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 6535 |
6536 * image/saveimage.m: Open output file in binary mode. | |
6537 | |
6538 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
6539 | |
5427 | 6540 2005-08-16 John W. Eaton <jwe@octave.org> |
6541 | |
6542 * miscellaneous/computer.m: Handle optional maxsize and endian | |
6543 outputs. | |
6544 | |
5426 | 6545 2005-08-15 John W. Eaton <jwe@octave.org> |
6546 | |
6547 * strings/strcat.m: Allow single argument. | |
6548 | |
5416 | 6549 2005-07-18 John W. Eaton <jwe@octave.org> |
6550 | |
6551 * strings/strcmp.m: Delete. | |
6552 | |
5413 | 6553 2005-07-13 John W. Eaton <jwe@octave.org> |
6554 | |
6555 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
6556 versions of Octave. | |
6557 | |
6558 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
6559 | |
6560 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
6561 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
6562 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
6563 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
6564 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
6565 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
6566 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
6567 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
6568 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
6569 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
6570 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
6571 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
6572 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
6573 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
6574 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
6575 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
6576 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
6577 * statistics/distributions/finv.m: Rename from f_inv.m. | |
6578 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
6579 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
6580 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
6581 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
6582 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
6583 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
6584 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
6585 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
6586 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
6587 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
6588 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
6589 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
6590 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
6591 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
6592 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
6593 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
6594 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
6595 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
6596 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
6597 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
6598 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
6599 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
6600 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
6601 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
6602 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
6603 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
6604 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
6605 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
6606 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
6607 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 6608 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 6609 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
6610 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
6611 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
6612 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
6613 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
6614 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
6615 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
6616 | |
6617 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
6618 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
6619 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
6620 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
6621 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
6622 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
6623 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
6624 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
6625 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
6626 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
6627 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
6628 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
6629 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
6630 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
6631 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
6632 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
6633 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
6634 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
6635 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
6636 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
6637 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
6638 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
6639 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
6640 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
6641 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
6642 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
6643 deprecated/wiener_rnd.m: New files. | |
6644 | |
5408 | 6645 2005-07-08 John W. Eaton <jwe@octave.org> |
6646 | |
6647 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
6648 * deprecated/weibull_rnd.m: New file. | |
6649 | |
5407 | 6650 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
6651 | |
6652 * strings/dec2base.m: Allow matrix arguments. | |
6653 | |
5406 | 6654 2005-07-08 John W. Eaton <jwe@octave.org> |
6655 | |
6656 * plot/__errplot__.m: Use __plot_globals__. | |
6657 * plot/__plt__.m: Likewise. | |
6658 * plot/figure.m: Likewise. | |
6659 | |
6660 * plot/hold.m: New file. | |
6661 * plot/ishold.m: New file. | |
6662 * plot/__plot_globals__.m: New file. | |
6663 | |
5400 | 6664 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
6665 | |
6666 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
6667 | |
6668 2005-07-05 John W. Eaton <jwe@octave.org> | |
6669 | |
6670 * strings/findstr.m: Return [] for no matches. | |
6671 | |
5399 | 6672 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
6673 | |
6674 * miscellaneous/tic.m: Fix doc string. | |
6675 | |
5395 | 6676 2005-06-15 John W. Eaton <jwe@octave.org> |
6677 | |
6678 * polynomial/polyfit.m: Force return value to be a row vector. | |
6679 | |
5393 | 6680 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
6681 | |
6682 * general/isequal.m: Correct nargin check. | |
6683 | |
5388 | 6684 2005-06-14 John W. Eaton <jwe@octave.org> |
6685 | |
6686 * general/isvector.m: Handle N-d arrays. | |
6687 From Bill Denney <denney@seas.upenn.edu>. | |
6688 | |
5381 | 6689 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
6690 | |
6691 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 6692 |
5377 | 6693 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
6694 | |
6695 * signal/freqz.m: Use correct calculations when given a vector of | |
6696 frequencies. Improve accuracy of returned frequency vector. | |
6697 Improve speed for medium length filters (at a slight cost for slow | |
6698 filters). Add test cases. | |
6699 | |
5373 | 6700 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
6701 | |
6702 * plot/loglog.m: Fix set commands. | |
6703 | |
5381 | 6704 2005-05-25 John W. Eaton <jwe@octave.org> |
6705 | |
6706 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
6707 | |
5371 | 6708 2005-05-24 John W. Eaton <jwe@octave.org> |
6709 | |
5373 | 6710 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
6711 | |
5372 | 6712 * strings/strncmp.m: New file, from Tom Holroyd |
6713 <tomh@kurage.nimh.nih.gov>. | |
6714 | |
5371 | 6715 * strings/strcmp.m: Return logical values in all cases. |
6716 | |
5366 | 6717 2005-05-23 John W. Eaton <jwe@octave.org> |
6718 | |
6719 * plot/orient.m: New file. Adapt to Octave coding style. | |
6720 Texinfoize doc string. | |
6721 | |
6722 * plot/print.m: New file. Adapt to Octave coding style. Include | |
6723 PKG_ADD command. Use set terminal consistently throughout. Use | |
6724 set terminal push/pop and unconditionally set output to screen | |
6725 when done to avoid requiring gget. Use a cell array for dev_list | |
6726 and cellidx to search for items in the list. Delete local | |
6727 variable endl. Don't set and restore automatic_replot. Use {} | |
6728 instead of nth to index varargin. Delete local variable | |
6729 va_arg_cnt. | |
6730 | |
5355 | 6731 2005-05-18 John W. Eaton <jwe@octave.org> |
6732 | |
6733 * general/num2str.m: Return early if X is a character string. | |
6734 | |
5347 | 6735 2005-05-11 John W. Eaton <jwe@octave.org> |
6736 | |
5348 | 6737 * strings/findstr.m: Allow non-string arguments for compatiblity. |
6738 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
6739 | |
5347 | 6740 * plot/polar.m: Don't call __pltopt__ here. |
6741 | |
5333 | 6742 2005-05-02 John W. Eaton <jwe@octave.org> |
6743 | |
6744 * mkdoc: Print header message. | |
6745 | |
5319 | 6746 2005-04-28 John W. Eaton <jwe@octave.org> |
6747 | |
6748 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
6749 startup/octaverc. | |
6750 | |
5318 | 6751 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
6752 | |
6753 * image/imshow.m: Handle various image depths and 3d RGB images. | |
6754 (__im_numeric_limits__): New internal function. | |
6755 | |
5317 | 6756 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
6757 | |
6758 * statistics/tests/anova.m: Compute total_mean as mean of all | |
6759 data, not mean of group_mean. | |
6760 | |
6761 2005-04-28 John W. Eaton <jwe@octave.org> | |
6762 | |
6763 * startup/local-rcfile: New file. | |
6764 * startup/main-rcfile: Rename from startup/octaverc. | |
6765 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
6766 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
6767 Install local-rcfile in $(localfcnfiledir)/startup. | |
6768 | |
6769 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
6770 | |
6771 * startup/inputrc: New file. | |
6772 * startup/octaverc: Configure readline using inputrc from | |
6773 startupfiledir. | |
6774 * startup/Makefile.in (install, install-strip): Install octaverc | |
6775 in $(fcnfiledir)/startup. | |
6776 | |
5310 | 6777 2005-04-27 John W. Eaton <jwe@octave.org> |
6778 | |
6779 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
6780 | |
5289 | 6781 2005-04-21 John W. Eaton <jwe@octave.org> |
6782 | |
6783 * optimization/glpk.m: Handle SENSE argument. | |
6784 | |
6785 * optimization/qp.m, optimization/sqp.m: New files. | |
6786 | |
5276 | 6787 2005-04-08 John W. Eaton <jwe@octave.org> |
6788 | |
6789 * Makefile.in (clean, distclean, maintainer-clean): | |
6790 Avoid duplication in rules. | |
6791 | |
5252 | 6792 2005-03-28 John W. Eaton <jwe@octave.org> |
6793 | |
6794 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
6795 setting {no,}parametric. | |
6796 * plot/figure.m: Likewise, for setting terminal type. | |
6797 | |
6798 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
6799 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
6800 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
6801 plot/title.m, plot/top_title.m: Avoid eval. | |
6802 | |
5251 | 6803 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6804 | |
5253 | 6805 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
6806 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
6807 Use __gnuplot_replot__ instead of replot. | |
6808 | |
5252 | 6809 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
6810 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
6811 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
6812 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
6813 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
6814 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
6815 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 6816 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 6817 |
5251 | 6818 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
6819 | |
5244 | 6820 2005-03-24 John W. Eaton <jwe@octave.org> |
6821 | |
6822 * optimization/glpkmex.m: Texinfoize Doc string. | |
6823 * optimization/glpk.m: Likewise. | |
6824 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
6825 (row vectors are orginary character strings). | |
6826 * optimization/glpkparam.m: Delete. | |
6827 | |
5243 | 6828 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
6829 | |
6830 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
6831 of dimensions of X. | |
6832 | |
5237 | 6833 2005-03-23 John W. Eaton <jwe@octave.org> |
6834 | |
5239 | 6835 * general/tril.m, general/triu.m: Return value of same class as |
6836 argument. | |
6837 | |
5237 | 6838 * optimization/glpk.m: Simplify interface. By default, solve |
6839 standard LP min C'*x s.t. A*x = b, x >= 0. | |
6840 * optimization/glpkmex.m: New file. | |
6841 | |
5232 | 6842 2005-03-22 John W. Eaton <jwe@octave.org> |
6843 | |
5237 | 6844 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
6845 list. | |
6846 | |
5233 | 6847 * optimization/glpk.m: Adapt to Octave coding style. |
6848 No need for varargout or varargin. | |
6849 Print usage message if nargin > 11. | |
6850 Allow any value of nargout. | |
6851 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
6852 Avoid looping when checking character classes. | |
6853 | |
5232 | 6854 * optimization: New directory. |
6855 * Makefile.in (SUBDIRS): Add it to the list. | |
6856 * optimization/Makefile.in: New file. | |
6857 * optimization/glpk.m, optimization/glpkparams.m, | |
6858 optimization/glpktest1, optimization/glpktest2: New files. | |
6859 | |
8149 | 6860 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 6861 |
6862 * strings/split.m: Quick return for empty second arg. | |
6863 Improve warning for multi-line strings. | |
6864 Speed up by avoiding sprintf in loop and eval. | |
6865 | |
5217 | 6866 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
6867 | |
6868 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
6869 * polynomial/polyder.m: Ditto. | |
6778 | 6870 * polynomial/polygcd.m: New function. |
5217 | 6871 |
5214 | 6872 2005-03-16 John W. Eaton <jwe@octave.org> |
6873 | |
5215 | 6874 * control/base/__stepimp__.m, control/base/bode.m, |
6875 control/base/frdemo.m, control/base/nichols.m, | |
6876 control/base/nyquist.m, control/base/pzmap.m, | |
6877 control/base/rldemo.m, control/base/rlocus.m, | |
6878 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
6879 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
6880 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
6881 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
6882 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
6883 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
6884 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
6885 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
6886 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
6887 plot/xlabel.m, quaternion/demoquat.m, | |
6888 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
6889 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
6890 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
6891 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
6892 gsplot from @seealso docs. | |
5214 | 6893 |
6894 * plot/replot.m: New file. | |
6895 | |
5205 | 6896 2005-03-15 David Bateman <dbateman@free.fr> |
6897 | |
6898 * set/unique.m, set/ismember.m: Handle cell arrays. | |
6899 | |
5196 | 6900 2005-03-09 John W. Eaton <jwe@octave.org> |
6901 | |
6902 * statistics/Makefile.in (bin-dist): Delete target. | |
6903 (BINDISTSUBDIRS): Delete variable. | |
6754 | 6904 * control/Makefile.in: Likewise. |
5196 | 6905 |
5378 | 6906 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 6907 (BINDISTFILES): Delete variable. |
5378 | 6908 * control/base/Makefile.in: Likewise. |
6909 * control/hinf/Makefile.in: Likewise. | |
6910 * control/obsolete/Makefile.in: Likewise. | |
6911 * control/system/Makefile.in: Likewise. | |
6912 * control/util/Makefile.in: Likewise. | |
6913 * deprecated/Makefile.in: Likewise. | |
6914 * elfun/Makefile.in: Likewise. | |
6915 * finance/Makefile.in: Likewise. | |
6916 * general/Makefile.in: Likewise. | |
6917 * image/Makefile.in: Likewise. | |
6918 * sparse/Makefile.in: Likewise. | |
6919 * io/Makefile.in: Likewise. | |
6920 * plot/Makefile.in: Likewise. | |
6921 * Makefile.in: Likewise. | |
6922 * miscellaneous/Makefile.in: Likewise. | |
6923 * linear-algebra/Makefile.in: Likewise. | |
6924 * polynomial/Makefile.in: Likewise. | |
6925 * quaternion/Makefile.in: Likewise. | |
6926 * set/Makefile.in: Likewise. | |
6927 * signal/Makefile.in: Likewise. | |
6928 * specfun/Makefile.in: Likewise. | |
6929 * special-matrix/Makefile.in: Likewise. | |
6930 * startup/Makefile.in: Likewise. | |
6931 * statistics/base/Makefile.in: Likewise. | |
6932 * statistics/distributions/Makefile.in: Likewise. | |
6933 * statistics/models/Makefile.in: Likewise. | |
6934 * statistics/tests/Makefile.in: Likewise. | |
6935 * strings/Makefile.in: Likewise. | |
6936 * time/Makefile.in: Likewise. | |
5196 | 6937 |
5195 | 6938 2005-03-08 John W. Eaton <jwe@octave.org> |
6939 | |
6940 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
6941 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
6942 | |
5192 | 6943 2005-03-04 John W. Eaton <jwe@octave.org> |
6944 | |
6945 * plot/clg.m: New file. | |
6946 | |
5193 | 6947 2005-03-03 John W. Eaton <jwe@octave.org> |
6948 | |
6949 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
6950 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
6951 strings/strcmpi.m: | |
6952 New files from Octave-forge. Adapt to Octave coding standards. | |
6953 | |
5181 | 6954 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
6955 | |
6956 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
6957 computation range. | |
6958 | |
5164 | 6959 2005-02-25 John W. Eaton <jwe@octave.org> |
6960 | |
6961 Sparse merge. | |
6962 | |
6963 2005-01-23 David Bateman <dbateman@free.fr> | |
6964 | |
6965 * sparse/randperm.m: Delete duplicate randperm.m. | |
6966 | |
6967 2005-01-10 John W. Eaton <jwe@octave.org> | |
6968 | |
6969 * sparse/Makefile.in: New file. | |
6970 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
6971 | |
6972 2005-01-07 David Bateman <dbateman@free.fr> | |
6973 | |
6974 * set/unique.m: import file from octave-forge. | |
6975 | |
6976 2005-01-05 David Bateman <dbateman@free.fr> | |
6977 | |
6978 * Makefile.in: include sparse directory in SUBDIRS. | |
6979 | |
6980 2004-12-30 John W. Eaton <jwe@octave.org> | |
6981 | |
6982 * sparse/nzmax.m: Delete (there is an nzmax function in | |
6983 src/DLD-FUNCTIONS/sparse.cc). | |
6984 | |
6985 2004-12-28 John W. Eaton <jwe@octave.org> | |
6986 | |
6987 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
6988 Andy Adler <adler@site.uottawa.ca>. | |
6989 | |
6990 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
6991 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
6992 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
6993 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
6994 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
6995 | |
6996 * sparse: New directory. | |
6997 | |
5158 | 6998 2005-02-22 John W. Eaton <jwe@octave.org> |
6999 | |
7000 * polynomial/residue.m: Force prepad to always create row vectors. | |
7001 | |
7002 * polynomial/poly.m: Quick return if m is 0. | |
7003 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
7004 | |
5154 | 7005 2005-02-21 David Bateman <dbateman@free.fr> |
7006 | |
7007 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
7008 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
7009 Fix for row vectors with at least one element of lambda not in | |
7010 (0, Inf). | |
7011 | |
5152 | 7012 2005-02-21 John W. Eaton <jwe@octave.org> |
7013 | |
5153 | 7014 * statistics/base/qqplot.m: Use feval instead of eval. |
7015 | |
5152 | 7016 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
7017 plot/__axis_label__.m: Issue replot command. | |
7018 | |
5135 | 7019 2005-02-09 John W. Eaton <jwe@octave.org> |
7020 | |
7021 * polynomial/polyderiv.m: Force P to be a row vector. | |
7022 | |
5133 | 7023 2005-02-08 John W. Eaton <jwe@octave.org> |
7024 | |
7025 * strings/dec2base.m: Don't delete leading zero if third arg is | |
7026 provided and len <= computed max_len. | |
7027 | |
5125 | 7028 2005-01-27 David Bateman <dbateman@free.fr> |
7029 | |
7030 * strings/dec2base.m: Be even more careful about handling all digits. | |
7031 | |
7032 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
7033 | |
7034 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
7035 | |
5123 | 7036 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
7037 | |
7038 * statistics/base/median.m: Make it work for the scalar case too. | |
7039 | |
6308 | 7040 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 7041 |
7042 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 7043 Simplify logic for decoding args. |
5117 | 7044 |
5115 | 7045 2005-01-24 John W. Eaton <jwe@octave.org> |
7046 | |
5116 | 7047 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
7048 | |
7049 * plot/__plt__.m: No need to save and reset hold state now. | |
7050 (first_plot): Delete unused variable. | |
7051 | |
5115 | 7052 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
7053 | |
7054 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
7055 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
7056 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
7057 plot/__plt2vv__.m: | |
7058 Return data and gnuplot commands instead of evaluating them. | |
7059 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
7060 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
7061 | |
5108 | 7062 2005-01-18 John W. Eaton <jwe@octave.org> |
7063 | |
7064 * linear-algebra/cross.m: Allocate idx1 before use. | |
7065 | |
5096 | 7066 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
7067 | |
7068 * statistics/base/range.m: Fix varargin usage. | |
7069 | |
5091 | 7070 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
7071 | |
7072 * strings/deblank.m: Remove all trailing whitespace (check with | |
7073 isspace), not just SPC. | |
7074 | |
5090 | 7075 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
7076 | |
7077 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
7078 | |
5073 | 7079 2004-11-09 John W. Eaton <jwe@octave.org> |
7080 | |
7081 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
7082 From Julius Smith <jos@ccrma.stanford.edu>. | |
7083 | |
5072 | 7084 2004-11-08 John W. Eaton <jwe@octave.org> |
7085 | |
7086 * plot/__plt2vm__.m: Delete debugging statement. | |
7087 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
7088 | |
5065 | 7089 2004-11-04 John W. Eaton <jwe@octave.org> |
7090 | |
7091 * plot/hist.m: Always return row vectors for vector args. | |
7092 | |
5031 | 7093 2004-09-23 John W. Eaton <jwe@octave.org> |
7094 | |
7095 * strings/strcmp.m: If args are not strings or cell arrays of | |
7096 strings, return zero instead of reporting an error. | |
7097 | |
5021 | 7098 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
7099 | |
7100 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
7101 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
7102 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
7103 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
7104 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
7105 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
7106 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
7107 control/hinf/is_dgkf.m, control/system/c2d.m, | |
7108 control/system/is_detectable.m, control/system/is_sample.m, | |
7109 control/system/is_siso.m, control/system/is_stable.m, | |
7110 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
7111 control/system/sys2tf.m, control/system/sys2zp.m, | |
7112 control/system/sysappend.m, control/system/sysconnect.m, | |
7113 control/system/sysdisc.m, control/system/sysdup.m, | |
7114 control/system/sysgetsignals.m, control/system/sysmult.m, | |
7115 control/system/syssetsignals.m, control/system/syssub.m, | |
7116 control/system/tf2sys.m, control/system/ugain.m, | |
7117 control/system/zp2ss.m, control/system/zp2sys.m, | |
7118 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
7119 special-matrix/toeplitz.m: Fix typos in doc strings. | |
7120 | |
7121 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
7122 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
7123 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
7124 ontrol/system/is_abcd.m, control/system/parallel.m, | |
7125 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
7126 control/system/sysappend.m, control/system/sysconnect.m, | |
7127 control/system/sysdup.m, control/system/sysgroup.m, | |
7128 control/system/sysprune.m, control/system/sysreorder.m, | |
7129 control/system/sysscale.m, control/system/syssub.m, | |
7130 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
7131 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
7132 polynomial/polyout.m, specfun/log2.m: | |
7133 Add output arguments in doc strings. | |
7134 | |
7135 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
7136 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
7137 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
7138 control/base/freqchkw.m, control/base/__freqresp__.m, | |
7139 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
7140 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
7141 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
7142 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
7143 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
7144 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
7145 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
7146 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
7147 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
7148 control/system/c2d.m, control/system/is_abcd.m, | |
7149 control/system/is_controllable.m, control/system/is_detectable.m, | |
7150 control/system/is_observable.m, control/system/is_stable.m, | |
7151 control/system/jet707.m, control/system/ord2.m, | |
7152 control/system/starp.m, control/system/sys2fir.m, | |
7153 control/system/sys2ss.m, control/system/sys2tf.m, | |
7154 control/system/sys2zp.m, control/system/syscont.m, | |
7155 control/system/sysdisc.m, control/system/sysdup.m, | |
7156 control/system/sysgettype.m, control/system/sysgroup.m, | |
7157 control/system/sysmult.m, control/system/sysprune.m, | |
7158 control/system/sysreorder.m, control/system/sysscale.m, | |
7159 control/system/syssetsignals.m, control/system/sysupdate.m, | |
7160 control/system/tf2ss.m, control/system/tf2sys.m, | |
7161 control/system/zp2ss.m, control/system/zp2sys.m, | |
7162 control/util/axis2dlim.m, control/util/prompt.m, | |
7163 control/util/zgfmul.m, control/util/zginit.m, | |
7164 control/util/__zgpbal__.m, control/util/zgscal.m: | |
7165 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
7166 in doc strings. | |
7167 | |
7168 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
7169 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
7170 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
7171 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7172 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7173 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7174 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7175 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
7176 control/system/c2d.m, control/system/fir2sys.m, | |
7177 control/system/is_stabilizable.m, control/system/jet707.m, | |
7178 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
7179 control/util/zgshsr.m, polynomial/polyout.m: | |
7180 New @tex section(s) in doc strings for better formating of printed | |
7181 output. | |
7182 | |
7183 * control/base/__freqresp__.m, control/base/nyquist.m, | |
7184 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
7185 control/obsolete/syschnames.m, control/system/sysprune.m: | |
7186 Use proper double quote marks for TeX. | |
7187 | |
7188 * control/base/DEMOcontrol.m: Add missing ; | |
7189 | |
7190 * control/base/nichols.m, control/base/rlocus.m, | |
7191 control/obsolete/minfo.m, control/system/is_digital.m, | |
7192 control/system/ss2zp.m, control/system/sysmin.m, | |
7193 control/system/tf2zp.m, control/util/sortcom.m: | |
7194 Convert documentation to use or more completely use Texinfo. | |
7195 | |
7196 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
7197 control/hinf/hinfdemo.m, control/system/ord2.m, | |
7198 control/system/parallel.m, control/system/ss2tf.m, | |
7199 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
7200 art splitting over a page boundary. | |
7201 | |
7202 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7203 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7204 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7205 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7206 control/hinf/wgt1o.m, control/system/buildssic.m: | |
7207 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
7208 the TeX documentation. | |
7209 | |
7210 * control/system/is_stabilizable.m: | |
7211 Add Copyright so that help is displayed correctly. | |
7212 | |
7213 * special-matrix/vander.m: Octave indexes start at 1. | |
7214 | |
5011 | 7215 2004-09-21 David Bateman <dbateman@free.fr> |
7216 | |
7217 * general/rotdim.m: New function for rotation of an N-d array in an | |
7218 arbitrary plane. | |
7219 | |
7220 * general/flipdim.m: New function to flip an N-d array about an | |
7221 arbitrary axis. | |
7222 | |
5003 | 7223 2004-09-15 David Bateman <dbateman@free.fr> |
7224 | |
7225 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
7226 | |
4992 | 7227 2004-09-15 John W. Eaton <jwe@octave.org> |
7228 | |
7229 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 7230 Use iscellstr to check for cells rather than iscell. |
7231 Improve diagnostics for invalid args. | |
4992 | 7232 |
4983 | 7233 2004-09-10 David Bateman <dbateman@free.fr> |
7234 | |
7235 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
7236 and p with n > 1, and fix for matrix n and p with n == 1. | |
7237 | |
7238 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
7239 due to row vs. column vector operations. | |
7240 | |
4964 | 7241 2004-09-03 David Bateman <dbateman@free.fr> |
7242 | |
7243 * general/repmat.m: Fix to allow logical classes. | |
7244 | |
4950 | 7245 2004-08-31 John W. Eaton <jwe@octave.org> |
7246 | |
7247 * general/isa.m: New function, from Octave-forge. | |
7248 | |
7249 2004-08-31 David Bateman <dbateman@free.fr> | |
7250 | |
7251 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
7252 limitation on the use of int64 and uint64 types, and the use | |
7253 of the eval. | |
7254 | |
7255 * general/bitset.m: Remove superfluous cast to return type, as bug | |
7256 in .^ with integer types is fixed. | |
7257 | |
7258 * general/repmat.m: Adapt to allow integer types. | |
4945 | 7259 |
7260 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
7261 | |
7262 * plot/axis.m: Don't reset axes when querying them. | |
7263 | |
4942 | 7264 2004-08-27 David Bateman <dbateman@free.fr> |
7265 | |
7266 * statistics/base/ranks.m: Handle non-consecutive ties. | |
7267 Eliminate loop. | |
7268 | |
4918 | 7269 2004-07-27 David Bateman <dbateman@free.fr> |
7270 | |
7271 * general/num2str.m: Also insert spaces in output when precision | |
7272 argument is supplied. | |
7273 | |
4915 | 7274 2004-07-23 David Bateman <dbateman@free.fr> |
7275 | |
7276 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
7277 | |
4911 | 7278 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
7279 | |
7280 * general/sub2ind.m: Make reshaping index list unnecessary. | |
7281 | |
7282 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
7283 | |
7284 * miscellaneous/unix.m: Fix doc string. | |
7285 | |
7286 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
7287 | |
7288 * plot/figure.m: Clarification of documentation. | |
7289 | |
7290 * image/imshow.m: Warn for complex images. | |
7291 Only estimate colourmap for images in [0, 65536]. | |
7292 | |
7293 2004-07-22 David Bateman <dbateman@free.fr> | |
7294 | |
7295 * general/num2str.m: Fix the case of an all zero input. | |
7296 | |
4906 | 7297 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
7298 | |
7299 * general/ind2sub.m: Doc fix. | |
7300 | |
4900 | 7301 2004-06-08 John W. Eaton <jwe@octave.org> |
7302 | |
7303 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
7304 convert function handle to string for eval. | |
7305 | |
4898 | 7306 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
7307 | |
7308 * plot/errorbar.m: Remove debugging output. | |
7309 | |
7310 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
7311 | |
7312 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
7313 | |
4897 | 7314 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
7315 | |
4898 | 7316 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
7317 | |
7318 * polynomial/polyout.m: Use parenthesis if necessary around | |
7319 complex polynomial coefficient. | |
7320 | |
4897 | 7321 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
7322 the bug which causes __errplot__ to ignore the last argument. | |
7323 | |
4894 | 7324 2004-06-03 David Bateman <dbateman@free.fr> |
7325 | |
7326 * general/shiftdim.m: New function based on JWE code snippet. | |
7327 | |
7328 * general/circdim.m: New function. | |
7329 | |
4890 | 7330 2004-05-06 David Bateman <dbateman@free.fr> |
7331 | |
7332 * general/issquare.m: Fail if ndim(x) > 2. | |
7333 | |
7334 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
7335 | |
7336 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
7337 N-d array arguments. Add optional dim argument to define | |
7338 dimension along which to operate. | |
7339 | |
7340 * linear-algebra/dmult.m: Allow N-d arrays. | |
7341 | |
7342 * linear-algebra/vec.m: Use v(:) and not reshape. | |
7343 | |
4885 | 7344 2004-04-29 David Bateman <dbateman@free.fr> |
7345 | |
7346 * statistics/base/ranks.m, statistics/base/run_count.m, | |
7347 statistics/base/studentize.m, statistics/base/kurtosis.m | |
7348 statistics/base/statistics.m, statistics/base/skewness.m | |
7349 statistics/base/iqr.m: | |
7350 Make N-d array aware. Allow optional argument to define the | |
7351 dimension along which to operate. Update the documentation. | |
7352 | |
7353 * statistics/base/ranks.m: Change algorithm to use sort, | |
7354 and adjust for the ties after. | |
7355 | |
7356 * statistics/base/run_counts.m: Change algorithm to use | |
7357 the a combination of diff and find, rather than a for-loop. | |
7358 | |
4881 | 7359 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
7360 | |
7361 * plot/hist.m: Correctly determine cutoffs. New tests. | |
7362 | |
4878 | 7363 2004-04-23 David Bateman <dbateman@free.fr> |
7364 | |
7365 * general/int2str.m: Treat only real part of argument, and treat | |
7366 NDArrays by stacking the slices through the matrix vertically. | |
7367 | |
7368 * general/num2str.m: Improve format of integer matrices, and the | |
7369 conversion of complex matrices added. Treat NDArrays by stacking | |
7370 the slices through the matrix vertically. | |
7371 | |
7372 * deprecated/com2str.m: Moved here from general subdirectory. | |
7373 | |
4877 | 7374 2004-04-22 John W. Eaton <jwe@octave.org> |
7375 | |
7376 * quaternion/qtransvmat.m: Use continuation characters to make | |
7377 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
7378 | |
4869 | 7379 2004-04-21 David Bateman <dbateman@free.fr> |
7380 | |
5378 | 7381 * elfun/lcm.m: Make N-d aware. |
4870 | 7382 |
4869 | 7383 * general/diff.m: Make the code N-d array aware. Allow an |
7384 optional argument to define the dimension along which to perform | |
7385 the differences and allow the order of the differences to be larger | |
7386 than the dimension itself. | |
7387 | |
7388 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
7389 use of these functions to 1- and 2-d arrays. | |
7390 | |
4863 | 7391 2004-04-16 John W. Eaton <jwe@octave.org> |
7392 | |
7393 * elfun/gcd.m: Delete. | |
7394 | |
4862 | 7395 2004-04-15 David Bateman <dbateman@free.fr> |
7396 | |
7397 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
7398 | |
7399 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
7400 array aware and and optional argument for the dimension along | |
7401 which to operate. | |
7402 | |
5378 | 7403 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 7404 argument for the dimension to be consistent with other N-d array |
7405 functions. | |
7406 | |
4860 | 7407 2004-04-08 David Bateman <dbateman@free.fr> |
7408 | |
7409 * statistics/distributions/discrete_cdf.m, | |
7410 statistics/distributions/discrete_inv.m, | |
7411 statistics/distributions/discrete_pdf.m, | |
7412 statistics/distributions/discrete_rnd.m, | |
7413 statistics/distributions/exponential_cdf.m, | |
7414 statistics/distributions/exponential_inv.m, | |
7415 statistics/distributions/exponential_pdf.m, | |
7416 statistics/distributions/exponential_rnd.m, | |
7417 statistics/distributions/f_cdf.m, | |
7418 statistics/distributions/f_inv.m, | |
7419 statistics/distributions/f_pdf.m, | |
7420 statistics/distributions/f_rnd.m, | |
7421 statistics/distributions/geometric_cdf.m, | |
7422 statistics/distributions/geometric_inv.m, | |
7423 statistics/distributions/geometric_pdf.m, | |
7424 statistics/distributions/geometric_rnd.m, | |
7425 statistics/distributions/hypergeometric_rnd.m, | |
7426 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
7427 statistics/distributions/laplace_cdf.m, | |
7428 statistics/distributions/laplace_inv.m, | |
7429 statistics/distributions/laplace_pdf.m, | |
7430 statistics/distributions/laplace_rnd.m, | |
7431 statistics/distributions/logistic_inv.m, | |
7432 statistics/distributions/logistic_rnd.m, | |
7433 statistics/distributions/lognormal_cdf.m, | |
7434 statistics/distributions/lognormal_inv.m, | |
7435 statistics/distributions/lognormal_pdf.m, | |
7436 statistics/distributions/lognormal_rnd.m, | |
7437 statistics/distributions/pascal_cdf.m, | |
7438 statistics/distributions/pascal_inv.m, | |
7439 statistics/distributions/pascal_pdf.m, | |
7440 statistics/distributions/pascal_rnd.m, | |
7441 statistics/distributions/poisson_cdf.m, | |
7442 statistics/distributions/poisson_inv.m, | |
7443 statistics/distributions/poisson_pdf.m, | |
7444 statistics/distributions/poisson_rnd.m, | |
7445 statistics/distributions/t_cdf.m, | |
7446 statistics/distributions/t_inv.m, | |
7447 statistics/distributions/t_pdf.m, | |
7448 statistics/distributions/t_rnd.m, | |
7449 statistics/distributions/weibull_cdf.m, | |
7450 statistics/distributions/weibull_inv.m, | |
7451 statistics/distributions/weibull_pdf.m, | |
7452 statistics/distributions/weibull_rnd.m: | |
7453 Allow N-d arrays. | |
7454 | |
7455 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
7456 that results in NaN in places where it should not have had. | |
7457 | |
7458 * statistics/distributions/discrete_rnd.m: New argument formats to | |
7459 allow creating arbitrary matrices, compatiable with the other | |
5583 | 7460 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 7461 |
7462 * statistics/distributions/empirical_rnd.m: New argument formats | |
7463 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 7464 *_rnd.m functions. Maintain compatibility with previous |
4860 | 7465 format. Allow N-d arrays. |
7466 | |
7467 * statistics/distributions/hypergeometric_cdf.m, | |
7468 statistics/distributions/hypergeometric_inv.m, | |
7469 statistics/distributions/hypergeometric_pdf.m, | |
7470 statistics/distributions/wiener_rnd.m: | |
7471 Error for non-scalar arguments. | |
7472 | |
7473 * statistics/distributions/pascal_rnd.m: | |
7474 Correct for n = 1 bug, where all elements were equal. | |
7475 | |
4849 | 7476 2004-04-06 David Bateman <dbateman@free.fr> |
7477 | |
4854 | 7478 * general/common_size.m, miscellaneous/bincoeff.m, |
7479 statistics/distributions/beta_cdf.m, | |
7480 statistics/distributions/beta_inv.m, | |
7481 statistics/distributions/beta_pdf.m, | |
7482 statistics/distributions/beta_rnd.m, | |
7483 statistics/distributions/binomial_cdf.m, | |
7484 statistics/distributions/binomial_inv.m, | |
7485 statistics/distributions/binomial_pdf.m, | |
7486 statistics/distributions/binomial_rnd.m, | |
7487 statistics/distributions/cauchy_cdf.m, | |
7488 statistics/distributions/cauchy_inv.m, | |
7489 statistics/distributions/cauchy_pdf.m, | |
7490 statistics/distributions/cauchy_rnd.m, | |
7491 statistics/distributions/chisquare_cdf.m, | |
7492 statistics/distributions/chisquare_inv.m, | |
7493 statistics/distributions/chisquare_pdf.m, | |
7494 statistics/distributions/chisquare_rnd.m, | |
7495 statistics/distributions/gamma_cdf.m, | |
7496 statistics/distributions/gamma_inv.m, | |
7497 statistics/distributions/gamma_pdf.m, | |
7498 statistics/distributions/gamma_rnd.m, | |
7499 statistics/distributions/normal_cdf.m, | |
7500 statistics/distributions/normal_inv.m, | |
7501 statistics/distributions/normal_pdf.m, | |
7502 statistics/distributions/normal_rnd.m, | |
7503 statistics/distributions/stdnormal_cdf.m, | |
7504 statistics/distributions/stdnormal_pdf.m, | |
7505 statistics/distributions/stdnormal_rnd.m, | |
7506 statistics/distributions/uniform_cdf.m, | |
7507 statistics/distributions/uniform_inv.m, | |
7508 statistics/distributions/uniform_pdf.m, | |
7509 statistics/distributions/uniform_rnd.m: | |
7510 Allow the inputs to be N-d arrays. | |
7511 | |
4852 | 7512 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
7513 * statistics/base/median.m: Likewise. | |
4849 | 7514 |
4844 | 7515 2004-04-02 David Bateman <dbateman@free.fr> |
7516 | |
7517 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 7518 * statistics/base/center.m, statistics/base/meansq.m, |
7519 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 7520 Update for N-d arrays. |
4844 | 7521 * signal/fftshift.m: Fix dimensioning error. |
7522 | |
7523 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 7524 N-d arrays. |
4844 | 7525 |
4852 | 7526 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
7527 | |
7528 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 7529 |
4852 | 7530 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 7531 |
7532 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
7533 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
7534 control/system/sysprune.m: Doc update for usage of cell arrays. | |
7535 | |
7536 * control/system/sysidx.m: Use cellidx and not listidx. | |
7537 | |
4841 | 7538 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
7539 | |
7540 * plot/__pltopt1__.m: Always add title clause to plot command with | |
7541 default of "" (so it is off unless explicitly set by the user). | |
7542 | |
4836 | 7543 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
7544 | |
7545 * image/imshow.m: Accept "truesize" argument. | |
7546 Ignore current colormap. New tests and demos. | |
7547 | |
4834 | 7548 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
7549 | |
7550 * signal/sinewave.m: Allow N to default to M. | |
7551 | |
4826 | 7552 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7553 | |
7554 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
7555 | |
4818 | 7556 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7557 | |
7558 * general/deal.m: New function. | |
4819 | 7559 Add tests from Paul Kienzle. |
4818 | 7560 |
4811 | 7561 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
7562 | |
7563 * plot/hist.m: Compute histogram correctly for n>=30. | |
7564 | |
5095 | 7565 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 7566 |
7567 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
7568 | |
4806 | 7569 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7570 | |
7571 * miscellaneous/horzcat.m: Delete. | |
7572 * miscellaneous/vertcat.m: Delete. | |
7573 | |
4790 | 7574 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7575 | |
7576 * plot/figure.m: Also look for GNUTERM in the environment and use | |
7577 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
7578 | |
4789 | 7579 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7580 | |
7581 * control/base/__stepimp__.m: Only call clearplot if we will be | |
7582 doing multiple plots in the same gnuplot frame. | |
7583 | |
4780 | 7584 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7585 | |
7586 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
7587 control/system/cellidx.m, control/system/ss.m, | |
7588 control/system/tf.m, control/system/zp.m: New functions. | |
7589 | |
4778 | 7590 2004-02-16 Glenn Golden <gdg@zplane.com> |
7591 | |
7592 * statistics/distributions/discrete_inv.m: | |
7593 Reduce memory requirements. | |
7594 | |
4772 | 7595 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7596 | |
7597 * plot/__errcomm__.m: Fix thinko in previous change. | |
7598 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
7599 | |
4771 | 7600 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
7601 | |
7602 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
7603 control/base/analdemo.m, control/base/bddemo.m, | |
7604 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
7605 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
7606 control/base/rldemo.m, control/base/rlocus.m, | |
7607 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
7608 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
7609 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
7610 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
7611 control/obsolete/packsys.m, control/obsolete/series.m, | |
7612 control/system/__sysdefioname__.m, | |
7613 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
7614 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
7615 control/system/c2d.m, control/system/d2c.m, | |
7616 control/system/dmr2d.m, control/system/fir2sys.m, | |
7617 control/system/is_signal_list.m, control/system/is_siso.m, | |
7618 control/system/jet707.m, control/system/listidx.m, | |
7619 control/system/moddemo.m, control/system/ord2.m, | |
7620 control/system/packedform.m, control/system/parallel.m, | |
7621 control/system/ss2sys.m, control/system/sys2tf.m, | |
7622 control/system/sys2zp.m, control/system/sysadd.m, | |
7623 control/system/sysappend.m, control/system/sysconnect.m, | |
7624 control/system/syscont.m, control/system/sysdimensions.m, | |
7625 control/system/sysdisc.m, control/system/sysdup.m, | |
7626 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
7627 control/system/sysgroup.m, control/system/sysmin.m, | |
7628 control/system/sysmult.m, control/system/sysprune.m, | |
7629 control/system/sysrepdemo.m, control/system/sysscale.m, | |
7630 control/system/syssetsignals.m, control/system/syssub.m, | |
7631 control/system/sysupdate.m, control/system/tf2sys.m, | |
7632 control/system/ugain.m, control/system/zp2ss.m, | |
7633 control/system/zp2sys.m, control/util/__outlist__.m, | |
7634 control/util/__zgpbal__.m, control/util/strappend.m: | |
7635 Use cell arrays instead of lists. | |
7636 | |
4723 | 7637 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
7638 | |
7639 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
7640 so that bar (1, 1) will work. | |
7641 | |
4710 | 7642 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7643 | |
4717 | 7644 * plot/__errcomm__.m: Cope with nargin now being a function. |
7645 * plot/__errplot__.m: Likewise. | |
7646 * plot/__plt__.m: Likewise. | |
7647 * plot/plot_border.m: Likewise. | |
7648 | |
4710 | 7649 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
7650 not $(DOCSTRINGS). | |
7651 | |
4706 | 7652 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
7653 | |
7654 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
7655 rank ([], tol). | |
7656 | |
4691 | 7657 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7658 | |
4692 | 7659 * elfun/acot.m: Return atan (1./z). |
7660 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
7661 | |
4691 | 7662 * miscellaneous/dir.m: New file. |
7663 | |
7664 * general/num2str.m: Use "%d" as format if values are ints with | |
7665 magnitude less than 1e10. | |
7666 | |
7667 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7668 | |
7669 * general/num2str.m: If single arg is string, return it. | |
7670 | |
7671 * miscellaneous/not.m: New file. | |
7672 | |
7673 * miscellaneous/unix.m: New file. | |
7674 | |
7675 * miscellaneous/isunix.m: New file. | |
7676 * miscellaneous/ispc.m: New file. | |
7677 | |
7678 * miscellaneous/computer.m: New file. | |
7679 | |
7680 * miscellaneous/delete.m: New file. | |
7681 | |
4689 | 7682 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7683 | |
7684 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
7685 | |
7686 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7687 | |
7688 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
7689 Always return substituted version of LOADPATH if nargout != 0. | |
7690 | |
4685 | 7691 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
7692 | |
7693 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
7694 before continuing. | |
7695 | |
7696 * miscellaneous/fileparts.m: Allow name to start with ".". | |
7697 | |
4677 | 7698 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7699 | |
7700 * general/ind2sub.m: New file. | |
7701 * general/sub2ind.m: New file. | |
7702 | |
4675 | 7703 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7704 | |
7705 * control/system/zp2ss.m: Don't save and restore | |
7706 warn_empty_list_elements. | |
7707 | |
7708 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
7709 | |
6778 | 7710 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 7711 |
4673 | 7712 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
7713 | |
7714 * statistics/base/mean.m: Remove special case for row vectors. | |
7715 | |
4637 | 7716 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
7717 | |
7718 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
7719 | |
4631 | 7720 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
7721 | |
7722 * statistics/base/iqr.m: Handle matrices. | |
7723 | |
4630 | 7724 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7725 | |
7726 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
7727 | |
4629 | 7728 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7729 | |
7730 * miscellaneous/path.m: Fix thinko in previous change. | |
7731 | |
4609 | 7732 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
7733 | |
4629 | 7734 * control/base/dare.m: Check positive (semi)definiteness and |
7735 dimensions of r (and q). | |
7736 * control/base/dlqr.m: Check stabilizability of (A,B), | |
7737 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
7738 near unit circle. | |
4611 | 7739 |
7740 * control/system/is_detectable.m: Use Hautus Lemma. | |
7741 Correct the behavior for discrete-time systems. | |
7742 * control/system/is_stabilizable.m: Likewise. | |
7743 | |
4609 | 7744 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
7745 | |
7746 * linear-algebra/krylovb.m: Fix typo in usage message. | |
7747 | |
4610 | 7748 * general/isdefinite.m: New function. |
7749 | |
4567 | 7750 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
7751 | |
7752 * general/reshape: Delete. | |
7753 | |
4559 | 7754 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
7755 | |
7756 * general/numel.m: Delete. | |
7757 | |
4535 | 7758 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7759 | |
4536 | 7760 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
7761 | |
7762 * deprecated/isstr.m: New file. | |
4535 | 7763 |
4529 | 7764 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7765 | |
7766 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
7767 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
7768 | |
4525 | 7769 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
7770 | |
7771 * statistics/base/mean.m: Fix missing semicolon problem. | |
7772 | |
4503 | 7773 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
7774 | |
7775 * plot/subplot.m: New global variable, __multiplot_scale__. | |
7776 | |
4492 | 7777 2003-08-29 David Castelow <DCastelow@Airspan.com> |
7778 | |
7779 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
7780 Allow optional length argument. | |
7781 | |
4491 | 7782 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
7783 | |
7784 * polynomial/polyfit.m: Avoid calling flipud. | |
7785 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
7786 Return structure as second output value for improved Matlab | |
7787 compatibility. | |
7788 | |
4476 | 7789 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
7790 | |
4478 | 7791 * linear-algebra/cond.m: Behave as though old built-in variable |
7792 propagate_empty_matrices is always 1. Also handle empty matrices | |
7793 with one non-zero dimension. | |
7794 | |
4476 | 7795 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
7796 warn_single_quote_string to the list. | |
4478 | 7797 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
7798 from the list. | |
4476 | 7799 |
5095 | 7800 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 7801 |
7802 * signal/autocov.m: Transpose result of conj because diag returns | |
7803 a column vector, not a row vector. | |
7804 | |
7805 * audio/playaudio.m, audio/record.m, image/image.m, | |
7806 miscellaneous/bug_report.m: Protect spaces in filenames | |
7807 with quotes. | |
7808 | |
4466 | 7809 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7810 | |
4468 | 7811 * io/printf.m, io/puts.m: Delete. |
7812 | |
4466 | 7813 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
7814 default_return_value from the list. | |
7815 Add warn_undefined_return_values to the list. | |
7816 | |
7817 | |
4464 | 7818 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7819 | |
7820 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
7821 and initialize_global_variables from the list. | |
7822 | |
4460 | 7823 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
7824 | |
4463 | 7825 * image/colormap.m: Don't save and restore default_eval_print_flag. |
7826 | |
7827 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
7828 | |
7829 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
7830 * control/system/sys2fir.m: Likewise. | |
7831 | |
7832 * control/system/is_siso.m: Use && instead of & where appropriate. | |
7833 * control/system/__tf2sysl__.m: Likewise. | |
7834 | |
7835 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
7836 | |
7837 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
7838 and [] concatenation. | |
7839 * control/system/sys2fir.m: Likewise. | |
7840 | |
7841 * control/base/dgram.m, control/base/freqchkw.m, | |
7842 control/base/gram.m, control/system/__abcddims__.m, | |
7843 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
7844 control/system/is_sample.m, control/system/is_signal_list.m, | |
7845 control/system/is_siso.m, control/system/sys2fir.m, | |
7846 control/system/syschtsam.m, control/system/sysgettsam.m, | |
7847 control/system/sysgettype.m, control/system/tf2zp.m, | |
7848 control/system/ugain.m, control/util/prompt.m, | |
7849 control/util/run_cmd.m, control/util/zgrownorm.m, | |
7850 control/util/zgshsr.m: | |
7851 Improve conformance to Octave coding style. | |
7852 | |
4461 | 7853 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
7854 the list. | |
7855 Delete resize_on_range_error from the list. | |
7856 | |
4460 | 7857 * control/base/pzmap.m, control/base/place.m, |
7858 control/base/__freqresp__.m, control/system/sysappend.m, | |
7859 control/system/syscont.m, control/system/sysdisc.m, | |
7860 control/system/sysgroup.m, control/system/tfout.m, | |
7861 control/system/zp2ss.m, control/system/zpout.m, | |
7862 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
7863 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
7864 empty_list_elements_ok. | |
7865 | |
7866 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
7867 Delete empty_list_elements_ok from the list. | |
7868 | |
4457 | 7869 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7870 | |
7871 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
7872 list. | |
7873 Delete treat_neg_dim_as_zero from the list. | |
7874 | |
7875 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
7876 | |
4451 | 7877 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7878 | |
4455 | 7879 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
7880 was not used in the code in any case). | |
7881 | |
7882 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
7883 do_fortran_indexing. | |
7884 | |
4452 | 7885 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
7886 implict_str_to_num_ok. Use unwind_protect block to do it. | |
7887 | |
4451 | 7888 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
7889 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 7890 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 7891 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
7892 warn_fortran_indexing in the list. | |
7893 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
7894 implicit_str_to_num_ok, do_fortran_indexing, and | |
7895 prefer_column_vectors from list. | |
4451 | 7896 |
4440 | 7897 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7898 | |
7899 * Makefile.in (distclean, maintainer-clean): Also remove | |
7900 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
7901 directory. | |
7902 | |
5095 | 7903 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 7904 |
7905 * plot/hist.m: Don't forget to define n if x is a vector. | |
7906 | |
5095 | 7907 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 7908 |
7909 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
7910 return "." with extension. | |
7911 | |
4422 | 7912 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7913 | |
7914 * control/base/__stepimp__.m, control/base/nichols.m, | |
7915 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
7916 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
7917 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
7918 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
7919 Eliminate gnuplot_has_multiplot (assume it is always true). | |
7920 | |
4413 | 7921 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7922 | |
7923 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
7924 | |
5095 | 7925 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 7926 |
7927 * plot/hist.m: Improve performance by using different algorithms | |
7928 depending on number of bins. | |
7929 | |
4404 | 7930 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7931 | |
7932 * control/system/sysadd.m: If systems are not "tf", convert before | |
7933 adding. | |
7934 | |
5095 | 7935 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 7936 |
7937 * image/imagesc.m: Accept data limits parameter for colormap. | |
7938 | |
5095 | 7939 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 7940 |
7941 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
7942 the impulse by t_step. | |
7943 | |
4373 | 7944 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7945 | |
7946 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
7947 column vectors. | |
7948 | |
5095 | 7949 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 7950 |
7951 * linear-algebra/null.m: Handle empty matrix arg. | |
7952 | |
4369 | 7953 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7954 | |
7955 * general/shift.m: Force empty_list_elements_ok to 1. | |
7956 | |
4358 | 7957 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7958 | |
7959 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
7960 New files. | |
7961 | |
4348 | 7962 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
7963 | |
7964 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
7965 function handle to pass to feval. | |
7966 * statistics/base/qqplot.m: Likewise. | |
7967 * statistics/base/ppplot.m: Likewise. | |
7968 * signal/spectral_xdf.m: Likewise. | |
7969 * signal/spectral_adf.m: Likewise. | |
7970 | |
4340 | 7971 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7972 | |
7973 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
7974 | |
4334 | 7975 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7976 | |
7977 * linear-algebra/logm.m: New file. | |
7978 | |
5095 | 7979 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 7980 |
7981 * mkpkgadd: Scan C++ files as well | |
7982 | |
5095 | 7983 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 7984 |
7985 * strings/findstr.m: Return empty set for zero-length target. | |
7986 | |
5095 | 7987 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 7988 |
7989 * set/union.m: Preserve the orientation of inputs. | |
7990 | |
4305 | 7991 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7992 | |
7993 * general/int2str.m: Eliminate leading spaces. | |
7994 | |
4303 | 7995 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7996 | |
7997 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
7998 | |
5095 | 7999 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 8000 |
8001 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
8002 $(BUILD_LDFLAGS) to compiler. | |
8003 | |
4295 | 8004 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8005 | |
8006 * general/num2str.m: Don't specify field width for scalars. | |
8007 | |
4292 | 8008 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8009 | |
8010 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
8011 | |
4265 | 8012 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
8013 | |
4279 | 8014 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
8015 | |
4266 | 8016 * miscellaneous/tempname.m: New file. |
8017 | |
8018 * miscellaneous/tempdir.m: New file. | |
8019 | |
4265 | 8020 * miscellaneous/fullfile.m: New file. |
8021 | |
4259 | 8022 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8023 | |
4264 | 8024 * miscellaneous/fileparts.m: New file. |
8025 | |
8026 * io/beep.m: New file. | |
8027 | |
4260 | 8028 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
8029 format only. | |
4259 | 8030 |
4257 | 8031 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8032 | |
8033 * strings/strcmp.m: Handle cell arrays of strings. | |
8034 | |
4229 | 8035 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8036 | |
8037 * general/int2str.m: Handle matrices. | |
8038 * general/num2str.m: Likewise. | |
8039 Also handle optional precision, and format args. | |
8040 | |
4225 | 8041 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8042 | |
8043 * audio/Makefile.in, control/base/Makefile.in, | |
8044 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
8045 control/system/Makefile.in, elfun/Makefile.in, | |
8046 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
8047 io/Makefile.in, linear-algebra/Makefile.in, | |
8048 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
8049 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
8050 specfun/Makefile.in, special-matrix/Makefile.in, | |
8051 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
8052 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
8053 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
8054 deprecated/Makefile.in: Use new do-script-install and | |
8055 do-script-uninstall macros. | |
8056 | |
8057 * mkpkgadd: New script. | |
8058 | |
8059 * plot/close.m: New file. | |
8060 | |
4184 | 8061 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8062 | |
8063 * image/image.m: Use -raw option for xv. | |
8064 From Remy Bruno <remy.bruno@libertysurf.fr> | |
8065 | |
4172 | 8066 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8067 | |
4174 | 8068 * control/base/lsim.m: Use approximate test for step size change. |
8069 | |
4172 | 8070 * signal/bartlett.m: Avoid row/column mismatch error. |
8071 | |
5095 | 8072 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 8073 |
8074 * statistics/base/var.m: Use better formula for improved accuracy. | |
8075 | |
5095 | 8076 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 8077 |
8078 * control/base/lsim.m: Correct doc string. | |
8079 | |
5095 | 8080 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 8081 |
8082 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
8083 | |
4148 | 8084 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8085 | |
8086 * plot/contour.m: Handle x and y as matrices too. | |
8087 | |
5095 | 8088 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 8089 |
8090 * plot/contour.m: Fix error and usage messages. | |
8091 | |
4146 | 8092 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8093 | |
8094 * plot/contour.m: Correct orientation of plot. | |
8095 | |
4139 | 8096 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
8097 | |
8098 * control/base/analdemo.m: Fix typo. | |
8099 | |
5095 | 8100 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 8101 |
8102 * statistics/distributions/discrete_pdf.m: Fix typo. | |
8103 | |
4098 | 8104 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8105 | |
8106 * mkdoc: Exit immediately on errors. | |
8107 Exit with error if gethelp does not exist. | |
8108 | |
8109 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
8110 | |
4093 | 8111 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8112 | |
8113 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
8114 | |
5095 | 8115 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 8116 |
8117 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
8118 * statistics/distributions/normal_pdf.m: Likewise. | |
8119 * statistics/distributions/normal_inv.m: Likewise. | |
8120 | |
5095 | 8121 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 8122 |
8123 * specfun/erfinv.m: Return NaN for NaN inputs. | |
8124 | |
5095 | 8125 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 8126 |
8127 * statistics/base/var.m: Handle complex values. | |
8128 | |
4031 | 8129 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8130 | |
8131 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
8132 list. | |
8133 * deprecated/Makefile.in: New file. | |
8134 | |
5095 | 8135 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 8136 |
8137 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
8138 * statistics/distributions/binomial_cdf.m: Likewise. | |
8139 * statistics/distributions/f_cdf.m: Likewise. | |
8140 * statistics/distributions/t_cdf.m: Likewise. | |
8141 | |
8142 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
8143 * specfun/beta.m: Likewise. | |
8144 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
8145 * statistics/distributions/gamma_pdf.m: Likewise. | |
8146 * statistics/distributions/poisson_pdf.m: Likewise. | |
8147 | |
8148 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
8149 * statistics/distributions/poisson_cdf.m: Likewise. | |
8150 | |
4026 | 8151 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8152 | |
4028 | 8153 * deprecated/is_bool.m: New file. |
8154 * deprecated/is_complex.m: New file. | |
8155 * deprecated/is_global.m: New file. | |
8156 * deprecated/is_list.m: New file. | |
8157 * deprecated/is_matrix.m: New file. | |
8158 * deprecated/is_scalar.m: New file. | |
8159 * deprecated/is_square.m: New file. | |
8160 * deprecated/is_stream.m: New file. | |
8161 * deprecated/is_struct.m: New file. | |
8162 * deprecated/is_symmetric.m: New file. | |
8163 * deprecated/is_vector.m: New file. | |
4030 | 8164 * Change all callers of these functions to use the new names. |
4028 | 8165 |
4029 | 8166 * deprecated: New directory. |
8167 * Makefile.in (SUBDIRS): Add it to the list. | |
8168 | |
4026 | 8169 * general/isscalar.m: Rename from is_scalar.m. |
8170 * general/issquare.m: Rename from is_square.m. | |
8171 * general/issymmetric.m: Rename from is_symmetric.m. | |
8172 * general/isvector.m: Rename from is_vector.m. | |
8173 | |
4022 | 8174 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8175 | |
8176 * statistics/base/mean.m: Allow empty matrices. | |
8177 Handle DIM arg. | |
8178 | |
5095 | 8179 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 8180 |
8181 * plot/__errcomm__.m: If format is not specified, default to error | |
8182 bar format. | |
8183 | |
4011 | 8184 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8185 | |
8186 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
8187 __F_SETFL__ and __O_NONBLOCK__. | |
8188 | |
8189 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
8190 * miscellaneous/bug_report.m: Likewise. | |
8191 | |
4007 | 8192 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8193 | |
4008 | 8194 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
8195 * general/rem.m: Likewise. | |
8196 | |
8197 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
8198 * plot/semilogxerr.m: Likewise. | |
4007 | 8199 * plot/semilogyerr.m: Likewise. |
8200 | |
5095 | 8201 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 8202 |
8203 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
8204 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
8205 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
8206 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
8207 | |
8208 * plot/errorbar.m: Use __errcomm__.m. | |
8209 * plot/__errplot__.m: Minor cleanups. | |
8210 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
8211 * plot/__pltopt1__.m: Likewise. | |
8212 | |
3980 | 8213 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8214 | |
3981 | 8215 * general/rem.m: Delete redundant call to usage. |
8216 | |
3980 | 8217 * general/mod.m: Additional error checks, Texinfoize doc string. |
8218 | |
5095 | 8219 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 8220 |
8221 * general/mod.m: New function. | |
8222 | |
3979 | 8223 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8224 | |
8225 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
8226 * control/system/sysadd.m: Likewise. | |
8227 * control/system/sysgroup.m: Likewise. | |
8228 * control/system/syssub.m: Likewise. | |
8229 * elfun/gcd.m: Likewise. | |
8230 * elfun/lcm.m: Likewise. | |
8231 * general/common_size.m: Likewise. | |
8232 * io/printf.m: Likewise. | |
8233 * miscellaneous/menu.m: Likewise. | |
8234 * miscellaneous/path.m: Likewise. | |
8235 * plot/__errplot__.m: Likewise. | |
8236 * plot/__plt__.m: Likewise. | |
8237 * plot/axis.m: Likewise. | |
8238 * plot/errorbar.m: Likewise. | |
8239 * plot/mplot.m: Likewise. | |
8240 * plot/loglog.m: Likewise. | |
8241 * plot/plot.m: Likewise. | |
8242 * plot/plot_border.m: Likewise. | |
8243 * plot/semilogx.m: Likewise. | |
8244 * plot/semilogy.m: Likewise. | |
8245 * plot/xlabel.m: Likewise. | |
8246 * plot/ylabel.m: Likewise. | |
8247 * plot/zlabel.m: Likewise. | |
8248 * statistics/base/ppplot.m: Likewise. | |
8249 * statistics/base/qqplot.m: Likewise. | |
8250 * statistics/tests/bartlett_test.m: Likewise. | |
8251 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
8252 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
8253 * strings/str2mat.m: Likewise. | |
8254 * strings/strcat.m: Likewise. | |
8255 | |
5095 | 8256 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 8257 |
8258 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
8259 | |
3924 | 8260 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8261 | |
8262 * skip-autoheader: New file, for autogen.sh. | |
3925 | 8263 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 8264 |
5095 | 8265 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 8266 |
8267 * general/repmat.m: New function. | |
8268 | |
5095 | 8269 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 8270 |
8271 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
8272 Use optional parameter to specify the number of bits in the input. | |
8273 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
8274 floats in the range [-1,1], 2x speedup. | |
8275 | |
8276 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
8277 | |
3910 | 8278 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8279 | |
8280 * linear-algebra/kron.m: Delete. | |
8281 | |
5095 | 8282 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 8283 |
8284 * signal/freqz.m: If nargout is zero, plot results instead of | |
8285 returning them. | |
8286 * signal/freqz_plot.m: New file. | |
8287 | |
5095 | 8288 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 8289 |
5378 | 8290 * signal/unwrap.m: New file. |
3906 | 8291 |
5095 | 8292 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 8293 |
8294 * image/rgb2hsv.m: Faster, more accurate, remove the | |
8295 divide by zero warning. | |
8296 | |
5095 | 8297 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 8298 |
3894 | 8299 * strings/deblank.m: Trim \0 as well as blank. |
8300 | |
5378 | 8301 * freqz.m: Evaluate a specific range of frequencies |
3893 | 8302 expressed in radians or Hz relative to a supplied sample rate. |
8303 | |
5095 | 8304 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 8305 |
8306 * signal/fftfilt.m: Filter columns if called with a matrix. | |
8307 | |
3891 | 8308 * strings/findstr.m: Vectorize as much as possible. |
8309 | |
5095 | 8310 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 8311 |
8312 * special-matrix/invhilb.m: New version that is faster and more | |
8313 accurate. | |
8314 | |
5095 | 8315 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 8316 |
8317 * configure.in: Update for autoconf 2.5x. | |
8318 | |
5095 | 8319 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 8320 |
8321 * special-matrix/vander.m: Code tidy and vectorize. | |
8322 | |
5095 | 8323 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 8324 |
3883 | 8325 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
8326 to vectors. Issue a warning in the case x matches y' but return a | |
8327 column vector as Octave currently does. | |
8328 | |
3882 | 8329 * plot/contour.m: Set default number of levels for contour(x,y,z). |
8330 | |
8331 * control/system/starp.m: Leave more of the documentation | |
8332 processing to texinfo and less to the @format block. | |
8333 | |
8334 * image/imagesc.m: Only display image if no output is requested. | |
8335 Code tidying. | |
8336 | |
3876 | 8337 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8338 | |
8339 * statistics/base/center.m: Accept and return empty matrix. | |
8340 | |
3872 | 8341 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8342 | |
8343 * specfun/erfinv.m: Fix usage message. | |
8344 | |
3869 | 8345 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8346 | |
8347 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
8348 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
8349 | |
3837 | 8350 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8351 | |
8352 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
8353 capitalized variable names. | |
8354 | |
3836 | 8355 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
8356 | |
8357 * m/image/saveimage.m: fix saving an image to Postscript format. | |
8358 | |
5095 | 8359 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 8360 |
8361 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
8362 | |
3803 | 8363 2001-02-28 Kai Habel <kai.habel@gmx.de> |
8364 | |
3833 | 8365 * general/cart2pol.m: New file. |
8366 * general/pol2cart.m: New file. | |
8367 * general/cart2sph.m: New file. | |
8368 * general/sph2cart.m: New file. | |
8369 * image/rgb2hsv.m: New file. | |
8370 * image/hsv2rgb.m: New file. | |
3803 | 8371 |
8372 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
8373 | |
8374 * plot/meshgrid.m: Avoid for loops. | |
8375 * plot/meshdom.m: Likewise. | |
8376 | |
3801 | 8377 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8378 | |
8379 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
8380 | |
8381 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
8382 | |
8383 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
8384 norm. | |
8385 | |
3792 | 8386 2001-02-09 David Livings <david.livings@asa.co.uk> |
8387 | |
8388 * statistics/tests/welch_test.m: Fix typo. | |
8389 | |
8390 * statistics/distributions/chisquare_cdf.m: | |
8391 Don't restrict inputs to be only positive integers. | |
8392 * statistics/distributions/chisquare_inv.m: Likewise. | |
8393 * statistics/distributions/chisquare_pdf.m: Likewise. | |
8394 * statistics/distributions/chisquare_rnd.m: Likewise. | |
8395 * statistics/distributions/f_cdf.m: Likewise. | |
8396 * statistics/distributions/f_inv.m: Likewise. | |
8397 * statistics/distributions/f_pdf.m: Likewise. | |
8398 * statistics/distributions/f_rnd.m: Likewise. | |
8399 * statistics/distributions/t_cdf.m: Likewise. | |
8400 * statistics/distributions/t_inv.m: Likewise. | |
8401 * statistics/distributions/t_pdf.m: Likewise. | |
8402 * statistics/distributions/t_rnd.m: Likewise. | |
8403 | |
3790 | 8404 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8405 | |
8406 * strings/dec2base.m: New file. | |
8407 * strings/base2dec.m: New file. | |
8408 * strings/strjust.m: New file. | |
8409 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
8410 * strings/dec2bin.m: Likewise. | |
8411 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
8412 * strings/bin2dec.m: Likewise. | |
8413 | |
5095 | 8414 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 8415 |
8416 * statistics/base/ppplot.m: Use gset, not set. | |
8417 * statistics/base/qqplot.m: Likewise. | |
8418 | |
5095 | 8419 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 8420 |
8421 * control/system/c2d.m: Add missing endif. | |
8422 | |
3759 | 8423 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8424 | |
8425 * strings/index.m: Return 0 if either string is empty. | |
8426 | |
8427 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
8428 | |
8429 * control/system/c2d.m: Allow option of matched pole/zero | |
8430 equivalent for conversion. | |
8431 | |
8432 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
8433 | |
8434 * strings/findstr.m: Return empty matrix if search string is empty. | |
8435 | |
3757 | 8436 2000-12-15 Kai Habel <kai.habel@gmx.de> |
8437 | |
8438 * saveimage.m: Do create rawbit image for black and white images, | |
8439 but do it correctly. | |
8440 | |
3754 | 8441 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8442 | |
6778 | 8443 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
8444 result polynomials. | |
3754 | 8445 |
3748 | 8446 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8447 | |
8448 * image/saveimage.m: Don't try to create rawbit image. | |
8449 | |
3740 | 8450 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8451 | |
8452 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
8453 | |
5095 | 8454 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 8455 |
8456 * plot/contour.m: Reorder args for Matlab compatibility. | |
8457 | |
3727 | 8458 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
8459 | |
8460 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
8461 | |
3717 | 8462 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8463 | |
3718 | 8464 * plot/errorbar.m, plot/__errplot__.m: New functions. |
8465 | |
3717 | 8466 * plot/mesh.m: Also set nologscale before plotting. |
8467 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
8468 xyerrorbars instead of just errorbars. | |
8469 | |
3714 | 8470 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
8471 | |
8472 * image/image.m: Try display (from ImageMagick) first. | |
8473 | |
3709 | 8474 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
8475 | |
8476 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
8477 conjugate transpose. | |
8478 | |
3705 | 8479 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8480 | |
8481 * strings/str2mat.m: Apply setstr to each argument. | |
8482 | |
3696 | 8483 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
8484 | |
8485 * control/base/dkalman.m: New file. | |
8486 * control/base/dlqe.m: Handle singular A matrix. | |
8487 * control/base/dlqr.m: Likewise. | |
8488 | |
3695 | 8489 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8490 | |
8491 * strings/strcmp.m: Return 0 instead of an error if row and column | |
8492 dimensions don't match. | |
8493 | |
3690 | 8494 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
8495 | |
8496 * plot/hist.m: Allow 3 argument form to work. | |
8497 | |
5095 | 8498 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 8499 |
8500 * plot/plot.m: Add examples in doc string. | |
8501 | |
5095 | 8502 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 8503 |
8504 * control/base/__stepimp__.m: Reset multiplot state when done. | |
8505 Do the right thing even if automatic_replot is not zero. | |
8506 Avoid failure if system has pure imaginary poles. | |
8507 | |
3674 | 8508 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8509 | |
8510 * general/logical.m: Return arg if it is empty. Better error | |
8511 message for non-numeric types. | |
8512 | |
5095 | 8513 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 8514 |
8515 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
8516 about difference with Matlab dlqe function. | |
8517 | |
8518 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
8519 | |
5095 | 8520 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 8521 |
8522 * strings/strrep.m: Fix typo. | |
8523 | |
3666 | 8524 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8525 | |
8526 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
8527 | |
5095 | 8528 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 8529 |
8530 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 8531 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 8532 |
5095 | 8533 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 8534 |
8535 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
8536 guess for iteration. | |
8537 | |
3651 | 8538 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8539 | |
8540 * image/image.m: Allow image (A) or image (x, y, A). | |
8541 * image/imagesc.m: Likewise. | |
8542 | |
8543 * image/image.m: If zoom is not supplied, or if it is an empty | |
8544 matrix, autoscale the image. | |
8545 | |
3618 | 8546 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8547 | |
3619 | 8548 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
8549 Undo string escapes in text twice(!) before sending to gnuplot. | |
8550 | |
3618 | 8551 * image/saveimage.m: Add comment to file saying who created it and |
8552 when it was created. Suggested by Stephen Eglen | |
8553 <stephen@cogsci.ed.ac.uk>. | |
8554 | |
5095 | 8555 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 8556 |
8557 * polynomial/polyreduce.m: Simplify by looking for the first | |
8558 non-zero element rather than the last of the first set of zero | |
8559 elements. | |
8560 | |
8561 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
8562 | |
5095 | 8563 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 8564 |
8565 * image/saveimage.m: Swap black and white colormaps so zero is | |
8566 displayed as black and 1 is displayed as white. | |
8567 Fix indexing bug in ppm case. | |
8568 | |
3604 | 8569 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
8570 | |
8571 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
8572 between the two distributions (took same approach as ks.test() in R.) | |
8573 | |
3603 | 8574 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8575 | |
8576 * control/base/bode.m: Temporarily disable automatic_replot. | |
8577 | |
3599 | 8578 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8579 | |
3601 | 8580 * Makefile.in (clean): Also remove gethelp. |
8581 | |
3599 | 8582 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
8583 | |
5095 | 8584 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 8585 |
8586 * set/create_set.m: Use find to avoid while loop. | |
8587 | |
5095 | 8588 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 8589 |
8590 * plot/hist.m: New optional third argument. | |
8591 | |
8592 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8593 | |
8594 * miscellaneous/bug_report.m: Use octave-bug script with version | |
8595 number appended. | |
8596 | |
3575 | 8597 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8598 | |
8599 * gethelp.cc: Sprinkle with std:: qualifier. | |
8600 | |
3498 | 8601 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8602 | |
8603 * image/saveimage.m: Delete some debugging code. | |
8604 | |
3486 | 8605 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
8606 | |
8607 * signal/sinc.m: Avoid reshaping. | |
8608 | |
8609 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
8610 * image/ind2rgb.m: Ditto. | |
8611 * image/ind2gray.m: Ditto. | |
8612 * general/reshape.m: Ditto. Also no longer needs to reset | |
8613 implicit_str_to_num_ok. | |
8614 | |
3483 | 8615 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
8616 | |
8617 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
8618 a list of file structures, not a vector of numeric file ids. | |
8619 | |
3474 | 8620 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8621 | |
3476 | 8622 * plot/__axis_label__.m: New function. |
8623 Undo string escapes in text twice(!) before sending to gnuplot. | |
8624 * plot/xlabel.m: Use it. | |
8625 * plot/ylabel.m: Ditto. | |
8626 * plot/zlabel.m: Ditto. | |
8627 | |
3474 | 8628 * plot/mesh.m: Fix error message to reflect reality. |
8629 | |
5095 | 8630 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 8631 |
8632 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
8633 | |
5095 | 8634 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 8635 |
8636 * audio/saveaudio.m: Also accept files with .ul extension. | |
8637 * audio/loadaudio.m: Ditto. | |
8638 * audio/playaudio.m: Ditto. | |
8639 | |
3456 | 8640 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8641 | |
8642 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
8643 * statistics/distributions/beta_inv.m: Ditto. | |
8644 * statistics/distributions/beta_pdf.m: Ditto. | |
8645 * statistics/distributions/beta_rnd.m: Ditto. | |
8646 * statistics/distributions/binomial_cdf.m: Ditto. | |
8647 * statistics/distributions/binomial_inv.m: Ditto. | |
8648 * statistics/distributions/binomial_pdf.m: Ditto. | |
8649 * statistics/distributions/binomial_rnd.m: Ditto. | |
8650 * statistics/distributions/cauchy_cdf.m: Ditto. | |
8651 * statistics/distributions/cauchy_inv.m: Ditto. | |
8652 * statistics/distributions/cauchy_pdf.m: Ditto. | |
8653 * statistics/distributions/cauchy_rnd.m: Ditto. | |
8654 * statistics/distributions/chisquare_cdf.m: Ditto. | |
8655 * statistics/distributions/chisquare_inv.m: Ditto. | |
8656 * statistics/distributions/chisquare_pdf.m: Ditto. | |
8657 * statistics/distributions/chisquare_rnd.m: Ditto. | |
8658 * statistics/distributions/discrete_cdf.m: Ditto. | |
8659 * statistics/distributions/discrete_inv.m: Ditto. | |
8660 * statistics/distributions/discrete_pdf.m: Ditto. | |
8661 * statistics/distributions/discrete_rnd.m: Ditto. | |
8662 * statistics/distributions/empirical_cdf.m: Ditto. | |
8663 * statistics/distributions/empirical_inv.m: Ditto. | |
8664 * statistics/distributions/empirical_pdf.m: Ditto. | |
8665 * statistics/distributions/empirical_rnd.m: Ditto. | |
8666 * statistics/distributions/exponential_cdf.m: Ditto. | |
8667 * statistics/distributions/exponential_inv.m: Ditto. | |
8668 * statistics/distributions/exponential_pdf.m: Ditto. | |
8669 * statistics/distributions/exponential_rnd.m: Ditto. | |
8670 * statistics/distributions/f_cdf.m: Ditto. | |
8671 * statistics/distributions/f_inv.m: Ditto. | |
8672 * statistics/distributions/f_pdf.m: Ditto. | |
8673 * statistics/distributions/f_rnd.m: Ditto. | |
8674 * statistics/distributions/gamma_cdf.m: Ditto. | |
8675 * statistics/distributions/gamma_inv.m: Ditto. | |
8676 * statistics/distributions/gamma_pdf.m: Ditto. | |
8677 * statistics/distributions/gamma_rnd.m: Ditto. | |
8678 * statistics/distributions/geometric_cdf.m: Ditto. | |
8679 * statistics/distributions/geometric_inv.m: Ditto. | |
8680 * statistics/distributions/geometric_pdf.m: Ditto. | |
8681 * statistics/distributions/geometric_rnd.m: Ditto. | |
8682 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
8683 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
8684 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
8685 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
8686 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
8687 * statistics/distributions/laplace_cdf.m: Ditto. | |
8688 * statistics/distributions/laplace_inv.m: Ditto. | |
8689 * statistics/distributions/laplace_pdf.m: Ditto. | |
8690 * statistics/distributions/laplace_rnd.m: Ditto. | |
8691 * statistics/distributions/logistic_cdf.m: Ditto. | |
8692 * statistics/distributions/logistic_inv.m: Ditto. | |
8693 * statistics/distributions/logistic_pdf.m: Ditto. | |
8694 * statistics/distributions/logistic_rnd.m: Ditto. | |
8695 * statistics/distributions/lognormal_cdf.m: Ditto. | |
8696 * statistics/distributions/lognormal_inv.m: Ditto. | |
8697 * statistics/distributions/lognormal_pdf.m: Ditto. | |
8698 * statistics/distributions/lognormal_rnd.m: Ditto. | |
8699 * statistics/distributions/normal_cdf.m: Ditto. | |
8700 * statistics/distributions/normal_inv.m: Ditto. | |
8701 * statistics/distributions/normal_pdf.m: Ditto. | |
8702 * statistics/distributions/normal_rnd.m: Ditto. | |
8703 * statistics/distributions/pascal_cdf.m: Ditto. | |
8704 * statistics/distributions/pascal_inv.m: Ditto. | |
8705 * statistics/distributions/pascal_pdf.m: Ditto. | |
8706 * statistics/distributions/pascal_rnd.m: Ditto. | |
8707 * statistics/distributions/poisson_cdf.m: Ditto. | |
8708 * statistics/distributions/poisson_inv.m: Ditto. | |
8709 * statistics/distributions/poisson_pdf.m: Ditto. | |
8710 * statistics/distributions/poisson_rnd.m: Ditto. | |
8711 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
8712 * statistics/distributions/stdnormal_inv.m: Ditto. | |
8713 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
8714 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
8715 * statistics/distributions/t_cdf.m: Ditto. | |
8716 * statistics/distributions/t_inv.m: Ditto. | |
8717 * statistics/distributions/t_pdf.m: Ditto. | |
8718 * statistics/distributions/t_rnd.m: Ditto. | |
8719 * statistics/distributions/uniform_cdf.m: Ditto. | |
8720 * statistics/distributions/uniform_inv.m: Ditto. | |
8721 * statistics/distributions/uniform_pdf.m: Ditto. | |
8722 * statistics/distributions/uniform_rnd.m: Ditto. | |
8723 * statistics/distributions/weibull_cdf.m: Ditto. | |
8724 * statistics/distributions/weibull_inv.m: Ditto. | |
8725 * statistics/distributions/weibull_pdf.m: Ditto. | |
8726 * statistics/distributions/weibull_rnd.m: Ditto. | |
8727 * statistics/distributions/wiener_rnd.m: Ditto. | |
8728 | |
3453 | 8729 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8730 | |
8731 * statistics/base/values.m: Texinfoize doc string. | |
8732 * statistics/base/var.m: Ditto. | |
8733 * statistics/base/table.m: Ditto. | |
8734 * statistics/base/studentize.m: Ditto. | |
8735 * statistics/base/statistics.m: Ditto. | |
8736 * statistics/base/spearman.m: Ditto. | |
8737 * statistics/base/run_count.m: Ditto. | |
8738 * statistics/base/ranks.m: Ditto. | |
8739 * statistics/base/range.m: Ditto. | |
8740 * statistics/base/qqplot.m: Ditto. | |
8741 * statistics/base/probit.m: Ditto. | |
8742 * statistics/base/ppplot.m: Ditto. | |
8743 * statistics/base/moment.m: Ditto. | |
8744 * statistics/base/meansq.m: Ditto. | |
8745 * statistics/base/logit.m: Ditto. | |
8746 * statistics/base/kendall.m: Ditto. | |
8747 * statistics/base/iqr.m: Ditto. | |
8748 * statistics/base/cut.m: Ditto. | |
8749 * statistics/base/cor.m: Ditto. | |
8750 * statistics/base/cloglog.m: Ditto. | |
8751 * statistics/base/center.m: Ditto. | |
3454 | 8752 * statistics/models/logistic_regression.m: Ditto. |
8753 * statistics/models/logistic_regression_derivative.m: Ditto. | |
8754 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
8755 * statistics/tests/anova.m: Ditto. | |
8756 * statistics/tests/bartlett_test.m: Ditto. | |
8757 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
8758 * statistics/tests/chisquare_test_independence.m: Ditto. | |
8759 * statistics/tests/cor_test.m: Ditto. | |
8760 * statistics/tests/f_test_regression.m: Ditto. | |
8761 * statistics/tests/hotelling_test.m: Ditto. | |
8762 * statistics/tests/hotelling_test_2.m: Ditto. | |
8763 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
8764 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
8765 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
8766 * statistics/tests/manova.m: Ditto. | |
8767 * statistics/tests/mcnemar_test.m: Ditto. | |
8768 * statistics/tests/prop_test_2.m: Ditto. | |
8769 * statistics/tests/run_test.m: Ditto. | |
8770 * statistics/tests/sign_test.m: Ditto. | |
8771 * statistics/tests/t_test.m: Ditto. | |
8772 * statistics/tests/t_test_2.m: Ditto. | |
8773 * statistics/tests/t_test_regression.m: Ditto. | |
8774 * statistics/tests/u_test.m: Ditto. | |
8775 * statistics/tests/var_test.m: Ditto. | |
8776 * statistics/tests/welch_test.m: Ditto. | |
8777 * statistics/tests/wilcoxon_test.m: Ditto. | |
8778 * statistics/tests/z_test.m: Ditto. | |
8779 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 8780 |
3446 | 8781 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8782 | |
8783 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 8784 * plot/__plr1__.m: Ditto. |
8785 * plot/__pltopt__.m: Ditto. | |
8786 * plot/__plt__.m: Ditto. | |
8787 * plot/__plt2vv__.m: Ditto. | |
8788 * plot/__plr2__.m: Ditto. | |
8789 * plot/__plr__.m: Ditto. | |
8790 * plot/__plt1__.m: Ditto. | |
8791 * plot/__plt2__.m: Ditto. | |
8792 * plot/__plt2mm__.m: Ditto. | |
8793 * plot/__plt2mv__.m: Ditto. | |
8794 * plot/__plt2ss__.m: Ditto. | |
8795 * miscellaneous/paren.m: Ditto. | |
8796 * miscellaneous/comma.m: Ditto. | |
8797 * miscellaneous/semicolon.m: Ditto. | |
8798 * miscellaneous/path.m: Ditto. | |
8799 * miscellaneous/list_primes.m: Ditto. | |
8800 * miscellaneous/flops.m: Ditto. | |
8801 * miscellaneous/dump_prefs.m: Ditto. | |
8802 * miscellaneous/bug_report.m: Ditto. | |
8803 * linear-algebra/dot.m: Ditto | |
8804 * linear-algebra/dmult.m: Ditto. | |
8805 * general/randperm.m: Ditto. | |
8806 * general/logical.m: Ditto. | |
8807 * general/is_duplicate_entry.m: Ditto. | |
8808 * signal/arch_fit.m: Ditto. | |
8809 * signal/arch_rnd.m: Ditto. | |
8810 * signal/arch_test.m: Ditto. | |
8811 * signal/arma_rnd.m: Ditto. | |
8812 * signal/autocor.m: Ditto. | |
8813 * signal/autocov.m: Ditto. | |
8814 * signal/autoreg_matrix.m: Ditto. | |
8815 * signal/bartlett.m: Ditto. | |
8816 * signal/blackman.m: Ditto. | |
8817 * signal/detrend.m: Ditto. | |
8818 * signal/diffpara.m: Ditto. | |
8819 * signal/durbinlevinson.m: Ditto. | |
8820 * signal/fftconv.m: Ditto. | |
8821 * signal/fftfilt.m: Ditto. | |
8822 * signal/fftshift.m: Ditto. | |
8823 * signal/fractdiff.m: Ditto. | |
8824 * signal/freqz.m: Ditto. | |
8825 * signal/hamming.m: Ditto. | |
8826 * signal/hanning.m: Ditto. | |
8827 * signal/hurst.m: Ditto. | |
8828 * signal/periodogram.m: Ditto. | |
8829 * signal/rectangle_lw.m: Ditto. | |
8830 * signal/rectangle_sw.m: Ditto. | |
8831 * signal/sinc.m: Ditto. | |
8832 * signal/sinetone.m: Ditto. | |
8833 * signal/sinewave.m: Ditto. | |
8834 * signal/spectral_adf.m: Ditto. | |
8835 * signal/spectral_xdf.m: Ditto. | |
8836 * signal/spencer.m: Ditto. | |
8837 * signal/stft.m: Ditto. | |
8838 * signal/synthesis.m: Ditto. | |
8839 * signal/triangle_lw.m: Ditto. | |
8840 * signal/triangle_sw.m: Ditto. | |
8841 * signal/yulewalker.m: Ditto. | |
3450 | 8842 * control/util/strappend.m: Ditto. |
3451 | 8843 * control/base/nichols.m: Ditto. |
3452 | 8844 * control/system/is_signal_list.m: Ditto. |
8845 * control/system/listidx.m: Ditto. | |
8846 * control/system/sysgettsam.m: Ditto. | |
8847 * control/system/sysidx.m: Ditto. | |
3446 | 8848 |
3438 | 8849 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8850 | |
8851 * control/system/__abcddims__.m: Rename from | |
8852 control/system/abcddims.m, change all callers. | |
8853 * control/base/__bodquist__.m: Likewise. | |
8854 * control/base/__freqresp__.m: Likewise. | |
8855 * control/util/__outlist__.m: Likewise. | |
8856 * control/base/__stepimp__.m: Likewise. | |
8857 * control/system/__syschnamesl__.m: Likewise. | |
8858 * control/system/__syscont_disc__.m: Likewise. | |
8859 * control/system/__sysdefioname__.m: Likewise. | |
8860 * control/system/__sysdefstname__.m: Likewise. | |
8861 * control/system/__sysgroupn__.m: Likewise. | |
8862 * control/system/__tf2sysl__.m: Likewise. | |
8863 * control/util/__zgpbal__.m: Likewise. | |
8864 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 8865 |
8866 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 8867 * quaternion/qconj.m: Ditto. |
8868 * quaternion/qcoordinate_plot.m: Ditto. | |
8869 * quaternion/qderiv.m: Ditto. | |
8870 * quaternion/qderivmat.m: Ditto. | |
8871 * quaternion/qinv.m: Ditto. | |
8872 * quaternion/qmult.m: Ditto. | |
8873 * quaternion/qtrans.m: Ditto. | |
8874 * quaternion/qtransv.m: Ditto. | |
8875 * quaternion/qtransvmat.m: Ditto. | |
8876 * quaternion/quaternion.m: Ditto. | |
3438 | 8877 |
3436 | 8878 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8879 | |
8880 * control/base/Makefile.in: Ditto. | |
8881 * control/hinf/Makefile.in: New file. | |
8882 * control/marsyas/Makefile.in: Ditto. | |
8883 * control/obsolete/Makefile.in: Ditto. | |
8884 * control/system/Makefile.in: Ditto. | |
8885 * control/util/Makefile.in: Ditto. | |
8886 | |
8887 * strings/com2str.m: Move here from control directory. | |
8888 | |
8889 * control/base: New directory. | |
8890 * control/base/DEMOcontrol.m: Move here from control directory. | |
8891 * control/base/analdemo.m: Ditto. | |
8892 * control/base/are.m: Ditto. | |
8893 * control/base/bddemo.m: Ditto. | |
8894 * control/base/bode.m: Ditto. | |
8895 * control/base/bode_bounds.m: Ditto. | |
8896 * control/base/bodquist.m: Ditto. | |
8897 * control/base/controldemo.m: Ditto. | |
8898 * control/base/ctrb.m: Ditto. | |
8899 * control/base/damp.m: Ditto. | |
8900 * control/base/dare.m: Ditto. | |
8901 * control/base/dcgain.m: Ditto. | |
8902 * control/base/dgram.m: Ditto. | |
8903 * control/base/dlqe.m: Ditto. | |
8904 * control/base/dlqr.m: Ditto. | |
8905 * control/base/dlyap.m: Ditto. | |
8906 * control/base/dre.m: Ditto. | |
8907 * control/base/frdemo.m: Ditto. | |
8908 * control/base/freqchkw.m: Ditto. | |
8909 * control/base/freqresp.m: Ditto. | |
8910 * control/base/gram.m: Ditto. | |
8911 * control/base/impulse.m: Ditto. | |
8912 * control/base/lqe.m: Ditto. | |
8913 * control/base/lqg.m: Ditto. | |
8914 * control/base/lqr.m: Ditto. | |
8915 * control/base/lsim.m: Ditto. | |
8916 * control/base/ltifr.m: Ditto. | |
8917 * control/base/lyap.m: Ditto. | |
8918 * control/base/nichols.m: Ditto. | |
8919 * control/base/nyquist.m: Ditto. | |
8920 * control/base/obsv.m: Ditto. | |
8921 * control/base/place.m: Ditto. | |
8922 * control/base/pzmap.m: Ditto. | |
8923 * control/base/rldemo.m: Ditto. | |
8924 * control/base/rlocus.m: Ditto. | |
8925 * control/base/step.m: Ditto. | |
8926 * control/base/stepimp.m: Ditto. | |
8927 * control/base/tzero.m: Ditto. | |
8928 * control/base/tzero2.m: Ditto. | |
8929 | |
8930 * control/hinf: New directory. | |
8931 * control/hinf/dhinfdemo.m: Move here from control directory. | |
8932 * control/hinf/h2norm.m: Ditto. | |
8933 * control/hinf/h2syn.m: Ditto. | |
8934 * control/hinf/hinf_ctr.m: Ditto. | |
8935 * control/hinf/hinfdemo.m: Ditto. | |
8936 * control/hinf/hinfnorm.m: Ditto. | |
8937 * control/hinf/hinfsyn.m: Ditto. | |
8938 * control/hinf/hinfsyn_chk.m: Ditto. | |
8939 * control/hinf/hinfsyn_ric.m: Ditto. | |
8940 * control/hinf/wgt1o.m: Ditto. | |
3441 | 8941 * control/hinf/dgkfdemo.m: Ditto. |
8942 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 8943 |
8944 * control/marsyas: New directory. | |
8945 * control/marsyas/demomarsyas.m: Move here from control directory. | |
8946 * control/marsyas/susball.m: Ditto. | |
8947 | |
8948 * control/obsolete/dezero.m: Move here from control directory. | |
8949 * control/obsolete/rotg.m: Ditto. | |
8950 | |
8951 * control/system: New directory. | |
8952 * control/system/abcddim.m: Move here from control directory. | |
8953 * control/system/abcddims.m: Ditto. | |
8954 * control/system/buildssic.m: Ditto. | |
8955 * control/system/c2d.m: Ditto. | |
8956 * control/system/d2c.m: Ditto. | |
8957 * control/system/dmr2d.m: Ditto. | |
8958 * control/system/fir2sys.m: Ditto. | |
8959 * control/system/is_abcd.m: Ditto. | |
8960 * control/system/is_digital.m: Ditto. | |
8961 * control/system/is_sample.m: Ditto. | |
8962 * control/system/is_signal_list.m: Ditto. | |
8963 * control/system/is_siso.m: Ditto. | |
3441 | 8964 * control/system/is_controllable.m: Ditto. |
8965 * control/system/is_detectable.m: Ditto. | |
8966 * control/system/is_observable.m: Ditto. | |
8967 * control/system/is_stabilizable.m: Ditto. | |
8968 * control/system/is_stable.m: Ditto. | |
3436 | 8969 * control/system/jet707.m: Ditto. |
8970 * control/system/listidx.m: Ditto. | |
8971 * control/system/moddemo.m: Ditto. | |
8972 * control/system/ord2.m: Ditto. | |
8973 * control/system/packedform.m: Ditto. | |
8974 * control/system/parallel.m: Ditto. | |
8975 * control/system/ss2sys.m: Ditto. | |
8976 * control/system/ss2tf.m: Ditto. | |
8977 * control/system/ss2zp.m: Ditto. | |
8978 * control/system/starp.m: Ditto. | |
8979 * control/system/sys2fir.m: Ditto. | |
8980 * control/system/sys2ss.m: Ditto. | |
8981 * control/system/sys2tf.m: Ditto. | |
8982 * control/system/sys2zp.m: Ditto. | |
8983 * control/system/sysadd.m: Ditto. | |
8984 * control/system/sysappend.m: Ditto. | |
8985 * control/system/syschnamesl.m: Ditto. | |
8986 * control/system/syschtsam.m: Ditto. | |
8987 * control/system/sysconnect.m: Ditto. | |
8988 * control/system/syscont.m: Ditto. | |
8989 * control/system/syscont_disc.m: Ditto. | |
8990 * control/system/sysdefioname.m: Ditto. | |
8991 * control/system/sysdefstname.m: Ditto. | |
8992 * control/system/sysdimensions.m: Ditto. | |
8993 * control/system/sysdisc.m: Ditto. | |
8994 * control/system/sysdup.m: Ditto. | |
8995 * control/system/sysgetsignals.m: Ditto. | |
8996 * control/system/sysgettsam.m: Ditto. | |
8997 * control/system/sysgettype.m: Ditto. | |
8998 * control/system/sysgroup.m: Ditto. | |
8999 * control/system/sysgroupn.m: Ditto. | |
9000 * control/system/sysidx.m: Ditto. | |
9001 * control/system/sysmin.m: Ditto. | |
9002 * control/system/sysmult.m: Ditto. | |
9003 * control/system/sysout.m: Ditto. | |
9004 * control/system/sysprune.m: Ditto. | |
9005 * control/system/sysreorder.m: Ditto. | |
9006 * control/system/sysrepdemo.m: Ditto. | |
9007 * control/system/sysscale.m: Ditto. | |
9008 * control/system/syssetsignals.m: Ditto. | |
9009 * control/system/syssub.m: Ditto. | |
9010 * control/system/sysupdate.m: Ditto. | |
9011 * control/system/tf2ss.m: Ditto. | |
9012 * control/system/tf2sys.m: Ditto. | |
9013 * control/system/tf2sysl.m: Ditto. | |
9014 * control/system/tf2zp.m: Ditto. | |
9015 * control/system/tfout.m: Ditto. | |
9016 * control/system/ugain.m: Ditto. | |
9017 * control/system/zp2ss.m: Ditto. | |
9018 * control/system/zp2ssg2.m: Ditto. | |
9019 * control/system/zp2sys.m: Ditto. | |
9020 * control/system/zp2tf.m: Ditto. | |
9021 * control/system/zpout.m: Ditto. | |
9022 | |
9023 * control/util: New directory. | |
9024 * control/util/axis2dlim.m: Move here from control directory. | |
9025 * control/util/outlist.m: Ditto. | |
9026 * control/util/prompt.m: Ditto. | |
9027 * control/util/run_cmd.m: Ditto. | |
9028 * control/util/sortcom.m: Ditto. | |
9029 * control/util/strappend.m: Ditto. | |
9030 * control/util/swap.m: Ditto. | |
9031 * control/util/zgfmul.m: Ditto. | |
9032 * control/util/zgfslv.m: Ditto. | |
9033 * control/util/zginit.m: Ditto. | |
9034 * control/util/zgpbal.m: Ditto. | |
9035 * control/util/zgreduce.m: Ditto. | |
9036 * control/util/zgrownorm.m: Ditto. | |
9037 * control/util/zgscal.m: Ditto. | |
9038 * control/util/zgsgiv.m: Ditto. | |
9039 * control/util/zgshsr.m: Ditto. | |
9040 | |
3427 | 9041 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9042 | |
9043 * gethelp.cc (extract_help_text): Discard first space character | |
9044 after consecutive comment characters. | |
9045 | |
3422 | 9046 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
9047 | |
9048 * control/obsolete: New directory | |
9049 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 9050 * control/obsolete/swapcols.m: Ditto. |
9051 * control/obsolete/dlqg.m: Ditto. | |
9052 * control/obsolete/minfo.m: Ditto. | |
9053 * control/obsolete/packsys.m: Ditto. | |
9054 * control/obsolete/qzval.m: Ditto. | |
9055 * control/obsolete/unpacksys.m: Ditto. | |
9056 * control/obsolete/series.m: Ditto. | |
9057 * control/obsolete/syschnames.m: Ditto. | |
9058 * polynomial/polyout.m: Ditto. | |
3422 | 9059 |
3420 | 9060 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9061 | |
9062 * general/fliplr.m: Eliminate useless copy of arg. | |
9063 * general/flipud.m: Ditto. | |
9064 | |
3418 | 9065 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9066 | |
9067 * linear-algebra/cross.m: Only return a row vector if both args | |
9068 are row vectors. | |
9069 * polynomial/polyfit.m: Likewise. | |
9070 | |
9071 * signal/autocov.m: Don't reset prefer_column_vectors. | |
9072 | |
9073 * statistics/distributions/discrete_rnd.m: | |
9074 Always generate a row vector. | |
9075 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
9076 | |
5095 | 9077 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 9078 |
9079 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
9080 | |
9081 * audio/setaudio.m: Texinfoize doc string. | |
9082 * control/com2str.m: Likewise. | |
9083 * control/controldemo.m: Likewise. | |
9084 * control/DEMOcontrol.m: Likewise. | |
9085 * control/dezero.m: Likewise. | |
9086 * control/dre.m: Likewise. | |
9087 * control/hinfsyn_ric.m: Likewise. | |
9088 | |
5095 | 9089 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 9090 |
9091 * io/printf.m: Add @seealso{...} to doc string. | |
9092 * io/puts.m: Likewise. | |
9093 * plot/semilogx.m: Likewise. | |
9094 * plot/semilogy.m: Likewise. | |
9095 * plot/__pltopt__.m: Likewise. | |
9096 * plot/bar.m: Likewise. | |
9097 * plot/xlabel.m: Likewise. | |
9098 * plot/grid.m: Likewise. | |
9099 * plot/shg.m: Likewise. | |
9100 * plot/title.m: Likewise. | |
9101 * plot/mesh.m: Likewise. | |
9102 * plot/__pltopt1__.m: Likewise. | |
9103 * plot/contour.m: Likewise. | |
9104 * plot/hist.m: Likewise. | |
9105 * plot/stairs.m: Likewise. | |
9106 * plot/meshgrid.m: Likewise. | |
9107 * plot/polar.m: Likewise. | |
9108 * plot/loglog.m: Likewise. | |
9109 * plot/plot.m: Likewise. | |
9110 * miscellaneous/semicolon.m: Likewise. | |
9111 * miscellaneous/menu.m: Likewise. | |
9112 * miscellaneous/etime.m: Likewise. | |
9113 * miscellaneous/texas_lotto.m: Likewise. | |
9114 * miscellaneous/comma.m: Likewise. | |
9115 * audio/lin2mu.m: Likewise. | |
9116 * audio/playaudio.m: Likewise. | |
9117 * audio/loadaudio.m: Likewise. | |
9118 * audio/saveaudio.m: Likewise. | |
9119 * audio/mu2lin.m: Likewise. | |
9120 * audio/record.m: Likewise. | |
9121 * strings/isletter.m: Likewise. | |
9122 * strings/lower.m: Likewise. | |
9123 * strings/lower.m: Likewise. | |
9124 * strings/upper.m: Likewise. | |
9125 * specfun/erfinv.m: Likewise. | |
9126 * specfun/gammai.m: Likewise. | |
9127 * specfun/log2.m: Likewise. | |
9128 * specfun/pow2.m: Likewise. | |
9129 * elfun/gcd.m: Likewise. | |
9130 * elfun/lcm.m: Likewise. | |
9131 * special-matrix/vander.m: Likewise. | |
9132 * special-matrix/sylvester_matrix.m: Likewise. | |
9133 * special-matrix/hilb.m: Likewise. | |
9134 * special-matrix/hankel.m: Likewise. | |
9135 * special-matrix/toeplitz.m: Likewise. | |
9136 * special-matrix/invhilb.m: Likewise. | |
9137 * statistics/base/std.m: Likewise. | |
9138 * statistics/base/median.m: Likewise. | |
9139 * linear-algebra/cond.m: Likewise. | |
9140 * linear-algebra/norm.m: Likewise. | |
9141 * finance/nper.m: Likewise. | |
9142 * finance/pmt.m: Likewise. | |
9143 * finance/pv.m: Likewise. | |
9144 * finance/rate.m: Likewise. | |
9145 * finance/npv.m: Likewise. | |
9146 * general/fliplr.m: Likewise. | |
9147 * general/flipud.m: Likewise. | |
9148 * general/is_scalar.m: Likewise. | |
9149 * general/rem.m: Likewise. | |
9150 * general/perror.m: Likewise. | |
9151 * general/tril.m: Likewise. | |
9152 * general/rot90.m: Likewise. | |
9153 * general/num2str.m: Likewise. | |
9154 * general/int2str.m: Likewise. | |
9155 * general/reshape.m: Likewise. | |
9156 * general/logspace.m: Likewise. | |
9157 * general/is_symmetric.m: Likewise. | |
9158 * general/is_vector.m: Likewise. | |
9159 * general/nextpow2.m: Likewise. | |
9160 * general/columns.m: Likewise. | |
9161 * general/is_square.m: Likewise. | |
9162 * general/rows.m: Likewise. | |
9163 * control/ugain.m: Likewise. | |
9164 * control/damp.m: Likewise. | |
9165 * control/dare.m: Likewise. | |
9166 * control/are.m: Likewise. | |
9167 * control/sys2fir.m: Likewise. | |
9168 * control/abcddim.m: Likewise. | |
9169 * control/is_abcd.m: Likewise. | |
9170 * control/step.m: Likewise. | |
9171 * control/is_observable.m: Likewise. | |
9172 * control/is_controllable.m: Likewise. | |
9173 * control/jet707.m: Likewise. | |
9174 * control/polyout.m: Likewise. | |
9175 * control/impulse.m: Likewise. | |
9176 * control/lqg.m: Likewise. | |
9177 * control/is_detectable.m: Likewise. | |
9178 * control/sysdimensions.m: Likewise. | |
9179 * control/sysupdate.m: Likewise. | |
9180 * control/stepimp.m: Likewise. | |
9181 * control/is_stable.m: Likewise. | |
9182 * control/tfout.m: Likewise. | |
9183 * control/zpout.m: Likewise. | |
9184 | |
3405 | 9185 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9186 | |
9187 * set/complement.m: Add @seealso{} stuff. | |
9188 * set/create_set.m: Likewise. | |
9189 * set/intersection.m: Likewise. | |
9190 * set/union.m: Likewise. | |
9191 | |
3399 | 9192 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9193 | |
3400 | 9194 * control/d2c.m: Use double quotes instead of single quotes for |
9195 string constants. | |
9196 * control/dgkfdemo.m: Likewise. | |
9197 * control/fir2sys.m: Likewise. | |
9198 * control/frdemo.m: Likewise. | |
9199 * control/moddemo.m: Likewise. | |
9200 * control/minfo.m: Likewise. | |
9201 * control/is_stabilizable.m: Likewise. | |
9202 * control/is_dgkf.m: Likewise. | |
9203 * control/polyout.m: Likewise. | |
9204 * control/sysconnect.m: Likewise. | |
9205 * control/sysrepdemo.m: Likewise. | |
9206 * control/tf2sys.m: Likewise. | |
9207 * control/tfout.m: Likewise. | |
9208 * control/zp2sys.m: Likewise. | |
9209 * control/zpout.m: Likewise. | |
9210 * control/tzero.m: Likewise. | |
9211 | |
9212 * control/DEMOcontrol.m: Handle moddemo case too. | |
9213 | |
9214 * image/loadimage.m: Use double quotes instead of single quotes | |
9215 for string constants. Use sprintf instead of square brackets to | |
9216 construct string. | |
9217 | |
3399 | 9218 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 9219 * control/fir2sys.m: Likewise. |
3399 | 9220 |
3390 | 9221 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9222 | |
9223 * mkdoc: Only delete spaces before @ characters at the beginning | |
9224 of a line. | |
9225 | |
3383 | 9226 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9227 | |
3388 | 9228 * control/bddemo.m: Make it more likely to work with any value of |
9229 whitespace_in_literal_matrix. | |
3386 | 9230 * control/analdemo.m: Ditto. |
9231 * control/dgkfdemo.m: Ditto. | |
9232 * control/frdemo.m: Ditto. | |
9233 * control/sysrepdemo.m: Ditto. | |
9234 * control/moddemo.m: Ditto. | |
3388 | 9235 * control/zp2ss.m: Ditto. |
3387 | 9236 * control/zp2tf.m: Ditto. |
3388 | 9237 * control/syssub.m: Ditto. |
9238 * finance/npv.m: Ditto. | |
9239 * statistics/base/studentize.m: Ditto. | |
9240 * statistics/base/values.m: Ditto. | |
9241 * statistics/distributions/exponential_cdf.m: Ditto. | |
9242 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 9243 |
3384 | 9244 * control/dezero.m: Use toascii to convert string to ASCII value |
9245 instead of multiplying it by 1. | |
9246 | |
3383 | 9247 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
9248 * control/zpout.m: Ditto. | |
9249 * control/tfout.m: Ditto. | |
9250 * control/tf2sys.m: Ditto. | |
9251 * control/syssub.m: Ditto. | |
9252 * control/syssetsignals.m: Ditto. | |
9253 * control/sysout.m: Ditto. | |
9254 * control/sysmult.m: Ditto. | |
9255 * control/sysgroup.m: Ditto. | |
9256 * control/sysdup.m: Ditto. | |
9257 * control/sysdisc.m: Ditto. | |
9258 * control/syscont.m: Ditto. | |
9259 * control/sysconnect.m: Ditto. | |
9260 * control/sysappend.m: Ditto. | |
9261 * control/sysadd.m: Ditto. | |
9262 * control/ss2sys.m: Ditto. | |
9263 * control/nyquist.m: Ditto. | |
9264 * control/lqg.m: Ditto. | |
9265 * control/fir2sys.m: Ditto. | |
9266 * control/dmr2d.m: Ditto. | |
9267 * control/dezero.m: Ditto. | |
9268 * control/d2c.m: Ditto. | |
9269 * control/c2d.m: Ditto. | |
9270 * control/bddemo.m: Ditto. | |
9271 * control/pzmap.m: Ditto. | |
9272 | |
5095 | 9273 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 9274 |
9275 * signal/spectral_adf.m: Fix typo. | |
9276 | |
3372 | 9277 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9278 | |
9279 * linear-algebra/cond.m: Texinfoize doc string. | |
9280 * linear-algebra/kron.m: Ditto. | |
9281 * linear-algebra/norm.m: Ditto. | |
9282 * linear-algebra/null.m: Ditto. | |
9283 * linear-algebra/orth.m: Ditto. | |
9284 * linear-algebra/rank.m: Ditto. | |
9285 * linear-algebra/trace.m: Ditto. | |
9286 * linear-algebra/qzhess.m: Ditto. | |
9287 * miscellaneous/menu.m: Ditto. | |
3373 | 9288 * general/perror.m: Ditto. |
9289 * general/strerror.m: Ditto. | |
9290 * general/columns.m: Ditto. | |
9291 * general/rows.m: Ditto. | |
9292 * image/colormap.m: Ditto. | |
9293 * image/gray.m: Ditto. | |
9294 * image/gray2ind.m: Ditto. | |
9295 * image/image.m: Ditto. | |
9296 * image/imagesc.m: Ditto. | |
9297 * image/imshow.m: Ditto. | |
9298 * image/ind2gray.m: Ditto. | |
9299 * image/ind2rgb.m: Ditto. | |
9300 * image/loadimage.m: Ditto. | |
9301 * image/rgb2ntsc.m: Ditto. | |
9302 * image/ntsc2rgb.m: Ditto. | |
9303 * image/ocean.m: Ditto. | |
9304 * image/rgb2ind.m: Ditto. | |
9305 * image/saveimage.m: Ditto. | |
3372 | 9306 * io/printf.m: Ditto. |
9307 * io/puts.m: Ditto. | |
9308 | |
3369 | 9309 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9310 | |
9311 * special-matrix/hankel.m: Texinfoize doc string. | |
9312 * special-matrix/hilb.m: Ditto. | |
9313 * special-matrix/invhilb.m: Ditto. | |
9314 * special-matrix/sylvester_matrix.m: Ditto. | |
9315 * special-matrix/toeplitz.m: Ditto. | |
9316 * special-matrix/vander.m: Ditto. | |
9317 * linear-algebra/vec.m: Ditto. | |
9318 * linear-algebra/vech.m: Ditto. | |
9319 * general/common_size.m: Ditto. | |
9320 * general/diff.m: Ditto. | |
9321 * general/fliplr.m: Ditto. | |
9322 * general/flipud.m: Ditto. | |
9323 * general/rot90.m: Ditto. | |
9324 * general/reshape.m: Ditto. | |
9325 * general/shift.m: Ditto. | |
9326 * general/tril.m: Ditto. | |
9327 * general/triu.m: Ditto. | |
9328 * general/logspace.m: Ditto. | |
3371 | 9329 * general/nargchk.m: Ditto. |
3369 | 9330 |
3367 | 9331 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9332 | |
9333 * statistics/base/mean: Texinfoize doc string. | |
9334 * statistics/base/median: Ditto. | |
9335 * statistics/base/std: Ditto. | |
9336 * statistics/base/cov: Ditto. | |
9337 * statistics/base/corrcoef: Ditto. | |
9338 * statistics/base/kurtosis: Ditto. | |
9339 * statistics/base/mahalanobis: Ditto. | |
9340 * statistics/base/skewness: Ditto. | |
3368 | 9341 * statistics/base/gls.m: Ditto. |
9342 * statistics/base/ols.m: Ditto. | |
3367 | 9343 * signal/detrend.m: Ditto. |
9344 * signal/freqz.m: Ditto. | |
9345 * signal/sinc.m: Ditto. | |
9346 * signal/fftconv.m: Ditto. | |
9347 * signal/fftfilt.m: Ditto. | |
3368 | 9348 * set/create_set.m: Ditto. |
9349 * set/union.m: Ditto. | |
9350 * set/intersection.m: Ditto. | |
9351 * set/complement.m: Ditto. | |
9352 * poly/compan.m: Ditto. | |
9353 * poly/conv: Ditto. | |
9354 * poly/deconv: Ditto. | |
9355 * poly/poly: Ditto. | |
9356 * poly/polyderiv: Ditto. | |
9357 * poly/polyfit: Ditto. | |
9358 * poly/polyinteg: Ditto. | |
9359 * poly/polyreduce: Ditto. | |
9360 * poly/polyval: Ditto. | |
9361 * poly/polyvalm: Ditto. | |
9362 * poly/residue: Ditto. | |
9363 * poly/roots: Ditto. | |
9364 * plot/top_title.m: Ditto | |
9365 * plot/subwindow.m: Ditto | |
9366 * plot/subplot.m: Ditto | |
9367 * plot/plot_border.m: Ditto | |
9368 * plot/oneplot.m: Ditto | |
9369 * plot/multiplot.m: Ditto | |
9370 * plot/mplot.m: Ditto | |
9371 * plot/xlabel.m: Ditto | |
9372 * plot/figure.m: Ditto | |
9373 * plot/meshdom.m: Ditto | |
9374 * plot/mesh.m: Ditto | |
9375 * plot/stairs.m: Ditto | |
9376 * plot/polar.m: Ditto | |
9377 * plot/loglog.m: Ditto | |
9378 * plot/hist.m: Ditto | |
9379 * plot/contour.m: Ditto | |
9380 * plot/bar.m: Ditto | |
9381 * plot/axis.m: Ditto | |
9382 * plot/plot.m: Ditto. | |
3367 | 9383 |
3361 | 9384 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9385 | |
3365 | 9386 * control/pinv.m: Delete. |
9387 | |
3364 | 9388 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
9389 | |
3361 | 9390 * strings/blanks.m: Texinfoize doc string. |
9391 * strings/strcat.m: Ditto. | |
9392 * strings/str2mat.m: Ditto. | |
9393 * strings/deblank.m: Ditto. | |
9394 * strings/findstr.m: Ditto. | |
9395 * strings/index.m: Ditto. | |
9396 * strings/rindex.m: Ditto. | |
9397 * strings/split.m: Ditto. | |
9398 * strings/strcmp.m: Ditto. | |
9399 * strings/strrep.m: Ditto. | |
9400 * strings/substr.m: Ditto. | |
9401 * general/int2str.m: Ditto. | |
9402 * general/num2str.m: Ditto. | |
9403 * strings/dec2bin.m: Ditto. | |
9404 * strings/bin2dec: Ditto. | |
9405 * strings/dec2bin: Ditto. | |
9406 * strings/dec2hex: Ditto. | |
9407 * strings/hex2dec: Ditto. | |
9408 * strings/str2num: Ditto. | |
9409 | |
3347 | 9410 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9411 | |
9412 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
9413 | |
5095 | 9414 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 9415 |
9416 * control/DEMOcontrol.m: Texinfoize doc string. | |
9417 * control/abcddim.m: Ditto. | |
9418 * control/abcddims.m: Ditto. | |
9419 * control/analdemo.m: Ditto. | |
9420 * control/are.m: Ditto. | |
9421 * control/axis2dlim.m: Ditto. | |
9422 * control/bddemo.m: Ditto. | |
9423 * control/bode.m: Ditto. | |
9424 * control/bode_bounds.m: Ditto. | |
9425 * control/bodquist.m: Ditto. | |
9426 * control/buildssic.m: Ditto. | |
9427 * control/c2d.m: Ditto. | |
9428 * control/ctrb.m: Ditto. | |
9429 * control/d2c.m: Ditto. | |
9430 * control/damp.m: Ditto. | |
9431 * control/dare.m: Ditto. | |
9432 * control/dcgain.m: Ditto. | |
9433 * control/dgkfdemo.m: Ditto. | |
9434 * control/dgram.m: Ditto. | |
9435 * control/dlqe.m: Ditto. | |
9436 * control/dlqr.m: Ditto. | |
9437 * control/dlyap.m: Ditto. | |
9438 * control/dmr2d.m: Ditto. | |
9439 * control/fir2sys.m: Ditto. | |
9440 * control/frdemo.m: Ditto. | |
9441 * control/freqchkw.m: Ditto. | |
9442 * control/freqresp.m: Ditto. | |
9443 * control/gram.m: Ditto. | |
9444 * control/h2norm.m: Ditto. | |
9445 * control/h2syn.m: Ditto. | |
9446 * control/hinf_ctr.m: Ditto. | |
9447 * control/hinfdemo.m: Ditto. | |
9448 * control/hinfnorm.m: Ditto. | |
9449 * control/hinfsyn.m: Ditto. | |
9450 * control/hinfsyn_chk.m: Ditto. | |
9451 * control/impulse.m: Ditto. | |
9452 * control/is_abcd.m: Ditto. | |
9453 * control/is_controllable.m: Ditto. | |
9454 * control/is_detectable.m: Ditto. | |
9455 * control/is_dgkf.m: Ditto. | |
9456 * control/is_digital.m: Ditto. | |
9457 * control/is_observable.m: Ditto. | |
9458 * control/is_sample.m: Ditto. | |
9459 * control/is_signal_list.m: Ditto. | |
9460 * control/is_siso.m: Ditto. | |
9461 * control/is_stabilizable.m: Ditto. | |
9462 * control/is_stable.m: Ditto. | |
9463 * control/jet707.m: Ditto. | |
9464 * control/lqe.m: Ditto. | |
9465 * control/lqg.m: Ditto. | |
9466 * control/lqr.m: Ditto. | |
9467 * control/lsim.m: Ditto. | |
9468 * control/ltifr.m: Ditto. | |
9469 * control/lyap.m: Ditto. | |
9470 * control/moddemo.m: Ditto. | |
9471 * control/nyquist.m: Ditto. | |
9472 * control/obsv.m: Ditto. | |
9473 * control/ord2.m: Ditto. | |
9474 * control/outlist.m: Ditto. | |
9475 * control/pinv.m: Ditto. | |
9476 * control/place.m: Ditto. | |
9477 * control/polyout.m: Ditto. | |
9478 * control/prompt.m: Ditto. | |
9479 * control/pzmap.m: Ditto. | |
9480 * control/qzval.m: Ditto. | |
9481 * control/rldemo.m: Ditto. | |
9482 * control/rlocus.m: Ditto. | |
9483 * control/sortcom.m: Ditto. | |
9484 * control/ss2sys.m: Ditto. | |
9485 * control/ss2tf.m: Ditto. | |
9486 * control/ss2zp.m: Ditto. | |
9487 * control/starp.m: Ditto. | |
9488 * control/step.m: Ditto. | |
9489 * control/stepimp.m: Ditto. | |
9490 * control/susball.m: Ditto. | |
9491 * control/sys2fir.m: Ditto. | |
9492 * control/sys2ss.m: Ditto. | |
9493 * control/sys2tf.m: Ditto. | |
9494 * control/sys2zp.m: Ditto. | |
9495 * control/sysadd.m: Ditto. | |
9496 * control/sysappend.m: Ditto. | |
9497 * control/syschnames.m: Ditto. | |
9498 * control/syschnamesl.m: Ditto. | |
9499 * control/syschtsam.m: Ditto. | |
9500 * control/sysconnect.m: Ditto. | |
9501 * control/syscont.m: Ditto. | |
9502 * control/syscont_disc.m: Ditto. | |
9503 * control/sysdefioname.m: Ditto. | |
9504 * control/sysdefstname.m: Ditto. | |
9505 * control/sysdimensions.m: Ditto. | |
9506 * control/sysdisc.m: Ditto. | |
9507 * control/sysdup.m: Ditto. | |
9508 * control/sysgetsignals.m: Ditto. | |
9509 * control/sysgettype.m: Ditto. | |
9510 * control/sysgroup.m: Ditto. | |
9511 * control/sysgroupn.m: Ditto. | |
9512 * control/sysmult.m: Ditto. | |
9513 * control/sysout.m: Ditto. | |
9514 * control/sysprune.m: Ditto. | |
9515 * control/sysreorder.m: Ditto. | |
9516 * control/sysrepdemo.m: Ditto. | |
9517 * control/sysscale.m: Ditto. | |
9518 * control/syssetsignals.m: Ditto. | |
9519 * control/syssub.m: Ditto. | |
9520 * control/sysupdate.m: Ditto. | |
9521 * control/tf2ss.m: Ditto. | |
9522 * control/tf2sys.m: Ditto. | |
9523 * control/tf2sysl.m: Ditto. | |
9524 * control/tf2zp.m: Ditto. | |
9525 * control/tfout.m: Ditto. | |
9526 * control/tzero.m: Ditto. | |
9527 * control/tzero2.m: Ditto. | |
9528 * control/ugain.m: Ditto. | |
9529 * control/wgt1o.m: Ditto. | |
9530 * control/zgfmul.m: Ditto. | |
9531 * control/zgfslv.m: Ditto. | |
9532 * control/zginit.m: Ditto. | |
9533 * control/zgpbal.m: Ditto. | |
9534 * control/zgreduce.m: Ditto. | |
9535 * control/zgrownorm.m: Ditto. | |
9536 * control/zgscal.m: Ditto. | |
9537 * control/zgsgiv.m: Ditto. | |
9538 * control/zgshsr.m: Ditto. | |
9539 * control/zp2ss.m: Ditto. | |
9540 * control/zp2ssg2.m: Ditto. | |
9541 * control/zp2sys.m: Ditto. | |
9542 * control/zp2tf.m: Ditto. | |
9543 * control/zpout.m: Ditto. | |
9544 | |
5095 | 9545 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 9546 |
5378 | 9547 * audio/lin2mu.m: Texinfoize doc string. |
9548 * audio/loadaudio.m: Ditto. | |
9549 * audio/mu2lin.m: Ditto. | |
9550 * audio/playaudio.m: Ditto. | |
9551 * audio/record.m: Ditto. | |
9552 * audio/saveaudio.m: Ditto. | |
3332 | 9553 |
5095 | 9554 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9555 |
9556 * elfun/acot.m: Texinfoize doc string. | |
9557 * elfun/acsc.m: Ditto. | |
9558 * elfun/acsch.m: Ditto. | |
9559 * elfun/asec.m: Ditto. | |
9560 * elfun/asech.m: Ditto. | |
9561 * elfun/cot.m: Ditto. | |
9562 * elfun/coth.m: Ditto. | |
9563 * elfun/csc.m: Ditto. | |
9564 * elfun/csch.m: Ditto. | |
9565 * elfun/gcd.m: Ditto. | |
9566 * elfun/lcm.m: Ditto. | |
9567 * elfun/sec.m: Ditto. | |
9568 * elfun/sech.m: Ditto. | |
9569 * general/nextpow2.m: Ditto. | |
9570 * general/rem.m: Ditto. | |
9571 * linear-algebra/commutation_matrix.m: Ditto. | |
9572 * linear-algebra/cross.m: Ditto. | |
9573 * linear-algebra/duplication_matrix.m: Ditto. | |
9574 * miscellaneous/bincoeff.m: Ditto. | |
9575 * miscellaneous/xor.m: Ditto. | |
9576 * specfun/bessel.m: Ditto. | |
9577 * specfun/beta.m: Ditto. | |
9578 * specfun/betai.m: Ditto. | |
9579 * specfun/erfinv.m: Ditto. | |
9580 * specfun/gammai.m: Ditto. | |
9581 * specfun/log2.m: Ditto. | |
9582 * specfun/pow2.m: Ditto. | |
9583 | |
5095 | 9584 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9585 |
9586 * general/is_scalar.m: Texinfoize help text. | |
9587 * general/is_square.m: Ditto. | |
9588 * general/is_symmetric.m: Ditto. | |
9589 | |
3320 | 9590 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9591 | |
9592 * strings/split.m: If the string to be split is empty, just return | |
9593 an empty string. | |
9594 | |
3319 | 9595 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9596 | |
9597 * Makefile.in (ALL_M_FILES): New macro. | |
9598 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
9599 | |
3306 | 9600 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9601 | |
9602 * control/bode.m: Don't return anything if nargout == 0. | |
9603 | |
9604 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
9605 | |
9606 * control/bode.m: Don't do axis scaling for magnitude plots. | |
9607 | |
3305 | 9608 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9609 | |
9610 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
9611 gethelp.cc to the list. | |
9612 | |
3296 | 9613 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9614 | |
3301 | 9615 * time/asctime.m: Texinfoize help text. |
9616 * time/clock.m: Ditto. | |
9617 * time/date.m: Ditto. | |
9618 * miscellaneous/cputime.m: Ditto. | |
9619 * miscellaneous/etime.m: Ditto. | |
9620 * miscellaneous/is_leap_year.m: Ditto. | |
9621 * miscellaneous/popen2.m: Ditto. | |
9622 * miscellaneous/version.m: Ditto. | |
9623 * miscellaneous/tic.m: Ditto. | |
9624 * miscellaneous/toc.m: Just refer to tic.m. | |
9625 | |
3297 | 9626 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
9627 `cd dir; $(MAKE); cd ..'. | |
9628 ($(SUBDIRS)): Likewise. | |
9629 | |
9630 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
9631 | |
9632 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
9633 of `cd dir; $(MAKE)'. | |
9634 | |
3296 | 9635 * gethelp.cc, mkdoc: New files. |
9636 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
9637 sources. | |
9638 | |
3291 | 9639 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9640 | |
9641 * linear-algebra/kron.m: Fix typo in previous change | |
9642 | |
3282 | 9643 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9644 | |
9645 * control/bode.m: Allow optional 5th arg to specify plot style. | |
9646 | |
5095 | 9647 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 9648 |
9649 * linear-algebra/krylov.m: Correctly handle case of V having full | |
9650 rank when V has more columns than rows. | |
9651 | |
9652 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9653 | |
9654 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
9655 | |
9656 * statistics/tests/manova.m: Avoid problems if | |
9657 whitespace_in_literal_matrix is set to "traditional". | |
9658 * statistics/tests/t_test_regression.m: Likewise. | |
9659 * statistics/tests/u_test.m: Likewise. | |
9660 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
9661 * statistics/tests/anova.m: Likewise. | |
9662 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9663 * statistics/base/statistics.m: Likewise. | |
9664 * image/saveimage.m: Likewise. | |
9665 * signal/arch_fit.m: Likewise. | |
9666 * signal/autoreg_matrix.m: Likewise. | |
9667 * signal/triangle_lw.m: Likewise. | |
9668 * strings/dec2hex.m: Likewise. | |
9669 | |
3268 | 9670 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9671 | |
9672 * image/saveimage.m: Initialize scale. | |
9673 | |
9674 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9675 | |
9676 * general/reshape.m: Allow reshape (a, size (b)). | |
9677 | |
3266 | 9678 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9679 | |
9680 * specfun/erfinv.m: Improve stopping criterion. | |
9681 Add iteration count as second return value. | |
9682 | |
3265 | 9683 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9684 | |
9685 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
9686 | |
3263 | 9687 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9688 | |
9689 * miscellaneous/pack.m: New function. | |
9690 | |
9691 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9692 | |
9693 * plot/figure.m: Always return figure number. With no args, | |
9694 figure now creates a new figure window and returns its number. | |
9695 Accept figure (property, value) syntax, but do nothing. | |
9696 | |
5095 | 9697 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 9698 |
9699 * general/shift.m: Avoid printing temporary value for backward shift. | |
9700 | |
3260 | 9701 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9702 | |
9703 * plot/bar.m: Compute bar widths correctly when x-values are not | |
9704 evenly spaced. | |
9705 | |
3250 | 9706 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9707 | |
9708 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
9709 contain only zeros. | |
9710 | |
5095 | 9711 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 9712 |
9713 * linear-algebra/kron.m: Create result matrix and insert blocks | |
9714 instead of appending them. | |
9715 | |
9716 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9717 | |
9718 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
9719 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
9720 Update from A. S. Hodel. | |
9721 | |
3246 | 9722 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9723 | |
9724 * polynomial/polyfit.m: Correct previous change. | |
9725 | |
3243 | 9726 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9727 | |
9728 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
9729 | |
5095 | 9730 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 9731 |
9732 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
9733 version of krylov and krylovb. | |
9734 | |
9735 * control/outlist.m, control/sysout.m: Fix typos. | |
9736 | |
9737 * control/sysdimensions.m: Add option for total number of states. | |
9738 | |
9739 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
9740 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
9741 arguments. | |
9742 | |
9743 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9744 | |
9745 * strings/index.m: Fail with meaningful error message if either | |
9746 arg is a string array. | |
9747 | |
3238 | 9748 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9749 | |
9750 * linear-algebra/norm.m: Do the right thing for 1- and | |
9751 infinity-norms of complex matrices. From Sven Khatri | |
9752 <khatri@saturn.vocalpoint.com>. | |
9753 | |
5095 | 9754 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 9755 |
9756 * linear-algebra/qrhouse.m: Handle default args correctly. | |
9757 | |
9758 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9759 | |
9760 * strings/split.m: Avoid problems when splitting strings that have | |
9761 \ in them. | |
9762 | |
5095 | 9763 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 9764 |
9765 * image/colormap.m: Do better arg checking, handle string args | |
9766 that name the colormap function to call (e.g., colormap ("ocean")). | |
9767 | |
5095 | 9768 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 9769 |
9770 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
9771 * linear-algebra/dot.m: Likewise. | |
9772 * linear-algebra/cross.m: Likewise. | |
9773 * general/rot90.m: Likewise. | |
9774 | |
5095 | 9775 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 9776 |
9777 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
9778 that the leading column is not all zeros. | |
9779 | |
9780 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9781 | |
9782 * general/shift.m: Fix potential problems with | |
9783 whitespace_in_literal_matrix. | |
9784 * signal/arch_rnd.m: Ditto. | |
9785 * signal/autocov.m: Ditto. | |
9786 * signal/diffpara.m: Ditto. | |
9787 * signal/hurst.m: Ditto. | |
9788 * signal/periodogram.m: Ditto. | |
9789 * signal/spectral_adf.m: Ditto. | |
9790 * signal/spectral_xdf.m: Ditto. | |
9791 * signal/spencer.m: Ditto. | |
9792 * signal/synthesis.m: Ditto. | |
9793 * statistics/distributions/wiener_rnd.m: Ditto. | |
9794 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
9795 * statistics/models/logistic_regression.m: Ditto. | |
9796 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
9797 * statistics/tests/run_test.m: Ditto. | |
9798 * statistics/tests/chisquare_test_independence.m: Ditto. | |
9799 | |
5095 | 9800 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 9801 |
9802 * plot/__plr2__.m: Fix typo. | |
9803 | |
3233 | 9804 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9805 | |
9806 * plot/__pltopt1__.m: Accept "k" to mean black. | |
9807 | |
5095 | 9808 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 9809 |
9810 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
9811 function. | |
9812 | |
5095 | 9813 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 9814 |
9815 * control/ss2sys.m: Fix typo. | |
9816 | |
9817 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9818 | |
9819 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
9820 | |
9821 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
9822 signal names as lists of strings instead of string arrays. | |
9823 | |
3225 | 9824 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9825 | |
3233 | 9826 * quaternion: New directory of functions from A. S. Hodel |
3225 | 9827 <a.s.hodel@eng.auburn.edu>. |
9828 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 9829 * quaternion/Makefile.in: New file. |
9830 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 9831 |
9832 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9833 | |
9834 * image/saveimage.m: Make it work again for black and white colormaps. | |
9835 | |
9836 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
9837 since there can be fewer rows than columns. Round values to | |
9838 nearest position in colormap instead of truncating. Correct usage | |
9839 message. | |
9840 | |
5095 | 9841 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 9842 |
9843 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
9844 zero rows of [A,v] as householder pivots; this avoids spurious | |
9845 non-zero entries in returned orthogonal matrix U, but destroys the | |
9846 Householder matrix structure of H. | |
9847 | |
9848 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9849 | |
9850 * general/logical.m: Just copy input to output if argument is | |
9851 already a logical object. | |
9852 | |
3215 | 9853 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9854 | |
9855 * New files from OCST, in control subdiretory: | |
9856 | |
9857 DEMOcontrol.m is_siso.m syschnames.m | |
9858 abcddim.m is_stabilizable.m syschnamesl.m | |
9859 abcddims.m is_stable.m syschtsam.m | |
9860 analdemo.m jet707.m sysconnect.m | |
9861 are.m lqe.m syscont.m | |
9862 axis2dlim.m lqg.m syscont_disc.m | |
9863 bddemo.m lqr.m sysdefioname.m | |
9864 bode.m lsim.m sysdefstname.m | |
9865 bode_bounds.m ltifr.m sysdimensions.m | |
9866 bodquist.m lyap.m sysdisc.m | |
9867 buildssic.m mb.m sysdup.m | |
9868 c2d.m minfo.m sysgetsignals.m | |
6302 | 9869 com2str.m moddemo.m sysgettsam.m |
3215 | 9870 controldemo.m nichols.m sysgettype.m |
9871 ctrb.m nyquist.m sysgroup.m | |
9872 d2c.m obsv.m sysgroupn.m | |
9873 damp.m ord2.m sysmult.m | |
9874 dare.m outlist.m sysout.m | |
9875 dcgain.m packedform.m sysprune.m | |
9876 demomarsyas.m packsys.m sysreorder.m | |
9877 dezero.m; parallel.m sysrepdemo.m | |
9878 dgkfdemo.m place.m sysscale.m | |
9879 dgram.m polyout.m syssub.m | |
9880 dhinfdemo.m prompt.m sysupdate.m | |
9881 dlqe.m pzmap.m tf2ss.m | |
9882 dlqg.m qzval.m tf2sys.m | |
9883 dlqr.m rldemo.m tf2sysl.m | |
9884 dlyap.m rlocus.m tf2zp.m | |
9885 dmr2d.m rotg.m tfout.m | |
9886 fir2sys.m run_cmd.m; tzero.m | |
9887 frdemo.m series.m tzero2.m | |
9888 freqchkw.m sortcom.m ugain.m | |
9889 freqresp.m ss2sys.m unpacksys.m | |
9890 gram.m ss2tf.m wgt1o.m | |
9891 h2norm.m ss2zp.m zgfmul.m | |
9892 h2syn.m starp.m zgfslv.m | |
9893 hinf_ctr.m step.m zginit.m | |
9894 hinfdemo.m stepimp.m zgpbal.m | |
9895 hinfnorm.m strappend.m; zgreduce.m | |
9896 hinfsyn.m susball.m zgrownorm.m | |
9897 hinfsyn_chk.m swap.m zgscal.m | |
9898 impulse.m swapcols.m zgsgiv.m | |
9899 is_abcd.m swaprows.m zgshsr.m | |
9900 is_controllable.m sys2fir.m zp2ss.m | |
9901 is_detectable.m sys2ss.m zp2ssg2.m | |
9902 is_dgkf.m sys2tf.m zp2sys.m | |
9903 is_digital.m sys2zp.m zp2tf.m | |
9904 is_observable.m sysadd.m zpout.m | |
9905 is_sample.m sysappend.m | |
9906 | |
9907 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9908 | |
9909 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
9910 | |
9911 * strings/deblank.m: Make it work for string arrays too. | |
9912 | |
3211 | 9913 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9914 | |
9915 * linear-algebra/housh.m: New file from the OCST. | |
9916 * linear-algebra/krygetq.m: Ditto. | |
9917 * linear-algebra/krylov.m: Ditto. | |
9918 * linear-algebra/krylovb.m: Ditto. | |
9919 * linear-algebra/qrhouse.m: Ditto. | |
9920 * general/is_duplicate_entry.m: Ditto. | |
9921 | |
9922 * general/is_symmetric.m: Call is_square instead of doing that | |
9923 check in line. | |
9924 | |
3196 | 9925 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9926 | |
3202 | 9927 * general/is_square.m: |
9928 | |
9929 * general/isempty.m, general/is_matrix.m: Delete. | |
9930 | |
9931 * general/is_symmetric: Delete special case for strings. Whether | |
9932 the conversion is valid should depend on implicit_str_to_num_ok. | |
9933 | |
9934 * general/is_square.m: If arg is not a matrix, don't check size, | |
9935 just return 0. | |
9936 * general/is_symmetric: Likewise. | |
9937 * general/is_vector.m: Likewise. | |
9938 * general/is_scalar.m: Likewise. | |
9939 | |
3196 | 9940 * general/length.m: Delete. |
9941 | |
3191 | 9942 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9943 | |
9944 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
9945 statistics/distributions/Makefile, statistics/models/Makefile, | |
9946 and statistics/tests/Makefile to the list of files to create. | |
9947 | |
9948 * finance/Makefile.in, statistics/base/Makefile.in, | |
9949 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
9950 statistics/tests/Makefile.in: New files. | |
9951 * statistics/Makefile.in: Delete file lists. Now only handle | |
9952 subdirectories. | |
9953 * Makefile.in (SUBDIRS): Add finance. | |
9954 | |
9955 * Move the following files from statistics to statistics/base: | |
9956 | |
9957 corrcoef.m | |
9958 kurtosis.m | |
9959 mahalanobis.m | |
9960 median.m | |
9961 ols.m | |
9962 skewness.m | |
9963 std.m | |
9964 | |
9965 New files, from Kurt Hornik's octave-ci package: | |
9966 | |
9967 * finance (new directory): | |
9968 | |
9969 fv.m | |
9970 fvl.m | |
9971 irr.m | |
9972 nper.m | |
9973 npv.m | |
9974 pmt.m | |
9975 pv.m | |
9976 pvl.m | |
9977 rate.m | |
9978 vol.m | |
9979 | |
9980 * linear-algebra/dmult.m | |
9981 | |
9982 * signal: | |
9983 | |
9984 arch_fit.m | |
9985 arch_rnd.m | |
9986 arch_test.m | |
9987 arma_rnd.m | |
9988 autocor.m | |
9989 autocov.m | |
9990 autoreg_matrix.m | |
9991 bartlett.m | |
9992 blackman.m | |
9993 diffpara.m | |
9994 durbinlevinson.m | |
9995 fractdiff.m | |
9996 hamming.m | |
9997 hanning.m | |
9998 hurst.m | |
9999 periodogram.m | |
10000 rectangle_lw.m | |
10001 rectangle_sw.m | |
10002 sinetone.m | |
10003 sinewave.m | |
10004 spectral_adf.m | |
10005 spectral_xdf.m | |
10006 spencer.m | |
10007 stft.m | |
10008 synthesis.m | |
10009 triangle_lw.m | |
10010 triangle_sw.m | |
10011 yulewalker.m | |
10012 | |
10013 * statistics/base (new directory): | |
10014 | |
10015 center.m | |
10016 cloglog.m | |
10017 cor.m | |
10018 cov.m | |
10019 cut.m | |
10020 iqr.m | |
10021 kendall.m | |
10022 logit.m | |
10023 mean.m | |
10024 meansq.m | |
10025 moment.m | |
10026 ppplot.m | |
10027 probit.m | |
10028 qqplot.m | |
10029 range.m | |
10030 ranks.m | |
10031 run_count.m | |
10032 spearman.m | |
10033 statistics.m | |
10034 studentize.m | |
10035 table.m | |
10036 values.m | |
10037 var.m | |
10038 | |
10039 (Replaces cov.m and mean.m with new versions.) | |
10040 | |
10041 * statistics/distributions (new directory): | |
10042 | |
10043 beta_cdf.m | |
10044 beta_inv.m | |
10045 beta_pdf.m | |
10046 beta_rnd.m | |
10047 binomial_cdf.m | |
10048 binomial_inv.m | |
10049 binomial_pdf.m | |
10050 binomial_rnd.m | |
10051 cauchy_cdf.m | |
10052 cauchy_inv.m | |
10053 cauchy_pdf.m | |
10054 cauchy_rnd.m | |
10055 chisquare_cdf.m | |
10056 chisquare_inv.m | |
10057 chisquare_pdf.m | |
10058 chisquare_rnd.m | |
10059 discrete_cdf.m | |
10060 discrete_inv.m | |
10061 discrete_pdf.m | |
10062 discrete_rnd.m | |
10063 empirical_cdf.m | |
10064 empirical_inv.m | |
10065 empirical_pdf.m | |
10066 empirical_rnd.m | |
10067 exponential_cdf.m | |
10068 exponential_inv.m | |
10069 exponential_pdf.m | |
10070 exponential_rnd.m | |
10071 f_cdf.m | |
10072 f_inv.m | |
10073 f_pdf.m | |
10074 f_rnd.m | |
10075 gamma_cdf.m | |
10076 gamma_inv.m | |
10077 gamma_pdf.m | |
10078 gamma_rnd.m | |
10079 geometric_cdf.m | |
10080 geometric_inv.m | |
10081 geometric_pdf.m | |
10082 geometric_rnd.m | |
10083 hypergeometric_cdf.m | |
10084 hypergeometric_inv.m | |
10085 hypergeometric_pdf.m | |
10086 hypergeometric_rnd.m | |
10087 kolmogorov_smirnov_cdf.m | |
10088 laplace_cdf.m | |
10089 laplace_inv.m | |
10090 laplace_pdf.m | |
10091 laplace_rnd.m | |
10092 logistic_cdf.m | |
10093 logistic_inv.m | |
10094 logistic_pdf.m | |
10095 logistic_rnd.m | |
10096 lognormal_cdf.m | |
10097 lognormal_inv.m | |
10098 lognormal_pdf.m | |
10099 lognormal_rnd.m | |
10100 normal_cdf.m | |
10101 normal_inv.m | |
10102 normal_pdf.m | |
10103 normal_rnd.m | |
10104 pascal_cdf.m | |
10105 pascal_inv.m | |
10106 pascal_pdf.m | |
10107 pascal_rnd.m | |
10108 poisson_cdf.m | |
10109 poisson_inv.m | |
10110 poisson_pdf.m | |
10111 poisson_rnd.m | |
10112 stdnormal_cdf.m | |
10113 stdnormal_inv.m | |
10114 stdnormal_pdf.m | |
10115 stdnormal_rnd.m | |
10116 t_cdf.m | |
10117 t_inv.m | |
10118 t_pdf.m | |
10119 t_rnd.m | |
10120 uniform_cdf.m | |
10121 uniform_inv.m | |
10122 uniform_pdf.m | |
10123 uniform_rnd.m | |
10124 weibull_cdf.m | |
10125 weibull_inv.m | |
10126 weibull_pdf.m | |
10127 weibull_rnd.m | |
10128 wiener_rnd.m | |
10129 | |
10130 * statistics/models (new directory): | |
10131 | |
10132 logistic_regression.m | |
10133 logistic_regression_derivatives.m | |
10134 logistic_regression_likelihood.m | |
10135 | |
10136 * statistics/tests (new directory): | |
10137 | |
10138 anova.m | |
10139 bartlett_test.m | |
10140 chisquare_test_homogeneity.m | |
10141 chisquare_test_independence.m | |
10142 cor_test.m | |
10143 f_test_regression.m | |
10144 hotelling_test.m | |
10145 hotelling_test_2.m | |
10146 kolmogorov_smirnov_test.m | |
10147 kolmogorov_smirnov_test_2.m | |
10148 kruskal_wallis_test.m | |
10149 manova.m | |
10150 mcnemar_test.m | |
10151 prop_test_2.m | |
10152 run_test.m | |
10153 sign_test.m | |
10154 t_test.m | |
10155 t_test_2.m | |
10156 t_test_regression.m | |
10157 u_test.m | |
10158 var_test.m | |
10159 welch_test.m | |
10160 wilcoxon_test.m | |
10161 z_test.m | |
10162 z_test_2.m | |
10163 | |
10164 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10165 | |
10166 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
10167 compatibility and to avoid Y2K problems. | |
10168 | |
3190 | 10169 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10170 | |
10171 * polynomial/polyfit.m: Just use the \ operator to handle the | |
10172 least-squares solution. | |
10173 | |
3180 | 10174 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10175 | |
10176 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
10177 | |
10178 * strings/strrep.m: Don't convert args to numeric values. | |
10179 Prevent warnings for empty string args. | |
10180 From Georg Thimm <thimm@idiap.ch>. | |
10181 | |
10182 * strings/strcat.m: Prevent warnings for empty string args. | |
10183 | |
10184 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10185 | |
10186 * miscellaneous/menu.m: Remove special case for empty string | |
10187 returned from input(). Add second arg to eval() to catch errors. | |
10188 | |
3178 | 10189 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10190 | |
10191 * plot/__plt__.m: Don't call usleep. | |
10192 | |
3175 | 10193 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10194 | |
10195 * linear-algebra/dot.m: New function. | |
10196 | |
10197 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
10198 compatibility. | |
10199 | |
10200 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10201 | |
10202 * plot/hist.m: Also allow just one output argument. | |
10203 | |
10204 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10205 | |
10206 * strings/deblank.m: Make it work if the string is only blanks. | |
10207 | |
10208 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10209 | |
10210 * plot/__plt2mv__.m: Delete calls to keyboard. | |
10211 | |
10212 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10213 | |
10214 * plot/oneplot.m: Fix typo. | |
10215 | |
3174 | 10216 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10217 | |
10218 * miscellaneous/flops.m: Allow a single argument too. | |
10219 | |
10220 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10221 | |
10222 * strings/str2mat.m: Also handle case when there are no empty | |
10223 strings correctly. | |
10224 | |
10225 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10226 | |
10227 * strings/isletter.m: New function, for Matlab compatibility. | |
10228 | |
3168 | 10229 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10230 | |
10231 * strings/str2mat.m: Handle string matrices too. | |
10232 | |
3167 | 10233 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10234 | |
10235 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
10236 linear encoding. | |
10237 | |
10238 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
10239 audio/record.m: Open files in binary mode. | |
10240 | |
3164 | 10241 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10242 | |
10243 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
10244 Move functionality of dump_1_pref here, but use built-in function | |
10245 type to extract value, and put it inside try/catch block. | |
10246 * miscellaneous/dump_1_pref.m: Delete unused function. | |
10247 | |
3162 | 10248 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10249 | |
10250 * plot/__pltopt1.m__: New file. | |
10251 * plot/__pltopt.m__: Handle opt as a string array by calling | |
10252 __pltopt1__ multiple times and returning a string array with rows | |
10253 corresponding to the rows of opt. | |
10254 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
10255 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
10256 array. | |
10257 | |
10258 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10259 | |
10260 * plot/mplot.m: Fix misspellings of global variables. | |
10261 Don't call clearplot. | |
10262 | |
10263 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10264 | |
10265 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
10266 "cle;rep" when going in ot multiplot mode. | |
10267 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
10268 switching out of multiplot mode. | |
10269 | |
3156 | 10270 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 10271 |
3156 | 10272 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
10273 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 10274 |
3141 | 10275 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10276 | |
10277 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
10278 | |
10279 * miscellaneous/bug_report.m: Don't try to get smart with | |
10280 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
10281 | |
10282 * Makefile.in (install): Create separate ls-R files for | |
10283 $(datadir) and $(libexecdir). | |
10284 (uninstall): Remove both ls-R files. | |
10285 | |
3136 | 10286 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10287 | |
10288 * signal/fftshift.m: New file. | |
10289 | |
10290 * plot/contour.m: Fix for non-square case. | |
10291 | |
10292 * general/randperm.m: New file. | |
10293 | |
10294 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10295 | |
10296 * specfun/betai.m: Restore file for compatibility with previous | |
10297 versions. Call betainc with reordered args. | |
10298 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
10299 | |
3131 | 10300 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10301 | |
10302 * plot/contour.m: Handle discrete contour levels. | |
10303 | |
10304 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10305 | |
10306 * control/lyap.m: For compatibility with Matlab, solve | |
10307 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
10308 | |
3124 | 10309 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10310 | |
10311 * specfun/bessel.m: New file. | |
10312 | |
10313 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
10314 specfun/gammainc.m: Delete. | |
10315 | |
3106 | 10316 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10317 | |
10318 * image/colormap.m: Initialize __current_color_map__ in global | |
10319 statement. | |
10320 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
10321 statement. | |
10322 * plot/axis.m: Initialize __current_axis__ in global statement. | |
10323 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
10324 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
10325 | |
3103 | 10326 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10327 | |
10328 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
10329 * time/toc.m: Likewise. | |
10330 | |
10331 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
10332 | |
10333 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
10334 anything special for automatic_replot when in multiplot mode -- | |
10335 recent 3.6beta releases handle this correctly. | |
10336 | |
10337 * plot/figure.m: Ensure that we are not in multiplot mode before | |
10338 setting the terminal type. | |
10339 | |
10340 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
10341 plot/subwindow.m: Use leading and trailing underscores for | |
10342 `private' globals. | |
10343 | |
10344 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
10345 | |
3101 | 10346 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10347 | |
10348 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
10349 | |
3091 | 10350 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10351 | |
3092 | 10352 * specfun/gammai.m: Avoid problems with whitespace when |
10353 constructing matrices. | |
10354 | |
3091 | 10355 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
10356 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
10357 original y vector. | |
10358 | |
3085 | 10359 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10360 | |
10361 * linear-algebra/cross.m: Use direct formula instead of calling | |
10362 det three times in a loop. If both args are column (row) vectors, | |
10363 return a column (row) vector. If they don't match, pay attention | |
10364 to the value of prefer_column_vectors. | |
10365 | |
5095 | 10366 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 10367 |
10368 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
10369 nonsymmetric matrices. | |
10370 | |
10371 * general/tril.m: Fix usage message. | |
10372 | |
10373 * polynomial/polyvalm.m: Fix error messages. | |
10374 * polynomial/polyderiv.m: Likewise. | |
10375 * polynomial/polyval.m: Likewise. | |
10376 | |
3081 | 10377 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10378 | |
10379 * strings/blanks.m: Allow blanks(0) to return empty string. | |
10380 Allow negative arguments if treat_neg_dim_as_zero is true. | |
10381 | |
3063 | 10382 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10383 | |
10384 * plot/mesh.m: Set noparametric plot mode after plotting. | |
10385 | |
5095 | 10386 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 10387 |
10388 * plot/__pltopt__.m: Handle key/legend names. | |
10389 Correctly set colors, line styles, and point styles. | |
10390 | |
3061 | 10391 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10392 | |
10393 * polynomial/polyfit.m: Return fit y values as second output. | |
10394 Don't use QR factorization to solve least squares problem. | |
10395 | |
10396 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10397 | |
10398 * control/dlqr.m: Use ao, not a, to compute k. | |
10399 | |
3024 | 10400 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10401 | |
10402 * miscellaneous/path.m: New file. | |
10403 | |
2993 | 10404 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10405 | |
10406 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
10407 name. | |
10408 | |
2968 | 10409 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10410 | |
10411 * specfun/erfinv.m: Add missing semicolon. | |
10412 | |
2870 | 10413 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10414 | |
10415 * miscellaneous/xor.m: Make type of return value logical. | |
10416 | |
2853 | 10417 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10418 | |
10419 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
10420 warn_comma_in_global_decl. | |
10421 | |
2831 | 10422 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10423 | |
10424 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
10425 octave-bug script. | |
10426 | |
2823 | 10427 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10428 | |
2824 | 10429 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
10430 prefer_zero_one_indexing. | |
10431 | |
2823 | 10432 * general/logical.m: New file. |
10433 | |
2816 | 10434 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10435 | |
10436 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
10437 and is_vector(). | |
10438 | |
5095 | 10439 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 10440 |
10441 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
10442 Use tolerance of 2 * eps. | |
10443 | |
2811 | 10444 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10445 | |
10446 * Makefile.in (install-strip): New target. | |
10447 * audio/Makefile.in: Ditto. | |
10448 * control/Makefile.in: Ditto. | |
10449 * elfun/Makefile.in: Ditto. | |
10450 * general/Makefile.in: Ditto. | |
10451 * image/Makefile.in: Ditto. | |
10452 * io/Makefile.in: Ditto. | |
10453 * linear-algebra/Makefile.in: Ditto. | |
10454 * miscellaneous/Makefile.in: Ditto. | |
10455 * plot/Makefile.in: Ditto. | |
10456 * polynomial/Makefile.in: Ditto. | |
10457 * set/Makefile.in: Ditto. | |
10458 * signal/Makefile.in: Ditto. | |
10459 * specfun/Makefile.in: Ditto. | |
10460 * special-matrix/Makefile.in: Ditto. | |
10461 * startup/Makefile.in: Ditto. | |
10462 * statistics/Makefile.in: Ditto. | |
10463 * strings/Makefile.in: Ditto. | |
10464 | |
2809 | 10465 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10466 | |
10467 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
10468 | |
2798 | 10469 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10470 | |
10471 * statistics/corrcoef.m: Make it actually work. | |
10472 | |
2795 | 10473 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10474 | |
2798 | 10475 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 10476 |
2779 | 10477 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 10478 |
10479 * Version 2.0.5 released. | |
10480 | |
2745 | 10481 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10482 | |
2749 | 10483 * Makefile.in (maintainer-clean): Also remove configure. |
10484 | |
2746 | 10485 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
10486 | |
2745 | 10487 * general/is_matrix.m: Return zero for empty matrices. |
10488 | |
10489 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10490 | |
10491 * linear-algebra/vech.m: Size result just once. | |
10492 | |
2726 | 10493 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10494 | |
10495 * general/is_square.m: Handle empty matrices correctly. | |
10496 * general/is_symmetric.m: Handle empty matrices and strings. | |
10497 | |
2716 | 10498 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10499 | |
10500 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
10501 * polynomial/deconv.m: Likewise. | |
10502 * polynomial/polyderiv.m: Likewise. | |
10503 * polynomial/polyinteg.m: Likewise. | |
10504 * polynomial/polyreduce.m: Likewise. | |
10505 * polynomial/polyval.m: Likewise. | |
10506 * polynomial/polyvalm.m: Likewise. | |
10507 * general/postpad.m: Likewise. | |
10508 * general/prepad.m: Likewise. | |
10509 | |
10510 * polynomial/compan.m: Check input with is_vector(), not | |
10511 is_matrix(). Handle scalar case. | |
10512 | |
2711 | 10513 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10514 | |
2715 | 10515 * plot/contour.m: Order data so that it is consistent with |
10516 meshgrid and mesh. | |
10517 | |
2711 | 10518 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
10519 * plot/sombrero.m: Use meshgrid, not meshdom. | |
10520 | |
2709 | 10521 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 10522 |
10523 * Version 2.0.4 released. | |
10524 | |
2706 | 10525 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10526 | |
2702 | 10527 * miscellaneous/paren.m: New file. |
10528 | |
2693 | 10529 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 10530 |
10531 * Version 2.0.3 released. | |
10532 | |
2676 | 10533 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10534 | |
10535 * image/saveimage.m: Only clip image data that is actually out of | |
10536 range. | |
10537 | |
2667 | 10538 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10539 | |
10540 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
10541 also be considered to be matrices. | |
10542 | |
10543 * general/is_vector.m: Scalars may also be considered to be vectors. | |
10544 | |
10545 * general/isempty.m: Use size(), not rows() and columns(). | |
10546 | |
10547 * plot/contour.m: Convert set to gset. | |
10548 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
10549 | |
2663 | 10550 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10551 | |
10552 * specfun/erfinv.m: Fix typo in last change. | |
10553 | |
2650 | 10554 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10555 | |
10556 * image/loadimage.m: Make it possible to load files with image | |
10557 data named X or img. | |
10558 | |
10559 * image/default.img: Change name of image from X to img to match | |
10560 what saveimage does now. | |
10561 | |
10562 * image/loadimage.m: Rename X to be img, to match what saveimage | |
10563 does now. | |
10564 | |
2632 | 10565 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10566 | |
2634 | 10567 * Version 2.0.2 released. |
10568 | |
2632 | 10569 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
10570 weird missing-lines bug without creating extra plots unecessarily. | |
10571 | |
2624 | 10572 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10573 | |
10574 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
10575 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
10576 io/Makefile.in, linear-algebra/Makefile.in, | |
10577 miscellaneous/Makefile.in, plot/Makefile.in, | |
10578 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
10579 specfun/Makefile.in, special-matrix/Makefile.in, | |
10580 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
10581 time/Makefile.in (bin-dist): New target. | |
10582 | |
2621 | 10583 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10584 | |
10585 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
10586 | |
10587 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10588 | |
10589 * miscellaneous/xor.m: Make it work. | |
10590 | |
2613 | 10591 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10592 | |
10593 * plot/sombrero.m: Doc fix. | |
10594 | |
2602 | 10595 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10596 | |
10597 * Version 2.0.1 released. | |
10598 | |
2601 | 10599 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10600 | |
10601 * elfun/lcm.m: Replace missing if statement. | |
10602 | |
10603 * elfun/gcd.m: Report error if no input args. | |
10604 * elfun/lcm.m: Likewise. | |
10605 | |
2597 | 10606 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10607 | |
10608 * Makefile.in (install): Use ls -LR to create ls-R database. | |
10609 Also list contents of $libexecdir/octave in ls-R database. | |
10610 | |
2583 | 10611 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10612 | |
10613 * Version 2.0 released. | |
10614 | |
2575 | 10615 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10616 | |
10617 * Version 1.94. | |
10618 | |
2558 | 10619 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10620 | |
10621 * strings/str2num.m: New file. | |
10622 | |
2554 | 10623 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10624 | |
10625 * Version 1.93. | |
10626 | |
2540 | 10627 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10628 | |
10629 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
10630 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
10631 linear-algebra/vech.m: New files from Kurt Hornik. | |
10632 | |
10633 * general/nextpow2.m, general/shift.m, general/diff.m, | |
10634 general/common_size.m: New files from Kurt Hornik. | |
10635 | |
10636 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
10637 New files from Kurt Hornik. | |
10638 | |
10639 * signal/detrend.m: New file from Kurt Hornik. | |
10640 | |
10641 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
10642 specfun/pow2.m, specfun/log2.m: | |
10643 New files and updates from Kurt Hornik. | |
10644 | |
2523 | 10645 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10646 | |
10647 * plot/__plt__.m: Add explicit replot after last command is | |
10648 issued, to force all lines to be displayed. Hmm. | |
10649 | |
2512 | 10650 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10651 | |
2520 | 10652 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
10653 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
10654 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
10655 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
10656 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
10657 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
10658 Uset gset, not set. | |
10659 | |
2512 | 10660 * Version 1.92. |
10661 | |
2482 | 10662 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10663 | |
2486 | 10664 * image/saveimage.m: When writing PostScript, name Octave as the |
10665 almighty Creator. Use single call to fprintf instead of looping. | |
10666 | |
10667 * image/Makefile.in: Delete references to octtopnm. | |
10668 | |
10669 * general/logspace.m: Doc fix. | |
10670 | |
2482 | 10671 * Version 1.91. |
10672 | |
2458 | 10673 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10674 | |
10675 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
10676 | |
10677 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
10678 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
10679 deleted. | |
10680 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
10681 of a system() command to delete the tmp file. | |
10682 | |
2452 | 10683 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10684 | |
10685 * Version 1.90. | |
10686 | |
10687 * Makefile.in (DISTFILES): Add ChangeLog. | |
10688 | |
2360 | 10689 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10690 | |
10691 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
10692 Don't check for string value of automatic_replot. | |
10693 | |
10694 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
10695 Temporarily set do_fortran_indexing to 1, not "true". | |
10696 | |
10697 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
10698 not "false". | |
10699 | |
10700 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
10701 "false". | |
10702 | |
2355 | 10703 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
10704 | |
10705 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
10706 | |
2330 | 10707 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10708 | |
10709 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
10710 system command. | |
10711 | |
10712 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10713 | |
10714 * __plr1__.m: Renamed from polar_int_1.m. | |
10715 * __plr2__.m: Renamed from polar_int_2.m. | |
10716 * __plr__.m: Renamed from polar_int.m. | |
10717 * __plt1__.m: Renamed from plot_int_1.m. | |
10718 * __plt2__.m: Renamed from plot_int_2.m. | |
10719 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
10720 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
10721 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
10722 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
10723 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
10724 * __plt__.m: Renamed from plot_int.m. | |
10725 * __pltopt__.m: Renamed from plot_opt.m. | |
10726 Change all callers. | |
10727 | |
10728 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10729 | |
10730 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
10731 comments like those found in Emacs lisp files. | |
10732 | |
10733 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10734 | |
10735 * All .m files: Change comment style. | |
10736 | |
10737 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10738 | |
10739 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
10740 subplot.m, subwindow.m, top_title.m: | |
10741 Print error message if gnuplot_has_multiplot is not true. | |
10742 | |
10743 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10744 | |
10745 * plot/figure.m: New function. | |
10746 | |
10747 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10748 | |
10749 * strings/strrep.m: New function. | |
10750 | |
10751 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10752 | |
10753 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
10754 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
10755 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
10756 strings/split.m, strings/str2mat.m, strings/substr.m: | |
10757 New functions from Kurt Hornik, heavily modified by jwe. | |
10758 | |
10759 * general/reshape.m: Allow strings to be reshaped too. | |
10760 | |
10761 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
10762 Always return a scalar. | |
10763 | |
10764 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10765 | |
10766 * polynomial/polyfit.m: Make orientation of result compatible with | |
10767 Matlab. | |
10768 | |
10769 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10770 | |
10771 * polynomial/polyfit.m: Add missing close paren. | |
10772 | |
10773 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10774 | |
10775 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
10776 | |
10777 * io/scanf.m: Delete. | |
10778 | |
10779 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10780 | |
10781 * statistics/median.m: Fix typo in usage message. | |
10782 | |
10783 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10784 | |
10785 * miscellaneous/popen2.m: New file. | |
10786 | |
10787 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10788 | |
10789 * configure.in (AC_OUTPUT): Add io/Makefile. | |
10790 | |
10791 * io: New directory. | |
10792 * Makefile.in (SUBDIRS): Add it to the list. | |
10793 | |
10794 * miscellaneous/flops.m: New file. | |
10795 | |
10796 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10797 | |
10798 * miscellaneous/cputime.m: Return three arguments instead of a | |
10799 vector, for compatibility with previous versions and with Matlab | |
10800 (which only returns one scalar value). | |
10801 | |
10802 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
10803 | |
10804 * general/triu.m: Compute lower bound on loop index correctly. | |
10805 * general/tril.m: Likewise, for upper bound. | |
10806 | |
10807 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10808 | |
10809 * image/saveimage.m: For color images, make sure indices into | |
10810 temporary colormap and result matrix have proper orientation. | |
10811 Set grey flag correctly. | |
10812 | |
10813 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10814 | |
10815 * statistics/std.m: Use better formula (from Jim Van Zandt | |
10816 jrv@vanzandt.mv.com). | |
10817 | |
10818 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10819 | |
10820 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
10821 * mesh.m: Transpose Z if only one arg. | |
10822 Handle case of all three args being matrices (from Jim Van Zandt | |
10823 jrv@vanzandt.mv.com). | |
10824 * meshdom.m: Undo previous change. | |
10825 | |
10826 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10827 | |
10828 * configure.in (AC_OUTPUT): Add audio/Makefile | |
10829 | |
10830 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10831 | |
10832 * audio: New directory of files from Kurt Hornik and Andreas | |
10833 Weingessel. | |
10834 * audio/Makefile.in: New file. | |
10835 * Makefile.in (SUBDIRS): Add audio to the list. | |
10836 | |
10837 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10838 | |
10839 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
10840 | |
10841 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10842 | |
10843 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
10844 columns (z), not the other way around. | |
10845 * plot/meshdom.m: Don't reverse order of elements in y. | |
10846 | |
10847 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10848 | |
10849 * plot/axis.m: Return current axis if nargin == 0. | |
10850 | |
10851 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10852 | |
10853 * polynomial/roots.m: Updates from Kurt Hornik. | |
10854 | |
10855 * polynomial/polyder.m: New file. | |
10856 | |
10857 * polynomial/polyderiv.m: Give return value and arg different names. | |
10858 | |
10859 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10860 | |
10861 * specfun/betainc.m: New file. | |
10862 * specfun/gammainc.m: New file. | |
10863 | |
10864 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10865 | |
10866 * general/strerror.m: New file. | |
10867 * general/perror.m: Implement using strerror(). | |
10868 | |
10869 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10870 | |
10871 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
10872 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
10873 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
10874 | |
10875 * image/saveimage.m: Round img values first. | |
10876 | |
10877 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10878 | |
10879 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
10880 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
10881 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
10882 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
10883 special-matrix/hankel.m special-matrix/toeplitz.m | |
10884 tuwien/strfun/split.m: Add missing semicolons. | |
10885 | |
10886 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
10887 | |
10888 * image/Makefile.in: Don't build or install octtoppm. | |
10889 | |
10890 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 10891 routines so that people who don't have the pbm stuff installed |
2330 | 10892 can still use this function. |
10893 | |
10894 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10895 | |
10896 * image/saveimage.m: Better error checking, clean up a bit. | |
10897 | |
10898 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10899 | |
10900 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
10901 avoid conflict with new built-in text-style function more. | |
10902 | |
10903 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
10904 | |
10905 * startup/Makefile.in (install): Also install octaverc in | |
10906 $localfcnfiledir/startup/octavrc. | |
10907 | |
10908 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10909 | |
10910 * mkinstalldirs: New file. | |
10911 * Makefile.in (DISTFILES): Add it to the list. | |
10912 | |
10913 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
10914 | |
10915 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10916 | |
10917 * special-matrix/hankel.m: Compatibility fix. Complain if | |
10918 r(1) != c(nr), not if r(1) != c(1). | |
10919 | |
10920 * signal/filter.m: Doc fix. | |
10921 | |
10922 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10923 | |
10924 * miscellaneous/cputime.m: Use new resource structure names (no | |
10925 ru_ or tv_ prefixes). | |
10926 | |
10927 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10928 | |
10929 * time/ctime.m: Fix doc string and usage message. | |
10930 | |
10931 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10932 | |
10933 * time/clock.m: Use new time structure names (no tm_ prefix). | |
10934 | |
10935 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10936 | |
10937 * control/c2d.m: Make function work for any value of | |
10938 whitespace_in_literal_matrix. | |
10939 * control/dare.m: Likewise. | |
10940 * control/tzero.m: Likewise. | |
10941 * elfun/gcd.m: Likewise. | |
10942 * elfun/lcm.m: Likewise. | |
10943 * general/postpad.m: Likewise. | |
10944 * general/prepad.m: Likewise. | |
10945 * linear-algebra/kron.m: Likewise. | |
10946 * miscellaneous/etime.m: Likewise. | |
10947 * polynomial/conv.m: Likewise. | |
10948 * polynomial/deconv.m: Likewise. | |
10949 * polynomial/poly.m: Likewise. | |
10950 * polynomial/roots.m: Likewise. | |
10951 * signal/filter.m: Likewise. | |
10952 * signal/freqz.m: Likewise. | |
10953 * signal/fftfilt.m: Likewise. | |
10954 | |
10955 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10956 | |
10957 * miscellaneous/is_leap_year.m: Make work for vector args. | |
10958 | |
10959 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10960 | |
10961 * plot/polar_int_2.m: Add missing semicolons. | |
10962 Set theta = theta', not rho'. | |
10963 | |
10964 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10965 | |
10966 * polynomial/roots.m: Make it work for any value of | |
10967 whitespace_in_literal_matrix. | |
10968 | |
10969 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10970 | |
10971 * configure.in: New file. | |
10972 | |
10973 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10974 | |
10975 * control/lyap.m: Add missing semicolon. | |
10976 | |
10977 * miscellaneous/cputime.m: New function file. | |
10978 | |
10979 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10980 | |
10981 * time: New directory. | |
10982 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
10983 New function files. | |
10984 * time/Makefile.in: New file. | |
10985 * Makefile.in (SUBDIRS): Add time. | |
10986 | |
10987 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10988 | |
10989 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
10990 | |
10991 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10992 | |
10993 * plot/plot_int_1.m: Transpose data with .', not '. | |
10994 | |
10995 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10996 | |
10997 * Makefile.in (install uninstall clean mostlyclean distclean | |
10998 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
10999 | |
11000 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11001 | |
11002 * Makefile.in (install): Create ls-R database file. | |
11003 (uninstall): Delete it. | |
11004 | |
11005 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11006 | |
5378 | 11007 * image/saveimage.m: Fix typo. |
2330 | 11008 |
11009 See ChangeLog.1 in the top level directory for earlier changes. |