Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 8148:213dd524f96b
Improve documentation for image I/O.
author | sh@sh-laptop |
---|---|
date | Thu, 25 Sep 2008 13:43:42 -0400 |
parents | 7ef5b1b4e029 |
children | a8fb37ae61b8 |
rev | line source |
---|---|
8148 | 1 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
2 | |
3 * image/imread.m, image/imwrite.m: Doc fix. | |
4 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
5 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
|
6 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
7 * 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
|
8 |
8144
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
9 2008-09-24 Soren Hauberg <hauberg@gmail.com> |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
10 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
11 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
12 * 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
|
13 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
14 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
|
15 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
16 * 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
|
17 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
18 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
19 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
20 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
21 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
22 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
23 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
24 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
25 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
26 |
8126 | 27 2008-09-22 Ben Abbott <bpabbott@mac.com> |
28 | |
29 * plot/comet.m: New file. | |
30 * plot/Makefile.in (SOURCES): Add it here. | |
31 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
32 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
|
33 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
34 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
35 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
36 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
37 * 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
|
38 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
|
39 |
8120
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
40 2008-09-18 Jaroslav Hajek <highegg@gmail.com> |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
41 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
42 * 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
|
43 |
8116 | 44 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
45 | |
8117 | 46 * image/imshow.m: Fix for display_range. |
47 | |
8116 | 48 * general/interpn.m: Fixe for extrapval and documentation of |
49 extrapval. | |
50 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
51 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
|
52 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
53 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
54 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
55 * 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
|
56 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
57 * 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
|
58 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
59 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
60 * 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
|
61 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
|
62 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
63 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
64 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
65 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
66 |
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
|
67 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
|
68 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
69 * 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
|
70 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
|
71 |
8088 | 72 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
73 | |
74 * plot/plot.m: Doc fix. | |
75 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
76 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
|
77 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
78 * 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
|
79 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
80 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
81 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
|
82 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
83 * 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
|
84 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
85 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
86 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
87 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
88 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
89 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
90 * 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
|
91 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
92 |
8076 | 93 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
94 | |
95 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
96 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
97 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
98 | |
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
|
99 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
|
100 |
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
|
101 * 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
|
102 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
|
103 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
|
104 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
|
105 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
|
106 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
|
107 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
|
108 '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
|
109 * 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
|
110 |
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
|
111 * 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
|
112 * 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
|
113 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
114 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
115 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
116 * 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
|
117 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
118 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
119 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
120 * 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
|
121 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
|
122 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
123 * 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
|
124 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
|
125 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
|
126 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
127 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
128 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
129 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
130 |
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
|
131 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
|
132 |
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
|
133 * 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
|
134 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
|
135 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
136 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
|
137 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
138 * 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
|
139 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
140 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
141 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
|
142 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
143 * 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
|
144 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
|
145 * 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
|
146 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
|
147 * 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
|
148 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
149 * 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
|
150 * 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
|
151 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
|
152 * 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
|
153 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
|
154 * 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
|
155 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
|
156 * 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
|
157 * 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
|
158 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
|
159 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
160 |
8054 | 161 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
162 | |
163 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
164 Handle parameter-value options. Untabify. | |
165 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
166 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
|
167 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
168 * 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
|
169 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
170 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
171 * 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
|
172 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
|
173 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
174 * 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
|
175 * 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
|
176 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
177 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
178 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
|
179 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
180 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
181 |
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
|
182 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
|
183 |
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
|
184 * 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
|
185 (__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
|
186 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
|
187 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
188 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
189 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
190 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
191 |
8046 | 192 2008-08-21 David Bateman <dbateman@free.fr> |
193 | |
194 * plot/ezplot.m : New function. | |
195 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
196 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
197 | |
8043
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
198 2008-08-20 Jaroslav Hajek <highegg@gmail.com> |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
199 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
200 * 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
|
201 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
202 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
203 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
|
204 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
205 * 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
|
206 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
|
207 |
8040 | 208 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
|
209 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
210 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
211 |
8035 | 212 2008-08-19 David Bateman <dbateman@free.fr> |
213 | |
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
|
214 * 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
|
215 * 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
|
216 |
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
|
217 * statistics/base/ranks.m: Doc fix. |
8035 | 218 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
219 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
|
220 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
221 * 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
|
222 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
223 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
|
224 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
225 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
226 |
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
|
227 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
|
228 |
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
|
229 * 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
|
230 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
|
231 |
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
|
232 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
|
233 |
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
|
234 * 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
|
235 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
|
236 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
237 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
|
238 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
239 * 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
|
240 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
241 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
242 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
243 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
244 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
245 * 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
|
246 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
247 * 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
|
248 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
249 |
7985
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
250 2008-07-28 Ben Abbott <bpabbott@mac.com> |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
251 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
252 * plot/hold.m: Clarify help text. |
7986 | 253 |
254 * specfun/reallog.m: Fix help string. | |
255 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
256 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 257 |
258 * strings/regexptranslate.m: Add real documentation. | |
259 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
260 * 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
|
261 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
262 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
263 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
264 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
265 |
7974 | 266 2008-07-28 John W. Eaton <jwe@octave.org> |
267 | |
268 * image/imwrite.m: New function. | |
269 * image/Makefile.in (SOURCES): Add it to the list. | |
270 | |
7969 | 271 2008-07-24 Ben Abbott <bpabbott@mac.com> |
272 | |
273 * time/datestr.m: New xtest. | |
274 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
275 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
|
276 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
277 * 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
|
278 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
279 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
280 |
7940 | 281 2008-07-17 John W. Eaton <jwe@octave.org> |
282 | |
283 * general/fliplr.m: Fix usage test. | |
284 * testfun/test.m: Fix usage tests. | |
285 | |
8040 | 286 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 287 |
288 * statistics/base/cov.m: Fix test that should no longer work. | |
289 | |
7935 | 290 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
291 | |
292 * plot/gcbo.m, plot/gcbf.m: New functions. | |
293 * plot/Makefile.in (SOURCES): Add them to the list. | |
294 | |
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
|
295 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
|
296 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
297 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
298 * 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
|
299 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
300 * 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
|
301 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
302 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
303 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
304 |
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
|
305 * 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
|
306 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
307 * 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
|
308 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
309 * 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
|
310 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
311 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
|
312 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
313 * 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
|
314 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
315 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
|
316 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
317 * 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
|
318 |
8040 | 319 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
|
320 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
321 * 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
|
322 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
323 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
324 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
325 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
326 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
|
327 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
328 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
|
329 |
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
|
330 * 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
|
331 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
332 * 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
|
333 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
|
334 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
335 |
8040 | 336 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
|
337 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
338 * 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
|
339 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
340 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
341 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
342 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
343 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
344 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
345 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
346 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
|
347 |
7817 | 348 * miscellaneous/debug.m: New file.. |
349 * Makefile.in (SOURCES): Add it to the list. | |
350 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
351 * 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
|
352 []. 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
|
353 |
8040 | 354 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 355 |
356 * strings/strcat.m: Add tests. | |
357 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
358 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
|
359 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
360 * 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
|
361 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
362 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
363 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
364 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
365 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
366 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
367 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
368 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
369 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
370 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
371 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
372 |
7783 | 373 2008-05-20 Bill Denney <bill@denney.ws> |
374 | |
375 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
376 New tests. | |
377 | |
7777 | 378 2008-05-19 John W. Eaton <jwe@octave.org> |
379 | |
380 * general/isa.m: Fix tests. | |
381 | |
7773 | 382 2008-05-13 Bill Denney <bill@denney.ws> |
383 | |
384 * general/isa.m: Use persistent cell arrays to hold class names | |
385 instead of multiple strcmp calls. | |
386 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
387 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
388 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
389 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
390 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
|
391 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
392 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
393 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
|
394 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
|
395 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
396 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
397 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
398 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
399 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
400 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
401 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
|
402 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
403 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
404 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
405 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
406 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
|
407 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
408 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
409 * 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
|
410 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
411 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
412 * 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
|
413 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
414 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
415 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
416 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
417 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
418 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
|
419 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
420 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
421 |
7765 | 422 2008-05-06 David Bateman <dbateman@free.fr> |
423 | |
424 * miscellaneous/symvar.m: New function. | |
425 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
426 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
427 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
|
428 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
429 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
430 * 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
|
431 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
432 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
433 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
434 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
435 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
|
436 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
|
437 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
438 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
439 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
440 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
441 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
442 * 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
|
443 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
444 |
7747 | 445 2008-04-30 John W. Eaton <jwe@octave.org> |
446 | |
447 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
448 elfun/asech.m, specfun/pow2.m: Fix tests. | |
449 | |
8040 | 450 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 451 |
452 * specfun/log2.m: Delete. | |
453 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
454 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
455 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
|
456 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
457 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
|
458 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
459 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
460 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
461 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
462 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
463 |
7736 | 464 2008-04-25 John W. Eaton <jwe@octave.org> |
465 | |
466 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
467 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 468 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
469 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
|
470 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
471 * 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
|
472 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
|
473 * 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
|
474 |
7714
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
475 2008-04-16 Soren Hauberg <hauberg@gmail.com> |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
476 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
477 * 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
|
478 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
479 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
|
480 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
481 * 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
|
482 |
7713 | 483 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
|
484 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
485 * 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
|
486 |
7710 | 487 2008-04-14 David Bateman <dbateman@free.fr> |
488 | |
489 * plot/rose.m: Add missing comment mark that causes issues with | |
490 octave-forge function referencing. | |
491 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
492 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
493 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
|
494 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
495 * 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
|
496 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
|
497 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
|
498 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
|
499 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
|
500 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
|
501 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
|
502 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
|
503 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
|
504 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
|
505 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
|
506 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
|
507 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
|
508 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
|
509 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
|
510 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
|
511 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
|
512 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
|
513 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
|
514 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
|
515 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
|
516 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
|
517 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
|
518 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
|
519 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
|
520 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
|
521 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
|
522 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
|
523 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
|
524 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
|
525 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
|
526 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
|
527 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
|
528 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
|
529 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
|
530 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
|
531 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
|
532 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
|
533 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
|
534 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
|
535 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
|
536 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
|
537 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
|
538 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
|
539 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
|
540 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
|
541 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
|
542 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
|
543 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
544 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
|
545 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
546 * 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
|
547 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
548 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
|
549 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
550 * 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
|
551 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
552 * 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
|
553 * 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
|
554 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
555 * 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
|
556 * 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
|
557 * 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
|
558 * 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
|
559 * 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
|
560 * 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
|
561 * 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
|
562 * 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
|
563 * 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
|
564 * 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
|
565 * 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
|
566 * 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
|
567 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
568 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
569 * 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
|
570 * 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
|
571 * 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
|
572 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
573 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
|
574 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
575 * 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
|
576 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
|
577 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
578 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
|
579 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
580 * 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
|
581 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
|
582 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
|
583 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
|
584 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
|
585 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
|
586 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
|
587 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
|
588 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
|
589 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
|
590 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
|
591 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
|
592 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
|
593 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
|
594 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
|
595 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
|
596 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
597 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
|
598 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
|
599 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
|
600 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
|
601 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
|
602 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
|
603 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
604 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
|
605 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
|
606 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
|
607 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
|
608 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
|
609 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
|
610 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
611 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
|
612 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
|
613 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
|
614 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
|
615 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
|
616 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
|
617 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
|
618 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
|
619 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
|
620 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
621 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
|
622 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
623 * 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
|
624 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
|
625 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
|
626 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
|
627 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
|
628 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
|
629 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
|
630 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
|
631 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
|
632 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
|
633 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
|
634 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
|
635 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
|
636 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
|
637 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
|
638 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
|
639 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
640 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
|
641 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
|
642 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
|
643 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
|
644 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
|
645 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
646 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
|
647 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
|
648 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
649 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
|
650 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
|
651 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
|
652 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
|
653 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
|
654 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
655 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
|
656 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
657 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
|
658 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
|
659 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
|
660 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
|
661 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
|
662 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
|
663 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
|
664 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
|
665 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
|
666 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
667 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
|
668 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
|
669 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
|
670 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
671 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
672 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
673 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
674 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
675 * 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
|
676 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
677 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
678 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
679 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
680 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
681 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
682 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
683 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
684 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
685 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
686 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
687 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
688 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
689 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
690 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
691 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
|
692 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
693 * 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
|
694 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
695 * 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
|
696 |
7682 | 697 2008-04-02 Bill Denney <bill@denney.ws> |
698 | |
699 * optimization/lsqnonneg.m: New function. | |
700 * optimization/Makefile.in (SOURCES): Add it to the list. | |
701 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
702 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
703 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
704 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
705 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
706 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
707 * 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
|
708 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
|
709 * 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
|
710 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
711 |
7678 | 712 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
713 | |
714 * general/sortrows.m: Handle negative column arguments. | |
715 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
716 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
717 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
718 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
719 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
720 |
7673 | 721 2008-03-31 David Bateman <dbateman@free.fr> |
722 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
723 * 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
|
724 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
|
725 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
726 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
727 * 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
|
728 * 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
|
729 * 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
|
730 * 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
|
731 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
732 * 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
|
733 |
7673 | 734 * plot/ginput.m: New function. |
735 * plot/__gnuplot_ginput__.m: New function based on a version of | |
736 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
737 * plot/Makefile.in (SOURCES): Add them to the list. | |
738 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
739 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
|
740 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
741 * 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
|
742 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
743 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
744 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
745 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
746 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
747 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
748 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
749 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
750 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
751 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
|
752 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
753 * 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
|
754 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
755 |
7669 | 756 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
757 | |
758 * general/del2.m: Missing semicolon. | |
759 | |
7668 | 760 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
761 | |
762 * miscellaneous/info.m: New function. | |
763 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
764 | |
7666
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
765 2008-03-27 Soren Hauberg <hauberg@gmail.com> |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
766 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
767 * 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
|
768 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
769 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
770 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
|
771 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
772 * 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
|
773 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
|
774 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
775 * 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
|
776 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
|
777 |
7655 | 778 2008-03-27 Bill Denney <bill@denney.ws> |
779 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
780 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
781 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
782 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
783 * 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
|
784 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
785 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
786 * 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
|
787 |
7657 | 788 * general/genvarname.m: New function. |
789 * general/Makefile.in (SOURCES): Add it to the list. | |
790 | |
7656 | 791 * time/addtodate.m: New function. |
7657 | 792 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 793 |
7655 | 794 * geometry/rectint.m: Vectorize and add more tests. |
795 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
796 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
|
797 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
798 * 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
|
799 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
800 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
801 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
802 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
803 |
7650 | 804 2008-03-26 John W. Eaton <jwe@octave.org> |
805 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
806 * 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
|
807 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
808 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
809 * 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
|
810 |
7650 | 811 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
812 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
813 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
814 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
815 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
816 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
817 Texinfo fixes. | |
818 | |
8040 | 819 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
|
820 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
821 * 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
|
822 |
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
|
823 2008-03-26 Soren Hauberg <hauberg@gmail.com> |
e7b999840056
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents:
7643
diff
changeset
|
824 |
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
|
825 * 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
|
826 |
7643
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
827 2008-03-20 Ben Abbott <bpabbott@mac.com> |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
828 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
829 * 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
|
830 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
|
831 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
832 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
833 * 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
|
834 |
7640 | 835 2008-03-25 Soren Hauberg <hauberg@gmail.com> |
836 | |
837 * polynomial/convn.m: New function. | |
838 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
839 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
840 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
841 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
842 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
843 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 844 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
845 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
|
846 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
847 * 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
|
848 |
7627 | 849 2008-03-24 David Bateman <dbateman@free.fr> |
850 | |
851 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
852 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 853 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
854 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
855 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
856 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
857 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
858 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
859 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
860 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
|
861 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
862 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
863 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
864 * 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
|
865 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
866 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
|
867 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
868 * 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
|
869 |
7617 | 870 * miscellaneous/cast.m: Also allow cast to "char". |
871 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
872 * 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
|
873 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
874 * 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
|
875 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
876 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
877 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
878 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
879 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
880 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
881 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
882 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
883 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
884 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
885 |
7610 | 886 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
887 | |
888 * signal/sinetone.m: Ensure integral number of samples. | |
889 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
890 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
|
891 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
892 * 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
|
893 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
894 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
|
895 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
896 * 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
|
897 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
898 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
|
899 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
900 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
901 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
902 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
903 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
904 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
905 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
906 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
907 * 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
|
908 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
909 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
910 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
911 * 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
|
912 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
913 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
914 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
915 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
|
916 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
917 * 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
|
918 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
919 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
|
920 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
921 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
922 |
7592 | 923 2008-03-14 Kai Habel <kai.habel@gmx.de> |
924 | |
925 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
926 style to default to avoid wrong mesh color in some cases. | |
927 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
928 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
929 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
930 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
931 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
|
932 |
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
|
933 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
|
934 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
935 * 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
|
936 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
|
937 |
7592 | 938 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
939 | |
7582 | 940 2008-03-11 Kai Habel <kai.habel@gmx.de> |
941 | |
942 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
943 Allow plotting of uniform colored mesh plots with and | |
944 w/o hidden line removal. | |
945 | |
946 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
|
947 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
948 * 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
|
949 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
950 * 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
|
951 |
7569 | 952 2008-03-07 John W. Eaton <jwe@octave.org> |
953 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
954 * 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
|
955 |
7569 | 956 * plot/__go_draw_axes__.m: Handle tickdir property. |
957 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
958 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
959 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
960 * 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
|
961 Allow matrix arguments when number of bins > 30. |
7568 | 962 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
|
963 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
964 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
965 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
966 * 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
|
967 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
968 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
969 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
970 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
|
971 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
972 * 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
|
973 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
974 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
|
975 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
976 * 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
|
977 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
978 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
979 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
|
980 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
981 * 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
|
982 |
7551 | 983 2008-03-04 Bill Denney <bill@denney.ws> |
984 | |
7557 | 985 * plot/allchild.m, plot/findall.m: New functions. |
986 * plot/Makefile.in (SOURCES): Add them to the list. | |
987 | |
7551 | 988 * geometry/rectint.m: New function. |
7557 | 989 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 990 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
991 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
|
992 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
993 * 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
|
994 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
|
995 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
996 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 997 |
998 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
999 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
1000 * 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
|
1001 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1002 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
|
1003 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1004 * 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
|
1005 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1006 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
|
1007 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1008 * 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
|
1009 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
|
1010 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1011 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
|
1012 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1013 * 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
|
1014 "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
|
1015 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1016 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
|
1017 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1018 * 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
|
1019 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
|
1020 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
|
1021 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
|
1022 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
|
1023 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
|
1024 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
|
1025 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
|
1026 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
|
1027 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
|
1028 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
|
1029 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
|
1030 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
|
1031 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1032 * 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
|
1033 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1034 * 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
|
1035 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1036 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
|
1037 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1038 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1039 |
7525 | 1040 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
1041 | |
1042 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
1043 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1044 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
|
1045 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1046 * 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
|
1047 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1048 |
7518 | 1049 2008-02-22 Ben Abbott <bpabbott@mac.com> |
1050 | |
1051 * specfun/legendre.m: Doc fix. | |
1052 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1053 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
|
1054 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1055 * 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
|
1056 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1057 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1058 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
|
1059 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1060 * 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
|
1061 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1062 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1063 * 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
|
1064 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1065 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
|
1066 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1067 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1068 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1069 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1070 * 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
|
1071 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1072 * 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
|
1073 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1074 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1075 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
|
1076 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1077 * 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
|
1078 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1079 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1080 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
|
1081 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1082 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1083 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1084 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
|
1085 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1086 * 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
|
1087 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
|
1088 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
|
1089 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
|
1090 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1091 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
|
1092 |
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
|
1093 * 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
|
1094 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
|
1095 |
7501 | 1096 * polynomial/polyfit.m: Use QR decomposition. Handle |
1097 normalization option. | |
1098 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
1099 generate 50% prediction intervals. | |
1100 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1101 * 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
|
1102 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1103 |
7498 | 1104 2008-02-19 John W. Eaton <jwe@octave.org> |
1105 | |
1106 * pkg/pkg.m: Style fixes. | |
1107 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1108 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 1109 |
1110 * pkg/pkg.m: Handle 'describe' command. | |
1111 (parse_pkg_idx, print_package_description): New subfunctions. | |
1112 | |
7493 | 1113 2008-02-19 Bill Denney <bill@denney.ws> |
1114 | |
1115 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
1116 elements wide. | |
1117 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1118 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
|
1119 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1120 * 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
|
1121 |
7485 | 1122 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
1123 | |
1124 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
1125 * general/runlength.m: New function from Paul Kienzle. | |
1126 | |
7484 | 1127 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
1128 | |
1129 * linear-algebra/cond.m: New optional second argument to | |
1130 specify 1-norm, inf-norm, or frobenius-norm. | |
1131 | |
7475 | 1132 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
1133 | |
1134 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
1135 body. Allow the linespec to specify the arrow color. | |
1136 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1137 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
|
1138 |
7474 | 1139 * miscellaneous/cast.m: Also treat the logical type. |
1140 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1141 * 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
|
1142 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1143 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1144 * 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
|
1145 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1146 * 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
|
1147 * 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
|
1148 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1149 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
|
1150 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1151 * 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
|
1152 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1153 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1154 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1155 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1156 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1157 * 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
|
1158 |
7436 | 1159 2008-02-01 Dave Goel <deego3@gmail.com> |
1160 | |
1161 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
1162 | |
7434 | 1163 2008-02-01 Bill Denney <bill@denney.ws> |
1164 | |
1165 * time/weekday.m: Allow vector inputs and speed up. | |
1166 * time/eomday.m: Return column vector for column vector inputs. | |
1167 | |
7429 | 1168 2008-01-30 John W. Eaton <jwe@octave.org> |
1169 | |
7434 | 1170 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
1171 revision". | |
1172 | |
7431 | 1173 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
1174 __plt2vs__.m in the list. | |
1175 | |
7430 | 1176 * miscellaneous/tempdir.m: Append filesep to name for |
1177 compatibility. Warn if not a directory or directory does not | |
1178 exist. | |
1179 | |
7429 | 1180 * strings/deblank.m: Improve compatibility. |
1181 | |
7428 | 1182 2008-01-29 John W. Eaton <jwe@octave.org> |
1183 | |
1184 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
1185 | |
1186 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 1187 |
1188 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
1189 Return the label handle, not the current axis handle. | |
1190 | |
7421 | 1191 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
1192 | |
1193 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
1194 abscissa. | |
1195 | |
1196 2008-01-25 David Bateman <dbateman@free.fr> | |
1197 | |
7423 | 1198 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 1199 * plot/__scatter__.m: Remove NaN values from data. |
1200 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
1201 | |
7418 | 1202 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
1203 | |
1204 * linear-algebra/trace.m: Test cases for non 2-d args. | |
1205 | |
1206 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
1207 | |
1208 * geometry/griddata3.m: Call griddata, not gridata. | |
1209 | |
7415 | 1210 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
1211 | |
1212 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
1213 | |
7411 | 1214 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
1215 | |
1216 * linear-algebra/cond.m, linear-algebra/trace.m: | |
1217 Move tests here from test/test_linalg.m. | |
1218 | |
1219 * general/diff.m, general/fliplr.m, general/flipud.m, | |
1220 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
1221 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
1222 special-matrix/hankel.m, special-matrix/hilb.m, | |
1223 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
1224 special-matrix/toeplitz.m, special-matrix/vander.m: | |
1225 Move tests here from test/test_matrix.m. | |
1226 | |
1227 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
1228 Move tests here from test/test_number.m. | |
1229 | |
1230 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
1231 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
1232 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
1233 polynomial/polyvalm.m, polynomial/roots.m: | |
1234 Move tests here from test/test_poly.m. | |
1235 | |
1236 * signal/unwrap.m: | |
1237 Move tests here from test/test_signal.m. | |
1238 | |
1239 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
1240 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
1241 statistics/base/mean.m, statistics/base/median.m, | |
1242 statistics/base/skewness.m, statistics/base/std.m: | |
1243 Move tests here from test/test_stats.m. | |
1244 | |
1245 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
1246 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
1247 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
1248 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
1249 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
1250 strings/substr.m: | |
1251 Move tests here from test/test_string.m. | |
1252 | |
1253 * miscellaneous/computer.m, miscellaneous/ls.m, | |
1254 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
1255 time/date.m, time/etime.m, time/is_leap_year.m: | |
1256 Move tests here from test/test_system.m. | |
1257 | |
7410 | 1258 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
1259 | |
1260 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
1261 Simplify initial checks on argument values. | |
1262 | |
7408 | 1263 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
1264 | |
1265 * plot/gnuplot_drawnow.m: New function corresponding to the | |
1266 implementation of the gnuplot-based graphics backend (derived from | |
1267 drawnow.m). | |
1268 * plot/drawnow.m: Deleted (converted to C++). | |
1269 | |
7401 | 1270 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
1271 | |
1272 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
1273 New tests. | |
1274 | |
7399 | 1275 2008-01-18 John W. Eaton <jwe@octave.org> |
1276 | |
1277 * optimization/sqp.m: End each function with endfunction. | |
1278 | |
7398 | 1279 2008-01-18 Ben Abbott <bpabbott@mac.com> |
1280 | |
1281 * polynomial/residue.m: For each group of pole multiplicity, set | |
1282 the poles of the group to the value of the group's average. | |
1283 | |
7396 | 1284 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
1285 | |
1286 * plot/print.m: Handle PDF output. | |
1287 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
1288 | |
7392 | 1289 2008-01-17 John W. Eaton <jwe@octave.org> |
1290 | |
7393 | 1291 * path/savepath.m: Print newline before initial comment line. |
1292 Double up single quote characters. | |
1293 * path/__extractpath__.m: Return just the path as a string. | |
1294 Undo single quote character doubling. | |
1295 | |
1296 * path/pathdef.m: Avoid eval. Simplify. | |
1297 | |
7392 | 1298 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
1299 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
1300 avoid possible file descriptor leak. | |
1301 | |
1302 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
1303 | |
1304 * path/savepath.m: Warn if modified file is not explicitly specified. | |
1305 * startup/main-rcfile: Call atexit ("__finish__"). | |
1306 | |
7388 | 1307 2008-01-16 John W. Eaton <jwe@octave.org> |
1308 | |
7390 | 1309 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
1310 Use it to disable enhanced mode for individual labels and titles. | |
1311 | |
7392 | 1312 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 1313 (install install-strip, uninstall): Handle function files. |
1314 | |
1315 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
1316 | |
7392 | 1317 * startup/__finish__.m: New file. |
1318 * path/__extractpath__.m, path/matlabroot.m, | |
1319 path/pathdef.m: New files. | |
7388 | 1320 * path/Makefile.in (SOURCES): Add them to the list. |
1321 | |
7385 | 1322 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
1323 | |
7387 | 1324 * special-matrix/vander.m: Vectorize. New test. |
1325 | |
7385 | 1326 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
1327 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
1328 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
1329 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
1330 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
1331 Move tests here from test/test_arith.m. | |
1332 | |
7382 | 1333 2008-01-15 John W. Eaton <jwe@octave.org> |
1334 | |
1335 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
1336 | |
7379 | 1337 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
1338 | |
1339 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
1340 Call __get__ instead of get. | |
1341 | |
1342 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
1343 | |
1344 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
1345 Frobenius norm if matrix is all zeros. Use transpose instead of | |
1346 hermitian operator. | |
1347 | |
7376 | 1348 2008-01-14 Bill Denney <bill@denney.ws> |
1349 | |
1350 * plot/axis.m: Correctly handle "tight" and "image" options. | |
1351 | |
7375 | 1352 2008-01-14 Soren Hauberg <hauberg@gmail.com> |
1353 | |
1354 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
1355 image/rgb2ntsc.m: Also accept images as input. | |
1356 | |
1357 * image/gray2ind.m: Handle image type other than double. | |
1358 Improve error checking and documentation. | |
1359 | |
7371 | 1360 2008-01-14 John W. Eaton <jwe@octave.org> |
1361 | |
7372 | 1362 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
1363 instead of calling tolower on first arg. Default font name is | |
1364 Helvetica, not helvetica. Don't downcase user-specified font name. | |
1365 (__maybe_munge_text__): Fix typo. | |
1366 | |
7371 | 1367 * optimization/sqp.m: Fix function definitions in test code. |
1368 | |
7361 | 1369 2008-01-12 John W. Eaton <jwe@octave.org> |
1370 | |
1371 * plot/gnuplot_binary.in: New file. | |
1372 * plot/gnuplot_binary.m: Delete. | |
1373 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
1374 (SOURCES_IN, GEN_M): New macros. | |
1375 (DISTFILES): Include $(SOURCES_IN) in the list. | |
1376 (FCN_FILES): Include $(GEN_M) in the list. | |
1377 (all): Depend on $(GEN_M). | |
1378 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 1379 (distclean): Also remove $(GEN_M). |
7361 | 1380 |
1381 2008-01-11 John W. Eaton <jwe@octave.org> | |
1382 | |
1383 * optimization/sqp.m: New test from example in doc string. | |
1384 | |
7360 | 1385 2008-01-10 Ben Abbott <bpabbott@mac.com> |
1386 | |
1387 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
1388 to more than one multiplicity group. | |
1389 | |
7358 | 1390 2008-01-10 John W. Eaton <jwe@octave.org> |
1391 | |
1392 * plot/gnuplot_binary.m: New file. | |
1393 * plot/Makefile.in (SOURCES): Add it to the list. | |
1394 | |
7355 | 1395 2008-01-09 John W. Eaton <jwe@octave.org> |
1396 | |
1397 * plot/drawnow.m: Fail if filename includes a directory part that | |
1398 does not exist. | |
1399 | |
7352 | 1400 2008-01-07 John W. Eaton <jwe@octave.org> |
1401 | |
1402 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
1403 Error if glob call fails to match any files. | |
1404 | |
7346 | 1405 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
1406 | |
1407 * strings/strtrim.m: Doc fix. | |
1408 | |
7345 | 1409 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
1410 | |
1411 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
1412 | |
7344 | 1413 2008-01-04 Soren Hauberg <hauberg@gmail.com> |
1414 | |
1415 * set/create_set.m, set/union.m: Accept "rows" argument. | |
1416 | |
7341 | 1417 2008-01-02 John W. Eaton <jwe@octave.org> |
1418 | |
1419 * plot/print.m: Correctly handle pbm terminal. | |
1420 | |
7340 | 1421 2007-12-28 John W. Eaton <jwe@octave.org> |
1422 | |
1423 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
1424 extensions. | |
1425 | |
7337 | 1426 2007-12-28 David Bateman <dbateman@free.fr> |
1427 | |
1428 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
1429 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
1430 * Makefile.in (SOURCES): Add to the sources. | |
1431 | |
1432 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
1433 | |
1434 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
1435 Remove unnecessary call of size function. | |
1436 | |
7334 | 1437 2007-12-21 John W. Eaton <jwe@octave.org> |
1438 | |
1439 Version 3.0.0 released. | |
1440 | |
7331 | 1441 2007-12-21 Soren Hauberg <hauberg@gmail.com> |
1442 | |
1443 * image/imshow.m: Accept empty value for display_range. | |
1444 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1445 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 1446 |
1447 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
1448 | |
7328 | 1449 2007-12-19 Soren Hauberg <hauberg@gmail.com> |
1450 | |
1451 * image/imshow.m: Store uint8 images as doubles. Handle default | |
1452 display ranges correctly. | |
1453 | |
7327 | 1454 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
1455 Peter A. Gustafson <petegus@umich.edu> | |
1456 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1457 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 1458 |
7325 | 1459 2007-12-19 John W. Eaton <jwe@octave.org> |
1460 | |
1461 * miscellaneous/edit.m: New function. | |
1462 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1463 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1464 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 1465 |
1466 * plot/__bar__.m: Handle "basevalue" option. | |
1467 * plot/__bars__.m: New arg, base_value. | |
1468 | |
7321 | 1469 2007-12-17 David Bateman <dbateman@free.fr> |
1470 | |
1471 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
1472 * plot/Makefiles (SOURCES): Add them to the sources | |
1473 * plot/polar.m: Set the x and y limits to the maximum polar | |
1474 radius. Set the axes to be square. | |
1475 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
1476 and print axis at zero if this is used. | |
1477 | |
1478 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
1479 contours can overlay pcolor plots. Priveldge no hidden line | |
1480 removal when there are multiple objects in the plot. | |
1481 | |
7320 | 1482 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
1483 | |
1484 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
1485 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
1486 | |
7319 | 1487 2007-12-17 Ben Abbott <bpabbott@mac.com> |
1488 | |
1489 * miscellaneous/run.m: Replace script with f when looking for | |
1490 file to run. | |
1491 | |
7316 | 1492 2007-12-14 David Bateman <dbateman@free.fr> |
1493 | |
7317 | 1494 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
1495 * plot/contour.m: Doc fix. | |
1496 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
1497 Include linetype in withclause. | |
1498 | |
7316 | 1499 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
1500 Use it to determine dimensions. Consolidate all 3-d settings. | |
1501 | |
7315 | 1502 2007-12-13 John W. Eaton <jwe@octave.org> |
1503 | |
1504 * image/imshow.m: Turn axis visibility off. | |
1505 Don't scale true color images. | |
1506 * image/image.m: Set axis layer property to "top". | |
1507 | |
7307 | 1508 2007-12-12 John W. Eaton <jwe@octave.org> |
1509 | |
7313 | 1510 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
1511 | |
1512 * plot/pie.m: Avoid calling "exist". | |
1513 | |
7309 | 1514 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 1515 Condense argument processing logic. Allow 6 arguments. |
1516 Use issquare. Avoid calling "exist". | |
7309 | 1517 |
7307 | 1518 * plot/__go_draw_axes__.m: Handle the axes layer property. |
1519 | |
7305 | 1520 2007-12-12 David Bateman <dbateman@free.fr> |
1521 | |
1522 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
1523 * plot/Makefile.in (SOURCES): Add to the sources. | |
1524 | |
7290 | 1525 2007-12-11 John W. Eaton <jwe@octave.org> |
1526 | |
7298 | 1527 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
1528 * plot/surface.m: Not here. | |
1529 | |
7297 | 1530 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
1531 subsequent "unset grid" if there is no grid. | |
1532 | |
7296 | 1533 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
1534 | |
7293 | 1535 * plot/surface.m: Don't set facecolor property in call to |
1536 __go_surface__. | |
1537 | |
7290 | 1538 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
1539 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
1540 | |
7292 | 1541 2007-12-11 Kai Habel <kai.habel@gmx.de> |
1542 | |
7295 | 1543 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
1544 color string is not taken as z value. | |
1545 | |
7292 | 1546 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
1547 zgrid to "on" and box to "off" for used axes. | |
1548 | |
1549 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
1550 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
1551 | |
7286 | 1552 2007-12-11 David Bateman <dbateman@free.fr> |
1553 | |
7288 | 1554 * miscelleaneous/fullfile.m: Ignore empty arguments. |
1555 | |
7287 | 1556 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
1557 * statistics/base/mode.m: Ditto. | |
1558 | |
7286 | 1559 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
1560 object handles are all now non integer. | |
1561 | |
7278 | 1562 2007-12-10 John W. Eaton <jwe@octave.org> |
1563 | |
7282 | 1564 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
1565 | |
7281 | 1566 * general/issymmetric.m: Use ' instead of .' for compatibility |
1567 with previous versions of Octave. | |
1568 * general/ishermitian.m: Delete. | |
7285 | 1569 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 1570 |
7280 | 1571 * plot/fplot.m: In N is not specified, increase initial number of |
1572 points from 3 and 5 to 5 and 8. | |
1573 | |
7279 | 1574 * signal/detrend.m: Move tests here from test/test_signal.m. |
1575 Loosen tolerance on first test from 10*eps to 20*eps. | |
1576 | |
7278 | 1577 * finance/rate.m: Don't request info from fsolve. |
1578 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1579 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 1580 |
1581 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
1582 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
1583 | |
7276 | 1584 2007-12-10 David Bateman <dbateman@free.fr> |
1585 | |
1586 * image/image.m: Rewritten to allow trailing properties to be | |
1587 passed to underlying image object. | |
1588 * image/__img__.m: Pass additional arguments to __go_image__. | |
1589 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
1590 | |
7274 | 1591 2007-12-10 John W. Eaton <jwe@octave.org> |
1592 | |
1593 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
1594 front" to gnuplot. | |
1595 | |
7271 | 1596 2007-12-10 David Bateman <dbateman@free.fr> |
1597 | |
7274 | 1598 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 1599 border front" from images. |
7274 | 1600 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
1601 * plot/pcolor.m: Set axis "box" property. | |
1602 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
1603 Mark as commands. | |
7271 | 1604 |
7269 | 1605 2007-12-07 David Bateman <dbateman@free.fr> |
1606 | |
1607 * plot/surf.m: Don't set facecolor property. | |
1608 | |
7265 | 1609 2007-12-06 John W. Eaton <jwe@octave.org> |
1610 | |
7269 | 1611 * plot/print.m: Pass mono to drawnow. |
1612 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
1613 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
1614 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
1615 disable color specifications. | |
1616 | |
7265 | 1617 * general/issymmetric.m: Move tests here from test/test_number.m |
1618 | |
1619 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
1620 | |
1621 * general/issymmetric.m: To keep its argument sparse and the | |
1622 function quick, use the infinity norm rather than the 2-norm. | |
1623 Also measure the symmetric part rather than the Hermitian part. | |
1624 * general/ishermitian.m: New file. Measure the Hermitian part. | |
1625 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
1626 | |
7248 | 1627 2007-12-04 John W. Eaton <jwe@octave.org> |
1628 | |
7257 | 1629 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
1630 text and label commands if font is "*". | |
1631 | |
7248 | 1632 * linear-algebra/krylov.m: Doc fixes. |
1633 From Marco Caliari <caliari@sci.univr.it>. | |
1634 | |
7250 | 1635 2007-12-04 Kai Habel <kai.habel@gmx.de> |
1636 | |
1637 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
1638 Add "## PKG_ADD: mark_as_command axis" line. | |
1639 | |
7245 | 1640 2007-12-03 John W. Eaton <jwe@octave.org> |
1641 | |
1642 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
1643 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
1644 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
1645 Generate demos from examples. | |
1646 | |
7240 | 1647 2007-12-03 David Bateman <dbateman@free.fr> |
1648 | |
7243 | 1649 * testfun/test.m: Disable "testif" test block to avoid spurious |
1650 skipped test for "make check". Avoid printing variables for | |
1651 skipped tests. | |
1652 | |
7242 | 1653 * testfun/test.m: Add "testif" type to allow for conditional tests. |
1654 | |
7240 | 1655 * plot/plotyy.m: Use activepositionproperty property of axes |
1656 object. Set second axis color to "none". | |
1657 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
1658 property of the axis objects. | |
1659 | |
7239 | 1660 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
1661 | |
1662 * linear-algebra/condest.m: Loosen tolerance in test. | |
1663 | |
7236 | 1664 2007-12-02 John W. Eaton <jwe@octave.org> |
1665 | |
1666 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
1667 get_data_limits. | |
1668 | |
7222 | 1669 2007-11-30 John W. Eaton <jwe@octave.org> |
1670 | |
1671 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
1672 (get_data_limits, get_axis_limits): Delete. | |
1673 | |
7228 | 1674 2007-11-30 David Bateman <dbateman@free.fr> |
1675 | |
7235 | 1676 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
1677 | |
7228 | 1678 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
1679 tick labels rather than one by one on the labels themselves. | |
1680 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
1681 95% crossing fixed. | |
1682 | |
7217 | 1683 2007-11-29 David Bateman <dbateman@free.fr> |
1684 | |
7220 | 1685 * plot/pareto.m: New file. |
1686 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1687 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
1688 marks to avoid gnuplot error about formating. More colorspec to | |
1689 after the tics. | |
1690 * plot/plotyy.m: More generic check for appropriate axis color. | |
1691 | |
7217 | 1692 * plot/__stem__.m: New file based on old stem.m expanded to treat |
1693 2- and 3-D. | |
1694 * plot/stem3.m: New function. | |
1695 * plot/Makefile.in (SOURCES): Add them to the sources. | |
1696 * plot/stem.m: Adapt to use __stem__. | |
1697 | |
7216 | 1698 2007-11-29 John W. Eaton <jwe@octave.org> |
1699 | |
1700 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
1701 plot/surf.m, plot/surface.m: Don't return handle value unless | |
1702 requested. | |
1703 | |
1704 * plot/patch.m: Omit isnan check on handle returned from | |
1705 __plt_get_axis_arg__. | |
1706 | |
1707 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
1708 but has no axes. | |
1709 | |
7215 | 1710 2007-11-28 David Bateman <dbateman@free.fr> |
1711 | |
1712 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
1713 ancestor. If leading argument is logical set variable nogca to see | |
1714 if gca() should be called if there is no active handle found. | |
1715 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
1716 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
1717 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
1718 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
1719 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
1720 __plt__get_axis_arg__ to find axis handle. | |
1721 * polar.m: Typo. | |
1722 | |
7213 | 1723 2007-11-28 John W. Eaton <jwe@octave.org> |
1724 | |
1725 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
1726 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1727 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 1728 |
1729 * plot/drawnow.m: Fix typo. | |
1730 | |
7206 | 1731 2007-11-27 David Bateman <dbateman@free.fr> |
1732 | |
7207 | 1733 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
1734 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
1735 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
1736 | |
1737 * plot/meshz.m: New function. | |
1738 * plot/Makefile.in (SOURCES): Add it to the list. | |
1739 * plot/surface.m: Allow surface to accept an axis handle as the | |
1740 first argument. | |
1741 * plot/meshc.m: Extract z from the the surface object rather than | |
1742 varargin so that we can rely on code in surface to treat leading | |
1743 axis handles. | |
1744 | |
7206 | 1745 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
1746 y2tics" in the case of a plotyy plot. | |
1747 * plot/plotyy.m: ensure the position property is set correct for | |
1748 the second axis, by setting it after the plot itself. In the case | |
1749 of a plot that returns multiple handles, base the color selection | |
1750 on the first. | |
1751 | |
7204 | 1752 2007-11-27 Kai Habel <kai.habel@gmx.de> |
1753 | |
1754 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
1755 z-value of vertex 'c3'. | |
1756 | |
7203 | 1757 2007-11-27 John W. Eaton <jwe@octave.org> |
1758 | |
1759 * image/image.m: Allow nargin == 0 case to work again. | |
1760 | |
7202 | 1761 2007-11-27 David Bateman <dbateman@free.fr> |
1762 | |
1763 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
1764 colorbar, to ensure that the colorbar is on the canvas for png and | |
1765 postscipt outputs. | |
1766 | |
7189 | 1767 2007-11-26 David Bateman <dbateman@free.fr> |
1768 | |
7197 | 1769 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
1770 return values. | |
1771 | |
7194 | 1772 * plot/plotyy.m: New function |
1773 * plot/Makefile.in (SOURCES): Add it here. | |
1774 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
1775 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
1776 {x|y}label to respect the axis position. | |
1777 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
1778 handle as the first argument. | |
1779 | |
7192 | 1780 * pkg/pkg.m (pkg:install): When loading the installed packages |
1781 index into installed_pkgs_lst and not descriptions.. | |
1782 | |
7189 | 1783 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
1784 * plot/Makefile.in (SOURCES): Add them to the sources. | |
1785 * plot/quiver.m: Modify to use __quiver__.m. | |
1786 | |
1787 * plot/hist.m: Avoid saturation when the x values are in an | |
1788 inetger type. | |
1789 | |
1790 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
1791 | |
1792 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
1793 functions. | |
1794 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
1795 | |
1796 2007-11-26 David Bateman <dbateman@free.fr> | |
1797 | |
1798 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
1799 extent. | |
1800 | |
1801 * plot/colorbar.m: New function. | |
1802 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1803 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
1804 precalculate the clim, set pm3d except for mesh. | |
1805 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
1806 save the real values so that colorbar corresponds to the contour | |
1807 levels. | |
1808 | |
1809 * plot/stem.m: Set marker color the same as the line color. Draw | |
1810 a single discontinous line object for the stems. | |
1811 | |
1812 * plot/sphere.m: New function ported from JHandles. | |
1813 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1814 | |
1815 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
1816 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
1817 to get enhanced mode to work correctly for the X11 terminal. | |
1818 | |
1819 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
1820 the reverse. Allow an axes handle to be passed and/or returned. | |
1821 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
1822 | |
1823 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
1824 sort surface patches by their depth and not the order they are | |
1825 rendered in. | |
1826 | |
1827 * plot/__patch__.m: Set clim correctly. | |
1828 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
1829 the marker color is determined by the cmap. | |
1830 * plot/scatter.m: New function to 2D scatter plots. | |
1831 * plot/scatter3.m: New function to 3D scatter plots. | |
1832 * plot/__scatter__.m: Support function for scatter plots | |
1833 * Makefile.in (SOURCES): Ad dnew functions here. | |
1834 | |
1835 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
1836 Return whether the terminal supports enhanced text or not. | |
1837 (drawnow:enhanced_term): New sub-function to determine if terminal | |
1838 supports enhanced mode. | |
1839 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
1840 __go_draw_axes__. | |
1841 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
1842 needed to support the enhanced mode. | |
1843 * plot/print.m: Remove "enhanced" option as this is now treated in | |
1844 drawnow.m. | |
1845 | |
1846 | |
1847 * plot/caxis.m: New function to control the color axis limits. | |
1848 * plot/Makefile.in (SOURCES): Include it. | |
1849 * plot/axis.m: Allow the first argument to be an axes handle. | |
1850 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
1851 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
1852 caxis limits. | |
1853 | |
1854 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
1855 * image/Makefile.in (SOURCES): Include it. | |
1856 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
1857 of the bars for the colormap. | |
1858 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
1859 passed. | |
1860 * plot/__contour.m: Avoid possible divide by zero error. | |
1861 * plot/contour.m: Missing semicolon. | |
1862 * plot/surface.m: Don't attempt to set additional arguments if | |
1863 there are none. | |
1864 * plot/Makefile.in (SOURCES): Include __bars__.m | |
1865 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1866 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 1867 |
1868 * plot/__bar__.m: put bar creation code into separate function | |
1869 to allow easy hook up from other graphic backends | |
1870 | |
1871 * plot/__bars__.m: new function containing bar creation code | |
1872 | |
7186 | 1873 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
1874 | |
1875 * general/accumarray.m: Correct dimension check. | |
1876 | |
7183 | 1877 2007-11-26 John W. Eaton <jwe@octave.org> |
1878 | |
1879 * polynomial/residue.m: Prepad along second dimension. | |
1880 From Doug Stewart <dastew@sympatico.ca>. | |
1881 | |
7181 | 1882 2007-11-26 Kai Habel <kai.habel@gmx.de> |
1883 | |
7183 | 1884 * plot/cylinder.m, plot/slice.m: New functions. |
1885 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 1886 |
7177 | 1887 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
1888 | |
1889 * plot/patch.m: Handle arg may also be hggroup object. | |
1890 Use ancestor to find parent axes object. | |
1891 | |
7175 | 1892 2007-11-14 David Bateman <dbateman@free.fr> |
1893 | |
1894 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
1895 flag to patch that it is not closed. Allow z to take string | |
1896 arguments and use it to flag that the contours are placed at the | |
1897 z level of the contour itself. | |
1898 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
1899 objects as well. Let hidden removal take precedence in case of a | |
1900 conflict. | |
1901 * plot/surface.m: Allow surface to treat handles being passed or | |
1902 returned. Any additional arguments arr used to set the surface | |
1903 handle. | |
1904 * plot/contour3.m: New function | |
1905 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1906 | |
7173 | 1907 2007-11-14 John W. Eaton <jwe@octave.org> |
1908 | |
1909 * specfun/bessel.m: Update doc string from | |
1910 src/DLD-FUNCTIONS/besselj.cc. | |
1911 | |
7170 | 1912 2007-11-12 David Bateman <dbateman@free.fr> |
1913 | |
1914 * plot/contour.m: Allow handles to be passed and returned. Split | |
1915 the countour function itself into __contour__.m to be shared with | |
1916 surfc and meshc. | |
1917 * plot/__contour__.m: New file | |
1918 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1919 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
1920 the face or edge if the facecolor or edge color are marked as | |
1921 "none". Allow the edgecolor to be determined by the cdata in the | |
1922 same manner as the facecolor. Fail if facecolor is not "none" and | |
1923 a 3-D plot is desired, rather than ignoring zdata. Make the | |
1924 storage of 3D/4D data consistent between line, surface and patch | |
1925 objects. | |
1926 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
1927 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 1928 |
1929 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
1930 Handle fontweight and fontangle properties. | |
1931 | |
7163 | 1932 2007-11-12 Kai Habel <kai.habel@gmx.de> |
1933 | |
1934 * plot/spinmap.m, plot/ribbon.m: New functions. | |
1935 * plot/Makefile.in (SOURCES): Add them to the list. | |
1936 | |
1937 2007-11-12 John W. Eaton <jwe@octave.org> | |
1938 | |
1939 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
1940 Use it to avoid duplicated code. | |
1941 | |
7161 | 1942 2007-11-12 David Bateman <dbateman@free.fr> |
1943 | |
7162 | 1944 * plot/title.m: Fix return value for nargout > 0. |
1945 | |
1946 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
1947 specified for the title, xlabel, ylabel and text objects. | |
1948 | |
7161 | 1949 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
1950 4.0 and surface plots. | |
1951 | |
7160 | 1952 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
1953 | |
1954 * plot/__patch__.m: Fix computation of faces when patch is defined | |
1955 with X/Y/Z data. | |
1956 | |
7146 | 1957 2007-11-09 John W. Eaton <jwe@octave.org> |
1958 | |
7152 | 1959 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 1960 Correct logic in setting palette data. |
7152 | 1961 |
7151 | 1962 * audio/wavread.m, control/base/__bodquist__.m, |
1963 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
1964 control/system/c2d.m, control/system/is_detectable.m, | |
1965 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
1966 control/system/tfout.m, general/isdefinite.m, | |
1967 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
1968 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
1969 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
1970 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
1971 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
1972 testfun/test.m: Use specific end keywords. | |
1973 | |
7146 | 1974 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
1975 | |
1976 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
1977 | |
1978 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
1979 Don't change view if hold is on. | |
1980 | |
7142 | 1981 2007-11-09 David Bateman <dbateman@free.fr> |
1982 | |
7149 | 1983 * plot/hidden.m: New function. |
1984 * plot/Makefile.in (SOURCES): Add it here. | |
1985 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
1986 line removal. | |
1987 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
1988 removal and if it is "none" don't do hidden line removal. | |
1989 | |
7148 | 1990 * plot/legend.m: Also allow labels for surface and patch types. |
1991 * plot/__bar__.m: Split into separate patch pbjects to allow | |
1992 setting of the legend. | |
1993 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
1994 objects as well. | |
1995 | |
7146 | 1996 * plot/area.m, plot/__area__.m: New functions |
1997 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
1998 | |
7142 | 1999 * plot/patch.m: Correctly handle case of axis handle as first arg. |
2000 | |
7144 | 2001 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
2002 | |
2003 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
2004 | |
7131 | 2005 2007-11-08 John W. Eaton <jwe@octave.org> |
2006 | |
7133 | 2007 * control/base/dcgain.m, control/base/dre.m, |
2008 control/base/impulse.m, control/base/step.m, | |
2009 control/system/dmr2d.m, control/system/ord2.m, | |
2010 control/system/sys2ss.m, control/system/sysdimensions.m, | |
2011 control/system/sysgetsignals.m, control/system/sysout.m, | |
2012 control/system/tfout.m, control/system/ugain.m, | |
2013 control/system/zpout.m, control/util/strappend.m: | |
2014 Don't fail with usage message if nargout is too large. | |
2015 | |
7131 | 2016 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
2017 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
2018 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 2019 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
2020 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
2021 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
2022 control/obsolete/rotg.m, control/obsolete/series.m, | |
2023 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
2024 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 2025 control/system/__syschnamesl__.m, |
2026 control/system/__syscont_disc__.m, | |
2027 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
2028 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
2029 control/system/abcddim.m, control/system/buildssic.m, | |
2030 control/system/c2d.m, control/system/cellidx.m, | |
2031 control/system/d2c.m, control/system/dmr2d.m, | |
2032 control/system/fir2sys.m, control/system/is_abcd.m, | |
2033 control/system/is_controllable.m, control/system/is_detectable.m, | |
2034 control/system/is_digital.m, control/system/is_observable.m, | |
2035 control/system/is_stabilizable.m, control/system/is_stable.m, | |
2036 control/system/jet707.m, control/system/listidx.m, | |
2037 control/system/parallel.m, control/system/ss.m, | |
2038 control/system/ss2sys.m, control/system/ss2zp.m, | |
2039 control/system/starp.m, control/system/sys2ss.m, | |
2040 control/system/sys2tf.m, control/system/sys2zp.m, | |
2041 control/system/sysadd.m, control/system/sysappend.m, | |
2042 control/system/sysconnect.m, control/system/syscont.m, | |
2043 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 2044 control/system/sysdup.m, control/system/sysgetsignals.m, |
2045 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 2046 control/system/sysmult.m, control/system/sysout.m, |
2047 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 2048 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 2049 control/system/syssub.m, control/system/sysupdate.m, |
2050 control/system/tf.m, control/system/tf2ss.m, | |
2051 control/system/tf2sys.m, control/system/tfout.m, | |
2052 control/system/zp.m, control/system/zp2ss.m, | |
2053 control/system/zp2sys.m, control/system/zp2tf.m, | |
2054 control/system/zpout.m, control/util/__outlist__.m, | |
2055 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
2056 control/util/prompt.m, control/util/sortcom.m, | |
2057 control/util/zgfmul.m, control/util/zgfslv.m, | |
2058 control/util/zginit.m, control/util/zgreduce.m, | |
2059 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 2060 |
7130 | 2061 2007-11-08 David Bateman <dbateman@free.fr> |
2062 | |
2063 * plot/quiver.m: Fix arrowheads. | |
2064 | |
7128 | 2065 2007-11-07 Ben Abbott <bpabbott@mac.com> |
2066 | |
2067 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 2068 Handle "rows" argument. New tests. |
7128 | 2069 (cell_ismember): New function. |
2070 | |
7127 | 2071 2007-11-07 John W. Eaton <jwe@octave.org> |
2072 | |
2073 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
2074 control/base/__stepimp__.m, control/base/are.m, | |
2075 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
2076 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
2077 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
2078 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
2079 control/base/ltifr.m, control/base/nichols.m, | |
2080 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
2081 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
2082 Style fixes. | |
2083 | |
7125 | 2084 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
2085 | |
2086 * control/base/bode_bounds.m, control/base/dgram.m, | |
2087 control/base/dlyap.m, control/base/freqchkw.m, | |
2088 control/base/gram.m, control/base/place.m, | |
2089 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
2090 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
2091 control/system/is_signal_list.m, control/system/ss2tf.m, | |
2092 control/system/sys2fir.m, control/system/sysgettsam.m, | |
2093 control/system/sysgettype.m, control/system/sysreorder.m, | |
2094 control/system/tf2sys.m, control/system/zp2tf.m, | |
2095 control/util/axis2dlim.m, control/util/swap.m, | |
2096 control/util/zgfmul.m, control/util/zgfslv.m, | |
2097 control/util/zginit.m, control/util/zgreduce.m, | |
2098 control/util/zgrownorm.m, control/util/zgscal.m, | |
2099 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
2100 geometry/inpolygon.m, linear-algebra/housh.m, | |
2101 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
2102 miscellaneous/run.m, quaternion/qconj.m, | |
2103 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
2104 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
2105 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
2106 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
2107 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
2108 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
2109 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
2110 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
2111 statistics/distributions/empirical_cdf.m, | |
2112 statistics/distributions/empirical_inv.m, | |
2113 statistics/distributions/empirical_pdf.m, | |
2114 statistics/models/logistic_regression_derivatives.m, | |
2115 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
2116 | |
7118 | 2117 2007-11-07 David Bateman <dbateman@free.fr> |
2118 | |
7120 | 2119 * general/gradient.m: Correctly convert deltax and deltay scalar |
2120 values are scalars to vectors. | |
2121 | |
7119 | 2122 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
2123 the meshc.m function. | |
2124 * plot/meshc.m: Also use the surface function. | |
2125 | |
7120 | 2126 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 2127 * plot/Makefile.in (SOURCES): Add them to the list. |
2128 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
2129 | |
7117 | 2130 2007-11-07 Michael Zeising <michael@michaels-website.de> |
2131 | |
2132 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
2133 | |
7115 | 2134 2007-11-07 John W. Eaton <jwe@octave.org> |
2135 | |
2136 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
2137 the data limits are infinite. | |
2138 (get_data_limits): Don't do anything if xdat or tx are empty. | |
2139 (get_axis_limits): Don't do anything if min_val or max_val are | |
2140 infinite. | |
2141 | |
7112 | 2142 2007-11-06 David Bateman <dbateman@free.fr> |
2143 | |
2144 * plot/hist.m: Pass any additional arguments to bar for | |
2145 treatment. Create a default x value that is always a vector. | |
2146 | |
7111 | 2147 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
2148 | |
2149 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
2150 when calling ./configure and add quotes to preserve spaces. | |
7109 | 2151 |
2152 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
2153 | |
2154 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
2155 New files. | |
2156 * plot/mesh.m: Call surface to do the real work. | |
2157 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
2158 properties. | |
2159 | |
2160 * image/colormap.m: Also return current colormap if nargout and | |
2161 nargin are both 0. | |
2162 | |
7106 | 2163 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
2164 | |
2165 * startup/inputrc: Delete key bindings starting with \340 code. | |
2166 | |
7112 | 2167 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 2168 |
2169 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
2170 to avoid issues of over- and underflow. From Rolf Fabian | |
2171 <Rolf.Fabian@gmx.de>. | |
2172 | |
7097 | 2173 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
2174 | |
2175 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
2176 help texts. | |
2177 | |
7096 | 2178 2007-11-02 Kai Habel <kai.habel@gmx.de> |
2179 | |
2180 * plot/bar.m, plot/barh.m: Doc fix. | |
2181 | |
7094 | 2182 2007-10-31 John W. Eaton <jwe@octave.org> |
2183 | |
2184 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
2185 | |
7086 | 2186 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
2187 | |
2188 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
2189 objects and legend objects are implemented with a separate axes | |
2190 object. | |
2191 | |
7078 | 2192 2007-10-30 David Bateman <dbateman@free.fr> |
2193 | |
7081 | 2194 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
2195 | |
7078 | 2196 * plot/__go_draw_axes__.m (do_linestyle_command): |
2197 Use point type 0 for ".". | |
2198 | |
7073 | 2199 2007-10-26 John W. Eaton <jwe@octave.org> |
2200 | |
7074 | 2201 * image/imshow.m: Improve compatibility. |
2202 * image/image.m: Return handle if nargou > 0. | |
2203 | |
7073 | 2204 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
2205 | |
7069 | 2206 2007-10-25 John W. Eaton <jwe@octave.org> |
2207 | |
2208 * miscellaneous/compare_versions.m: Style fixes. | |
2209 | |
7060 | 2210 2007-10-24 John W. Eaton <jwe@octave.org> |
2211 | |
7061 | 2212 * image/saveimage.m: Use functional form of save instead of eval. |
2213 Use -text instead of -ascii. | |
2214 | |
7060 | 2215 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
2216 | |
7054 | 2217 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
2218 | |
2219 * plot/legend.m: Also extract location string from varargin (lost | |
2220 when 2007-10-08 patch was applied). | |
2221 | |
7049 | 2222 2007-10-23 David Bateman <dbateman@free.fr> |
2223 | |
2224 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
2225 miscellaneous/what.m: New functions | |
2226 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
2227 functions. | |
2228 | |
7045 | 2229 2007-10-22 David Bateman <dbateman@free.fr> |
2230 | |
2231 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
2232 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
2233 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
2234 | |
7042 | 2235 2007-10-19 Kai Habel <kai.habel@gmx.de> |
2236 | |
2237 * plot/contourf.m: New function. | |
2238 * plot/Makefile.in (SOURCES): Add it to the list. | |
2239 | |
7040 | 2240 2007-10-19 John W. Eaton <jwe@octave.org> |
2241 | |
2242 * plot/subplot.m: Doc fix. | |
2243 | |
7039 | 2244 2007-10-19 David Bateman <dbateman@free.fr> |
2245 | |
7041 | 2246 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 2247 |
7037 | 2248 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
2249 | |
2250 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
2251 output. | |
2252 | |
7031 | 2253 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
2254 | |
2255 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
2256 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
2257 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
2258 control/system/syssetsignals.m, control/base/lqg.m, | |
2259 strings/str2double.m, control/system/sysscale.m, | |
2260 control/hinf/hinfdemo.m, general/cplxpair.m: | |
2261 Make help text fit on pages when using smallbook. | |
2262 | |
7028 | 2263 2007-10-15 David Bateman <dbateman@free.fr> |
2264 | |
7032 | 2265 * plot/print.m: Call drawnow before printing to ensure the plot is |
2266 on the screen. | |
2267 | |
7028 | 2268 * testfun/test.m: In error/warning blocks test for an error before |
2269 a warning to avoid unexpected failures. | |
2270 | |
7027 | 2271 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
2272 | |
2273 * testfun/assert.m: Correct documentation of absolution versus | |
2274 relative error tolerance and add tests. | |
2275 | |
7024 | 2276 2007-10-14 David Bateman <dbateman@free.fr> |
2277 | |
2278 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
2279 src directory. | |
2280 * plot/Makefile.in (SOURCES): Add fill.m. | |
2281 | |
7020 | 2282 2007-10-13 David Bateman <dbateman@free.fr> |
2283 | |
2284 * plot/__patch__.m: Allow multiple patches to be defined and | |
2285 return a single patch object. Allow Faces/Vertices form of | |
2286 patch. Flag failure so the patch can call print_usage. | |
2287 * plot/patch.m: Update help string for Faces/Vertices | |
2288 call. Respect the fail flag returned by __patch__. Add demo code | |
2289 that tests the functionality of patch. | |
2290 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
2291 patch object. | |
2292 * plot/fill.m: New function. | |
2293 | |
7016 | 2294 2007-10-12 John W. Eaton <jwe@octave.org> |
2295 | |
2296 * Change copyright notices in all files that are part of Octave to | |
2297 GPLv3 or any later version. | |
2298 | |
7012 | 2299 2007-10-11 John W. Eaton <jwe@octave.org> |
2300 | |
2301 * plot/__go_draw_axes__.m (get_axis_limits): | |
2302 Return lim = [] if logscale and no positive values. | |
2303 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
2304 Set initial min and min positive values to Inf, max values to -Inf. | |
2305 (get_data_limits): Correctly handle xminp when no positive values | |
2306 are found. | |
2307 | |
7011 | 2308 2007-10-11 Ben Abbott <bpabbott@mac.com> |
2309 | |
2310 * polynomial/residue.m: New optional input for pole multiplicity. | |
2311 Doc fix. Fix tests. | |
2312 | |
7010 | 2313 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
2314 | |
2315 * toplev.cc (Foctave_config_info): Add field "mac". | |
2316 | |
2317 * miscellaneous/ismac.m: New function. | |
2318 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2319 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
2320 | |
7009 | 2321 2007-10-11 Arno Onken <asnelt@asnelt.org> |
2322 | |
2323 * statistics/distributions/hygernd.m: Allow size to be specified | |
2324 as a scalar. Handle three argument case. Allow T, M, and N to be | |
2325 scalars or matrices of a common size. | |
2326 | |
7007 | 2327 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
2328 | |
2329 * control/csrefcard.lt, control/system/is_detectable.m, | |
2330 control/system/sysgroup.m, geometry/voronoin.m, | |
2331 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
2332 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
2333 statistics/distributions/binornd.m, | |
2334 statistics/distributions/cauchy_rnd.m, | |
2335 statistics/distributions/chi2rnd.m, | |
2336 statistics/distributions/discrete_rnd.m, | |
2337 statistics/distributions/exprnd.m, | |
2338 statistics/distributions/frnd.m, | |
2339 statistics/distributions/gamrnd.m, | |
2340 statistics/distributions/geornd.m, | |
2341 statistics/distributions/laplace_rnd.m, | |
2342 statistics/distributions/logistic_rnd.m, | |
2343 statistics/distributions/lognrnd.m, | |
2344 statistics/distributions/nbinrnd.m, | |
2345 statistics/distributions/normrnd.m, | |
2346 statistics/distributions/poissrnd.m, | |
2347 statistics/distributions/stdnormal_rnd.m, | |
2348 statistics/distributions/trnd.m, | |
2349 statistics/distributions/unifrnd.m, | |
2350 statistics/distributions/wblrnd.m: Spelling fixes. | |
2351 | |
7005 | 2352 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
2353 | |
2354 * time/tic.m: New optional output value. | |
2355 | |
2356 * general/int2str.m: Doc fix. | |
2357 | |
7002 | 2358 2007-10-10 Arno Onken <asnelt@asnelt.org> |
2359 | |
2360 * statistics/distributions/hygecdf.m, | |
2361 statistics/distributions/hygeinv.m, | |
2362 statistics/distributions/hygepdf.m, | |
2363 statistics/distributions/hygernd.m: | |
2364 Swap order of T and M args for compatibility. | |
2365 | |
7001 | 2366 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
2367 | |
2368 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
2369 control/system/buildssic.m, control/system/c2d.m, | |
2370 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
2371 control/system/ss2sys.m, control/system/ss2tf.m, | |
2372 control/system/syscont.m, control/system/sysdimensions.m, | |
2373 control/system/sysdisc.m, control/system/sysmult.m, | |
2374 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
2375 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
2376 general/interp1.m, general/interp2.m, general/interp3.m, | |
2377 general/interpft.m, general/interpn.m, general/polyarea.m, | |
2378 general/rat.m, general/structfun.m, general/trapz.m, | |
2379 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
2380 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
2381 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
2382 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
2383 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
2384 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
2385 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
2386 statistics/base/meansq.m, statistics/base/var.m, | |
2387 statistics/tests/chisquare_test_independence.m, | |
2388 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
2389 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
2390 testfun/test.m: Spelling fixes. | |
2391 | |
6998 | 2392 2007-10-10 Ben Abbott <bpabbott@mac.com> |
2393 | |
2394 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
2395 | |
6997 | 2396 2007-10-10 John W. Eaton <jwe@octave.org> |
2397 | |
2398 * general/num2str.m: Always allow for sign for automatically | |
2399 computed format widths. | |
2400 | |
6988 | 2401 2007-10-09 David Bateman <dbateman@free.fr> |
2402 | |
2403 * plot/patch.m: Accept a handle as the first argument. | |
2404 | |
6987 | 2405 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
2406 | |
7010 | 2407 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 2408 |
6985 | 2409 2007-10-09 John W. Eaton <jwe@octave.org> |
2410 | |
2411 * audio/wavwrite.m: Accept arguments in compatible order. | |
2412 | |
6979 | 2413 2007-10-08 David Bateman <dbateman@free.fr> |
2414 | |
2415 * general/interp2.m: Relax test for values outside the grid to | |
2416 allow monotonically decreasing abscissa as well. | |
2417 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2418 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 2419 |
2420 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
2421 as output parameter. | |
2422 | |
6977 | 2423 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
2424 | |
2425 * plot/__go_draw_axes__.m, plot/legend.m: | |
2426 Handle compatible position specifiers as strings. | |
2427 | |
6975 | 2428 2007-10-08 John Swensen <jpswensen@comcast.net> |
2429 | |
2430 * general/num2str.m: Eliminate extra whitespace in output. | |
2431 * strings/strtrim.m: New function. | |
2432 * strings/Makefile.in (SOURCES): Add it to the list. | |
2433 | |
6968 | 2434 2007-10-06 John W. Eaton <jwe@octave.org> |
2435 | |
2436 * polynomial/residue.m: New test from test/test_poly.m. | |
2437 | |
6967 | 2438 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
2439 | |
2440 * image/saveimage.m: Handle saving color images without a colormap. | |
2441 * image/__img_via_file__.m: Add missing semicolon. | |
2442 | |
2443 2007-10-06 Bill Denney <wsloand@gmail.com> | |
2444 | |
7010 | 2445 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 2446 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
2447 | |
6965 | 2448 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
2449 | |
2450 * plot/print.m: Handle svg output type. Accept new -S option to | |
2451 specify size for PNG and SVG output types. | |
2452 | |
2453 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 2454 |
2455 * polynomial/mpoles.m: New function. | |
2456 * polynomial/residue.m: Modified to behave in reciprocal | |
2457 manner. No longer compute 4th output, "e". No longer accept | |
2458 tolerance input. Explicitly set tolerance parameter to 0.001. | |
2459 Respect maximum relative difference in poles when determining | |
2460 their multiplicity. Use mpoles to determine the multiplicity of | |
2461 poles. | |
2462 | |
6963 | 2463 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
2464 | |
2465 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
2466 for surface plots. | |
2467 | |
6962 | 2468 2007-10-05 John W. Eaton <jwe@octave.org> |
2469 | |
2470 * plot/__next_line_color__.m: Get color_rotation from axes | |
2471 colororder property. | |
2472 | |
6953 | 2473 2007-10-03 John W. Eaton <jwe@octave.org> |
2474 | |
6955 | 2475 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
2476 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
2477 | |
6953 | 2478 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
2479 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
2480 special for __vnorm__. | |
2481 | |
6951 | 2482 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
2483 | |
6952 | 2484 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 2485 |
6950 | 2486 2007-10-03 David Bateman <dbateman@free.fr> |
2487 | |
2488 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
2489 if a file is architecture dependent based on a list of file | |
2490 extensions. | |
2491 (configure_make): Simplify the search for architecture dependent | |
2492 files based on this function. | |
2493 (load_pakages_and_dependencies): Also look for bin directory in | |
2494 the architecture dependent directory. | |
2495 | |
6947 | 2496 2007-10-03 John W. Eaton <jwe@octave.org> |
2497 | |
2498 * miscellaneous/dir.m: Create empty struct with field names. | |
2499 Include datenum in struct. | |
2500 | |
6943 | 2501 2007-10-02 David Bateman <dbateman@free.fr> |
2502 | |
2503 * miscellaneous/ls.m: If nargout return string array of files | |
2504 returned by ls. | |
2505 | |
6942 | 2506 2007-10-01 John W. Eaton <jwe@octave.org> |
2507 | |
2508 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
2509 range values. | |
2510 | |
6937 | 2511 2007-10-01 David Bateman <dbateman@free.fr> |
2512 | |
7010 | 2513 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 2514 speed with small vectors. |
6937 | 2515 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
2516 rather than OCTAVE_HOME(). | |
2517 | |
6935 | 2518 2007-09-30 Ben Abbott <bpabbott@mac.com> |
2519 | |
2520 * plot/findobj.m: New function. | |
2521 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
2522 | |
6925 | 2523 2007-09-26 David Bateman <dbateman@free.fr> |
2524 | |
2525 * pkg/pkg.m: Add second argument to setting for prefix for | |
2526 architecture dependent files. Use throughout. | |
2527 (pkg:issuperuser): New function, use through to check for | |
2528 root user. | |
2529 (pkg:getarchprefix): function to give the archiecture dependent | |
2530 prefix for a package. | |
2531 (pkg:getarchdir): New function giving location of architetcure | |
2532 dependent directory. Use through out. | |
2533 (pkg:install): Treat architecture dependent directory separately | |
2534 as in might not be a sub-directory of the package directory. | |
2535 (pkg:uninstall): ditto. | |
2536 (pkg:create_pkgadddel): Check for global or local install for | |
2537 architecture dependent directory. | |
2538 (pkg:finish_installation): ditto. | |
2539 (pkg:write_INDEX): ditto. | |
2540 (pkg:load_packages_and_dependencies): ditto. | |
2541 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
2542 files to a new location if user is root. | |
2543 (pkg:rm_rf): Check if file or directory exists before removing. | |
2544 (pkg:dirempty): Check if directory exists before checking. | |
2545 | |
2546 * plot/___patch__.m: Allow face colors to be passed as strings | |
2547 | |
2548 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
2549 needed for calls to "hold" without an argument. | |
2550 | |
6920 | 2551 2007-09-21 John W. Eaton <jwe@octave.org> |
2552 | |
6921 | 2553 * optimization/sqp.m: Fix typo. |
2554 | |
6920 | 2555 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
2556 | |
6919 | 2557 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
2558 | |
2559 * control/hinf/h2norm: Compute d*d', not d'*d. | |
2560 | |
6918 | 2561 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
2562 | |
2563 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
2564 unidpdf.m and unidinv.m | |
2565 | |
6914 | 2566 2007-09-18 John W. Eaton <jwe@octave.org> |
2567 | |
2568 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
2569 (do_tics_1): Set numeric axes formats to "%.15g". | |
2570 | |
6912 | 2571 2007-09-18 David Bateman <dbateman@free.fr> |
2572 | |
2573 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
2574 of %g when writing data. | |
2575 | |
6908 | 2576 2007-09-17 John W. Eaton <jwe@octave.org> |
2577 | |
2578 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
2579 | |
6903 | 2580 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
2581 | |
2582 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
2583 noninteger N with N-K < 1. | |
2584 | |
6901 | 2585 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
2586 | |
2587 * strings/index.m: Correct for strings differing after the third | |
2588 position (bug reported by Maude Martin). | |
2589 | |
6895 | 2590 2007-09-13 John W. Eaton <jwe@octave.org> |
2591 | |
2592 * plot/__default_colormap__.m: Delete. | |
2593 * plot/Makefile (SOURCES): Remove from the list. | |
2594 | |
6898 | 2595 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
2596 | |
2597 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
2598 | |
6885 | 2599 2007-09-10 David Bateman <dbateman@free.fr> |
2600 | |
2601 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
2602 limit the selection of colors in the same way as for lines. | |
2603 * plot/__patch__.m: Allow matrix arguments with one patch per | |
2604 column. | |
2605 * plot/__bar__.m: Adapt to use "patch". | |
2606 | |
6870 | 2607 2007-09-06 John W. Eaton <jwe@octave.org> |
2608 | |
2609 * plot/drawnow.m (drawnow): New arg, debug_file. | |
2610 (init_plot_stream): Split from open_plot_stream. | |
2611 * plot/print.m: Accept -debug=FILE argument. | |
2612 | |
6868 | 2613 2007-09-06 David Bateman <dbateman@free.fr> |
2614 | |
7010 | 2615 * general/celldisp.m: New function. |
2616 * general/Makefile.in (SOURCES): Add celldisp.m. | |
2617 * miscellaneous/swapbytes.m: New function. | |
2618 * miscellaneous/gzip.m: New function. | |
2619 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 2620 |
6863 | 2621 2007-09-05 David Bateman <dbateman@free.fr> |
2622 | |
7010 | 2623 * general/structfun.m: New function. |
2624 * general/Makefile.in (SOURCES): Add it to sources. | |
2625 * miscellaneous/run.m: New function. | |
2626 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
2627 * statistics/base/mode.m: New function. | |
2628 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 2629 |
6862 | 2630 2007-09-05 John W. Eaton <jwe@octave.org> |
2631 | |
2632 * miscellaneous/orderfields.m: Use numel instead of length. | |
2633 | |
2634 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
2635 | |
2636 * miscellaneous/orderfields.m: Handle empty structs. | |
2637 | |
6861 | 2638 2007-09-05 John W. Eaton <jwe@octave.org> |
2639 | |
2640 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
2641 DATA_IDX. | |
2642 | |
2643 2007-09-04 David Bateman <dbateman@free.fr> | |
2644 | |
2645 * general/isdir.m: Return a logical value. | |
2646 | |
6859 | 2647 2007-09-04 David Bateman <dbateman@free.fr> |
2648 | |
2649 * statistics/distributions/chi2pdf.m, | |
2650 statistics/distributions/chi2cdf.m, | |
2651 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
2652 distribution functions to account for inverse of scale factor in | |
2653 gamma functions. | |
2654 | |
6857 | 2655 2007-09-01 John W. Eaton <jwe@octave.org> |
2656 | |
2657 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
2658 | |
6853 | 2659 2007-09-01 David Bateman <dbateman@free.fr> |
2660 | |
2661 * polynomial/polyint.m: New function like polyinteg but with | |
2662 explicit integration constant. | |
2663 * polynomial/polyinteg.m: Remove. | |
2664 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
2665 polyinteg.m. | |
2666 * deprecated/polyinteg.m: Move version here. | |
2667 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
2668 | |
6852 | 2669 * geometry/voronoi.m: Add large box around data to get a good |
2670 approximation of the rays to infinity. | |
2671 | |
6851 | 2672 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
2673 | |
2674 * plot/axes.m: Allow parent to be specified when creating axes | |
2675 objects. Support non-figure parents. | |
2676 | |
2677 2007-08-31 John W. Eaton <jwe@octave.org> | |
2678 | |
2679 * plot/ancestor.m: New function, adapted from Octave Forge. | |
2680 | |
6850 | 2681 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
2682 | |
7010 | 2683 * polynomial/polygcd.m: Better layout of example. |
2684 * polynomial/compan.m: Remove unnecessary check. | |
2685 * polynomial/roots.m: Added example to help text. | |
2686 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
2687 * polynomial/poly.m: Added example to help text. | |
6850 | 2688 |
6848 | 2689 2007-08-30 John W. Eaton <jwe@octave.org> |
2690 | |
2691 * optimization/qp.m: Increase maxit to 200. | |
2692 | |
6847 | 2693 2007-08-30 David Bateman <dbateman@free.fr> |
2694 | |
2695 * geometry/inpolygon.m: New file. | |
2696 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
2697 | |
6843 | 2698 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
2699 | |
2700 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
2701 | |
6829 | 2702 2007-08-24 David Bateman <dbateman@free.fr> |
2703 | |
2704 * plot/__go_draw_axes__.m: Treat text color property. | |
2705 | |
6828 | 2706 2007-08-24 John W. Eaton <jwe@octave.org> |
2707 | |
2708 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
2709 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
2710 | |
2711 * miscellaneous/movefile.m: Separate second and third args and | |
2712 use p1 and p2, not f1 and f2 when constructing arguments for | |
2713 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
2714 | |
6825 | 2715 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
2716 | |
2717 * set/intersect.m: Make it work with cell arrays of strings. | |
2718 | |
6823 | 2719 2007-08-24 David Bateman <dbateman@free.fr> |
2720 | |
7010 | 2721 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 2722 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
2723 functions ported from octave-forge. | |
7010 | 2724 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 2725 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
2726 geometry/triplot.m, geometry/tsearchn.m: | |
2727 New functions. | |
7010 | 2728 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
2729 * geometry/Makefile.in (SOURCES): Add functions above. | |
2730 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 2731 |
6820 | 2732 2007-08-23 John W. Eaton <jwe@octave.org> |
2733 | |
2734 * pkg/pkg.m: Avoid using installed_packages for both function and | |
2735 variable name. | |
2736 | |
2737 2007-08-23 David Bateman <dbateman@free.fr> | |
2738 | |
2739 * plot/plot.m: Allow first arg to be axes handle. | |
2740 | |
6818 | 2741 2007-08-22 David Bateman <dbateman@free.fr> |
2742 | |
2743 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
2744 outputs are returned only if requested. | |
2745 | |
2746 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
2747 | |
2748 * control/base/nichols.m: Fix typo. | |
2749 | |
6813 | 2750 2007-08-13 John W. Eaton <jwe@octave.org> |
2751 | |
2752 * plot/meshgrid.m: Use repmat instead of multiplication. | |
2753 | |
6809 | 2754 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
2755 | |
2756 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
2757 use axes position in each appropriate gnuplot set statement. | |
2758 | |
6808 | 2759 2007-08-10 John W. Eaton <jwe@octave.org> |
2760 | |
2761 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
2762 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
2763 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
2764 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
2765 | |
6807 | 2766 2007-08-10 Kai Habel <kai.habel@gmx.de> |
2767 | |
2768 * plot/patch.m, plot/__patch__.m: New files. | |
2769 * plot/Makefile.in (SOURCES): Add them to the list. | |
2770 | |
2771 2007-08-07 John W. Eaton <jwe@octave.org> | |
2772 | |
2773 * path/savepath.m: Use single quotes for argument to PATH command | |
2774 that is inserted in file. | |
2775 | |
6805 | 2776 2007-07-27 John W. Eaton <jwe@octave.org> |
2777 | |
2778 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
2779 not set in the environment. | |
2780 | |
6796 | 2781 2007-07-25 David Bateman <dbateman@free.fr> |
2782 | |
2783 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
2784 control/base/Makefile.in, control/hinf/Makefile.in, | |
2785 control/obsolete/Makefile.in, control/system/Makefile.in, | |
2786 control/util/Makefile.in, deprecated/Makefile.in, | |
2787 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
2788 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
2789 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
2790 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
2791 polynomial/Makefile.in, quaternion/Makefile.in, | |
2792 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
2793 specfun/Makefile.in, special-matrix/Makefile.in, | |
2794 startup/Makefile.in, statistics/Makefile.in, | |
2795 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
2796 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
2797 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
2798 Adjust DISTFILES to allow out of tree "make dist" to work. | |
2799 | |
6795 | 2800 2007-07-25 John W. Eaton <jwe@octave.org> |
2801 | |
2802 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
2803 | |
6793 | 2804 2007-07-24 David Bateman <dbateman@free.fr> |
2805 | |
2806 * image/flag.m: New colormap function. | |
2807 * images/Makefile.in: Include it in SOURCES. | |
2808 | |
2809 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
2810 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
2811 image/rainbow.m image/spring.m image/summer.m image/white.m | |
2812 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
2813 * image/gray.m, image/ocean.m: Use the same means of finding the | |
2814 number of colormap elements as the other colormap functions. | |
2815 | |
6790 | 2816 2007-07-24 Kai Habel <kai.habel@gmx.de> |
2817 | |
2818 * plot/__go_draw_axes__.m: Handle patch. | |
2819 | |
6788 | 2820 2007-07-23 David Bateman <dbateman@free.fr> |
2821 | |
2822 * general/rat.m: New function for ration approximation imported | |
2823 from octave-forge. | |
2824 * general/del2.m: New function for discrete laplacian operator. | |
2825 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
2826 | |
2827 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
2828 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
2829 image/rainbow.m image/spring.m image/summer.m image/white.m | |
2830 image/winter.m, image/brighten.m: Port image functions from | |
2831 octave-forge. | |
2832 * image/Makefile.in: Add ported functions to SOURCES. | |
2833 * image/gray.m, image/ocean.m: Don't set the colormap for | |
2834 compatibility with matlab. | |
2835 | |
2836 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
2837 octave-forge | |
2838 * plot/Makefile.in: Add ported functions to SOURCES. | |
2839 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
2840 using gnuplot 4.2 or greater. | |
2841 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2842 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 2843 |
2844 * general/cart2sph.m: Fix unbalanced paranthesis. | |
2845 | |
6781 | 2846 2007-07-19 David Bateman <dbateman@free.fr> |
2847 | |
2848 * plot/fplot.m: More compatible version. | |
2849 | |
6780 | 2850 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
2851 | |
2852 * plot/clf.m: Check for valid handle before deleting. | |
2853 | |
2854 * plot/figure.m: Pass "figure" property/value pairs directly to | |
2855 __go_figure__ instead of using regular "set" call. | |
2856 | |
6779 | 2857 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
2858 | |
2859 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
2860 type for gnuplot. | |
2861 | |
6778 | 2862 2007-07-18 John W. Eaton <jwe@octave.org> |
2863 | |
2864 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
2865 gnuplot for each set of axes. | |
2866 | |
6777 | 2867 2007-07-18 David Bateman <dbateman@free.fr> |
2868 | |
6778 | 2869 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
2870 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
2871 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
2872 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
2873 Use standard scale factor rather than one on the scale factor for | |
2874 compatibility. | |
2875 | |
2876 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
2877 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
2878 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
2879 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
2880 Preserve backward compatibility. | |
6777 | 2881 |
6776 | 2882 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
2883 | |
2884 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
2885 to avoid issues with regexp special characters in the path strings. | |
2886 | |
6770 | 2887 2007-07-06 David Bateman <dbateman@free.fr> |
2888 | |
6778 | 2889 * general/accumarray.m: New function to create an array by |
2890 accumulating the elements. | |
6770 | 2891 |
6768 | 2892 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
2893 | |
2894 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
2895 (fdjac): Set nx outside of if block. | |
2896 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
2897 | |
6765 | 2898 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
2899 | |
2900 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
2901 | |
2902 * plot/axis.m: Also set "visible" property when setting axes to | |
2903 on/off. | |
2904 | |
6762 | 2905 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
2906 | |
2907 * image/colormap.m: Only return colormap if nargout > 0. | |
2908 Mark as command. | |
2909 | |
6758 | 2910 2007-06-25 John W. Eaton <jwe@octave.org> |
2911 | |
2912 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
2913 strcmp for selected property comparisons. | |
2914 | |
6756 | 2915 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
2916 | |
6778 | 2917 * image/imshow.m: Fix check for colormap arguments. |
6756 | 2918 |
6754 | 2919 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
2920 | |
2921 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
2922 | |
6756 | 2923 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 2924 |
6778 | 2925 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 2926 argument, and note that the data should be sorted for the |
2927 definition of the median to be correct. | |
2928 | |
6778 | 2929 * statistics/base/std.m: Add missing square to definition of |
6754 | 2930 standard deviation. |
2931 | |
6778 | 2932 * statistics/base/cov.m: Add definition of covariance to the help text. |
2933 | |
2934 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 2935 statistics/base/std.m: |
2936 Note that \bar{x} is the mean value of x in the help text. | |
2937 | |
6778 | 2938 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 2939 coefficient to the help text. |
2940 | |
6778 | 2941 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
2942 | |
2943 * statistics/base/var.m: Put N in @math in help text. | |
2944 | |
2945 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 2946 statistics/tests/kolmogorov_smirnov_test.m: |
2947 Write about possible values of 'dist' in help text. | |
2948 | |
6778 | 2949 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 2950 Add definition of correlation to the help text. |
2951 | |
6778 | 2952 * statistics/base/logit.m, statistics/base/kendall.m, |
2953 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 2954 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
2955 TeXification of help text. | |
2956 | |
2957 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
2958 | |
2959 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
2960 Add missing @var's to help text. | |
2961 | |
2962 * statistics/models/logistic_regression.m: Fix typos in help text. | |
2963 | |
2964 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
2965 of help text. | |
2966 | |
2967 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
2968 help text. | |
2969 | |
2970 * statistics/distributions/unidpdf.m, | |
2971 statistics/distributions/discrete_pdf.m: | |
2972 Replace 'pDF' with 'PDF' in help text. | |
2973 | |
6753 | 2974 2007-06-25 John W. Eaton <jwe@octave.org> |
2975 | |
2976 * strings/substr.m: Use offset consistently in code and doc string. | |
2977 From Rafael Laboissiere <rafael@debian.org>. | |
2978 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2979 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 2980 |
6778 | 2981 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 2982 |
6751 | 2983 2007-06-25 John W. Eaton <jwe@octave.org> |
2984 | |
2985 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
2986 Recycle tic labels if necessary. From Juhani Saastamoinen | |
2987 <juhani@cs.joensuu.fi>. | |
2988 | |
6748 | 2989 2007-06-20 John W. Eaton <jwe@octave.org> |
2990 | |
6749 | 2991 * strings/index.m: Allow strings to be empty. |
2992 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
2993 | |
6748 | 2994 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
2995 | |
6747 | 2996 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
2997 | |
2998 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
2999 separate matrices. | |
3000 | |
6746 | 3001 2007-06-19 David Bateman <dbateman@free.fr> |
3002 | |
3003 * plot/axis.m: Prefer to use legend rather than the older Octave | |
3004 only ";;" legend syntax. | |
3005 * polynomial/mkpp.m: ditto. | |
3006 * polynomial/pchip.m: ditto. | |
3007 * signal/freqz_plot.m: ditto. | |
3008 * sparse/gplot.m: ditto. | |
3009 * sparse/treeplot.m: ditto. | |
3010 | |
6745 | 3011 2007-06-19 John W. Eaton <jwe@octave.org> |
3012 | |
3013 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
3014 (__go_draw_axes__): Call do_tics to handle tic marks. | |
3015 | |
6742 | 3016 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3017 | |
6778 | 3018 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 3019 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
3020 to check for NA. | |
3021 | |
6741 | 3022 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3023 | |
6778 | 3024 * optimization/glpk.m: TeXified the help text. |
3025 * optimization/qp.m: TeXified the help text. | |
3026 * optimization/sqp.m: TeXified the help text. | |
6741 | 3027 |
6740 | 3028 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
3029 | |
6778 | 3030 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 3031 |
6738 | 3032 2007-06-15 John W. Eaton <jwe@octave.org> |
3033 | |
3034 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
3035 have_newer_gnuplot is true. | |
3036 | |
6736 | 3037 2007-06-15 Pete Gustafson <petegus@umich.edu> |
3038 | |
6778 | 3039 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
3040 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 3041 to 90, all others 0. |
3042 | |
6778 | 3043 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
3044 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 3045 get_data_limits. |
6778 | 3046 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 3047 called by __errplot__. |
3048 | |
6730 | 3049 2007-06-15 John W. Eaton <jwe@octave.org> |
3050 | |
3051 * testfun/test.m: Also return number of expected failures. | |
3052 | |
6724 | 3053 2007-06-14 John W. Eaton <jwe@octave.org> |
3054 | |
6730 | 3055 * set/ismember.m: Mark two tests known to fail with xtest. |
3056 | |
6724 | 3057 * plot/__go_draw_axes__.m: Handle text rotation property. |
3058 | |
6728 | 3059 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
3060 | |
3061 * testfun/test.m: Add xtest support for tests known to fail. | |
3062 | |
6727 | 3063 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
3064 | |
3065 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
3066 epslatexstandalone terminals. | |
3067 | |
6721 | 3068 2007-06-14 David Bateman <dbateman@free.fr> |
3069 | |
3070 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
3071 as permutation of results was incorrect. | |
3072 * general/interp1.m: Add demo on second derivative | |
3073 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 3074 call. Add 3D demo. Fix typos |
3075 * general/interp3.m: Fix typos. Correct permutation for use of | |
3076 interpn. | |
6721 | 3077 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
3078 | |
6717 | 3079 2007-06-13 John W. Eaton <jwe@octave.org> |
3080 | |
3081 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 3082 |
6706 | 3083 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
3084 | |
3085 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
3086 | |
6704 | 3087 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
3088 | |
3089 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
3090 Set have_linestyle to true if two character linestyle is found. | |
3091 | |
6702 | 3092 2007-06-12 David Bateman <dbateman@free.fr> |
3093 | |
6717 | 3094 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
3095 and interpn.m. | |
3096 | |
3097 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
3098 structure before using it. | |
3099 | |
3100 2007-06-12 David Bateman <dbateman@free.fr> | |
3101 | |
6704 | 3102 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 3103 * general/__splinen__.m: New support function for N-dimensional |
3104 spline interpolation. | |
3105 * general/bicubic.m: Allow definition of extrapolation | |
3106 value. Adapt tests to use new graphics interface | |
3107 * general/interp2.m: Call __splinen__ for 2-D spline | |
3108 interpolation. Make the lookup table code only be called for | |
3109 linear and nearest methods. | |
3110 * general/interpn.m: New function for N-dimensional, linear, nearest | |
3111 and spline interpolation. | |
3112 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
3113 and spline interpolation. | |
6704 | 3114 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 3115 |
6701 | 3116 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
3117 | |
3118 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
3119 | |
6699 | 3120 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
3121 | |
3122 * plot/fplot.m: If function is inline, vectorize it. | |
3123 | |
6698 | 3124 2007-06-10 David Bateman <dbateman@free.fr> |
3125 | |
3126 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
3127 directory if need to, so that it fits on a line. | |
3128 | |
6695 | 3129 2007-06-07 David Bateman <dbateman@free.fr> |
3130 | |
3131 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
3132 saved file so that dependent packages are loaded first, and if | |
3133 nargout==0 don't return any arguments. | |
3134 (pkg:install): Only load packages that are marked autoload after | |
3135 install. Various fixes. Save in order. | |
3136 (pkg:uninstall): Save in order | |
3137 (pkg:load_packages): Use load_package_and_dependencies to load | |
3138 packages. | |
3139 (pkg:save_order): New function to sort package list with dependent | |
3140 packages first. | |
3141 (pkg:load_packages_and_dependencies): New function to load both a | |
3142 list of packages and their dependencies. | |
3143 (pkg:load_package_dirs): New function that returns a vector of the | |
3144 indexes into the installed package list indicating the packages to | |
3145 load and the order to load them in to respect the dependencies. | |
3146 | |
6688 | 3147 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
3148 | |
3149 * plot/axes.m: Eliminate redundant else clause. | |
3150 | |
6686 | 3151 2007-06-03 David Bateman <dbateman@free.fr> |
3152 | |
3153 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 3154 * pkg/pkg.m: Protect against multiple actions being define. |
3155 | |
6683 | 3156 2007-06-01 David Bateman <dbateman@free.fr> |
3157 | |
3158 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
3159 incorporate into main pkg function. | |
3160 (pkg:install): Check for existence of files to install before | |
3161 globbing and warn the user if they don't exist. | |
3162 | |
6675 | 3163 2007-05-31 David Bateman <dbateman@free.fr> |
3164 | |
6679 | 3165 * miscellaneous/copyfile.m: Split copying of multiple files to a |
3166 directory over several copy command to limit the line length. | |
3167 * miscellaneous/movefile.m: Ditto. | |
3168 | |
6675 | 3169 * pkg.m: Add build option to allow binary Octave packages to be |
3170 built from source packages. Probe absolute path of prefix, global | |
3171 and local lists. Use strcat, rather that [] for strings. | |
3172 (pkg:build): New function to binary binary package. | |
3173 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
3174 (pkg:repackage): Package binary Octave package from installation. | |
3175 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
3176 from m-files into main installation directory. | |
3177 (pkg:shell): Suppress verbose messages from shell and only display | |
3178 them with the verbose flag. | |
3179 (pkg:installed_packages): Also include the loaded flag in the | |
3180 local and global packages. | |
3181 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
3182 flagged as loaded. | |
3183 | |
3184 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
3185 | |
3186 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
3187 with and without architecture dependent directories. | |
3188 (pkg:installed_packages): Probe the global_list file even if it is | |
3189 the same as the local_list. | |
3190 | |
6669 | 3191 2007-05-29 John W. Eaton <jwe@octave.org> |
3192 | |
3193 * sparse/spy.m: Set axis to "ij" mode. | |
3194 | |
6664 | 3195 2007-05-24 John W. Eaton <jwe@octave.org> |
3196 | |
3197 * set/ismember.m: Quote first arg of "fail" tests. | |
3198 | |
6663 | 3199 2007-05-24 David Bateman <dbateman@free.fr> |
3200 | |
6778 | 3201 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 3202 |
6655 | 3203 2007-05-22 David Bateman <dbateman@free.fr> |
3204 | |
3205 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
3206 error(lasterr()(8:end)). | |
3207 (pkg:install): Warning for empty packages being removed. Suppress | |
3208 spurious output. Warning rather than error for uninstalling a | |
3209 package that is not installed to avoid RPM issue. | |
3210 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
3211 inst or architecture dependent directory if it exists. | |
3212 | |
6653 | 3213 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
3214 | |
3215 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
3216 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
3217 signal/freqz.m: Fix typos. | |
3218 | |
6645 | 3219 2007-05-21 David Bateman <dbateman@free.fr> |
3220 | |
3221 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
3222 force installation location. | |
3223 (rebuild): New subfunction to rebuild package database from | |
3224 installed packages. Also allows changing of autoload status | |
3225 (install): Warn use if attempting to install from non existent | |
3226 file. | |
3227 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
3228 "USER", "root"))' for root test. | |
3229 | |
3230 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
3231 | |
3232 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
3233 and replace "\" characters with "/". | |
3234 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
3235 characters with "/" throughout. | |
3236 (shell): New subfunction that wraps system and is careful with the | |
3237 shell on windows platforms. | |
3238 (configure_make): Explictly pass complier etc to configure | |
3239 process. | |
3240 (issuperuser): Force default to global install for Windows machines. | |
3241 | |
6636 | 3242 2007-05-19 Kristan Onu |
3243 | |
3244 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
3245 | |
6634 | 3246 2007-05-18 David Bateman <dbateman@free.fr> |
3247 | |
3248 * pkg/pkg.m (install): More verbosity. | |
3249 (configure_make): Ditto. | |
3250 (create_pkgadddel): Install in architecture dependent directory if | |
3251 it exists to address issues with autoload/mfilename. | |
3252 (write_INDEX): Check in archiecture dependent directories as well. | |
3253 | |
6633 | 3254 2007-05-17 David Bateman <dbateman@free.fr> |
3255 | |
3256 * plot/hbar.m: Remove. | |
3257 * plot/barh.m: and move it here. | |
3258 | |
6631 | 3259 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
3260 | |
3261 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
3262 | |
6629 | 3263 2007-05-16 John W. Eaton <jwe@octave.org> |
3264 | |
3265 * general/logspace.m: Return second arg if fewer than two values | |
3266 are requested. | |
3267 | |
6619 | 3268 2007-05-14 John W. Eaton <jwe@octave.org> |
3269 | |
3270 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
3271 on a new line. | |
3272 | |
6617 | 3273 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
3274 | |
3275 * statistics/distributions/norminv.m, | |
3276 statistics/distributions/norminv.m, | |
3277 statistics/distributions/normpdf.m, | |
3278 statistics/distributions/normrnd.m: | |
3279 Use standard deviation, not variance. | |
3280 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
3281 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
3282 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
3283 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
3284 backward compatibility. | |
3285 | |
6616 | 3286 2007-05-14 David Bateman <dbateman@free.fr> |
3287 | |
3288 * pkg/pkg.m: Mark loaded packages with "*". | |
3289 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3290 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 3291 |
3292 * miscellaneous/single.m: Doc fix. | |
3293 Convert to double instead of returning argument unchanged. | |
3294 | |
3295 * miscellaneous/doc.m: Doc fix. | |
3296 | |
3297 * miscellaneous/ver.m: Doc fix. | |
3298 Don't display information about Octave Forge. | |
3299 | |
6614 | 3300 2007-05-12 David Bateman <dbateman@free.fr> |
3301 | |
3302 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
3303 install to be printed. An error in the on_uninstall script causes | |
3304 a failure to uninstall. Place oct- and mex-files in an | |
3305 architecture dependent directory. | |
3306 | |
6611 | 3307 2007-05-09 John W. Eaton <jwe@octave.org> |
3308 | |
3309 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
3310 | |
6609 | 3311 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3312 | |
3313 * statistics/distributions/normcdf.m: Use standard deviation | |
3314 instead of variance for compatibility. | |
3315 | |
3316 2007-05-08 John W. Eaton <jwe@octave.org> | |
3317 | |
3318 | |
3319 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
3320 | |
3321 * set/ismember.m: Always return logical values. | |
3322 | |
3323 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 3324 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 3325 |
3326 * general/__isequal__.m: Allow numeric values of different classes | |
3327 to compare equal. | |
3328 | |
6606 | 3329 2007-05-07 David Bateman <dbateman@free.fr> |
3330 | |
6607 | 3331 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
3332 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 3333 |
6605 | 3334 2007-05-02 John W. Eaton <jwe@octave.org> |
3335 | |
3336 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
3337 | |
6604 | 3338 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3339 | |
3340 * contour.m: Rewrite help string. | |
3341 | |
6599 | 3342 2007-04-28 John W. Eaton <jwe@octave.org> |
3343 | |
3344 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
3345 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
3346 Special case nargout == 0. | |
3347 | |
6597 | 3348 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
3349 | |
3350 * general/sub2ind.m: Handle empty input, add tests. | |
3351 | |
6590 | 3352 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3353 | |
3354 * plot/contourc.m: Doc fix. | |
3355 | |
6586 | 3356 2007-04-26 David Bateman <dbateman@free.fr> |
3357 | |
3358 * plot/hist.m: Partially remove previous patch. | |
3359 | |
6582 | 3360 2007-04-26 David Bateman <dbateman@free.fr> |
3361 | |
3362 * plot/hist.m: Support returning of handle | |
3363 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
3364 cells. | |
3365 | |
6575 | 3366 2007-04-25 John W. Eaton <jwe@octave.org> |
3367 | |
6579 | 3368 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
3369 "title \"\"", not "". | |
3370 | |
6575 | 3371 * plot/legend.m: Initialize WARNED to false. |
3372 | |
6567 | 3373 2007-04-24 John W. Eaton <jwe@octave.org> |
3374 | |
3375 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3376 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 3377 |
3378 2007-04-23 John W. Eaton <jwe@octave.org> | |
3379 | |
3380 * plot/box.m: Delete extra endfunction keyword. | |
3381 | |
6560 | 3382 2007-04-23 David Bateman <dbateman@free.fr> |
3383 | |
3384 * plot/plot3.m: Call newplot. | |
3385 | |
6553 | 3386 2007-04-20 John W. Eaton <jwe@octave.org> |
3387 | |
3388 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
3389 | |
6546 | 3390 2007-04-19 John W. Eaton <jwe@octave.org> |
3391 | |
3392 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
3393 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
3394 | |
6544 | 3395 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3396 | |
3397 * control/util/axis2dlim.m: Delete extraneous line. | |
3398 | |
6542 | 3399 2007-04-18 John W. Eaton <jwe@octave.org> |
3400 | |
3401 * specfun/factorial.m: Increase tolerance in large value test. | |
3402 | |
6540 | 3403 2007-04-18 David Bateman <dbateman@free.fr> |
3404 | |
3405 * __bar__.m: New support function for bar/hbar to support graphic | |
3406 handles, and additional arguments. | |
3407 * bar.m: Convert to use __bar__. | |
3408 * hbar.m: New function | |
3409 * hist.m: Explicitly set the width of the bar plot. | |
3410 | |
6533 | 3411 2007-04-17 John W. Eaton <jwe@octave.org> |
3412 | |
6534 | 3413 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
3414 | |
6533 | 3415 * set/ismember.m: New tests. |
3416 From David Grohmann <grohmann@arlut.utexas.edu> | |
3417 | |
6532 | 3418 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
3419 | |
3420 * specfun/factorial.m: Use gamma function instead of cumprod. | |
3421 Add tests. | |
3422 | |
6527 | 3423 2007-04-16 John W. Eaton <jwe@octave.org> |
3424 | |
6528 | 3425 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
3426 looks_like_copyright in src/help.cc. | |
3427 From S�ren Hauberg <soren@hauberg.org>. | |
3428 | |
6527 | 3429 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
3430 | |
6526 | 3431 2007-04-13 John W. Eaton <jwe@octave.org> |
3432 | |
6527 | 3433 * optimization/sqp.m: Initialize info to 0. |
3434 | |
6526 | 3435 * optimization/qp.m: Undo previous change. |
3436 | |
6524 | 3437 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3438 | |
3439 * spdiags.m: Fixed the four-argument case to work for columns of | |
3440 length one. | |
3441 | |
6523 | 3442 2007-04-12 John W. Eaton <jwe@octave.org> |
3443 | |
3444 * optimization/qp.m: Avoid Octave indexing bug. | |
3445 | |
6521 | 3446 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
3447 | |
6522 | 3448 * miscellaneous/menu.m, control/base/bddemo.m, |
3449 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
3450 control/system/sysrepdemo.m: | |
3451 Adapt to page_screen_output as a function. | |
6521 | 3452 |
6518 | 3453 2007-04-11 John W. Eaton <jwe@octave.org> |
3454 | |
3455 * miscellaneous/not.m: Delete. | |
3456 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
3457 | |
3458 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3459 | |
3460 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
3461 that are close but not exactly equal. | |
3462 | |
6515 | 3463 2007-04-11 David Bateman <dbateman@free.fr> |
3464 | |
3465 * general/bitcmp.m: Make it work again. | |
3466 | |
6512 | 3467 2007-04-10 John W. Eaton <jwe@octave.org> |
3468 | |
3469 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
3470 that are close but not exactly equal. | |
3471 | |
6511 | 3472 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
3473 | |
3474 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
3475 in response to a change in x limits for now. | |
3476 | |
6510 | 3477 2007-04-09 John W. Eaton <jwe@octave.org> |
3478 | |
3479 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
3480 (__go_draw_axes__): Use it to write data to plot stream. | |
3481 | |
6509 | 3482 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
3483 | |
3484 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
3485 zeros. Set markerfacecolor property in call to plot. | |
3486 | |
6508 | 3487 2007-04-06 John W. Eaton <jwe@octave.org> |
3488 | |
3489 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
3490 | |
3491 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
3492 | |
3493 * plot/stem.m: Use plot instead of a series of calls to line. | |
3494 | |
6494 | 3495 2007-04-05 John W. Eaton <jwe@octave.org> |
3496 | |
6499 | 3497 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
3498 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
3499 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
3500 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
3501 | |
6496 | 3502 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 3503 Use strcmpi instead of strcmp+tolower. |
6496 | 3504 Style fixes. |
3505 | |
6494 | 3506 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
3507 Plotting fixes. Style fixes. | |
3508 | |
3509 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
3510 Style fixes. | |
3511 | |
3512 * testfun/fail.m: No need to check for evalin and lastwarn. | |
3513 Style fixes. | |
3514 | |
3515 * testfun/demo.m, testfun/example.m: Style fixes. | |
3516 Use "strcat (...)" instead of "[...]". | |
3517 Use format specifiers in calls to warning. | |
3518 | |
3519 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
3520 Use "strcat (...)" instead of "[...]". | |
3521 Use "x(end)" instead of "x(length (x))". | |
3522 Check NA before NaN. | |
3523 Style fixes. | |
3524 | |
6473 | 3525 2007-03-29 John W. Eaton <jwe@octave.org> |
3526 | |
6474 | 3527 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 3528 |
6467 | 3529 2007-03-27 John W. Eaton <jwe@octave.org> |
3530 | |
3531 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3532 control/base/Makefile.in, control/hinf/Makefile.in, | |
3533 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3534 control/util/Makefile.in, deprecated/Makefile.in, | |
3535 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3536 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3537 miscellaneous/Makefile.in, optimization/Makefile.in, | |
3538 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3539 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3540 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3541 special-matrix/Makefile.in, startup/Makefile.in, | |
3542 statistics/Makefile.in, statistics/base/Makefile.in, | |
3543 statistics/distributions/Makefile.in, | |
3544 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3545 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3546 Use ln instead of $(LN_S) in dist target. | |
3547 | |
6465 | 3548 2007-03-27 David Bateman <dbateman@free.fr> |
3549 | |
3550 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
3551 gnuplot 4.0. | |
3552 | |
6464 | 3553 2007-03-26 John W. Eaton <jwe@octave.org> |
3554 | |
3555 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
3556 | |
6461 | 3557 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
3558 | |
3559 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
3560 plot stream and using binary data. | |
3561 | |
6459 | 3562 2007-03-26 John W. Eaton <jwe@octave.org> |
3563 | |
3564 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
3565 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3566 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
3567 | |
3568 2007-03-26 David Bateman <dbateman@free.fr> | |
3569 | |
6461 | 3570 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
3571 | |
6459 | 3572 * plot/plot3.m: Handle line properties. |
3573 * plot/plot.m: Update docstring. | |
3574 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
3575 * plot/__plt__.m: Also gather properties. | |
3576 | |
6455 | 3577 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
3578 | |
3579 * testfun/assert.m: Delete special check for empty objects. | |
3580 Add test. | |
3581 | |
6453 | 3582 2007-03-26 John W. Eaton <jwe@octave.org> |
3583 | |
6454 | 3584 * plot/drawnow.m: Exit early if call is recursive. |
3585 | |
6453 | 3586 * plot/__go_draw_axes__.m (get_data_limits): New function. |
3587 Check for Inf too. | |
3588 (__go_draw_axes__): Use get_data_limits. | |
3589 | |
6450 | 3590 2007-03-24 John W. Eaton <jwe@octave.org> |
3591 | |
6451 | 3592 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
3593 send terminal setting command with title option to plot stream. | |
3594 | |
6450 | 3595 * plot/legend.m: Correctly increment index into list of children.. |
3596 | |
6434 | 3597 2007-03-23 John W. Eaton <jwe@octave.org> |
3598 | |
6448 | 3599 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
3600 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
3601 control/base/nyquist.m, control/base/nichols.m, | |
3602 control/base/frdemo.m, signal/freqz_plot.m, | |
3603 control/base/__stepimp__.m, control/base/bode.m, | |
3604 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
3605 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 3606 Update plotting code. |
3607 | |
3608 * control/base/bode.m: Unwrap phase angle. | |
3609 | |
3610 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
3611 | |
3612 * plot/axis.m: Don't check automatic_replot, or call replot. | |
3613 | |
3614 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
3615 commands. | |
6446 | 3616 |
6442 | 3617 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 3618 Handle numeric color specs. |
6442 | 3619 * plot/plot.m: Remove "-@" and "@" from docstring. |
3620 | |
6441 | 3621 * plot/orient.m: Fix tests to avoid creating a plot window. |
3622 | |
6440 | 3623 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
3624 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
3625 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
3626 general/arrayfun.m, miscellaneous/compare_versions.m, | |
3627 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
3628 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
3629 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
3630 | |
6438 | 3631 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
3632 plot, not just multiplots. | |
3633 | |
6436 | 3634 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
3635 | |
6434 | 3636 * plot/contour.m: Don't call drawnow. |
3637 | |
6431 | 3638 2007-03-22 John W. Eaton <jwe@octave.org> |
3639 | |
6432 | 3640 * plot/drawnow.m: Check and optionally, set, the __modified__ |
3641 property of each figure. | |
3642 | |
6431 | 3643 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
3644 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
3645 | |
3646 2007-03-21 John W. Eaton <jwe@octave.org> | |
3647 | |
3648 * linear-algebra/null.m: Set elements of retval with magnitudes | |
3649 less than eps to 0. | |
3650 | |
6429 | 3651 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 3652 |
3653 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 3654 * testfun/speed.m: Documentation and example fix. |
3655 | |
6424 | 3656 2007-03-21 John W. Eaton <jwe@octave.org> |
3657 | |
3658 * plot/subplot.m: If we find an existing subplot region, set | |
3659 it to be the "currentaxes" property for the current figure. | |
6425 | 3660 Delete old axes objects if the new axes object overlaps the old. |
6424 | 3661 |
6422 | 3662 2007-03-20 David Bateman <dbateman@free.fr> |
3663 | |
3664 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
3665 | |
3666 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
3667 | |
3668 * general/arrayfun.m: New function. | |
3669 | |
6418 | 3670 2007-03-20 John W. Eaton <jwe@octave.org> |
3671 | |
6419 | 3672 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
3673 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
3674 | |
3675 * plot/clf.m: Don't call drawnow. | |
3676 | |
6431 | 3677 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 3678 |
6420 | 3679 * image/__img__.m: Maybe set yaxis to reverse for images. |
3680 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
3681 images. | |
3682 | |
6418 | 3683 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 3684 instead of global. Only register __go_close_all__ with atexit if |
3685 the plot stream is successfully opened. | |
6418 | 3686 |
6413 | 3687 2007-03-15 John W. Eaton <jwe@octave.org> |
3688 | |
6418 | 3689 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 3690 From Daniel J Sebald <daniel.sebald@ieee.org>. |
3691 | |
3692 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
3693 | |
3694 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 3695 Use numeric line types. |
6413 | 3696 |
3697 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 3698 lines and larger markers. Remove key titles from line type |
3699 properties. | |
6413 | 3700 |
6405 | 3701 2007-03-14 John W. Eaton <jwe@octave.org> |
3702 | |
6412 | 3703 * plot/__axis_label__.m: Accept additional property-value pairs |
3704 and pass them to __go_text__. Simply return the handle obtained | |
3705 from __go_text__ instead of calling get on the current axis. | |
3706 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
3707 Allow for extra property value pairs to be passed along. | |
3708 * plot/title.m: Implement with __axis_label__ since it does all | |
3709 that title needs to do. | |
3710 | |
6410 | 3711 * plot/clf.m: Set currentaxes property for current figure to []. |
3712 | |
6405 | 3713 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
3714 | |
3715 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
3716 and __plt2__, not just the last. | |
3717 | |
3718 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
3719 (SOURCES_IN, GEN_M): Delete. | |
3720 (FCN_FILES): Don't include $(GEN_M). | |
3721 (all): Don't depend on $(GEN_M). | |
3722 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
3723 | |
3724 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
3725 | |
3726 * plot/newplot.m: Call __go_axes_init__ instead of | |
3727 __uiobject_axes_init__. | |
3728 | |
3729 * plot/mesh.m: Use __go_surface__ instead of | |
3730 __uiobject_surface_ctor__. Don't access object fields directly. | |
3731 | |
3732 * plot/line.m: Use __line__ to do actual work. | |
3733 * plot/__line__.m: New function. | |
3734 | |
3735 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
3736 Use get and set instead of accessing object fields directly. | |
3737 | |
3738 * plot/figure.m: Use __go_figure__ to create figure graphics | |
3739 handle. | |
3740 | |
3741 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
3742 __uiobject_close_all. Call __go_draw_figure__ instead of | |
3743 __uiobject_draw_figure__. | |
3744 | |
3745 * plot/clf.m: Use get instead of accessing object fields | |
3746 directly. Simply delete children. Don't set currentaxes. | |
3747 | |
3748 * plot/close.m (close_all_figures): New subfunction. | |
3749 Use it instead of getting list of figures to close from | |
3750 __uiobject_figures__. | |
3751 | |
3752 * plot/closereq.m: Simply delete the current figure. Don't set | |
3753 currentfigure. | |
3754 | |
3755 * plot/__errplot__.m: Call __line__ instead of | |
3756 __uiobject_line_ctor__. Use set instead of accesing object fields | |
3757 directly. Don't call __uiobject_adopt__. | |
3758 | |
3759 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
3760 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
3761 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
3762 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
3763 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
3764 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
3765 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
3766 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
3767 plot/__uiobject_init_root_figure__.in, | |
3768 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
3769 plot/__uiobject_root_figure_ctor__.m, | |
3770 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
3771 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
3772 plot/set.in: Delete. | |
6408 | 3773 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 3774 |
3775 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
3776 Pass "hidden" as second arg to close. | |
3777 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
3778 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 3779 * plot/Makefile.in (SOURCES_M): Rename in list. |
3780 | |
6405 | 3781 * image/__img__.m: Use __go_image__ to create image graphics |
3782 handle. | |
3783 | |
3784 * miscellaneous/delete.m: Call __go_delete__, not | |
3785 __uiobject_delete__. Check that arg is a graphics handle before | |
3786 calling __go_delete__. | |
3787 | |
6403 | 3788 2007-03-13 John W. Eaton <jwe@octave.org> |
3789 | |
3790 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
3791 arg instead of switch statement. | |
6528 | 3792 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 3793 |
3794 2007-03-12 John W. Eaton <jwe@octave.org> | |
3795 | |
3796 * miscellaneous/cast.m: New function. | |
3797 | |
3798 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
3799 | |
6398 | 3800 2007-03-08 John W. Eaton <jwe@octave.org> |
3801 | |
3802 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
3803 tilde expansion on target filename before passing it to the shell. | |
3804 | |
3805 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
3806 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
3807 | |
6396 | 3808 2007-03-08 David Bateman <dbateman@free.fr> |
3809 | |
3810 * statistics/base/unidrnd.m: Move to statistics/distributions | |
3811 replacing slower version based on dicrete_rnd. | |
3812 | |
6392 | 3813 2007-03-07 John W. Eaton <jwe@octave.org> |
3814 | |
6395 | 3815 * control/base/rlocus.m: Update for current plotting functions. |
3816 | |
3817 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3818 | |
3819 * control/base/rlocus.m: Improve display. | |
3820 | |
3821 2007-03-07 John W. Eaton <jwe@octave.org> | |
3822 | |
3823 * plot/legend.m: Only handle positions -1:4. | |
3824 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
3825 found in option string | |
3826 * plot/__uiobject_draw_axes__.m: Handle key position. | |
3827 | |
6394 | 3828 * plot/newplot.m: Always reset next line color. |
3829 | |
6392 | 3830 * testfun/assert.m: Check that number of dimensions match before |
3831 checking dimensions. | |
3832 | |
6391 | 3833 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
3834 | |
3835 * specfun/perms.m, specfun/factorial.m: Check args. | |
3836 | |
6387 | 3837 2007-03-07 John W. Eaton <jwe@octave.org> |
3838 | |
6390 | 3839 * plot/mesh.m: Call newplot before doing anything. |
3840 | |
3841 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
3842 just "e". Only flush plot stream once. | |
3843 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
3844 | |
6387 | 3845 * strings/blanks.m: Omit first index in assignment. |
3846 | |
6386 | 3847 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
3848 | |
3849 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
3850 | |
6385 | 3851 2007-03-06 David Bateman <dbateman@free.fr> |
3852 John W. Eaton <jwe@octave.org> | |
3853 | |
3854 * set/setdiff.m: Ignore "rows" for cell array args. | |
3855 Handle cellstr args. | |
3856 | |
6382 | 3857 2007-03-05 John W. Eaton <jwe@octave.org> |
3858 | |
3859 * optimization/sqp.m: Defer first call to obj_hess until after | |
3860 calling obj_fun. | |
3861 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3862 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 3863 |
3864 * specfun/nchoosek.m: Fix nargin check. | |
3865 | |
6376 | 3866 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
3867 | |
3868 * image/__img__.m: Don't set xlim and ylim properties. | |
3869 | |
6374 | 3870 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
3871 | |
3872 * general/interp1.m: Fix *style cases for decreasing x. | |
3873 | |
6372 | 3874 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
3875 | |
3876 * polynomial/roots.m: Check nargin before accessing arg. | |
3877 | |
6369 | 3878 2007-02-28 John W. Eaton <jwe@octave.org> |
3879 | |
3880 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
3881 increment data_idx unless using gnuplot for display. | |
3882 | |
6368 | 3883 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
3884 | |
3885 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
3886 plots with images. | |
3887 * image/image.m, image/imagesc.m, image/imshow.m: | |
3888 Deprecate zoom argument. | |
3889 | |
6366 | 3890 2007-02-28 John W. Eaton <jwe@octave.org> |
3891 | |
3892 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
3893 temporary file names. Keep image and colormap file ids separate. | |
3894 | |
3895 * general/interp1.m: Correctly compute min and max values when | |
3896 values are decreasing and not evenly spaced. | |
3897 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
3898 | |
6365 | 3899 2007-02-27 John W. Eaton <jwe@octave.org> |
3900 | |
3901 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
3902 returning an empty cell array. | |
3903 | |
6546 | 3904 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 3905 |
3906 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
3907 | |
6546 | 3908 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 3909 |
3910 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3911 control/base/Makefile.in, control/hinf/Makefile.in, | |
3912 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3913 control/util/Makefile.in, deprecated/Makefile.in, | |
3914 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3915 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3916 miscellaneous/Makefile.in, optimization/Makefile.in, | |
3917 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3918 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3919 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3920 special-matrix/Makefile.in, startup/Makefile.in, | |
3921 statistics/Makefile.in, statistics/base/Makefile.in, | |
3922 statistics/distributions/Makefile.in, | |
3923 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3924 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3925 Use $(LN_S) instead of ln or ln -s. | |
3926 | |
6356 | 3927 2007-02-24 David Bateman <dbateman@free.fr> |
3928 | |
3929 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
3930 '\n' in FILES file. | |
6357 | 3931 (configure_make): Also install any mex files. |
6356 | 3932 |
6353 | 3933 2007-02-24 David Bateman <dbateman@free.fr> |
3934 | |
3935 * statistics/distributions (SOURCES): Add nbincdf.m, | |
3936 nbininv.m, nbinpdf.m and nbinrnd.m. | |
3937 | |
6351 | 3938 2007-02-23 John W. Eaton <jwe@octave.org> |
3939 | |
3940 * statistics/distributions/Makefile.in (SOURCES): Remove | |
3941 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
3942 | |
3943 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
3944 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
3945 | |
6349 | 3946 2007-02-23 David Bateman <dbateman@free.fr> |
3947 | |
3948 * statistics/distributions/discrete_rnd.m, | |
3949 statistics/distributions/geornd.m, | |
3950 statistics/distributions/lognnd.m, | |
3951 statistics/distributions/nbinrnd.m, | |
3952 statistics/distributions/wblrnd.m: Accelerate distributions. | |
3953 | |
3954 * statistics/distributions/unidcdf.m, | |
3955 statistics/distributions/unidinv.m, | |
3956 statistics/distributions/unidpdf.m, | |
3957 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 3958 discrete_cdf, etc. |
6349 | 3959 |
3960 * statistics/distributions/pascal_cdf.m, | |
3961 statistics/distributions/pascal_inv.m, | |
3962 statistics/distributions/pascal_pdf.m, | |
3963 statistics/distributions/pascal_rnd.m: Remove. | |
3964 * statistics/distributions/nbincdf.m, | |
3965 statistics/distributions/nbininv.m, | |
3966 statistics/distributions/nbinpdf.m, | |
3967 statistics/distributions/nbinrnd.m: Replace with matlab | |
3968 compatible functions. | |
3969 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
3970 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
3971 nbincdf, etc functions to implement these. | |
3972 | |
6344 | 3973 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
3974 | |
3975 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
3976 command and data. | |
3977 | |
3978 2007-02-22 John W. Eaton <jwe@octave.org> | |
3979 | |
3980 * miscellaneous/doc.m: If index search fails, try again without | |
3981 the index search option. | |
3982 | |
6339 | 3983 2007-02-22 David Bateman <dbateman@free.fr> |
3984 | |
6341 | 3985 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
3986 | |
6340 | 3987 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
3988 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
3989 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
3990 statistics/distributions/betarnd.m: Convert to use randg, rande | |
3991 and randp to accelerate. | |
3992 | |
6339 | 3993 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
3994 | |
6338 | 3995 2007-02-22 John W. Eaton <jwe@octave.org> |
3996 | |
3997 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
3998 cache data and display after xlim and ylim have been determined. | |
3999 | |
6337 | 4000 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4001 | |
4002 * plot/__uiobject_draw_axes__.m: | |
4003 Allow multiple images to be displayed with gnuplot. | |
4004 | |
6333 | 4005 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
4006 | |
4007 * optimization/glpk.m: Document the fact that extra.mem does not work | |
4008 for versions of GLPK 4.15 and later. | |
4009 | |
6328 | 4010 2007-02-19 John W. Eaton <jwe@octave.org> |
4011 | |
4012 * plot/__uiobject_alloc__.in: If next available element in | |
4013 __uiobject_list__ is 0, grow list before doing anything else. | |
4014 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
4015 first call when size of __uiobject_list__ is 0. | |
4016 | |
6323 | 4017 2007-02-16 John W. Eaton <jwe@octave.org> |
4018 | |
4019 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
4020 | |
6321 | 4021 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
4022 | |
4023 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
4024 | |
6316 | 4025 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
4026 | |
4027 * specfun/nchoosek.m: Check nargin. | |
4028 | |
6314 | 4029 2007-02-15 John W. Eaton <jwe@octave.org> |
4030 | |
6315 | 4031 * path/addpath.m, path/rmpath.m: Delete |
4032 * path/Makefile.in (SOURCES): Remove them from the list. | |
4033 | |
6314 | 4034 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
4035 Delete title, xlabel, ylabel, and zlabel properties before | |
4036 reassigning. | |
4037 * plot/__uiobject_axes_init__.in: New arg, mode. | |
4038 Don't init outerposition if "mode" is "replace". | |
4039 * plot/newplot.m: Check both figure and axes nextplot properties. | |
4040 If axes nextplot property is replace, pass "replace" as mode arg | |
4041 to __uiobject_axes_init__. | |
4042 | |
6308 | 4043 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
4044 | |
6310 | 4045 * image/imshow.m: Don't restore old colormap. |
4046 | |
6309 | 4047 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
4048 * image/__img__.m: New file containing common parts of image.m and | |
4049 imshow.m. | |
6312 | 4050 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 4051 * image/image.m, image/imshow.m: Call __img__. |
4052 * plot/__uiobject_draw_axes__.m: | |
4053 Handle rgb imaged data stored in 3-d arrays. | |
4054 | |
6308 | 4055 * plot/figure.m: Doc fix. |
4056 | |
6304 | 4057 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
4058 | |
4059 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
4060 for reading and writing data. New tests. Improve rounding. | |
4061 | |
6302 | 4062 2007-02-13 John W. Eaton <jwe@octave.org> |
4063 | |
6303 | 4064 * plot/stem.m: New file, adapted from OctPlot. |
4065 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4066 | |
6302 | 4067 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
4068 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4069 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4070 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
4071 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
4072 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
4073 plot/semilogyerr.m: Return handles to line objects. | |
4074 | |
6301 | 4075 2007-02-11 John W. Eaton <jwe@octave.org> |
4076 | |
4077 * plot/__uiobject_close_all.m: New file. | |
4078 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4079 | |
6298 | 4080 2007-02-10 John W. Eaton <jwe@octave.org> |
4081 | |
4082 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
4083 * plot/__uiobject_globals__.m: Don't call mlock. | |
4084 | |
4085 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
4086 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
4087 before calling pclose. | |
4088 | |
6291 | 4089 2007-02-09 John W. Eaton <jwe@octave.org> |
4090 | |
6295 | 4091 * plot/subplot.m: Delete spurious call to axes. |
4092 | |
6293 | 4093 * plot/figure.m: Call drawnow for current figure before creating |
4094 or switching to a new figure. | |
4095 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
4096 nargin == 0 case. | |
4097 | |
6291 | 4098 * testfun/assert.m: Try to avoid problems when comparisons involve |
4099 strange values like Inf+NaNi. | |
4100 | |
6283 | 4101 2007-02-08 John W. Eaton <jwe@octave.org> |
4102 | |
6286 | 4103 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
4104 and check gnuplot_use_title_option instead of just assuming -title | |
4105 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
4106 | |
6285 | 4107 * Makefile.in (DISTFILES): Add move-if-change to the list. |
4108 | |
6284 | 4109 * audio/Makefile.in, control/base/Makefile.in, |
4110 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
4111 control/system/Makefile.in, control/util/Makefile.in, | |
4112 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
4113 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
4114 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
4115 optimization/Makefile.in, plot/Makefile.in, | |
4116 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4117 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4118 special-matrix/Makefile.in, startup/Makefile.in, | |
4119 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4120 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4121 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
4122 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
4123 | |
6283 | 4124 * plot/figure.m: Don't call drawnow. Correctly init figure when |
4125 only given property list. | |
4126 | |
6278 | 4127 2007-02-07 John W. Eaton <jwe@octave.org> |
4128 | |
6280 | 4129 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
4130 properties. | |
4131 | |
6278 | 4132 * plot/sombrero.m: Call box ("off") after mesh. |
4133 | |
4134 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
4135 line default" commands with older versions of gnuplot. | |
4136 | |
4137 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
4138 | |
6273 | 4139 2007-02-06 John W. Eaton <jwe@octave.org> |
4140 | |
4141 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
4142 * sparse/gplot.m: Use line style - instead of 1. | |
4143 | |
6272 | 4144 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
4145 | |
4146 * plot/print.m: Avoid error message from cellidx. | |
4147 | |
4148 2007-02-05 John W. Eaton <jwe@octave.org> | |
4149 | |
4150 * plot/legend.m: Fix check for data. | |
4151 | |
6270 | 4152 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
4153 | |
4154 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
4155 Always set lt and pt. | |
4156 | |
6269 | 4157 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
4158 | |
4159 * plot/contourc.m: Correctly compute X and Y. | |
4160 | |
6268 | 4161 2007-02-05 John W. Eaton <jwe@octave.org> |
4162 | |
4163 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
4164 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
4165 | |
6264 | 4166 2007-02-01 John W. Eaton <jwe@octave.org> |
4167 | |
6266 | 4168 * plot/__uiobject_draw_axes__.m: |
4169 Don't try to set axis limits unless we have data. | |
4170 | |
6264 | 4171 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
4172 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4173 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
4174 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
4175 instead of of key and fmt strings. | |
4176 | |
4177 * plot/__pltopt1__.m: Greatly simplify. | |
4178 | |
4179 * plot/__next_line_color__.m: New file. | |
4180 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4181 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
4182 | |
4183 * plot/__default_plot_options__.m: New file. | |
4184 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4185 | |
4186 * plot/__plt3__.m: Delete. | |
4187 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
4188 | |
6259 | 4189 2007-01-31 John W. Eaton <jwe@octave.org> |
4190 | |
6263 | 4191 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
4192 linestyle, linewidth, marker, and markersize properties. | |
4193 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
4194 colors and widths, and line styles. | |
4195 | |
4196 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 4197 |
6261 | 4198 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
4199 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4200 | |
4201 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
4202 __gnuplot_save_data__. | |
4203 | |
6259 | 4204 * image/image.m: Accept 2 args, but ignore the second for now. |
4205 | |
6258 | 4206 2007-01-30 David Bateman <dbateman@free.fr> |
4207 | |
4208 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
4209 to flag a package as to be autoloaded. Add install flags -noauto, | |
4210 -auto to force autoload behavior. | |
4211 (installed_packages): Make list of installed packages unique. | |
4212 | |
6259 | 4213 2007-01-30 John W. Eaton <jwe@octave.org> |
4214 | |
4215 * Merge of changes from graphics-branch: | |
4216 | |
4217 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 4218 |
4219 * plot/subplot.m: Set nextplot property of current figure to "add". | |
4220 | |
4221 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
4222 property if it exists. | |
4223 | |
6259 | 4224 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 4225 |
4226 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
4227 min values outside of loop over child objects. | |
4228 | |
4229 * plot/contour.m, plot/contourc.m: New files. | |
4230 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
4231 | |
4232 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
4233 find a gnuplot version newer than 4.0. | |
4234 * image/__img_gnuplot__.m: Delete. | |
4235 * image/image.m: Create image graphics object. | |
4236 Call newplot to setup and drawnow to finish. | |
4237 Eliminate ZOOM arg. | |
4238 | |
4239 * plot/__uiobject_draw_axes__.m: Handle image data. | |
4240 | |
4241 * plot/legend.m: Eliminate useless variable "warned". | |
4242 | |
4243 * plot/__uiobject_image_ctor__.m: New file. | |
4244 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4245 | |
4246 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
4247 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
4248 | |
4249 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
4250 | |
4251 * plot/__default_colormap__.m: New file. | |
4252 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4253 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
4254 property. | |
4255 * image/colormap.m: Use colormap property of current figure | |
4256 to store colormap instead of using persistent variable. | |
4257 Call __default_colormap__ to get default map value. | |
4258 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
4259 | |
4260 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
4261 Handle some tick mark options. | |
4262 | |
4263 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
4264 set corresponding *mode to "manual". If we set dataaspectratio, | |
4265 set dataaspectratiomode to "manual". | |
4266 | |
4267 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
4268 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
4269 | |
4270 * plot/axis.m: New file. | |
4271 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
4272 | |
4273 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
4274 set corresponding *limmode to "manual". | |
4275 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
4276 Use it to compute autosclaled limits. | |
4277 Arg is now handle, not object. Change all callers. | |
4278 Compute data limits. | |
4279 | |
6259 | 4280 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 4281 |
4282 * plot/drawnow: Fix visibility check for zero args. | |
4283 | |
4284 * plot/text.m: New file. | |
4285 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4286 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
4287 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
4288 horizontalalignment properties. | |
4289 | |
4290 * plot/figure.m: Set options for f we just constructed or were | |
4291 given as an argument, not gcf. Only return handle if nargout > 0. | |
4292 | |
4293 * plot/drawnow.m: Handle visible field for figure here. | |
4294 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
4295 | |
4296 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
4297 title and axis labels. | |
4298 | |
4299 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
4300 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
4301 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
4302 * plot/view.m: New file. | |
4303 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4304 | |
4305 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
4306 Call __request_drawnow__. | |
4307 | |
4308 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
4309 | |
4310 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
4311 Call set to set properties. Return handle instead of structure. | |
4312 Change all callers. | |
4313 | |
4314 * plot/__uiobject_axes_setr__.m: New file. | |
4315 * plot/set.in: Check for __setter__ field. | |
4316 | |
4317 * plot/__uiobject_axes_init__.in: | |
4318 Rename from plot/__uiobject_axes_init__.m. | |
4319 Include __uiobject_globals__. | |
4320 Accept handle as arg instead of structure | |
4321 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
4322 from the list. | |
4323 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
4324 | |
6259 | 4325 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 4326 |
4327 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
4328 | |
4329 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
4330 initializing each global variable. | |
4331 | |
6259 | 4332 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 4333 |
4334 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
4335 __uiobject_figure_handles_free_list__): New global variables. | |
4336 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
4337 Place unused handles on the free list. | |
4338 | |
4339 * plot/__uiobject_get_figure_handle__.in: Delete. | |
4340 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
4341 | |
4342 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
4343 handles here. Return figure handle. | |
4344 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
4345 | |
6259 | 4346 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 4347 |
4348 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
4349 data for gnuplot. | |
4350 | |
4351 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
4352 files. | |
4353 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
4354 (DISTFILES): Include include-globals.awk in the list. | |
4355 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
4356 ($(GEN_M) : %.m : %.in): New rule. | |
4357 | |
4358 * include-globals.awk: New file. | |
4359 | |
4360 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
4361 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
4362 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
4363 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
4364 plot/__uiobject_init_root_figure__.in, | |
4365 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
4366 Rename from corresponding .m files. | |
4367 | |
4368 * move-if-change: New file. | |
4369 | |
4370 * plot/__uiobject_delete__.m: New file. | |
4371 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
4372 plot/__uiobject_delete_child__.m: Delete. | |
4373 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
4374 not a character string. | |
4375 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
4376 Fix assignment to tmp key value in loop. | |
4377 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
4378 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
4379 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
4380 Inline code to delete children. | |
4381 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
4382 __uiobject_list__. | |
4383 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
4384 and free child. | |
4385 | |
6259 | 4386 2006-12-08 John W. Eaton <jwe@octave.org> |
4387 | |
4388 * plot/gcf.m: Check if the root figure object's currentfigure | |
4389 handle is empty, not 0. | |
4390 * plot/__uiobject_root_figure_ctor__.m: | |
4391 Set currentfigure to [], not 0. | |
4392 | |
4393 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
4394 | |
4395 2006-12-07 John W. Eaton <jwe@octave.org> | |
4396 | |
4397 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
4398 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
4399 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
4400 plot/__uiobject_delete_children__.m, | |
4401 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
4402 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
4403 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
4404 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
4405 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
4406 plot/__uiobject_init_figure__.m, | |
4407 plot/__uiobject_init_root_figure__.m, | |
4408 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
4409 plot/__uiobject_remove_child__.m, | |
4410 plot/__uiobject_root_figure_ctor__.m, | |
4411 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
4412 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
4413 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
4414 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
4415 plot/set.m: New files. | |
4416 | |
4417 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
4418 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
4419 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
4420 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
4421 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
4422 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
4423 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
4424 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
4425 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
4426 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
4427 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
4428 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
4429 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
4430 plot/semilogyerr.m, plot/replot.m: | |
4431 Adapt to new graphics data structure. | |
4432 | |
4433 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
4434 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
4435 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
4436 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
4437 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
4438 plot/plot_border.m, plot/subwindow.m: Delete. | |
4439 | |
4440 2007-01-24 David Bateman <dbateman@free.fr> | |
4441 | |
4442 * pkg/pkg.m: Install ChangeLog file if it exists. | |
4443 Delete bare newline in string passed to write_INDEX. | |
4444 | |
4445 * sparse/sprandsym.m: Make work for even values of N. | |
4446 | |
4447 2007-01-24 John W. Eaton <jwe@octave.org> | |
4448 | |
4449 * miscellaneous/news.m: New file. | |
4450 | |
4451 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
4452 | |
4453 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
4454 | |
4455 * strings/strncmp.m: Delete (we now have a built-in version). | |
4456 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4457 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 4458 |
4459 * testfun/test.m: Check for all files in path, use first found. | |
4460 | |
4461 2007-01-22 David Bateman <dbateman@free.fr> | |
4462 | |
4463 * polynomial/spline.m: Make DG a column instead of a row vector. | |
4464 | |
4465 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
4466 | |
4467 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
4468 file name. | |
4469 | |
4470 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
4471 nargout is 1. Handle colormaps that have too few colors. | |
4472 | |
4473 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
4474 (configure_make): Use fullfile instead of concatenating with "/". | |
4475 | |
6258 | 4476 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
4477 | |
4478 * set/ismember.m: Handle N-d arrays. | |
4479 | |
4480 2007-01-10 David Bateman <dbateman@free.fr> | |
4481 | |
4482 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
4483 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4484 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
4485 New files. | |
4486 | |
4487 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
4488 | |
6778 | 4489 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 4490 |
4491 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
4492 | |
4493 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
4494 instead of concatenating with "/". Use mlock to ensure that | |
4495 persistent variables are not clobbered if user types clear all. | |
4496 | |
4497 2007-01-08 John W. Eaton <jwe@octave.org> | |
4498 | |
4499 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
4500 Improve handling of file names containing globbing characters. | |
4501 From S�ren Hauberg <hauberg@gmail.com>. | |
4502 | |
4503 2007-01-05 John W. Eaton <jwe@octave.org> | |
4504 | |
4505 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
4506 New files. | |
4507 | |
4508 2006-12-30 John W. Eaton <jwe@octave.org> | |
4509 | |
4510 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
4511 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
4512 | |
4513 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
4514 | |
4515 * image/imshow.m: Strip NaNs from image. | |
4516 | |
4517 2006-12-08 David Bateman <dbateman@free.fr> | |
4518 | |
4519 * sparse/normest.m: New file. | |
4520 | |
6286 | 4521 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 4522 |
6210 | 4523 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
4524 Work on Windows systems without cp or mv. | |
4525 | |
6209 | 4526 * startup/inputrc: Include sequences for Windows. |
4527 | |
6203 | 4528 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
4529 | |
4530 * pkg/pkg.m (unload_packages): New function. | |
4531 (pkg): Handle unload action. | |
4532 | |
4533 * __errplot__.m: Add missing semicolon. | |
4534 | |
6193 | 4535 2006-11-30 John W. Eaton <jwe@octave.org> |
4536 | |
4537 * miscellaneous/mexext.m: New file. | |
4538 | |
6189 | 4539 2006-11-29 David Bateman <dbateman@free.fr> |
4540 | |
4541 * pkg/pkg.m: Add local_list and global_list options that allow the | |
4542 location of package lists to be probed and set. | |
4543 | |
6179 | 4544 2006-11-17 John W. Eaton <jwe@octave.org> |
4545 | |
6181 | 4546 * plot/__render_plot1__.m: Reverse y axis for images. |
4547 | |
6179 | 4548 * plot/__render_plot__.m: New args, terminal and output. |
4549 * plot/print.m: Don't set output and term here. Instead, call | |
4550 __render_plot__ with terminal and output. | |
4551 | |
6178 | 4552 2006-11-16 John W. Eaton <jwe@octave.org> |
4553 | |
4554 * plot/__render_plot1__.m: New file. | |
4555 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
4556 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
4557 gnuplot. Let __render_plot__ do that. | |
4558 | |
6177 | 4559 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
4560 | |
4561 * plot/plot.m: Fix doc string. | |
4562 | |
6173 | 4563 2006-11-16 John W. Eaton <jwe@octave.org> |
4564 | |
4565 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
4566 before sending anything to the plotter. | |
4567 | |
6172 | 4568 2006-11-15 John W. Eaton <jwe@octave.org> |
4569 | |
4570 * image/__img_gnuplot__.m: Store more info in global plot | |
4571 structures and use __render_plot__ to build plot command to | |
4572 display image. | |
4573 | |
4574 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
4575 | |
4576 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
4577 __plot_command_sep__): Delete. | |
4578 (__plot_data_type__, __plot_data_parametric__, | |
4579 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
4580 __plot_usingstr__, __plot_withstr__): New variables. | |
4581 * plot/__init_plot_vars__.m: Initialize them. | |
4582 | |
4583 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
4584 Don't handle sep or cmd. | |
4585 | |
4586 * plot/__render_plot__.m: New function. | |
4587 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
4588 Store more info in global plot structures and use __render_plot__ | |
4589 to build plot command. | |
4590 * plot/replot.m: Simply call __render_plot__. | |
4591 | |
4592 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
4593 Set __plot_data_parametric__ here. | |
4594 | |
6164 | 4595 2006-11-14 John W. Eaton <jwe@octave.org> |
4596 | |
6166 | 4597 * plot/bottom_title.m, plot/top_title.m: Delete. |
4598 | |
6164 | 4599 * image/image_viewer.m: Set default values here. |
4600 * image/image.m: Not here. | |
4601 | |
4602 * image/image_viewer.m: Always return old values. Check arguments. | |
4603 * image/__img_gnuplot__.m: Rename from __img__m. | |
4604 | |
4605 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
4606 | |
4607 * image/image_viewer.m: New function. | |
4608 * image/__img_via_file__.m: New function. | |
4609 * image/image.m: Use image_viewer to determine which program to | |
4610 use for image viewing. | |
6754 | 4611 * image/__img__.m: Silently accept more than 3 args. |
6164 | 4612 |
6163 | 4613 2006-11-14 John W. Eaton <jwe@octave.org> |
4614 | |
4615 * plot/__do_legend__.m, plot/__errplot__.m, | |
4616 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
4617 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
4618 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
4619 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
4620 Use __plot_globals__ for multiplot variables. Keep track of | |
4621 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
4622 | |
6157 | 4623 2006-11-13 John W. Eaton <jwe@octave.org> |
4624 | |
6158 | 4625 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
4626 | |
6157 | 4627 * miscellaneous/substruct.m: New function. |
4628 | |
4629 * testfun/assert.m: Force orientation to match when comparing | |
4630 struct elements. | |
4631 | |
4632 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
4633 when comparing structs. | |
4634 | |
4635 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
4636 | |
6754 | 4637 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
4638 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
4639 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
4640 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
4641 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
4642 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
4643 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 4644 |
6156 | 4645 2006-11-13 John W. Eaton <jwe@octave.org> |
4646 | |
4647 * plot/mesh.m: Use size_equal to compare dimensions. | |
4648 | |
6154 | 4649 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
4650 | |
4651 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
4652 | |
6152 | 4653 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
4654 | |
4655 * miscellaneous/copyfile.m: Fix docs to match function. | |
4656 | |
6145 | 4657 2006-11-08 John W. Eaton <jwe@octave.org> |
4658 | |
6146 | 4659 * plot/legend.m: New function, adapted from Octave Forge. |
4660 | |
4661 * plot/__do_legend__.m: New function. | |
4662 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
4663 plot/replot.m: Call it before plotting. | |
4664 | |
4665 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
4666 noparametric" to gnuplot.. | |
4667 | |
4668 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
4669 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
4670 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
4671 and return key title separate from line format. Accept format and | |
4672 key as cellstr. Always return data as cell array. Return format | |
4673 and key title as cellstr. | |
4674 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
4675 Handle line format and key titles separately. | |
4676 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
4677 | |
4678 * plot/__plot_globals__.m (__plot_line_offset__, | |
4679 __plot_key_labels__, __plot_key_properties__): New global | |
4680 variables. Initialize them. | |
4681 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
4682 __plot_key_labels__, __plot_key_properties__): Initialize. | |
4683 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
4684 (__plot_line_offset__, __plot_key_labels__, | |
4685 __plot_key_properties__): Store information about plot key titles. | |
4686 | |
4687 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
4688 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
4689 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
4690 respectively. | |
4691 | |
4692 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
4693 | |
6145 | 4694 * strings/strcat.m: Disable Octave:empty-list-elements warning |
4695 whle concatenating args. | |
4696 | |
6144 | 4697 2006-11-07 John W. Eaton <jwe@octave.org> |
4698 | |
4699 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
4700 | |
6142 | 4701 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
4702 | |
6143 | 4703 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
4704 option to regexp. | |
4705 | |
6142 | 4706 * image/__img__.m: Send "set size ratio -1" before plotting. |
4707 | |
6138 | 4708 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
4709 | |
6139 | 4710 * strings/index.m: New arg, direction. Simplify and speed up. |
4711 * strings/rindex.m: Implement using index (..., "last"); | |
4712 | |
6754 | 4713 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 4714 |
6130 | 4715 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
4716 | |
4717 * general/__isequal__.m: Test size and class more consistently. | |
4718 | |
6116 | 4719 2006-10-27 John W. Eaton <jwe@octave.org> |
4720 | |
6117 | 4721 * miscellaneous/ls_command.m: Use /D instead of /w. |
4722 From Michael Goffioul <michael.goffioul@swing.be>. | |
4723 | |
6116 | 4724 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
4725 * miscellaneous/dir.m: Mark as a command. | |
4726 | |
6112 | 4727 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4728 | |
4729 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
4730 | |
6088 | 4731 2006-10-25 John W. Eaton <jwe@octave.org> |
4732 | |
4733 * image/image.m: Set x = y = [] when nargin == 0; | |
4734 | |
4735 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
4736 | |
4737 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
4738 * image/__img__.m: New file, originally from | |
4739 Daniel J Sebald <daniel.sebald@ieee.org>. | |
4740 | |
6087 | 4741 2006-10-25 John W. Eaton <jwe@octave.org> |
4742 | |
4743 * plot/__gnuplot_version__.m: New function, originally from | |
4744 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
4745 Quentin Spencer <qspencer@ieee.org>. | |
4746 | |
6085 | 4747 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
4748 | |
4749 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
4750 | |
6081 | 4751 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
4752 | |
4753 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
4754 miscellaneous/gunzip.m: New files. | |
4755 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
4756 Call unpack to do the real work. | |
4757 | |
6075 | 4758 2006-10-24 John W. Eaton <jwe@octave.org> |
4759 | |
6078 | 4760 * plot/plot3.m: If we have a format string, then also pass using |
4761 string to __plt3__. | |
4762 | |
6077 | 4763 * plot/sombrero.m: Don't return anything if nargout == 0. |
4764 | |
6075 | 4765 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 4766 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 4767 |
6069 | 4768 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
4769 | |
4770 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
4771 Quote filenames in shell commands. | |
4772 | |
6055 | 4773 2006-10-17 David Bateman <dbateman@free.fr> |
4774 | |
4775 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
4776 the package directory is missing. | |
4777 | |
6052 | 4778 2006-10-13 John W. Eaton <jwe@octave.org> |
4779 | |
4780 * plot/box.m: New function. | |
4781 | |
6050 | 4782 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
4783 | |
4784 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
4785 | |
6049 | 4786 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
4787 | |
4788 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
4789 | |
6047 | 4790 2006-10-10 John W. Eaton <jwe@octave.org> |
4791 | |
4792 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
4793 | |
6046 | 4794 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
4795 | |
4796 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
4797 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
4798 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
4799 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
4800 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
4801 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
4802 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
4803 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
4804 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
4805 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
4806 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
4807 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
4808 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
4809 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
4810 control/system/buildssic.m, control/system/c2d.m, | |
4811 control/system/cellidx.m, control/system/d2c.m, | |
4812 control/system/dmr2d.m, control/system/fir2sys.m, | |
4813 control/system/is_abcd.m, control/system/is_controllable.m, | |
4814 control/system/is_detectable.m, control/system/is_digital.m, | |
4815 control/system/is_observable.m, control/system/is_siso.m, | |
4816 control/system/is_stabilizable.m, control/system/is_stable.m, | |
4817 control/system/jet707.m, control/system/listidx.m, | |
4818 control/system/ord2.m, control/system/parallel.m, | |
4819 control/system/ss.m, control/system/ss2zp.m, | |
4820 control/system/starp.m, control/system/sys2ss.m, | |
4821 control/system/sys2tf.m, control/system/sys2zp.m, | |
4822 control/system/sysadd.m, control/system/sysappend.m, | |
4823 control/system/syschtsam.m, control/system/sysconnect.m, | |
4824 control/system/syscont.m, control/system/sysdimensions.m, | |
4825 control/system/sysdisc.m, control/system/sysdup.m, | |
4826 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
4827 control/system/sysgroup.m, control/system/sysidx.m, | |
4828 control/system/sysmin.m, control/system/sysmult.m, | |
4829 control/system/sysout.m, control/system/sysprune.m, | |
4830 control/system/sysscale.m, control/system/syssetsignals.m, | |
4831 control/system/syssub.m, control/system/sysupdate.m, | |
4832 control/system/tf.m, control/system/tfout.m, | |
4833 control/system/ugain.m, control/system/zp.m, | |
4834 control/system/zpout.m, control/util/__outlist__.m, | |
4835 control/util/__zgpbal__.m, control/util/prompt.m, | |
4836 control/util/sortcom.m, control/util/strappend.m, | |
4837 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
4838 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
4839 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
4840 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
4841 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
4842 finance/pvl.m, finance/rate.m, finance/vol.m, | |
4843 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
4844 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
4845 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
4846 general/cumtrapz.m, general/deal.m, general/diff.m, | |
4847 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
4848 general/ind2sub.m, general/int2str.m, | |
4849 general/is_duplicate_entry.m, general/isdefinite.m, | |
4850 general/isequal.m, general/isequalwithequalnans.m, | |
4851 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
4852 general/isvector.m, general/logical.m, general/logspace.m, | |
4853 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
4854 general/perror.m, general/postpad.m, general/prepad.m, | |
4855 general/randperm.m, general/rem.m, general/repmat.m, | |
4856 general/rot90.m, general/rotdim.m, general/shift.m, | |
4857 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
4858 general/sub2ind.m, general/trapz.m, general/tril.m, | |
4859 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
4860 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
4861 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
4862 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
4863 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
4864 linear-algebra/cross.m, linear-algebra/dmult.m, | |
4865 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
4866 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
4867 linear-algebra/logm.m, linear-algebra/norm.m, | |
4868 linear-algebra/null.m, linear-algebra/orth.m, | |
4869 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
4870 linear-algebra/trace.m, linear-algebra/vec.m, | |
4871 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
4872 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
4873 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
4874 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
4875 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
4876 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
4877 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
4878 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
4879 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
4880 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
4881 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
4882 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
4883 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
4884 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
4885 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
4886 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
4887 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
4888 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
4889 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
4890 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
4891 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
4892 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
4893 polynomial/polyder.m, polynomial/polyderiv.m, | |
4894 polynomial/polyfit.m, polynomial/polygcd.m, | |
4895 polynomial/polyinteg.m, polynomial/polyout.m, | |
4896 polynomial/polyreduce.m, polynomial/polyval.m, | |
4897 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
4898 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
4899 set/complement.m, set/create_set.m, set/intersect.m, | |
4900 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
4901 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
4902 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
4903 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
4904 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
4905 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
4906 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
4907 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
4908 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
4909 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
4910 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
4911 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
4912 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
4913 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
4914 special-matrix/hankel.m, special-matrix/hilb.m, | |
4915 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
4916 special-matrix/toeplitz.m, special-matrix/vander.m, | |
4917 statistics/base/center.m, statistics/base/cloglog.m, | |
4918 statistics/base/cor.m, statistics/base/corrcoef.m, | |
4919 statistics/base/cov.m, statistics/base/cut.m, | |
4920 statistics/base/gls.m, statistics/base/iqr.m, | |
4921 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
4922 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
4923 statistics/base/mean.m, statistics/base/meansq.m, | |
4924 statistics/base/median.m, statistics/base/moment.m, | |
4925 statistics/base/ols.m, statistics/base/ppplot.m, | |
4926 statistics/base/probit.m, statistics/base/qqplot.m, | |
4927 statistics/base/range.m, statistics/base/ranks.m, | |
4928 statistics/base/run_count.m, statistics/base/skewness.m, | |
4929 statistics/base/spearman.m, statistics/base/statistics.m, | |
4930 statistics/base/std.m, statistics/base/studentize.m, | |
4931 statistics/base/table.m, statistics/base/values.m, | |
4932 statistics/base/var.m, statistics/distributions/betacdf.m, | |
4933 statistics/distributions/betainv.m, | |
4934 statistics/distributions/betapdf.m, | |
4935 statistics/distributions/betarnd.m, | |
4936 statistics/distributions/binocdf.m, | |
4937 statistics/distributions/binoinv.m, | |
4938 statistics/distributions/binopdf.m, | |
4939 statistics/distributions/binornd.m, | |
4940 statistics/distributions/cauchy_cdf.m, | |
4941 statistics/distributions/cauchy_inv.m, | |
4942 statistics/distributions/cauchy_pdf.m, | |
4943 statistics/distributions/cauchy_rnd.m, | |
4944 statistics/distributions/chi2cdf.m, | |
4945 statistics/distributions/chi2inv.m, | |
4946 statistics/distributions/chi2pdf.m, | |
4947 statistics/distributions/chi2rnd.m, | |
4948 statistics/distributions/discrete_cdf.m, | |
4949 statistics/distributions/discrete_inv.m, | |
4950 statistics/distributions/discrete_pdf.m, | |
4951 statistics/distributions/discrete_rnd.m, | |
4952 statistics/distributions/empirical_rnd.m, | |
4953 statistics/distributions/expcdf.m, | |
4954 statistics/distributions/expinv.m, | |
4955 statistics/distributions/exppdf.m, | |
4956 statistics/distributions/exprnd.m, | |
4957 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
4958 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
4959 statistics/distributions/gamcdf.m, | |
4960 statistics/distributions/gaminv.m, | |
4961 statistics/distributions/gampdf.m, | |
4962 statistics/distributions/gamrnd.m, | |
4963 statistics/distributions/geocdf.m, | |
4964 statistics/distributions/geoinv.m, | |
4965 statistics/distributions/geopdf.m, | |
4966 statistics/distributions/geornd.m, | |
4967 statistics/distributions/hygecdf.m, | |
4968 statistics/distributions/hygeinv.m, | |
4969 statistics/distributions/hygepdf.m, | |
4970 statistics/distributions/hygernd.m, | |
4971 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
4972 statistics/distributions/laplace_cdf.m, | |
4973 statistics/distributions/laplace_inv.m, | |
4974 statistics/distributions/laplace_pdf.m, | |
4975 statistics/distributions/laplace_rnd.m, | |
4976 statistics/distributions/logistic_cdf.m, | |
4977 statistics/distributions/logistic_inv.m, | |
4978 statistics/distributions/logistic_pdf.m, | |
4979 statistics/distributions/logistic_rnd.m, | |
4980 statistics/distributions/logncdf.m, | |
4981 statistics/distributions/logninv.m, | |
4982 statistics/distributions/lognpdf.m, | |
4983 statistics/distributions/lognrnd.m, | |
4984 statistics/distributions/normcdf.m, | |
4985 statistics/distributions/norminv.m, | |
4986 statistics/distributions/normpdf.m, | |
4987 statistics/distributions/normrnd.m, | |
4988 statistics/distributions/pascal_cdf.m, | |
4989 statistics/distributions/pascal_inv.m, | |
4990 statistics/distributions/pascal_pdf.m, | |
4991 statistics/distributions/pascal_rnd.m, | |
4992 statistics/distributions/poisscdf.m, | |
4993 statistics/distributions/poissinv.m, | |
4994 statistics/distributions/poisspdf.m, | |
4995 statistics/distributions/poissrnd.m, | |
4996 statistics/distributions/stdnormal_cdf.m, | |
4997 statistics/distributions/stdnormal_inv.m, | |
4998 statistics/distributions/stdnormal_pdf.m, | |
4999 statistics/distributions/stdnormal_rnd.m, | |
5000 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
5001 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
5002 statistics/distributions/unifcdf.m, | |
5003 statistics/distributions/unifinv.m, | |
5004 statistics/distributions/unifpdf.m, | |
5005 statistics/distributions/unifrnd.m, | |
5006 statistics/distributions/wblcdf.m, | |
5007 statistics/distributions/wblinv.m, | |
5008 statistics/distributions/wblpdf.m, | |
5009 statistics/distributions/wblrnd.m, | |
5010 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
5011 statistics/tests/bartlett_test.m, | |
5012 statistics/tests/chisquare_test_homogeneity.m, | |
5013 statistics/tests/chisquare_test_independence.m, | |
5014 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
5015 statistics/tests/hotelling_test.m, | |
5016 statistics/tests/hotelling_test_2.m, | |
5017 statistics/tests/kolmogorov_smirnov_test.m, | |
5018 statistics/tests/kolmogorov_smirnov_test_2.m, | |
5019 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
5020 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
5021 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
5022 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
5023 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
5024 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
5025 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
5026 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
5027 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
5028 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
5029 strings/index.m, strings/isletter.m, strings/lower.m, | |
5030 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
5031 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
5032 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
5033 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
5034 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
5035 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
5036 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
5037 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
5038 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5039 time/etime.m, time/is_leap_year.m: | |
5040 Use print_usage instead of usage. | |
5041 | |
6044 | 5042 2006-10-09 David Bateman <dbateman@free.fr> |
5043 | |
5044 * time/datevec.m: Add additional compatible default parsing strings. | |
5045 | |
6395 | 5046 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 5047 |
6042 | 5048 * pkg/pkg.m: Remove trailing "\n" from error messages. |
5049 Remove compare_versions subfunction. | |
5050 | |
5051 * miscellaneous/compare_versions.m: New function to compare | |
5052 version numbers as strings with any boolean operators. | |
5053 | |
6041 | 5054 * miscellaneous/untar.m: Check more rigorously to see if the tar |
5055 file exists. | |
5056 | |
6036 | 5057 2006-10-04 John W. Eaton <jwe@octave.org> |
5058 | |
5059 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
5060 | |
6032 | 5061 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
5062 | |
6037 | 5063 * pkg/pkg.m: Update docs. Handle prefix option. |
5064 Handle dependencies for load option. | |
6032 | 5065 |
6029 | 5066 2006-10-04 John W. Eaton <jwe@octave.org> |
5067 | |
6030 | 5068 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
5069 | |
5070 * plot/clg.m: Delete. | |
5071 * plot/__init_plot_vars__.m: New function. | |
5072 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 5073 |
6025 | 5074 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
5075 | |
5076 * pkg/pkg.m: Avoid calling addpath with no args. | |
5077 | |
6024 | 5078 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
5079 | |
5080 * audio/loadaudio.m, control/base/nyquist.m, | |
5081 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
5082 linear-algebra/krylov.m, statistics/base/center.m, | |
5083 statistics/base/median.m, statistics/base/std.m, | |
5084 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
5085 find first or last element matching a condition. | |
5086 | |
6023 | 5087 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
5088 | |
5089 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
5090 general/__isequal__.m: Minimize looping using cellfun. | |
5091 | |
6020 | 5092 2006-10-02 David Bateman <dbateman@free.fr> |
5093 | |
5094 * pkg/pkg.m (copy_files): always create installation directory. | |
5095 | |
6016 | 5096 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
5097 | |
5098 * miscellaneous/doc.m: Swap file and directory args to info. | |
5099 | |
5100 2006-10-01 Arno Onken <whyly@gmx.net> | |
5101 | |
5102 * statistics/distributions/exprnd.m: Fix typo. | |
5103 | |
6014 | 5104 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
5105 | |
5106 * polynomial/ppval.m: Use .' instead of '. | |
5107 * polynomial/spline.m: Likewise. New tests. | |
5108 | |
6004 | 5109 2006-09-26 David Bateman <dbateman@free.fr> |
5110 | |
5111 * __plt3__.m: Using global variables __plot_data__, | |
5112 __plot_data_offset__ and __plot_command__ to store plots and | |
5113 correctly handle multiplots, and hold state. Only accept a single | |
5114 data parameter plus, using, format and with strings. Remove | |
5115 setting of gnuplot parameters. | |
5116 * __make_using_clause__.m: New function extracted from __plt__.m. | |
5117 * __setup_plot__.m: Convert to a function and pass the plotting | |
5118 command to use. | |
5119 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
5120 * contour.m: Use unwind protect on the parametric state of plot | |
5121 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
5122 * mesh.m: ditto. | |
5123 * plot3.m: Error checking, setting of parametric state and | |
5124 formation of matrix to plot moved from old __plt3__. | |
5125 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5126 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 5127 |
5997 | 5128 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 5129 |
5130 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
5131 | |
5132 * signal/filter2.m: Correct texinfo doc. | |
5133 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5134 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 5135 |
5136 * miscellaneous/parseparams.m: Correct texinfo doc. | |
5137 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5138 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 5139 |
5140 * pkg/pkg.m (prepare_installation): Don't create package | |
5141 installation directory here. | |
5142 (copy_files): Create it here instead, to avoid issues with | |
5143 upgrades. Also install the COPYING file in packinfo. | |
5144 | |
5989 | 5145 2006-09-13 John W. Eaton <jwe@octave.org> |
5146 | |
5147 * general/blkdiag.m: Adjust to new cellfun rules. | |
5148 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5149 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 5150 |
5151 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
5152 error message for archive name not matching package name. | |
5153 (installed_packages): Size header of printed results to | |
5154 arguments. Sort the list of installed packages before printing | |
5155 them. | |
5156 | |
5986 | 5157 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
5158 | |
5159 * signal/freqz.m: Update tests. | |
5160 | |
5161 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
5162 | |
5163 * signal/freqz.m: Corretly postpad arrays. | |
5164 Don't call fliplr on a column vector. | |
5165 | |
5984 | 5166 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
5167 | |
5168 * general/shiftdim.m: Use permute instead of reshape. | |
5169 | |
5981 | 5170 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
5171 | |
5172 * miscellaneous/parseparams.m: New function. | |
5173 | |
5980 | 5174 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
5175 | |
5176 * miscellaneous/doc.m: Swap order of --file and --directory | |
5177 options for info program invocation. | |
5178 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5179 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 5180 |
5987 | 5181 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 5182 previous change. |
5183 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5184 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 5185 |
5186 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
5187 absence of trailing "/" in OCTAVE_HOME. | |
5188 | |
5973 | 5189 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
5190 | |
5191 * time/datenum.m: Allow arg to be character string. | |
5192 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5193 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 5194 |
5195 * pkg/pkg.m (install): Verify that package name correponds to the | |
5196 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
5197 they are empty. If package directory is empty, remove it to fail | |
5198 gracefully for system specific packages. | |
5199 (extract_pkgadd, create_pkgadd): delete. | |
5200 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
5201 (copy_files): Install both bin/ and doc/ directories, adding the | |
5202 bin/ to the EXEC_PATH when the package is loaded. | |
5203 | |
5962 | 5204 2006-08-24 John W. Eaton <jwe@octave.org> |
5205 | |
5206 * image/saveimage.m: Use logical indexing instead of | |
5207 indices computed by calling find on the logical index. | |
5208 | |
5961 | 5209 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5210 | |
5967 | 5211 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 5212 Use logical indexing instead of indices computed by calling find |
5213 on the logical index. | |
5214 | |
5215 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 5216 |
5959 | 5217 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
5218 | |
5219 * control/system/tf2zp.m: Simplify gain calculation. | |
5220 | |
5958 | 5221 2006-08-23 John W. Eaton <jwe@octave.org> |
5222 | |
5223 * plot/__plt__.m: Insert using clauses for all plots. | |
5224 | |
5957 | 5225 2006-08-23 A S Hodel <hodelas@auburn.edu> |
5226 | |
5227 * control/system/sysscale.m: Call tf and zp with correct number of | |
5228 args. | |
5229 | |
5955 | 5230 2006-08-22 David Bateman <dbateman@free.fr> |
5231 | |
5232 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
5233 Search inst/*.m and src/*.m files in the package for | |
5234 PKG_ADD directives and append user supplied PKG_ADD. | |
5235 (pkg): Call create_pkgadd after copying files. | |
5236 | |
5947 | 5237 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5238 | |
5239 * pkg/pkg.m: Handle multiple packages in a single file. | |
5240 Insert directory separator between OCTAVE_HOME and rest of package | |
5241 installation directory. | |
5242 | |
5243 2006-08-21 John W. Eaton <jwe@octave.org> | |
5244 | |
5245 * general/num2str.m: Early return if arg is empty. | |
5246 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
5247 | |
5946 | 5248 2006-08-21 David Bateman <dbateman@free.fr> |
5249 | |
5250 * strings/mat2str.m: Compute NC before using. | |
5251 | |
5937 | 5252 2006-08-17 John W. Eaton <jwe@octave.org> |
5253 | |
5254 * audio/wavread.m: Fix calculation of sample count. | |
5255 | |
5934 | 5256 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5257 | |
5258 * image/imshow.m: New Matlab-compatible version. | |
5259 | |
5930 | 5260 2006-08-15 John W. Eaton <jwe@octave.org> |
5261 | |
5262 * deprecated/is_global.m: Delete. | |
5263 | |
5928 | 5264 2006-08-14 John W. Eaton <jwe@octave.org> |
5265 | |
5266 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
5267 | |
5926 | 5268 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5269 | |
5270 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
5271 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
5272 | |
5928 | 5273 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5274 | |
6778 | 5275 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 5276 Use addpath and rmpath instead of manipulating LOADPATH. |
5277 Handle changes to system function. | |
5278 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
5279 recursive directory removal. | |
5922 | 5280 |
5924 | 5281 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
5282 | |
6778 | 5283 * colormap.m: Change global variable to persistent. |
5923 | 5284 |
5922 | 5285 * rgb2ind.m: Handle single 3-d array as rgb image. |
5286 | |
5920 | 5287 2006-08-14 John W. Eaton <jwe@octave.org> |
5288 | |
5289 * strings/str2double.m: Fix missing semicolon. | |
5290 | |
5910 | 5291 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
5292 | |
5293 * plot/plot3.m: Accept one complex or one real and one complex | |
5294 argument and plot real and imaginary components for y and z. | |
5295 | |
5908 | 5296 2006-07-27 John W. Eaton <jwe@octave.org> |
5297 | |
5298 * testfun/test.m: Call fflush after each block of calls to | |
5299 fprintf, fputs, or fdisp. | |
5300 | |
5904 | 5301 2006-07-26 John W. Eaton <jwe@octave.org> |
5302 | |
5303 * miscellaneous/mex.m: New function. | |
5304 | |
5901 | 5305 2006-07-22 John W. Eaton <jwe@octave.org> |
5306 | |
5307 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
5308 | |
5881 | 5309 2006-07-07 John W. Eaton <jwe@octave.org> |
5310 | |
5311 * miscellaneous/orderfields.m: New file. | |
5312 | |
5873 | 5313 2006-06-30 John W. Eaton <jwe@octave.org> |
5314 | |
5315 * time/datevec.m: Make another attempt to account for precision of | |
5316 datenum format. | |
5317 | |
5868 | 5318 2006-06-29 John W. Eaton <jwe@octave.org> |
5319 | |
5320 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
5321 Use feval instead of "type -q" to get values now that all the | |
5322 symbols are functions. | |
5323 | |
5860 | 5324 2006-06-16 John W. Eaton <jwe@octave.org> |
5325 | |
5326 * time/datevec.m: Avoid computing log of non-positive values. | |
5327 | |
5859 | 5328 2006-06-14 John W. Eaton <jwe@octave.org> |
5329 | |
5330 * time/datevec.m: Attempt to account for precision of datenum format. | |
5331 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5332 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 5333 |
5334 * audio/wavread.m: Fix file range error and add read support for | |
5335 24-bit WAV files. | |
5336 | |
5837 | 5337 2006-06-01 David Bateman <dbateman@free.fr> |
5338 | |
5339 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
5340 general/interp1.m, general/gradient.m, general/interp2.m, | |
5341 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
5342 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
5343 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
5344 | |
5835 | 5345 2006-05-31 Bill Denney <bill@givebillmoney.com> |
5346 | |
5347 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
5348 * miscellaneous/texas_lotto.m: Fix warning message. | |
5349 | |
5830 | 5350 2006-05-26 John W. Eaton <jwe@octave.org> |
5351 | |
5352 * miscellaneous/doc.m: Also handle nargin == 0. | |
5353 | |
5829 | 5354 2006-05-23 John W. Eaton <jwe@octave.org> |
5355 | |
5356 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
5357 really needed. | |
5358 | |
5827 | 5359 2006-05-22 John W. Eaton <jwe@octave.org> |
5360 | |
6754 | 5361 * general/lookup.m: New file from Octave Forge. |
5827 | 5362 |
5363 2006-05-22 David Bateman <dbateman@free.fr> | |
5364 | |
6754 | 5365 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
5366 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
5367 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
5368 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
5369 special-matrix/magic.m, special-matrix/hadamard.m, | |
5370 strings/strtok.m: New files from Octave Forge. | |
5827 | 5371 |
5824 | 5372 2006-05-19 David Bateman <dbateman@free.fr> |
5373 | |
5374 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 5375 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 5376 |
5821 | 5377 2006-05-17 John W. Eaton <jwe@octave.org> |
5378 | |
5379 * set/intersection.m: Delete | |
5380 * deprecated/intersection.m: New file. | |
5381 | |
5820 | 5382 2006-05-17 David Bateman <dbateman@free.fr> |
5383 | |
5384 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
5385 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
5386 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
5387 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
5388 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
5389 Forge. | |
5390 | |
5809 | 5391 2006-05-11 John W. Eaton <jwe@octave.org> |
5392 | |
5815 | 5393 * path/path.m: Delete (now a built-in function). |
5394 | |
5811 | 5395 * pkg/Makefile.in: New file. |
5396 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 5397 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 5398 |
5808 | 5399 2006-05-10 John W. Eaton <jwe@octave.org> |
5400 | |
5401 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
5402 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
5403 | |
5807 | 5404 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
5405 | |
5406 * tar.m, untar.m, unzip.m: New files. | |
5407 | |
5801 | 5408 2006-05-10 John W. Eaton <jwe@octave.org> |
5409 | |
5804 | 5410 * path/addpath.m, path/rmpath.m: Improve compatibility. |
5411 * path/setpath.m: Delete. | |
5412 | |
5801 | 5413 * pkg/pkg.m: New file. |
5414 | |
5798 | 5415 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
5416 | |
5417 * plot/plot.m: Doc string fix. | |
5418 | |
5419 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
5420 | |
5421 * testfun/speeed.m: Use new interface to unique and assert. | |
5422 Improve documentation. Approximate time complexity from log-log | |
5423 plot. Return time complexity and raw times if requested. The | |
5424 mean ratio is no longer returned. Provide complete control over | |
5425 which n are computed. | |
5426 | |
5427 2006-05-09 John W. Eaton <jwe@octave.org> | |
5428 | |
5429 * path/path.m: Move here from miscellaneous. | |
5430 Adapt to new LOADPATH definition. | |
5431 | |
5789 | 5432 2006-05-03 David Bateman <dbateman@free.fr> |
5433 | |
5434 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
5435 explicit uses of a path seperation character with pathsep(). | |
5436 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5437 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 5438 |
6778 | 5439 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 5440 |
5781 | 5441 2006-04-29 John W. Eaton <jwe@octave.org> |
5442 | |
5443 * startup/main-rcfile: Disable some warnings. | |
5444 | |
5762 | 5445 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
5446 | |
5447 * strings/strcmpi.m: Return false instead of error if args are not | |
5448 char or cellstr. | |
5449 | |
5750 | 5450 2006-04-10 John W. Eaton <jwe@octave.org> |
5451 | |
5452 * miscellaneous/dir.m: Ensure that returned structure array is | |
5453 Nx1, not 1xN. | |
5454 | |
5746 | 5455 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
5456 | |
5457 * plot/hist.m: Ignore NaN in inputs. | |
5458 | |
5745 | 5459 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
5460 | |
5461 * miscellaneous/mkoctfile.m: Doc string fix. | |
5462 | |
5741 | 5463 2006-04-05 John W. Eaton <jwe@octave.org> |
5464 | |
5465 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
5466 are both empty. | |
5467 * plot/__plt__.m: Ignore empty data and format strings returned | |
5468 from __plt1__ or __plt2__. | |
5469 | |
5737 | 5470 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
5471 | |
6778 | 5472 * set/unique.m: Properly handle single column input when |
5737 | 5473 "rows" is specified. |
5474 | |
5732 | 5475 2006-04-04 John W. Eaton <jwe@octave.org> |
5476 | |
5736 | 5477 * path/setpath.m: New file. |
5478 * path/savepath.m: Use setpath to set path instead of assigning | |
5479 directly to LOADPATH. | |
5480 | |
5732 | 5481 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
5482 New files, adapted from Octave Forge by Keith Goodman | |
5483 <kwgoodman@gmail.com>. | |
5484 * path: New directory. | |
5485 * Makefile.in (SUBDIRS): Add it to the list. | |
5486 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
5487 | |
5731 | 5488 2006-04-02 David Bateman <dbateman@free.fr> |
5489 | |
5490 * general/tril.m, general.triu.m: | |
5491 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
5492 to allow user types to work correctly. | |
5493 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
5494 | |
5727 | 5495 2006-04-03 David Bateman <dbateman@free.fr> |
5496 | |
5497 * plot/grid.m: Cache the state of the grid to allow toggling. | |
5498 Accept keyword "minor" for minor grid. | |
5499 | |
5721 | 5500 2006-03-28 John W. Eaton <jwe@octave.org> |
5501 | |
5502 * general/isscalar.m: Only require that all dimensions are 1 for | |
5503 compatiblity. | |
5504 | |
5505 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
5506 | |
5507 * general/isvector.m: Allow non-numeric objects to be vectors for | |
5508 compatibility. | |
5509 | |
5720 | 5510 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
5511 | |
5512 * plot/__errplot__.m: Doc string fix. | |
5513 | |
5514 * miscellaneous/doc.m: Mark as command. | |
5515 | |
5516 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
5517 general/isequalwithequalnans.m, general/blkdiag.m, | |
5518 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
5519 | |
5717 | 5520 2006-03-27 Don Bindner <dbindner@truman.edu> |
5521 | |
5522 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
5523 return 3d matrices. | |
5524 | |
5525 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
5526 | |
5527 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
5528 | |
5708 | 5529 2006-03-22 John W. Eaton <jwe@octave.org> |
5530 | |
5531 * plot/print.m: Don't replot after popping terminal setting. | |
5532 | |
5696 | 5533 2006-03-20 John W. Eaton <jwe@octave.org> |
5534 | |
5535 * miscellaneous/mkoctfile.m: Use version-specific name of | |
5536 mkoctfile. Use fullfile to construct file name. | |
5537 | |
5695 | 5538 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
5539 | |
5540 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
5541 shell script from Octave prompt. | |
5542 | |
5690 | 5543 2006-03-17 John W. Eaton <jwe@octave.org> |
5544 | |
5693 | 5545 * deprecated/weibcdf.m, deprecated/weibinv.m, |
5546 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
5547 | |
5548 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
5549 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
5550 Call new wbl functions to do the real work. | |
5551 Swap args and provide default values as necessary to preserve | |
5552 compatibility with old version of Octave. | |
5553 | |
5554 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
5555 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
5556 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
5557 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
5558 Swap scale and shape args for compatibility. | |
5559 | |
5692 | 5560 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
5561 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
5562 Preserve compatibility with old versions of Octave given new | |
5563 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 5564 |
5692 | 5565 * statistics/distributions/logncdf.m, |
5566 statistics/distributions/logninv.m, | |
5567 statistics/distributions/lognpdf.m, | |
5568 statistics/distributions/lognrnd.m: Compatibility fixes. | |
5569 From Ben Barrowes <barrowes@alum.mit.edu> | |
5570 | |
5691 | 5571 * deprecated/hypergeometric_rnd.m: Update interface to match |
5572 current 2.1.x version. | |
5573 | |
5574 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
5575 | |
5690 | 5576 * miscellaneous/dir.m: Use readdir instead of glob. |
5577 Special case for "." to avoid globbing. Use list_in_columns. | |
5578 Eliminate unused variables len and finfo. | |
5579 | |
5689 | 5580 2006-03-16 Bill Denney <bill@givebillmoney.com> |
5581 | |
5582 * miscellaneous/dir.m: Improve compatibility. | |
5583 | |
5687 | 5584 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5585 | |
5586 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5587 time/now.m, time/weekday.m: New functions from Octave Forge. | |
5588 | |
5686 | 5589 2006-03-16 John W. Eaton <jwe@octave.org> |
5590 | |
5591 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
5592 of looking at sum of max dimensions. | |
5593 | |
5681 | 5594 2006-03-16 David Bateman <dbateman@free.fr> |
5595 | |
5596 * testfun/test.m: Clear last warning before warning test to avoid | |
5597 issues with previously set warnings. | |
5598 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
5599 sparse matrices. Force matrix type from spqr solution to be | |
5600 singular to force QR solvers to be used for assert. | |
5601 | |
5678 | 5602 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5603 | |
5604 * strings/strfind.m: New file. | |
5605 | |
5677 | 5606 2006-03-16 John W. Eaton <jwe@octave.org> |
5607 | |
5608 * general/rows.m, general/columns.m: Delete. | |
5609 | |
5674 | 5610 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5611 | |
5612 * strings/strcmpi.m: Simplify. | |
5613 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 5614 * strings/strtrunc.m: New file. |
5674 | 5615 |
5676 | 5616 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
5617 | |
5672 | 5618 2006-03-15 John W. Eaton <jwe@octave.org> |
5619 | |
5620 * miscellaneous/doc.m: New file. | |
5621 From Soren Hauberg <soren@hauberg.org>. | |
5622 | |
5671 | 5623 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
5624 | |
5625 * miscellaneous/mkoctfile.m: New file. | |
5626 | |
5670 | 5627 2006-03-15 John W. Eaton <jwe@octave.org> |
5628 | |
5629 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
5630 | |
5666 | 5631 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
5632 | |
5633 * strings/bin2dec.m: Doc fix. | |
5634 | |
5661 | 5635 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
5636 | |
5637 * time/etime.m: Use datenum to support times spanning year boundaries. | |
5638 * time/datenum.m: New function to compute day number from time. | |
5639 | |
5659 | 5640 2006-03-09 John W. Eaton <jwe@octave.org> |
5641 | |
5642 * miscellaneous/unix.m, plot/print.m: | |
5643 Swap order of outputs from system. | |
5644 | |
5642 | 5645 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
5646 | |
5647 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
5648 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
5649 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
5650 control/base/__stepimp__.m, control/base/are.m, | |
5651 control/base/controldemo.m, control/base/damp.m, | |
5652 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
5653 control/base/step.m, control/system/abcddim.m, | |
5654 control/system/is_abcd.m, control/system/is_controllable.m, | |
5655 control/system/is_detectable.m, control/system/is_observable.m, | |
5656 control/system/is_stabilizable.m, control/system/is_stable.m, | |
5657 control/system/jet707.m, control/system/sys2fir.m, | |
5658 control/system/sysdimensions.m, control/system/sysupdate.m, | |
5659 control/system/tfout.m, control/system/ugain.m, | |
5660 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
5661 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
5662 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
5663 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
5664 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
5665 general/circshift.m, general/columns.m, general/flipdim.m, | |
5666 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
5667 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
5668 general/isequalwithequalnans.m, general/isscalar.m, | |
5669 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
5670 general/logspace.m, general/mod.m, general/nextpow2.m, | |
5671 general/num2str.m, general/perror.m, general/pol2cart.m, | |
5672 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
5673 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
5674 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
5675 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
5676 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
5677 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
5678 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
5679 miscellaneous/license.m, miscellaneous/menu.m, | |
5680 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
5681 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
5682 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
5683 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
5684 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
5685 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
5686 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
5687 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
5688 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
5689 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
5690 polynomial/polyinteg.m, polynomial/polyout.m, | |
5691 polynomial/polyreduce.m, polynomial/polyval.m, | |
5692 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
5693 set/create_set.m, set/intersection.m, set/ismember.m, | |
5694 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
5695 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
5696 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
5697 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
5698 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
5699 special-matrix/hilb.m, special-matrix/invhilb.m, | |
5700 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
5701 special-matrix/vander.m, statistics/base/median.m, | |
5702 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
5703 statistics/distributions/gaminv.m, | |
5704 statistics/distributions/gampdf.m, | |
5705 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
5706 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
5707 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
5708 strings/lower.m, strings/upper.m, testfun/assert.m, | |
5709 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
5710 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
5711 | |
5633 | 5712 2006-02-27 John W. Eaton <jwe@octave.org> |
5713 | |
5714 * time/tic.m: Move here from miscellaneous/tic.m. | |
5715 * time/toc.m: Move here from miscellaneous/toc.m. | |
5716 | |
5717 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
5718 | |
5719 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
5720 does not assign output of toc to a variable. | |
5721 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5722 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 5723 |
5724 * axis.m: Catch limits that are the same and return an error. | |
5725 | |
5625 | 5726 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5727 | |
5728 * plot/print.m: Accept emf device option to support Enhanced | |
5729 Metafile format. | |
5730 | |
5731 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
5732 | |
5733 * control/base/lqe.m: Doc fix. | |
5734 | |
5623 | 5735 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
5736 | |
5737 * statistics/distributions/gamcdf.m: Doc fix. | |
5738 * statistics/distributions/gaminv.m: Doc fix. | |
5739 * statistics/distributions/gampdf.m: Doc fix. | |
5740 * statistics/distributions/gamrnd.m: Doc fix. | |
5741 | |
5610 | 5742 2006-02-09 David Bateman <dbateman@free.fr> |
5743 | |
6778 | 5744 * general/triu.m: Minimum change to allow sparse matrix. More needed |
5745 for arbitrary user type. | |
5746 * general/tril.m: ditto. | |
5747 * sparse/sprand.m: Doc fix. | |
5748 * sparse/sprandn.m: Ditto. | |
5749 * sparse/sprandsym.m: New function. | |
5750 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
5751 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
5752 Update for syntax error for latest texinfo.tex file. | |
5610 | 5753 |
5605 | 5754 2006-02-02 John W. Eaton <jwe@octave.org> |
5755 | |
5756 * plot/grid.m: Append ";\n" to "set grid" command. | |
5757 | |
5758 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
5759 | |
5760 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
5761 | |
5597 | 5762 2006-01-13 John W. Eaton <jwe@octave.org> |
5763 | |
5764 * audio/Makefile.in, control/base/Makefile.in, | |
5765 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
5766 control/system/Makefile.in, control/util/Makefile.in, | |
5767 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
5768 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
5769 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
5770 optimization/Makefile.in, plot/Makefile.in, | |
5771 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5772 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5773 special-matrix/Makefile.in, startup/Makefile.in, | |
5774 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5775 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5776 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
5777 (all): Depend on PKG_ADD. | |
5778 (PKG_ADD): New target. | |
5779 | |
5780 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
5781 | |
5782 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
5783 | |
5596 | 5784 2006-01-13 John W. Eaton <jwe@octave.org> |
5785 | |
5786 * time/etime.m: Move here from miscellaneous/etime.m. | |
5787 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
5788 | |
5595 | 5789 2006-01-13 Bill Denney <bill@givebillmoney.com> |
5790 | |
6778 | 5791 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 5792 * miscellaneous/fullfile.m: Likewise. |
5793 | |
5592 | 5794 2006-01-12 David Bateman <dbateman@free.fr> |
5795 | |
5796 * general/blkdiag.m: Compatible behavior for empty matrices | |
5797 * statistics/base/unidrnd.m: Documentation buglet. | |
5798 | |
5583 | 5799 2005-12-14 David Bateman <dbateman@free.fr> |
5800 | |
5589 | 5801 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
5802 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
5803 | |
5804 * Makefile.in (SUBDIRS): Include testfun. | |
5805 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
5806 | |
5583 | 5807 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
5808 | |
5809 * general/__isequal__.m: Remove reference to getfield. | |
5810 | |
5811 * plot/hist.m: Update test code for row/column discrepencies. | |
5812 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
5813 Update the test code for this. | |
5814 * sparse/spstats.m: Fix small bug in the dimension of output. | |
5815 | |
5579 | 5816 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5817 | |
5818 * cell/cell2mat.m: New file, from octave-forge. | |
5819 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5820 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 5821 |
5822 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
5823 New graph theory functions. | |
5824 | |
5574 | 5825 2005-12-13 John W. Eaton <jwe@octave.org> |
5826 | |
5827 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
5828 | |
5829 * control/system/ss.m: Doc fix. | |
5830 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5831 | |
5572 | 5832 2005-12-12 Michael Zeising <michael@michaels-website.de> |
5833 | |
5834 * audio/wavread.m, audio/wavwrite.m: | |
5835 Correct scaling for 8-bit linear pcm samples. | |
5836 Improve scaling for all other linear pcm resolutions. | |
5837 | |
5568 | 5838 2005-12-07 John W. Eaton <jwe@octave.org> |
5839 | |
5840 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
5841 | |
5842 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
5843 * strings/strjust.m: Likewise. | |
5844 | |
5845 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
5846 * signal/arma_rnd.m: Likewise. | |
5847 * strings/strcat.m: Likewise. | |
5848 * control/base/__freqresp__.m: Likewise. | |
5849 * control/base/place.m: Likewise. | |
5850 * control/base/pzmap.m: Likewise. | |
5851 * control/base/pzmap.m: Likewise. | |
5852 * control/system/sysappend.m: Likewise. | |
5853 * control/system/syscont.m: Likewise. | |
5854 * control/system/sysdisc.m: Likewise. | |
5855 * control/system/sysgroup.m: Likewise. | |
5856 * control/system/tfout.m: Likewise. | |
5857 * control/system/zpout.m: Likewise. | |
5858 * control/util/__outlist__.m: Likewise. | |
5859 | |
5567 | 5860 2005-12-06 John W. Eaton <jwe@octave.org> |
5861 | |
5862 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
5863 Avoid for loop in interleave/deinterleave steps. | |
5864 | |
5565 | 5865 2005-12-06 Michael Zeising <michael@michaels-website.de> |
5866 | |
5867 * audio/wavread.m, audio/wavwrite.m: New files. | |
5868 | |
5563 | 5869 2005-12-06 John W. Eaton <jwe@octave.org> |
5870 | |
5871 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
5872 | |
5560 | 5873 2005-12-05 John W. Eaton <jwe@octave.org> |
5874 | |
5561 | 5875 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 5876 |
5558 | 5877 2005-12-02 John W. Eaton <jwe@octave.org> |
5878 | |
5879 * miscellaneous/fileattrib.m: New function. | |
5880 | |
5556 | 5881 2005-12-01 John W. Eaton <jwe@octave.org> |
5882 | |
5883 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
5884 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
5885 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
5886 | |
5555 | 5887 2005-11-30 John W. Eaton <jwe@octave.org> |
5888 | |
5889 * linear-algebra/krylov.m: Format doc string. | |
5890 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5891 | |
5551 | 5892 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
5893 | |
5894 * general/blkdiag.m: Import from octave-forge. | |
5895 Ignore empty matrices in the input. Add tests. | |
5549 | 5896 |
5897 * general/isequal.m, general/isequalwithequalnans.m: | |
5898 New wrapper scripts for general/__isequal__.m. | |
5899 * general/__isequal__.m: Rename from general/isequal.m. | |
5900 New arg, nans_compare_equal. | |
5901 | |
5548 | 5902 2005-11-29 John W. Eaton <jwe@octave.org> |
5903 | |
5904 * miscellaneous/ver.m: Use new uname built-in function instead of | |
5905 calling system. Only append octave_forge_string if | |
5906 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
5907 Call license instead of hard-coding license info here. | |
5908 | |
5909 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 5910 __octave_licenses__. Use puts instead of disp. |
5548 | 5911 Use getuid and getpwuid instead of calling unix ("id -un"). |
5912 If nargout = 1, return license info instead of printing usage message. | |
5913 | |
5546 | 5914 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5915 | |
5916 * miscellaneous/ver.m: New file. | |
5917 * miscellaneous/license.m: New file. | |
5918 | |
5545 | 5919 2005-11-22 John W. Eaton <jwe@octave.org> |
5920 | |
5921 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
5922 gnuplot set command. | |
5923 | |
5539 | 5924 2005-11-15 John W. Eaton <jwe@octave.org> |
5925 | |
5926 * general/shiftdim.m: Doc fix. | |
5927 | |
5532 | 5928 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
5929 | |
5930 * set/unique.m: Doc string fix. | |
5931 | |
5527 | 5932 2005-11-01 John W. Eaton <jwe@octave.org> |
5933 | |
5934 * Makefile.in (distclean, maintainer-clean): | |
5935 Also remove autom4te.cache directory. | |
5936 From Quentin Spencer <qspencer@ieee.org>. | |
5937 | |
5518 | 5938 2005-10-28 John W. Eaton <jwe@octave.org> |
5939 | |
5940 * general/shiftdim.m: Compatibility fix for row vectors. | |
5941 Correct check for non-scalar non-integer shift. For positive | |
5942 N, shift is remainder of N and number of dims. Always return NS. | |
5943 Simplify. | |
5944 | |
5500 | 5945 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
5946 | |
5947 * general/randperm.m: Improve compatibility by allowing input | |
5948 value of zero. | |
5949 | |
5493 | 5950 2005-10-13 John W. Eaton <jwe@octave.org> |
5951 | |
5952 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
5953 If in multiplot mode, clear plot before issuing new plot command. | |
5954 | |
5955 * plot/__setup_plot__.m: New function. | |
5956 * plot/__plt__.m, plot__errplot__.m: Use it. | |
5957 Handle multiplot data and offsets here. | |
5958 | |
5959 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
5960 Move initialization to __setup_plot__.m. | |
5961 | |
5962 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
5963 Don't reset gnuplot_command_replot. | |
5964 | |
5965 * plot/replot.m: Handle multiplot data and offsets here. | |
5966 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
5967 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
5968 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
5969 | |
5489 | 5970 2005-10-12 John W. Eaton <jwe@octave.org> |
5971 | |
5972 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
5973 | |
5482 | 5974 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
5975 | |
5976 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
5977 weibrnd.m: Removed calls and references to deprecated _pdf and | |
5978 _inv functions. | |
5979 * chi2pdf.m: Fixed typos in the documentation. | |
5980 | |
5475 | 5981 2005-09-28 John W. Eaton <jwe@octave.org> |
5982 | |
5476 | 5983 * miscellaneous/single.m: New function. |
5984 | |
5475 | 5985 * statistics/base/unidrnd.m: New function. |
5986 | |
5474 | 5987 2005-09-27 John W. Eaton <jwe@octave.org> |
5988 | |
5989 * miscellaneous/dir.m: Filename never includes directory part. | |
5990 | |
5464 | 5991 2005-09-22 John W. Eaton <jwe@octave.org> |
5992 | |
5993 * polynomial/residue.m: Use logical indexing instead of find.. | |
5994 | |
5995 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
5996 | |
5997 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
5998 and zero poles. | |
5999 | |
5462 | 6000 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
6001 | |
6002 * strings/deblank.m: Handle cell arrays. | |
6003 * strings/split.m: New argument, N, to limit number of splits. | |
6004 | |
6005 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
6006 | |
6007 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
6008 | |
5460 | 6009 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
6010 | |
6011 * control/base/rlocus.m: Doc fix. | |
6012 | |
5459 | 6013 2005-09-20 John W. Eaton <jwe@octave.org> |
6014 | |
6015 * general/isvector.m: Improve compatibility. | |
6016 | |
6017 * general/postpad.m: Allow first argument to be a scalar. | |
6018 Allow padding to extend dimensionality. | |
6019 * general/prepad.m: Likewise. | |
6020 | |
5448 | 6021 2005-09-14 Daniel <durbano@shbano.com> |
6022 | |
6023 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 6024 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
6025 /control/base/dgram.m: Doc string fixes. | |
5448 | 6026 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
6027 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6028 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 6029 |
6030 * saveimage.m: Do not ignore most significant bit when writing | |
6031 black and white images to file. | |
6032 | |
5443 | 6033 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
6034 | |
6035 * audio/playaudio.m, control/base/__bodquist__.m, | |
6036 control/base/lqg.m, control/obsolete/dezero.m, | |
6037 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
6038 control/system/c2d.m, control/system/cellidx.m, | |
6039 control/system/d2c.m, control/system/dmr2d.m, | |
6040 control/system/is_signal_list.m, control/system/listidx.m, | |
6041 control/system/ss.m, control/system/sysappend.m, | |
6042 control/system/sysconnect.m, control/system/sysdup.m, | |
6043 control/system/sysgetsignals.m, control/system/sysidx.m, | |
6044 control/system/sysprune.m, control/system/syssetsignals.m, | |
6045 control/system/tfout.m, control/system/zpout.m, | |
6046 control/util/prompt.m, control/util/sortcom.m, | |
6047 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
6048 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
6049 general/num2str.m, general/repmat.m, general/sortrows.m, | |
6050 general/strerror.m, image/colormap.m, image/imshow.m, | |
6051 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
6052 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
6053 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
6054 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
6055 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
6056 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
6057 plot/print.m, plot/title.m, plot/top_title.m, | |
6058 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
6059 statistics/base/mean.m, statistics/base/moment.m, | |
6060 statistics/tests/cor_test.m, | |
6061 statistics/tests/kolmogorov_smirnov_test.m, | |
6062 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6063 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
6064 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6065 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6066 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6067 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6068 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6069 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
6070 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6071 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6072 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
6073 Avoid deprecated functions. Use ischar instead of isstr. Use | |
6074 isvector instead of is_vector. Use isstruct instead of | |
6075 is_struct. Use char instead of setstr. | |
6076 | |
5435 | 6077 2005-08-31 Daniel <durbano@shbano.com> |
6078 | |
6079 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
6080 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
6081 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6082 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6083 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 6084 |
6085 * image/saveimage.m: Open output file in binary mode. | |
6086 | |
6087 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
6088 | |
5427 | 6089 2005-08-16 John W. Eaton <jwe@octave.org> |
6090 | |
6091 * miscellaneous/computer.m: Handle optional maxsize and endian | |
6092 outputs. | |
6093 | |
5426 | 6094 2005-08-15 John W. Eaton <jwe@octave.org> |
6095 | |
6096 * strings/strcat.m: Allow single argument. | |
6097 | |
5416 | 6098 2005-07-18 John W. Eaton <jwe@octave.org> |
6099 | |
6100 * strings/strcmp.m: Delete. | |
6101 | |
5413 | 6102 2005-07-13 John W. Eaton <jwe@octave.org> |
6103 | |
6104 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
6105 versions of Octave. | |
6106 | |
6107 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
6108 | |
6109 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
6110 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
6111 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
6112 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
6113 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
6114 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
6115 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
6116 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
6117 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
6118 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
6119 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
6120 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
6121 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
6122 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
6123 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
6124 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
6125 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
6126 * statistics/distributions/finv.m: Rename from f_inv.m. | |
6127 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
6128 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
6129 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
6130 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
6131 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
6132 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
6133 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
6134 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
6135 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
6136 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
6137 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
6138 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
6139 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
6140 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
6141 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
6142 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
6143 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
6144 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
6145 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
6146 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
6147 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
6148 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
6149 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
6150 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
6151 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
6152 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
6153 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
6154 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
6155 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
6156 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 6157 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 6158 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
6159 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
6160 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
6161 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
6162 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
6163 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
6164 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
6165 | |
6166 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
6167 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
6168 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
6169 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
6170 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
6171 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
6172 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
6173 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
6174 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
6175 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
6176 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
6177 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
6178 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
6179 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
6180 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
6181 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
6182 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
6183 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
6184 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
6185 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
6186 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
6187 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
6188 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
6189 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
6190 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
6191 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
6192 deprecated/wiener_rnd.m: New files. | |
6193 | |
5408 | 6194 2005-07-08 John W. Eaton <jwe@octave.org> |
6195 | |
6196 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
6197 * deprecated/weibull_rnd.m: New file. | |
6198 | |
5407 | 6199 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
6200 | |
6201 * strings/dec2base.m: Allow matrix arguments. | |
6202 | |
5406 | 6203 2005-07-08 John W. Eaton <jwe@octave.org> |
6204 | |
6205 * plot/__errplot__.m: Use __plot_globals__. | |
6206 * plot/__plt__.m: Likewise. | |
6207 * plot/figure.m: Likewise. | |
6208 | |
6209 * plot/hold.m: New file. | |
6210 * plot/ishold.m: New file. | |
6211 * plot/__plot_globals__.m: New file. | |
6212 | |
5400 | 6213 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
6214 | |
6215 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
6216 | |
6217 2005-07-05 John W. Eaton <jwe@octave.org> | |
6218 | |
6219 * strings/findstr.m: Return [] for no matches. | |
6220 | |
5399 | 6221 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
6222 | |
6223 * miscellaneous/tic.m: Fix doc string. | |
6224 | |
5395 | 6225 2005-06-15 John W. Eaton <jwe@octave.org> |
6226 | |
6227 * polynomial/polyfit.m: Force return value to be a row vector. | |
6228 | |
5393 | 6229 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
6230 | |
6231 * general/isequal.m: Correct nargin check. | |
6232 | |
5388 | 6233 2005-06-14 John W. Eaton <jwe@octave.org> |
6234 | |
6235 * general/isvector.m: Handle N-d arrays. | |
6236 From Bill Denney <denney@seas.upenn.edu>. | |
6237 | |
5381 | 6238 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
6239 | |
6240 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 6241 |
5377 | 6242 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
6243 | |
6244 * signal/freqz.m: Use correct calculations when given a vector of | |
6245 frequencies. Improve accuracy of returned frequency vector. | |
6246 Improve speed for medium length filters (at a slight cost for slow | |
6247 filters). Add test cases. | |
6248 | |
5373 | 6249 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
6250 | |
6251 * plot/loglog.m: Fix set commands. | |
6252 | |
5381 | 6253 2005-05-25 John W. Eaton <jwe@octave.org> |
6254 | |
6255 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
6256 | |
5371 | 6257 2005-05-24 John W. Eaton <jwe@octave.org> |
6258 | |
5373 | 6259 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
6260 | |
5372 | 6261 * strings/strncmp.m: New file, from Tom Holroyd |
6262 <tomh@kurage.nimh.nih.gov>. | |
6263 | |
5371 | 6264 * strings/strcmp.m: Return logical values in all cases. |
6265 | |
5366 | 6266 2005-05-23 John W. Eaton <jwe@octave.org> |
6267 | |
6268 * plot/orient.m: New file. Adapt to Octave coding style. | |
6269 Texinfoize doc string. | |
6270 | |
6271 * plot/print.m: New file. Adapt to Octave coding style. Include | |
6272 PKG_ADD command. Use set terminal consistently throughout. Use | |
6273 set terminal push/pop and unconditionally set output to screen | |
6274 when done to avoid requiring gget. Use a cell array for dev_list | |
6275 and cellidx to search for items in the list. Delete local | |
6276 variable endl. Don't set and restore automatic_replot. Use {} | |
6277 instead of nth to index varargin. Delete local variable | |
6278 va_arg_cnt. | |
6279 | |
5355 | 6280 2005-05-18 John W. Eaton <jwe@octave.org> |
6281 | |
6282 * general/num2str.m: Return early if X is a character string. | |
6283 | |
5347 | 6284 2005-05-11 John W. Eaton <jwe@octave.org> |
6285 | |
5348 | 6286 * strings/findstr.m: Allow non-string arguments for compatiblity. |
6287 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
6288 | |
5347 | 6289 * plot/polar.m: Don't call __pltopt__ here. |
6290 | |
5333 | 6291 2005-05-02 John W. Eaton <jwe@octave.org> |
6292 | |
6293 * mkdoc: Print header message. | |
6294 | |
5319 | 6295 2005-04-28 John W. Eaton <jwe@octave.org> |
6296 | |
6297 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
6298 startup/octaverc. | |
6299 | |
5318 | 6300 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
6301 | |
6302 * image/imshow.m: Handle various image depths and 3d RGB images. | |
6303 (__im_numeric_limits__): New internal function. | |
6304 | |
5317 | 6305 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
6306 | |
6307 * statistics/tests/anova.m: Compute total_mean as mean of all | |
6308 data, not mean of group_mean. | |
6309 | |
6310 2005-04-28 John W. Eaton <jwe@octave.org> | |
6311 | |
6312 * startup/local-rcfile: New file. | |
6313 * startup/main-rcfile: Rename from startup/octaverc. | |
6314 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
6315 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
6316 Install local-rcfile in $(localfcnfiledir)/startup. | |
6317 | |
6318 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
6319 | |
6320 * startup/inputrc: New file. | |
6321 * startup/octaverc: Configure readline using inputrc from | |
6322 startupfiledir. | |
6323 * startup/Makefile.in (install, install-strip): Install octaverc | |
6324 in $(fcnfiledir)/startup. | |
6325 | |
5310 | 6326 2005-04-27 John W. Eaton <jwe@octave.org> |
6327 | |
6328 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
6329 | |
5289 | 6330 2005-04-21 John W. Eaton <jwe@octave.org> |
6331 | |
6332 * optimization/glpk.m: Handle SENSE argument. | |
6333 | |
6334 * optimization/qp.m, optimization/sqp.m: New files. | |
6335 | |
5276 | 6336 2005-04-08 John W. Eaton <jwe@octave.org> |
6337 | |
6338 * Makefile.in (clean, distclean, maintainer-clean): | |
6339 Avoid duplication in rules. | |
6340 | |
5252 | 6341 2005-03-28 John W. Eaton <jwe@octave.org> |
6342 | |
6343 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
6344 setting {no,}parametric. | |
6345 * plot/figure.m: Likewise, for setting terminal type. | |
6346 | |
6347 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
6348 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
6349 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
6350 plot/title.m, plot/top_title.m: Avoid eval. | |
6351 | |
5251 | 6352 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6353 | |
5253 | 6354 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
6355 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
6356 Use __gnuplot_replot__ instead of replot. | |
6357 | |
5252 | 6358 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
6359 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
6360 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
6361 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
6362 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
6363 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
6364 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 6365 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 6366 |
5251 | 6367 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
6368 | |
5244 | 6369 2005-03-24 John W. Eaton <jwe@octave.org> |
6370 | |
6371 * optimization/glpkmex.m: Texinfoize Doc string. | |
6372 * optimization/glpk.m: Likewise. | |
6373 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
6374 (row vectors are orginary character strings). | |
6375 * optimization/glpkparam.m: Delete. | |
6376 | |
5243 | 6377 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
6378 | |
6379 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
6380 of dimensions of X. | |
6381 | |
5237 | 6382 2005-03-23 John W. Eaton <jwe@octave.org> |
6383 | |
5239 | 6384 * general/tril.m, general/triu.m: Return value of same class as |
6385 argument. | |
6386 | |
5237 | 6387 * optimization/glpk.m: Simplify interface. By default, solve |
6388 standard LP min C'*x s.t. A*x = b, x >= 0. | |
6389 * optimization/glpkmex.m: New file. | |
6390 | |
5232 | 6391 2005-03-22 John W. Eaton <jwe@octave.org> |
6392 | |
5237 | 6393 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
6394 list. | |
6395 | |
5233 | 6396 * optimization/glpk.m: Adapt to Octave coding style. |
6397 No need for varargout or varargin. | |
6398 Print usage message if nargin > 11. | |
6399 Allow any value of nargout. | |
6400 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
6401 Avoid looping when checking character classes. | |
6402 | |
5232 | 6403 * optimization: New directory. |
6404 * Makefile.in (SUBDIRS): Add it to the list. | |
6405 * optimization/Makefile.in: New file. | |
6406 * optimization/glpk.m, optimization/glpkparams.m, | |
6407 optimization/glpktest1, optimization/glpktest2: New files. | |
6408 | |
5218 | 6409 2005-03-16 Soren Hauberg <soren@hauberg.org> |
6410 | |
6411 * strings/split.m: Quick return for empty second arg. | |
6412 Improve warning for multi-line strings. | |
6413 Speed up by avoiding sprintf in loop and eval. | |
6414 | |
5217 | 6415 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
6416 | |
6417 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
6418 * polynomial/polyder.m: Ditto. | |
6778 | 6419 * polynomial/polygcd.m: New function. |
5217 | 6420 |
5214 | 6421 2005-03-16 John W. Eaton <jwe@octave.org> |
6422 | |
5215 | 6423 * control/base/__stepimp__.m, control/base/bode.m, |
6424 control/base/frdemo.m, control/base/nichols.m, | |
6425 control/base/nyquist.m, control/base/pzmap.m, | |
6426 control/base/rldemo.m, control/base/rlocus.m, | |
6427 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
6428 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
6429 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
6430 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
6431 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
6432 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
6433 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
6434 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
6435 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
6436 plot/xlabel.m, quaternion/demoquat.m, | |
6437 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
6438 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
6439 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
6440 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
6441 gsplot from @seealso docs. | |
5214 | 6442 |
6443 * plot/replot.m: New file. | |
6444 | |
5205 | 6445 2005-03-15 David Bateman <dbateman@free.fr> |
6446 | |
6447 * set/unique.m, set/ismember.m: Handle cell arrays. | |
6448 | |
5196 | 6449 2005-03-09 John W. Eaton <jwe@octave.org> |
6450 | |
6451 * statistics/Makefile.in (bin-dist): Delete target. | |
6452 (BINDISTSUBDIRS): Delete variable. | |
6754 | 6453 * control/Makefile.in: Likewise. |
5196 | 6454 |
5378 | 6455 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 6456 (BINDISTFILES): Delete variable. |
5378 | 6457 * control/base/Makefile.in: Likewise. |
6458 * control/hinf/Makefile.in: Likewise. | |
6459 * control/obsolete/Makefile.in: Likewise. | |
6460 * control/system/Makefile.in: Likewise. | |
6461 * control/util/Makefile.in: Likewise. | |
6462 * deprecated/Makefile.in: Likewise. | |
6463 * elfun/Makefile.in: Likewise. | |
6464 * finance/Makefile.in: Likewise. | |
6465 * general/Makefile.in: Likewise. | |
6466 * image/Makefile.in: Likewise. | |
6467 * sparse/Makefile.in: Likewise. | |
6468 * io/Makefile.in: Likewise. | |
6469 * plot/Makefile.in: Likewise. | |
6470 * Makefile.in: Likewise. | |
6471 * miscellaneous/Makefile.in: Likewise. | |
6472 * linear-algebra/Makefile.in: Likewise. | |
6473 * polynomial/Makefile.in: Likewise. | |
6474 * quaternion/Makefile.in: Likewise. | |
6475 * set/Makefile.in: Likewise. | |
6476 * signal/Makefile.in: Likewise. | |
6477 * specfun/Makefile.in: Likewise. | |
6478 * special-matrix/Makefile.in: Likewise. | |
6479 * startup/Makefile.in: Likewise. | |
6480 * statistics/base/Makefile.in: Likewise. | |
6481 * statistics/distributions/Makefile.in: Likewise. | |
6482 * statistics/models/Makefile.in: Likewise. | |
6483 * statistics/tests/Makefile.in: Likewise. | |
6484 * strings/Makefile.in: Likewise. | |
6485 * time/Makefile.in: Likewise. | |
5196 | 6486 |
5195 | 6487 2005-03-08 John W. Eaton <jwe@octave.org> |
6488 | |
6489 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
6490 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
6491 | |
5192 | 6492 2005-03-04 John W. Eaton <jwe@octave.org> |
6493 | |
6494 * plot/clg.m: New file. | |
6495 | |
5193 | 6496 2005-03-03 John W. Eaton <jwe@octave.org> |
6497 | |
6498 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
6499 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
6500 strings/strcmpi.m: | |
6501 New files from Octave-forge. Adapt to Octave coding standards. | |
6502 | |
5181 | 6503 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
6504 | |
6505 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
6506 computation range. | |
6507 | |
5164 | 6508 2005-02-25 John W. Eaton <jwe@octave.org> |
6509 | |
6510 Sparse merge. | |
6511 | |
6512 2005-01-23 David Bateman <dbateman@free.fr> | |
6513 | |
6514 * sparse/randperm.m: Delete duplicate randperm.m. | |
6515 | |
6516 2005-01-10 John W. Eaton <jwe@octave.org> | |
6517 | |
6518 * sparse/Makefile.in: New file. | |
6519 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
6520 | |
6521 2005-01-07 David Bateman <dbateman@free.fr> | |
6522 | |
6523 * set/unique.m: import file from octave-forge. | |
6524 | |
6525 2005-01-05 David Bateman <dbateman@free.fr> | |
6526 | |
6527 * Makefile.in: include sparse directory in SUBDIRS. | |
6528 | |
6529 2004-12-30 John W. Eaton <jwe@octave.org> | |
6530 | |
6531 * sparse/nzmax.m: Delete (there is an nzmax function in | |
6532 src/DLD-FUNCTIONS/sparse.cc). | |
6533 | |
6534 2004-12-28 John W. Eaton <jwe@octave.org> | |
6535 | |
6536 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
6537 Andy Adler <adler@site.uottawa.ca>. | |
6538 | |
6539 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
6540 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
6541 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
6542 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
6543 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
6544 | |
6545 * sparse: New directory. | |
6546 | |
5158 | 6547 2005-02-22 John W. Eaton <jwe@octave.org> |
6548 | |
6549 * polynomial/residue.m: Force prepad to always create row vectors. | |
6550 | |
6551 * polynomial/poly.m: Quick return if m is 0. | |
6552 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
6553 | |
5154 | 6554 2005-02-21 David Bateman <dbateman@free.fr> |
6555 | |
6556 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
6557 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
6558 Fix for row vectors with at least one element of lambda not in | |
6559 (0, Inf). | |
6560 | |
5152 | 6561 2005-02-21 John W. Eaton <jwe@octave.org> |
6562 | |
5153 | 6563 * statistics/base/qqplot.m: Use feval instead of eval. |
6564 | |
5152 | 6565 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
6566 plot/__axis_label__.m: Issue replot command. | |
6567 | |
5135 | 6568 2005-02-09 John W. Eaton <jwe@octave.org> |
6569 | |
6570 * polynomial/polyderiv.m: Force P to be a row vector. | |
6571 | |
5133 | 6572 2005-02-08 John W. Eaton <jwe@octave.org> |
6573 | |
6574 * strings/dec2base.m: Don't delete leading zero if third arg is | |
6575 provided and len <= computed max_len. | |
6576 | |
5125 | 6577 2005-01-27 David Bateman <dbateman@free.fr> |
6578 | |
6579 * strings/dec2base.m: Be even more careful about handling all digits. | |
6580 | |
6581 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
6582 | |
6583 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
6584 | |
5123 | 6585 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
6586 | |
6587 * statistics/base/median.m: Make it work for the scalar case too. | |
6588 | |
6308 | 6589 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 6590 |
6591 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 6592 Simplify logic for decoding args. |
5117 | 6593 |
5115 | 6594 2005-01-24 John W. Eaton <jwe@octave.org> |
6595 | |
5116 | 6596 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
6597 | |
6598 * plot/__plt__.m: No need to save and reset hold state now. | |
6599 (first_plot): Delete unused variable. | |
6600 | |
5115 | 6601 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
6602 | |
6603 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
6604 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
6605 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6606 plot/__plt2vv__.m: | |
6607 Return data and gnuplot commands instead of evaluating them. | |
6608 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
6609 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
6610 | |
5108 | 6611 2005-01-18 John W. Eaton <jwe@octave.org> |
6612 | |
6613 * linear-algebra/cross.m: Allocate idx1 before use. | |
6614 | |
5096 | 6615 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
6616 | |
6617 * statistics/base/range.m: Fix varargin usage. | |
6618 | |
5091 | 6619 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
6620 | |
6621 * strings/deblank.m: Remove all trailing whitespace (check with | |
6622 isspace), not just SPC. | |
6623 | |
5090 | 6624 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
6625 | |
6626 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
6627 | |
5073 | 6628 2004-11-09 John W. Eaton <jwe@octave.org> |
6629 | |
6630 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
6631 From Julius Smith <jos@ccrma.stanford.edu>. | |
6632 | |
5072 | 6633 2004-11-08 John W. Eaton <jwe@octave.org> |
6634 | |
6635 * plot/__plt2vm__.m: Delete debugging statement. | |
6636 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
6637 | |
5065 | 6638 2004-11-04 John W. Eaton <jwe@octave.org> |
6639 | |
6640 * plot/hist.m: Always return row vectors for vector args. | |
6641 | |
5031 | 6642 2004-09-23 John W. Eaton <jwe@octave.org> |
6643 | |
6644 * strings/strcmp.m: If args are not strings or cell arrays of | |
6645 strings, return zero instead of reporting an error. | |
6646 | |
5021 | 6647 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
6648 | |
6649 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
6650 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
6651 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
6652 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
6653 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
6654 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
6655 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
6656 control/hinf/is_dgkf.m, control/system/c2d.m, | |
6657 control/system/is_detectable.m, control/system/is_sample.m, | |
6658 control/system/is_siso.m, control/system/is_stable.m, | |
6659 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
6660 control/system/sys2tf.m, control/system/sys2zp.m, | |
6661 control/system/sysappend.m, control/system/sysconnect.m, | |
6662 control/system/sysdisc.m, control/system/sysdup.m, | |
6663 control/system/sysgetsignals.m, control/system/sysmult.m, | |
6664 control/system/syssetsignals.m, control/system/syssub.m, | |
6665 control/system/tf2sys.m, control/system/ugain.m, | |
6666 control/system/zp2ss.m, control/system/zp2sys.m, | |
6667 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
6668 special-matrix/toeplitz.m: Fix typos in doc strings. | |
6669 | |
6670 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
6671 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
6672 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
6673 ontrol/system/is_abcd.m, control/system/parallel.m, | |
6674 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
6675 control/system/sysappend.m, control/system/sysconnect.m, | |
6676 control/system/sysdup.m, control/system/sysgroup.m, | |
6677 control/system/sysprune.m, control/system/sysreorder.m, | |
6678 control/system/sysscale.m, control/system/syssub.m, | |
6679 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
6680 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
6681 polynomial/polyout.m, specfun/log2.m: | |
6682 Add output arguments in doc strings. | |
6683 | |
6684 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
6685 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
6686 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
6687 control/base/freqchkw.m, control/base/__freqresp__.m, | |
6688 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
6689 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
6690 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
6691 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
6692 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
6693 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
6694 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
6695 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
6696 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
6697 control/system/c2d.m, control/system/is_abcd.m, | |
6698 control/system/is_controllable.m, control/system/is_detectable.m, | |
6699 control/system/is_observable.m, control/system/is_stable.m, | |
6700 control/system/jet707.m, control/system/ord2.m, | |
6701 control/system/starp.m, control/system/sys2fir.m, | |
6702 control/system/sys2ss.m, control/system/sys2tf.m, | |
6703 control/system/sys2zp.m, control/system/syscont.m, | |
6704 control/system/sysdisc.m, control/system/sysdup.m, | |
6705 control/system/sysgettype.m, control/system/sysgroup.m, | |
6706 control/system/sysmult.m, control/system/sysprune.m, | |
6707 control/system/sysreorder.m, control/system/sysscale.m, | |
6708 control/system/syssetsignals.m, control/system/sysupdate.m, | |
6709 control/system/tf2ss.m, control/system/tf2sys.m, | |
6710 control/system/zp2ss.m, control/system/zp2sys.m, | |
6711 control/util/axis2dlim.m, control/util/prompt.m, | |
6712 control/util/zgfmul.m, control/util/zginit.m, | |
6713 control/util/__zgpbal__.m, control/util/zgscal.m: | |
6714 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
6715 in doc strings. | |
6716 | |
6717 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
6718 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
6719 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
6720 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
6721 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
6722 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
6723 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
6724 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
6725 control/system/c2d.m, control/system/fir2sys.m, | |
6726 control/system/is_stabilizable.m, control/system/jet707.m, | |
6727 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
6728 control/util/zgshsr.m, polynomial/polyout.m: | |
6729 New @tex section(s) in doc strings for better formating of printed | |
6730 output. | |
6731 | |
6732 * control/base/__freqresp__.m, control/base/nyquist.m, | |
6733 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
6734 control/obsolete/syschnames.m, control/system/sysprune.m: | |
6735 Use proper double quote marks for TeX. | |
6736 | |
6737 * control/base/DEMOcontrol.m: Add missing ; | |
6738 | |
6739 * control/base/nichols.m, control/base/rlocus.m, | |
6740 control/obsolete/minfo.m, control/system/is_digital.m, | |
6741 control/system/ss2zp.m, control/system/sysmin.m, | |
6742 control/system/tf2zp.m, control/util/sortcom.m: | |
6743 Convert documentation to use or more completely use Texinfo. | |
6744 | |
6745 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
6746 control/hinf/hinfdemo.m, control/system/ord2.m, | |
6747 control/system/parallel.m, control/system/ss2tf.m, | |
6748 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
6749 art splitting over a page boundary. | |
6750 | |
6751 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
6752 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
6753 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
6754 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
6755 control/hinf/wgt1o.m, control/system/buildssic.m: | |
6756 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
6757 the TeX documentation. | |
6758 | |
6759 * control/system/is_stabilizable.m: | |
6760 Add Copyright so that help is displayed correctly. | |
6761 | |
6762 * special-matrix/vander.m: Octave indexes start at 1. | |
6763 | |
5011 | 6764 2004-09-21 David Bateman <dbateman@free.fr> |
6765 | |
6766 * general/rotdim.m: New function for rotation of an N-d array in an | |
6767 arbitrary plane. | |
6768 | |
6769 * general/flipdim.m: New function to flip an N-d array about an | |
6770 arbitrary axis. | |
6771 | |
5003 | 6772 2004-09-15 David Bateman <dbateman@free.fr> |
6773 | |
6774 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
6775 | |
4992 | 6776 2004-09-15 John W. Eaton <jwe@octave.org> |
6777 | |
6778 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 6779 Use iscellstr to check for cells rather than iscell. |
6780 Improve diagnostics for invalid args. | |
4992 | 6781 |
4983 | 6782 2004-09-10 David Bateman <dbateman@free.fr> |
6783 | |
6784 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
6785 and p with n > 1, and fix for matrix n and p with n == 1. | |
6786 | |
6787 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
6788 due to row vs. column vector operations. | |
6789 | |
4964 | 6790 2004-09-03 David Bateman <dbateman@free.fr> |
6791 | |
6792 * general/repmat.m: Fix to allow logical classes. | |
6793 | |
4950 | 6794 2004-08-31 John W. Eaton <jwe@octave.org> |
6795 | |
6796 * general/isa.m: New function, from Octave-forge. | |
6797 | |
6798 2004-08-31 David Bateman <dbateman@free.fr> | |
6799 | |
6800 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
6801 limitation on the use of int64 and uint64 types, and the use | |
6802 of the eval. | |
6803 | |
6804 * general/bitset.m: Remove superfluous cast to return type, as bug | |
6805 in .^ with integer types is fixed. | |
6806 | |
6807 * general/repmat.m: Adapt to allow integer types. | |
4945 | 6808 |
6809 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
6810 | |
6811 * plot/axis.m: Don't reset axes when querying them. | |
6812 | |
4942 | 6813 2004-08-27 David Bateman <dbateman@free.fr> |
6814 | |
6815 * statistics/base/ranks.m: Handle non-consecutive ties. | |
6816 Eliminate loop. | |
6817 | |
4918 | 6818 2004-07-27 David Bateman <dbateman@free.fr> |
6819 | |
6820 * general/num2str.m: Also insert spaces in output when precision | |
6821 argument is supplied. | |
6822 | |
4915 | 6823 2004-07-23 David Bateman <dbateman@free.fr> |
6824 | |
6825 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
6826 | |
4911 | 6827 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
6828 | |
6829 * general/sub2ind.m: Make reshaping index list unnecessary. | |
6830 | |
6831 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
6832 | |
6833 * miscellaneous/unix.m: Fix doc string. | |
6834 | |
6835 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
6836 | |
6837 * plot/figure.m: Clarification of documentation. | |
6838 | |
6839 * image/imshow.m: Warn for complex images. | |
6840 Only estimate colourmap for images in [0, 65536]. | |
6841 | |
6842 2004-07-22 David Bateman <dbateman@free.fr> | |
6843 | |
6844 * general/num2str.m: Fix the case of an all zero input. | |
6845 | |
4906 | 6846 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
6847 | |
6848 * general/ind2sub.m: Doc fix. | |
6849 | |
4900 | 6850 2004-06-08 John W. Eaton <jwe@octave.org> |
6851 | |
6852 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
6853 convert function handle to string for eval. | |
6854 | |
4898 | 6855 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
6856 | |
6857 * plot/errorbar.m: Remove debugging output. | |
6858 | |
6859 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
6860 | |
6861 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
6862 | |
4897 | 6863 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
6864 | |
4898 | 6865 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
6866 | |
6867 * polynomial/polyout.m: Use parenthesis if necessary around | |
6868 complex polynomial coefficient. | |
6869 | |
4897 | 6870 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
6871 the bug which causes __errplot__ to ignore the last argument. | |
6872 | |
4894 | 6873 2004-06-03 David Bateman <dbateman@free.fr> |
6874 | |
6875 * general/shiftdim.m: New function based on JWE code snippet. | |
6876 | |
6877 * general/circdim.m: New function. | |
6878 | |
4890 | 6879 2004-05-06 David Bateman <dbateman@free.fr> |
6880 | |
6881 * general/issquare.m: Fail if ndim(x) > 2. | |
6882 | |
6883 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
6884 | |
6885 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
6886 N-d array arguments. Add optional dim argument to define | |
6887 dimension along which to operate. | |
6888 | |
6889 * linear-algebra/dmult.m: Allow N-d arrays. | |
6890 | |
6891 * linear-algebra/vec.m: Use v(:) and not reshape. | |
6892 | |
4885 | 6893 2004-04-29 David Bateman <dbateman@free.fr> |
6894 | |
6895 * statistics/base/ranks.m, statistics/base/run_count.m, | |
6896 statistics/base/studentize.m, statistics/base/kurtosis.m | |
6897 statistics/base/statistics.m, statistics/base/skewness.m | |
6898 statistics/base/iqr.m: | |
6899 Make N-d array aware. Allow optional argument to define the | |
6900 dimension along which to operate. Update the documentation. | |
6901 | |
6902 * statistics/base/ranks.m: Change algorithm to use sort, | |
6903 and adjust for the ties after. | |
6904 | |
6905 * statistics/base/run_counts.m: Change algorithm to use | |
6906 the a combination of diff and find, rather than a for-loop. | |
6907 | |
4881 | 6908 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
6909 | |
6910 * plot/hist.m: Correctly determine cutoffs. New tests. | |
6911 | |
4878 | 6912 2004-04-23 David Bateman <dbateman@free.fr> |
6913 | |
6914 * general/int2str.m: Treat only real part of argument, and treat | |
6915 NDArrays by stacking the slices through the matrix vertically. | |
6916 | |
6917 * general/num2str.m: Improve format of integer matrices, and the | |
6918 conversion of complex matrices added. Treat NDArrays by stacking | |
6919 the slices through the matrix vertically. | |
6920 | |
6921 * deprecated/com2str.m: Moved here from general subdirectory. | |
6922 | |
4877 | 6923 2004-04-22 John W. Eaton <jwe@octave.org> |
6924 | |
6925 * quaternion/qtransvmat.m: Use continuation characters to make | |
6926 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
6927 | |
4869 | 6928 2004-04-21 David Bateman <dbateman@free.fr> |
6929 | |
5378 | 6930 * elfun/lcm.m: Make N-d aware. |
4870 | 6931 |
4869 | 6932 * general/diff.m: Make the code N-d array aware. Allow an |
6933 optional argument to define the dimension along which to perform | |
6934 the differences and allow the order of the differences to be larger | |
6935 than the dimension itself. | |
6936 | |
6937 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
6938 use of these functions to 1- and 2-d arrays. | |
6939 | |
4863 | 6940 2004-04-16 John W. Eaton <jwe@octave.org> |
6941 | |
6942 * elfun/gcd.m: Delete. | |
6943 | |
4862 | 6944 2004-04-15 David Bateman <dbateman@free.fr> |
6945 | |
6946 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
6947 | |
6948 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
6949 array aware and and optional argument for the dimension along | |
6950 which to operate. | |
6951 | |
5378 | 6952 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 6953 argument for the dimension to be consistent with other N-d array |
6954 functions. | |
6955 | |
4860 | 6956 2004-04-08 David Bateman <dbateman@free.fr> |
6957 | |
6958 * statistics/distributions/discrete_cdf.m, | |
6959 statistics/distributions/discrete_inv.m, | |
6960 statistics/distributions/discrete_pdf.m, | |
6961 statistics/distributions/discrete_rnd.m, | |
6962 statistics/distributions/exponential_cdf.m, | |
6963 statistics/distributions/exponential_inv.m, | |
6964 statistics/distributions/exponential_pdf.m, | |
6965 statistics/distributions/exponential_rnd.m, | |
6966 statistics/distributions/f_cdf.m, | |
6967 statistics/distributions/f_inv.m, | |
6968 statistics/distributions/f_pdf.m, | |
6969 statistics/distributions/f_rnd.m, | |
6970 statistics/distributions/geometric_cdf.m, | |
6971 statistics/distributions/geometric_inv.m, | |
6972 statistics/distributions/geometric_pdf.m, | |
6973 statistics/distributions/geometric_rnd.m, | |
6974 statistics/distributions/hypergeometric_rnd.m, | |
6975 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
6976 statistics/distributions/laplace_cdf.m, | |
6977 statistics/distributions/laplace_inv.m, | |
6978 statistics/distributions/laplace_pdf.m, | |
6979 statistics/distributions/laplace_rnd.m, | |
6980 statistics/distributions/logistic_inv.m, | |
6981 statistics/distributions/logistic_rnd.m, | |
6982 statistics/distributions/lognormal_cdf.m, | |
6983 statistics/distributions/lognormal_inv.m, | |
6984 statistics/distributions/lognormal_pdf.m, | |
6985 statistics/distributions/lognormal_rnd.m, | |
6986 statistics/distributions/pascal_cdf.m, | |
6987 statistics/distributions/pascal_inv.m, | |
6988 statistics/distributions/pascal_pdf.m, | |
6989 statistics/distributions/pascal_rnd.m, | |
6990 statistics/distributions/poisson_cdf.m, | |
6991 statistics/distributions/poisson_inv.m, | |
6992 statistics/distributions/poisson_pdf.m, | |
6993 statistics/distributions/poisson_rnd.m, | |
6994 statistics/distributions/t_cdf.m, | |
6995 statistics/distributions/t_inv.m, | |
6996 statistics/distributions/t_pdf.m, | |
6997 statistics/distributions/t_rnd.m, | |
6998 statistics/distributions/weibull_cdf.m, | |
6999 statistics/distributions/weibull_inv.m, | |
7000 statistics/distributions/weibull_pdf.m, | |
7001 statistics/distributions/weibull_rnd.m: | |
7002 Allow N-d arrays. | |
7003 | |
7004 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
7005 that results in NaN in places where it should not have had. | |
7006 | |
7007 * statistics/distributions/discrete_rnd.m: New argument formats to | |
7008 allow creating arbitrary matrices, compatiable with the other | |
5583 | 7009 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 7010 |
7011 * statistics/distributions/empirical_rnd.m: New argument formats | |
7012 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 7013 *_rnd.m functions. Maintain compatibility with previous |
4860 | 7014 format. Allow N-d arrays. |
7015 | |
7016 * statistics/distributions/hypergeometric_cdf.m, | |
7017 statistics/distributions/hypergeometric_inv.m, | |
7018 statistics/distributions/hypergeometric_pdf.m, | |
7019 statistics/distributions/wiener_rnd.m: | |
7020 Error for non-scalar arguments. | |
7021 | |
7022 * statistics/distributions/pascal_rnd.m: | |
7023 Correct for n = 1 bug, where all elements were equal. | |
7024 | |
4849 | 7025 2004-04-06 David Bateman <dbateman@free.fr> |
7026 | |
4854 | 7027 * general/common_size.m, miscellaneous/bincoeff.m, |
7028 statistics/distributions/beta_cdf.m, | |
7029 statistics/distributions/beta_inv.m, | |
7030 statistics/distributions/beta_pdf.m, | |
7031 statistics/distributions/beta_rnd.m, | |
7032 statistics/distributions/binomial_cdf.m, | |
7033 statistics/distributions/binomial_inv.m, | |
7034 statistics/distributions/binomial_pdf.m, | |
7035 statistics/distributions/binomial_rnd.m, | |
7036 statistics/distributions/cauchy_cdf.m, | |
7037 statistics/distributions/cauchy_inv.m, | |
7038 statistics/distributions/cauchy_pdf.m, | |
7039 statistics/distributions/cauchy_rnd.m, | |
7040 statistics/distributions/chisquare_cdf.m, | |
7041 statistics/distributions/chisquare_inv.m, | |
7042 statistics/distributions/chisquare_pdf.m, | |
7043 statistics/distributions/chisquare_rnd.m, | |
7044 statistics/distributions/gamma_cdf.m, | |
7045 statistics/distributions/gamma_inv.m, | |
7046 statistics/distributions/gamma_pdf.m, | |
7047 statistics/distributions/gamma_rnd.m, | |
7048 statistics/distributions/normal_cdf.m, | |
7049 statistics/distributions/normal_inv.m, | |
7050 statistics/distributions/normal_pdf.m, | |
7051 statistics/distributions/normal_rnd.m, | |
7052 statistics/distributions/stdnormal_cdf.m, | |
7053 statistics/distributions/stdnormal_pdf.m, | |
7054 statistics/distributions/stdnormal_rnd.m, | |
7055 statistics/distributions/uniform_cdf.m, | |
7056 statistics/distributions/uniform_inv.m, | |
7057 statistics/distributions/uniform_pdf.m, | |
7058 statistics/distributions/uniform_rnd.m: | |
7059 Allow the inputs to be N-d arrays. | |
7060 | |
4852 | 7061 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
7062 * statistics/base/median.m: Likewise. | |
4849 | 7063 |
4844 | 7064 2004-04-02 David Bateman <dbateman@free.fr> |
7065 | |
7066 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 7067 * statistics/base/center.m, statistics/base/meansq.m, |
7068 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 7069 Update for N-d arrays. |
4844 | 7070 * signal/fftshift.m: Fix dimensioning error. |
7071 | |
7072 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 7073 N-d arrays. |
4844 | 7074 |
4852 | 7075 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
7076 | |
7077 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 7078 |
4852 | 7079 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 7080 |
7081 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
7082 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
7083 control/system/sysprune.m: Doc update for usage of cell arrays. | |
7084 | |
7085 * control/system/sysidx.m: Use cellidx and not listidx. | |
7086 | |
4841 | 7087 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
7088 | |
7089 * plot/__pltopt1__.m: Always add title clause to plot command with | |
7090 default of "" (so it is off unless explicitly set by the user). | |
7091 | |
4836 | 7092 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
7093 | |
7094 * image/imshow.m: Accept "truesize" argument. | |
7095 Ignore current colormap. New tests and demos. | |
7096 | |
4834 | 7097 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
7098 | |
7099 * signal/sinewave.m: Allow N to default to M. | |
7100 | |
4826 | 7101 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7102 | |
7103 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
7104 | |
4818 | 7105 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7106 | |
7107 * general/deal.m: New function. | |
4819 | 7108 Add tests from Paul Kienzle. |
4818 | 7109 |
4811 | 7110 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
7111 | |
7112 * plot/hist.m: Compute histogram correctly for n>=30. | |
7113 | |
5095 | 7114 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 7115 |
7116 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
7117 | |
4806 | 7118 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7119 | |
7120 * miscellaneous/horzcat.m: Delete. | |
7121 * miscellaneous/vertcat.m: Delete. | |
7122 | |
4790 | 7123 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7124 | |
7125 * plot/figure.m: Also look for GNUTERM in the environment and use | |
7126 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
7127 | |
4789 | 7128 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7129 | |
7130 * control/base/__stepimp__.m: Only call clearplot if we will be | |
7131 doing multiple plots in the same gnuplot frame. | |
7132 | |
4780 | 7133 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7134 | |
7135 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
7136 control/system/cellidx.m, control/system/ss.m, | |
7137 control/system/tf.m, control/system/zp.m: New functions. | |
7138 | |
4778 | 7139 2004-02-16 Glenn Golden <gdg@zplane.com> |
7140 | |
7141 * statistics/distributions/discrete_inv.m: | |
7142 Reduce memory requirements. | |
7143 | |
4772 | 7144 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7145 | |
7146 * plot/__errcomm__.m: Fix thinko in previous change. | |
7147 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
7148 | |
4771 | 7149 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
7150 | |
7151 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
7152 control/base/analdemo.m, control/base/bddemo.m, | |
7153 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
7154 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
7155 control/base/rldemo.m, control/base/rlocus.m, | |
7156 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
7157 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
7158 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
7159 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
7160 control/obsolete/packsys.m, control/obsolete/series.m, | |
7161 control/system/__sysdefioname__.m, | |
7162 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
7163 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
7164 control/system/c2d.m, control/system/d2c.m, | |
7165 control/system/dmr2d.m, control/system/fir2sys.m, | |
7166 control/system/is_signal_list.m, control/system/is_siso.m, | |
7167 control/system/jet707.m, control/system/listidx.m, | |
7168 control/system/moddemo.m, control/system/ord2.m, | |
7169 control/system/packedform.m, control/system/parallel.m, | |
7170 control/system/ss2sys.m, control/system/sys2tf.m, | |
7171 control/system/sys2zp.m, control/system/sysadd.m, | |
7172 control/system/sysappend.m, control/system/sysconnect.m, | |
7173 control/system/syscont.m, control/system/sysdimensions.m, | |
7174 control/system/sysdisc.m, control/system/sysdup.m, | |
7175 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
7176 control/system/sysgroup.m, control/system/sysmin.m, | |
7177 control/system/sysmult.m, control/system/sysprune.m, | |
7178 control/system/sysrepdemo.m, control/system/sysscale.m, | |
7179 control/system/syssetsignals.m, control/system/syssub.m, | |
7180 control/system/sysupdate.m, control/system/tf2sys.m, | |
7181 control/system/ugain.m, control/system/zp2ss.m, | |
7182 control/system/zp2sys.m, control/util/__outlist__.m, | |
7183 control/util/__zgpbal__.m, control/util/strappend.m: | |
7184 Use cell arrays instead of lists. | |
7185 | |
4723 | 7186 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
7187 | |
7188 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
7189 so that bar (1, 1) will work. | |
7190 | |
4710 | 7191 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7192 | |
4717 | 7193 * plot/__errcomm__.m: Cope with nargin now being a function. |
7194 * plot/__errplot__.m: Likewise. | |
7195 * plot/__plt__.m: Likewise. | |
7196 * plot/plot_border.m: Likewise. | |
7197 | |
4710 | 7198 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
7199 not $(DOCSTRINGS). | |
7200 | |
4706 | 7201 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
7202 | |
7203 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
7204 rank ([], tol). | |
7205 | |
4691 | 7206 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7207 | |
4692 | 7208 * elfun/acot.m: Return atan (1./z). |
7209 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
7210 | |
4691 | 7211 * miscellaneous/dir.m: New file. |
7212 | |
7213 * general/num2str.m: Use "%d" as format if values are ints with | |
7214 magnitude less than 1e10. | |
7215 | |
7216 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7217 | |
7218 * general/num2str.m: If single arg is string, return it. | |
7219 | |
7220 * miscellaneous/not.m: New file. | |
7221 | |
7222 * miscellaneous/unix.m: New file. | |
7223 | |
7224 * miscellaneous/isunix.m: New file. | |
7225 * miscellaneous/ispc.m: New file. | |
7226 | |
7227 * miscellaneous/computer.m: New file. | |
7228 | |
7229 * miscellaneous/delete.m: New file. | |
7230 | |
4689 | 7231 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7232 | |
7233 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
7234 | |
7235 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7236 | |
7237 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
7238 Always return substituted version of LOADPATH if nargout != 0. | |
7239 | |
4685 | 7240 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
7241 | |
7242 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
7243 before continuing. | |
7244 | |
7245 * miscellaneous/fileparts.m: Allow name to start with ".". | |
7246 | |
4677 | 7247 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7248 | |
7249 * general/ind2sub.m: New file. | |
7250 * general/sub2ind.m: New file. | |
7251 | |
4675 | 7252 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7253 | |
7254 * control/system/zp2ss.m: Don't save and restore | |
7255 warn_empty_list_elements. | |
7256 | |
7257 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
7258 | |
6778 | 7259 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 7260 |
4673 | 7261 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
7262 | |
7263 * statistics/base/mean.m: Remove special case for row vectors. | |
7264 | |
4637 | 7265 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
7266 | |
7267 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
7268 | |
4631 | 7269 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
7270 | |
7271 * statistics/base/iqr.m: Handle matrices. | |
7272 | |
4630 | 7273 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7274 | |
7275 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
7276 | |
4629 | 7277 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7278 | |
7279 * miscellaneous/path.m: Fix thinko in previous change. | |
7280 | |
4609 | 7281 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
7282 | |
4629 | 7283 * control/base/dare.m: Check positive (semi)definiteness and |
7284 dimensions of r (and q). | |
7285 * control/base/dlqr.m: Check stabilizability of (A,B), | |
7286 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
7287 near unit circle. | |
4611 | 7288 |
7289 * control/system/is_detectable.m: Use Hautus Lemma. | |
7290 Correct the behavior for discrete-time systems. | |
7291 * control/system/is_stabilizable.m: Likewise. | |
7292 | |
4609 | 7293 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
7294 | |
7295 * linear-algebra/krylovb.m: Fix typo in usage message. | |
7296 | |
4610 | 7297 * general/isdefinite.m: New function. |
7298 | |
4567 | 7299 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
7300 | |
7301 * general/reshape: Delete. | |
7302 | |
4559 | 7303 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
7304 | |
7305 * general/numel.m: Delete. | |
7306 | |
4535 | 7307 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7308 | |
4536 | 7309 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
7310 | |
7311 * deprecated/isstr.m: New file. | |
4535 | 7312 |
4529 | 7313 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7314 | |
7315 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
7316 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
7317 | |
4525 | 7318 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
7319 | |
7320 * statistics/base/mean.m: Fix missing semicolon problem. | |
7321 | |
4503 | 7322 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
7323 | |
7324 * plot/subplot.m: New global variable, __multiplot_scale__. | |
7325 | |
4492 | 7326 2003-08-29 David Castelow <DCastelow@Airspan.com> |
7327 | |
7328 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
7329 Allow optional length argument. | |
7330 | |
4491 | 7331 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
7332 | |
7333 * polynomial/polyfit.m: Avoid calling flipud. | |
7334 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
7335 Return structure as second output value for improved Matlab | |
7336 compatibility. | |
7337 | |
4476 | 7338 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
7339 | |
4478 | 7340 * linear-algebra/cond.m: Behave as though old built-in variable |
7341 propagate_empty_matrices is always 1. Also handle empty matrices | |
7342 with one non-zero dimension. | |
7343 | |
4476 | 7344 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
7345 warn_single_quote_string to the list. | |
4478 | 7346 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
7347 from the list. | |
4476 | 7348 |
5095 | 7349 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 7350 |
7351 * signal/autocov.m: Transpose result of conj because diag returns | |
7352 a column vector, not a row vector. | |
7353 | |
7354 * audio/playaudio.m, audio/record.m, image/image.m, | |
7355 miscellaneous/bug_report.m: Protect spaces in filenames | |
7356 with quotes. | |
7357 | |
4466 | 7358 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7359 | |
4468 | 7360 * io/printf.m, io/puts.m: Delete. |
7361 | |
4466 | 7362 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
7363 default_return_value from the list. | |
7364 Add warn_undefined_return_values to the list. | |
7365 | |
7366 | |
4464 | 7367 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7368 | |
7369 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
7370 and initialize_global_variables from the list. | |
7371 | |
4460 | 7372 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
7373 | |
4463 | 7374 * image/colormap.m: Don't save and restore default_eval_print_flag. |
7375 | |
7376 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
7377 | |
7378 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
7379 * control/system/sys2fir.m: Likewise. | |
7380 | |
7381 * control/system/is_siso.m: Use && instead of & where appropriate. | |
7382 * control/system/__tf2sysl__.m: Likewise. | |
7383 | |
7384 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
7385 | |
7386 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
7387 and [] concatenation. | |
7388 * control/system/sys2fir.m: Likewise. | |
7389 | |
7390 * control/base/dgram.m, control/base/freqchkw.m, | |
7391 control/base/gram.m, control/system/__abcddims__.m, | |
7392 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
7393 control/system/is_sample.m, control/system/is_signal_list.m, | |
7394 control/system/is_siso.m, control/system/sys2fir.m, | |
7395 control/system/syschtsam.m, control/system/sysgettsam.m, | |
7396 control/system/sysgettype.m, control/system/tf2zp.m, | |
7397 control/system/ugain.m, control/util/prompt.m, | |
7398 control/util/run_cmd.m, control/util/zgrownorm.m, | |
7399 control/util/zgshsr.m: | |
7400 Improve conformance to Octave coding style. | |
7401 | |
4461 | 7402 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
7403 the list. | |
7404 Delete resize_on_range_error from the list. | |
7405 | |
4460 | 7406 * control/base/pzmap.m, control/base/place.m, |
7407 control/base/__freqresp__.m, control/system/sysappend.m, | |
7408 control/system/syscont.m, control/system/sysdisc.m, | |
7409 control/system/sysgroup.m, control/system/tfout.m, | |
7410 control/system/zp2ss.m, control/system/zpout.m, | |
7411 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
7412 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
7413 empty_list_elements_ok. | |
7414 | |
7415 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
7416 Delete empty_list_elements_ok from the list. | |
7417 | |
4457 | 7418 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7419 | |
7420 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
7421 list. | |
7422 Delete treat_neg_dim_as_zero from the list. | |
7423 | |
7424 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
7425 | |
4451 | 7426 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7427 | |
4455 | 7428 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
7429 was not used in the code in any case). | |
7430 | |
7431 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
7432 do_fortran_indexing. | |
7433 | |
4452 | 7434 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
7435 implict_str_to_num_ok. Use unwind_protect block to do it. | |
7436 | |
4451 | 7437 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
7438 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 7439 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 7440 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
7441 warn_fortran_indexing in the list. | |
7442 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
7443 implicit_str_to_num_ok, do_fortran_indexing, and | |
7444 prefer_column_vectors from list. | |
4451 | 7445 |
4440 | 7446 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7447 | |
7448 * Makefile.in (distclean, maintainer-clean): Also remove | |
7449 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
7450 directory. | |
7451 | |
5095 | 7452 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 7453 |
7454 * plot/hist.m: Don't forget to define n if x is a vector. | |
7455 | |
5095 | 7456 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 7457 |
7458 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
7459 return "." with extension. | |
7460 | |
4422 | 7461 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7462 | |
7463 * control/base/__stepimp__.m, control/base/nichols.m, | |
7464 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
7465 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
7466 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
7467 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
7468 Eliminate gnuplot_has_multiplot (assume it is always true). | |
7469 | |
4413 | 7470 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7471 | |
7472 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
7473 | |
5095 | 7474 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 7475 |
7476 * plot/hist.m: Improve performance by using different algorithms | |
7477 depending on number of bins. | |
7478 | |
4404 | 7479 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7480 | |
7481 * control/system/sysadd.m: If systems are not "tf", convert before | |
7482 adding. | |
7483 | |
5095 | 7484 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 7485 |
7486 * image/imagesc.m: Accept data limits parameter for colormap. | |
7487 | |
5095 | 7488 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 7489 |
7490 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
7491 the impulse by t_step. | |
7492 | |
4373 | 7493 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7494 | |
7495 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
7496 column vectors. | |
7497 | |
5095 | 7498 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 7499 |
7500 * linear-algebra/null.m: Handle empty matrix arg. | |
7501 | |
4369 | 7502 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7503 | |
7504 * general/shift.m: Force empty_list_elements_ok to 1. | |
7505 | |
4358 | 7506 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7507 | |
7508 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
7509 New files. | |
7510 | |
4348 | 7511 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
7512 | |
7513 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
7514 function handle to pass to feval. | |
7515 * statistics/base/qqplot.m: Likewise. | |
7516 * statistics/base/ppplot.m: Likewise. | |
7517 * signal/spectral_xdf.m: Likewise. | |
7518 * signal/spectral_adf.m: Likewise. | |
7519 | |
4340 | 7520 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7521 | |
7522 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
7523 | |
4334 | 7524 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7525 | |
7526 * linear-algebra/logm.m: New file. | |
7527 | |
5095 | 7528 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 7529 |
7530 * mkpkgadd: Scan C++ files as well | |
7531 | |
5095 | 7532 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 7533 |
7534 * strings/findstr.m: Return empty set for zero-length target. | |
7535 | |
5095 | 7536 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 7537 |
7538 * set/union.m: Preserve the orientation of inputs. | |
7539 | |
4305 | 7540 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7541 | |
7542 * general/int2str.m: Eliminate leading spaces. | |
7543 | |
4303 | 7544 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7545 | |
7546 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
7547 | |
5095 | 7548 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 7549 |
7550 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
7551 $(BUILD_LDFLAGS) to compiler. | |
7552 | |
4295 | 7553 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7554 | |
7555 * general/num2str.m: Don't specify field width for scalars. | |
7556 | |
4292 | 7557 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7558 | |
7559 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
7560 | |
4265 | 7561 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
7562 | |
4279 | 7563 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
7564 | |
4266 | 7565 * miscellaneous/tempname.m: New file. |
7566 | |
7567 * miscellaneous/tempdir.m: New file. | |
7568 | |
4265 | 7569 * miscellaneous/fullfile.m: New file. |
7570 | |
4259 | 7571 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7572 | |
4264 | 7573 * miscellaneous/fileparts.m: New file. |
7574 | |
7575 * io/beep.m: New file. | |
7576 | |
4260 | 7577 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
7578 format only. | |
4259 | 7579 |
4257 | 7580 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7581 | |
7582 * strings/strcmp.m: Handle cell arrays of strings. | |
7583 | |
4229 | 7584 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7585 | |
7586 * general/int2str.m: Handle matrices. | |
7587 * general/num2str.m: Likewise. | |
7588 Also handle optional precision, and format args. | |
7589 | |
4225 | 7590 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7591 | |
7592 * audio/Makefile.in, control/base/Makefile.in, | |
7593 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7594 control/system/Makefile.in, elfun/Makefile.in, | |
7595 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
7596 io/Makefile.in, linear-algebra/Makefile.in, | |
7597 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
7598 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
7599 specfun/Makefile.in, special-matrix/Makefile.in, | |
7600 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7601 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7602 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
7603 deprecated/Makefile.in: Use new do-script-install and | |
7604 do-script-uninstall macros. | |
7605 | |
7606 * mkpkgadd: New script. | |
7607 | |
7608 * plot/close.m: New file. | |
7609 | |
4184 | 7610 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7611 | |
7612 * image/image.m: Use -raw option for xv. | |
7613 From Remy Bruno <remy.bruno@libertysurf.fr> | |
7614 | |
4172 | 7615 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
7616 | |
4174 | 7617 * control/base/lsim.m: Use approximate test for step size change. |
7618 | |
4172 | 7619 * signal/bartlett.m: Avoid row/column mismatch error. |
7620 | |
5095 | 7621 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 7622 |
7623 * statistics/base/var.m: Use better formula for improved accuracy. | |
7624 | |
5095 | 7625 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 7626 |
7627 * control/base/lsim.m: Correct doc string. | |
7628 | |
5095 | 7629 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 7630 |
7631 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
7632 | |
4148 | 7633 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7634 | |
7635 * plot/contour.m: Handle x and y as matrices too. | |
7636 | |
5095 | 7637 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 7638 |
7639 * plot/contour.m: Fix error and usage messages. | |
7640 | |
4146 | 7641 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7642 | |
7643 * plot/contour.m: Correct orientation of plot. | |
7644 | |
4139 | 7645 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
7646 | |
7647 * control/base/analdemo.m: Fix typo. | |
7648 | |
5095 | 7649 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 7650 |
7651 * statistics/distributions/discrete_pdf.m: Fix typo. | |
7652 | |
4098 | 7653 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7654 | |
7655 * mkdoc: Exit immediately on errors. | |
7656 Exit with error if gethelp does not exist. | |
7657 | |
7658 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
7659 | |
4093 | 7660 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7661 | |
7662 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
7663 | |
5095 | 7664 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 7665 |
7666 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
7667 * statistics/distributions/normal_pdf.m: Likewise. | |
7668 * statistics/distributions/normal_inv.m: Likewise. | |
7669 | |
5095 | 7670 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 7671 |
7672 * specfun/erfinv.m: Return NaN for NaN inputs. | |
7673 | |
5095 | 7674 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 7675 |
7676 * statistics/base/var.m: Handle complex values. | |
7677 | |
4031 | 7678 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7679 | |
7680 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
7681 list. | |
7682 * deprecated/Makefile.in: New file. | |
7683 | |
5095 | 7684 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 7685 |
7686 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
7687 * statistics/distributions/binomial_cdf.m: Likewise. | |
7688 * statistics/distributions/f_cdf.m: Likewise. | |
7689 * statistics/distributions/t_cdf.m: Likewise. | |
7690 | |
7691 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
7692 * specfun/beta.m: Likewise. | |
7693 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
7694 * statistics/distributions/gamma_pdf.m: Likewise. | |
7695 * statistics/distributions/poisson_pdf.m: Likewise. | |
7696 | |
7697 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
7698 * statistics/distributions/poisson_cdf.m: Likewise. | |
7699 | |
4026 | 7700 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7701 | |
4028 | 7702 * deprecated/is_bool.m: New file. |
7703 * deprecated/is_complex.m: New file. | |
7704 * deprecated/is_global.m: New file. | |
7705 * deprecated/is_list.m: New file. | |
7706 * deprecated/is_matrix.m: New file. | |
7707 * deprecated/is_scalar.m: New file. | |
7708 * deprecated/is_square.m: New file. | |
7709 * deprecated/is_stream.m: New file. | |
7710 * deprecated/is_struct.m: New file. | |
7711 * deprecated/is_symmetric.m: New file. | |
7712 * deprecated/is_vector.m: New file. | |
4030 | 7713 * Change all callers of these functions to use the new names. |
4028 | 7714 |
4029 | 7715 * deprecated: New directory. |
7716 * Makefile.in (SUBDIRS): Add it to the list. | |
7717 | |
4026 | 7718 * general/isscalar.m: Rename from is_scalar.m. |
7719 * general/issquare.m: Rename from is_square.m. | |
7720 * general/issymmetric.m: Rename from is_symmetric.m. | |
7721 * general/isvector.m: Rename from is_vector.m. | |
7722 | |
4022 | 7723 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7724 | |
7725 * statistics/base/mean.m: Allow empty matrices. | |
7726 Handle DIM arg. | |
7727 | |
5095 | 7728 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 7729 |
7730 * plot/__errcomm__.m: If format is not specified, default to error | |
7731 bar format. | |
7732 | |
4011 | 7733 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7734 | |
7735 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
7736 __F_SETFL__ and __O_NONBLOCK__. | |
7737 | |
7738 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
7739 * miscellaneous/bug_report.m: Likewise. | |
7740 | |
4007 | 7741 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7742 | |
4008 | 7743 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
7744 * general/rem.m: Likewise. | |
7745 | |
7746 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
7747 * plot/semilogxerr.m: Likewise. | |
4007 | 7748 * plot/semilogyerr.m: Likewise. |
7749 | |
5095 | 7750 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 7751 |
7752 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
7753 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
7754 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
7755 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
7756 | |
7757 * plot/errorbar.m: Use __errcomm__.m. | |
7758 * plot/__errplot__.m: Minor cleanups. | |
7759 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
7760 * plot/__pltopt1__.m: Likewise. | |
7761 | |
3980 | 7762 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7763 | |
3981 | 7764 * general/rem.m: Delete redundant call to usage. |
7765 | |
3980 | 7766 * general/mod.m: Additional error checks, Texinfoize doc string. |
7767 | |
5095 | 7768 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 7769 |
7770 * general/mod.m: New function. | |
7771 | |
3979 | 7772 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7773 | |
7774 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
7775 * control/system/sysadd.m: Likewise. | |
7776 * control/system/sysgroup.m: Likewise. | |
7777 * control/system/syssub.m: Likewise. | |
7778 * elfun/gcd.m: Likewise. | |
7779 * elfun/lcm.m: Likewise. | |
7780 * general/common_size.m: Likewise. | |
7781 * io/printf.m: Likewise. | |
7782 * miscellaneous/menu.m: Likewise. | |
7783 * miscellaneous/path.m: Likewise. | |
7784 * plot/__errplot__.m: Likewise. | |
7785 * plot/__plt__.m: Likewise. | |
7786 * plot/axis.m: Likewise. | |
7787 * plot/errorbar.m: Likewise. | |
7788 * plot/mplot.m: Likewise. | |
7789 * plot/loglog.m: Likewise. | |
7790 * plot/plot.m: Likewise. | |
7791 * plot/plot_border.m: Likewise. | |
7792 * plot/semilogx.m: Likewise. | |
7793 * plot/semilogy.m: Likewise. | |
7794 * plot/xlabel.m: Likewise. | |
7795 * plot/ylabel.m: Likewise. | |
7796 * plot/zlabel.m: Likewise. | |
7797 * statistics/base/ppplot.m: Likewise. | |
7798 * statistics/base/qqplot.m: Likewise. | |
7799 * statistics/tests/bartlett_test.m: Likewise. | |
7800 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
7801 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
7802 * strings/str2mat.m: Likewise. | |
7803 * strings/strcat.m: Likewise. | |
7804 | |
5095 | 7805 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 7806 |
7807 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
7808 | |
3924 | 7809 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7810 | |
7811 * skip-autoheader: New file, for autogen.sh. | |
3925 | 7812 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 7813 |
5095 | 7814 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 7815 |
7816 * general/repmat.m: New function. | |
7817 | |
5095 | 7818 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 7819 |
7820 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
7821 Use optional parameter to specify the number of bits in the input. | |
7822 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
7823 floats in the range [-1,1], 2x speedup. | |
7824 | |
7825 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
7826 | |
3910 | 7827 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7828 | |
7829 * linear-algebra/kron.m: Delete. | |
7830 | |
5095 | 7831 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 7832 |
7833 * signal/freqz.m: If nargout is zero, plot results instead of | |
7834 returning them. | |
7835 * signal/freqz_plot.m: New file. | |
7836 | |
5095 | 7837 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 7838 |
5378 | 7839 * signal/unwrap.m: New file. |
3906 | 7840 |
5095 | 7841 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 7842 |
7843 * image/rgb2hsv.m: Faster, more accurate, remove the | |
7844 divide by zero warning. | |
7845 | |
5095 | 7846 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 7847 |
3894 | 7848 * strings/deblank.m: Trim \0 as well as blank. |
7849 | |
5378 | 7850 * freqz.m: Evaluate a specific range of frequencies |
3893 | 7851 expressed in radians or Hz relative to a supplied sample rate. |
7852 | |
5095 | 7853 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 7854 |
7855 * signal/fftfilt.m: Filter columns if called with a matrix. | |
7856 | |
3891 | 7857 * strings/findstr.m: Vectorize as much as possible. |
7858 | |
5095 | 7859 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 7860 |
7861 * special-matrix/invhilb.m: New version that is faster and more | |
7862 accurate. | |
7863 | |
5095 | 7864 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 7865 |
7866 * configure.in: Update for autoconf 2.5x. | |
7867 | |
5095 | 7868 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 7869 |
7870 * special-matrix/vander.m: Code tidy and vectorize. | |
7871 | |
5095 | 7872 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 7873 |
3883 | 7874 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
7875 to vectors. Issue a warning in the case x matches y' but return a | |
7876 column vector as Octave currently does. | |
7877 | |
3882 | 7878 * plot/contour.m: Set default number of levels for contour(x,y,z). |
7879 | |
7880 * control/system/starp.m: Leave more of the documentation | |
7881 processing to texinfo and less to the @format block. | |
7882 | |
7883 * image/imagesc.m: Only display image if no output is requested. | |
7884 Code tidying. | |
7885 | |
3876 | 7886 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7887 | |
7888 * statistics/base/center.m: Accept and return empty matrix. | |
7889 | |
3872 | 7890 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7891 | |
7892 * specfun/erfinv.m: Fix usage message. | |
7893 | |
3869 | 7894 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7895 | |
7896 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
7897 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
7898 | |
3837 | 7899 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
7900 | |
7901 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
7902 capitalized variable names. | |
7903 | |
3836 | 7904 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
7905 | |
7906 * m/image/saveimage.m: fix saving an image to Postscript format. | |
7907 | |
5095 | 7908 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 7909 |
7910 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
7911 | |
3803 | 7912 2001-02-28 Kai Habel <kai.habel@gmx.de> |
7913 | |
3833 | 7914 * general/cart2pol.m: New file. |
7915 * general/pol2cart.m: New file. | |
7916 * general/cart2sph.m: New file. | |
7917 * general/sph2cart.m: New file. | |
7918 * image/rgb2hsv.m: New file. | |
7919 * image/hsv2rgb.m: New file. | |
3803 | 7920 |
7921 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
7922 | |
7923 * plot/meshgrid.m: Avoid for loops. | |
7924 * plot/meshdom.m: Likewise. | |
7925 | |
3801 | 7926 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7927 | |
7928 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
7929 | |
7930 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
7931 | |
7932 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
7933 norm. | |
7934 | |
3792 | 7935 2001-02-09 David Livings <david.livings@asa.co.uk> |
7936 | |
7937 * statistics/tests/welch_test.m: Fix typo. | |
7938 | |
7939 * statistics/distributions/chisquare_cdf.m: | |
7940 Don't restrict inputs to be only positive integers. | |
7941 * statistics/distributions/chisquare_inv.m: Likewise. | |
7942 * statistics/distributions/chisquare_pdf.m: Likewise. | |
7943 * statistics/distributions/chisquare_rnd.m: Likewise. | |
7944 * statistics/distributions/f_cdf.m: Likewise. | |
7945 * statistics/distributions/f_inv.m: Likewise. | |
7946 * statistics/distributions/f_pdf.m: Likewise. | |
7947 * statistics/distributions/f_rnd.m: Likewise. | |
7948 * statistics/distributions/t_cdf.m: Likewise. | |
7949 * statistics/distributions/t_inv.m: Likewise. | |
7950 * statistics/distributions/t_pdf.m: Likewise. | |
7951 * statistics/distributions/t_rnd.m: Likewise. | |
7952 | |
3790 | 7953 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7954 | |
7955 * strings/dec2base.m: New file. | |
7956 * strings/base2dec.m: New file. | |
7957 * strings/strjust.m: New file. | |
7958 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
7959 * strings/dec2bin.m: Likewise. | |
7960 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
7961 * strings/bin2dec.m: Likewise. | |
7962 | |
5095 | 7963 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 7964 |
7965 * statistics/base/ppplot.m: Use gset, not set. | |
7966 * statistics/base/qqplot.m: Likewise. | |
7967 | |
5095 | 7968 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 7969 |
7970 * control/system/c2d.m: Add missing endif. | |
7971 | |
3759 | 7972 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7973 | |
7974 * strings/index.m: Return 0 if either string is empty. | |
7975 | |
7976 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
7977 | |
7978 * control/system/c2d.m: Allow option of matched pole/zero | |
7979 equivalent for conversion. | |
7980 | |
7981 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
7982 | |
7983 * strings/findstr.m: Return empty matrix if search string is empty. | |
7984 | |
3757 | 7985 2000-12-15 Kai Habel <kai.habel@gmx.de> |
7986 | |
7987 * saveimage.m: Do create rawbit image for black and white images, | |
7988 but do it correctly. | |
7989 | |
3754 | 7990 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7991 | |
6778 | 7992 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
7993 result polynomials. | |
3754 | 7994 |
3748 | 7995 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7996 | |
7997 * image/saveimage.m: Don't try to create rawbit image. | |
7998 | |
3740 | 7999 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8000 | |
8001 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
8002 | |
5095 | 8003 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 8004 |
8005 * plot/contour.m: Reorder args for Matlab compatibility. | |
8006 | |
3727 | 8007 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
8008 | |
8009 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
8010 | |
3717 | 8011 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8012 | |
3718 | 8013 * plot/errorbar.m, plot/__errplot__.m: New functions. |
8014 | |
3717 | 8015 * plot/mesh.m: Also set nologscale before plotting. |
8016 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
8017 xyerrorbars instead of just errorbars. | |
8018 | |
3714 | 8019 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
8020 | |
8021 * image/image.m: Try display (from ImageMagick) first. | |
8022 | |
3709 | 8023 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
8024 | |
8025 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
8026 conjugate transpose. | |
8027 | |
3705 | 8028 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8029 | |
8030 * strings/str2mat.m: Apply setstr to each argument. | |
8031 | |
3696 | 8032 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
8033 | |
8034 * control/base/dkalman.m: New file. | |
8035 * control/base/dlqe.m: Handle singular A matrix. | |
8036 * control/base/dlqr.m: Likewise. | |
8037 | |
3695 | 8038 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8039 | |
8040 * strings/strcmp.m: Return 0 instead of an error if row and column | |
8041 dimensions don't match. | |
8042 | |
3690 | 8043 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
8044 | |
8045 * plot/hist.m: Allow 3 argument form to work. | |
8046 | |
5095 | 8047 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 8048 |
8049 * plot/plot.m: Add examples in doc string. | |
8050 | |
5095 | 8051 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 8052 |
8053 * control/base/__stepimp__.m: Reset multiplot state when done. | |
8054 Do the right thing even if automatic_replot is not zero. | |
8055 Avoid failure if system has pure imaginary poles. | |
8056 | |
3674 | 8057 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8058 | |
8059 * general/logical.m: Return arg if it is empty. Better error | |
8060 message for non-numeric types. | |
8061 | |
5095 | 8062 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 8063 |
8064 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
8065 about difference with Matlab dlqe function. | |
8066 | |
8067 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
8068 | |
5095 | 8069 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 8070 |
8071 * strings/strrep.m: Fix typo. | |
8072 | |
3666 | 8073 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8074 | |
8075 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
8076 | |
5095 | 8077 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 8078 |
8079 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 8080 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 8081 |
5095 | 8082 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 8083 |
8084 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
8085 guess for iteration. | |
8086 | |
3651 | 8087 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8088 | |
8089 * image/image.m: Allow image (A) or image (x, y, A). | |
8090 * image/imagesc.m: Likewise. | |
8091 | |
8092 * image/image.m: If zoom is not supplied, or if it is an empty | |
8093 matrix, autoscale the image. | |
8094 | |
3618 | 8095 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8096 | |
3619 | 8097 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
8098 Undo string escapes in text twice(!) before sending to gnuplot. | |
8099 | |
3618 | 8100 * image/saveimage.m: Add comment to file saying who created it and |
8101 when it was created. Suggested by Stephen Eglen | |
8102 <stephen@cogsci.ed.ac.uk>. | |
8103 | |
5095 | 8104 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 8105 |
8106 * polynomial/polyreduce.m: Simplify by looking for the first | |
8107 non-zero element rather than the last of the first set of zero | |
8108 elements. | |
8109 | |
8110 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
8111 | |
5095 | 8112 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 8113 |
8114 * image/saveimage.m: Swap black and white colormaps so zero is | |
8115 displayed as black and 1 is displayed as white. | |
8116 Fix indexing bug in ppm case. | |
8117 | |
3604 | 8118 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
8119 | |
8120 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
8121 between the two distributions (took same approach as ks.test() in R.) | |
8122 | |
3603 | 8123 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8124 | |
8125 * control/base/bode.m: Temporarily disable automatic_replot. | |
8126 | |
3599 | 8127 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8128 | |
3601 | 8129 * Makefile.in (clean): Also remove gethelp. |
8130 | |
3599 | 8131 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
8132 | |
5095 | 8133 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 8134 |
8135 * set/create_set.m: Use find to avoid while loop. | |
8136 | |
5095 | 8137 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 8138 |
8139 * plot/hist.m: New optional third argument. | |
8140 | |
8141 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8142 | |
8143 * miscellaneous/bug_report.m: Use octave-bug script with version | |
8144 number appended. | |
8145 | |
3575 | 8146 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8147 | |
8148 * gethelp.cc: Sprinkle with std:: qualifier. | |
8149 | |
3498 | 8150 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8151 | |
8152 * image/saveimage.m: Delete some debugging code. | |
8153 | |
3486 | 8154 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
8155 | |
8156 * signal/sinc.m: Avoid reshaping. | |
8157 | |
8158 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
8159 * image/ind2rgb.m: Ditto. | |
8160 * image/ind2gray.m: Ditto. | |
8161 * general/reshape.m: Ditto. Also no longer needs to reset | |
8162 implicit_str_to_num_ok. | |
8163 | |
3483 | 8164 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
8165 | |
8166 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
8167 a list of file structures, not a vector of numeric file ids. | |
8168 | |
3474 | 8169 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8170 | |
3476 | 8171 * plot/__axis_label__.m: New function. |
8172 Undo string escapes in text twice(!) before sending to gnuplot. | |
8173 * plot/xlabel.m: Use it. | |
8174 * plot/ylabel.m: Ditto. | |
8175 * plot/zlabel.m: Ditto. | |
8176 | |
3474 | 8177 * plot/mesh.m: Fix error message to reflect reality. |
8178 | |
5095 | 8179 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 8180 |
8181 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
8182 | |
5095 | 8183 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 8184 |
8185 * audio/saveaudio.m: Also accept files with .ul extension. | |
8186 * audio/loadaudio.m: Ditto. | |
8187 * audio/playaudio.m: Ditto. | |
8188 | |
3456 | 8189 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8190 | |
8191 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
8192 * statistics/distributions/beta_inv.m: Ditto. | |
8193 * statistics/distributions/beta_pdf.m: Ditto. | |
8194 * statistics/distributions/beta_rnd.m: Ditto. | |
8195 * statistics/distributions/binomial_cdf.m: Ditto. | |
8196 * statistics/distributions/binomial_inv.m: Ditto. | |
8197 * statistics/distributions/binomial_pdf.m: Ditto. | |
8198 * statistics/distributions/binomial_rnd.m: Ditto. | |
8199 * statistics/distributions/cauchy_cdf.m: Ditto. | |
8200 * statistics/distributions/cauchy_inv.m: Ditto. | |
8201 * statistics/distributions/cauchy_pdf.m: Ditto. | |
8202 * statistics/distributions/cauchy_rnd.m: Ditto. | |
8203 * statistics/distributions/chisquare_cdf.m: Ditto. | |
8204 * statistics/distributions/chisquare_inv.m: Ditto. | |
8205 * statistics/distributions/chisquare_pdf.m: Ditto. | |
8206 * statistics/distributions/chisquare_rnd.m: Ditto. | |
8207 * statistics/distributions/discrete_cdf.m: Ditto. | |
8208 * statistics/distributions/discrete_inv.m: Ditto. | |
8209 * statistics/distributions/discrete_pdf.m: Ditto. | |
8210 * statistics/distributions/discrete_rnd.m: Ditto. | |
8211 * statistics/distributions/empirical_cdf.m: Ditto. | |
8212 * statistics/distributions/empirical_inv.m: Ditto. | |
8213 * statistics/distributions/empirical_pdf.m: Ditto. | |
8214 * statistics/distributions/empirical_rnd.m: Ditto. | |
8215 * statistics/distributions/exponential_cdf.m: Ditto. | |
8216 * statistics/distributions/exponential_inv.m: Ditto. | |
8217 * statistics/distributions/exponential_pdf.m: Ditto. | |
8218 * statistics/distributions/exponential_rnd.m: Ditto. | |
8219 * statistics/distributions/f_cdf.m: Ditto. | |
8220 * statistics/distributions/f_inv.m: Ditto. | |
8221 * statistics/distributions/f_pdf.m: Ditto. | |
8222 * statistics/distributions/f_rnd.m: Ditto. | |
8223 * statistics/distributions/gamma_cdf.m: Ditto. | |
8224 * statistics/distributions/gamma_inv.m: Ditto. | |
8225 * statistics/distributions/gamma_pdf.m: Ditto. | |
8226 * statistics/distributions/gamma_rnd.m: Ditto. | |
8227 * statistics/distributions/geometric_cdf.m: Ditto. | |
8228 * statistics/distributions/geometric_inv.m: Ditto. | |
8229 * statistics/distributions/geometric_pdf.m: Ditto. | |
8230 * statistics/distributions/geometric_rnd.m: Ditto. | |
8231 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
8232 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
8233 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
8234 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
8235 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
8236 * statistics/distributions/laplace_cdf.m: Ditto. | |
8237 * statistics/distributions/laplace_inv.m: Ditto. | |
8238 * statistics/distributions/laplace_pdf.m: Ditto. | |
8239 * statistics/distributions/laplace_rnd.m: Ditto. | |
8240 * statistics/distributions/logistic_cdf.m: Ditto. | |
8241 * statistics/distributions/logistic_inv.m: Ditto. | |
8242 * statistics/distributions/logistic_pdf.m: Ditto. | |
8243 * statistics/distributions/logistic_rnd.m: Ditto. | |
8244 * statistics/distributions/lognormal_cdf.m: Ditto. | |
8245 * statistics/distributions/lognormal_inv.m: Ditto. | |
8246 * statistics/distributions/lognormal_pdf.m: Ditto. | |
8247 * statistics/distributions/lognormal_rnd.m: Ditto. | |
8248 * statistics/distributions/normal_cdf.m: Ditto. | |
8249 * statistics/distributions/normal_inv.m: Ditto. | |
8250 * statistics/distributions/normal_pdf.m: Ditto. | |
8251 * statistics/distributions/normal_rnd.m: Ditto. | |
8252 * statistics/distributions/pascal_cdf.m: Ditto. | |
8253 * statistics/distributions/pascal_inv.m: Ditto. | |
8254 * statistics/distributions/pascal_pdf.m: Ditto. | |
8255 * statistics/distributions/pascal_rnd.m: Ditto. | |
8256 * statistics/distributions/poisson_cdf.m: Ditto. | |
8257 * statistics/distributions/poisson_inv.m: Ditto. | |
8258 * statistics/distributions/poisson_pdf.m: Ditto. | |
8259 * statistics/distributions/poisson_rnd.m: Ditto. | |
8260 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
8261 * statistics/distributions/stdnormal_inv.m: Ditto. | |
8262 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
8263 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
8264 * statistics/distributions/t_cdf.m: Ditto. | |
8265 * statistics/distributions/t_inv.m: Ditto. | |
8266 * statistics/distributions/t_pdf.m: Ditto. | |
8267 * statistics/distributions/t_rnd.m: Ditto. | |
8268 * statistics/distributions/uniform_cdf.m: Ditto. | |
8269 * statistics/distributions/uniform_inv.m: Ditto. | |
8270 * statistics/distributions/uniform_pdf.m: Ditto. | |
8271 * statistics/distributions/uniform_rnd.m: Ditto. | |
8272 * statistics/distributions/weibull_cdf.m: Ditto. | |
8273 * statistics/distributions/weibull_inv.m: Ditto. | |
8274 * statistics/distributions/weibull_pdf.m: Ditto. | |
8275 * statistics/distributions/weibull_rnd.m: Ditto. | |
8276 * statistics/distributions/wiener_rnd.m: Ditto. | |
8277 | |
3453 | 8278 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8279 | |
8280 * statistics/base/values.m: Texinfoize doc string. | |
8281 * statistics/base/var.m: Ditto. | |
8282 * statistics/base/table.m: Ditto. | |
8283 * statistics/base/studentize.m: Ditto. | |
8284 * statistics/base/statistics.m: Ditto. | |
8285 * statistics/base/spearman.m: Ditto. | |
8286 * statistics/base/run_count.m: Ditto. | |
8287 * statistics/base/ranks.m: Ditto. | |
8288 * statistics/base/range.m: Ditto. | |
8289 * statistics/base/qqplot.m: Ditto. | |
8290 * statistics/base/probit.m: Ditto. | |
8291 * statistics/base/ppplot.m: Ditto. | |
8292 * statistics/base/moment.m: Ditto. | |
8293 * statistics/base/meansq.m: Ditto. | |
8294 * statistics/base/logit.m: Ditto. | |
8295 * statistics/base/kendall.m: Ditto. | |
8296 * statistics/base/iqr.m: Ditto. | |
8297 * statistics/base/cut.m: Ditto. | |
8298 * statistics/base/cor.m: Ditto. | |
8299 * statistics/base/cloglog.m: Ditto. | |
8300 * statistics/base/center.m: Ditto. | |
3454 | 8301 * statistics/models/logistic_regression.m: Ditto. |
8302 * statistics/models/logistic_regression_derivative.m: Ditto. | |
8303 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
8304 * statistics/tests/anova.m: Ditto. | |
8305 * statistics/tests/bartlett_test.m: Ditto. | |
8306 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
8307 * statistics/tests/chisquare_test_independence.m: Ditto. | |
8308 * statistics/tests/cor_test.m: Ditto. | |
8309 * statistics/tests/f_test_regression.m: Ditto. | |
8310 * statistics/tests/hotelling_test.m: Ditto. | |
8311 * statistics/tests/hotelling_test_2.m: Ditto. | |
8312 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
8313 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
8314 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
8315 * statistics/tests/manova.m: Ditto. | |
8316 * statistics/tests/mcnemar_test.m: Ditto. | |
8317 * statistics/tests/prop_test_2.m: Ditto. | |
8318 * statistics/tests/run_test.m: Ditto. | |
8319 * statistics/tests/sign_test.m: Ditto. | |
8320 * statistics/tests/t_test.m: Ditto. | |
8321 * statistics/tests/t_test_2.m: Ditto. | |
8322 * statistics/tests/t_test_regression.m: Ditto. | |
8323 * statistics/tests/u_test.m: Ditto. | |
8324 * statistics/tests/var_test.m: Ditto. | |
8325 * statistics/tests/welch_test.m: Ditto. | |
8326 * statistics/tests/wilcoxon_test.m: Ditto. | |
8327 * statistics/tests/z_test.m: Ditto. | |
8328 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 8329 |
3446 | 8330 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8331 | |
8332 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 8333 * plot/__plr1__.m: Ditto. |
8334 * plot/__pltopt__.m: Ditto. | |
8335 * plot/__plt__.m: Ditto. | |
8336 * plot/__plt2vv__.m: Ditto. | |
8337 * plot/__plr2__.m: Ditto. | |
8338 * plot/__plr__.m: Ditto. | |
8339 * plot/__plt1__.m: Ditto. | |
8340 * plot/__plt2__.m: Ditto. | |
8341 * plot/__plt2mm__.m: Ditto. | |
8342 * plot/__plt2mv__.m: Ditto. | |
8343 * plot/__plt2ss__.m: Ditto. | |
8344 * miscellaneous/paren.m: Ditto. | |
8345 * miscellaneous/comma.m: Ditto. | |
8346 * miscellaneous/semicolon.m: Ditto. | |
8347 * miscellaneous/path.m: Ditto. | |
8348 * miscellaneous/list_primes.m: Ditto. | |
8349 * miscellaneous/flops.m: Ditto. | |
8350 * miscellaneous/dump_prefs.m: Ditto. | |
8351 * miscellaneous/bug_report.m: Ditto. | |
8352 * linear-algebra/dot.m: Ditto | |
8353 * linear-algebra/dmult.m: Ditto. | |
8354 * general/randperm.m: Ditto. | |
8355 * general/logical.m: Ditto. | |
8356 * general/is_duplicate_entry.m: Ditto. | |
8357 * signal/arch_fit.m: Ditto. | |
8358 * signal/arch_rnd.m: Ditto. | |
8359 * signal/arch_test.m: Ditto. | |
8360 * signal/arma_rnd.m: Ditto. | |
8361 * signal/autocor.m: Ditto. | |
8362 * signal/autocov.m: Ditto. | |
8363 * signal/autoreg_matrix.m: Ditto. | |
8364 * signal/bartlett.m: Ditto. | |
8365 * signal/blackman.m: Ditto. | |
8366 * signal/detrend.m: Ditto. | |
8367 * signal/diffpara.m: Ditto. | |
8368 * signal/durbinlevinson.m: Ditto. | |
8369 * signal/fftconv.m: Ditto. | |
8370 * signal/fftfilt.m: Ditto. | |
8371 * signal/fftshift.m: Ditto. | |
8372 * signal/fractdiff.m: Ditto. | |
8373 * signal/freqz.m: Ditto. | |
8374 * signal/hamming.m: Ditto. | |
8375 * signal/hanning.m: Ditto. | |
8376 * signal/hurst.m: Ditto. | |
8377 * signal/periodogram.m: Ditto. | |
8378 * signal/rectangle_lw.m: Ditto. | |
8379 * signal/rectangle_sw.m: Ditto. | |
8380 * signal/sinc.m: Ditto. | |
8381 * signal/sinetone.m: Ditto. | |
8382 * signal/sinewave.m: Ditto. | |
8383 * signal/spectral_adf.m: Ditto. | |
8384 * signal/spectral_xdf.m: Ditto. | |
8385 * signal/spencer.m: Ditto. | |
8386 * signal/stft.m: Ditto. | |
8387 * signal/synthesis.m: Ditto. | |
8388 * signal/triangle_lw.m: Ditto. | |
8389 * signal/triangle_sw.m: Ditto. | |
8390 * signal/yulewalker.m: Ditto. | |
3450 | 8391 * control/util/strappend.m: Ditto. |
3451 | 8392 * control/base/nichols.m: Ditto. |
3452 | 8393 * control/system/is_signal_list.m: Ditto. |
8394 * control/system/listidx.m: Ditto. | |
8395 * control/system/sysgettsam.m: Ditto. | |
8396 * control/system/sysidx.m: Ditto. | |
3446 | 8397 |
3438 | 8398 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8399 | |
8400 * control/system/__abcddims__.m: Rename from | |
8401 control/system/abcddims.m, change all callers. | |
8402 * control/base/__bodquist__.m: Likewise. | |
8403 * control/base/__freqresp__.m: Likewise. | |
8404 * control/util/__outlist__.m: Likewise. | |
8405 * control/base/__stepimp__.m: Likewise. | |
8406 * control/system/__syschnamesl__.m: Likewise. | |
8407 * control/system/__syscont_disc__.m: Likewise. | |
8408 * control/system/__sysdefioname__.m: Likewise. | |
8409 * control/system/__sysdefstname__.m: Likewise. | |
8410 * control/system/__sysgroupn__.m: Likewise. | |
8411 * control/system/__tf2sysl__.m: Likewise. | |
8412 * control/util/__zgpbal__.m: Likewise. | |
8413 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 8414 |
8415 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 8416 * quaternion/qconj.m: Ditto. |
8417 * quaternion/qcoordinate_plot.m: Ditto. | |
8418 * quaternion/qderiv.m: Ditto. | |
8419 * quaternion/qderivmat.m: Ditto. | |
8420 * quaternion/qinv.m: Ditto. | |
8421 * quaternion/qmult.m: Ditto. | |
8422 * quaternion/qtrans.m: Ditto. | |
8423 * quaternion/qtransv.m: Ditto. | |
8424 * quaternion/qtransvmat.m: Ditto. | |
8425 * quaternion/quaternion.m: Ditto. | |
3438 | 8426 |
3436 | 8427 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8428 | |
8429 * control/base/Makefile.in: Ditto. | |
8430 * control/hinf/Makefile.in: New file. | |
8431 * control/marsyas/Makefile.in: Ditto. | |
8432 * control/obsolete/Makefile.in: Ditto. | |
8433 * control/system/Makefile.in: Ditto. | |
8434 * control/util/Makefile.in: Ditto. | |
8435 | |
8436 * strings/com2str.m: Move here from control directory. | |
8437 | |
8438 * control/base: New directory. | |
8439 * control/base/DEMOcontrol.m: Move here from control directory. | |
8440 * control/base/analdemo.m: Ditto. | |
8441 * control/base/are.m: Ditto. | |
8442 * control/base/bddemo.m: Ditto. | |
8443 * control/base/bode.m: Ditto. | |
8444 * control/base/bode_bounds.m: Ditto. | |
8445 * control/base/bodquist.m: Ditto. | |
8446 * control/base/controldemo.m: Ditto. | |
8447 * control/base/ctrb.m: Ditto. | |
8448 * control/base/damp.m: Ditto. | |
8449 * control/base/dare.m: Ditto. | |
8450 * control/base/dcgain.m: Ditto. | |
8451 * control/base/dgram.m: Ditto. | |
8452 * control/base/dlqe.m: Ditto. | |
8453 * control/base/dlqr.m: Ditto. | |
8454 * control/base/dlyap.m: Ditto. | |
8455 * control/base/dre.m: Ditto. | |
8456 * control/base/frdemo.m: Ditto. | |
8457 * control/base/freqchkw.m: Ditto. | |
8458 * control/base/freqresp.m: Ditto. | |
8459 * control/base/gram.m: Ditto. | |
8460 * control/base/impulse.m: Ditto. | |
8461 * control/base/lqe.m: Ditto. | |
8462 * control/base/lqg.m: Ditto. | |
8463 * control/base/lqr.m: Ditto. | |
8464 * control/base/lsim.m: Ditto. | |
8465 * control/base/ltifr.m: Ditto. | |
8466 * control/base/lyap.m: Ditto. | |
8467 * control/base/nichols.m: Ditto. | |
8468 * control/base/nyquist.m: Ditto. | |
8469 * control/base/obsv.m: Ditto. | |
8470 * control/base/place.m: Ditto. | |
8471 * control/base/pzmap.m: Ditto. | |
8472 * control/base/rldemo.m: Ditto. | |
8473 * control/base/rlocus.m: Ditto. | |
8474 * control/base/step.m: Ditto. | |
8475 * control/base/stepimp.m: Ditto. | |
8476 * control/base/tzero.m: Ditto. | |
8477 * control/base/tzero2.m: Ditto. | |
8478 | |
8479 * control/hinf: New directory. | |
8480 * control/hinf/dhinfdemo.m: Move here from control directory. | |
8481 * control/hinf/h2norm.m: Ditto. | |
8482 * control/hinf/h2syn.m: Ditto. | |
8483 * control/hinf/hinf_ctr.m: Ditto. | |
8484 * control/hinf/hinfdemo.m: Ditto. | |
8485 * control/hinf/hinfnorm.m: Ditto. | |
8486 * control/hinf/hinfsyn.m: Ditto. | |
8487 * control/hinf/hinfsyn_chk.m: Ditto. | |
8488 * control/hinf/hinfsyn_ric.m: Ditto. | |
8489 * control/hinf/wgt1o.m: Ditto. | |
3441 | 8490 * control/hinf/dgkfdemo.m: Ditto. |
8491 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 8492 |
8493 * control/marsyas: New directory. | |
8494 * control/marsyas/demomarsyas.m: Move here from control directory. | |
8495 * control/marsyas/susball.m: Ditto. | |
8496 | |
8497 * control/obsolete/dezero.m: Move here from control directory. | |
8498 * control/obsolete/rotg.m: Ditto. | |
8499 | |
8500 * control/system: New directory. | |
8501 * control/system/abcddim.m: Move here from control directory. | |
8502 * control/system/abcddims.m: Ditto. | |
8503 * control/system/buildssic.m: Ditto. | |
8504 * control/system/c2d.m: Ditto. | |
8505 * control/system/d2c.m: Ditto. | |
8506 * control/system/dmr2d.m: Ditto. | |
8507 * control/system/fir2sys.m: Ditto. | |
8508 * control/system/is_abcd.m: Ditto. | |
8509 * control/system/is_digital.m: Ditto. | |
8510 * control/system/is_sample.m: Ditto. | |
8511 * control/system/is_signal_list.m: Ditto. | |
8512 * control/system/is_siso.m: Ditto. | |
3441 | 8513 * control/system/is_controllable.m: Ditto. |
8514 * control/system/is_detectable.m: Ditto. | |
8515 * control/system/is_observable.m: Ditto. | |
8516 * control/system/is_stabilizable.m: Ditto. | |
8517 * control/system/is_stable.m: Ditto. | |
3436 | 8518 * control/system/jet707.m: Ditto. |
8519 * control/system/listidx.m: Ditto. | |
8520 * control/system/moddemo.m: Ditto. | |
8521 * control/system/ord2.m: Ditto. | |
8522 * control/system/packedform.m: Ditto. | |
8523 * control/system/parallel.m: Ditto. | |
8524 * control/system/ss2sys.m: Ditto. | |
8525 * control/system/ss2tf.m: Ditto. | |
8526 * control/system/ss2zp.m: Ditto. | |
8527 * control/system/starp.m: Ditto. | |
8528 * control/system/sys2fir.m: Ditto. | |
8529 * control/system/sys2ss.m: Ditto. | |
8530 * control/system/sys2tf.m: Ditto. | |
8531 * control/system/sys2zp.m: Ditto. | |
8532 * control/system/sysadd.m: Ditto. | |
8533 * control/system/sysappend.m: Ditto. | |
8534 * control/system/syschnamesl.m: Ditto. | |
8535 * control/system/syschtsam.m: Ditto. | |
8536 * control/system/sysconnect.m: Ditto. | |
8537 * control/system/syscont.m: Ditto. | |
8538 * control/system/syscont_disc.m: Ditto. | |
8539 * control/system/sysdefioname.m: Ditto. | |
8540 * control/system/sysdefstname.m: Ditto. | |
8541 * control/system/sysdimensions.m: Ditto. | |
8542 * control/system/sysdisc.m: Ditto. | |
8543 * control/system/sysdup.m: Ditto. | |
8544 * control/system/sysgetsignals.m: Ditto. | |
8545 * control/system/sysgettsam.m: Ditto. | |
8546 * control/system/sysgettype.m: Ditto. | |
8547 * control/system/sysgroup.m: Ditto. | |
8548 * control/system/sysgroupn.m: Ditto. | |
8549 * control/system/sysidx.m: Ditto. | |
8550 * control/system/sysmin.m: Ditto. | |
8551 * control/system/sysmult.m: Ditto. | |
8552 * control/system/sysout.m: Ditto. | |
8553 * control/system/sysprune.m: Ditto. | |
8554 * control/system/sysreorder.m: Ditto. | |
8555 * control/system/sysrepdemo.m: Ditto. | |
8556 * control/system/sysscale.m: Ditto. | |
8557 * control/system/syssetsignals.m: Ditto. | |
8558 * control/system/syssub.m: Ditto. | |
8559 * control/system/sysupdate.m: Ditto. | |
8560 * control/system/tf2ss.m: Ditto. | |
8561 * control/system/tf2sys.m: Ditto. | |
8562 * control/system/tf2sysl.m: Ditto. | |
8563 * control/system/tf2zp.m: Ditto. | |
8564 * control/system/tfout.m: Ditto. | |
8565 * control/system/ugain.m: Ditto. | |
8566 * control/system/zp2ss.m: Ditto. | |
8567 * control/system/zp2ssg2.m: Ditto. | |
8568 * control/system/zp2sys.m: Ditto. | |
8569 * control/system/zp2tf.m: Ditto. | |
8570 * control/system/zpout.m: Ditto. | |
8571 | |
8572 * control/util: New directory. | |
8573 * control/util/axis2dlim.m: Move here from control directory. | |
8574 * control/util/outlist.m: Ditto. | |
8575 * control/util/prompt.m: Ditto. | |
8576 * control/util/run_cmd.m: Ditto. | |
8577 * control/util/sortcom.m: Ditto. | |
8578 * control/util/strappend.m: Ditto. | |
8579 * control/util/swap.m: Ditto. | |
8580 * control/util/zgfmul.m: Ditto. | |
8581 * control/util/zgfslv.m: Ditto. | |
8582 * control/util/zginit.m: Ditto. | |
8583 * control/util/zgpbal.m: Ditto. | |
8584 * control/util/zgreduce.m: Ditto. | |
8585 * control/util/zgrownorm.m: Ditto. | |
8586 * control/util/zgscal.m: Ditto. | |
8587 * control/util/zgsgiv.m: Ditto. | |
8588 * control/util/zgshsr.m: Ditto. | |
8589 | |
3427 | 8590 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8591 | |
8592 * gethelp.cc (extract_help_text): Discard first space character | |
8593 after consecutive comment characters. | |
8594 | |
3422 | 8595 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
8596 | |
8597 * control/obsolete: New directory | |
8598 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 8599 * control/obsolete/swapcols.m: Ditto. |
8600 * control/obsolete/dlqg.m: Ditto. | |
8601 * control/obsolete/minfo.m: Ditto. | |
8602 * control/obsolete/packsys.m: Ditto. | |
8603 * control/obsolete/qzval.m: Ditto. | |
8604 * control/obsolete/unpacksys.m: Ditto. | |
8605 * control/obsolete/series.m: Ditto. | |
8606 * control/obsolete/syschnames.m: Ditto. | |
8607 * polynomial/polyout.m: Ditto. | |
3422 | 8608 |
3420 | 8609 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8610 | |
8611 * general/fliplr.m: Eliminate useless copy of arg. | |
8612 * general/flipud.m: Ditto. | |
8613 | |
3418 | 8614 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8615 | |
8616 * linear-algebra/cross.m: Only return a row vector if both args | |
8617 are row vectors. | |
8618 * polynomial/polyfit.m: Likewise. | |
8619 | |
8620 * signal/autocov.m: Don't reset prefer_column_vectors. | |
8621 | |
8622 * statistics/distributions/discrete_rnd.m: | |
8623 Always generate a row vector. | |
8624 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
8625 | |
5095 | 8626 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 8627 |
8628 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
8629 | |
8630 * audio/setaudio.m: Texinfoize doc string. | |
8631 * control/com2str.m: Likewise. | |
8632 * control/controldemo.m: Likewise. | |
8633 * control/DEMOcontrol.m: Likewise. | |
8634 * control/dezero.m: Likewise. | |
8635 * control/dre.m: Likewise. | |
8636 * control/hinfsyn_ric.m: Likewise. | |
8637 | |
5095 | 8638 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 8639 |
8640 * io/printf.m: Add @seealso{...} to doc string. | |
8641 * io/puts.m: Likewise. | |
8642 * plot/semilogx.m: Likewise. | |
8643 * plot/semilogy.m: Likewise. | |
8644 * plot/__pltopt__.m: Likewise. | |
8645 * plot/bar.m: Likewise. | |
8646 * plot/xlabel.m: Likewise. | |
8647 * plot/grid.m: Likewise. | |
8648 * plot/shg.m: Likewise. | |
8649 * plot/title.m: Likewise. | |
8650 * plot/mesh.m: Likewise. | |
8651 * plot/__pltopt1__.m: Likewise. | |
8652 * plot/contour.m: Likewise. | |
8653 * plot/hist.m: Likewise. | |
8654 * plot/stairs.m: Likewise. | |
8655 * plot/meshgrid.m: Likewise. | |
8656 * plot/polar.m: Likewise. | |
8657 * plot/loglog.m: Likewise. | |
8658 * plot/plot.m: Likewise. | |
8659 * miscellaneous/semicolon.m: Likewise. | |
8660 * miscellaneous/menu.m: Likewise. | |
8661 * miscellaneous/etime.m: Likewise. | |
8662 * miscellaneous/texas_lotto.m: Likewise. | |
8663 * miscellaneous/comma.m: Likewise. | |
8664 * audio/lin2mu.m: Likewise. | |
8665 * audio/playaudio.m: Likewise. | |
8666 * audio/loadaudio.m: Likewise. | |
8667 * audio/saveaudio.m: Likewise. | |
8668 * audio/mu2lin.m: Likewise. | |
8669 * audio/record.m: Likewise. | |
8670 * strings/isletter.m: Likewise. | |
8671 * strings/lower.m: Likewise. | |
8672 * strings/lower.m: Likewise. | |
8673 * strings/upper.m: Likewise. | |
8674 * specfun/erfinv.m: Likewise. | |
8675 * specfun/gammai.m: Likewise. | |
8676 * specfun/log2.m: Likewise. | |
8677 * specfun/pow2.m: Likewise. | |
8678 * elfun/gcd.m: Likewise. | |
8679 * elfun/lcm.m: Likewise. | |
8680 * special-matrix/vander.m: Likewise. | |
8681 * special-matrix/sylvester_matrix.m: Likewise. | |
8682 * special-matrix/hilb.m: Likewise. | |
8683 * special-matrix/hankel.m: Likewise. | |
8684 * special-matrix/toeplitz.m: Likewise. | |
8685 * special-matrix/invhilb.m: Likewise. | |
8686 * statistics/base/std.m: Likewise. | |
8687 * statistics/base/median.m: Likewise. | |
8688 * linear-algebra/cond.m: Likewise. | |
8689 * linear-algebra/norm.m: Likewise. | |
8690 * finance/nper.m: Likewise. | |
8691 * finance/pmt.m: Likewise. | |
8692 * finance/pv.m: Likewise. | |
8693 * finance/rate.m: Likewise. | |
8694 * finance/npv.m: Likewise. | |
8695 * general/fliplr.m: Likewise. | |
8696 * general/flipud.m: Likewise. | |
8697 * general/is_scalar.m: Likewise. | |
8698 * general/rem.m: Likewise. | |
8699 * general/perror.m: Likewise. | |
8700 * general/tril.m: Likewise. | |
8701 * general/rot90.m: Likewise. | |
8702 * general/num2str.m: Likewise. | |
8703 * general/int2str.m: Likewise. | |
8704 * general/reshape.m: Likewise. | |
8705 * general/logspace.m: Likewise. | |
8706 * general/is_symmetric.m: Likewise. | |
8707 * general/is_vector.m: Likewise. | |
8708 * general/nextpow2.m: Likewise. | |
8709 * general/columns.m: Likewise. | |
8710 * general/is_square.m: Likewise. | |
8711 * general/rows.m: Likewise. | |
8712 * control/ugain.m: Likewise. | |
8713 * control/damp.m: Likewise. | |
8714 * control/dare.m: Likewise. | |
8715 * control/are.m: Likewise. | |
8716 * control/sys2fir.m: Likewise. | |
8717 * control/abcddim.m: Likewise. | |
8718 * control/is_abcd.m: Likewise. | |
8719 * control/step.m: Likewise. | |
8720 * control/is_observable.m: Likewise. | |
8721 * control/is_controllable.m: Likewise. | |
8722 * control/jet707.m: Likewise. | |
8723 * control/polyout.m: Likewise. | |
8724 * control/impulse.m: Likewise. | |
8725 * control/lqg.m: Likewise. | |
8726 * control/is_detectable.m: Likewise. | |
8727 * control/sysdimensions.m: Likewise. | |
8728 * control/sysupdate.m: Likewise. | |
8729 * control/stepimp.m: Likewise. | |
8730 * control/is_stable.m: Likewise. | |
8731 * control/tfout.m: Likewise. | |
8732 * control/zpout.m: Likewise. | |
8733 | |
3405 | 8734 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8735 | |
8736 * set/complement.m: Add @seealso{} stuff. | |
8737 * set/create_set.m: Likewise. | |
8738 * set/intersection.m: Likewise. | |
8739 * set/union.m: Likewise. | |
8740 | |
3399 | 8741 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8742 | |
3400 | 8743 * control/d2c.m: Use double quotes instead of single quotes for |
8744 string constants. | |
8745 * control/dgkfdemo.m: Likewise. | |
8746 * control/fir2sys.m: Likewise. | |
8747 * control/frdemo.m: Likewise. | |
8748 * control/moddemo.m: Likewise. | |
8749 * control/minfo.m: Likewise. | |
8750 * control/is_stabilizable.m: Likewise. | |
8751 * control/is_dgkf.m: Likewise. | |
8752 * control/polyout.m: Likewise. | |
8753 * control/sysconnect.m: Likewise. | |
8754 * control/sysrepdemo.m: Likewise. | |
8755 * control/tf2sys.m: Likewise. | |
8756 * control/tfout.m: Likewise. | |
8757 * control/zp2sys.m: Likewise. | |
8758 * control/zpout.m: Likewise. | |
8759 * control/tzero.m: Likewise. | |
8760 | |
8761 * control/DEMOcontrol.m: Handle moddemo case too. | |
8762 | |
8763 * image/loadimage.m: Use double quotes instead of single quotes | |
8764 for string constants. Use sprintf instead of square brackets to | |
8765 construct string. | |
8766 | |
3399 | 8767 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 8768 * control/fir2sys.m: Likewise. |
3399 | 8769 |
3390 | 8770 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8771 | |
8772 * mkdoc: Only delete spaces before @ characters at the beginning | |
8773 of a line. | |
8774 | |
3383 | 8775 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8776 | |
3388 | 8777 * control/bddemo.m: Make it more likely to work with any value of |
8778 whitespace_in_literal_matrix. | |
3386 | 8779 * control/analdemo.m: Ditto. |
8780 * control/dgkfdemo.m: Ditto. | |
8781 * control/frdemo.m: Ditto. | |
8782 * control/sysrepdemo.m: Ditto. | |
8783 * control/moddemo.m: Ditto. | |
3388 | 8784 * control/zp2ss.m: Ditto. |
3387 | 8785 * control/zp2tf.m: Ditto. |
3388 | 8786 * control/syssub.m: Ditto. |
8787 * finance/npv.m: Ditto. | |
8788 * statistics/base/studentize.m: Ditto. | |
8789 * statistics/base/values.m: Ditto. | |
8790 * statistics/distributions/exponential_cdf.m: Ditto. | |
8791 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 8792 |
3384 | 8793 * control/dezero.m: Use toascii to convert string to ASCII value |
8794 instead of multiplying it by 1. | |
8795 | |
3383 | 8796 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
8797 * control/zpout.m: Ditto. | |
8798 * control/tfout.m: Ditto. | |
8799 * control/tf2sys.m: Ditto. | |
8800 * control/syssub.m: Ditto. | |
8801 * control/syssetsignals.m: Ditto. | |
8802 * control/sysout.m: Ditto. | |
8803 * control/sysmult.m: Ditto. | |
8804 * control/sysgroup.m: Ditto. | |
8805 * control/sysdup.m: Ditto. | |
8806 * control/sysdisc.m: Ditto. | |
8807 * control/syscont.m: Ditto. | |
8808 * control/sysconnect.m: Ditto. | |
8809 * control/sysappend.m: Ditto. | |
8810 * control/sysadd.m: Ditto. | |
8811 * control/ss2sys.m: Ditto. | |
8812 * control/nyquist.m: Ditto. | |
8813 * control/lqg.m: Ditto. | |
8814 * control/fir2sys.m: Ditto. | |
8815 * control/dmr2d.m: Ditto. | |
8816 * control/dezero.m: Ditto. | |
8817 * control/d2c.m: Ditto. | |
8818 * control/c2d.m: Ditto. | |
8819 * control/bddemo.m: Ditto. | |
8820 * control/pzmap.m: Ditto. | |
8821 | |
5095 | 8822 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 8823 |
8824 * signal/spectral_adf.m: Fix typo. | |
8825 | |
3372 | 8826 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8827 | |
8828 * linear-algebra/cond.m: Texinfoize doc string. | |
8829 * linear-algebra/kron.m: Ditto. | |
8830 * linear-algebra/norm.m: Ditto. | |
8831 * linear-algebra/null.m: Ditto. | |
8832 * linear-algebra/orth.m: Ditto. | |
8833 * linear-algebra/rank.m: Ditto. | |
8834 * linear-algebra/trace.m: Ditto. | |
8835 * linear-algebra/qzhess.m: Ditto. | |
8836 * miscellaneous/menu.m: Ditto. | |
3373 | 8837 * general/perror.m: Ditto. |
8838 * general/strerror.m: Ditto. | |
8839 * general/columns.m: Ditto. | |
8840 * general/rows.m: Ditto. | |
8841 * image/colormap.m: Ditto. | |
8842 * image/gray.m: Ditto. | |
8843 * image/gray2ind.m: Ditto. | |
8844 * image/image.m: Ditto. | |
8845 * image/imagesc.m: Ditto. | |
8846 * image/imshow.m: Ditto. | |
8847 * image/ind2gray.m: Ditto. | |
8848 * image/ind2rgb.m: Ditto. | |
8849 * image/loadimage.m: Ditto. | |
8850 * image/rgb2ntsc.m: Ditto. | |
8851 * image/ntsc2rgb.m: Ditto. | |
8852 * image/ocean.m: Ditto. | |
8853 * image/rgb2ind.m: Ditto. | |
8854 * image/saveimage.m: Ditto. | |
3372 | 8855 * io/printf.m: Ditto. |
8856 * io/puts.m: Ditto. | |
8857 | |
3369 | 8858 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8859 | |
8860 * special-matrix/hankel.m: Texinfoize doc string. | |
8861 * special-matrix/hilb.m: Ditto. | |
8862 * special-matrix/invhilb.m: Ditto. | |
8863 * special-matrix/sylvester_matrix.m: Ditto. | |
8864 * special-matrix/toeplitz.m: Ditto. | |
8865 * special-matrix/vander.m: Ditto. | |
8866 * linear-algebra/vec.m: Ditto. | |
8867 * linear-algebra/vech.m: Ditto. | |
8868 * general/common_size.m: Ditto. | |
8869 * general/diff.m: Ditto. | |
8870 * general/fliplr.m: Ditto. | |
8871 * general/flipud.m: Ditto. | |
8872 * general/rot90.m: Ditto. | |
8873 * general/reshape.m: Ditto. | |
8874 * general/shift.m: Ditto. | |
8875 * general/tril.m: Ditto. | |
8876 * general/triu.m: Ditto. | |
8877 * general/logspace.m: Ditto. | |
3371 | 8878 * general/nargchk.m: Ditto. |
3369 | 8879 |
3367 | 8880 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8881 | |
8882 * statistics/base/mean: Texinfoize doc string. | |
8883 * statistics/base/median: Ditto. | |
8884 * statistics/base/std: Ditto. | |
8885 * statistics/base/cov: Ditto. | |
8886 * statistics/base/corrcoef: Ditto. | |
8887 * statistics/base/kurtosis: Ditto. | |
8888 * statistics/base/mahalanobis: Ditto. | |
8889 * statistics/base/skewness: Ditto. | |
3368 | 8890 * statistics/base/gls.m: Ditto. |
8891 * statistics/base/ols.m: Ditto. | |
3367 | 8892 * signal/detrend.m: Ditto. |
8893 * signal/freqz.m: Ditto. | |
8894 * signal/sinc.m: Ditto. | |
8895 * signal/fftconv.m: Ditto. | |
8896 * signal/fftfilt.m: Ditto. | |
3368 | 8897 * set/create_set.m: Ditto. |
8898 * set/union.m: Ditto. | |
8899 * set/intersection.m: Ditto. | |
8900 * set/complement.m: Ditto. | |
8901 * poly/compan.m: Ditto. | |
8902 * poly/conv: Ditto. | |
8903 * poly/deconv: Ditto. | |
8904 * poly/poly: Ditto. | |
8905 * poly/polyderiv: Ditto. | |
8906 * poly/polyfit: Ditto. | |
8907 * poly/polyinteg: Ditto. | |
8908 * poly/polyreduce: Ditto. | |
8909 * poly/polyval: Ditto. | |
8910 * poly/polyvalm: Ditto. | |
8911 * poly/residue: Ditto. | |
8912 * poly/roots: Ditto. | |
8913 * plot/top_title.m: Ditto | |
8914 * plot/subwindow.m: Ditto | |
8915 * plot/subplot.m: Ditto | |
8916 * plot/plot_border.m: Ditto | |
8917 * plot/oneplot.m: Ditto | |
8918 * plot/multiplot.m: Ditto | |
8919 * plot/mplot.m: Ditto | |
8920 * plot/xlabel.m: Ditto | |
8921 * plot/figure.m: Ditto | |
8922 * plot/meshdom.m: Ditto | |
8923 * plot/mesh.m: Ditto | |
8924 * plot/stairs.m: Ditto | |
8925 * plot/polar.m: Ditto | |
8926 * plot/loglog.m: Ditto | |
8927 * plot/hist.m: Ditto | |
8928 * plot/contour.m: Ditto | |
8929 * plot/bar.m: Ditto | |
8930 * plot/axis.m: Ditto | |
8931 * plot/plot.m: Ditto. | |
3367 | 8932 |
3361 | 8933 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8934 | |
3365 | 8935 * control/pinv.m: Delete. |
8936 | |
3364 | 8937 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
8938 | |
3361 | 8939 * strings/blanks.m: Texinfoize doc string. |
8940 * strings/strcat.m: Ditto. | |
8941 * strings/str2mat.m: Ditto. | |
8942 * strings/deblank.m: Ditto. | |
8943 * strings/findstr.m: Ditto. | |
8944 * strings/index.m: Ditto. | |
8945 * strings/rindex.m: Ditto. | |
8946 * strings/split.m: Ditto. | |
8947 * strings/strcmp.m: Ditto. | |
8948 * strings/strrep.m: Ditto. | |
8949 * strings/substr.m: Ditto. | |
8950 * general/int2str.m: Ditto. | |
8951 * general/num2str.m: Ditto. | |
8952 * strings/dec2bin.m: Ditto. | |
8953 * strings/bin2dec: Ditto. | |
8954 * strings/dec2bin: Ditto. | |
8955 * strings/dec2hex: Ditto. | |
8956 * strings/hex2dec: Ditto. | |
8957 * strings/str2num: Ditto. | |
8958 | |
3347 | 8959 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8960 | |
8961 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
8962 | |
5095 | 8963 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 8964 |
8965 * control/DEMOcontrol.m: Texinfoize doc string. | |
8966 * control/abcddim.m: Ditto. | |
8967 * control/abcddims.m: Ditto. | |
8968 * control/analdemo.m: Ditto. | |
8969 * control/are.m: Ditto. | |
8970 * control/axis2dlim.m: Ditto. | |
8971 * control/bddemo.m: Ditto. | |
8972 * control/bode.m: Ditto. | |
8973 * control/bode_bounds.m: Ditto. | |
8974 * control/bodquist.m: Ditto. | |
8975 * control/buildssic.m: Ditto. | |
8976 * control/c2d.m: Ditto. | |
8977 * control/ctrb.m: Ditto. | |
8978 * control/d2c.m: Ditto. | |
8979 * control/damp.m: Ditto. | |
8980 * control/dare.m: Ditto. | |
8981 * control/dcgain.m: Ditto. | |
8982 * control/dgkfdemo.m: Ditto. | |
8983 * control/dgram.m: Ditto. | |
8984 * control/dlqe.m: Ditto. | |
8985 * control/dlqr.m: Ditto. | |
8986 * control/dlyap.m: Ditto. | |
8987 * control/dmr2d.m: Ditto. | |
8988 * control/fir2sys.m: Ditto. | |
8989 * control/frdemo.m: Ditto. | |
8990 * control/freqchkw.m: Ditto. | |
8991 * control/freqresp.m: Ditto. | |
8992 * control/gram.m: Ditto. | |
8993 * control/h2norm.m: Ditto. | |
8994 * control/h2syn.m: Ditto. | |
8995 * control/hinf_ctr.m: Ditto. | |
8996 * control/hinfdemo.m: Ditto. | |
8997 * control/hinfnorm.m: Ditto. | |
8998 * control/hinfsyn.m: Ditto. | |
8999 * control/hinfsyn_chk.m: Ditto. | |
9000 * control/impulse.m: Ditto. | |
9001 * control/is_abcd.m: Ditto. | |
9002 * control/is_controllable.m: Ditto. | |
9003 * control/is_detectable.m: Ditto. | |
9004 * control/is_dgkf.m: Ditto. | |
9005 * control/is_digital.m: Ditto. | |
9006 * control/is_observable.m: Ditto. | |
9007 * control/is_sample.m: Ditto. | |
9008 * control/is_signal_list.m: Ditto. | |
9009 * control/is_siso.m: Ditto. | |
9010 * control/is_stabilizable.m: Ditto. | |
9011 * control/is_stable.m: Ditto. | |
9012 * control/jet707.m: Ditto. | |
9013 * control/lqe.m: Ditto. | |
9014 * control/lqg.m: Ditto. | |
9015 * control/lqr.m: Ditto. | |
9016 * control/lsim.m: Ditto. | |
9017 * control/ltifr.m: Ditto. | |
9018 * control/lyap.m: Ditto. | |
9019 * control/moddemo.m: Ditto. | |
9020 * control/nyquist.m: Ditto. | |
9021 * control/obsv.m: Ditto. | |
9022 * control/ord2.m: Ditto. | |
9023 * control/outlist.m: Ditto. | |
9024 * control/pinv.m: Ditto. | |
9025 * control/place.m: Ditto. | |
9026 * control/polyout.m: Ditto. | |
9027 * control/prompt.m: Ditto. | |
9028 * control/pzmap.m: Ditto. | |
9029 * control/qzval.m: Ditto. | |
9030 * control/rldemo.m: Ditto. | |
9031 * control/rlocus.m: Ditto. | |
9032 * control/sortcom.m: Ditto. | |
9033 * control/ss2sys.m: Ditto. | |
9034 * control/ss2tf.m: Ditto. | |
9035 * control/ss2zp.m: Ditto. | |
9036 * control/starp.m: Ditto. | |
9037 * control/step.m: Ditto. | |
9038 * control/stepimp.m: Ditto. | |
9039 * control/susball.m: Ditto. | |
9040 * control/sys2fir.m: Ditto. | |
9041 * control/sys2ss.m: Ditto. | |
9042 * control/sys2tf.m: Ditto. | |
9043 * control/sys2zp.m: Ditto. | |
9044 * control/sysadd.m: Ditto. | |
9045 * control/sysappend.m: Ditto. | |
9046 * control/syschnames.m: Ditto. | |
9047 * control/syschnamesl.m: Ditto. | |
9048 * control/syschtsam.m: Ditto. | |
9049 * control/sysconnect.m: Ditto. | |
9050 * control/syscont.m: Ditto. | |
9051 * control/syscont_disc.m: Ditto. | |
9052 * control/sysdefioname.m: Ditto. | |
9053 * control/sysdefstname.m: Ditto. | |
9054 * control/sysdimensions.m: Ditto. | |
9055 * control/sysdisc.m: Ditto. | |
9056 * control/sysdup.m: Ditto. | |
9057 * control/sysgetsignals.m: Ditto. | |
9058 * control/sysgettype.m: Ditto. | |
9059 * control/sysgroup.m: Ditto. | |
9060 * control/sysgroupn.m: Ditto. | |
9061 * control/sysmult.m: Ditto. | |
9062 * control/sysout.m: Ditto. | |
9063 * control/sysprune.m: Ditto. | |
9064 * control/sysreorder.m: Ditto. | |
9065 * control/sysrepdemo.m: Ditto. | |
9066 * control/sysscale.m: Ditto. | |
9067 * control/syssetsignals.m: Ditto. | |
9068 * control/syssub.m: Ditto. | |
9069 * control/sysupdate.m: Ditto. | |
9070 * control/tf2ss.m: Ditto. | |
9071 * control/tf2sys.m: Ditto. | |
9072 * control/tf2sysl.m: Ditto. | |
9073 * control/tf2zp.m: Ditto. | |
9074 * control/tfout.m: Ditto. | |
9075 * control/tzero.m: Ditto. | |
9076 * control/tzero2.m: Ditto. | |
9077 * control/ugain.m: Ditto. | |
9078 * control/wgt1o.m: Ditto. | |
9079 * control/zgfmul.m: Ditto. | |
9080 * control/zgfslv.m: Ditto. | |
9081 * control/zginit.m: Ditto. | |
9082 * control/zgpbal.m: Ditto. | |
9083 * control/zgreduce.m: Ditto. | |
9084 * control/zgrownorm.m: Ditto. | |
9085 * control/zgscal.m: Ditto. | |
9086 * control/zgsgiv.m: Ditto. | |
9087 * control/zgshsr.m: Ditto. | |
9088 * control/zp2ss.m: Ditto. | |
9089 * control/zp2ssg2.m: Ditto. | |
9090 * control/zp2sys.m: Ditto. | |
9091 * control/zp2tf.m: Ditto. | |
9092 * control/zpout.m: Ditto. | |
9093 | |
5095 | 9094 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 9095 |
5378 | 9096 * audio/lin2mu.m: Texinfoize doc string. |
9097 * audio/loadaudio.m: Ditto. | |
9098 * audio/mu2lin.m: Ditto. | |
9099 * audio/playaudio.m: Ditto. | |
9100 * audio/record.m: Ditto. | |
9101 * audio/saveaudio.m: Ditto. | |
3332 | 9102 |
5095 | 9103 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9104 |
9105 * elfun/acot.m: Texinfoize doc string. | |
9106 * elfun/acsc.m: Ditto. | |
9107 * elfun/acsch.m: Ditto. | |
9108 * elfun/asec.m: Ditto. | |
9109 * elfun/asech.m: Ditto. | |
9110 * elfun/cot.m: Ditto. | |
9111 * elfun/coth.m: Ditto. | |
9112 * elfun/csc.m: Ditto. | |
9113 * elfun/csch.m: Ditto. | |
9114 * elfun/gcd.m: Ditto. | |
9115 * elfun/lcm.m: Ditto. | |
9116 * elfun/sec.m: Ditto. | |
9117 * elfun/sech.m: Ditto. | |
9118 * general/nextpow2.m: Ditto. | |
9119 * general/rem.m: Ditto. | |
9120 * linear-algebra/commutation_matrix.m: Ditto. | |
9121 * linear-algebra/cross.m: Ditto. | |
9122 * linear-algebra/duplication_matrix.m: Ditto. | |
9123 * miscellaneous/bincoeff.m: Ditto. | |
9124 * miscellaneous/xor.m: Ditto. | |
9125 * specfun/bessel.m: Ditto. | |
9126 * specfun/beta.m: Ditto. | |
9127 * specfun/betai.m: Ditto. | |
9128 * specfun/erfinv.m: Ditto. | |
9129 * specfun/gammai.m: Ditto. | |
9130 * specfun/log2.m: Ditto. | |
9131 * specfun/pow2.m: Ditto. | |
9132 | |
5095 | 9133 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9134 |
9135 * general/is_scalar.m: Texinfoize help text. | |
9136 * general/is_square.m: Ditto. | |
9137 * general/is_symmetric.m: Ditto. | |
9138 | |
3320 | 9139 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9140 | |
9141 * strings/split.m: If the string to be split is empty, just return | |
9142 an empty string. | |
9143 | |
3319 | 9144 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9145 | |
9146 * Makefile.in (ALL_M_FILES): New macro. | |
9147 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
9148 | |
3306 | 9149 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9150 | |
9151 * control/bode.m: Don't return anything if nargout == 0. | |
9152 | |
9153 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
9154 | |
9155 * control/bode.m: Don't do axis scaling for magnitude plots. | |
9156 | |
3305 | 9157 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9158 | |
9159 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
9160 gethelp.cc to the list. | |
9161 | |
3296 | 9162 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9163 | |
3301 | 9164 * time/asctime.m: Texinfoize help text. |
9165 * time/clock.m: Ditto. | |
9166 * time/date.m: Ditto. | |
9167 * miscellaneous/cputime.m: Ditto. | |
9168 * miscellaneous/etime.m: Ditto. | |
9169 * miscellaneous/is_leap_year.m: Ditto. | |
9170 * miscellaneous/popen2.m: Ditto. | |
9171 * miscellaneous/version.m: Ditto. | |
9172 * miscellaneous/tic.m: Ditto. | |
9173 * miscellaneous/toc.m: Just refer to tic.m. | |
9174 | |
3297 | 9175 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
9176 `cd dir; $(MAKE); cd ..'. | |
9177 ($(SUBDIRS)): Likewise. | |
9178 | |
9179 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
9180 | |
9181 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
9182 of `cd dir; $(MAKE)'. | |
9183 | |
3296 | 9184 * gethelp.cc, mkdoc: New files. |
9185 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
9186 sources. | |
9187 | |
3291 | 9188 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9189 | |
9190 * linear-algebra/kron.m: Fix typo in previous change | |
9191 | |
3282 | 9192 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9193 | |
9194 * control/bode.m: Allow optional 5th arg to specify plot style. | |
9195 | |
5095 | 9196 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 9197 |
9198 * linear-algebra/krylov.m: Correctly handle case of V having full | |
9199 rank when V has more columns than rows. | |
9200 | |
9201 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9202 | |
9203 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
9204 | |
9205 * statistics/tests/manova.m: Avoid problems if | |
9206 whitespace_in_literal_matrix is set to "traditional". | |
9207 * statistics/tests/t_test_regression.m: Likewise. | |
9208 * statistics/tests/u_test.m: Likewise. | |
9209 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
9210 * statistics/tests/anova.m: Likewise. | |
9211 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9212 * statistics/base/statistics.m: Likewise. | |
9213 * image/saveimage.m: Likewise. | |
9214 * signal/arch_fit.m: Likewise. | |
9215 * signal/autoreg_matrix.m: Likewise. | |
9216 * signal/triangle_lw.m: Likewise. | |
9217 * strings/dec2hex.m: Likewise. | |
9218 | |
3268 | 9219 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9220 | |
9221 * image/saveimage.m: Initialize scale. | |
9222 | |
9223 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9224 | |
9225 * general/reshape.m: Allow reshape (a, size (b)). | |
9226 | |
3266 | 9227 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9228 | |
9229 * specfun/erfinv.m: Improve stopping criterion. | |
9230 Add iteration count as second return value. | |
9231 | |
3265 | 9232 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9233 | |
9234 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
9235 | |
3263 | 9236 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9237 | |
9238 * miscellaneous/pack.m: New function. | |
9239 | |
9240 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9241 | |
9242 * plot/figure.m: Always return figure number. With no args, | |
9243 figure now creates a new figure window and returns its number. | |
9244 Accept figure (property, value) syntax, but do nothing. | |
9245 | |
5095 | 9246 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 9247 |
9248 * general/shift.m: Avoid printing temporary value for backward shift. | |
9249 | |
3260 | 9250 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9251 | |
9252 * plot/bar.m: Compute bar widths correctly when x-values are not | |
9253 evenly spaced. | |
9254 | |
3250 | 9255 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9256 | |
9257 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
9258 contain only zeros. | |
9259 | |
5095 | 9260 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 9261 |
9262 * linear-algebra/kron.m: Create result matrix and insert blocks | |
9263 instead of appending them. | |
9264 | |
9265 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9266 | |
9267 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
9268 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
9269 Update from A. S. Hodel. | |
9270 | |
3246 | 9271 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9272 | |
9273 * polynomial/polyfit.m: Correct previous change. | |
9274 | |
3243 | 9275 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9276 | |
9277 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
9278 | |
5095 | 9279 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 9280 |
9281 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
9282 version of krylov and krylovb. | |
9283 | |
9284 * control/outlist.m, control/sysout.m: Fix typos. | |
9285 | |
9286 * control/sysdimensions.m: Add option for total number of states. | |
9287 | |
9288 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
9289 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
9290 arguments. | |
9291 | |
9292 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9293 | |
9294 * strings/index.m: Fail with meaningful error message if either | |
9295 arg is a string array. | |
9296 | |
3238 | 9297 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9298 | |
9299 * linear-algebra/norm.m: Do the right thing for 1- and | |
9300 infinity-norms of complex matrices. From Sven Khatri | |
9301 <khatri@saturn.vocalpoint.com>. | |
9302 | |
5095 | 9303 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 9304 |
9305 * linear-algebra/qrhouse.m: Handle default args correctly. | |
9306 | |
9307 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9308 | |
9309 * strings/split.m: Avoid problems when splitting strings that have | |
9310 \ in them. | |
9311 | |
5095 | 9312 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 9313 |
9314 * image/colormap.m: Do better arg checking, handle string args | |
9315 that name the colormap function to call (e.g., colormap ("ocean")). | |
9316 | |
5095 | 9317 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 9318 |
9319 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
9320 * linear-algebra/dot.m: Likewise. | |
9321 * linear-algebra/cross.m: Likewise. | |
9322 * general/rot90.m: Likewise. | |
9323 | |
5095 | 9324 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 9325 |
9326 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
9327 that the leading column is not all zeros. | |
9328 | |
9329 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9330 | |
9331 * general/shift.m: Fix potential problems with | |
9332 whitespace_in_literal_matrix. | |
9333 * signal/arch_rnd.m: Ditto. | |
9334 * signal/autocov.m: Ditto. | |
9335 * signal/diffpara.m: Ditto. | |
9336 * signal/hurst.m: Ditto. | |
9337 * signal/periodogram.m: Ditto. | |
9338 * signal/spectral_adf.m: Ditto. | |
9339 * signal/spectral_xdf.m: Ditto. | |
9340 * signal/spencer.m: Ditto. | |
9341 * signal/synthesis.m: Ditto. | |
9342 * statistics/distributions/wiener_rnd.m: Ditto. | |
9343 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
9344 * statistics/models/logistic_regression.m: Ditto. | |
9345 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
9346 * statistics/tests/run_test.m: Ditto. | |
9347 * statistics/tests/chisquare_test_independence.m: Ditto. | |
9348 | |
5095 | 9349 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 9350 |
9351 * plot/__plr2__.m: Fix typo. | |
9352 | |
3233 | 9353 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9354 | |
9355 * plot/__pltopt1__.m: Accept "k" to mean black. | |
9356 | |
5095 | 9357 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 9358 |
9359 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
9360 function. | |
9361 | |
5095 | 9362 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 9363 |
9364 * control/ss2sys.m: Fix typo. | |
9365 | |
9366 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9367 | |
9368 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
9369 | |
9370 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
9371 signal names as lists of strings instead of string arrays. | |
9372 | |
3225 | 9373 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9374 | |
3233 | 9375 * quaternion: New directory of functions from A. S. Hodel |
3225 | 9376 <a.s.hodel@eng.auburn.edu>. |
9377 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 9378 * quaternion/Makefile.in: New file. |
9379 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 9380 |
9381 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9382 | |
9383 * image/saveimage.m: Make it work again for black and white colormaps. | |
9384 | |
9385 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
9386 since there can be fewer rows than columns. Round values to | |
9387 nearest position in colormap instead of truncating. Correct usage | |
9388 message. | |
9389 | |
5095 | 9390 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 9391 |
9392 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
9393 zero rows of [A,v] as householder pivots; this avoids spurious | |
9394 non-zero entries in returned orthogonal matrix U, but destroys the | |
9395 Householder matrix structure of H. | |
9396 | |
9397 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9398 | |
9399 * general/logical.m: Just copy input to output if argument is | |
9400 already a logical object. | |
9401 | |
3215 | 9402 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9403 | |
9404 * New files from OCST, in control subdiretory: | |
9405 | |
9406 DEMOcontrol.m is_siso.m syschnames.m | |
9407 abcddim.m is_stabilizable.m syschnamesl.m | |
9408 abcddims.m is_stable.m syschtsam.m | |
9409 analdemo.m jet707.m sysconnect.m | |
9410 are.m lqe.m syscont.m | |
9411 axis2dlim.m lqg.m syscont_disc.m | |
9412 bddemo.m lqr.m sysdefioname.m | |
9413 bode.m lsim.m sysdefstname.m | |
9414 bode_bounds.m ltifr.m sysdimensions.m | |
9415 bodquist.m lyap.m sysdisc.m | |
9416 buildssic.m mb.m sysdup.m | |
9417 c2d.m minfo.m sysgetsignals.m | |
6302 | 9418 com2str.m moddemo.m sysgettsam.m |
3215 | 9419 controldemo.m nichols.m sysgettype.m |
9420 ctrb.m nyquist.m sysgroup.m | |
9421 d2c.m obsv.m sysgroupn.m | |
9422 damp.m ord2.m sysmult.m | |
9423 dare.m outlist.m sysout.m | |
9424 dcgain.m packedform.m sysprune.m | |
9425 demomarsyas.m packsys.m sysreorder.m | |
9426 dezero.m; parallel.m sysrepdemo.m | |
9427 dgkfdemo.m place.m sysscale.m | |
9428 dgram.m polyout.m syssub.m | |
9429 dhinfdemo.m prompt.m sysupdate.m | |
9430 dlqe.m pzmap.m tf2ss.m | |
9431 dlqg.m qzval.m tf2sys.m | |
9432 dlqr.m rldemo.m tf2sysl.m | |
9433 dlyap.m rlocus.m tf2zp.m | |
9434 dmr2d.m rotg.m tfout.m | |
9435 fir2sys.m run_cmd.m; tzero.m | |
9436 frdemo.m series.m tzero2.m | |
9437 freqchkw.m sortcom.m ugain.m | |
9438 freqresp.m ss2sys.m unpacksys.m | |
9439 gram.m ss2tf.m wgt1o.m | |
9440 h2norm.m ss2zp.m zgfmul.m | |
9441 h2syn.m starp.m zgfslv.m | |
9442 hinf_ctr.m step.m zginit.m | |
9443 hinfdemo.m stepimp.m zgpbal.m | |
9444 hinfnorm.m strappend.m; zgreduce.m | |
9445 hinfsyn.m susball.m zgrownorm.m | |
9446 hinfsyn_chk.m swap.m zgscal.m | |
9447 impulse.m swapcols.m zgsgiv.m | |
9448 is_abcd.m swaprows.m zgshsr.m | |
9449 is_controllable.m sys2fir.m zp2ss.m | |
9450 is_detectable.m sys2ss.m zp2ssg2.m | |
9451 is_dgkf.m sys2tf.m zp2sys.m | |
9452 is_digital.m sys2zp.m zp2tf.m | |
9453 is_observable.m sysadd.m zpout.m | |
9454 is_sample.m sysappend.m | |
9455 | |
9456 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9457 | |
9458 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
9459 | |
9460 * strings/deblank.m: Make it work for string arrays too. | |
9461 | |
3211 | 9462 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9463 | |
9464 * linear-algebra/housh.m: New file from the OCST. | |
9465 * linear-algebra/krygetq.m: Ditto. | |
9466 * linear-algebra/krylov.m: Ditto. | |
9467 * linear-algebra/krylovb.m: Ditto. | |
9468 * linear-algebra/qrhouse.m: Ditto. | |
9469 * general/is_duplicate_entry.m: Ditto. | |
9470 | |
9471 * general/is_symmetric.m: Call is_square instead of doing that | |
9472 check in line. | |
9473 | |
3196 | 9474 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9475 | |
3202 | 9476 * general/is_square.m: |
9477 | |
9478 * general/isempty.m, general/is_matrix.m: Delete. | |
9479 | |
9480 * general/is_symmetric: Delete special case for strings. Whether | |
9481 the conversion is valid should depend on implicit_str_to_num_ok. | |
9482 | |
9483 * general/is_square.m: If arg is not a matrix, don't check size, | |
9484 just return 0. | |
9485 * general/is_symmetric: Likewise. | |
9486 * general/is_vector.m: Likewise. | |
9487 * general/is_scalar.m: Likewise. | |
9488 | |
3196 | 9489 * general/length.m: Delete. |
9490 | |
3191 | 9491 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9492 | |
9493 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
9494 statistics/distributions/Makefile, statistics/models/Makefile, | |
9495 and statistics/tests/Makefile to the list of files to create. | |
9496 | |
9497 * finance/Makefile.in, statistics/base/Makefile.in, | |
9498 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
9499 statistics/tests/Makefile.in: New files. | |
9500 * statistics/Makefile.in: Delete file lists. Now only handle | |
9501 subdirectories. | |
9502 * Makefile.in (SUBDIRS): Add finance. | |
9503 | |
9504 * Move the following files from statistics to statistics/base: | |
9505 | |
9506 corrcoef.m | |
9507 kurtosis.m | |
9508 mahalanobis.m | |
9509 median.m | |
9510 ols.m | |
9511 skewness.m | |
9512 std.m | |
9513 | |
9514 New files, from Kurt Hornik's octave-ci package: | |
9515 | |
9516 * finance (new directory): | |
9517 | |
9518 fv.m | |
9519 fvl.m | |
9520 irr.m | |
9521 nper.m | |
9522 npv.m | |
9523 pmt.m | |
9524 pv.m | |
9525 pvl.m | |
9526 rate.m | |
9527 vol.m | |
9528 | |
9529 * linear-algebra/dmult.m | |
9530 | |
9531 * signal: | |
9532 | |
9533 arch_fit.m | |
9534 arch_rnd.m | |
9535 arch_test.m | |
9536 arma_rnd.m | |
9537 autocor.m | |
9538 autocov.m | |
9539 autoreg_matrix.m | |
9540 bartlett.m | |
9541 blackman.m | |
9542 diffpara.m | |
9543 durbinlevinson.m | |
9544 fractdiff.m | |
9545 hamming.m | |
9546 hanning.m | |
9547 hurst.m | |
9548 periodogram.m | |
9549 rectangle_lw.m | |
9550 rectangle_sw.m | |
9551 sinetone.m | |
9552 sinewave.m | |
9553 spectral_adf.m | |
9554 spectral_xdf.m | |
9555 spencer.m | |
9556 stft.m | |
9557 synthesis.m | |
9558 triangle_lw.m | |
9559 triangle_sw.m | |
9560 yulewalker.m | |
9561 | |
9562 * statistics/base (new directory): | |
9563 | |
9564 center.m | |
9565 cloglog.m | |
9566 cor.m | |
9567 cov.m | |
9568 cut.m | |
9569 iqr.m | |
9570 kendall.m | |
9571 logit.m | |
9572 mean.m | |
9573 meansq.m | |
9574 moment.m | |
9575 ppplot.m | |
9576 probit.m | |
9577 qqplot.m | |
9578 range.m | |
9579 ranks.m | |
9580 run_count.m | |
9581 spearman.m | |
9582 statistics.m | |
9583 studentize.m | |
9584 table.m | |
9585 values.m | |
9586 var.m | |
9587 | |
9588 (Replaces cov.m and mean.m with new versions.) | |
9589 | |
9590 * statistics/distributions (new directory): | |
9591 | |
9592 beta_cdf.m | |
9593 beta_inv.m | |
9594 beta_pdf.m | |
9595 beta_rnd.m | |
9596 binomial_cdf.m | |
9597 binomial_inv.m | |
9598 binomial_pdf.m | |
9599 binomial_rnd.m | |
9600 cauchy_cdf.m | |
9601 cauchy_inv.m | |
9602 cauchy_pdf.m | |
9603 cauchy_rnd.m | |
9604 chisquare_cdf.m | |
9605 chisquare_inv.m | |
9606 chisquare_pdf.m | |
9607 chisquare_rnd.m | |
9608 discrete_cdf.m | |
9609 discrete_inv.m | |
9610 discrete_pdf.m | |
9611 discrete_rnd.m | |
9612 empirical_cdf.m | |
9613 empirical_inv.m | |
9614 empirical_pdf.m | |
9615 empirical_rnd.m | |
9616 exponential_cdf.m | |
9617 exponential_inv.m | |
9618 exponential_pdf.m | |
9619 exponential_rnd.m | |
9620 f_cdf.m | |
9621 f_inv.m | |
9622 f_pdf.m | |
9623 f_rnd.m | |
9624 gamma_cdf.m | |
9625 gamma_inv.m | |
9626 gamma_pdf.m | |
9627 gamma_rnd.m | |
9628 geometric_cdf.m | |
9629 geometric_inv.m | |
9630 geometric_pdf.m | |
9631 geometric_rnd.m | |
9632 hypergeometric_cdf.m | |
9633 hypergeometric_inv.m | |
9634 hypergeometric_pdf.m | |
9635 hypergeometric_rnd.m | |
9636 kolmogorov_smirnov_cdf.m | |
9637 laplace_cdf.m | |
9638 laplace_inv.m | |
9639 laplace_pdf.m | |
9640 laplace_rnd.m | |
9641 logistic_cdf.m | |
9642 logistic_inv.m | |
9643 logistic_pdf.m | |
9644 logistic_rnd.m | |
9645 lognormal_cdf.m | |
9646 lognormal_inv.m | |
9647 lognormal_pdf.m | |
9648 lognormal_rnd.m | |
9649 normal_cdf.m | |
9650 normal_inv.m | |
9651 normal_pdf.m | |
9652 normal_rnd.m | |
9653 pascal_cdf.m | |
9654 pascal_inv.m | |
9655 pascal_pdf.m | |
9656 pascal_rnd.m | |
9657 poisson_cdf.m | |
9658 poisson_inv.m | |
9659 poisson_pdf.m | |
9660 poisson_rnd.m | |
9661 stdnormal_cdf.m | |
9662 stdnormal_inv.m | |
9663 stdnormal_pdf.m | |
9664 stdnormal_rnd.m | |
9665 t_cdf.m | |
9666 t_inv.m | |
9667 t_pdf.m | |
9668 t_rnd.m | |
9669 uniform_cdf.m | |
9670 uniform_inv.m | |
9671 uniform_pdf.m | |
9672 uniform_rnd.m | |
9673 weibull_cdf.m | |
9674 weibull_inv.m | |
9675 weibull_pdf.m | |
9676 weibull_rnd.m | |
9677 wiener_rnd.m | |
9678 | |
9679 * statistics/models (new directory): | |
9680 | |
9681 logistic_regression.m | |
9682 logistic_regression_derivatives.m | |
9683 logistic_regression_likelihood.m | |
9684 | |
9685 * statistics/tests (new directory): | |
9686 | |
9687 anova.m | |
9688 bartlett_test.m | |
9689 chisquare_test_homogeneity.m | |
9690 chisquare_test_independence.m | |
9691 cor_test.m | |
9692 f_test_regression.m | |
9693 hotelling_test.m | |
9694 hotelling_test_2.m | |
9695 kolmogorov_smirnov_test.m | |
9696 kolmogorov_smirnov_test_2.m | |
9697 kruskal_wallis_test.m | |
9698 manova.m | |
9699 mcnemar_test.m | |
9700 prop_test_2.m | |
9701 run_test.m | |
9702 sign_test.m | |
9703 t_test.m | |
9704 t_test_2.m | |
9705 t_test_regression.m | |
9706 u_test.m | |
9707 var_test.m | |
9708 welch_test.m | |
9709 wilcoxon_test.m | |
9710 z_test.m | |
9711 z_test_2.m | |
9712 | |
9713 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9714 | |
9715 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
9716 compatibility and to avoid Y2K problems. | |
9717 | |
3190 | 9718 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9719 | |
9720 * polynomial/polyfit.m: Just use the \ operator to handle the | |
9721 least-squares solution. | |
9722 | |
3180 | 9723 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9724 | |
9725 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
9726 | |
9727 * strings/strrep.m: Don't convert args to numeric values. | |
9728 Prevent warnings for empty string args. | |
9729 From Georg Thimm <thimm@idiap.ch>. | |
9730 | |
9731 * strings/strcat.m: Prevent warnings for empty string args. | |
9732 | |
9733 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9734 | |
9735 * miscellaneous/menu.m: Remove special case for empty string | |
9736 returned from input(). Add second arg to eval() to catch errors. | |
9737 | |
3178 | 9738 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9739 | |
9740 * plot/__plt__.m: Don't call usleep. | |
9741 | |
3175 | 9742 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9743 | |
9744 * linear-algebra/dot.m: New function. | |
9745 | |
9746 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
9747 compatibility. | |
9748 | |
9749 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9750 | |
9751 * plot/hist.m: Also allow just one output argument. | |
9752 | |
9753 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9754 | |
9755 * strings/deblank.m: Make it work if the string is only blanks. | |
9756 | |
9757 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9758 | |
9759 * plot/__plt2mv__.m: Delete calls to keyboard. | |
9760 | |
9761 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9762 | |
9763 * plot/oneplot.m: Fix typo. | |
9764 | |
3174 | 9765 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9766 | |
9767 * miscellaneous/flops.m: Allow a single argument too. | |
9768 | |
9769 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9770 | |
9771 * strings/str2mat.m: Also handle case when there are no empty | |
9772 strings correctly. | |
9773 | |
9774 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9775 | |
9776 * strings/isletter.m: New function, for Matlab compatibility. | |
9777 | |
3168 | 9778 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9779 | |
9780 * strings/str2mat.m: Handle string matrices too. | |
9781 | |
3167 | 9782 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9783 | |
9784 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
9785 linear encoding. | |
9786 | |
9787 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
9788 audio/record.m: Open files in binary mode. | |
9789 | |
3164 | 9790 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9791 | |
9792 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
9793 Move functionality of dump_1_pref here, but use built-in function | |
9794 type to extract value, and put it inside try/catch block. | |
9795 * miscellaneous/dump_1_pref.m: Delete unused function. | |
9796 | |
3162 | 9797 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9798 | |
9799 * plot/__pltopt1.m__: New file. | |
9800 * plot/__pltopt.m__: Handle opt as a string array by calling | |
9801 __pltopt1__ multiple times and returning a string array with rows | |
9802 corresponding to the rows of opt. | |
9803 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
9804 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
9805 array. | |
9806 | |
9807 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9808 | |
9809 * plot/mplot.m: Fix misspellings of global variables. | |
9810 Don't call clearplot. | |
9811 | |
9812 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9813 | |
9814 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
9815 "cle;rep" when going in ot multiplot mode. | |
9816 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
9817 switching out of multiplot mode. | |
9818 | |
3156 | 9819 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 9820 |
3156 | 9821 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
9822 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 9823 |
3141 | 9824 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9825 | |
9826 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
9827 | |
9828 * miscellaneous/bug_report.m: Don't try to get smart with | |
9829 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
9830 | |
9831 * Makefile.in (install): Create separate ls-R files for | |
9832 $(datadir) and $(libexecdir). | |
9833 (uninstall): Remove both ls-R files. | |
9834 | |
3136 | 9835 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9836 | |
9837 * signal/fftshift.m: New file. | |
9838 | |
9839 * plot/contour.m: Fix for non-square case. | |
9840 | |
9841 * general/randperm.m: New file. | |
9842 | |
9843 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9844 | |
9845 * specfun/betai.m: Restore file for compatibility with previous | |
9846 versions. Call betainc with reordered args. | |
9847 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
9848 | |
3131 | 9849 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9850 | |
9851 * plot/contour.m: Handle discrete contour levels. | |
9852 | |
9853 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9854 | |
9855 * control/lyap.m: For compatibility with Matlab, solve | |
9856 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
9857 | |
3124 | 9858 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9859 | |
9860 * specfun/bessel.m: New file. | |
9861 | |
9862 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
9863 specfun/gammainc.m: Delete. | |
9864 | |
3106 | 9865 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9866 | |
9867 * image/colormap.m: Initialize __current_color_map__ in global | |
9868 statement. | |
9869 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
9870 statement. | |
9871 * plot/axis.m: Initialize __current_axis__ in global statement. | |
9872 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
9873 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
9874 | |
3103 | 9875 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9876 | |
9877 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
9878 * time/toc.m: Likewise. | |
9879 | |
9880 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
9881 | |
9882 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
9883 anything special for automatic_replot when in multiplot mode -- | |
9884 recent 3.6beta releases handle this correctly. | |
9885 | |
9886 * plot/figure.m: Ensure that we are not in multiplot mode before | |
9887 setting the terminal type. | |
9888 | |
9889 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
9890 plot/subwindow.m: Use leading and trailing underscores for | |
9891 `private' globals. | |
9892 | |
9893 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
9894 | |
3101 | 9895 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9896 | |
9897 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
9898 | |
3091 | 9899 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9900 | |
3092 | 9901 * specfun/gammai.m: Avoid problems with whitespace when |
9902 constructing matrices. | |
9903 | |
3091 | 9904 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
9905 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
9906 original y vector. | |
9907 | |
3085 | 9908 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9909 | |
9910 * linear-algebra/cross.m: Use direct formula instead of calling | |
9911 det three times in a loop. If both args are column (row) vectors, | |
9912 return a column (row) vector. If they don't match, pay attention | |
9913 to the value of prefer_column_vectors. | |
9914 | |
5095 | 9915 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 9916 |
9917 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
9918 nonsymmetric matrices. | |
9919 | |
9920 * general/tril.m: Fix usage message. | |
9921 | |
9922 * polynomial/polyvalm.m: Fix error messages. | |
9923 * polynomial/polyderiv.m: Likewise. | |
9924 * polynomial/polyval.m: Likewise. | |
9925 | |
3081 | 9926 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9927 | |
9928 * strings/blanks.m: Allow blanks(0) to return empty string. | |
9929 Allow negative arguments if treat_neg_dim_as_zero is true. | |
9930 | |
3063 | 9931 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9932 | |
9933 * plot/mesh.m: Set noparametric plot mode after plotting. | |
9934 | |
5095 | 9935 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 9936 |
9937 * plot/__pltopt__.m: Handle key/legend names. | |
9938 Correctly set colors, line styles, and point styles. | |
9939 | |
3061 | 9940 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9941 | |
9942 * polynomial/polyfit.m: Return fit y values as second output. | |
9943 Don't use QR factorization to solve least squares problem. | |
9944 | |
9945 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9946 | |
9947 * control/dlqr.m: Use ao, not a, to compute k. | |
9948 | |
3024 | 9949 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9950 | |
9951 * miscellaneous/path.m: New file. | |
9952 | |
2993 | 9953 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9954 | |
9955 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
9956 name. | |
9957 | |
2968 | 9958 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9959 | |
9960 * specfun/erfinv.m: Add missing semicolon. | |
9961 | |
2870 | 9962 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9963 | |
9964 * miscellaneous/xor.m: Make type of return value logical. | |
9965 | |
2853 | 9966 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9967 | |
9968 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
9969 warn_comma_in_global_decl. | |
9970 | |
2831 | 9971 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9972 | |
9973 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
9974 octave-bug script. | |
9975 | |
2823 | 9976 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9977 | |
2824 | 9978 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
9979 prefer_zero_one_indexing. | |
9980 | |
2823 | 9981 * general/logical.m: New file. |
9982 | |
2816 | 9983 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9984 | |
9985 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
9986 and is_vector(). | |
9987 | |
5095 | 9988 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 9989 |
9990 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
9991 Use tolerance of 2 * eps. | |
9992 | |
2811 | 9993 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9994 | |
9995 * Makefile.in (install-strip): New target. | |
9996 * audio/Makefile.in: Ditto. | |
9997 * control/Makefile.in: Ditto. | |
9998 * elfun/Makefile.in: Ditto. | |
9999 * general/Makefile.in: Ditto. | |
10000 * image/Makefile.in: Ditto. | |
10001 * io/Makefile.in: Ditto. | |
10002 * linear-algebra/Makefile.in: Ditto. | |
10003 * miscellaneous/Makefile.in: Ditto. | |
10004 * plot/Makefile.in: Ditto. | |
10005 * polynomial/Makefile.in: Ditto. | |
10006 * set/Makefile.in: Ditto. | |
10007 * signal/Makefile.in: Ditto. | |
10008 * specfun/Makefile.in: Ditto. | |
10009 * special-matrix/Makefile.in: Ditto. | |
10010 * startup/Makefile.in: Ditto. | |
10011 * statistics/Makefile.in: Ditto. | |
10012 * strings/Makefile.in: Ditto. | |
10013 | |
2809 | 10014 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10015 | |
10016 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
10017 | |
2798 | 10018 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10019 | |
10020 * statistics/corrcoef.m: Make it actually work. | |
10021 | |
2795 | 10022 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10023 | |
2798 | 10024 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 10025 |
2779 | 10026 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 10027 |
10028 * Version 2.0.5 released. | |
10029 | |
2745 | 10030 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10031 | |
2749 | 10032 * Makefile.in (maintainer-clean): Also remove configure. |
10033 | |
2746 | 10034 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
10035 | |
2745 | 10036 * general/is_matrix.m: Return zero for empty matrices. |
10037 | |
10038 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10039 | |
10040 * linear-algebra/vech.m: Size result just once. | |
10041 | |
2726 | 10042 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10043 | |
10044 * general/is_square.m: Handle empty matrices correctly. | |
10045 * general/is_symmetric.m: Handle empty matrices and strings. | |
10046 | |
2716 | 10047 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10048 | |
10049 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
10050 * polynomial/deconv.m: Likewise. | |
10051 * polynomial/polyderiv.m: Likewise. | |
10052 * polynomial/polyinteg.m: Likewise. | |
10053 * polynomial/polyreduce.m: Likewise. | |
10054 * polynomial/polyval.m: Likewise. | |
10055 * polynomial/polyvalm.m: Likewise. | |
10056 * general/postpad.m: Likewise. | |
10057 * general/prepad.m: Likewise. | |
10058 | |
10059 * polynomial/compan.m: Check input with is_vector(), not | |
10060 is_matrix(). Handle scalar case. | |
10061 | |
2711 | 10062 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10063 | |
2715 | 10064 * plot/contour.m: Order data so that it is consistent with |
10065 meshgrid and mesh. | |
10066 | |
2711 | 10067 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
10068 * plot/sombrero.m: Use meshgrid, not meshdom. | |
10069 | |
2709 | 10070 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 10071 |
10072 * Version 2.0.4 released. | |
10073 | |
2706 | 10074 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10075 | |
2702 | 10076 * miscellaneous/paren.m: New file. |
10077 | |
2693 | 10078 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 10079 |
10080 * Version 2.0.3 released. | |
10081 | |
2676 | 10082 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10083 | |
10084 * image/saveimage.m: Only clip image data that is actually out of | |
10085 range. | |
10086 | |
2667 | 10087 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10088 | |
10089 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
10090 also be considered to be matrices. | |
10091 | |
10092 * general/is_vector.m: Scalars may also be considered to be vectors. | |
10093 | |
10094 * general/isempty.m: Use size(), not rows() and columns(). | |
10095 | |
10096 * plot/contour.m: Convert set to gset. | |
10097 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
10098 | |
2663 | 10099 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10100 | |
10101 * specfun/erfinv.m: Fix typo in last change. | |
10102 | |
2650 | 10103 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10104 | |
10105 * image/loadimage.m: Make it possible to load files with image | |
10106 data named X or img. | |
10107 | |
10108 * image/default.img: Change name of image from X to img to match | |
10109 what saveimage does now. | |
10110 | |
10111 * image/loadimage.m: Rename X to be img, to match what saveimage | |
10112 does now. | |
10113 | |
2632 | 10114 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10115 | |
2634 | 10116 * Version 2.0.2 released. |
10117 | |
2632 | 10118 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
10119 weird missing-lines bug without creating extra plots unecessarily. | |
10120 | |
2624 | 10121 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10122 | |
10123 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
10124 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
10125 io/Makefile.in, linear-algebra/Makefile.in, | |
10126 miscellaneous/Makefile.in, plot/Makefile.in, | |
10127 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
10128 specfun/Makefile.in, special-matrix/Makefile.in, | |
10129 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
10130 time/Makefile.in (bin-dist): New target. | |
10131 | |
2621 | 10132 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10133 | |
10134 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
10135 | |
10136 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10137 | |
10138 * miscellaneous/xor.m: Make it work. | |
10139 | |
2613 | 10140 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10141 | |
10142 * plot/sombrero.m: Doc fix. | |
10143 | |
2602 | 10144 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10145 | |
10146 * Version 2.0.1 released. | |
10147 | |
2601 | 10148 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10149 | |
10150 * elfun/lcm.m: Replace missing if statement. | |
10151 | |
10152 * elfun/gcd.m: Report error if no input args. | |
10153 * elfun/lcm.m: Likewise. | |
10154 | |
2597 | 10155 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10156 | |
10157 * Makefile.in (install): Use ls -LR to create ls-R database. | |
10158 Also list contents of $libexecdir/octave in ls-R database. | |
10159 | |
2583 | 10160 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10161 | |
10162 * Version 2.0 released. | |
10163 | |
2575 | 10164 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10165 | |
10166 * Version 1.94. | |
10167 | |
2558 | 10168 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10169 | |
10170 * strings/str2num.m: New file. | |
10171 | |
2554 | 10172 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10173 | |
10174 * Version 1.93. | |
10175 | |
2540 | 10176 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10177 | |
10178 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
10179 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
10180 linear-algebra/vech.m: New files from Kurt Hornik. | |
10181 | |
10182 * general/nextpow2.m, general/shift.m, general/diff.m, | |
10183 general/common_size.m: New files from Kurt Hornik. | |
10184 | |
10185 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
10186 New files from Kurt Hornik. | |
10187 | |
10188 * signal/detrend.m: New file from Kurt Hornik. | |
10189 | |
10190 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
10191 specfun/pow2.m, specfun/log2.m: | |
10192 New files and updates from Kurt Hornik. | |
10193 | |
2523 | 10194 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10195 | |
10196 * plot/__plt__.m: Add explicit replot after last command is | |
10197 issued, to force all lines to be displayed. Hmm. | |
10198 | |
2512 | 10199 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10200 | |
2520 | 10201 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
10202 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
10203 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
10204 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
10205 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
10206 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
10207 Uset gset, not set. | |
10208 | |
2512 | 10209 * Version 1.92. |
10210 | |
2482 | 10211 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10212 | |
2486 | 10213 * image/saveimage.m: When writing PostScript, name Octave as the |
10214 almighty Creator. Use single call to fprintf instead of looping. | |
10215 | |
10216 * image/Makefile.in: Delete references to octtopnm. | |
10217 | |
10218 * general/logspace.m: Doc fix. | |
10219 | |
2482 | 10220 * Version 1.91. |
10221 | |
2458 | 10222 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10223 | |
10224 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
10225 | |
10226 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
10227 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
10228 deleted. | |
10229 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
10230 of a system() command to delete the tmp file. | |
10231 | |
2452 | 10232 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10233 | |
10234 * Version 1.90. | |
10235 | |
10236 * Makefile.in (DISTFILES): Add ChangeLog. | |
10237 | |
2360 | 10238 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10239 | |
10240 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
10241 Don't check for string value of automatic_replot. | |
10242 | |
10243 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
10244 Temporarily set do_fortran_indexing to 1, not "true". | |
10245 | |
10246 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
10247 not "false". | |
10248 | |
10249 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
10250 "false". | |
10251 | |
2355 | 10252 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
10253 | |
10254 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
10255 | |
2330 | 10256 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10257 | |
10258 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
10259 system command. | |
10260 | |
10261 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10262 | |
10263 * __plr1__.m: Renamed from polar_int_1.m. | |
10264 * __plr2__.m: Renamed from polar_int_2.m. | |
10265 * __plr__.m: Renamed from polar_int.m. | |
10266 * __plt1__.m: Renamed from plot_int_1.m. | |
10267 * __plt2__.m: Renamed from plot_int_2.m. | |
10268 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
10269 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
10270 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
10271 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
10272 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
10273 * __plt__.m: Renamed from plot_int.m. | |
10274 * __pltopt__.m: Renamed from plot_opt.m. | |
10275 Change all callers. | |
10276 | |
10277 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10278 | |
10279 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
10280 comments like those found in Emacs lisp files. | |
10281 | |
10282 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10283 | |
10284 * All .m files: Change comment style. | |
10285 | |
10286 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10287 | |
10288 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
10289 subplot.m, subwindow.m, top_title.m: | |
10290 Print error message if gnuplot_has_multiplot is not true. | |
10291 | |
10292 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10293 | |
10294 * plot/figure.m: New function. | |
10295 | |
10296 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10297 | |
10298 * strings/strrep.m: New function. | |
10299 | |
10300 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10301 | |
10302 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
10303 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
10304 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
10305 strings/split.m, strings/str2mat.m, strings/substr.m: | |
10306 New functions from Kurt Hornik, heavily modified by jwe. | |
10307 | |
10308 * general/reshape.m: Allow strings to be reshaped too. | |
10309 | |
10310 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
10311 Always return a scalar. | |
10312 | |
10313 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10314 | |
10315 * polynomial/polyfit.m: Make orientation of result compatible with | |
10316 Matlab. | |
10317 | |
10318 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10319 | |
10320 * polynomial/polyfit.m: Add missing close paren. | |
10321 | |
10322 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10323 | |
10324 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
10325 | |
10326 * io/scanf.m: Delete. | |
10327 | |
10328 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10329 | |
10330 * statistics/median.m: Fix typo in usage message. | |
10331 | |
10332 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10333 | |
10334 * miscellaneous/popen2.m: New file. | |
10335 | |
10336 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10337 | |
10338 * configure.in (AC_OUTPUT): Add io/Makefile. | |
10339 | |
10340 * io: New directory. | |
10341 * Makefile.in (SUBDIRS): Add it to the list. | |
10342 | |
10343 * miscellaneous/flops.m: New file. | |
10344 | |
10345 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10346 | |
10347 * miscellaneous/cputime.m: Return three arguments instead of a | |
10348 vector, for compatibility with previous versions and with Matlab | |
10349 (which only returns one scalar value). | |
10350 | |
10351 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
10352 | |
10353 * general/triu.m: Compute lower bound on loop index correctly. | |
10354 * general/tril.m: Likewise, for upper bound. | |
10355 | |
10356 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10357 | |
10358 * image/saveimage.m: For color images, make sure indices into | |
10359 temporary colormap and result matrix have proper orientation. | |
10360 Set grey flag correctly. | |
10361 | |
10362 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10363 | |
10364 * statistics/std.m: Use better formula (from Jim Van Zandt | |
10365 jrv@vanzandt.mv.com). | |
10366 | |
10367 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10368 | |
10369 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
10370 * mesh.m: Transpose Z if only one arg. | |
10371 Handle case of all three args being matrices (from Jim Van Zandt | |
10372 jrv@vanzandt.mv.com). | |
10373 * meshdom.m: Undo previous change. | |
10374 | |
10375 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10376 | |
10377 * configure.in (AC_OUTPUT): Add audio/Makefile | |
10378 | |
10379 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10380 | |
10381 * audio: New directory of files from Kurt Hornik and Andreas | |
10382 Weingessel. | |
10383 * audio/Makefile.in: New file. | |
10384 * Makefile.in (SUBDIRS): Add audio to the list. | |
10385 | |
10386 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10387 | |
10388 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
10389 | |
10390 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10391 | |
10392 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
10393 columns (z), not the other way around. | |
10394 * plot/meshdom.m: Don't reverse order of elements in y. | |
10395 | |
10396 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10397 | |
10398 * plot/axis.m: Return current axis if nargin == 0. | |
10399 | |
10400 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10401 | |
10402 * polynomial/roots.m: Updates from Kurt Hornik. | |
10403 | |
10404 * polynomial/polyder.m: New file. | |
10405 | |
10406 * polynomial/polyderiv.m: Give return value and arg different names. | |
10407 | |
10408 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10409 | |
10410 * specfun/betainc.m: New file. | |
10411 * specfun/gammainc.m: New file. | |
10412 | |
10413 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10414 | |
10415 * general/strerror.m: New file. | |
10416 * general/perror.m: Implement using strerror(). | |
10417 | |
10418 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10419 | |
10420 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
10421 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
10422 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
10423 | |
10424 * image/saveimage.m: Round img values first. | |
10425 | |
10426 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10427 | |
10428 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
10429 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
10430 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
10431 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
10432 special-matrix/hankel.m special-matrix/toeplitz.m | |
10433 tuwien/strfun/split.m: Add missing semicolons. | |
10434 | |
10435 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
10436 | |
10437 * image/Makefile.in: Don't build or install octtoppm. | |
10438 | |
10439 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 10440 routines so that people who don't have the pbm stuff installed |
2330 | 10441 can still use this function. |
10442 | |
10443 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10444 | |
10445 * image/saveimage.m: Better error checking, clean up a bit. | |
10446 | |
10447 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10448 | |
10449 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
10450 avoid conflict with new built-in text-style function more. | |
10451 | |
10452 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
10453 | |
10454 * startup/Makefile.in (install): Also install octaverc in | |
10455 $localfcnfiledir/startup/octavrc. | |
10456 | |
10457 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10458 | |
10459 * mkinstalldirs: New file. | |
10460 * Makefile.in (DISTFILES): Add it to the list. | |
10461 | |
10462 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
10463 | |
10464 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10465 | |
10466 * special-matrix/hankel.m: Compatibility fix. Complain if | |
10467 r(1) != c(nr), not if r(1) != c(1). | |
10468 | |
10469 * signal/filter.m: Doc fix. | |
10470 | |
10471 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10472 | |
10473 * miscellaneous/cputime.m: Use new resource structure names (no | |
10474 ru_ or tv_ prefixes). | |
10475 | |
10476 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10477 | |
10478 * time/ctime.m: Fix doc string and usage message. | |
10479 | |
10480 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10481 | |
10482 * time/clock.m: Use new time structure names (no tm_ prefix). | |
10483 | |
10484 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10485 | |
10486 * control/c2d.m: Make function work for any value of | |
10487 whitespace_in_literal_matrix. | |
10488 * control/dare.m: Likewise. | |
10489 * control/tzero.m: Likewise. | |
10490 * elfun/gcd.m: Likewise. | |
10491 * elfun/lcm.m: Likewise. | |
10492 * general/postpad.m: Likewise. | |
10493 * general/prepad.m: Likewise. | |
10494 * linear-algebra/kron.m: Likewise. | |
10495 * miscellaneous/etime.m: Likewise. | |
10496 * polynomial/conv.m: Likewise. | |
10497 * polynomial/deconv.m: Likewise. | |
10498 * polynomial/poly.m: Likewise. | |
10499 * polynomial/roots.m: Likewise. | |
10500 * signal/filter.m: Likewise. | |
10501 * signal/freqz.m: Likewise. | |
10502 * signal/fftfilt.m: Likewise. | |
10503 | |
10504 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10505 | |
10506 * miscellaneous/is_leap_year.m: Make work for vector args. | |
10507 | |
10508 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10509 | |
10510 * plot/polar_int_2.m: Add missing semicolons. | |
10511 Set theta = theta', not rho'. | |
10512 | |
10513 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10514 | |
10515 * polynomial/roots.m: Make it work for any value of | |
10516 whitespace_in_literal_matrix. | |
10517 | |
10518 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10519 | |
10520 * configure.in: New file. | |
10521 | |
10522 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10523 | |
10524 * control/lyap.m: Add missing semicolon. | |
10525 | |
10526 * miscellaneous/cputime.m: New function file. | |
10527 | |
10528 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10529 | |
10530 * time: New directory. | |
10531 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
10532 New function files. | |
10533 * time/Makefile.in: New file. | |
10534 * Makefile.in (SUBDIRS): Add time. | |
10535 | |
10536 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10537 | |
10538 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
10539 | |
10540 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10541 | |
10542 * plot/plot_int_1.m: Transpose data with .', not '. | |
10543 | |
10544 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10545 | |
10546 * Makefile.in (install uninstall clean mostlyclean distclean | |
10547 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
10548 | |
10549 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10550 | |
10551 * Makefile.in (install): Create ls-R database file. | |
10552 (uninstall): Delete it. | |
10553 | |
10554 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10555 | |
5378 | 10556 * image/saveimage.m: Fix typo. |
2330 | 10557 |
10558 See ChangeLog.1 in the top level directory for earlier changes. |