Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 8122:99602635172a
Trivial patch to quadgk for absence of trace function count
author | David Bateman <dbateman@free.fr> |
---|---|
date | Mon, 22 Sep 2008 13:07:19 -0400 |
parents | 8f0150a0d19e |
children | a012580f0d2f |
rev | line source |
---|---|
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
1 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
|
2 |
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
3 general/quadgk.m: No function count in quadgk and so don't try and |
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
4 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
|
5 |
8120
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
6 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
|
7 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
8 * 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
|
9 |
8116 | 10 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
11 | |
8117 | 12 * image/imshow.m: Fix for display_range. |
13 | |
8116 | 14 * general/interpn.m: Fixe for extrapval and documentation of |
15 extrapval. | |
16 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
17 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
|
18 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
19 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
20 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
21 * 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
|
22 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
23 * 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
|
24 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
25 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
26 * 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
|
27 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
|
28 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
29 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
30 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
31 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
32 |
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
|
33 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
|
34 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
35 * 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
|
36 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
|
37 |
8088 | 38 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
39 | |
40 * plot/plot.m: Doc fix. | |
41 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
42 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
|
43 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
44 * 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
|
45 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
46 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
47 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
|
48 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
49 * 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
|
50 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
51 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
52 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
53 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
54 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
55 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
56 * 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
|
57 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
58 |
8076 | 59 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
60 | |
61 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
62 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
63 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
64 | |
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
|
65 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
|
66 |
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
|
67 * 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
|
68 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
|
69 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
|
70 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
|
71 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
|
72 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
|
73 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
|
74 '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
|
75 * 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
|
76 |
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
|
77 * 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
|
78 * 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
|
79 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
80 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
81 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
82 * 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
|
83 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
84 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
85 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
86 * 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
|
87 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
|
88 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
89 * 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
|
90 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
|
91 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
|
92 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
93 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
94 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
95 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
96 |
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
|
97 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
|
98 |
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
|
99 * 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
|
100 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
|
101 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
102 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
|
103 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
104 * 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
|
105 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
106 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
107 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
|
108 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
109 * 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
|
110 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
|
111 * 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
|
112 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
|
113 * 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
|
114 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
115 * 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
|
116 * 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
|
117 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
|
118 * 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
|
119 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
|
120 * 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
|
121 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
|
122 * 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
|
123 * 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
|
124 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
|
125 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
126 |
8054 | 127 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
128 | |
129 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
130 Handle parameter-value options. Untabify. | |
131 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
132 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
|
133 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
134 * 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
|
135 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
136 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
137 * 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
|
138 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
|
139 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
140 * 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
|
141 * 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
|
142 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
143 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
144 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
|
145 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
146 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
147 |
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
|
148 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
|
149 |
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
|
150 * 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
|
151 (__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
|
152 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
|
153 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
154 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
155 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
156 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
157 |
8046 | 158 2008-08-21 David Bateman <dbateman@free.fr> |
159 | |
160 * plot/ezplot.m : New function. | |
161 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
162 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
163 | |
8043
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
164 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
|
165 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
166 * 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
|
167 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
168 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
169 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
|
170 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
171 * 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
|
172 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
|
173 |
8040 | 174 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
|
175 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
176 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
177 |
8035 | 178 2008-08-19 David Bateman <dbateman@free.fr> |
179 | |
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
|
180 * 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
|
181 * 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
|
182 |
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
|
183 * statistics/base/ranks.m: Doc fix. |
8035 | 184 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
185 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
|
186 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
187 * 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
|
188 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
189 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
|
190 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
191 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
192 |
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
|
193 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
|
194 |
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
|
195 * 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
|
196 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
|
197 |
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
|
198 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
|
199 |
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
|
200 * 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
|
201 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
|
202 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
203 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
|
204 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
205 * 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
|
206 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
207 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
208 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
209 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
210 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
211 * 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
|
212 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
213 * 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
|
214 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
215 |
7985
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
216 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
|
217 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
218 * plot/hold.m: Clarify help text. |
7986 | 219 |
220 * specfun/reallog.m: Fix help string. | |
221 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
222 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 223 |
224 * strings/regexptranslate.m: Add real documentation. | |
225 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
226 * 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
|
227 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
228 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
229 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
230 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
231 |
7974 | 232 2008-07-28 John W. Eaton <jwe@octave.org> |
233 | |
234 * image/imwrite.m: New function. | |
235 * image/Makefile.in (SOURCES): Add it to the list. | |
236 | |
7969 | 237 2008-07-24 Ben Abbott <bpabbott@mac.com> |
238 | |
239 * time/datestr.m: New xtest. | |
240 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
241 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
|
242 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
243 * 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
|
244 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
245 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
246 |
7940 | 247 2008-07-17 John W. Eaton <jwe@octave.org> |
248 | |
249 * general/fliplr.m: Fix usage test. | |
250 * testfun/test.m: Fix usage tests. | |
251 | |
8040 | 252 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 253 |
254 * statistics/base/cov.m: Fix test that should no longer work. | |
255 | |
7935 | 256 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
257 | |
258 * plot/gcbo.m, plot/gcbf.m: New functions. | |
259 * plot/Makefile.in (SOURCES): Add them to the list. | |
260 | |
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
|
261 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
|
262 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
263 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
264 * 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
|
265 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
266 * 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
|
267 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
268 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
269 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
270 |
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
|
271 * 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
|
272 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
273 * 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
|
274 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
275 * 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
|
276 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
277 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
|
278 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
279 * 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
|
280 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
281 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
|
282 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
283 * 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
|
284 |
8040 | 285 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
|
286 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
287 * 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
|
288 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
289 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
290 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
291 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
292 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
|
293 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
294 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
|
295 |
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
|
296 * 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
|
297 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
298 * 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
|
299 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
|
300 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
301 |
8040 | 302 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
|
303 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
304 * 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
|
305 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
306 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
307 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
308 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
309 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
310 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
311 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
312 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
|
313 |
7817 | 314 * miscellaneous/debug.m: New file.. |
315 * Makefile.in (SOURCES): Add it to the list. | |
316 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
317 * 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
|
318 []. 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
|
319 |
8040 | 320 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 321 |
322 * strings/strcat.m: Add tests. | |
323 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
324 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
|
325 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
326 * 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
|
327 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
328 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
329 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
330 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
331 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
332 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
333 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
334 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
335 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
336 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
337 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
338 |
7783 | 339 2008-05-20 Bill Denney <bill@denney.ws> |
340 | |
341 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
342 New tests. | |
343 | |
7777 | 344 2008-05-19 John W. Eaton <jwe@octave.org> |
345 | |
346 * general/isa.m: Fix tests. | |
347 | |
7773 | 348 2008-05-13 Bill Denney <bill@denney.ws> |
349 | |
350 * general/isa.m: Use persistent cell arrays to hold class names | |
351 instead of multiple strcmp calls. | |
352 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
353 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
354 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
355 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
356 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
|
357 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
358 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
359 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
|
360 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
|
361 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
362 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
363 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
364 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
365 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
366 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
367 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
|
368 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
369 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
370 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
371 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
372 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
|
373 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
374 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
375 * 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
|
376 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
377 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
378 * 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
|
379 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
380 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
381 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
382 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
383 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
384 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
|
385 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
386 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
387 |
7765 | 388 2008-05-06 David Bateman <dbateman@free.fr> |
389 | |
390 * miscellaneous/symvar.m: New function. | |
391 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
392 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
393 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
|
394 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
395 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
396 * 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
|
397 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
398 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
399 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
400 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
401 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
|
402 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
|
403 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
404 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
405 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
406 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
407 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
408 * 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
|
409 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
410 |
7747 | 411 2008-04-30 John W. Eaton <jwe@octave.org> |
412 | |
413 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
414 elfun/asech.m, specfun/pow2.m: Fix tests. | |
415 | |
8040 | 416 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 417 |
418 * specfun/log2.m: Delete. | |
419 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
420 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
421 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
|
422 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
423 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
|
424 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
425 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
426 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
427 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
428 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
429 |
7736 | 430 2008-04-25 John W. Eaton <jwe@octave.org> |
431 | |
432 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
433 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 434 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
435 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
|
436 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
437 * 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
|
438 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
|
439 * 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
|
440 |
7714
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
441 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
|
442 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
443 * 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
|
444 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
445 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
|
446 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
447 * 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
|
448 |
7713 | 449 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
|
450 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
451 * 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
|
452 |
7710 | 453 2008-04-14 David Bateman <dbateman@free.fr> |
454 | |
455 * plot/rose.m: Add missing comment mark that causes issues with | |
456 octave-forge function referencing. | |
457 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
458 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
459 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
|
460 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
461 * 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
|
462 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
|
463 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
|
464 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
|
465 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
|
466 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
|
467 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
|
468 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
|
469 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
|
470 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
|
471 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
|
472 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
|
473 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
|
474 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
|
475 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
|
476 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
|
477 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
|
478 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
|
479 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
|
480 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
|
481 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
|
482 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
|
483 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
|
484 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
|
485 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
|
486 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
|
487 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
|
488 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
|
489 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
|
490 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
|
491 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
|
492 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
|
493 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
|
494 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
|
495 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
|
496 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
|
497 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
|
498 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
|
499 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
|
500 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
|
501 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
|
502 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
|
503 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
|
504 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
|
505 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
|
506 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
|
507 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
|
508 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
|
509 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
510 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
|
511 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
512 * 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
|
513 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
514 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
|
515 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
516 * 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
|
517 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
518 * 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
|
519 * 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
|
520 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
521 * 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
|
522 * 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
|
523 * 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
|
524 * 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
|
525 * 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
|
526 * 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
|
527 * 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
|
528 * 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
|
529 * 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
|
530 * 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
|
531 * 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
|
532 * 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
|
533 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
534 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
535 * 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
|
536 * 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
|
537 * 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
|
538 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
539 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
|
540 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
541 * 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
|
542 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
|
543 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
544 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
|
545 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
546 * 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
|
547 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
|
548 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
|
549 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
|
550 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
|
551 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
|
552 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
|
553 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
|
554 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
|
555 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
|
556 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
|
557 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
|
558 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
|
559 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
|
560 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
|
561 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
|
562 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
563 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
|
564 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
|
565 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
|
566 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
|
567 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
|
568 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
|
569 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
570 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
|
571 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
|
572 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
|
573 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
|
574 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
|
575 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
|
576 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
577 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
|
578 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
|
579 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
|
580 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
|
581 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
|
582 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
|
583 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
|
584 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
|
585 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
|
586 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
587 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
|
588 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
589 * 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
|
590 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
|
591 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
|
592 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
|
593 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
|
594 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
|
595 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
|
596 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
|
597 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
|
598 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
|
599 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
|
600 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
|
601 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
|
602 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
|
603 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
|
604 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
|
605 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
606 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
|
607 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
|
608 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
|
609 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
|
610 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
|
611 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
612 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
|
613 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
|
614 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
615 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
|
616 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
|
617 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
|
618 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
|
619 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
|
620 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
621 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
|
622 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
623 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
|
624 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
|
625 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
|
626 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
|
627 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
|
628 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
|
629 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
|
630 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
|
631 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
|
632 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
633 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
|
634 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
|
635 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
|
636 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
637 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
638 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
639 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
640 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
641 * 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
|
642 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
643 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
644 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
645 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
646 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
647 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
648 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
649 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
650 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
651 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
652 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
653 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
654 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
655 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
656 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
657 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
|
658 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
659 * 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
|
660 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
661 * 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
|
662 |
7682 | 663 2008-04-02 Bill Denney <bill@denney.ws> |
664 | |
665 * optimization/lsqnonneg.m: New function. | |
666 * optimization/Makefile.in (SOURCES): Add it to the list. | |
667 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
668 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
669 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
670 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
671 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
672 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
673 * 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
|
674 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
|
675 * 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
|
676 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
677 |
7678 | 678 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
679 | |
680 * general/sortrows.m: Handle negative column arguments. | |
681 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
682 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
683 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
684 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
685 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
686 |
7673 | 687 2008-03-31 David Bateman <dbateman@free.fr> |
688 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
689 * 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
|
690 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
|
691 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
692 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
693 * 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
|
694 * 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
|
695 * 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
|
696 * 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
|
697 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
698 * 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
|
699 |
7673 | 700 * plot/ginput.m: New function. |
701 * plot/__gnuplot_ginput__.m: New function based on a version of | |
702 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
703 * plot/Makefile.in (SOURCES): Add them to the list. | |
704 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
705 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
|
706 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
707 * 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
|
708 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
709 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
710 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
711 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
712 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
713 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
714 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
715 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
716 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
717 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
|
718 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
719 * 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
|
720 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
721 |
7669 | 722 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
723 | |
724 * general/del2.m: Missing semicolon. | |
725 | |
7668 | 726 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
727 | |
728 * miscellaneous/info.m: New function. | |
729 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
730 | |
7666
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
731 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
|
732 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
733 * 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
|
734 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
735 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
736 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
|
737 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
738 * 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
|
739 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
|
740 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
741 * 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
|
742 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
|
743 |
7655 | 744 2008-03-27 Bill Denney <bill@denney.ws> |
745 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
746 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
747 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
748 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
749 * 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
|
750 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
751 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
752 * 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
|
753 |
7657 | 754 * general/genvarname.m: New function. |
755 * general/Makefile.in (SOURCES): Add it to the list. | |
756 | |
7656 | 757 * time/addtodate.m: New function. |
7657 | 758 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 759 |
7655 | 760 * geometry/rectint.m: Vectorize and add more tests. |
761 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
762 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
|
763 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
764 * 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
|
765 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
766 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
767 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
768 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
769 |
7650 | 770 2008-03-26 John W. Eaton <jwe@octave.org> |
771 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
772 * 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
|
773 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
774 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
775 * 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
|
776 |
7650 | 777 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
778 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
779 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
780 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
781 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
782 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
783 Texinfo fixes. | |
784 | |
8040 | 785 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
|
786 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
787 * 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
|
788 |
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
|
789 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
|
790 |
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
|
791 * 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
|
792 |
7643
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
793 2008-03-20 Ben Abbott <bpabbott@mac.com> |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
794 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
795 * 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
|
796 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
|
797 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
798 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
799 * 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
|
800 |
7640 | 801 2008-03-25 Soren Hauberg <hauberg@gmail.com> |
802 | |
803 * polynomial/convn.m: New function. | |
804 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
805 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
806 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
807 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
808 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
809 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 810 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
811 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
|
812 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
813 * 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
|
814 |
7627 | 815 2008-03-24 David Bateman <dbateman@free.fr> |
816 | |
817 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
818 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 819 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
820 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
821 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
822 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
823 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
824 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
825 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
826 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
|
827 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
828 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
829 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
830 * 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
|
831 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
832 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
|
833 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
834 * 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
|
835 |
7617 | 836 * miscellaneous/cast.m: Also allow cast to "char". |
837 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
838 * 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
|
839 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
840 * 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
|
841 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
842 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
843 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
844 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
845 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
846 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
847 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
848 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
849 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
850 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
851 |
7610 | 852 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
853 | |
854 * signal/sinetone.m: Ensure integral number of samples. | |
855 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
856 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
|
857 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
858 * 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
|
859 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
860 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
|
861 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
862 * 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
|
863 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
864 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
|
865 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
866 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
867 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
868 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
869 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
870 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
871 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
872 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
873 * 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
|
874 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
875 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
876 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
877 * 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
|
878 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
879 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
880 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
881 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
|
882 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
883 * 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
|
884 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
885 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
|
886 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
887 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
888 |
7592 | 889 2008-03-14 Kai Habel <kai.habel@gmx.de> |
890 | |
891 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
892 style to default to avoid wrong mesh color in some cases. | |
893 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
894 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
895 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
896 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
897 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
|
898 |
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
|
899 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
|
900 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
901 * 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
|
902 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
|
903 |
7592 | 904 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
905 | |
7582 | 906 2008-03-11 Kai Habel <kai.habel@gmx.de> |
907 | |
908 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
909 Allow plotting of uniform colored mesh plots with and | |
910 w/o hidden line removal. | |
911 | |
912 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
|
913 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
914 * 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
|
915 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
916 * 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
|
917 |
7569 | 918 2008-03-07 John W. Eaton <jwe@octave.org> |
919 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
920 * 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
|
921 |
7569 | 922 * plot/__go_draw_axes__.m: Handle tickdir property. |
923 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
924 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
925 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
926 * 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
|
927 Allow matrix arguments when number of bins > 30. |
7568 | 928 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
|
929 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
930 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
931 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
932 * 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
|
933 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
934 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
935 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
936 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
|
937 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
938 * 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
|
939 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
940 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
|
941 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
942 * 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
|
943 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
944 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
945 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
|
946 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
947 * 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
|
948 |
7551 | 949 2008-03-04 Bill Denney <bill@denney.ws> |
950 | |
7557 | 951 * plot/allchild.m, plot/findall.m: New functions. |
952 * plot/Makefile.in (SOURCES): Add them to the list. | |
953 | |
7551 | 954 * geometry/rectint.m: New function. |
7557 | 955 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 956 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
957 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
|
958 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
959 * 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
|
960 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
|
961 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
962 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 963 |
964 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
965 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
966 * 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
|
967 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
968 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
|
969 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
970 * 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
|
971 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
972 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
|
973 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
974 * 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
|
975 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
|
976 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
977 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
|
978 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
979 * 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
|
980 "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
|
981 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
982 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
|
983 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
984 * 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
|
985 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
|
986 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
|
987 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
|
988 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
|
989 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
|
990 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
|
991 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
|
992 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
|
993 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
|
994 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
|
995 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
|
996 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
|
997 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
998 * 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
|
999 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1000 * 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
|
1001 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1002 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
|
1003 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1004 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1005 |
7525 | 1006 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
1007 | |
1008 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
1009 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1010 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
|
1011 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1012 * 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
|
1013 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1014 |
7518 | 1015 2008-02-22 Ben Abbott <bpabbott@mac.com> |
1016 | |
1017 * specfun/legendre.m: Doc fix. | |
1018 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1019 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
|
1020 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1021 * 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
|
1022 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1023 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1024 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
|
1025 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1026 * 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
|
1027 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1028 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1029 * 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
|
1030 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1031 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
|
1032 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1033 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1034 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1035 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1036 * 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
|
1037 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1038 * 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
|
1039 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1040 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1041 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
|
1042 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1043 * 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
|
1044 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1045 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1046 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
|
1047 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1048 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1049 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1050 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
|
1051 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1052 * 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
|
1053 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
|
1054 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
|
1055 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
|
1056 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1057 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
|
1058 |
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
|
1059 * 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
|
1060 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
|
1061 |
7501 | 1062 * polynomial/polyfit.m: Use QR decomposition. Handle |
1063 normalization option. | |
1064 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
1065 generate 50% prediction intervals. | |
1066 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1067 * 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
|
1068 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1069 |
7498 | 1070 2008-02-19 John W. Eaton <jwe@octave.org> |
1071 | |
1072 * pkg/pkg.m: Style fixes. | |
1073 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1074 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 1075 |
1076 * pkg/pkg.m: Handle 'describe' command. | |
1077 (parse_pkg_idx, print_package_description): New subfunctions. | |
1078 | |
7493 | 1079 2008-02-19 Bill Denney <bill@denney.ws> |
1080 | |
1081 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
1082 elements wide. | |
1083 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1084 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
|
1085 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1086 * 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
|
1087 |
7485 | 1088 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
1089 | |
1090 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
1091 * general/runlength.m: New function from Paul Kienzle. | |
1092 | |
7484 | 1093 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
1094 | |
1095 * linear-algebra/cond.m: New optional second argument to | |
1096 specify 1-norm, inf-norm, or frobenius-norm. | |
1097 | |
7475 | 1098 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
1099 | |
1100 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
1101 body. Allow the linespec to specify the arrow color. | |
1102 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1103 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
|
1104 |
7474 | 1105 * miscellaneous/cast.m: Also treat the logical type. |
1106 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1107 * 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
|
1108 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1109 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1110 * 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
|
1111 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1112 * 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
|
1113 * 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
|
1114 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1115 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
|
1116 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1117 * 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
|
1118 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1119 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1120 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1121 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1122 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1123 * 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
|
1124 |
7436 | 1125 2008-02-01 Dave Goel <deego3@gmail.com> |
1126 | |
1127 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
1128 | |
7434 | 1129 2008-02-01 Bill Denney <bill@denney.ws> |
1130 | |
1131 * time/weekday.m: Allow vector inputs and speed up. | |
1132 * time/eomday.m: Return column vector for column vector inputs. | |
1133 | |
7429 | 1134 2008-01-30 John W. Eaton <jwe@octave.org> |
1135 | |
7434 | 1136 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
1137 revision". | |
1138 | |
7431 | 1139 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
1140 __plt2vs__.m in the list. | |
1141 | |
7430 | 1142 * miscellaneous/tempdir.m: Append filesep to name for |
1143 compatibility. Warn if not a directory or directory does not | |
1144 exist. | |
1145 | |
7429 | 1146 * strings/deblank.m: Improve compatibility. |
1147 | |
7428 | 1148 2008-01-29 John W. Eaton <jwe@octave.org> |
1149 | |
1150 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
1151 | |
1152 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 1153 |
1154 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
1155 Return the label handle, not the current axis handle. | |
1156 | |
7421 | 1157 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
1158 | |
1159 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
1160 abscissa. | |
1161 | |
1162 2008-01-25 David Bateman <dbateman@free.fr> | |
1163 | |
7423 | 1164 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 1165 * plot/__scatter__.m: Remove NaN values from data. |
1166 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
1167 | |
7418 | 1168 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
1169 | |
1170 * linear-algebra/trace.m: Test cases for non 2-d args. | |
1171 | |
1172 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
1173 | |
1174 * geometry/griddata3.m: Call griddata, not gridata. | |
1175 | |
7415 | 1176 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
1177 | |
1178 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
1179 | |
7411 | 1180 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
1181 | |
1182 * linear-algebra/cond.m, linear-algebra/trace.m: | |
1183 Move tests here from test/test_linalg.m. | |
1184 | |
1185 * general/diff.m, general/fliplr.m, general/flipud.m, | |
1186 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
1187 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
1188 special-matrix/hankel.m, special-matrix/hilb.m, | |
1189 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
1190 special-matrix/toeplitz.m, special-matrix/vander.m: | |
1191 Move tests here from test/test_matrix.m. | |
1192 | |
1193 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
1194 Move tests here from test/test_number.m. | |
1195 | |
1196 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
1197 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
1198 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
1199 polynomial/polyvalm.m, polynomial/roots.m: | |
1200 Move tests here from test/test_poly.m. | |
1201 | |
1202 * signal/unwrap.m: | |
1203 Move tests here from test/test_signal.m. | |
1204 | |
1205 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
1206 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
1207 statistics/base/mean.m, statistics/base/median.m, | |
1208 statistics/base/skewness.m, statistics/base/std.m: | |
1209 Move tests here from test/test_stats.m. | |
1210 | |
1211 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
1212 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
1213 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
1214 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
1215 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
1216 strings/substr.m: | |
1217 Move tests here from test/test_string.m. | |
1218 | |
1219 * miscellaneous/computer.m, miscellaneous/ls.m, | |
1220 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
1221 time/date.m, time/etime.m, time/is_leap_year.m: | |
1222 Move tests here from test/test_system.m. | |
1223 | |
7410 | 1224 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
1225 | |
1226 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
1227 Simplify initial checks on argument values. | |
1228 | |
7408 | 1229 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
1230 | |
1231 * plot/gnuplot_drawnow.m: New function corresponding to the | |
1232 implementation of the gnuplot-based graphics backend (derived from | |
1233 drawnow.m). | |
1234 * plot/drawnow.m: Deleted (converted to C++). | |
1235 | |
7401 | 1236 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
1237 | |
1238 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
1239 New tests. | |
1240 | |
7399 | 1241 2008-01-18 John W. Eaton <jwe@octave.org> |
1242 | |
1243 * optimization/sqp.m: End each function with endfunction. | |
1244 | |
7398 | 1245 2008-01-18 Ben Abbott <bpabbott@mac.com> |
1246 | |
1247 * polynomial/residue.m: For each group of pole multiplicity, set | |
1248 the poles of the group to the value of the group's average. | |
1249 | |
7396 | 1250 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
1251 | |
1252 * plot/print.m: Handle PDF output. | |
1253 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
1254 | |
7392 | 1255 2008-01-17 John W. Eaton <jwe@octave.org> |
1256 | |
7393 | 1257 * path/savepath.m: Print newline before initial comment line. |
1258 Double up single quote characters. | |
1259 * path/__extractpath__.m: Return just the path as a string. | |
1260 Undo single quote character doubling. | |
1261 | |
1262 * path/pathdef.m: Avoid eval. Simplify. | |
1263 | |
7392 | 1264 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
1265 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
1266 avoid possible file descriptor leak. | |
1267 | |
1268 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
1269 | |
1270 * path/savepath.m: Warn if modified file is not explicitly specified. | |
1271 * startup/main-rcfile: Call atexit ("__finish__"). | |
1272 | |
7388 | 1273 2008-01-16 John W. Eaton <jwe@octave.org> |
1274 | |
7390 | 1275 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
1276 Use it to disable enhanced mode for individual labels and titles. | |
1277 | |
7392 | 1278 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 1279 (install install-strip, uninstall): Handle function files. |
1280 | |
1281 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
1282 | |
7392 | 1283 * startup/__finish__.m: New file. |
1284 * path/__extractpath__.m, path/matlabroot.m, | |
1285 path/pathdef.m: New files. | |
7388 | 1286 * path/Makefile.in (SOURCES): Add them to the list. |
1287 | |
7385 | 1288 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
1289 | |
7387 | 1290 * special-matrix/vander.m: Vectorize. New test. |
1291 | |
7385 | 1292 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
1293 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
1294 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
1295 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
1296 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
1297 Move tests here from test/test_arith.m. | |
1298 | |
7382 | 1299 2008-01-15 John W. Eaton <jwe@octave.org> |
1300 | |
1301 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
1302 | |
7379 | 1303 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
1304 | |
1305 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
1306 Call __get__ instead of get. | |
1307 | |
1308 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
1309 | |
1310 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
1311 Frobenius norm if matrix is all zeros. Use transpose instead of | |
1312 hermitian operator. | |
1313 | |
7376 | 1314 2008-01-14 Bill Denney <bill@denney.ws> |
1315 | |
1316 * plot/axis.m: Correctly handle "tight" and "image" options. | |
1317 | |
7375 | 1318 2008-01-14 Soren Hauberg <hauberg@gmail.com> |
1319 | |
1320 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
1321 image/rgb2ntsc.m: Also accept images as input. | |
1322 | |
1323 * image/gray2ind.m: Handle image type other than double. | |
1324 Improve error checking and documentation. | |
1325 | |
7371 | 1326 2008-01-14 John W. Eaton <jwe@octave.org> |
1327 | |
7372 | 1328 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
1329 instead of calling tolower on first arg. Default font name is | |
1330 Helvetica, not helvetica. Don't downcase user-specified font name. | |
1331 (__maybe_munge_text__): Fix typo. | |
1332 | |
7371 | 1333 * optimization/sqp.m: Fix function definitions in test code. |
1334 | |
7361 | 1335 2008-01-12 John W. Eaton <jwe@octave.org> |
1336 | |
1337 * plot/gnuplot_binary.in: New file. | |
1338 * plot/gnuplot_binary.m: Delete. | |
1339 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
1340 (SOURCES_IN, GEN_M): New macros. | |
1341 (DISTFILES): Include $(SOURCES_IN) in the list. | |
1342 (FCN_FILES): Include $(GEN_M) in the list. | |
1343 (all): Depend on $(GEN_M). | |
1344 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 1345 (distclean): Also remove $(GEN_M). |
7361 | 1346 |
1347 2008-01-11 John W. Eaton <jwe@octave.org> | |
1348 | |
1349 * optimization/sqp.m: New test from example in doc string. | |
1350 | |
7360 | 1351 2008-01-10 Ben Abbott <bpabbott@mac.com> |
1352 | |
1353 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
1354 to more than one multiplicity group. | |
1355 | |
7358 | 1356 2008-01-10 John W. Eaton <jwe@octave.org> |
1357 | |
1358 * plot/gnuplot_binary.m: New file. | |
1359 * plot/Makefile.in (SOURCES): Add it to the list. | |
1360 | |
7355 | 1361 2008-01-09 John W. Eaton <jwe@octave.org> |
1362 | |
1363 * plot/drawnow.m: Fail if filename includes a directory part that | |
1364 does not exist. | |
1365 | |
7352 | 1366 2008-01-07 John W. Eaton <jwe@octave.org> |
1367 | |
1368 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
1369 Error if glob call fails to match any files. | |
1370 | |
7346 | 1371 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
1372 | |
1373 * strings/strtrim.m: Doc fix. | |
1374 | |
7345 | 1375 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
1376 | |
1377 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
1378 | |
7344 | 1379 2008-01-04 Soren Hauberg <hauberg@gmail.com> |
1380 | |
1381 * set/create_set.m, set/union.m: Accept "rows" argument. | |
1382 | |
7341 | 1383 2008-01-02 John W. Eaton <jwe@octave.org> |
1384 | |
1385 * plot/print.m: Correctly handle pbm terminal. | |
1386 | |
7340 | 1387 2007-12-28 John W. Eaton <jwe@octave.org> |
1388 | |
1389 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
1390 extensions. | |
1391 | |
7337 | 1392 2007-12-28 David Bateman <dbateman@free.fr> |
1393 | |
1394 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
1395 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
1396 * Makefile.in (SOURCES): Add to the sources. | |
1397 | |
1398 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
1399 | |
1400 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
1401 Remove unnecessary call of size function. | |
1402 | |
7334 | 1403 2007-12-21 John W. Eaton <jwe@octave.org> |
1404 | |
1405 Version 3.0.0 released. | |
1406 | |
7331 | 1407 2007-12-21 Soren Hauberg <hauberg@gmail.com> |
1408 | |
1409 * image/imshow.m: Accept empty value for display_range. | |
1410 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1411 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 1412 |
1413 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
1414 | |
7328 | 1415 2007-12-19 Soren Hauberg <hauberg@gmail.com> |
1416 | |
1417 * image/imshow.m: Store uint8 images as doubles. Handle default | |
1418 display ranges correctly. | |
1419 | |
7327 | 1420 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
1421 Peter A. Gustafson <petegus@umich.edu> | |
1422 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1423 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 1424 |
7325 | 1425 2007-12-19 John W. Eaton <jwe@octave.org> |
1426 | |
1427 * miscellaneous/edit.m: New function. | |
1428 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1429 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1430 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 1431 |
1432 * plot/__bar__.m: Handle "basevalue" option. | |
1433 * plot/__bars__.m: New arg, base_value. | |
1434 | |
7321 | 1435 2007-12-17 David Bateman <dbateman@free.fr> |
1436 | |
1437 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
1438 * plot/Makefiles (SOURCES): Add them to the sources | |
1439 * plot/polar.m: Set the x and y limits to the maximum polar | |
1440 radius. Set the axes to be square. | |
1441 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
1442 and print axis at zero if this is used. | |
1443 | |
1444 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
1445 contours can overlay pcolor plots. Priveldge no hidden line | |
1446 removal when there are multiple objects in the plot. | |
1447 | |
7320 | 1448 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
1449 | |
1450 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
1451 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
1452 | |
7319 | 1453 2007-12-17 Ben Abbott <bpabbott@mac.com> |
1454 | |
1455 * miscellaneous/run.m: Replace script with f when looking for | |
1456 file to run. | |
1457 | |
7316 | 1458 2007-12-14 David Bateman <dbateman@free.fr> |
1459 | |
7317 | 1460 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
1461 * plot/contour.m: Doc fix. | |
1462 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
1463 Include linetype in withclause. | |
1464 | |
7316 | 1465 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
1466 Use it to determine dimensions. Consolidate all 3-d settings. | |
1467 | |
7315 | 1468 2007-12-13 John W. Eaton <jwe@octave.org> |
1469 | |
1470 * image/imshow.m: Turn axis visibility off. | |
1471 Don't scale true color images. | |
1472 * image/image.m: Set axis layer property to "top". | |
1473 | |
7307 | 1474 2007-12-12 John W. Eaton <jwe@octave.org> |
1475 | |
7313 | 1476 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
1477 | |
1478 * plot/pie.m: Avoid calling "exist". | |
1479 | |
7309 | 1480 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 1481 Condense argument processing logic. Allow 6 arguments. |
1482 Use issquare. Avoid calling "exist". | |
7309 | 1483 |
7307 | 1484 * plot/__go_draw_axes__.m: Handle the axes layer property. |
1485 | |
7305 | 1486 2007-12-12 David Bateman <dbateman@free.fr> |
1487 | |
1488 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
1489 * plot/Makefile.in (SOURCES): Add to the sources. | |
1490 | |
7290 | 1491 2007-12-11 John W. Eaton <jwe@octave.org> |
1492 | |
7298 | 1493 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
1494 * plot/surface.m: Not here. | |
1495 | |
7297 | 1496 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
1497 subsequent "unset grid" if there is no grid. | |
1498 | |
7296 | 1499 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
1500 | |
7293 | 1501 * plot/surface.m: Don't set facecolor property in call to |
1502 __go_surface__. | |
1503 | |
7290 | 1504 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
1505 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
1506 | |
7292 | 1507 2007-12-11 Kai Habel <kai.habel@gmx.de> |
1508 | |
7295 | 1509 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
1510 color string is not taken as z value. | |
1511 | |
7292 | 1512 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
1513 zgrid to "on" and box to "off" for used axes. | |
1514 | |
1515 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
1516 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
1517 | |
7286 | 1518 2007-12-11 David Bateman <dbateman@free.fr> |
1519 | |
7288 | 1520 * miscelleaneous/fullfile.m: Ignore empty arguments. |
1521 | |
7287 | 1522 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
1523 * statistics/base/mode.m: Ditto. | |
1524 | |
7286 | 1525 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
1526 object handles are all now non integer. | |
1527 | |
7278 | 1528 2007-12-10 John W. Eaton <jwe@octave.org> |
1529 | |
7282 | 1530 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
1531 | |
7281 | 1532 * general/issymmetric.m: Use ' instead of .' for compatibility |
1533 with previous versions of Octave. | |
1534 * general/ishermitian.m: Delete. | |
7285 | 1535 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 1536 |
7280 | 1537 * plot/fplot.m: In N is not specified, increase initial number of |
1538 points from 3 and 5 to 5 and 8. | |
1539 | |
7279 | 1540 * signal/detrend.m: Move tests here from test/test_signal.m. |
1541 Loosen tolerance on first test from 10*eps to 20*eps. | |
1542 | |
7278 | 1543 * finance/rate.m: Don't request info from fsolve. |
1544 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1545 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 1546 |
1547 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
1548 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
1549 | |
7276 | 1550 2007-12-10 David Bateman <dbateman@free.fr> |
1551 | |
1552 * image/image.m: Rewritten to allow trailing properties to be | |
1553 passed to underlying image object. | |
1554 * image/__img__.m: Pass additional arguments to __go_image__. | |
1555 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
1556 | |
7274 | 1557 2007-12-10 John W. Eaton <jwe@octave.org> |
1558 | |
1559 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
1560 front" to gnuplot. | |
1561 | |
7271 | 1562 2007-12-10 David Bateman <dbateman@free.fr> |
1563 | |
7274 | 1564 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 1565 border front" from images. |
7274 | 1566 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
1567 * plot/pcolor.m: Set axis "box" property. | |
1568 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
1569 Mark as commands. | |
7271 | 1570 |
7269 | 1571 2007-12-07 David Bateman <dbateman@free.fr> |
1572 | |
1573 * plot/surf.m: Don't set facecolor property. | |
1574 | |
7265 | 1575 2007-12-06 John W. Eaton <jwe@octave.org> |
1576 | |
7269 | 1577 * plot/print.m: Pass mono to drawnow. |
1578 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
1579 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
1580 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
1581 disable color specifications. | |
1582 | |
7265 | 1583 * general/issymmetric.m: Move tests here from test/test_number.m |
1584 | |
1585 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
1586 | |
1587 * general/issymmetric.m: To keep its argument sparse and the | |
1588 function quick, use the infinity norm rather than the 2-norm. | |
1589 Also measure the symmetric part rather than the Hermitian part. | |
1590 * general/ishermitian.m: New file. Measure the Hermitian part. | |
1591 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
1592 | |
7248 | 1593 2007-12-04 John W. Eaton <jwe@octave.org> |
1594 | |
7257 | 1595 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
1596 text and label commands if font is "*". | |
1597 | |
7248 | 1598 * linear-algebra/krylov.m: Doc fixes. |
1599 From Marco Caliari <caliari@sci.univr.it>. | |
1600 | |
7250 | 1601 2007-12-04 Kai Habel <kai.habel@gmx.de> |
1602 | |
1603 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
1604 Add "## PKG_ADD: mark_as_command axis" line. | |
1605 | |
7245 | 1606 2007-12-03 John W. Eaton <jwe@octave.org> |
1607 | |
1608 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
1609 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
1610 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
1611 Generate demos from examples. | |
1612 | |
7240 | 1613 2007-12-03 David Bateman <dbateman@free.fr> |
1614 | |
7243 | 1615 * testfun/test.m: Disable "testif" test block to avoid spurious |
1616 skipped test for "make check". Avoid printing variables for | |
1617 skipped tests. | |
1618 | |
7242 | 1619 * testfun/test.m: Add "testif" type to allow for conditional tests. |
1620 | |
7240 | 1621 * plot/plotyy.m: Use activepositionproperty property of axes |
1622 object. Set second axis color to "none". | |
1623 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
1624 property of the axis objects. | |
1625 | |
7239 | 1626 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
1627 | |
1628 * linear-algebra/condest.m: Loosen tolerance in test. | |
1629 | |
7236 | 1630 2007-12-02 John W. Eaton <jwe@octave.org> |
1631 | |
1632 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
1633 get_data_limits. | |
1634 | |
7222 | 1635 2007-11-30 John W. Eaton <jwe@octave.org> |
1636 | |
1637 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
1638 (get_data_limits, get_axis_limits): Delete. | |
1639 | |
7228 | 1640 2007-11-30 David Bateman <dbateman@free.fr> |
1641 | |
7235 | 1642 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
1643 | |
7228 | 1644 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
1645 tick labels rather than one by one on the labels themselves. | |
1646 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
1647 95% crossing fixed. | |
1648 | |
7217 | 1649 2007-11-29 David Bateman <dbateman@free.fr> |
1650 | |
7220 | 1651 * plot/pareto.m: New file. |
1652 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1653 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
1654 marks to avoid gnuplot error about formating. More colorspec to | |
1655 after the tics. | |
1656 * plot/plotyy.m: More generic check for appropriate axis color. | |
1657 | |
7217 | 1658 * plot/__stem__.m: New file based on old stem.m expanded to treat |
1659 2- and 3-D. | |
1660 * plot/stem3.m: New function. | |
1661 * plot/Makefile.in (SOURCES): Add them to the sources. | |
1662 * plot/stem.m: Adapt to use __stem__. | |
1663 | |
7216 | 1664 2007-11-29 John W. Eaton <jwe@octave.org> |
1665 | |
1666 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
1667 plot/surf.m, plot/surface.m: Don't return handle value unless | |
1668 requested. | |
1669 | |
1670 * plot/patch.m: Omit isnan check on handle returned from | |
1671 __plt_get_axis_arg__. | |
1672 | |
1673 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
1674 but has no axes. | |
1675 | |
7215 | 1676 2007-11-28 David Bateman <dbateman@free.fr> |
1677 | |
1678 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
1679 ancestor. If leading argument is logical set variable nogca to see | |
1680 if gca() should be called if there is no active handle found. | |
1681 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
1682 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
1683 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
1684 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
1685 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
1686 __plt__get_axis_arg__ to find axis handle. | |
1687 * polar.m: Typo. | |
1688 | |
7213 | 1689 2007-11-28 John W. Eaton <jwe@octave.org> |
1690 | |
1691 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
1692 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1693 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 1694 |
1695 * plot/drawnow.m: Fix typo. | |
1696 | |
7206 | 1697 2007-11-27 David Bateman <dbateman@free.fr> |
1698 | |
7207 | 1699 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
1700 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
1701 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
1702 | |
1703 * plot/meshz.m: New function. | |
1704 * plot/Makefile.in (SOURCES): Add it to the list. | |
1705 * plot/surface.m: Allow surface to accept an axis handle as the | |
1706 first argument. | |
1707 * plot/meshc.m: Extract z from the the surface object rather than | |
1708 varargin so that we can rely on code in surface to treat leading | |
1709 axis handles. | |
1710 | |
7206 | 1711 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
1712 y2tics" in the case of a plotyy plot. | |
1713 * plot/plotyy.m: ensure the position property is set correct for | |
1714 the second axis, by setting it after the plot itself. In the case | |
1715 of a plot that returns multiple handles, base the color selection | |
1716 on the first. | |
1717 | |
7204 | 1718 2007-11-27 Kai Habel <kai.habel@gmx.de> |
1719 | |
1720 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
1721 z-value of vertex 'c3'. | |
1722 | |
7203 | 1723 2007-11-27 John W. Eaton <jwe@octave.org> |
1724 | |
1725 * image/image.m: Allow nargin == 0 case to work again. | |
1726 | |
7202 | 1727 2007-11-27 David Bateman <dbateman@free.fr> |
1728 | |
1729 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
1730 colorbar, to ensure that the colorbar is on the canvas for png and | |
1731 postscipt outputs. | |
1732 | |
7189 | 1733 2007-11-26 David Bateman <dbateman@free.fr> |
1734 | |
7197 | 1735 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
1736 return values. | |
1737 | |
7194 | 1738 * plot/plotyy.m: New function |
1739 * plot/Makefile.in (SOURCES): Add it here. | |
1740 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
1741 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
1742 {x|y}label to respect the axis position. | |
1743 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
1744 handle as the first argument. | |
1745 | |
7192 | 1746 * pkg/pkg.m (pkg:install): When loading the installed packages |
1747 index into installed_pkgs_lst and not descriptions.. | |
1748 | |
7189 | 1749 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
1750 * plot/Makefile.in (SOURCES): Add them to the sources. | |
1751 * plot/quiver.m: Modify to use __quiver__.m. | |
1752 | |
1753 * plot/hist.m: Avoid saturation when the x values are in an | |
1754 inetger type. | |
1755 | |
1756 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
1757 | |
1758 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
1759 functions. | |
1760 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
1761 | |
1762 2007-11-26 David Bateman <dbateman@free.fr> | |
1763 | |
1764 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
1765 extent. | |
1766 | |
1767 * plot/colorbar.m: New function. | |
1768 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1769 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
1770 precalculate the clim, set pm3d except for mesh. | |
1771 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
1772 save the real values so that colorbar corresponds to the contour | |
1773 levels. | |
1774 | |
1775 * plot/stem.m: Set marker color the same as the line color. Draw | |
1776 a single discontinous line object for the stems. | |
1777 | |
1778 * plot/sphere.m: New function ported from JHandles. | |
1779 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1780 | |
1781 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
1782 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
1783 to get enhanced mode to work correctly for the X11 terminal. | |
1784 | |
1785 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
1786 the reverse. Allow an axes handle to be passed and/or returned. | |
1787 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
1788 | |
1789 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
1790 sort surface patches by their depth and not the order they are | |
1791 rendered in. | |
1792 | |
1793 * plot/__patch__.m: Set clim correctly. | |
1794 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
1795 the marker color is determined by the cmap. | |
1796 * plot/scatter.m: New function to 2D scatter plots. | |
1797 * plot/scatter3.m: New function to 3D scatter plots. | |
1798 * plot/__scatter__.m: Support function for scatter plots | |
1799 * Makefile.in (SOURCES): Ad dnew functions here. | |
1800 | |
1801 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
1802 Return whether the terminal supports enhanced text or not. | |
1803 (drawnow:enhanced_term): New sub-function to determine if terminal | |
1804 supports enhanced mode. | |
1805 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
1806 __go_draw_axes__. | |
1807 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
1808 needed to support the enhanced mode. | |
1809 * plot/print.m: Remove "enhanced" option as this is now treated in | |
1810 drawnow.m. | |
1811 | |
1812 | |
1813 * plot/caxis.m: New function to control the color axis limits. | |
1814 * plot/Makefile.in (SOURCES): Include it. | |
1815 * plot/axis.m: Allow the first argument to be an axes handle. | |
1816 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
1817 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
1818 caxis limits. | |
1819 | |
1820 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
1821 * image/Makefile.in (SOURCES): Include it. | |
1822 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
1823 of the bars for the colormap. | |
1824 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
1825 passed. | |
1826 * plot/__contour.m: Avoid possible divide by zero error. | |
1827 * plot/contour.m: Missing semicolon. | |
1828 * plot/surface.m: Don't attempt to set additional arguments if | |
1829 there are none. | |
1830 * plot/Makefile.in (SOURCES): Include __bars__.m | |
1831 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1832 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 1833 |
1834 * plot/__bar__.m: put bar creation code into separate function | |
1835 to allow easy hook up from other graphic backends | |
1836 | |
1837 * plot/__bars__.m: new function containing bar creation code | |
1838 | |
7186 | 1839 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
1840 | |
1841 * general/accumarray.m: Correct dimension check. | |
1842 | |
7183 | 1843 2007-11-26 John W. Eaton <jwe@octave.org> |
1844 | |
1845 * polynomial/residue.m: Prepad along second dimension. | |
1846 From Doug Stewart <dastew@sympatico.ca>. | |
1847 | |
7181 | 1848 2007-11-26 Kai Habel <kai.habel@gmx.de> |
1849 | |
7183 | 1850 * plot/cylinder.m, plot/slice.m: New functions. |
1851 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 1852 |
7177 | 1853 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
1854 | |
1855 * plot/patch.m: Handle arg may also be hggroup object. | |
1856 Use ancestor to find parent axes object. | |
1857 | |
7175 | 1858 2007-11-14 David Bateman <dbateman@free.fr> |
1859 | |
1860 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
1861 flag to patch that it is not closed. Allow z to take string | |
1862 arguments and use it to flag that the contours are placed at the | |
1863 z level of the contour itself. | |
1864 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
1865 objects as well. Let hidden removal take precedence in case of a | |
1866 conflict. | |
1867 * plot/surface.m: Allow surface to treat handles being passed or | |
1868 returned. Any additional arguments arr used to set the surface | |
1869 handle. | |
1870 * plot/contour3.m: New function | |
1871 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1872 | |
7173 | 1873 2007-11-14 John W. Eaton <jwe@octave.org> |
1874 | |
1875 * specfun/bessel.m: Update doc string from | |
1876 src/DLD-FUNCTIONS/besselj.cc. | |
1877 | |
7170 | 1878 2007-11-12 David Bateman <dbateman@free.fr> |
1879 | |
1880 * plot/contour.m: Allow handles to be passed and returned. Split | |
1881 the countour function itself into __contour__.m to be shared with | |
1882 surfc and meshc. | |
1883 * plot/__contour__.m: New file | |
1884 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1885 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
1886 the face or edge if the facecolor or edge color are marked as | |
1887 "none". Allow the edgecolor to be determined by the cdata in the | |
1888 same manner as the facecolor. Fail if facecolor is not "none" and | |
1889 a 3-D plot is desired, rather than ignoring zdata. Make the | |
1890 storage of 3D/4D data consistent between line, surface and patch | |
1891 objects. | |
1892 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
1893 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 1894 |
1895 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
1896 Handle fontweight and fontangle properties. | |
1897 | |
7163 | 1898 2007-11-12 Kai Habel <kai.habel@gmx.de> |
1899 | |
1900 * plot/spinmap.m, plot/ribbon.m: New functions. | |
1901 * plot/Makefile.in (SOURCES): Add them to the list. | |
1902 | |
1903 2007-11-12 John W. Eaton <jwe@octave.org> | |
1904 | |
1905 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
1906 Use it to avoid duplicated code. | |
1907 | |
7161 | 1908 2007-11-12 David Bateman <dbateman@free.fr> |
1909 | |
7162 | 1910 * plot/title.m: Fix return value for nargout > 0. |
1911 | |
1912 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
1913 specified for the title, xlabel, ylabel and text objects. | |
1914 | |
7161 | 1915 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
1916 4.0 and surface plots. | |
1917 | |
7160 | 1918 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
1919 | |
1920 * plot/__patch__.m: Fix computation of faces when patch is defined | |
1921 with X/Y/Z data. | |
1922 | |
7146 | 1923 2007-11-09 John W. Eaton <jwe@octave.org> |
1924 | |
7152 | 1925 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 1926 Correct logic in setting palette data. |
7152 | 1927 |
7151 | 1928 * audio/wavread.m, control/base/__bodquist__.m, |
1929 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
1930 control/system/c2d.m, control/system/is_detectable.m, | |
1931 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
1932 control/system/tfout.m, general/isdefinite.m, | |
1933 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
1934 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
1935 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
1936 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
1937 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
1938 testfun/test.m: Use specific end keywords. | |
1939 | |
7146 | 1940 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
1941 | |
1942 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
1943 | |
1944 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
1945 Don't change view if hold is on. | |
1946 | |
7142 | 1947 2007-11-09 David Bateman <dbateman@free.fr> |
1948 | |
7149 | 1949 * plot/hidden.m: New function. |
1950 * plot/Makefile.in (SOURCES): Add it here. | |
1951 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
1952 line removal. | |
1953 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
1954 removal and if it is "none" don't do hidden line removal. | |
1955 | |
7148 | 1956 * plot/legend.m: Also allow labels for surface and patch types. |
1957 * plot/__bar__.m: Split into separate patch pbjects to allow | |
1958 setting of the legend. | |
1959 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
1960 objects as well. | |
1961 | |
7146 | 1962 * plot/area.m, plot/__area__.m: New functions |
1963 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
1964 | |
7142 | 1965 * plot/patch.m: Correctly handle case of axis handle as first arg. |
1966 | |
7144 | 1967 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
1968 | |
1969 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
1970 | |
7131 | 1971 2007-11-08 John W. Eaton <jwe@octave.org> |
1972 | |
7133 | 1973 * control/base/dcgain.m, control/base/dre.m, |
1974 control/base/impulse.m, control/base/step.m, | |
1975 control/system/dmr2d.m, control/system/ord2.m, | |
1976 control/system/sys2ss.m, control/system/sysdimensions.m, | |
1977 control/system/sysgetsignals.m, control/system/sysout.m, | |
1978 control/system/tfout.m, control/system/ugain.m, | |
1979 control/system/zpout.m, control/util/strappend.m: | |
1980 Don't fail with usage message if nargout is too large. | |
1981 | |
7131 | 1982 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
1983 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
1984 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 1985 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
1986 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
1987 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
1988 control/obsolete/rotg.m, control/obsolete/series.m, | |
1989 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
1990 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 1991 control/system/__syschnamesl__.m, |
1992 control/system/__syscont_disc__.m, | |
1993 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
1994 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
1995 control/system/abcddim.m, control/system/buildssic.m, | |
1996 control/system/c2d.m, control/system/cellidx.m, | |
1997 control/system/d2c.m, control/system/dmr2d.m, | |
1998 control/system/fir2sys.m, control/system/is_abcd.m, | |
1999 control/system/is_controllable.m, control/system/is_detectable.m, | |
2000 control/system/is_digital.m, control/system/is_observable.m, | |
2001 control/system/is_stabilizable.m, control/system/is_stable.m, | |
2002 control/system/jet707.m, control/system/listidx.m, | |
2003 control/system/parallel.m, control/system/ss.m, | |
2004 control/system/ss2sys.m, control/system/ss2zp.m, | |
2005 control/system/starp.m, control/system/sys2ss.m, | |
2006 control/system/sys2tf.m, control/system/sys2zp.m, | |
2007 control/system/sysadd.m, control/system/sysappend.m, | |
2008 control/system/sysconnect.m, control/system/syscont.m, | |
2009 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 2010 control/system/sysdup.m, control/system/sysgetsignals.m, |
2011 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 2012 control/system/sysmult.m, control/system/sysout.m, |
2013 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 2014 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 2015 control/system/syssub.m, control/system/sysupdate.m, |
2016 control/system/tf.m, control/system/tf2ss.m, | |
2017 control/system/tf2sys.m, control/system/tfout.m, | |
2018 control/system/zp.m, control/system/zp2ss.m, | |
2019 control/system/zp2sys.m, control/system/zp2tf.m, | |
2020 control/system/zpout.m, control/util/__outlist__.m, | |
2021 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
2022 control/util/prompt.m, control/util/sortcom.m, | |
2023 control/util/zgfmul.m, control/util/zgfslv.m, | |
2024 control/util/zginit.m, control/util/zgreduce.m, | |
2025 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 2026 |
7130 | 2027 2007-11-08 David Bateman <dbateman@free.fr> |
2028 | |
2029 * plot/quiver.m: Fix arrowheads. | |
2030 | |
7128 | 2031 2007-11-07 Ben Abbott <bpabbott@mac.com> |
2032 | |
2033 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 2034 Handle "rows" argument. New tests. |
7128 | 2035 (cell_ismember): New function. |
2036 | |
7127 | 2037 2007-11-07 John W. Eaton <jwe@octave.org> |
2038 | |
2039 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
2040 control/base/__stepimp__.m, control/base/are.m, | |
2041 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
2042 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
2043 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
2044 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
2045 control/base/ltifr.m, control/base/nichols.m, | |
2046 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
2047 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
2048 Style fixes. | |
2049 | |
7125 | 2050 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
2051 | |
2052 * control/base/bode_bounds.m, control/base/dgram.m, | |
2053 control/base/dlyap.m, control/base/freqchkw.m, | |
2054 control/base/gram.m, control/base/place.m, | |
2055 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
2056 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
2057 control/system/is_signal_list.m, control/system/ss2tf.m, | |
2058 control/system/sys2fir.m, control/system/sysgettsam.m, | |
2059 control/system/sysgettype.m, control/system/sysreorder.m, | |
2060 control/system/tf2sys.m, control/system/zp2tf.m, | |
2061 control/util/axis2dlim.m, control/util/swap.m, | |
2062 control/util/zgfmul.m, control/util/zgfslv.m, | |
2063 control/util/zginit.m, control/util/zgreduce.m, | |
2064 control/util/zgrownorm.m, control/util/zgscal.m, | |
2065 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
2066 geometry/inpolygon.m, linear-algebra/housh.m, | |
2067 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
2068 miscellaneous/run.m, quaternion/qconj.m, | |
2069 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
2070 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
2071 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
2072 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
2073 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
2074 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
2075 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
2076 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
2077 statistics/distributions/empirical_cdf.m, | |
2078 statistics/distributions/empirical_inv.m, | |
2079 statistics/distributions/empirical_pdf.m, | |
2080 statistics/models/logistic_regression_derivatives.m, | |
2081 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
2082 | |
7118 | 2083 2007-11-07 David Bateman <dbateman@free.fr> |
2084 | |
7120 | 2085 * general/gradient.m: Correctly convert deltax and deltay scalar |
2086 values are scalars to vectors. | |
2087 | |
7119 | 2088 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
2089 the meshc.m function. | |
2090 * plot/meshc.m: Also use the surface function. | |
2091 | |
7120 | 2092 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 2093 * plot/Makefile.in (SOURCES): Add them to the list. |
2094 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
2095 | |
7117 | 2096 2007-11-07 Michael Zeising <michael@michaels-website.de> |
2097 | |
2098 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
2099 | |
7115 | 2100 2007-11-07 John W. Eaton <jwe@octave.org> |
2101 | |
2102 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
2103 the data limits are infinite. | |
2104 (get_data_limits): Don't do anything if xdat or tx are empty. | |
2105 (get_axis_limits): Don't do anything if min_val or max_val are | |
2106 infinite. | |
2107 | |
7112 | 2108 2007-11-06 David Bateman <dbateman@free.fr> |
2109 | |
2110 * plot/hist.m: Pass any additional arguments to bar for | |
2111 treatment. Create a default x value that is always a vector. | |
2112 | |
7111 | 2113 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
2114 | |
2115 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
2116 when calling ./configure and add quotes to preserve spaces. | |
7109 | 2117 |
2118 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
2119 | |
2120 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
2121 New files. | |
2122 * plot/mesh.m: Call surface to do the real work. | |
2123 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
2124 properties. | |
2125 | |
2126 * image/colormap.m: Also return current colormap if nargout and | |
2127 nargin are both 0. | |
2128 | |
7106 | 2129 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
2130 | |
2131 * startup/inputrc: Delete key bindings starting with \340 code. | |
2132 | |
7112 | 2133 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 2134 |
2135 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
2136 to avoid issues of over- and underflow. From Rolf Fabian | |
2137 <Rolf.Fabian@gmx.de>. | |
2138 | |
7097 | 2139 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
2140 | |
2141 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
2142 help texts. | |
2143 | |
7096 | 2144 2007-11-02 Kai Habel <kai.habel@gmx.de> |
2145 | |
2146 * plot/bar.m, plot/barh.m: Doc fix. | |
2147 | |
7094 | 2148 2007-10-31 John W. Eaton <jwe@octave.org> |
2149 | |
2150 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
2151 | |
7086 | 2152 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
2153 | |
2154 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
2155 objects and legend objects are implemented with a separate axes | |
2156 object. | |
2157 | |
7078 | 2158 2007-10-30 David Bateman <dbateman@free.fr> |
2159 | |
7081 | 2160 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
2161 | |
7078 | 2162 * plot/__go_draw_axes__.m (do_linestyle_command): |
2163 Use point type 0 for ".". | |
2164 | |
7073 | 2165 2007-10-26 John W. Eaton <jwe@octave.org> |
2166 | |
7074 | 2167 * image/imshow.m: Improve compatibility. |
2168 * image/image.m: Return handle if nargou > 0. | |
2169 | |
7073 | 2170 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
2171 | |
7069 | 2172 2007-10-25 John W. Eaton <jwe@octave.org> |
2173 | |
2174 * miscellaneous/compare_versions.m: Style fixes. | |
2175 | |
7060 | 2176 2007-10-24 John W. Eaton <jwe@octave.org> |
2177 | |
7061 | 2178 * image/saveimage.m: Use functional form of save instead of eval. |
2179 Use -text instead of -ascii. | |
2180 | |
7060 | 2181 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
2182 | |
7054 | 2183 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
2184 | |
2185 * plot/legend.m: Also extract location string from varargin (lost | |
2186 when 2007-10-08 patch was applied). | |
2187 | |
7049 | 2188 2007-10-23 David Bateman <dbateman@free.fr> |
2189 | |
2190 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
2191 miscellaneous/what.m: New functions | |
2192 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
2193 functions. | |
2194 | |
7045 | 2195 2007-10-22 David Bateman <dbateman@free.fr> |
2196 | |
2197 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
2198 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
2199 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
2200 | |
7042 | 2201 2007-10-19 Kai Habel <kai.habel@gmx.de> |
2202 | |
2203 * plot/contourf.m: New function. | |
2204 * plot/Makefile.in (SOURCES): Add it to the list. | |
2205 | |
7040 | 2206 2007-10-19 John W. Eaton <jwe@octave.org> |
2207 | |
2208 * plot/subplot.m: Doc fix. | |
2209 | |
7039 | 2210 2007-10-19 David Bateman <dbateman@free.fr> |
2211 | |
7041 | 2212 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 2213 |
7037 | 2214 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
2215 | |
2216 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
2217 output. | |
2218 | |
7031 | 2219 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
2220 | |
2221 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
2222 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
2223 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
2224 control/system/syssetsignals.m, control/base/lqg.m, | |
2225 strings/str2double.m, control/system/sysscale.m, | |
2226 control/hinf/hinfdemo.m, general/cplxpair.m: | |
2227 Make help text fit on pages when using smallbook. | |
2228 | |
7028 | 2229 2007-10-15 David Bateman <dbateman@free.fr> |
2230 | |
7032 | 2231 * plot/print.m: Call drawnow before printing to ensure the plot is |
2232 on the screen. | |
2233 | |
7028 | 2234 * testfun/test.m: In error/warning blocks test for an error before |
2235 a warning to avoid unexpected failures. | |
2236 | |
7027 | 2237 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
2238 | |
2239 * testfun/assert.m: Correct documentation of absolution versus | |
2240 relative error tolerance and add tests. | |
2241 | |
7024 | 2242 2007-10-14 David Bateman <dbateman@free.fr> |
2243 | |
2244 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
2245 src directory. | |
2246 * plot/Makefile.in (SOURCES): Add fill.m. | |
2247 | |
7020 | 2248 2007-10-13 David Bateman <dbateman@free.fr> |
2249 | |
2250 * plot/__patch__.m: Allow multiple patches to be defined and | |
2251 return a single patch object. Allow Faces/Vertices form of | |
2252 patch. Flag failure so the patch can call print_usage. | |
2253 * plot/patch.m: Update help string for Faces/Vertices | |
2254 call. Respect the fail flag returned by __patch__. Add demo code | |
2255 that tests the functionality of patch. | |
2256 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
2257 patch object. | |
2258 * plot/fill.m: New function. | |
2259 | |
7016 | 2260 2007-10-12 John W. Eaton <jwe@octave.org> |
2261 | |
2262 * Change copyright notices in all files that are part of Octave to | |
2263 GPLv3 or any later version. | |
2264 | |
7012 | 2265 2007-10-11 John W. Eaton <jwe@octave.org> |
2266 | |
2267 * plot/__go_draw_axes__.m (get_axis_limits): | |
2268 Return lim = [] if logscale and no positive values. | |
2269 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
2270 Set initial min and min positive values to Inf, max values to -Inf. | |
2271 (get_data_limits): Correctly handle xminp when no positive values | |
2272 are found. | |
2273 | |
7011 | 2274 2007-10-11 Ben Abbott <bpabbott@mac.com> |
2275 | |
2276 * polynomial/residue.m: New optional input for pole multiplicity. | |
2277 Doc fix. Fix tests. | |
2278 | |
7010 | 2279 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
2280 | |
2281 * toplev.cc (Foctave_config_info): Add field "mac". | |
2282 | |
2283 * miscellaneous/ismac.m: New function. | |
2284 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2285 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
2286 | |
7009 | 2287 2007-10-11 Arno Onken <asnelt@asnelt.org> |
2288 | |
2289 * statistics/distributions/hygernd.m: Allow size to be specified | |
2290 as a scalar. Handle three argument case. Allow T, M, and N to be | |
2291 scalars or matrices of a common size. | |
2292 | |
7007 | 2293 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
2294 | |
2295 * control/csrefcard.lt, control/system/is_detectable.m, | |
2296 control/system/sysgroup.m, geometry/voronoin.m, | |
2297 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
2298 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
2299 statistics/distributions/binornd.m, | |
2300 statistics/distributions/cauchy_rnd.m, | |
2301 statistics/distributions/chi2rnd.m, | |
2302 statistics/distributions/discrete_rnd.m, | |
2303 statistics/distributions/exprnd.m, | |
2304 statistics/distributions/frnd.m, | |
2305 statistics/distributions/gamrnd.m, | |
2306 statistics/distributions/geornd.m, | |
2307 statistics/distributions/laplace_rnd.m, | |
2308 statistics/distributions/logistic_rnd.m, | |
2309 statistics/distributions/lognrnd.m, | |
2310 statistics/distributions/nbinrnd.m, | |
2311 statistics/distributions/normrnd.m, | |
2312 statistics/distributions/poissrnd.m, | |
2313 statistics/distributions/stdnormal_rnd.m, | |
2314 statistics/distributions/trnd.m, | |
2315 statistics/distributions/unifrnd.m, | |
2316 statistics/distributions/wblrnd.m: Spelling fixes. | |
2317 | |
7005 | 2318 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
2319 | |
2320 * time/tic.m: New optional output value. | |
2321 | |
2322 * general/int2str.m: Doc fix. | |
2323 | |
7002 | 2324 2007-10-10 Arno Onken <asnelt@asnelt.org> |
2325 | |
2326 * statistics/distributions/hygecdf.m, | |
2327 statistics/distributions/hygeinv.m, | |
2328 statistics/distributions/hygepdf.m, | |
2329 statistics/distributions/hygernd.m: | |
2330 Swap order of T and M args for compatibility. | |
2331 | |
7001 | 2332 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
2333 | |
2334 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
2335 control/system/buildssic.m, control/system/c2d.m, | |
2336 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
2337 control/system/ss2sys.m, control/system/ss2tf.m, | |
2338 control/system/syscont.m, control/system/sysdimensions.m, | |
2339 control/system/sysdisc.m, control/system/sysmult.m, | |
2340 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
2341 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
2342 general/interp1.m, general/interp2.m, general/interp3.m, | |
2343 general/interpft.m, general/interpn.m, general/polyarea.m, | |
2344 general/rat.m, general/structfun.m, general/trapz.m, | |
2345 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
2346 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
2347 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
2348 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
2349 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
2350 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
2351 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
2352 statistics/base/meansq.m, statistics/base/var.m, | |
2353 statistics/tests/chisquare_test_independence.m, | |
2354 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
2355 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
2356 testfun/test.m: Spelling fixes. | |
2357 | |
6998 | 2358 2007-10-10 Ben Abbott <bpabbott@mac.com> |
2359 | |
2360 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
2361 | |
6997 | 2362 2007-10-10 John W. Eaton <jwe@octave.org> |
2363 | |
2364 * general/num2str.m: Always allow for sign for automatically | |
2365 computed format widths. | |
2366 | |
6988 | 2367 2007-10-09 David Bateman <dbateman@free.fr> |
2368 | |
2369 * plot/patch.m: Accept a handle as the first argument. | |
2370 | |
6987 | 2371 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
2372 | |
7010 | 2373 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 2374 |
6985 | 2375 2007-10-09 John W. Eaton <jwe@octave.org> |
2376 | |
2377 * audio/wavwrite.m: Accept arguments in compatible order. | |
2378 | |
6979 | 2379 2007-10-08 David Bateman <dbateman@free.fr> |
2380 | |
2381 * general/interp2.m: Relax test for values outside the grid to | |
2382 allow monotonically decreasing abscissa as well. | |
2383 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2384 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 2385 |
2386 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
2387 as output parameter. | |
2388 | |
6977 | 2389 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
2390 | |
2391 * plot/__go_draw_axes__.m, plot/legend.m: | |
2392 Handle compatible position specifiers as strings. | |
2393 | |
6975 | 2394 2007-10-08 John Swensen <jpswensen@comcast.net> |
2395 | |
2396 * general/num2str.m: Eliminate extra whitespace in output. | |
2397 * strings/strtrim.m: New function. | |
2398 * strings/Makefile.in (SOURCES): Add it to the list. | |
2399 | |
6968 | 2400 2007-10-06 John W. Eaton <jwe@octave.org> |
2401 | |
2402 * polynomial/residue.m: New test from test/test_poly.m. | |
2403 | |
6967 | 2404 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
2405 | |
2406 * image/saveimage.m: Handle saving color images without a colormap. | |
2407 * image/__img_via_file__.m: Add missing semicolon. | |
2408 | |
2409 2007-10-06 Bill Denney <wsloand@gmail.com> | |
2410 | |
7010 | 2411 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 2412 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
2413 | |
6965 | 2414 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
2415 | |
2416 * plot/print.m: Handle svg output type. Accept new -S option to | |
2417 specify size for PNG and SVG output types. | |
2418 | |
2419 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 2420 |
2421 * polynomial/mpoles.m: New function. | |
2422 * polynomial/residue.m: Modified to behave in reciprocal | |
2423 manner. No longer compute 4th output, "e". No longer accept | |
2424 tolerance input. Explicitly set tolerance parameter to 0.001. | |
2425 Respect maximum relative difference in poles when determining | |
2426 their multiplicity. Use mpoles to determine the multiplicity of | |
2427 poles. | |
2428 | |
6963 | 2429 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
2430 | |
2431 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
2432 for surface plots. | |
2433 | |
6962 | 2434 2007-10-05 John W. Eaton <jwe@octave.org> |
2435 | |
2436 * plot/__next_line_color__.m: Get color_rotation from axes | |
2437 colororder property. | |
2438 | |
6953 | 2439 2007-10-03 John W. Eaton <jwe@octave.org> |
2440 | |
6955 | 2441 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
2442 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
2443 | |
6953 | 2444 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
2445 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
2446 special for __vnorm__. | |
2447 | |
6951 | 2448 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
2449 | |
6952 | 2450 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 2451 |
6950 | 2452 2007-10-03 David Bateman <dbateman@free.fr> |
2453 | |
2454 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
2455 if a file is architecture dependent based on a list of file | |
2456 extensions. | |
2457 (configure_make): Simplify the search for architecture dependent | |
2458 files based on this function. | |
2459 (load_pakages_and_dependencies): Also look for bin directory in | |
2460 the architecture dependent directory. | |
2461 | |
6947 | 2462 2007-10-03 John W. Eaton <jwe@octave.org> |
2463 | |
2464 * miscellaneous/dir.m: Create empty struct with field names. | |
2465 Include datenum in struct. | |
2466 | |
6943 | 2467 2007-10-02 David Bateman <dbateman@free.fr> |
2468 | |
2469 * miscellaneous/ls.m: If nargout return string array of files | |
2470 returned by ls. | |
2471 | |
6942 | 2472 2007-10-01 John W. Eaton <jwe@octave.org> |
2473 | |
2474 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
2475 range values. | |
2476 | |
6937 | 2477 2007-10-01 David Bateman <dbateman@free.fr> |
2478 | |
7010 | 2479 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 2480 speed with small vectors. |
6937 | 2481 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
2482 rather than OCTAVE_HOME(). | |
2483 | |
6935 | 2484 2007-09-30 Ben Abbott <bpabbott@mac.com> |
2485 | |
2486 * plot/findobj.m: New function. | |
2487 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
2488 | |
6925 | 2489 2007-09-26 David Bateman <dbateman@free.fr> |
2490 | |
2491 * pkg/pkg.m: Add second argument to setting for prefix for | |
2492 architecture dependent files. Use throughout. | |
2493 (pkg:issuperuser): New function, use through to check for | |
2494 root user. | |
2495 (pkg:getarchprefix): function to give the archiecture dependent | |
2496 prefix for a package. | |
2497 (pkg:getarchdir): New function giving location of architetcure | |
2498 dependent directory. Use through out. | |
2499 (pkg:install): Treat architecture dependent directory separately | |
2500 as in might not be a sub-directory of the package directory. | |
2501 (pkg:uninstall): ditto. | |
2502 (pkg:create_pkgadddel): Check for global or local install for | |
2503 architecture dependent directory. | |
2504 (pkg:finish_installation): ditto. | |
2505 (pkg:write_INDEX): ditto. | |
2506 (pkg:load_packages_and_dependencies): ditto. | |
2507 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
2508 files to a new location if user is root. | |
2509 (pkg:rm_rf): Check if file or directory exists before removing. | |
2510 (pkg:dirempty): Check if directory exists before checking. | |
2511 | |
2512 * plot/___patch__.m: Allow face colors to be passed as strings | |
2513 | |
2514 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
2515 needed for calls to "hold" without an argument. | |
2516 | |
6920 | 2517 2007-09-21 John W. Eaton <jwe@octave.org> |
2518 | |
6921 | 2519 * optimization/sqp.m: Fix typo. |
2520 | |
6920 | 2521 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
2522 | |
6919 | 2523 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
2524 | |
2525 * control/hinf/h2norm: Compute d*d', not d'*d. | |
2526 | |
6918 | 2527 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
2528 | |
2529 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
2530 unidpdf.m and unidinv.m | |
2531 | |
6914 | 2532 2007-09-18 John W. Eaton <jwe@octave.org> |
2533 | |
2534 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
2535 (do_tics_1): Set numeric axes formats to "%.15g". | |
2536 | |
6912 | 2537 2007-09-18 David Bateman <dbateman@free.fr> |
2538 | |
2539 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
2540 of %g when writing data. | |
2541 | |
6908 | 2542 2007-09-17 John W. Eaton <jwe@octave.org> |
2543 | |
2544 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
2545 | |
6903 | 2546 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
2547 | |
2548 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
2549 noninteger N with N-K < 1. | |
2550 | |
6901 | 2551 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
2552 | |
2553 * strings/index.m: Correct for strings differing after the third | |
2554 position (bug reported by Maude Martin). | |
2555 | |
6895 | 2556 2007-09-13 John W. Eaton <jwe@octave.org> |
2557 | |
2558 * plot/__default_colormap__.m: Delete. | |
2559 * plot/Makefile (SOURCES): Remove from the list. | |
2560 | |
6898 | 2561 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
2562 | |
2563 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
2564 | |
6885 | 2565 2007-09-10 David Bateman <dbateman@free.fr> |
2566 | |
2567 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
2568 limit the selection of colors in the same way as for lines. | |
2569 * plot/__patch__.m: Allow matrix arguments with one patch per | |
2570 column. | |
2571 * plot/__bar__.m: Adapt to use "patch". | |
2572 | |
6870 | 2573 2007-09-06 John W. Eaton <jwe@octave.org> |
2574 | |
2575 * plot/drawnow.m (drawnow): New arg, debug_file. | |
2576 (init_plot_stream): Split from open_plot_stream. | |
2577 * plot/print.m: Accept -debug=FILE argument. | |
2578 | |
6868 | 2579 2007-09-06 David Bateman <dbateman@free.fr> |
2580 | |
7010 | 2581 * general/celldisp.m: New function. |
2582 * general/Makefile.in (SOURCES): Add celldisp.m. | |
2583 * miscellaneous/swapbytes.m: New function. | |
2584 * miscellaneous/gzip.m: New function. | |
2585 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 2586 |
6863 | 2587 2007-09-05 David Bateman <dbateman@free.fr> |
2588 | |
7010 | 2589 * general/structfun.m: New function. |
2590 * general/Makefile.in (SOURCES): Add it to sources. | |
2591 * miscellaneous/run.m: New function. | |
2592 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
2593 * statistics/base/mode.m: New function. | |
2594 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 2595 |
6862 | 2596 2007-09-05 John W. Eaton <jwe@octave.org> |
2597 | |
2598 * miscellaneous/orderfields.m: Use numel instead of length. | |
2599 | |
2600 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
2601 | |
2602 * miscellaneous/orderfields.m: Handle empty structs. | |
2603 | |
6861 | 2604 2007-09-05 John W. Eaton <jwe@octave.org> |
2605 | |
2606 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
2607 DATA_IDX. | |
2608 | |
2609 2007-09-04 David Bateman <dbateman@free.fr> | |
2610 | |
2611 * general/isdir.m: Return a logical value. | |
2612 | |
6859 | 2613 2007-09-04 David Bateman <dbateman@free.fr> |
2614 | |
2615 * statistics/distributions/chi2pdf.m, | |
2616 statistics/distributions/chi2cdf.m, | |
2617 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
2618 distribution functions to account for inverse of scale factor in | |
2619 gamma functions. | |
2620 | |
6857 | 2621 2007-09-01 John W. Eaton <jwe@octave.org> |
2622 | |
2623 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
2624 | |
6853 | 2625 2007-09-01 David Bateman <dbateman@free.fr> |
2626 | |
2627 * polynomial/polyint.m: New function like polyinteg but with | |
2628 explicit integration constant. | |
2629 * polynomial/polyinteg.m: Remove. | |
2630 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
2631 polyinteg.m. | |
2632 * deprecated/polyinteg.m: Move version here. | |
2633 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
2634 | |
6852 | 2635 * geometry/voronoi.m: Add large box around data to get a good |
2636 approximation of the rays to infinity. | |
2637 | |
6851 | 2638 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
2639 | |
2640 * plot/axes.m: Allow parent to be specified when creating axes | |
2641 objects. Support non-figure parents. | |
2642 | |
2643 2007-08-31 John W. Eaton <jwe@octave.org> | |
2644 | |
2645 * plot/ancestor.m: New function, adapted from Octave Forge. | |
2646 | |
6850 | 2647 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
2648 | |
7010 | 2649 * polynomial/polygcd.m: Better layout of example. |
2650 * polynomial/compan.m: Remove unnecessary check. | |
2651 * polynomial/roots.m: Added example to help text. | |
2652 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
2653 * polynomial/poly.m: Added example to help text. | |
6850 | 2654 |
6848 | 2655 2007-08-30 John W. Eaton <jwe@octave.org> |
2656 | |
2657 * optimization/qp.m: Increase maxit to 200. | |
2658 | |
6847 | 2659 2007-08-30 David Bateman <dbateman@free.fr> |
2660 | |
2661 * geometry/inpolygon.m: New file. | |
2662 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
2663 | |
6843 | 2664 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
2665 | |
2666 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
2667 | |
6829 | 2668 2007-08-24 David Bateman <dbateman@free.fr> |
2669 | |
2670 * plot/__go_draw_axes__.m: Treat text color property. | |
2671 | |
6828 | 2672 2007-08-24 John W. Eaton <jwe@octave.org> |
2673 | |
2674 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
2675 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
2676 | |
2677 * miscellaneous/movefile.m: Separate second and third args and | |
2678 use p1 and p2, not f1 and f2 when constructing arguments for | |
2679 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
2680 | |
6825 | 2681 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
2682 | |
2683 * set/intersect.m: Make it work with cell arrays of strings. | |
2684 | |
6823 | 2685 2007-08-24 David Bateman <dbateman@free.fr> |
2686 | |
7010 | 2687 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 2688 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
2689 functions ported from octave-forge. | |
7010 | 2690 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 2691 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
2692 geometry/triplot.m, geometry/tsearchn.m: | |
2693 New functions. | |
7010 | 2694 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
2695 * geometry/Makefile.in (SOURCES): Add functions above. | |
2696 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 2697 |
6820 | 2698 2007-08-23 John W. Eaton <jwe@octave.org> |
2699 | |
2700 * pkg/pkg.m: Avoid using installed_packages for both function and | |
2701 variable name. | |
2702 | |
2703 2007-08-23 David Bateman <dbateman@free.fr> | |
2704 | |
2705 * plot/plot.m: Allow first arg to be axes handle. | |
2706 | |
6818 | 2707 2007-08-22 David Bateman <dbateman@free.fr> |
2708 | |
2709 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
2710 outputs are returned only if requested. | |
2711 | |
2712 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
2713 | |
2714 * control/base/nichols.m: Fix typo. | |
2715 | |
6813 | 2716 2007-08-13 John W. Eaton <jwe@octave.org> |
2717 | |
2718 * plot/meshgrid.m: Use repmat instead of multiplication. | |
2719 | |
6809 | 2720 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
2721 | |
2722 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
2723 use axes position in each appropriate gnuplot set statement. | |
2724 | |
6808 | 2725 2007-08-10 John W. Eaton <jwe@octave.org> |
2726 | |
2727 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
2728 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
2729 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
2730 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
2731 | |
6807 | 2732 2007-08-10 Kai Habel <kai.habel@gmx.de> |
2733 | |
2734 * plot/patch.m, plot/__patch__.m: New files. | |
2735 * plot/Makefile.in (SOURCES): Add them to the list. | |
2736 | |
2737 2007-08-07 John W. Eaton <jwe@octave.org> | |
2738 | |
2739 * path/savepath.m: Use single quotes for argument to PATH command | |
2740 that is inserted in file. | |
2741 | |
6805 | 2742 2007-07-27 John W. Eaton <jwe@octave.org> |
2743 | |
2744 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
2745 not set in the environment. | |
2746 | |
6796 | 2747 2007-07-25 David Bateman <dbateman@free.fr> |
2748 | |
2749 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
2750 control/base/Makefile.in, control/hinf/Makefile.in, | |
2751 control/obsolete/Makefile.in, control/system/Makefile.in, | |
2752 control/util/Makefile.in, deprecated/Makefile.in, | |
2753 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
2754 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
2755 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
2756 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
2757 polynomial/Makefile.in, quaternion/Makefile.in, | |
2758 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
2759 specfun/Makefile.in, special-matrix/Makefile.in, | |
2760 startup/Makefile.in, statistics/Makefile.in, | |
2761 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
2762 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
2763 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
2764 Adjust DISTFILES to allow out of tree "make dist" to work. | |
2765 | |
6795 | 2766 2007-07-25 John W. Eaton <jwe@octave.org> |
2767 | |
2768 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
2769 | |
6793 | 2770 2007-07-24 David Bateman <dbateman@free.fr> |
2771 | |
2772 * image/flag.m: New colormap function. | |
2773 * images/Makefile.in: Include it in SOURCES. | |
2774 | |
2775 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
2776 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
2777 image/rainbow.m image/spring.m image/summer.m image/white.m | |
2778 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
2779 * image/gray.m, image/ocean.m: Use the same means of finding the | |
2780 number of colormap elements as the other colormap functions. | |
2781 | |
6790 | 2782 2007-07-24 Kai Habel <kai.habel@gmx.de> |
2783 | |
2784 * plot/__go_draw_axes__.m: Handle patch. | |
2785 | |
6788 | 2786 2007-07-23 David Bateman <dbateman@free.fr> |
2787 | |
2788 * general/rat.m: New function for ration approximation imported | |
2789 from octave-forge. | |
2790 * general/del2.m: New function for discrete laplacian operator. | |
2791 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
2792 | |
2793 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
2794 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
2795 image/rainbow.m image/spring.m image/summer.m image/white.m | |
2796 image/winter.m, image/brighten.m: Port image functions from | |
2797 octave-forge. | |
2798 * image/Makefile.in: Add ported functions to SOURCES. | |
2799 * image/gray.m, image/ocean.m: Don't set the colormap for | |
2800 compatibility with matlab. | |
2801 | |
2802 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
2803 octave-forge | |
2804 * plot/Makefile.in: Add ported functions to SOURCES. | |
2805 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
2806 using gnuplot 4.2 or greater. | |
2807 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2808 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 2809 |
2810 * general/cart2sph.m: Fix unbalanced paranthesis. | |
2811 | |
6781 | 2812 2007-07-19 David Bateman <dbateman@free.fr> |
2813 | |
2814 * plot/fplot.m: More compatible version. | |
2815 | |
6780 | 2816 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
2817 | |
2818 * plot/clf.m: Check for valid handle before deleting. | |
2819 | |
2820 * plot/figure.m: Pass "figure" property/value pairs directly to | |
2821 __go_figure__ instead of using regular "set" call. | |
2822 | |
6779 | 2823 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
2824 | |
2825 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
2826 type for gnuplot. | |
2827 | |
6778 | 2828 2007-07-18 John W. Eaton <jwe@octave.org> |
2829 | |
2830 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
2831 gnuplot for each set of axes. | |
2832 | |
6777 | 2833 2007-07-18 David Bateman <dbateman@free.fr> |
2834 | |
6778 | 2835 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
2836 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
2837 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
2838 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
2839 Use standard scale factor rather than one on the scale factor for | |
2840 compatibility. | |
2841 | |
2842 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
2843 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
2844 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
2845 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
2846 Preserve backward compatibility. | |
6777 | 2847 |
6776 | 2848 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
2849 | |
2850 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
2851 to avoid issues with regexp special characters in the path strings. | |
2852 | |
6770 | 2853 2007-07-06 David Bateman <dbateman@free.fr> |
2854 | |
6778 | 2855 * general/accumarray.m: New function to create an array by |
2856 accumulating the elements. | |
6770 | 2857 |
6768 | 2858 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
2859 | |
2860 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
2861 (fdjac): Set nx outside of if block. | |
2862 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
2863 | |
6765 | 2864 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
2865 | |
2866 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
2867 | |
2868 * plot/axis.m: Also set "visible" property when setting axes to | |
2869 on/off. | |
2870 | |
6762 | 2871 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
2872 | |
2873 * image/colormap.m: Only return colormap if nargout > 0. | |
2874 Mark as command. | |
2875 | |
6758 | 2876 2007-06-25 John W. Eaton <jwe@octave.org> |
2877 | |
2878 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
2879 strcmp for selected property comparisons. | |
2880 | |
6756 | 2881 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
2882 | |
6778 | 2883 * image/imshow.m: Fix check for colormap arguments. |
6756 | 2884 |
6754 | 2885 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
2886 | |
2887 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
2888 | |
6756 | 2889 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 2890 |
6778 | 2891 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 2892 argument, and note that the data should be sorted for the |
2893 definition of the median to be correct. | |
2894 | |
6778 | 2895 * statistics/base/std.m: Add missing square to definition of |
6754 | 2896 standard deviation. |
2897 | |
6778 | 2898 * statistics/base/cov.m: Add definition of covariance to the help text. |
2899 | |
2900 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 2901 statistics/base/std.m: |
2902 Note that \bar{x} is the mean value of x in the help text. | |
2903 | |
6778 | 2904 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 2905 coefficient to the help text. |
2906 | |
6778 | 2907 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
2908 | |
2909 * statistics/base/var.m: Put N in @math in help text. | |
2910 | |
2911 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 2912 statistics/tests/kolmogorov_smirnov_test.m: |
2913 Write about possible values of 'dist' in help text. | |
2914 | |
6778 | 2915 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 2916 Add definition of correlation to the help text. |
2917 | |
6778 | 2918 * statistics/base/logit.m, statistics/base/kendall.m, |
2919 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 2920 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
2921 TeXification of help text. | |
2922 | |
2923 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
2924 | |
2925 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
2926 Add missing @var's to help text. | |
2927 | |
2928 * statistics/models/logistic_regression.m: Fix typos in help text. | |
2929 | |
2930 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
2931 of help text. | |
2932 | |
2933 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
2934 help text. | |
2935 | |
2936 * statistics/distributions/unidpdf.m, | |
2937 statistics/distributions/discrete_pdf.m: | |
2938 Replace 'pDF' with 'PDF' in help text. | |
2939 | |
6753 | 2940 2007-06-25 John W. Eaton <jwe@octave.org> |
2941 | |
2942 * strings/substr.m: Use offset consistently in code and doc string. | |
2943 From Rafael Laboissiere <rafael@debian.org>. | |
2944 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2945 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 2946 |
6778 | 2947 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 2948 |
6751 | 2949 2007-06-25 John W. Eaton <jwe@octave.org> |
2950 | |
2951 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
2952 Recycle tic labels if necessary. From Juhani Saastamoinen | |
2953 <juhani@cs.joensuu.fi>. | |
2954 | |
6748 | 2955 2007-06-20 John W. Eaton <jwe@octave.org> |
2956 | |
6749 | 2957 * strings/index.m: Allow strings to be empty. |
2958 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
2959 | |
6748 | 2960 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
2961 | |
6747 | 2962 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
2963 | |
2964 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
2965 separate matrices. | |
2966 | |
6746 | 2967 2007-06-19 David Bateman <dbateman@free.fr> |
2968 | |
2969 * plot/axis.m: Prefer to use legend rather than the older Octave | |
2970 only ";;" legend syntax. | |
2971 * polynomial/mkpp.m: ditto. | |
2972 * polynomial/pchip.m: ditto. | |
2973 * signal/freqz_plot.m: ditto. | |
2974 * sparse/gplot.m: ditto. | |
2975 * sparse/treeplot.m: ditto. | |
2976 | |
6745 | 2977 2007-06-19 John W. Eaton <jwe@octave.org> |
2978 | |
2979 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
2980 (__go_draw_axes__): Call do_tics to handle tic marks. | |
2981 | |
6742 | 2982 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
2983 | |
6778 | 2984 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 2985 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
2986 to check for NA. | |
2987 | |
6741 | 2988 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
2989 | |
6778 | 2990 * optimization/glpk.m: TeXified the help text. |
2991 * optimization/qp.m: TeXified the help text. | |
2992 * optimization/sqp.m: TeXified the help text. | |
6741 | 2993 |
6740 | 2994 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
2995 | |
6778 | 2996 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 2997 |
6738 | 2998 2007-06-15 John W. Eaton <jwe@octave.org> |
2999 | |
3000 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
3001 have_newer_gnuplot is true. | |
3002 | |
6736 | 3003 2007-06-15 Pete Gustafson <petegus@umich.edu> |
3004 | |
6778 | 3005 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
3006 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 3007 to 90, all others 0. |
3008 | |
6778 | 3009 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
3010 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 3011 get_data_limits. |
6778 | 3012 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 3013 called by __errplot__. |
3014 | |
6730 | 3015 2007-06-15 John W. Eaton <jwe@octave.org> |
3016 | |
3017 * testfun/test.m: Also return number of expected failures. | |
3018 | |
6724 | 3019 2007-06-14 John W. Eaton <jwe@octave.org> |
3020 | |
6730 | 3021 * set/ismember.m: Mark two tests known to fail with xtest. |
3022 | |
6724 | 3023 * plot/__go_draw_axes__.m: Handle text rotation property. |
3024 | |
6728 | 3025 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
3026 | |
3027 * testfun/test.m: Add xtest support for tests known to fail. | |
3028 | |
6727 | 3029 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
3030 | |
3031 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
3032 epslatexstandalone terminals. | |
3033 | |
6721 | 3034 2007-06-14 David Bateman <dbateman@free.fr> |
3035 | |
3036 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
3037 as permutation of results was incorrect. | |
3038 * general/interp1.m: Add demo on second derivative | |
3039 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 3040 call. Add 3D demo. Fix typos |
3041 * general/interp3.m: Fix typos. Correct permutation for use of | |
3042 interpn. | |
6721 | 3043 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
3044 | |
6717 | 3045 2007-06-13 John W. Eaton <jwe@octave.org> |
3046 | |
3047 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 3048 |
6706 | 3049 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
3050 | |
3051 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
3052 | |
6704 | 3053 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
3054 | |
3055 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
3056 Set have_linestyle to true if two character linestyle is found. | |
3057 | |
6702 | 3058 2007-06-12 David Bateman <dbateman@free.fr> |
3059 | |
6717 | 3060 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
3061 and interpn.m. | |
3062 | |
3063 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
3064 structure before using it. | |
3065 | |
3066 2007-06-12 David Bateman <dbateman@free.fr> | |
3067 | |
6704 | 3068 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 3069 * general/__splinen__.m: New support function for N-dimensional |
3070 spline interpolation. | |
3071 * general/bicubic.m: Allow definition of extrapolation | |
3072 value. Adapt tests to use new graphics interface | |
3073 * general/interp2.m: Call __splinen__ for 2-D spline | |
3074 interpolation. Make the lookup table code only be called for | |
3075 linear and nearest methods. | |
3076 * general/interpn.m: New function for N-dimensional, linear, nearest | |
3077 and spline interpolation. | |
3078 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
3079 and spline interpolation. | |
6704 | 3080 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 3081 |
6701 | 3082 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
3083 | |
3084 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
3085 | |
6699 | 3086 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
3087 | |
3088 * plot/fplot.m: If function is inline, vectorize it. | |
3089 | |
6698 | 3090 2007-06-10 David Bateman <dbateman@free.fr> |
3091 | |
3092 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
3093 directory if need to, so that it fits on a line. | |
3094 | |
6695 | 3095 2007-06-07 David Bateman <dbateman@free.fr> |
3096 | |
3097 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
3098 saved file so that dependent packages are loaded first, and if | |
3099 nargout==0 don't return any arguments. | |
3100 (pkg:install): Only load packages that are marked autoload after | |
3101 install. Various fixes. Save in order. | |
3102 (pkg:uninstall): Save in order | |
3103 (pkg:load_packages): Use load_package_and_dependencies to load | |
3104 packages. | |
3105 (pkg:save_order): New function to sort package list with dependent | |
3106 packages first. | |
3107 (pkg:load_packages_and_dependencies): New function to load both a | |
3108 list of packages and their dependencies. | |
3109 (pkg:load_package_dirs): New function that returns a vector of the | |
3110 indexes into the installed package list indicating the packages to | |
3111 load and the order to load them in to respect the dependencies. | |
3112 | |
6688 | 3113 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
3114 | |
3115 * plot/axes.m: Eliminate redundant else clause. | |
3116 | |
6686 | 3117 2007-06-03 David Bateman <dbateman@free.fr> |
3118 | |
3119 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 3120 * pkg/pkg.m: Protect against multiple actions being define. |
3121 | |
6683 | 3122 2007-06-01 David Bateman <dbateman@free.fr> |
3123 | |
3124 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
3125 incorporate into main pkg function. | |
3126 (pkg:install): Check for existence of files to install before | |
3127 globbing and warn the user if they don't exist. | |
3128 | |
6675 | 3129 2007-05-31 David Bateman <dbateman@free.fr> |
3130 | |
6679 | 3131 * miscellaneous/copyfile.m: Split copying of multiple files to a |
3132 directory over several copy command to limit the line length. | |
3133 * miscellaneous/movefile.m: Ditto. | |
3134 | |
6675 | 3135 * pkg.m: Add build option to allow binary Octave packages to be |
3136 built from source packages. Probe absolute path of prefix, global | |
3137 and local lists. Use strcat, rather that [] for strings. | |
3138 (pkg:build): New function to binary binary package. | |
3139 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
3140 (pkg:repackage): Package binary Octave package from installation. | |
3141 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
3142 from m-files into main installation directory. | |
3143 (pkg:shell): Suppress verbose messages from shell and only display | |
3144 them with the verbose flag. | |
3145 (pkg:installed_packages): Also include the loaded flag in the | |
3146 local and global packages. | |
3147 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
3148 flagged as loaded. | |
3149 | |
3150 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
3151 | |
3152 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
3153 with and without architecture dependent directories. | |
3154 (pkg:installed_packages): Probe the global_list file even if it is | |
3155 the same as the local_list. | |
3156 | |
6669 | 3157 2007-05-29 John W. Eaton <jwe@octave.org> |
3158 | |
3159 * sparse/spy.m: Set axis to "ij" mode. | |
3160 | |
6664 | 3161 2007-05-24 John W. Eaton <jwe@octave.org> |
3162 | |
3163 * set/ismember.m: Quote first arg of "fail" tests. | |
3164 | |
6663 | 3165 2007-05-24 David Bateman <dbateman@free.fr> |
3166 | |
6778 | 3167 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 3168 |
6655 | 3169 2007-05-22 David Bateman <dbateman@free.fr> |
3170 | |
3171 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
3172 error(lasterr()(8:end)). | |
3173 (pkg:install): Warning for empty packages being removed. Suppress | |
3174 spurious output. Warning rather than error for uninstalling a | |
3175 package that is not installed to avoid RPM issue. | |
3176 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
3177 inst or architecture dependent directory if it exists. | |
3178 | |
6653 | 3179 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
3180 | |
3181 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
3182 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
3183 signal/freqz.m: Fix typos. | |
3184 | |
6645 | 3185 2007-05-21 David Bateman <dbateman@free.fr> |
3186 | |
3187 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
3188 force installation location. | |
3189 (rebuild): New subfunction to rebuild package database from | |
3190 installed packages. Also allows changing of autoload status | |
3191 (install): Warn use if attempting to install from non existent | |
3192 file. | |
3193 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
3194 "USER", "root"))' for root test. | |
3195 | |
3196 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
3197 | |
3198 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
3199 and replace "\" characters with "/". | |
3200 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
3201 characters with "/" throughout. | |
3202 (shell): New subfunction that wraps system and is careful with the | |
3203 shell on windows platforms. | |
3204 (configure_make): Explictly pass complier etc to configure | |
3205 process. | |
3206 (issuperuser): Force default to global install for Windows machines. | |
3207 | |
6636 | 3208 2007-05-19 Kristan Onu |
3209 | |
3210 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
3211 | |
6634 | 3212 2007-05-18 David Bateman <dbateman@free.fr> |
3213 | |
3214 * pkg/pkg.m (install): More verbosity. | |
3215 (configure_make): Ditto. | |
3216 (create_pkgadddel): Install in architecture dependent directory if | |
3217 it exists to address issues with autoload/mfilename. | |
3218 (write_INDEX): Check in archiecture dependent directories as well. | |
3219 | |
6633 | 3220 2007-05-17 David Bateman <dbateman@free.fr> |
3221 | |
3222 * plot/hbar.m: Remove. | |
3223 * plot/barh.m: and move it here. | |
3224 | |
6631 | 3225 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
3226 | |
3227 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
3228 | |
6629 | 3229 2007-05-16 John W. Eaton <jwe@octave.org> |
3230 | |
3231 * general/logspace.m: Return second arg if fewer than two values | |
3232 are requested. | |
3233 | |
6619 | 3234 2007-05-14 John W. Eaton <jwe@octave.org> |
3235 | |
3236 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
3237 on a new line. | |
3238 | |
6617 | 3239 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
3240 | |
3241 * statistics/distributions/norminv.m, | |
3242 statistics/distributions/norminv.m, | |
3243 statistics/distributions/normpdf.m, | |
3244 statistics/distributions/normrnd.m: | |
3245 Use standard deviation, not variance. | |
3246 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
3247 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
3248 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
3249 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
3250 backward compatibility. | |
3251 | |
6616 | 3252 2007-05-14 David Bateman <dbateman@free.fr> |
3253 | |
3254 * pkg/pkg.m: Mark loaded packages with "*". | |
3255 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3256 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 3257 |
3258 * miscellaneous/single.m: Doc fix. | |
3259 Convert to double instead of returning argument unchanged. | |
3260 | |
3261 * miscellaneous/doc.m: Doc fix. | |
3262 | |
3263 * miscellaneous/ver.m: Doc fix. | |
3264 Don't display information about Octave Forge. | |
3265 | |
6614 | 3266 2007-05-12 David Bateman <dbateman@free.fr> |
3267 | |
3268 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
3269 install to be printed. An error in the on_uninstall script causes | |
3270 a failure to uninstall. Place oct- and mex-files in an | |
3271 architecture dependent directory. | |
3272 | |
6611 | 3273 2007-05-09 John W. Eaton <jwe@octave.org> |
3274 | |
3275 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
3276 | |
6609 | 3277 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3278 | |
3279 * statistics/distributions/normcdf.m: Use standard deviation | |
3280 instead of variance for compatibility. | |
3281 | |
3282 2007-05-08 John W. Eaton <jwe@octave.org> | |
3283 | |
3284 | |
3285 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
3286 | |
3287 * set/ismember.m: Always return logical values. | |
3288 | |
3289 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 3290 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 3291 |
3292 * general/__isequal__.m: Allow numeric values of different classes | |
3293 to compare equal. | |
3294 | |
6606 | 3295 2007-05-07 David Bateman <dbateman@free.fr> |
3296 | |
6607 | 3297 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
3298 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 3299 |
6605 | 3300 2007-05-02 John W. Eaton <jwe@octave.org> |
3301 | |
3302 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
3303 | |
6604 | 3304 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3305 | |
3306 * contour.m: Rewrite help string. | |
3307 | |
6599 | 3308 2007-04-28 John W. Eaton <jwe@octave.org> |
3309 | |
3310 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
3311 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
3312 Special case nargout == 0. | |
3313 | |
6597 | 3314 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
3315 | |
3316 * general/sub2ind.m: Handle empty input, add tests. | |
3317 | |
6590 | 3318 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3319 | |
3320 * plot/contourc.m: Doc fix. | |
3321 | |
6586 | 3322 2007-04-26 David Bateman <dbateman@free.fr> |
3323 | |
3324 * plot/hist.m: Partially remove previous patch. | |
3325 | |
6582 | 3326 2007-04-26 David Bateman <dbateman@free.fr> |
3327 | |
3328 * plot/hist.m: Support returning of handle | |
3329 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
3330 cells. | |
3331 | |
6575 | 3332 2007-04-25 John W. Eaton <jwe@octave.org> |
3333 | |
6579 | 3334 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
3335 "title \"\"", not "". | |
3336 | |
6575 | 3337 * plot/legend.m: Initialize WARNED to false. |
3338 | |
6567 | 3339 2007-04-24 John W. Eaton <jwe@octave.org> |
3340 | |
3341 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3342 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 3343 |
3344 2007-04-23 John W. Eaton <jwe@octave.org> | |
3345 | |
3346 * plot/box.m: Delete extra endfunction keyword. | |
3347 | |
6560 | 3348 2007-04-23 David Bateman <dbateman@free.fr> |
3349 | |
3350 * plot/plot3.m: Call newplot. | |
3351 | |
6553 | 3352 2007-04-20 John W. Eaton <jwe@octave.org> |
3353 | |
3354 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
3355 | |
6546 | 3356 2007-04-19 John W. Eaton <jwe@octave.org> |
3357 | |
3358 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
3359 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
3360 | |
6544 | 3361 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3362 | |
3363 * control/util/axis2dlim.m: Delete extraneous line. | |
3364 | |
6542 | 3365 2007-04-18 John W. Eaton <jwe@octave.org> |
3366 | |
3367 * specfun/factorial.m: Increase tolerance in large value test. | |
3368 | |
6540 | 3369 2007-04-18 David Bateman <dbateman@free.fr> |
3370 | |
3371 * __bar__.m: New support function for bar/hbar to support graphic | |
3372 handles, and additional arguments. | |
3373 * bar.m: Convert to use __bar__. | |
3374 * hbar.m: New function | |
3375 * hist.m: Explicitly set the width of the bar plot. | |
3376 | |
6533 | 3377 2007-04-17 John W. Eaton <jwe@octave.org> |
3378 | |
6534 | 3379 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
3380 | |
6533 | 3381 * set/ismember.m: New tests. |
3382 From David Grohmann <grohmann@arlut.utexas.edu> | |
3383 | |
6532 | 3384 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
3385 | |
3386 * specfun/factorial.m: Use gamma function instead of cumprod. | |
3387 Add tests. | |
3388 | |
6527 | 3389 2007-04-16 John W. Eaton <jwe@octave.org> |
3390 | |
6528 | 3391 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
3392 looks_like_copyright in src/help.cc. | |
3393 From S�ren Hauberg <soren@hauberg.org>. | |
3394 | |
6527 | 3395 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
3396 | |
6526 | 3397 2007-04-13 John W. Eaton <jwe@octave.org> |
3398 | |
6527 | 3399 * optimization/sqp.m: Initialize info to 0. |
3400 | |
6526 | 3401 * optimization/qp.m: Undo previous change. |
3402 | |
6524 | 3403 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3404 | |
3405 * spdiags.m: Fixed the four-argument case to work for columns of | |
3406 length one. | |
3407 | |
6523 | 3408 2007-04-12 John W. Eaton <jwe@octave.org> |
3409 | |
3410 * optimization/qp.m: Avoid Octave indexing bug. | |
3411 | |
6521 | 3412 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
3413 | |
6522 | 3414 * miscellaneous/menu.m, control/base/bddemo.m, |
3415 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
3416 control/system/sysrepdemo.m: | |
3417 Adapt to page_screen_output as a function. | |
6521 | 3418 |
6518 | 3419 2007-04-11 John W. Eaton <jwe@octave.org> |
3420 | |
3421 * miscellaneous/not.m: Delete. | |
3422 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
3423 | |
3424 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3425 | |
3426 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
3427 that are close but not exactly equal. | |
3428 | |
6515 | 3429 2007-04-11 David Bateman <dbateman@free.fr> |
3430 | |
3431 * general/bitcmp.m: Make it work again. | |
3432 | |
6512 | 3433 2007-04-10 John W. Eaton <jwe@octave.org> |
3434 | |
3435 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
3436 that are close but not exactly equal. | |
3437 | |
6511 | 3438 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
3439 | |
3440 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
3441 in response to a change in x limits for now. | |
3442 | |
6510 | 3443 2007-04-09 John W. Eaton <jwe@octave.org> |
3444 | |
3445 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
3446 (__go_draw_axes__): Use it to write data to plot stream. | |
3447 | |
6509 | 3448 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
3449 | |
3450 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
3451 zeros. Set markerfacecolor property in call to plot. | |
3452 | |
6508 | 3453 2007-04-06 John W. Eaton <jwe@octave.org> |
3454 | |
3455 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
3456 | |
3457 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
3458 | |
3459 * plot/stem.m: Use plot instead of a series of calls to line. | |
3460 | |
6494 | 3461 2007-04-05 John W. Eaton <jwe@octave.org> |
3462 | |
6499 | 3463 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
3464 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
3465 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
3466 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
3467 | |
6496 | 3468 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 3469 Use strcmpi instead of strcmp+tolower. |
6496 | 3470 Style fixes. |
3471 | |
6494 | 3472 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
3473 Plotting fixes. Style fixes. | |
3474 | |
3475 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
3476 Style fixes. | |
3477 | |
3478 * testfun/fail.m: No need to check for evalin and lastwarn. | |
3479 Style fixes. | |
3480 | |
3481 * testfun/demo.m, testfun/example.m: Style fixes. | |
3482 Use "strcat (...)" instead of "[...]". | |
3483 Use format specifiers in calls to warning. | |
3484 | |
3485 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
3486 Use "strcat (...)" instead of "[...]". | |
3487 Use "x(end)" instead of "x(length (x))". | |
3488 Check NA before NaN. | |
3489 Style fixes. | |
3490 | |
6473 | 3491 2007-03-29 John W. Eaton <jwe@octave.org> |
3492 | |
6474 | 3493 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 3494 |
6467 | 3495 2007-03-27 John W. Eaton <jwe@octave.org> |
3496 | |
3497 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3498 control/base/Makefile.in, control/hinf/Makefile.in, | |
3499 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3500 control/util/Makefile.in, deprecated/Makefile.in, | |
3501 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3502 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3503 miscellaneous/Makefile.in, optimization/Makefile.in, | |
3504 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3505 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3506 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3507 special-matrix/Makefile.in, startup/Makefile.in, | |
3508 statistics/Makefile.in, statistics/base/Makefile.in, | |
3509 statistics/distributions/Makefile.in, | |
3510 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3511 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3512 Use ln instead of $(LN_S) in dist target. | |
3513 | |
6465 | 3514 2007-03-27 David Bateman <dbateman@free.fr> |
3515 | |
3516 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
3517 gnuplot 4.0. | |
3518 | |
6464 | 3519 2007-03-26 John W. Eaton <jwe@octave.org> |
3520 | |
3521 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
3522 | |
6461 | 3523 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
3524 | |
3525 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
3526 plot stream and using binary data. | |
3527 | |
6459 | 3528 2007-03-26 John W. Eaton <jwe@octave.org> |
3529 | |
3530 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
3531 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3532 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
3533 | |
3534 2007-03-26 David Bateman <dbateman@free.fr> | |
3535 | |
6461 | 3536 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
3537 | |
6459 | 3538 * plot/plot3.m: Handle line properties. |
3539 * plot/plot.m: Update docstring. | |
3540 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
3541 * plot/__plt__.m: Also gather properties. | |
3542 | |
6455 | 3543 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
3544 | |
3545 * testfun/assert.m: Delete special check for empty objects. | |
3546 Add test. | |
3547 | |
6453 | 3548 2007-03-26 John W. Eaton <jwe@octave.org> |
3549 | |
6454 | 3550 * plot/drawnow.m: Exit early if call is recursive. |
3551 | |
6453 | 3552 * plot/__go_draw_axes__.m (get_data_limits): New function. |
3553 Check for Inf too. | |
3554 (__go_draw_axes__): Use get_data_limits. | |
3555 | |
6450 | 3556 2007-03-24 John W. Eaton <jwe@octave.org> |
3557 | |
6451 | 3558 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
3559 send terminal setting command with title option to plot stream. | |
3560 | |
6450 | 3561 * plot/legend.m: Correctly increment index into list of children.. |
3562 | |
6434 | 3563 2007-03-23 John W. Eaton <jwe@octave.org> |
3564 | |
6448 | 3565 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
3566 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
3567 control/base/nyquist.m, control/base/nichols.m, | |
3568 control/base/frdemo.m, signal/freqz_plot.m, | |
3569 control/base/__stepimp__.m, control/base/bode.m, | |
3570 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
3571 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 3572 Update plotting code. |
3573 | |
3574 * control/base/bode.m: Unwrap phase angle. | |
3575 | |
3576 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
3577 | |
3578 * plot/axis.m: Don't check automatic_replot, or call replot. | |
3579 | |
3580 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
3581 commands. | |
6446 | 3582 |
6442 | 3583 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 3584 Handle numeric color specs. |
6442 | 3585 * plot/plot.m: Remove "-@" and "@" from docstring. |
3586 | |
6441 | 3587 * plot/orient.m: Fix tests to avoid creating a plot window. |
3588 | |
6440 | 3589 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
3590 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
3591 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
3592 general/arrayfun.m, miscellaneous/compare_versions.m, | |
3593 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
3594 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
3595 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
3596 | |
6438 | 3597 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
3598 plot, not just multiplots. | |
3599 | |
6436 | 3600 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
3601 | |
6434 | 3602 * plot/contour.m: Don't call drawnow. |
3603 | |
6431 | 3604 2007-03-22 John W. Eaton <jwe@octave.org> |
3605 | |
6432 | 3606 * plot/drawnow.m: Check and optionally, set, the __modified__ |
3607 property of each figure. | |
3608 | |
6431 | 3609 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
3610 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
3611 | |
3612 2007-03-21 John W. Eaton <jwe@octave.org> | |
3613 | |
3614 * linear-algebra/null.m: Set elements of retval with magnitudes | |
3615 less than eps to 0. | |
3616 | |
6429 | 3617 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 3618 |
3619 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 3620 * testfun/speed.m: Documentation and example fix. |
3621 | |
6424 | 3622 2007-03-21 John W. Eaton <jwe@octave.org> |
3623 | |
3624 * plot/subplot.m: If we find an existing subplot region, set | |
3625 it to be the "currentaxes" property for the current figure. | |
6425 | 3626 Delete old axes objects if the new axes object overlaps the old. |
6424 | 3627 |
6422 | 3628 2007-03-20 David Bateman <dbateman@free.fr> |
3629 | |
3630 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
3631 | |
3632 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
3633 | |
3634 * general/arrayfun.m: New function. | |
3635 | |
6418 | 3636 2007-03-20 John W. Eaton <jwe@octave.org> |
3637 | |
6419 | 3638 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
3639 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
3640 | |
3641 * plot/clf.m: Don't call drawnow. | |
3642 | |
6431 | 3643 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 3644 |
6420 | 3645 * image/__img__.m: Maybe set yaxis to reverse for images. |
3646 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
3647 images. | |
3648 | |
6418 | 3649 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 3650 instead of global. Only register __go_close_all__ with atexit if |
3651 the plot stream is successfully opened. | |
6418 | 3652 |
6413 | 3653 2007-03-15 John W. Eaton <jwe@octave.org> |
3654 | |
6418 | 3655 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 3656 From Daniel J Sebald <daniel.sebald@ieee.org>. |
3657 | |
3658 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
3659 | |
3660 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 3661 Use numeric line types. |
6413 | 3662 |
3663 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 3664 lines and larger markers. Remove key titles from line type |
3665 properties. | |
6413 | 3666 |
6405 | 3667 2007-03-14 John W. Eaton <jwe@octave.org> |
3668 | |
6412 | 3669 * plot/__axis_label__.m: Accept additional property-value pairs |
3670 and pass them to __go_text__. Simply return the handle obtained | |
3671 from __go_text__ instead of calling get on the current axis. | |
3672 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
3673 Allow for extra property value pairs to be passed along. | |
3674 * plot/title.m: Implement with __axis_label__ since it does all | |
3675 that title needs to do. | |
3676 | |
6410 | 3677 * plot/clf.m: Set currentaxes property for current figure to []. |
3678 | |
6405 | 3679 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
3680 | |
3681 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
3682 and __plt2__, not just the last. | |
3683 | |
3684 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
3685 (SOURCES_IN, GEN_M): Delete. | |
3686 (FCN_FILES): Don't include $(GEN_M). | |
3687 (all): Don't depend on $(GEN_M). | |
3688 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
3689 | |
3690 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
3691 | |
3692 * plot/newplot.m: Call __go_axes_init__ instead of | |
3693 __uiobject_axes_init__. | |
3694 | |
3695 * plot/mesh.m: Use __go_surface__ instead of | |
3696 __uiobject_surface_ctor__. Don't access object fields directly. | |
3697 | |
3698 * plot/line.m: Use __line__ to do actual work. | |
3699 * plot/__line__.m: New function. | |
3700 | |
3701 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
3702 Use get and set instead of accessing object fields directly. | |
3703 | |
3704 * plot/figure.m: Use __go_figure__ to create figure graphics | |
3705 handle. | |
3706 | |
3707 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
3708 __uiobject_close_all. Call __go_draw_figure__ instead of | |
3709 __uiobject_draw_figure__. | |
3710 | |
3711 * plot/clf.m: Use get instead of accessing object fields | |
3712 directly. Simply delete children. Don't set currentaxes. | |
3713 | |
3714 * plot/close.m (close_all_figures): New subfunction. | |
3715 Use it instead of getting list of figures to close from | |
3716 __uiobject_figures__. | |
3717 | |
3718 * plot/closereq.m: Simply delete the current figure. Don't set | |
3719 currentfigure. | |
3720 | |
3721 * plot/__errplot__.m: Call __line__ instead of | |
3722 __uiobject_line_ctor__. Use set instead of accesing object fields | |
3723 directly. Don't call __uiobject_adopt__. | |
3724 | |
3725 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
3726 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
3727 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
3728 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
3729 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
3730 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
3731 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
3732 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
3733 plot/__uiobject_init_root_figure__.in, | |
3734 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
3735 plot/__uiobject_root_figure_ctor__.m, | |
3736 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
3737 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
3738 plot/set.in: Delete. | |
6408 | 3739 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 3740 |
3741 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
3742 Pass "hidden" as second arg to close. | |
3743 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
3744 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 3745 * plot/Makefile.in (SOURCES_M): Rename in list. |
3746 | |
6405 | 3747 * image/__img__.m: Use __go_image__ to create image graphics |
3748 handle. | |
3749 | |
3750 * miscellaneous/delete.m: Call __go_delete__, not | |
3751 __uiobject_delete__. Check that arg is a graphics handle before | |
3752 calling __go_delete__. | |
3753 | |
6403 | 3754 2007-03-13 John W. Eaton <jwe@octave.org> |
3755 | |
3756 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
3757 arg instead of switch statement. | |
6528 | 3758 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 3759 |
3760 2007-03-12 John W. Eaton <jwe@octave.org> | |
3761 | |
3762 * miscellaneous/cast.m: New function. | |
3763 | |
3764 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
3765 | |
6398 | 3766 2007-03-08 John W. Eaton <jwe@octave.org> |
3767 | |
3768 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
3769 tilde expansion on target filename before passing it to the shell. | |
3770 | |
3771 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
3772 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
3773 | |
6396 | 3774 2007-03-08 David Bateman <dbateman@free.fr> |
3775 | |
3776 * statistics/base/unidrnd.m: Move to statistics/distributions | |
3777 replacing slower version based on dicrete_rnd. | |
3778 | |
6392 | 3779 2007-03-07 John W. Eaton <jwe@octave.org> |
3780 | |
6395 | 3781 * control/base/rlocus.m: Update for current plotting functions. |
3782 | |
3783 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3784 | |
3785 * control/base/rlocus.m: Improve display. | |
3786 | |
3787 2007-03-07 John W. Eaton <jwe@octave.org> | |
3788 | |
3789 * plot/legend.m: Only handle positions -1:4. | |
3790 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
3791 found in option string | |
3792 * plot/__uiobject_draw_axes__.m: Handle key position. | |
3793 | |
6394 | 3794 * plot/newplot.m: Always reset next line color. |
3795 | |
6392 | 3796 * testfun/assert.m: Check that number of dimensions match before |
3797 checking dimensions. | |
3798 | |
6391 | 3799 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
3800 | |
3801 * specfun/perms.m, specfun/factorial.m: Check args. | |
3802 | |
6387 | 3803 2007-03-07 John W. Eaton <jwe@octave.org> |
3804 | |
6390 | 3805 * plot/mesh.m: Call newplot before doing anything. |
3806 | |
3807 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
3808 just "e". Only flush plot stream once. | |
3809 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
3810 | |
6387 | 3811 * strings/blanks.m: Omit first index in assignment. |
3812 | |
6386 | 3813 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
3814 | |
3815 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
3816 | |
6385 | 3817 2007-03-06 David Bateman <dbateman@free.fr> |
3818 John W. Eaton <jwe@octave.org> | |
3819 | |
3820 * set/setdiff.m: Ignore "rows" for cell array args. | |
3821 Handle cellstr args. | |
3822 | |
6382 | 3823 2007-03-05 John W. Eaton <jwe@octave.org> |
3824 | |
3825 * optimization/sqp.m: Defer first call to obj_hess until after | |
3826 calling obj_fun. | |
3827 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3828 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 3829 |
3830 * specfun/nchoosek.m: Fix nargin check. | |
3831 | |
6376 | 3832 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
3833 | |
3834 * image/__img__.m: Don't set xlim and ylim properties. | |
3835 | |
6374 | 3836 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
3837 | |
3838 * general/interp1.m: Fix *style cases for decreasing x. | |
3839 | |
6372 | 3840 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
3841 | |
3842 * polynomial/roots.m: Check nargin before accessing arg. | |
3843 | |
6369 | 3844 2007-02-28 John W. Eaton <jwe@octave.org> |
3845 | |
3846 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
3847 increment data_idx unless using gnuplot for display. | |
3848 | |
6368 | 3849 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
3850 | |
3851 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
3852 plots with images. | |
3853 * image/image.m, image/imagesc.m, image/imshow.m: | |
3854 Deprecate zoom argument. | |
3855 | |
6366 | 3856 2007-02-28 John W. Eaton <jwe@octave.org> |
3857 | |
3858 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
3859 temporary file names. Keep image and colormap file ids separate. | |
3860 | |
3861 * general/interp1.m: Correctly compute min and max values when | |
3862 values are decreasing and not evenly spaced. | |
3863 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
3864 | |
6365 | 3865 2007-02-27 John W. Eaton <jwe@octave.org> |
3866 | |
3867 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
3868 returning an empty cell array. | |
3869 | |
6546 | 3870 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 3871 |
3872 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
3873 | |
6546 | 3874 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 3875 |
3876 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3877 control/base/Makefile.in, control/hinf/Makefile.in, | |
3878 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3879 control/util/Makefile.in, deprecated/Makefile.in, | |
3880 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3881 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3882 miscellaneous/Makefile.in, optimization/Makefile.in, | |
3883 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3884 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3885 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3886 special-matrix/Makefile.in, startup/Makefile.in, | |
3887 statistics/Makefile.in, statistics/base/Makefile.in, | |
3888 statistics/distributions/Makefile.in, | |
3889 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3890 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3891 Use $(LN_S) instead of ln or ln -s. | |
3892 | |
6356 | 3893 2007-02-24 David Bateman <dbateman@free.fr> |
3894 | |
3895 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
3896 '\n' in FILES file. | |
6357 | 3897 (configure_make): Also install any mex files. |
6356 | 3898 |
6353 | 3899 2007-02-24 David Bateman <dbateman@free.fr> |
3900 | |
3901 * statistics/distributions (SOURCES): Add nbincdf.m, | |
3902 nbininv.m, nbinpdf.m and nbinrnd.m. | |
3903 | |
6351 | 3904 2007-02-23 John W. Eaton <jwe@octave.org> |
3905 | |
3906 * statistics/distributions/Makefile.in (SOURCES): Remove | |
3907 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
3908 | |
3909 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
3910 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
3911 | |
6349 | 3912 2007-02-23 David Bateman <dbateman@free.fr> |
3913 | |
3914 * statistics/distributions/discrete_rnd.m, | |
3915 statistics/distributions/geornd.m, | |
3916 statistics/distributions/lognnd.m, | |
3917 statistics/distributions/nbinrnd.m, | |
3918 statistics/distributions/wblrnd.m: Accelerate distributions. | |
3919 | |
3920 * statistics/distributions/unidcdf.m, | |
3921 statistics/distributions/unidinv.m, | |
3922 statistics/distributions/unidpdf.m, | |
3923 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 3924 discrete_cdf, etc. |
6349 | 3925 |
3926 * statistics/distributions/pascal_cdf.m, | |
3927 statistics/distributions/pascal_inv.m, | |
3928 statistics/distributions/pascal_pdf.m, | |
3929 statistics/distributions/pascal_rnd.m: Remove. | |
3930 * statistics/distributions/nbincdf.m, | |
3931 statistics/distributions/nbininv.m, | |
3932 statistics/distributions/nbinpdf.m, | |
3933 statistics/distributions/nbinrnd.m: Replace with matlab | |
3934 compatible functions. | |
3935 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
3936 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
3937 nbincdf, etc functions to implement these. | |
3938 | |
6344 | 3939 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
3940 | |
3941 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
3942 command and data. | |
3943 | |
3944 2007-02-22 John W. Eaton <jwe@octave.org> | |
3945 | |
3946 * miscellaneous/doc.m: If index search fails, try again without | |
3947 the index search option. | |
3948 | |
6339 | 3949 2007-02-22 David Bateman <dbateman@free.fr> |
3950 | |
6341 | 3951 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
3952 | |
6340 | 3953 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
3954 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
3955 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
3956 statistics/distributions/betarnd.m: Convert to use randg, rande | |
3957 and randp to accelerate. | |
3958 | |
6339 | 3959 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
3960 | |
6338 | 3961 2007-02-22 John W. Eaton <jwe@octave.org> |
3962 | |
3963 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
3964 cache data and display after xlim and ylim have been determined. | |
3965 | |
6337 | 3966 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
3967 | |
3968 * plot/__uiobject_draw_axes__.m: | |
3969 Allow multiple images to be displayed with gnuplot. | |
3970 | |
6333 | 3971 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
3972 | |
3973 * optimization/glpk.m: Document the fact that extra.mem does not work | |
3974 for versions of GLPK 4.15 and later. | |
3975 | |
6328 | 3976 2007-02-19 John W. Eaton <jwe@octave.org> |
3977 | |
3978 * plot/__uiobject_alloc__.in: If next available element in | |
3979 __uiobject_list__ is 0, grow list before doing anything else. | |
3980 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
3981 first call when size of __uiobject_list__ is 0. | |
3982 | |
6323 | 3983 2007-02-16 John W. Eaton <jwe@octave.org> |
3984 | |
3985 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
3986 | |
6321 | 3987 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
3988 | |
3989 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
3990 | |
6316 | 3991 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
3992 | |
3993 * specfun/nchoosek.m: Check nargin. | |
3994 | |
6314 | 3995 2007-02-15 John W. Eaton <jwe@octave.org> |
3996 | |
6315 | 3997 * path/addpath.m, path/rmpath.m: Delete |
3998 * path/Makefile.in (SOURCES): Remove them from the list. | |
3999 | |
6314 | 4000 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
4001 Delete title, xlabel, ylabel, and zlabel properties before | |
4002 reassigning. | |
4003 * plot/__uiobject_axes_init__.in: New arg, mode. | |
4004 Don't init outerposition if "mode" is "replace". | |
4005 * plot/newplot.m: Check both figure and axes nextplot properties. | |
4006 If axes nextplot property is replace, pass "replace" as mode arg | |
4007 to __uiobject_axes_init__. | |
4008 | |
6308 | 4009 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
4010 | |
6310 | 4011 * image/imshow.m: Don't restore old colormap. |
4012 | |
6309 | 4013 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
4014 * image/__img__.m: New file containing common parts of image.m and | |
4015 imshow.m. | |
6312 | 4016 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 4017 * image/image.m, image/imshow.m: Call __img__. |
4018 * plot/__uiobject_draw_axes__.m: | |
4019 Handle rgb imaged data stored in 3-d arrays. | |
4020 | |
6308 | 4021 * plot/figure.m: Doc fix. |
4022 | |
6304 | 4023 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
4024 | |
4025 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
4026 for reading and writing data. New tests. Improve rounding. | |
4027 | |
6302 | 4028 2007-02-13 John W. Eaton <jwe@octave.org> |
4029 | |
6303 | 4030 * plot/stem.m: New file, adapted from OctPlot. |
4031 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4032 | |
6302 | 4033 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
4034 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4035 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4036 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
4037 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
4038 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
4039 plot/semilogyerr.m: Return handles to line objects. | |
4040 | |
6301 | 4041 2007-02-11 John W. Eaton <jwe@octave.org> |
4042 | |
4043 * plot/__uiobject_close_all.m: New file. | |
4044 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4045 | |
6298 | 4046 2007-02-10 John W. Eaton <jwe@octave.org> |
4047 | |
4048 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
4049 * plot/__uiobject_globals__.m: Don't call mlock. | |
4050 | |
4051 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
4052 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
4053 before calling pclose. | |
4054 | |
6291 | 4055 2007-02-09 John W. Eaton <jwe@octave.org> |
4056 | |
6295 | 4057 * plot/subplot.m: Delete spurious call to axes. |
4058 | |
6293 | 4059 * plot/figure.m: Call drawnow for current figure before creating |
4060 or switching to a new figure. | |
4061 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
4062 nargin == 0 case. | |
4063 | |
6291 | 4064 * testfun/assert.m: Try to avoid problems when comparisons involve |
4065 strange values like Inf+NaNi. | |
4066 | |
6283 | 4067 2007-02-08 John W. Eaton <jwe@octave.org> |
4068 | |
6286 | 4069 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
4070 and check gnuplot_use_title_option instead of just assuming -title | |
4071 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
4072 | |
6285 | 4073 * Makefile.in (DISTFILES): Add move-if-change to the list. |
4074 | |
6284 | 4075 * audio/Makefile.in, control/base/Makefile.in, |
4076 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
4077 control/system/Makefile.in, control/util/Makefile.in, | |
4078 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
4079 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
4080 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
4081 optimization/Makefile.in, plot/Makefile.in, | |
4082 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4083 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4084 special-matrix/Makefile.in, startup/Makefile.in, | |
4085 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4086 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4087 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
4088 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
4089 | |
6283 | 4090 * plot/figure.m: Don't call drawnow. Correctly init figure when |
4091 only given property list. | |
4092 | |
6278 | 4093 2007-02-07 John W. Eaton <jwe@octave.org> |
4094 | |
6280 | 4095 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
4096 properties. | |
4097 | |
6278 | 4098 * plot/sombrero.m: Call box ("off") after mesh. |
4099 | |
4100 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
4101 line default" commands with older versions of gnuplot. | |
4102 | |
4103 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
4104 | |
6273 | 4105 2007-02-06 John W. Eaton <jwe@octave.org> |
4106 | |
4107 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
4108 * sparse/gplot.m: Use line style - instead of 1. | |
4109 | |
6272 | 4110 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
4111 | |
4112 * plot/print.m: Avoid error message from cellidx. | |
4113 | |
4114 2007-02-05 John W. Eaton <jwe@octave.org> | |
4115 | |
4116 * plot/legend.m: Fix check for data. | |
4117 | |
6270 | 4118 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
4119 | |
4120 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
4121 Always set lt and pt. | |
4122 | |
6269 | 4123 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
4124 | |
4125 * plot/contourc.m: Correctly compute X and Y. | |
4126 | |
6268 | 4127 2007-02-05 John W. Eaton <jwe@octave.org> |
4128 | |
4129 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
4130 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
4131 | |
6264 | 4132 2007-02-01 John W. Eaton <jwe@octave.org> |
4133 | |
6266 | 4134 * plot/__uiobject_draw_axes__.m: |
4135 Don't try to set axis limits unless we have data. | |
4136 | |
6264 | 4137 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
4138 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4139 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
4140 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
4141 instead of of key and fmt strings. | |
4142 | |
4143 * plot/__pltopt1__.m: Greatly simplify. | |
4144 | |
4145 * plot/__next_line_color__.m: New file. | |
4146 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4147 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
4148 | |
4149 * plot/__default_plot_options__.m: New file. | |
4150 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4151 | |
4152 * plot/__plt3__.m: Delete. | |
4153 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
4154 | |
6259 | 4155 2007-01-31 John W. Eaton <jwe@octave.org> |
4156 | |
6263 | 4157 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
4158 linestyle, linewidth, marker, and markersize properties. | |
4159 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
4160 colors and widths, and line styles. | |
4161 | |
4162 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 4163 |
6261 | 4164 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
4165 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4166 | |
4167 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
4168 __gnuplot_save_data__. | |
4169 | |
6259 | 4170 * image/image.m: Accept 2 args, but ignore the second for now. |
4171 | |
6258 | 4172 2007-01-30 David Bateman <dbateman@free.fr> |
4173 | |
4174 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
4175 to flag a package as to be autoloaded. Add install flags -noauto, | |
4176 -auto to force autoload behavior. | |
4177 (installed_packages): Make list of installed packages unique. | |
4178 | |
6259 | 4179 2007-01-30 John W. Eaton <jwe@octave.org> |
4180 | |
4181 * Merge of changes from graphics-branch: | |
4182 | |
4183 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 4184 |
4185 * plot/subplot.m: Set nextplot property of current figure to "add". | |
4186 | |
4187 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
4188 property if it exists. | |
4189 | |
6259 | 4190 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 4191 |
4192 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
4193 min values outside of loop over child objects. | |
4194 | |
4195 * plot/contour.m, plot/contourc.m: New files. | |
4196 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
4197 | |
4198 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
4199 find a gnuplot version newer than 4.0. | |
4200 * image/__img_gnuplot__.m: Delete. | |
4201 * image/image.m: Create image graphics object. | |
4202 Call newplot to setup and drawnow to finish. | |
4203 Eliminate ZOOM arg. | |
4204 | |
4205 * plot/__uiobject_draw_axes__.m: Handle image data. | |
4206 | |
4207 * plot/legend.m: Eliminate useless variable "warned". | |
4208 | |
4209 * plot/__uiobject_image_ctor__.m: New file. | |
4210 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4211 | |
4212 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
4213 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
4214 | |
4215 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
4216 | |
4217 * plot/__default_colormap__.m: New file. | |
4218 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4219 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
4220 property. | |
4221 * image/colormap.m: Use colormap property of current figure | |
4222 to store colormap instead of using persistent variable. | |
4223 Call __default_colormap__ to get default map value. | |
4224 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
4225 | |
4226 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
4227 Handle some tick mark options. | |
4228 | |
4229 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
4230 set corresponding *mode to "manual". If we set dataaspectratio, | |
4231 set dataaspectratiomode to "manual". | |
4232 | |
4233 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
4234 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
4235 | |
4236 * plot/axis.m: New file. | |
4237 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
4238 | |
4239 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
4240 set corresponding *limmode to "manual". | |
4241 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
4242 Use it to compute autosclaled limits. | |
4243 Arg is now handle, not object. Change all callers. | |
4244 Compute data limits. | |
4245 | |
6259 | 4246 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 4247 |
4248 * plot/drawnow: Fix visibility check for zero args. | |
4249 | |
4250 * plot/text.m: New file. | |
4251 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4252 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
4253 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
4254 horizontalalignment properties. | |
4255 | |
4256 * plot/figure.m: Set options for f we just constructed or were | |
4257 given as an argument, not gcf. Only return handle if nargout > 0. | |
4258 | |
4259 * plot/drawnow.m: Handle visible field for figure here. | |
4260 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
4261 | |
4262 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
4263 title and axis labels. | |
4264 | |
4265 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
4266 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
4267 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
4268 * plot/view.m: New file. | |
4269 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4270 | |
4271 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
4272 Call __request_drawnow__. | |
4273 | |
4274 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
4275 | |
4276 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
4277 Call set to set properties. Return handle instead of structure. | |
4278 Change all callers. | |
4279 | |
4280 * plot/__uiobject_axes_setr__.m: New file. | |
4281 * plot/set.in: Check for __setter__ field. | |
4282 | |
4283 * plot/__uiobject_axes_init__.in: | |
4284 Rename from plot/__uiobject_axes_init__.m. | |
4285 Include __uiobject_globals__. | |
4286 Accept handle as arg instead of structure | |
4287 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
4288 from the list. | |
4289 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
4290 | |
6259 | 4291 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 4292 |
4293 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
4294 | |
4295 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
4296 initializing each global variable. | |
4297 | |
6259 | 4298 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 4299 |
4300 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
4301 __uiobject_figure_handles_free_list__): New global variables. | |
4302 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
4303 Place unused handles on the free list. | |
4304 | |
4305 * plot/__uiobject_get_figure_handle__.in: Delete. | |
4306 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
4307 | |
4308 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
4309 handles here. Return figure handle. | |
4310 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
4311 | |
6259 | 4312 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 4313 |
4314 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
4315 data for gnuplot. | |
4316 | |
4317 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
4318 files. | |
4319 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
4320 (DISTFILES): Include include-globals.awk in the list. | |
4321 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
4322 ($(GEN_M) : %.m : %.in): New rule. | |
4323 | |
4324 * include-globals.awk: New file. | |
4325 | |
4326 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
4327 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
4328 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
4329 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
4330 plot/__uiobject_init_root_figure__.in, | |
4331 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
4332 Rename from corresponding .m files. | |
4333 | |
4334 * move-if-change: New file. | |
4335 | |
4336 * plot/__uiobject_delete__.m: New file. | |
4337 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
4338 plot/__uiobject_delete_child__.m: Delete. | |
4339 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
4340 not a character string. | |
4341 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
4342 Fix assignment to tmp key value in loop. | |
4343 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
4344 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
4345 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
4346 Inline code to delete children. | |
4347 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
4348 __uiobject_list__. | |
4349 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
4350 and free child. | |
4351 | |
6259 | 4352 2006-12-08 John W. Eaton <jwe@octave.org> |
4353 | |
4354 * plot/gcf.m: Check if the root figure object's currentfigure | |
4355 handle is empty, not 0. | |
4356 * plot/__uiobject_root_figure_ctor__.m: | |
4357 Set currentfigure to [], not 0. | |
4358 | |
4359 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
4360 | |
4361 2006-12-07 John W. Eaton <jwe@octave.org> | |
4362 | |
4363 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
4364 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
4365 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
4366 plot/__uiobject_delete_children__.m, | |
4367 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
4368 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
4369 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
4370 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
4371 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
4372 plot/__uiobject_init_figure__.m, | |
4373 plot/__uiobject_init_root_figure__.m, | |
4374 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
4375 plot/__uiobject_remove_child__.m, | |
4376 plot/__uiobject_root_figure_ctor__.m, | |
4377 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
4378 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
4379 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
4380 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
4381 plot/set.m: New files. | |
4382 | |
4383 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
4384 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
4385 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
4386 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
4387 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
4388 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
4389 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
4390 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
4391 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
4392 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
4393 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
4394 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
4395 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
4396 plot/semilogyerr.m, plot/replot.m: | |
4397 Adapt to new graphics data structure. | |
4398 | |
4399 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
4400 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
4401 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
4402 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
4403 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
4404 plot/plot_border.m, plot/subwindow.m: Delete. | |
4405 | |
4406 2007-01-24 David Bateman <dbateman@free.fr> | |
4407 | |
4408 * pkg/pkg.m: Install ChangeLog file if it exists. | |
4409 Delete bare newline in string passed to write_INDEX. | |
4410 | |
4411 * sparse/sprandsym.m: Make work for even values of N. | |
4412 | |
4413 2007-01-24 John W. Eaton <jwe@octave.org> | |
4414 | |
4415 * miscellaneous/news.m: New file. | |
4416 | |
4417 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
4418 | |
4419 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
4420 | |
4421 * strings/strncmp.m: Delete (we now have a built-in version). | |
4422 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4423 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 4424 |
4425 * testfun/test.m: Check for all files in path, use first found. | |
4426 | |
4427 2007-01-22 David Bateman <dbateman@free.fr> | |
4428 | |
4429 * polynomial/spline.m: Make DG a column instead of a row vector. | |
4430 | |
4431 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
4432 | |
4433 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
4434 file name. | |
4435 | |
4436 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
4437 nargout is 1. Handle colormaps that have too few colors. | |
4438 | |
4439 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
4440 (configure_make): Use fullfile instead of concatenating with "/". | |
4441 | |
6258 | 4442 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
4443 | |
4444 * set/ismember.m: Handle N-d arrays. | |
4445 | |
4446 2007-01-10 David Bateman <dbateman@free.fr> | |
4447 | |
4448 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
4449 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4450 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
4451 New files. | |
4452 | |
4453 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
4454 | |
6778 | 4455 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 4456 |
4457 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
4458 | |
4459 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
4460 instead of concatenating with "/". Use mlock to ensure that | |
4461 persistent variables are not clobbered if user types clear all. | |
4462 | |
4463 2007-01-08 John W. Eaton <jwe@octave.org> | |
4464 | |
4465 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
4466 Improve handling of file names containing globbing characters. | |
4467 From S�ren Hauberg <hauberg@gmail.com>. | |
4468 | |
4469 2007-01-05 John W. Eaton <jwe@octave.org> | |
4470 | |
4471 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
4472 New files. | |
4473 | |
4474 2006-12-30 John W. Eaton <jwe@octave.org> | |
4475 | |
4476 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
4477 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
4478 | |
4479 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
4480 | |
4481 * image/imshow.m: Strip NaNs from image. | |
4482 | |
4483 2006-12-08 David Bateman <dbateman@free.fr> | |
4484 | |
4485 * sparse/normest.m: New file. | |
4486 | |
6286 | 4487 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 4488 |
6210 | 4489 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
4490 Work on Windows systems without cp or mv. | |
4491 | |
6209 | 4492 * startup/inputrc: Include sequences for Windows. |
4493 | |
6203 | 4494 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
4495 | |
4496 * pkg/pkg.m (unload_packages): New function. | |
4497 (pkg): Handle unload action. | |
4498 | |
4499 * __errplot__.m: Add missing semicolon. | |
4500 | |
6193 | 4501 2006-11-30 John W. Eaton <jwe@octave.org> |
4502 | |
4503 * miscellaneous/mexext.m: New file. | |
4504 | |
6189 | 4505 2006-11-29 David Bateman <dbateman@free.fr> |
4506 | |
4507 * pkg/pkg.m: Add local_list and global_list options that allow the | |
4508 location of package lists to be probed and set. | |
4509 | |
6179 | 4510 2006-11-17 John W. Eaton <jwe@octave.org> |
4511 | |
6181 | 4512 * plot/__render_plot1__.m: Reverse y axis for images. |
4513 | |
6179 | 4514 * plot/__render_plot__.m: New args, terminal and output. |
4515 * plot/print.m: Don't set output and term here. Instead, call | |
4516 __render_plot__ with terminal and output. | |
4517 | |
6178 | 4518 2006-11-16 John W. Eaton <jwe@octave.org> |
4519 | |
4520 * plot/__render_plot1__.m: New file. | |
4521 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
4522 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
4523 gnuplot. Let __render_plot__ do that. | |
4524 | |
6177 | 4525 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
4526 | |
4527 * plot/plot.m: Fix doc string. | |
4528 | |
6173 | 4529 2006-11-16 John W. Eaton <jwe@octave.org> |
4530 | |
4531 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
4532 before sending anything to the plotter. | |
4533 | |
6172 | 4534 2006-11-15 John W. Eaton <jwe@octave.org> |
4535 | |
4536 * image/__img_gnuplot__.m: Store more info in global plot | |
4537 structures and use __render_plot__ to build plot command to | |
4538 display image. | |
4539 | |
4540 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
4541 | |
4542 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
4543 __plot_command_sep__): Delete. | |
4544 (__plot_data_type__, __plot_data_parametric__, | |
4545 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
4546 __plot_usingstr__, __plot_withstr__): New variables. | |
4547 * plot/__init_plot_vars__.m: Initialize them. | |
4548 | |
4549 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
4550 Don't handle sep or cmd. | |
4551 | |
4552 * plot/__render_plot__.m: New function. | |
4553 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
4554 Store more info in global plot structures and use __render_plot__ | |
4555 to build plot command. | |
4556 * plot/replot.m: Simply call __render_plot__. | |
4557 | |
4558 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
4559 Set __plot_data_parametric__ here. | |
4560 | |
6164 | 4561 2006-11-14 John W. Eaton <jwe@octave.org> |
4562 | |
6166 | 4563 * plot/bottom_title.m, plot/top_title.m: Delete. |
4564 | |
6164 | 4565 * image/image_viewer.m: Set default values here. |
4566 * image/image.m: Not here. | |
4567 | |
4568 * image/image_viewer.m: Always return old values. Check arguments. | |
4569 * image/__img_gnuplot__.m: Rename from __img__m. | |
4570 | |
4571 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
4572 | |
4573 * image/image_viewer.m: New function. | |
4574 * image/__img_via_file__.m: New function. | |
4575 * image/image.m: Use image_viewer to determine which program to | |
4576 use for image viewing. | |
6754 | 4577 * image/__img__.m: Silently accept more than 3 args. |
6164 | 4578 |
6163 | 4579 2006-11-14 John W. Eaton <jwe@octave.org> |
4580 | |
4581 * plot/__do_legend__.m, plot/__errplot__.m, | |
4582 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
4583 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
4584 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
4585 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
4586 Use __plot_globals__ for multiplot variables. Keep track of | |
4587 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
4588 | |
6157 | 4589 2006-11-13 John W. Eaton <jwe@octave.org> |
4590 | |
6158 | 4591 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
4592 | |
6157 | 4593 * miscellaneous/substruct.m: New function. |
4594 | |
4595 * testfun/assert.m: Force orientation to match when comparing | |
4596 struct elements. | |
4597 | |
4598 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
4599 when comparing structs. | |
4600 | |
4601 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
4602 | |
6754 | 4603 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
4604 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
4605 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
4606 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
4607 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
4608 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
4609 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 4610 |
6156 | 4611 2006-11-13 John W. Eaton <jwe@octave.org> |
4612 | |
4613 * plot/mesh.m: Use size_equal to compare dimensions. | |
4614 | |
6154 | 4615 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
4616 | |
4617 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
4618 | |
6152 | 4619 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
4620 | |
4621 * miscellaneous/copyfile.m: Fix docs to match function. | |
4622 | |
6145 | 4623 2006-11-08 John W. Eaton <jwe@octave.org> |
4624 | |
6146 | 4625 * plot/legend.m: New function, adapted from Octave Forge. |
4626 | |
4627 * plot/__do_legend__.m: New function. | |
4628 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
4629 plot/replot.m: Call it before plotting. | |
4630 | |
4631 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
4632 noparametric" to gnuplot.. | |
4633 | |
4634 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
4635 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
4636 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
4637 and return key title separate from line format. Accept format and | |
4638 key as cellstr. Always return data as cell array. Return format | |
4639 and key title as cellstr. | |
4640 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
4641 Handle line format and key titles separately. | |
4642 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
4643 | |
4644 * plot/__plot_globals__.m (__plot_line_offset__, | |
4645 __plot_key_labels__, __plot_key_properties__): New global | |
4646 variables. Initialize them. | |
4647 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
4648 __plot_key_labels__, __plot_key_properties__): Initialize. | |
4649 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
4650 (__plot_line_offset__, __plot_key_labels__, | |
4651 __plot_key_properties__): Store information about plot key titles. | |
4652 | |
4653 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
4654 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
4655 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
4656 respectively. | |
4657 | |
4658 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
4659 | |
6145 | 4660 * strings/strcat.m: Disable Octave:empty-list-elements warning |
4661 whle concatenating args. | |
4662 | |
6144 | 4663 2006-11-07 John W. Eaton <jwe@octave.org> |
4664 | |
4665 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
4666 | |
6142 | 4667 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
4668 | |
6143 | 4669 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
4670 option to regexp. | |
4671 | |
6142 | 4672 * image/__img__.m: Send "set size ratio -1" before plotting. |
4673 | |
6138 | 4674 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
4675 | |
6139 | 4676 * strings/index.m: New arg, direction. Simplify and speed up. |
4677 * strings/rindex.m: Implement using index (..., "last"); | |
4678 | |
6754 | 4679 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 4680 |
6130 | 4681 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
4682 | |
4683 * general/__isequal__.m: Test size and class more consistently. | |
4684 | |
6116 | 4685 2006-10-27 John W. Eaton <jwe@octave.org> |
4686 | |
6117 | 4687 * miscellaneous/ls_command.m: Use /D instead of /w. |
4688 From Michael Goffioul <michael.goffioul@swing.be>. | |
4689 | |
6116 | 4690 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
4691 * miscellaneous/dir.m: Mark as a command. | |
4692 | |
6112 | 4693 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4694 | |
4695 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
4696 | |
6088 | 4697 2006-10-25 John W. Eaton <jwe@octave.org> |
4698 | |
4699 * image/image.m: Set x = y = [] when nargin == 0; | |
4700 | |
4701 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
4702 | |
4703 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
4704 * image/__img__.m: New file, originally from | |
4705 Daniel J Sebald <daniel.sebald@ieee.org>. | |
4706 | |
6087 | 4707 2006-10-25 John W. Eaton <jwe@octave.org> |
4708 | |
4709 * plot/__gnuplot_version__.m: New function, originally from | |
4710 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
4711 Quentin Spencer <qspencer@ieee.org>. | |
4712 | |
6085 | 4713 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
4714 | |
4715 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
4716 | |
6081 | 4717 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
4718 | |
4719 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
4720 miscellaneous/gunzip.m: New files. | |
4721 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
4722 Call unpack to do the real work. | |
4723 | |
6075 | 4724 2006-10-24 John W. Eaton <jwe@octave.org> |
4725 | |
6078 | 4726 * plot/plot3.m: If we have a format string, then also pass using |
4727 string to __plt3__. | |
4728 | |
6077 | 4729 * plot/sombrero.m: Don't return anything if nargout == 0. |
4730 | |
6075 | 4731 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 4732 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 4733 |
6069 | 4734 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
4735 | |
4736 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
4737 Quote filenames in shell commands. | |
4738 | |
6055 | 4739 2006-10-17 David Bateman <dbateman@free.fr> |
4740 | |
4741 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
4742 the package directory is missing. | |
4743 | |
6052 | 4744 2006-10-13 John W. Eaton <jwe@octave.org> |
4745 | |
4746 * plot/box.m: New function. | |
4747 | |
6050 | 4748 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
4749 | |
4750 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
4751 | |
6049 | 4752 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
4753 | |
4754 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
4755 | |
6047 | 4756 2006-10-10 John W. Eaton <jwe@octave.org> |
4757 | |
4758 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
4759 | |
6046 | 4760 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
4761 | |
4762 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
4763 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
4764 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
4765 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
4766 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
4767 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
4768 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
4769 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
4770 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
4771 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
4772 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
4773 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
4774 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
4775 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
4776 control/system/buildssic.m, control/system/c2d.m, | |
4777 control/system/cellidx.m, control/system/d2c.m, | |
4778 control/system/dmr2d.m, control/system/fir2sys.m, | |
4779 control/system/is_abcd.m, control/system/is_controllable.m, | |
4780 control/system/is_detectable.m, control/system/is_digital.m, | |
4781 control/system/is_observable.m, control/system/is_siso.m, | |
4782 control/system/is_stabilizable.m, control/system/is_stable.m, | |
4783 control/system/jet707.m, control/system/listidx.m, | |
4784 control/system/ord2.m, control/system/parallel.m, | |
4785 control/system/ss.m, control/system/ss2zp.m, | |
4786 control/system/starp.m, control/system/sys2ss.m, | |
4787 control/system/sys2tf.m, control/system/sys2zp.m, | |
4788 control/system/sysadd.m, control/system/sysappend.m, | |
4789 control/system/syschtsam.m, control/system/sysconnect.m, | |
4790 control/system/syscont.m, control/system/sysdimensions.m, | |
4791 control/system/sysdisc.m, control/system/sysdup.m, | |
4792 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
4793 control/system/sysgroup.m, control/system/sysidx.m, | |
4794 control/system/sysmin.m, control/system/sysmult.m, | |
4795 control/system/sysout.m, control/system/sysprune.m, | |
4796 control/system/sysscale.m, control/system/syssetsignals.m, | |
4797 control/system/syssub.m, control/system/sysupdate.m, | |
4798 control/system/tf.m, control/system/tfout.m, | |
4799 control/system/ugain.m, control/system/zp.m, | |
4800 control/system/zpout.m, control/util/__outlist__.m, | |
4801 control/util/__zgpbal__.m, control/util/prompt.m, | |
4802 control/util/sortcom.m, control/util/strappend.m, | |
4803 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
4804 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
4805 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
4806 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
4807 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
4808 finance/pvl.m, finance/rate.m, finance/vol.m, | |
4809 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
4810 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
4811 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
4812 general/cumtrapz.m, general/deal.m, general/diff.m, | |
4813 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
4814 general/ind2sub.m, general/int2str.m, | |
4815 general/is_duplicate_entry.m, general/isdefinite.m, | |
4816 general/isequal.m, general/isequalwithequalnans.m, | |
4817 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
4818 general/isvector.m, general/logical.m, general/logspace.m, | |
4819 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
4820 general/perror.m, general/postpad.m, general/prepad.m, | |
4821 general/randperm.m, general/rem.m, general/repmat.m, | |
4822 general/rot90.m, general/rotdim.m, general/shift.m, | |
4823 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
4824 general/sub2ind.m, general/trapz.m, general/tril.m, | |
4825 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
4826 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
4827 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
4828 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
4829 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
4830 linear-algebra/cross.m, linear-algebra/dmult.m, | |
4831 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
4832 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
4833 linear-algebra/logm.m, linear-algebra/norm.m, | |
4834 linear-algebra/null.m, linear-algebra/orth.m, | |
4835 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
4836 linear-algebra/trace.m, linear-algebra/vec.m, | |
4837 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
4838 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
4839 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
4840 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
4841 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
4842 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
4843 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
4844 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
4845 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
4846 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
4847 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
4848 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
4849 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
4850 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
4851 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
4852 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
4853 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
4854 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
4855 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
4856 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
4857 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
4858 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
4859 polynomial/polyder.m, polynomial/polyderiv.m, | |
4860 polynomial/polyfit.m, polynomial/polygcd.m, | |
4861 polynomial/polyinteg.m, polynomial/polyout.m, | |
4862 polynomial/polyreduce.m, polynomial/polyval.m, | |
4863 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
4864 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
4865 set/complement.m, set/create_set.m, set/intersect.m, | |
4866 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
4867 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
4868 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
4869 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
4870 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
4871 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
4872 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
4873 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
4874 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
4875 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
4876 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
4877 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
4878 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
4879 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
4880 special-matrix/hankel.m, special-matrix/hilb.m, | |
4881 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
4882 special-matrix/toeplitz.m, special-matrix/vander.m, | |
4883 statistics/base/center.m, statistics/base/cloglog.m, | |
4884 statistics/base/cor.m, statistics/base/corrcoef.m, | |
4885 statistics/base/cov.m, statistics/base/cut.m, | |
4886 statistics/base/gls.m, statistics/base/iqr.m, | |
4887 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
4888 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
4889 statistics/base/mean.m, statistics/base/meansq.m, | |
4890 statistics/base/median.m, statistics/base/moment.m, | |
4891 statistics/base/ols.m, statistics/base/ppplot.m, | |
4892 statistics/base/probit.m, statistics/base/qqplot.m, | |
4893 statistics/base/range.m, statistics/base/ranks.m, | |
4894 statistics/base/run_count.m, statistics/base/skewness.m, | |
4895 statistics/base/spearman.m, statistics/base/statistics.m, | |
4896 statistics/base/std.m, statistics/base/studentize.m, | |
4897 statistics/base/table.m, statistics/base/values.m, | |
4898 statistics/base/var.m, statistics/distributions/betacdf.m, | |
4899 statistics/distributions/betainv.m, | |
4900 statistics/distributions/betapdf.m, | |
4901 statistics/distributions/betarnd.m, | |
4902 statistics/distributions/binocdf.m, | |
4903 statistics/distributions/binoinv.m, | |
4904 statistics/distributions/binopdf.m, | |
4905 statistics/distributions/binornd.m, | |
4906 statistics/distributions/cauchy_cdf.m, | |
4907 statistics/distributions/cauchy_inv.m, | |
4908 statistics/distributions/cauchy_pdf.m, | |
4909 statistics/distributions/cauchy_rnd.m, | |
4910 statistics/distributions/chi2cdf.m, | |
4911 statistics/distributions/chi2inv.m, | |
4912 statistics/distributions/chi2pdf.m, | |
4913 statistics/distributions/chi2rnd.m, | |
4914 statistics/distributions/discrete_cdf.m, | |
4915 statistics/distributions/discrete_inv.m, | |
4916 statistics/distributions/discrete_pdf.m, | |
4917 statistics/distributions/discrete_rnd.m, | |
4918 statistics/distributions/empirical_rnd.m, | |
4919 statistics/distributions/expcdf.m, | |
4920 statistics/distributions/expinv.m, | |
4921 statistics/distributions/exppdf.m, | |
4922 statistics/distributions/exprnd.m, | |
4923 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
4924 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
4925 statistics/distributions/gamcdf.m, | |
4926 statistics/distributions/gaminv.m, | |
4927 statistics/distributions/gampdf.m, | |
4928 statistics/distributions/gamrnd.m, | |
4929 statistics/distributions/geocdf.m, | |
4930 statistics/distributions/geoinv.m, | |
4931 statistics/distributions/geopdf.m, | |
4932 statistics/distributions/geornd.m, | |
4933 statistics/distributions/hygecdf.m, | |
4934 statistics/distributions/hygeinv.m, | |
4935 statistics/distributions/hygepdf.m, | |
4936 statistics/distributions/hygernd.m, | |
4937 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
4938 statistics/distributions/laplace_cdf.m, | |
4939 statistics/distributions/laplace_inv.m, | |
4940 statistics/distributions/laplace_pdf.m, | |
4941 statistics/distributions/laplace_rnd.m, | |
4942 statistics/distributions/logistic_cdf.m, | |
4943 statistics/distributions/logistic_inv.m, | |
4944 statistics/distributions/logistic_pdf.m, | |
4945 statistics/distributions/logistic_rnd.m, | |
4946 statistics/distributions/logncdf.m, | |
4947 statistics/distributions/logninv.m, | |
4948 statistics/distributions/lognpdf.m, | |
4949 statistics/distributions/lognrnd.m, | |
4950 statistics/distributions/normcdf.m, | |
4951 statistics/distributions/norminv.m, | |
4952 statistics/distributions/normpdf.m, | |
4953 statistics/distributions/normrnd.m, | |
4954 statistics/distributions/pascal_cdf.m, | |
4955 statistics/distributions/pascal_inv.m, | |
4956 statistics/distributions/pascal_pdf.m, | |
4957 statistics/distributions/pascal_rnd.m, | |
4958 statistics/distributions/poisscdf.m, | |
4959 statistics/distributions/poissinv.m, | |
4960 statistics/distributions/poisspdf.m, | |
4961 statistics/distributions/poissrnd.m, | |
4962 statistics/distributions/stdnormal_cdf.m, | |
4963 statistics/distributions/stdnormal_inv.m, | |
4964 statistics/distributions/stdnormal_pdf.m, | |
4965 statistics/distributions/stdnormal_rnd.m, | |
4966 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
4967 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
4968 statistics/distributions/unifcdf.m, | |
4969 statistics/distributions/unifinv.m, | |
4970 statistics/distributions/unifpdf.m, | |
4971 statistics/distributions/unifrnd.m, | |
4972 statistics/distributions/wblcdf.m, | |
4973 statistics/distributions/wblinv.m, | |
4974 statistics/distributions/wblpdf.m, | |
4975 statistics/distributions/wblrnd.m, | |
4976 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
4977 statistics/tests/bartlett_test.m, | |
4978 statistics/tests/chisquare_test_homogeneity.m, | |
4979 statistics/tests/chisquare_test_independence.m, | |
4980 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
4981 statistics/tests/hotelling_test.m, | |
4982 statistics/tests/hotelling_test_2.m, | |
4983 statistics/tests/kolmogorov_smirnov_test.m, | |
4984 statistics/tests/kolmogorov_smirnov_test_2.m, | |
4985 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
4986 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
4987 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
4988 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
4989 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
4990 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
4991 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
4992 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
4993 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
4994 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
4995 strings/index.m, strings/isletter.m, strings/lower.m, | |
4996 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
4997 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
4998 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
4999 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
5000 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
5001 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
5002 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
5003 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
5004 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5005 time/etime.m, time/is_leap_year.m: | |
5006 Use print_usage instead of usage. | |
5007 | |
6044 | 5008 2006-10-09 David Bateman <dbateman@free.fr> |
5009 | |
5010 * time/datevec.m: Add additional compatible default parsing strings. | |
5011 | |
6395 | 5012 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 5013 |
6042 | 5014 * pkg/pkg.m: Remove trailing "\n" from error messages. |
5015 Remove compare_versions subfunction. | |
5016 | |
5017 * miscellaneous/compare_versions.m: New function to compare | |
5018 version numbers as strings with any boolean operators. | |
5019 | |
6041 | 5020 * miscellaneous/untar.m: Check more rigorously to see if the tar |
5021 file exists. | |
5022 | |
6036 | 5023 2006-10-04 John W. Eaton <jwe@octave.org> |
5024 | |
5025 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
5026 | |
6032 | 5027 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
5028 | |
6037 | 5029 * pkg/pkg.m: Update docs. Handle prefix option. |
5030 Handle dependencies for load option. | |
6032 | 5031 |
6029 | 5032 2006-10-04 John W. Eaton <jwe@octave.org> |
5033 | |
6030 | 5034 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
5035 | |
5036 * plot/clg.m: Delete. | |
5037 * plot/__init_plot_vars__.m: New function. | |
5038 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 5039 |
6025 | 5040 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
5041 | |
5042 * pkg/pkg.m: Avoid calling addpath with no args. | |
5043 | |
6024 | 5044 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
5045 | |
5046 * audio/loadaudio.m, control/base/nyquist.m, | |
5047 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
5048 linear-algebra/krylov.m, statistics/base/center.m, | |
5049 statistics/base/median.m, statistics/base/std.m, | |
5050 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
5051 find first or last element matching a condition. | |
5052 | |
6023 | 5053 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
5054 | |
5055 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
5056 general/__isequal__.m: Minimize looping using cellfun. | |
5057 | |
6020 | 5058 2006-10-02 David Bateman <dbateman@free.fr> |
5059 | |
5060 * pkg/pkg.m (copy_files): always create installation directory. | |
5061 | |
6016 | 5062 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
5063 | |
5064 * miscellaneous/doc.m: Swap file and directory args to info. | |
5065 | |
5066 2006-10-01 Arno Onken <whyly@gmx.net> | |
5067 | |
5068 * statistics/distributions/exprnd.m: Fix typo. | |
5069 | |
6014 | 5070 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
5071 | |
5072 * polynomial/ppval.m: Use .' instead of '. | |
5073 * polynomial/spline.m: Likewise. New tests. | |
5074 | |
6004 | 5075 2006-09-26 David Bateman <dbateman@free.fr> |
5076 | |
5077 * __plt3__.m: Using global variables __plot_data__, | |
5078 __plot_data_offset__ and __plot_command__ to store plots and | |
5079 correctly handle multiplots, and hold state. Only accept a single | |
5080 data parameter plus, using, format and with strings. Remove | |
5081 setting of gnuplot parameters. | |
5082 * __make_using_clause__.m: New function extracted from __plt__.m. | |
5083 * __setup_plot__.m: Convert to a function and pass the plotting | |
5084 command to use. | |
5085 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
5086 * contour.m: Use unwind protect on the parametric state of plot | |
5087 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
5088 * mesh.m: ditto. | |
5089 * plot3.m: Error checking, setting of parametric state and | |
5090 formation of matrix to plot moved from old __plt3__. | |
5091 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5092 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 5093 |
5997 | 5094 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 5095 |
5096 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
5097 | |
5098 * signal/filter2.m: Correct texinfo doc. | |
5099 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5100 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 5101 |
5102 * miscellaneous/parseparams.m: Correct texinfo doc. | |
5103 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5104 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 5105 |
5106 * pkg/pkg.m (prepare_installation): Don't create package | |
5107 installation directory here. | |
5108 (copy_files): Create it here instead, to avoid issues with | |
5109 upgrades. Also install the COPYING file in packinfo. | |
5110 | |
5989 | 5111 2006-09-13 John W. Eaton <jwe@octave.org> |
5112 | |
5113 * general/blkdiag.m: Adjust to new cellfun rules. | |
5114 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5115 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 5116 |
5117 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
5118 error message for archive name not matching package name. | |
5119 (installed_packages): Size header of printed results to | |
5120 arguments. Sort the list of installed packages before printing | |
5121 them. | |
5122 | |
5986 | 5123 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
5124 | |
5125 * signal/freqz.m: Update tests. | |
5126 | |
5127 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
5128 | |
5129 * signal/freqz.m: Corretly postpad arrays. | |
5130 Don't call fliplr on a column vector. | |
5131 | |
5984 | 5132 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
5133 | |
5134 * general/shiftdim.m: Use permute instead of reshape. | |
5135 | |
5981 | 5136 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
5137 | |
5138 * miscellaneous/parseparams.m: New function. | |
5139 | |
5980 | 5140 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
5141 | |
5142 * miscellaneous/doc.m: Swap order of --file and --directory | |
5143 options for info program invocation. | |
5144 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5145 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 5146 |
5987 | 5147 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 5148 previous change. |
5149 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5150 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 5151 |
5152 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
5153 absence of trailing "/" in OCTAVE_HOME. | |
5154 | |
5973 | 5155 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
5156 | |
5157 * time/datenum.m: Allow arg to be character string. | |
5158 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5159 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 5160 |
5161 * pkg/pkg.m (install): Verify that package name correponds to the | |
5162 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
5163 they are empty. If package directory is empty, remove it to fail | |
5164 gracefully for system specific packages. | |
5165 (extract_pkgadd, create_pkgadd): delete. | |
5166 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
5167 (copy_files): Install both bin/ and doc/ directories, adding the | |
5168 bin/ to the EXEC_PATH when the package is loaded. | |
5169 | |
5962 | 5170 2006-08-24 John W. Eaton <jwe@octave.org> |
5171 | |
5172 * image/saveimage.m: Use logical indexing instead of | |
5173 indices computed by calling find on the logical index. | |
5174 | |
5961 | 5175 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5176 | |
5967 | 5177 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 5178 Use logical indexing instead of indices computed by calling find |
5179 on the logical index. | |
5180 | |
5181 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 5182 |
5959 | 5183 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
5184 | |
5185 * control/system/tf2zp.m: Simplify gain calculation. | |
5186 | |
5958 | 5187 2006-08-23 John W. Eaton <jwe@octave.org> |
5188 | |
5189 * plot/__plt__.m: Insert using clauses for all plots. | |
5190 | |
5957 | 5191 2006-08-23 A S Hodel <hodelas@auburn.edu> |
5192 | |
5193 * control/system/sysscale.m: Call tf and zp with correct number of | |
5194 args. | |
5195 | |
5955 | 5196 2006-08-22 David Bateman <dbateman@free.fr> |
5197 | |
5198 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
5199 Search inst/*.m and src/*.m files in the package for | |
5200 PKG_ADD directives and append user supplied PKG_ADD. | |
5201 (pkg): Call create_pkgadd after copying files. | |
5202 | |
5947 | 5203 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5204 | |
5205 * pkg/pkg.m: Handle multiple packages in a single file. | |
5206 Insert directory separator between OCTAVE_HOME and rest of package | |
5207 installation directory. | |
5208 | |
5209 2006-08-21 John W. Eaton <jwe@octave.org> | |
5210 | |
5211 * general/num2str.m: Early return if arg is empty. | |
5212 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
5213 | |
5946 | 5214 2006-08-21 David Bateman <dbateman@free.fr> |
5215 | |
5216 * strings/mat2str.m: Compute NC before using. | |
5217 | |
5937 | 5218 2006-08-17 John W. Eaton <jwe@octave.org> |
5219 | |
5220 * audio/wavread.m: Fix calculation of sample count. | |
5221 | |
5934 | 5222 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5223 | |
5224 * image/imshow.m: New Matlab-compatible version. | |
5225 | |
5930 | 5226 2006-08-15 John W. Eaton <jwe@octave.org> |
5227 | |
5228 * deprecated/is_global.m: Delete. | |
5229 | |
5928 | 5230 2006-08-14 John W. Eaton <jwe@octave.org> |
5231 | |
5232 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
5233 | |
5926 | 5234 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5235 | |
5236 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
5237 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
5238 | |
5928 | 5239 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5240 | |
6778 | 5241 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 5242 Use addpath and rmpath instead of manipulating LOADPATH. |
5243 Handle changes to system function. | |
5244 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
5245 recursive directory removal. | |
5922 | 5246 |
5924 | 5247 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
5248 | |
6778 | 5249 * colormap.m: Change global variable to persistent. |
5923 | 5250 |
5922 | 5251 * rgb2ind.m: Handle single 3-d array as rgb image. |
5252 | |
5920 | 5253 2006-08-14 John W. Eaton <jwe@octave.org> |
5254 | |
5255 * strings/str2double.m: Fix missing semicolon. | |
5256 | |
5910 | 5257 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
5258 | |
5259 * plot/plot3.m: Accept one complex or one real and one complex | |
5260 argument and plot real and imaginary components for y and z. | |
5261 | |
5908 | 5262 2006-07-27 John W. Eaton <jwe@octave.org> |
5263 | |
5264 * testfun/test.m: Call fflush after each block of calls to | |
5265 fprintf, fputs, or fdisp. | |
5266 | |
5904 | 5267 2006-07-26 John W. Eaton <jwe@octave.org> |
5268 | |
5269 * miscellaneous/mex.m: New function. | |
5270 | |
5901 | 5271 2006-07-22 John W. Eaton <jwe@octave.org> |
5272 | |
5273 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
5274 | |
5881 | 5275 2006-07-07 John W. Eaton <jwe@octave.org> |
5276 | |
5277 * miscellaneous/orderfields.m: New file. | |
5278 | |
5873 | 5279 2006-06-30 John W. Eaton <jwe@octave.org> |
5280 | |
5281 * time/datevec.m: Make another attempt to account for precision of | |
5282 datenum format. | |
5283 | |
5868 | 5284 2006-06-29 John W. Eaton <jwe@octave.org> |
5285 | |
5286 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
5287 Use feval instead of "type -q" to get values now that all the | |
5288 symbols are functions. | |
5289 | |
5860 | 5290 2006-06-16 John W. Eaton <jwe@octave.org> |
5291 | |
5292 * time/datevec.m: Avoid computing log of non-positive values. | |
5293 | |
5859 | 5294 2006-06-14 John W. Eaton <jwe@octave.org> |
5295 | |
5296 * time/datevec.m: Attempt to account for precision of datenum format. | |
5297 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5298 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 5299 |
5300 * audio/wavread.m: Fix file range error and add read support for | |
5301 24-bit WAV files. | |
5302 | |
5837 | 5303 2006-06-01 David Bateman <dbateman@free.fr> |
5304 | |
5305 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
5306 general/interp1.m, general/gradient.m, general/interp2.m, | |
5307 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
5308 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
5309 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
5310 | |
5835 | 5311 2006-05-31 Bill Denney <bill@givebillmoney.com> |
5312 | |
5313 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
5314 * miscellaneous/texas_lotto.m: Fix warning message. | |
5315 | |
5830 | 5316 2006-05-26 John W. Eaton <jwe@octave.org> |
5317 | |
5318 * miscellaneous/doc.m: Also handle nargin == 0. | |
5319 | |
5829 | 5320 2006-05-23 John W. Eaton <jwe@octave.org> |
5321 | |
5322 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
5323 really needed. | |
5324 | |
5827 | 5325 2006-05-22 John W. Eaton <jwe@octave.org> |
5326 | |
6754 | 5327 * general/lookup.m: New file from Octave Forge. |
5827 | 5328 |
5329 2006-05-22 David Bateman <dbateman@free.fr> | |
5330 | |
6754 | 5331 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
5332 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
5333 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
5334 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
5335 special-matrix/magic.m, special-matrix/hadamard.m, | |
5336 strings/strtok.m: New files from Octave Forge. | |
5827 | 5337 |
5824 | 5338 2006-05-19 David Bateman <dbateman@free.fr> |
5339 | |
5340 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 5341 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 5342 |
5821 | 5343 2006-05-17 John W. Eaton <jwe@octave.org> |
5344 | |
5345 * set/intersection.m: Delete | |
5346 * deprecated/intersection.m: New file. | |
5347 | |
5820 | 5348 2006-05-17 David Bateman <dbateman@free.fr> |
5349 | |
5350 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
5351 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
5352 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
5353 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
5354 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
5355 Forge. | |
5356 | |
5809 | 5357 2006-05-11 John W. Eaton <jwe@octave.org> |
5358 | |
5815 | 5359 * path/path.m: Delete (now a built-in function). |
5360 | |
5811 | 5361 * pkg/Makefile.in: New file. |
5362 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 5363 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 5364 |
5808 | 5365 2006-05-10 John W. Eaton <jwe@octave.org> |
5366 | |
5367 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
5368 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
5369 | |
5807 | 5370 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
5371 | |
5372 * tar.m, untar.m, unzip.m: New files. | |
5373 | |
5801 | 5374 2006-05-10 John W. Eaton <jwe@octave.org> |
5375 | |
5804 | 5376 * path/addpath.m, path/rmpath.m: Improve compatibility. |
5377 * path/setpath.m: Delete. | |
5378 | |
5801 | 5379 * pkg/pkg.m: New file. |
5380 | |
5798 | 5381 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
5382 | |
5383 * plot/plot.m: Doc string fix. | |
5384 | |
5385 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
5386 | |
5387 * testfun/speeed.m: Use new interface to unique and assert. | |
5388 Improve documentation. Approximate time complexity from log-log | |
5389 plot. Return time complexity and raw times if requested. The | |
5390 mean ratio is no longer returned. Provide complete control over | |
5391 which n are computed. | |
5392 | |
5393 2006-05-09 John W. Eaton <jwe@octave.org> | |
5394 | |
5395 * path/path.m: Move here from miscellaneous. | |
5396 Adapt to new LOADPATH definition. | |
5397 | |
5789 | 5398 2006-05-03 David Bateman <dbateman@free.fr> |
5399 | |
5400 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
5401 explicit uses of a path seperation character with pathsep(). | |
5402 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5403 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 5404 |
6778 | 5405 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 5406 |
5781 | 5407 2006-04-29 John W. Eaton <jwe@octave.org> |
5408 | |
5409 * startup/main-rcfile: Disable some warnings. | |
5410 | |
5762 | 5411 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
5412 | |
5413 * strings/strcmpi.m: Return false instead of error if args are not | |
5414 char or cellstr. | |
5415 | |
5750 | 5416 2006-04-10 John W. Eaton <jwe@octave.org> |
5417 | |
5418 * miscellaneous/dir.m: Ensure that returned structure array is | |
5419 Nx1, not 1xN. | |
5420 | |
5746 | 5421 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
5422 | |
5423 * plot/hist.m: Ignore NaN in inputs. | |
5424 | |
5745 | 5425 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
5426 | |
5427 * miscellaneous/mkoctfile.m: Doc string fix. | |
5428 | |
5741 | 5429 2006-04-05 John W. Eaton <jwe@octave.org> |
5430 | |
5431 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
5432 are both empty. | |
5433 * plot/__plt__.m: Ignore empty data and format strings returned | |
5434 from __plt1__ or __plt2__. | |
5435 | |
5737 | 5436 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
5437 | |
6778 | 5438 * set/unique.m: Properly handle single column input when |
5737 | 5439 "rows" is specified. |
5440 | |
5732 | 5441 2006-04-04 John W. Eaton <jwe@octave.org> |
5442 | |
5736 | 5443 * path/setpath.m: New file. |
5444 * path/savepath.m: Use setpath to set path instead of assigning | |
5445 directly to LOADPATH. | |
5446 | |
5732 | 5447 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
5448 New files, adapted from Octave Forge by Keith Goodman | |
5449 <kwgoodman@gmail.com>. | |
5450 * path: New directory. | |
5451 * Makefile.in (SUBDIRS): Add it to the list. | |
5452 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
5453 | |
5731 | 5454 2006-04-02 David Bateman <dbateman@free.fr> |
5455 | |
5456 * general/tril.m, general.triu.m: | |
5457 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
5458 to allow user types to work correctly. | |
5459 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
5460 | |
5727 | 5461 2006-04-03 David Bateman <dbateman@free.fr> |
5462 | |
5463 * plot/grid.m: Cache the state of the grid to allow toggling. | |
5464 Accept keyword "minor" for minor grid. | |
5465 | |
5721 | 5466 2006-03-28 John W. Eaton <jwe@octave.org> |
5467 | |
5468 * general/isscalar.m: Only require that all dimensions are 1 for | |
5469 compatiblity. | |
5470 | |
5471 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
5472 | |
5473 * general/isvector.m: Allow non-numeric objects to be vectors for | |
5474 compatibility. | |
5475 | |
5720 | 5476 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
5477 | |
5478 * plot/__errplot__.m: Doc string fix. | |
5479 | |
5480 * miscellaneous/doc.m: Mark as command. | |
5481 | |
5482 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
5483 general/isequalwithequalnans.m, general/blkdiag.m, | |
5484 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
5485 | |
5717 | 5486 2006-03-27 Don Bindner <dbindner@truman.edu> |
5487 | |
5488 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
5489 return 3d matrices. | |
5490 | |
5491 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
5492 | |
5493 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
5494 | |
5708 | 5495 2006-03-22 John W. Eaton <jwe@octave.org> |
5496 | |
5497 * plot/print.m: Don't replot after popping terminal setting. | |
5498 | |
5696 | 5499 2006-03-20 John W. Eaton <jwe@octave.org> |
5500 | |
5501 * miscellaneous/mkoctfile.m: Use version-specific name of | |
5502 mkoctfile. Use fullfile to construct file name. | |
5503 | |
5695 | 5504 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
5505 | |
5506 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
5507 shell script from Octave prompt. | |
5508 | |
5690 | 5509 2006-03-17 John W. Eaton <jwe@octave.org> |
5510 | |
5693 | 5511 * deprecated/weibcdf.m, deprecated/weibinv.m, |
5512 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
5513 | |
5514 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
5515 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
5516 Call new wbl functions to do the real work. | |
5517 Swap args and provide default values as necessary to preserve | |
5518 compatibility with old version of Octave. | |
5519 | |
5520 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
5521 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
5522 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
5523 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
5524 Swap scale and shape args for compatibility. | |
5525 | |
5692 | 5526 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
5527 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
5528 Preserve compatibility with old versions of Octave given new | |
5529 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 5530 |
5692 | 5531 * statistics/distributions/logncdf.m, |
5532 statistics/distributions/logninv.m, | |
5533 statistics/distributions/lognpdf.m, | |
5534 statistics/distributions/lognrnd.m: Compatibility fixes. | |
5535 From Ben Barrowes <barrowes@alum.mit.edu> | |
5536 | |
5691 | 5537 * deprecated/hypergeometric_rnd.m: Update interface to match |
5538 current 2.1.x version. | |
5539 | |
5540 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
5541 | |
5690 | 5542 * miscellaneous/dir.m: Use readdir instead of glob. |
5543 Special case for "." to avoid globbing. Use list_in_columns. | |
5544 Eliminate unused variables len and finfo. | |
5545 | |
5689 | 5546 2006-03-16 Bill Denney <bill@givebillmoney.com> |
5547 | |
5548 * miscellaneous/dir.m: Improve compatibility. | |
5549 | |
5687 | 5550 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5551 | |
5552 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5553 time/now.m, time/weekday.m: New functions from Octave Forge. | |
5554 | |
5686 | 5555 2006-03-16 John W. Eaton <jwe@octave.org> |
5556 | |
5557 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
5558 of looking at sum of max dimensions. | |
5559 | |
5681 | 5560 2006-03-16 David Bateman <dbateman@free.fr> |
5561 | |
5562 * testfun/test.m: Clear last warning before warning test to avoid | |
5563 issues with previously set warnings. | |
5564 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
5565 sparse matrices. Force matrix type from spqr solution to be | |
5566 singular to force QR solvers to be used for assert. | |
5567 | |
5678 | 5568 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5569 | |
5570 * strings/strfind.m: New file. | |
5571 | |
5677 | 5572 2006-03-16 John W. Eaton <jwe@octave.org> |
5573 | |
5574 * general/rows.m, general/columns.m: Delete. | |
5575 | |
5674 | 5576 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5577 | |
5578 * strings/strcmpi.m: Simplify. | |
5579 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 5580 * strings/strtrunc.m: New file. |
5674 | 5581 |
5676 | 5582 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
5583 | |
5672 | 5584 2006-03-15 John W. Eaton <jwe@octave.org> |
5585 | |
5586 * miscellaneous/doc.m: New file. | |
5587 From Soren Hauberg <soren@hauberg.org>. | |
5588 | |
5671 | 5589 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
5590 | |
5591 * miscellaneous/mkoctfile.m: New file. | |
5592 | |
5670 | 5593 2006-03-15 John W. Eaton <jwe@octave.org> |
5594 | |
5595 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
5596 | |
5666 | 5597 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
5598 | |
5599 * strings/bin2dec.m: Doc fix. | |
5600 | |
5661 | 5601 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
5602 | |
5603 * time/etime.m: Use datenum to support times spanning year boundaries. | |
5604 * time/datenum.m: New function to compute day number from time. | |
5605 | |
5659 | 5606 2006-03-09 John W. Eaton <jwe@octave.org> |
5607 | |
5608 * miscellaneous/unix.m, plot/print.m: | |
5609 Swap order of outputs from system. | |
5610 | |
5642 | 5611 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
5612 | |
5613 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
5614 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
5615 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
5616 control/base/__stepimp__.m, control/base/are.m, | |
5617 control/base/controldemo.m, control/base/damp.m, | |
5618 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
5619 control/base/step.m, control/system/abcddim.m, | |
5620 control/system/is_abcd.m, control/system/is_controllable.m, | |
5621 control/system/is_detectable.m, control/system/is_observable.m, | |
5622 control/system/is_stabilizable.m, control/system/is_stable.m, | |
5623 control/system/jet707.m, control/system/sys2fir.m, | |
5624 control/system/sysdimensions.m, control/system/sysupdate.m, | |
5625 control/system/tfout.m, control/system/ugain.m, | |
5626 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
5627 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
5628 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
5629 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
5630 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
5631 general/circshift.m, general/columns.m, general/flipdim.m, | |
5632 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
5633 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
5634 general/isequalwithequalnans.m, general/isscalar.m, | |
5635 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
5636 general/logspace.m, general/mod.m, general/nextpow2.m, | |
5637 general/num2str.m, general/perror.m, general/pol2cart.m, | |
5638 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
5639 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
5640 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
5641 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
5642 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
5643 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
5644 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
5645 miscellaneous/license.m, miscellaneous/menu.m, | |
5646 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
5647 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
5648 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
5649 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
5650 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
5651 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
5652 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
5653 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
5654 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
5655 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
5656 polynomial/polyinteg.m, polynomial/polyout.m, | |
5657 polynomial/polyreduce.m, polynomial/polyval.m, | |
5658 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
5659 set/create_set.m, set/intersection.m, set/ismember.m, | |
5660 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
5661 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
5662 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
5663 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
5664 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
5665 special-matrix/hilb.m, special-matrix/invhilb.m, | |
5666 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
5667 special-matrix/vander.m, statistics/base/median.m, | |
5668 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
5669 statistics/distributions/gaminv.m, | |
5670 statistics/distributions/gampdf.m, | |
5671 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
5672 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
5673 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
5674 strings/lower.m, strings/upper.m, testfun/assert.m, | |
5675 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
5676 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
5677 | |
5633 | 5678 2006-02-27 John W. Eaton <jwe@octave.org> |
5679 | |
5680 * time/tic.m: Move here from miscellaneous/tic.m. | |
5681 * time/toc.m: Move here from miscellaneous/toc.m. | |
5682 | |
5683 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
5684 | |
5685 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
5686 does not assign output of toc to a variable. | |
5687 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5688 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 5689 |
5690 * axis.m: Catch limits that are the same and return an error. | |
5691 | |
5625 | 5692 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5693 | |
5694 * plot/print.m: Accept emf device option to support Enhanced | |
5695 Metafile format. | |
5696 | |
5697 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
5698 | |
5699 * control/base/lqe.m: Doc fix. | |
5700 | |
5623 | 5701 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
5702 | |
5703 * statistics/distributions/gamcdf.m: Doc fix. | |
5704 * statistics/distributions/gaminv.m: Doc fix. | |
5705 * statistics/distributions/gampdf.m: Doc fix. | |
5706 * statistics/distributions/gamrnd.m: Doc fix. | |
5707 | |
5610 | 5708 2006-02-09 David Bateman <dbateman@free.fr> |
5709 | |
6778 | 5710 * general/triu.m: Minimum change to allow sparse matrix. More needed |
5711 for arbitrary user type. | |
5712 * general/tril.m: ditto. | |
5713 * sparse/sprand.m: Doc fix. | |
5714 * sparse/sprandn.m: Ditto. | |
5715 * sparse/sprandsym.m: New function. | |
5716 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
5717 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
5718 Update for syntax error for latest texinfo.tex file. | |
5610 | 5719 |
5605 | 5720 2006-02-02 John W. Eaton <jwe@octave.org> |
5721 | |
5722 * plot/grid.m: Append ";\n" to "set grid" command. | |
5723 | |
5724 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
5725 | |
5726 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
5727 | |
5597 | 5728 2006-01-13 John W. Eaton <jwe@octave.org> |
5729 | |
5730 * audio/Makefile.in, control/base/Makefile.in, | |
5731 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
5732 control/system/Makefile.in, control/util/Makefile.in, | |
5733 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
5734 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
5735 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
5736 optimization/Makefile.in, plot/Makefile.in, | |
5737 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5738 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5739 special-matrix/Makefile.in, startup/Makefile.in, | |
5740 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5741 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5742 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
5743 (all): Depend on PKG_ADD. | |
5744 (PKG_ADD): New target. | |
5745 | |
5746 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
5747 | |
5748 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
5749 | |
5596 | 5750 2006-01-13 John W. Eaton <jwe@octave.org> |
5751 | |
5752 * time/etime.m: Move here from miscellaneous/etime.m. | |
5753 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
5754 | |
5595 | 5755 2006-01-13 Bill Denney <bill@givebillmoney.com> |
5756 | |
6778 | 5757 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 5758 * miscellaneous/fullfile.m: Likewise. |
5759 | |
5592 | 5760 2006-01-12 David Bateman <dbateman@free.fr> |
5761 | |
5762 * general/blkdiag.m: Compatible behavior for empty matrices | |
5763 * statistics/base/unidrnd.m: Documentation buglet. | |
5764 | |
5583 | 5765 2005-12-14 David Bateman <dbateman@free.fr> |
5766 | |
5589 | 5767 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
5768 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
5769 | |
5770 * Makefile.in (SUBDIRS): Include testfun. | |
5771 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
5772 | |
5583 | 5773 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
5774 | |
5775 * general/__isequal__.m: Remove reference to getfield. | |
5776 | |
5777 * plot/hist.m: Update test code for row/column discrepencies. | |
5778 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
5779 Update the test code for this. | |
5780 * sparse/spstats.m: Fix small bug in the dimension of output. | |
5781 | |
5579 | 5782 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5783 | |
5784 * cell/cell2mat.m: New file, from octave-forge. | |
5785 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5786 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 5787 |
5788 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
5789 New graph theory functions. | |
5790 | |
5574 | 5791 2005-12-13 John W. Eaton <jwe@octave.org> |
5792 | |
5793 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
5794 | |
5795 * control/system/ss.m: Doc fix. | |
5796 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5797 | |
5572 | 5798 2005-12-12 Michael Zeising <michael@michaels-website.de> |
5799 | |
5800 * audio/wavread.m, audio/wavwrite.m: | |
5801 Correct scaling for 8-bit linear pcm samples. | |
5802 Improve scaling for all other linear pcm resolutions. | |
5803 | |
5568 | 5804 2005-12-07 John W. Eaton <jwe@octave.org> |
5805 | |
5806 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
5807 | |
5808 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
5809 * strings/strjust.m: Likewise. | |
5810 | |
5811 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
5812 * signal/arma_rnd.m: Likewise. | |
5813 * strings/strcat.m: Likewise. | |
5814 * control/base/__freqresp__.m: Likewise. | |
5815 * control/base/place.m: Likewise. | |
5816 * control/base/pzmap.m: Likewise. | |
5817 * control/base/pzmap.m: Likewise. | |
5818 * control/system/sysappend.m: Likewise. | |
5819 * control/system/syscont.m: Likewise. | |
5820 * control/system/sysdisc.m: Likewise. | |
5821 * control/system/sysgroup.m: Likewise. | |
5822 * control/system/tfout.m: Likewise. | |
5823 * control/system/zpout.m: Likewise. | |
5824 * control/util/__outlist__.m: Likewise. | |
5825 | |
5567 | 5826 2005-12-06 John W. Eaton <jwe@octave.org> |
5827 | |
5828 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
5829 Avoid for loop in interleave/deinterleave steps. | |
5830 | |
5565 | 5831 2005-12-06 Michael Zeising <michael@michaels-website.de> |
5832 | |
5833 * audio/wavread.m, audio/wavwrite.m: New files. | |
5834 | |
5563 | 5835 2005-12-06 John W. Eaton <jwe@octave.org> |
5836 | |
5837 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
5838 | |
5560 | 5839 2005-12-05 John W. Eaton <jwe@octave.org> |
5840 | |
5561 | 5841 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 5842 |
5558 | 5843 2005-12-02 John W. Eaton <jwe@octave.org> |
5844 | |
5845 * miscellaneous/fileattrib.m: New function. | |
5846 | |
5556 | 5847 2005-12-01 John W. Eaton <jwe@octave.org> |
5848 | |
5849 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
5850 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
5851 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
5852 | |
5555 | 5853 2005-11-30 John W. Eaton <jwe@octave.org> |
5854 | |
5855 * linear-algebra/krylov.m: Format doc string. | |
5856 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5857 | |
5551 | 5858 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
5859 | |
5860 * general/blkdiag.m: Import from octave-forge. | |
5861 Ignore empty matrices in the input. Add tests. | |
5549 | 5862 |
5863 * general/isequal.m, general/isequalwithequalnans.m: | |
5864 New wrapper scripts for general/__isequal__.m. | |
5865 * general/__isequal__.m: Rename from general/isequal.m. | |
5866 New arg, nans_compare_equal. | |
5867 | |
5548 | 5868 2005-11-29 John W. Eaton <jwe@octave.org> |
5869 | |
5870 * miscellaneous/ver.m: Use new uname built-in function instead of | |
5871 calling system. Only append octave_forge_string if | |
5872 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
5873 Call license instead of hard-coding license info here. | |
5874 | |
5875 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 5876 __octave_licenses__. Use puts instead of disp. |
5548 | 5877 Use getuid and getpwuid instead of calling unix ("id -un"). |
5878 If nargout = 1, return license info instead of printing usage message. | |
5879 | |
5546 | 5880 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5881 | |
5882 * miscellaneous/ver.m: New file. | |
5883 * miscellaneous/license.m: New file. | |
5884 | |
5545 | 5885 2005-11-22 John W. Eaton <jwe@octave.org> |
5886 | |
5887 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
5888 gnuplot set command. | |
5889 | |
5539 | 5890 2005-11-15 John W. Eaton <jwe@octave.org> |
5891 | |
5892 * general/shiftdim.m: Doc fix. | |
5893 | |
5532 | 5894 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
5895 | |
5896 * set/unique.m: Doc string fix. | |
5897 | |
5527 | 5898 2005-11-01 John W. Eaton <jwe@octave.org> |
5899 | |
5900 * Makefile.in (distclean, maintainer-clean): | |
5901 Also remove autom4te.cache directory. | |
5902 From Quentin Spencer <qspencer@ieee.org>. | |
5903 | |
5518 | 5904 2005-10-28 John W. Eaton <jwe@octave.org> |
5905 | |
5906 * general/shiftdim.m: Compatibility fix for row vectors. | |
5907 Correct check for non-scalar non-integer shift. For positive | |
5908 N, shift is remainder of N and number of dims. Always return NS. | |
5909 Simplify. | |
5910 | |
5500 | 5911 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
5912 | |
5913 * general/randperm.m: Improve compatibility by allowing input | |
5914 value of zero. | |
5915 | |
5493 | 5916 2005-10-13 John W. Eaton <jwe@octave.org> |
5917 | |
5918 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
5919 If in multiplot mode, clear plot before issuing new plot command. | |
5920 | |
5921 * plot/__setup_plot__.m: New function. | |
5922 * plot/__plt__.m, plot__errplot__.m: Use it. | |
5923 Handle multiplot data and offsets here. | |
5924 | |
5925 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
5926 Move initialization to __setup_plot__.m. | |
5927 | |
5928 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
5929 Don't reset gnuplot_command_replot. | |
5930 | |
5931 * plot/replot.m: Handle multiplot data and offsets here. | |
5932 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
5933 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
5934 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
5935 | |
5489 | 5936 2005-10-12 John W. Eaton <jwe@octave.org> |
5937 | |
5938 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
5939 | |
5482 | 5940 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
5941 | |
5942 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
5943 weibrnd.m: Removed calls and references to deprecated _pdf and | |
5944 _inv functions. | |
5945 * chi2pdf.m: Fixed typos in the documentation. | |
5946 | |
5475 | 5947 2005-09-28 John W. Eaton <jwe@octave.org> |
5948 | |
5476 | 5949 * miscellaneous/single.m: New function. |
5950 | |
5475 | 5951 * statistics/base/unidrnd.m: New function. |
5952 | |
5474 | 5953 2005-09-27 John W. Eaton <jwe@octave.org> |
5954 | |
5955 * miscellaneous/dir.m: Filename never includes directory part. | |
5956 | |
5464 | 5957 2005-09-22 John W. Eaton <jwe@octave.org> |
5958 | |
5959 * polynomial/residue.m: Use logical indexing instead of find.. | |
5960 | |
5961 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
5962 | |
5963 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
5964 and zero poles. | |
5965 | |
5462 | 5966 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
5967 | |
5968 * strings/deblank.m: Handle cell arrays. | |
5969 * strings/split.m: New argument, N, to limit number of splits. | |
5970 | |
5971 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
5972 | |
5973 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
5974 | |
5460 | 5975 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
5976 | |
5977 * control/base/rlocus.m: Doc fix. | |
5978 | |
5459 | 5979 2005-09-20 John W. Eaton <jwe@octave.org> |
5980 | |
5981 * general/isvector.m: Improve compatibility. | |
5982 | |
5983 * general/postpad.m: Allow first argument to be a scalar. | |
5984 Allow padding to extend dimensionality. | |
5985 * general/prepad.m: Likewise. | |
5986 | |
5448 | 5987 2005-09-14 Daniel <durbano@shbano.com> |
5988 | |
5989 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 5990 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
5991 /control/base/dgram.m: Doc string fixes. | |
5448 | 5992 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
5993 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5994 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 5995 |
5996 * saveimage.m: Do not ignore most significant bit when writing | |
5997 black and white images to file. | |
5998 | |
5443 | 5999 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
6000 | |
6001 * audio/playaudio.m, control/base/__bodquist__.m, | |
6002 control/base/lqg.m, control/obsolete/dezero.m, | |
6003 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
6004 control/system/c2d.m, control/system/cellidx.m, | |
6005 control/system/d2c.m, control/system/dmr2d.m, | |
6006 control/system/is_signal_list.m, control/system/listidx.m, | |
6007 control/system/ss.m, control/system/sysappend.m, | |
6008 control/system/sysconnect.m, control/system/sysdup.m, | |
6009 control/system/sysgetsignals.m, control/system/sysidx.m, | |
6010 control/system/sysprune.m, control/system/syssetsignals.m, | |
6011 control/system/tfout.m, control/system/zpout.m, | |
6012 control/util/prompt.m, control/util/sortcom.m, | |
6013 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
6014 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
6015 general/num2str.m, general/repmat.m, general/sortrows.m, | |
6016 general/strerror.m, image/colormap.m, image/imshow.m, | |
6017 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
6018 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
6019 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
6020 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
6021 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
6022 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
6023 plot/print.m, plot/title.m, plot/top_title.m, | |
6024 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
6025 statistics/base/mean.m, statistics/base/moment.m, | |
6026 statistics/tests/cor_test.m, | |
6027 statistics/tests/kolmogorov_smirnov_test.m, | |
6028 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6029 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
6030 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6031 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6032 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6033 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6034 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6035 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
6036 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6037 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6038 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
6039 Avoid deprecated functions. Use ischar instead of isstr. Use | |
6040 isvector instead of is_vector. Use isstruct instead of | |
6041 is_struct. Use char instead of setstr. | |
6042 | |
5435 | 6043 2005-08-31 Daniel <durbano@shbano.com> |
6044 | |
6045 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
6046 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
6047 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6048 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6049 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 6050 |
6051 * image/saveimage.m: Open output file in binary mode. | |
6052 | |
6053 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
6054 | |
5427 | 6055 2005-08-16 John W. Eaton <jwe@octave.org> |
6056 | |
6057 * miscellaneous/computer.m: Handle optional maxsize and endian | |
6058 outputs. | |
6059 | |
5426 | 6060 2005-08-15 John W. Eaton <jwe@octave.org> |
6061 | |
6062 * strings/strcat.m: Allow single argument. | |
6063 | |
5416 | 6064 2005-07-18 John W. Eaton <jwe@octave.org> |
6065 | |
6066 * strings/strcmp.m: Delete. | |
6067 | |
5413 | 6068 2005-07-13 John W. Eaton <jwe@octave.org> |
6069 | |
6070 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
6071 versions of Octave. | |
6072 | |
6073 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
6074 | |
6075 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
6076 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
6077 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
6078 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
6079 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
6080 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
6081 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
6082 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
6083 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
6084 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
6085 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
6086 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
6087 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
6088 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
6089 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
6090 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
6091 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
6092 * statistics/distributions/finv.m: Rename from f_inv.m. | |
6093 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
6094 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
6095 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
6096 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
6097 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
6098 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
6099 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
6100 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
6101 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
6102 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
6103 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
6104 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
6105 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
6106 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
6107 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
6108 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
6109 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
6110 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
6111 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
6112 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
6113 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
6114 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
6115 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
6116 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
6117 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
6118 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
6119 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
6120 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
6121 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
6122 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 6123 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 6124 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
6125 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
6126 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
6127 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
6128 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
6129 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
6130 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
6131 | |
6132 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
6133 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
6134 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
6135 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
6136 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
6137 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
6138 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
6139 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
6140 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
6141 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
6142 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
6143 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
6144 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
6145 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
6146 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
6147 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
6148 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
6149 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
6150 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
6151 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
6152 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
6153 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
6154 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
6155 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
6156 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
6157 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
6158 deprecated/wiener_rnd.m: New files. | |
6159 | |
5408 | 6160 2005-07-08 John W. Eaton <jwe@octave.org> |
6161 | |
6162 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
6163 * deprecated/weibull_rnd.m: New file. | |
6164 | |
5407 | 6165 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
6166 | |
6167 * strings/dec2base.m: Allow matrix arguments. | |
6168 | |
5406 | 6169 2005-07-08 John W. Eaton <jwe@octave.org> |
6170 | |
6171 * plot/__errplot__.m: Use __plot_globals__. | |
6172 * plot/__plt__.m: Likewise. | |
6173 * plot/figure.m: Likewise. | |
6174 | |
6175 * plot/hold.m: New file. | |
6176 * plot/ishold.m: New file. | |
6177 * plot/__plot_globals__.m: New file. | |
6178 | |
5400 | 6179 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
6180 | |
6181 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
6182 | |
6183 2005-07-05 John W. Eaton <jwe@octave.org> | |
6184 | |
6185 * strings/findstr.m: Return [] for no matches. | |
6186 | |
5399 | 6187 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
6188 | |
6189 * miscellaneous/tic.m: Fix doc string. | |
6190 | |
5395 | 6191 2005-06-15 John W. Eaton <jwe@octave.org> |
6192 | |
6193 * polynomial/polyfit.m: Force return value to be a row vector. | |
6194 | |
5393 | 6195 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
6196 | |
6197 * general/isequal.m: Correct nargin check. | |
6198 | |
5388 | 6199 2005-06-14 John W. Eaton <jwe@octave.org> |
6200 | |
6201 * general/isvector.m: Handle N-d arrays. | |
6202 From Bill Denney <denney@seas.upenn.edu>. | |
6203 | |
5381 | 6204 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
6205 | |
6206 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 6207 |
5377 | 6208 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
6209 | |
6210 * signal/freqz.m: Use correct calculations when given a vector of | |
6211 frequencies. Improve accuracy of returned frequency vector. | |
6212 Improve speed for medium length filters (at a slight cost for slow | |
6213 filters). Add test cases. | |
6214 | |
5373 | 6215 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
6216 | |
6217 * plot/loglog.m: Fix set commands. | |
6218 | |
5381 | 6219 2005-05-25 John W. Eaton <jwe@octave.org> |
6220 | |
6221 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
6222 | |
5371 | 6223 2005-05-24 John W. Eaton <jwe@octave.org> |
6224 | |
5373 | 6225 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
6226 | |
5372 | 6227 * strings/strncmp.m: New file, from Tom Holroyd |
6228 <tomh@kurage.nimh.nih.gov>. | |
6229 | |
5371 | 6230 * strings/strcmp.m: Return logical values in all cases. |
6231 | |
5366 | 6232 2005-05-23 John W. Eaton <jwe@octave.org> |
6233 | |
6234 * plot/orient.m: New file. Adapt to Octave coding style. | |
6235 Texinfoize doc string. | |
6236 | |
6237 * plot/print.m: New file. Adapt to Octave coding style. Include | |
6238 PKG_ADD command. Use set terminal consistently throughout. Use | |
6239 set terminal push/pop and unconditionally set output to screen | |
6240 when done to avoid requiring gget. Use a cell array for dev_list | |
6241 and cellidx to search for items in the list. Delete local | |
6242 variable endl. Don't set and restore automatic_replot. Use {} | |
6243 instead of nth to index varargin. Delete local variable | |
6244 va_arg_cnt. | |
6245 | |
5355 | 6246 2005-05-18 John W. Eaton <jwe@octave.org> |
6247 | |
6248 * general/num2str.m: Return early if X is a character string. | |
6249 | |
5347 | 6250 2005-05-11 John W. Eaton <jwe@octave.org> |
6251 | |
5348 | 6252 * strings/findstr.m: Allow non-string arguments for compatiblity. |
6253 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
6254 | |
5347 | 6255 * plot/polar.m: Don't call __pltopt__ here. |
6256 | |
5333 | 6257 2005-05-02 John W. Eaton <jwe@octave.org> |
6258 | |
6259 * mkdoc: Print header message. | |
6260 | |
5319 | 6261 2005-04-28 John W. Eaton <jwe@octave.org> |
6262 | |
6263 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
6264 startup/octaverc. | |
6265 | |
5318 | 6266 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
6267 | |
6268 * image/imshow.m: Handle various image depths and 3d RGB images. | |
6269 (__im_numeric_limits__): New internal function. | |
6270 | |
5317 | 6271 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
6272 | |
6273 * statistics/tests/anova.m: Compute total_mean as mean of all | |
6274 data, not mean of group_mean. | |
6275 | |
6276 2005-04-28 John W. Eaton <jwe@octave.org> | |
6277 | |
6278 * startup/local-rcfile: New file. | |
6279 * startup/main-rcfile: Rename from startup/octaverc. | |
6280 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
6281 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
6282 Install local-rcfile in $(localfcnfiledir)/startup. | |
6283 | |
6284 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
6285 | |
6286 * startup/inputrc: New file. | |
6287 * startup/octaverc: Configure readline using inputrc from | |
6288 startupfiledir. | |
6289 * startup/Makefile.in (install, install-strip): Install octaverc | |
6290 in $(fcnfiledir)/startup. | |
6291 | |
5310 | 6292 2005-04-27 John W. Eaton <jwe@octave.org> |
6293 | |
6294 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
6295 | |
5289 | 6296 2005-04-21 John W. Eaton <jwe@octave.org> |
6297 | |
6298 * optimization/glpk.m: Handle SENSE argument. | |
6299 | |
6300 * optimization/qp.m, optimization/sqp.m: New files. | |
6301 | |
5276 | 6302 2005-04-08 John W. Eaton <jwe@octave.org> |
6303 | |
6304 * Makefile.in (clean, distclean, maintainer-clean): | |
6305 Avoid duplication in rules. | |
6306 | |
5252 | 6307 2005-03-28 John W. Eaton <jwe@octave.org> |
6308 | |
6309 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
6310 setting {no,}parametric. | |
6311 * plot/figure.m: Likewise, for setting terminal type. | |
6312 | |
6313 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
6314 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
6315 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
6316 plot/title.m, plot/top_title.m: Avoid eval. | |
6317 | |
5251 | 6318 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6319 | |
5253 | 6320 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
6321 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
6322 Use __gnuplot_replot__ instead of replot. | |
6323 | |
5252 | 6324 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
6325 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
6326 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
6327 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
6328 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
6329 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
6330 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 6331 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 6332 |
5251 | 6333 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
6334 | |
5244 | 6335 2005-03-24 John W. Eaton <jwe@octave.org> |
6336 | |
6337 * optimization/glpkmex.m: Texinfoize Doc string. | |
6338 * optimization/glpk.m: Likewise. | |
6339 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
6340 (row vectors are orginary character strings). | |
6341 * optimization/glpkparam.m: Delete. | |
6342 | |
5243 | 6343 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
6344 | |
6345 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
6346 of dimensions of X. | |
6347 | |
5237 | 6348 2005-03-23 John W. Eaton <jwe@octave.org> |
6349 | |
5239 | 6350 * general/tril.m, general/triu.m: Return value of same class as |
6351 argument. | |
6352 | |
5237 | 6353 * optimization/glpk.m: Simplify interface. By default, solve |
6354 standard LP min C'*x s.t. A*x = b, x >= 0. | |
6355 * optimization/glpkmex.m: New file. | |
6356 | |
5232 | 6357 2005-03-22 John W. Eaton <jwe@octave.org> |
6358 | |
5237 | 6359 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
6360 list. | |
6361 | |
5233 | 6362 * optimization/glpk.m: Adapt to Octave coding style. |
6363 No need for varargout or varargin. | |
6364 Print usage message if nargin > 11. | |
6365 Allow any value of nargout. | |
6366 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
6367 Avoid looping when checking character classes. | |
6368 | |
5232 | 6369 * optimization: New directory. |
6370 * Makefile.in (SUBDIRS): Add it to the list. | |
6371 * optimization/Makefile.in: New file. | |
6372 * optimization/glpk.m, optimization/glpkparams.m, | |
6373 optimization/glpktest1, optimization/glpktest2: New files. | |
6374 | |
5218 | 6375 2005-03-16 Soren Hauberg <soren@hauberg.org> |
6376 | |
6377 * strings/split.m: Quick return for empty second arg. | |
6378 Improve warning for multi-line strings. | |
6379 Speed up by avoiding sprintf in loop and eval. | |
6380 | |
5217 | 6381 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
6382 | |
6383 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
6384 * polynomial/polyder.m: Ditto. | |
6778 | 6385 * polynomial/polygcd.m: New function. |
5217 | 6386 |
5214 | 6387 2005-03-16 John W. Eaton <jwe@octave.org> |
6388 | |
5215 | 6389 * control/base/__stepimp__.m, control/base/bode.m, |
6390 control/base/frdemo.m, control/base/nichols.m, | |
6391 control/base/nyquist.m, control/base/pzmap.m, | |
6392 control/base/rldemo.m, control/base/rlocus.m, | |
6393 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
6394 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
6395 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
6396 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
6397 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
6398 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
6399 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
6400 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
6401 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
6402 plot/xlabel.m, quaternion/demoquat.m, | |
6403 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
6404 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
6405 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
6406 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
6407 gsplot from @seealso docs. | |
5214 | 6408 |
6409 * plot/replot.m: New file. | |
6410 | |
5205 | 6411 2005-03-15 David Bateman <dbateman@free.fr> |
6412 | |
6413 * set/unique.m, set/ismember.m: Handle cell arrays. | |
6414 | |
5196 | 6415 2005-03-09 John W. Eaton <jwe@octave.org> |
6416 | |
6417 * statistics/Makefile.in (bin-dist): Delete target. | |
6418 (BINDISTSUBDIRS): Delete variable. | |
6754 | 6419 * control/Makefile.in: Likewise. |
5196 | 6420 |
5378 | 6421 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 6422 (BINDISTFILES): Delete variable. |
5378 | 6423 * control/base/Makefile.in: Likewise. |
6424 * control/hinf/Makefile.in: Likewise. | |
6425 * control/obsolete/Makefile.in: Likewise. | |
6426 * control/system/Makefile.in: Likewise. | |
6427 * control/util/Makefile.in: Likewise. | |
6428 * deprecated/Makefile.in: Likewise. | |
6429 * elfun/Makefile.in: Likewise. | |
6430 * finance/Makefile.in: Likewise. | |
6431 * general/Makefile.in: Likewise. | |
6432 * image/Makefile.in: Likewise. | |
6433 * sparse/Makefile.in: Likewise. | |
6434 * io/Makefile.in: Likewise. | |
6435 * plot/Makefile.in: Likewise. | |
6436 * Makefile.in: Likewise. | |
6437 * miscellaneous/Makefile.in: Likewise. | |
6438 * linear-algebra/Makefile.in: Likewise. | |
6439 * polynomial/Makefile.in: Likewise. | |
6440 * quaternion/Makefile.in: Likewise. | |
6441 * set/Makefile.in: Likewise. | |
6442 * signal/Makefile.in: Likewise. | |
6443 * specfun/Makefile.in: Likewise. | |
6444 * special-matrix/Makefile.in: Likewise. | |
6445 * startup/Makefile.in: Likewise. | |
6446 * statistics/base/Makefile.in: Likewise. | |
6447 * statistics/distributions/Makefile.in: Likewise. | |
6448 * statistics/models/Makefile.in: Likewise. | |
6449 * statistics/tests/Makefile.in: Likewise. | |
6450 * strings/Makefile.in: Likewise. | |
6451 * time/Makefile.in: Likewise. | |
5196 | 6452 |
5195 | 6453 2005-03-08 John W. Eaton <jwe@octave.org> |
6454 | |
6455 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
6456 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
6457 | |
5192 | 6458 2005-03-04 John W. Eaton <jwe@octave.org> |
6459 | |
6460 * plot/clg.m: New file. | |
6461 | |
5193 | 6462 2005-03-03 John W. Eaton <jwe@octave.org> |
6463 | |
6464 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
6465 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
6466 strings/strcmpi.m: | |
6467 New files from Octave-forge. Adapt to Octave coding standards. | |
6468 | |
5181 | 6469 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
6470 | |
6471 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
6472 computation range. | |
6473 | |
5164 | 6474 2005-02-25 John W. Eaton <jwe@octave.org> |
6475 | |
6476 Sparse merge. | |
6477 | |
6478 2005-01-23 David Bateman <dbateman@free.fr> | |
6479 | |
6480 * sparse/randperm.m: Delete duplicate randperm.m. | |
6481 | |
6482 2005-01-10 John W. Eaton <jwe@octave.org> | |
6483 | |
6484 * sparse/Makefile.in: New file. | |
6485 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
6486 | |
6487 2005-01-07 David Bateman <dbateman@free.fr> | |
6488 | |
6489 * set/unique.m: import file from octave-forge. | |
6490 | |
6491 2005-01-05 David Bateman <dbateman@free.fr> | |
6492 | |
6493 * Makefile.in: include sparse directory in SUBDIRS. | |
6494 | |
6495 2004-12-30 John W. Eaton <jwe@octave.org> | |
6496 | |
6497 * sparse/nzmax.m: Delete (there is an nzmax function in | |
6498 src/DLD-FUNCTIONS/sparse.cc). | |
6499 | |
6500 2004-12-28 John W. Eaton <jwe@octave.org> | |
6501 | |
6502 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
6503 Andy Adler <adler@site.uottawa.ca>. | |
6504 | |
6505 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
6506 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
6507 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
6508 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
6509 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
6510 | |
6511 * sparse: New directory. | |
6512 | |
5158 | 6513 2005-02-22 John W. Eaton <jwe@octave.org> |
6514 | |
6515 * polynomial/residue.m: Force prepad to always create row vectors. | |
6516 | |
6517 * polynomial/poly.m: Quick return if m is 0. | |
6518 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
6519 | |
5154 | 6520 2005-02-21 David Bateman <dbateman@free.fr> |
6521 | |
6522 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
6523 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
6524 Fix for row vectors with at least one element of lambda not in | |
6525 (0, Inf). | |
6526 | |
5152 | 6527 2005-02-21 John W. Eaton <jwe@octave.org> |
6528 | |
5153 | 6529 * statistics/base/qqplot.m: Use feval instead of eval. |
6530 | |
5152 | 6531 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
6532 plot/__axis_label__.m: Issue replot command. | |
6533 | |
5135 | 6534 2005-02-09 John W. Eaton <jwe@octave.org> |
6535 | |
6536 * polynomial/polyderiv.m: Force P to be a row vector. | |
6537 | |
5133 | 6538 2005-02-08 John W. Eaton <jwe@octave.org> |
6539 | |
6540 * strings/dec2base.m: Don't delete leading zero if third arg is | |
6541 provided and len <= computed max_len. | |
6542 | |
5125 | 6543 2005-01-27 David Bateman <dbateman@free.fr> |
6544 | |
6545 * strings/dec2base.m: Be even more careful about handling all digits. | |
6546 | |
6547 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
6548 | |
6549 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
6550 | |
5123 | 6551 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
6552 | |
6553 * statistics/base/median.m: Make it work for the scalar case too. | |
6554 | |
6308 | 6555 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 6556 |
6557 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 6558 Simplify logic for decoding args. |
5117 | 6559 |
5115 | 6560 2005-01-24 John W. Eaton <jwe@octave.org> |
6561 | |
5116 | 6562 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
6563 | |
6564 * plot/__plt__.m: No need to save and reset hold state now. | |
6565 (first_plot): Delete unused variable. | |
6566 | |
5115 | 6567 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
6568 | |
6569 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
6570 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
6571 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6572 plot/__plt2vv__.m: | |
6573 Return data and gnuplot commands instead of evaluating them. | |
6574 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
6575 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
6576 | |
5108 | 6577 2005-01-18 John W. Eaton <jwe@octave.org> |
6578 | |
6579 * linear-algebra/cross.m: Allocate idx1 before use. | |
6580 | |
5096 | 6581 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
6582 | |
6583 * statistics/base/range.m: Fix varargin usage. | |
6584 | |
5091 | 6585 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
6586 | |
6587 * strings/deblank.m: Remove all trailing whitespace (check with | |
6588 isspace), not just SPC. | |
6589 | |
5090 | 6590 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
6591 | |
6592 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
6593 | |
5073 | 6594 2004-11-09 John W. Eaton <jwe@octave.org> |
6595 | |
6596 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
6597 From Julius Smith <jos@ccrma.stanford.edu>. | |
6598 | |
5072 | 6599 2004-11-08 John W. Eaton <jwe@octave.org> |
6600 | |
6601 * plot/__plt2vm__.m: Delete debugging statement. | |
6602 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
6603 | |
5065 | 6604 2004-11-04 John W. Eaton <jwe@octave.org> |
6605 | |
6606 * plot/hist.m: Always return row vectors for vector args. | |
6607 | |
5031 | 6608 2004-09-23 John W. Eaton <jwe@octave.org> |
6609 | |
6610 * strings/strcmp.m: If args are not strings or cell arrays of | |
6611 strings, return zero instead of reporting an error. | |
6612 | |
5021 | 6613 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
6614 | |
6615 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
6616 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
6617 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
6618 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
6619 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
6620 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
6621 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
6622 control/hinf/is_dgkf.m, control/system/c2d.m, | |
6623 control/system/is_detectable.m, control/system/is_sample.m, | |
6624 control/system/is_siso.m, control/system/is_stable.m, | |
6625 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
6626 control/system/sys2tf.m, control/system/sys2zp.m, | |
6627 control/system/sysappend.m, control/system/sysconnect.m, | |
6628 control/system/sysdisc.m, control/system/sysdup.m, | |
6629 control/system/sysgetsignals.m, control/system/sysmult.m, | |
6630 control/system/syssetsignals.m, control/system/syssub.m, | |
6631 control/system/tf2sys.m, control/system/ugain.m, | |
6632 control/system/zp2ss.m, control/system/zp2sys.m, | |
6633 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
6634 special-matrix/toeplitz.m: Fix typos in doc strings. | |
6635 | |
6636 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
6637 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
6638 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
6639 ontrol/system/is_abcd.m, control/system/parallel.m, | |
6640 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
6641 control/system/sysappend.m, control/system/sysconnect.m, | |
6642 control/system/sysdup.m, control/system/sysgroup.m, | |
6643 control/system/sysprune.m, control/system/sysreorder.m, | |
6644 control/system/sysscale.m, control/system/syssub.m, | |
6645 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
6646 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
6647 polynomial/polyout.m, specfun/log2.m: | |
6648 Add output arguments in doc strings. | |
6649 | |
6650 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
6651 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
6652 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
6653 control/base/freqchkw.m, control/base/__freqresp__.m, | |
6654 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
6655 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
6656 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
6657 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
6658 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
6659 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
6660 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
6661 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
6662 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
6663 control/system/c2d.m, control/system/is_abcd.m, | |
6664 control/system/is_controllable.m, control/system/is_detectable.m, | |
6665 control/system/is_observable.m, control/system/is_stable.m, | |
6666 control/system/jet707.m, control/system/ord2.m, | |
6667 control/system/starp.m, control/system/sys2fir.m, | |
6668 control/system/sys2ss.m, control/system/sys2tf.m, | |
6669 control/system/sys2zp.m, control/system/syscont.m, | |
6670 control/system/sysdisc.m, control/system/sysdup.m, | |
6671 control/system/sysgettype.m, control/system/sysgroup.m, | |
6672 control/system/sysmult.m, control/system/sysprune.m, | |
6673 control/system/sysreorder.m, control/system/sysscale.m, | |
6674 control/system/syssetsignals.m, control/system/sysupdate.m, | |
6675 control/system/tf2ss.m, control/system/tf2sys.m, | |
6676 control/system/zp2ss.m, control/system/zp2sys.m, | |
6677 control/util/axis2dlim.m, control/util/prompt.m, | |
6678 control/util/zgfmul.m, control/util/zginit.m, | |
6679 control/util/__zgpbal__.m, control/util/zgscal.m: | |
6680 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
6681 in doc strings. | |
6682 | |
6683 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
6684 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
6685 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
6686 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
6687 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
6688 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
6689 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
6690 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
6691 control/system/c2d.m, control/system/fir2sys.m, | |
6692 control/system/is_stabilizable.m, control/system/jet707.m, | |
6693 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
6694 control/util/zgshsr.m, polynomial/polyout.m: | |
6695 New @tex section(s) in doc strings for better formating of printed | |
6696 output. | |
6697 | |
6698 * control/base/__freqresp__.m, control/base/nyquist.m, | |
6699 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
6700 control/obsolete/syschnames.m, control/system/sysprune.m: | |
6701 Use proper double quote marks for TeX. | |
6702 | |
6703 * control/base/DEMOcontrol.m: Add missing ; | |
6704 | |
6705 * control/base/nichols.m, control/base/rlocus.m, | |
6706 control/obsolete/minfo.m, control/system/is_digital.m, | |
6707 control/system/ss2zp.m, control/system/sysmin.m, | |
6708 control/system/tf2zp.m, control/util/sortcom.m: | |
6709 Convert documentation to use or more completely use Texinfo. | |
6710 | |
6711 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
6712 control/hinf/hinfdemo.m, control/system/ord2.m, | |
6713 control/system/parallel.m, control/system/ss2tf.m, | |
6714 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
6715 art splitting over a page boundary. | |
6716 | |
6717 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
6718 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
6719 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
6720 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
6721 control/hinf/wgt1o.m, control/system/buildssic.m: | |
6722 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
6723 the TeX documentation. | |
6724 | |
6725 * control/system/is_stabilizable.m: | |
6726 Add Copyright so that help is displayed correctly. | |
6727 | |
6728 * special-matrix/vander.m: Octave indexes start at 1. | |
6729 | |
5011 | 6730 2004-09-21 David Bateman <dbateman@free.fr> |
6731 | |
6732 * general/rotdim.m: New function for rotation of an N-d array in an | |
6733 arbitrary plane. | |
6734 | |
6735 * general/flipdim.m: New function to flip an N-d array about an | |
6736 arbitrary axis. | |
6737 | |
5003 | 6738 2004-09-15 David Bateman <dbateman@free.fr> |
6739 | |
6740 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
6741 | |
4992 | 6742 2004-09-15 John W. Eaton <jwe@octave.org> |
6743 | |
6744 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 6745 Use iscellstr to check for cells rather than iscell. |
6746 Improve diagnostics for invalid args. | |
4992 | 6747 |
4983 | 6748 2004-09-10 David Bateman <dbateman@free.fr> |
6749 | |
6750 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
6751 and p with n > 1, and fix for matrix n and p with n == 1. | |
6752 | |
6753 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
6754 due to row vs. column vector operations. | |
6755 | |
4964 | 6756 2004-09-03 David Bateman <dbateman@free.fr> |
6757 | |
6758 * general/repmat.m: Fix to allow logical classes. | |
6759 | |
4950 | 6760 2004-08-31 John W. Eaton <jwe@octave.org> |
6761 | |
6762 * general/isa.m: New function, from Octave-forge. | |
6763 | |
6764 2004-08-31 David Bateman <dbateman@free.fr> | |
6765 | |
6766 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
6767 limitation on the use of int64 and uint64 types, and the use | |
6768 of the eval. | |
6769 | |
6770 * general/bitset.m: Remove superfluous cast to return type, as bug | |
6771 in .^ with integer types is fixed. | |
6772 | |
6773 * general/repmat.m: Adapt to allow integer types. | |
4945 | 6774 |
6775 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
6776 | |
6777 * plot/axis.m: Don't reset axes when querying them. | |
6778 | |
4942 | 6779 2004-08-27 David Bateman <dbateman@free.fr> |
6780 | |
6781 * statistics/base/ranks.m: Handle non-consecutive ties. | |
6782 Eliminate loop. | |
6783 | |
4918 | 6784 2004-07-27 David Bateman <dbateman@free.fr> |
6785 | |
6786 * general/num2str.m: Also insert spaces in output when precision | |
6787 argument is supplied. | |
6788 | |
4915 | 6789 2004-07-23 David Bateman <dbateman@free.fr> |
6790 | |
6791 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
6792 | |
4911 | 6793 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
6794 | |
6795 * general/sub2ind.m: Make reshaping index list unnecessary. | |
6796 | |
6797 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
6798 | |
6799 * miscellaneous/unix.m: Fix doc string. | |
6800 | |
6801 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
6802 | |
6803 * plot/figure.m: Clarification of documentation. | |
6804 | |
6805 * image/imshow.m: Warn for complex images. | |
6806 Only estimate colourmap for images in [0, 65536]. | |
6807 | |
6808 2004-07-22 David Bateman <dbateman@free.fr> | |
6809 | |
6810 * general/num2str.m: Fix the case of an all zero input. | |
6811 | |
4906 | 6812 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
6813 | |
6814 * general/ind2sub.m: Doc fix. | |
6815 | |
4900 | 6816 2004-06-08 John W. Eaton <jwe@octave.org> |
6817 | |
6818 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
6819 convert function handle to string for eval. | |
6820 | |
4898 | 6821 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
6822 | |
6823 * plot/errorbar.m: Remove debugging output. | |
6824 | |
6825 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
6826 | |
6827 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
6828 | |
4897 | 6829 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
6830 | |
4898 | 6831 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
6832 | |
6833 * polynomial/polyout.m: Use parenthesis if necessary around | |
6834 complex polynomial coefficient. | |
6835 | |
4897 | 6836 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
6837 the bug which causes __errplot__ to ignore the last argument. | |
6838 | |
4894 | 6839 2004-06-03 David Bateman <dbateman@free.fr> |
6840 | |
6841 * general/shiftdim.m: New function based on JWE code snippet. | |
6842 | |
6843 * general/circdim.m: New function. | |
6844 | |
4890 | 6845 2004-05-06 David Bateman <dbateman@free.fr> |
6846 | |
6847 * general/issquare.m: Fail if ndim(x) > 2. | |
6848 | |
6849 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
6850 | |
6851 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
6852 N-d array arguments. Add optional dim argument to define | |
6853 dimension along which to operate. | |
6854 | |
6855 * linear-algebra/dmult.m: Allow N-d arrays. | |
6856 | |
6857 * linear-algebra/vec.m: Use v(:) and not reshape. | |
6858 | |
4885 | 6859 2004-04-29 David Bateman <dbateman@free.fr> |
6860 | |
6861 * statistics/base/ranks.m, statistics/base/run_count.m, | |
6862 statistics/base/studentize.m, statistics/base/kurtosis.m | |
6863 statistics/base/statistics.m, statistics/base/skewness.m | |
6864 statistics/base/iqr.m: | |
6865 Make N-d array aware. Allow optional argument to define the | |
6866 dimension along which to operate. Update the documentation. | |
6867 | |
6868 * statistics/base/ranks.m: Change algorithm to use sort, | |
6869 and adjust for the ties after. | |
6870 | |
6871 * statistics/base/run_counts.m: Change algorithm to use | |
6872 the a combination of diff and find, rather than a for-loop. | |
6873 | |
4881 | 6874 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
6875 | |
6876 * plot/hist.m: Correctly determine cutoffs. New tests. | |
6877 | |
4878 | 6878 2004-04-23 David Bateman <dbateman@free.fr> |
6879 | |
6880 * general/int2str.m: Treat only real part of argument, and treat | |
6881 NDArrays by stacking the slices through the matrix vertically. | |
6882 | |
6883 * general/num2str.m: Improve format of integer matrices, and the | |
6884 conversion of complex matrices added. Treat NDArrays by stacking | |
6885 the slices through the matrix vertically. | |
6886 | |
6887 * deprecated/com2str.m: Moved here from general subdirectory. | |
6888 | |
4877 | 6889 2004-04-22 John W. Eaton <jwe@octave.org> |
6890 | |
6891 * quaternion/qtransvmat.m: Use continuation characters to make | |
6892 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
6893 | |
4869 | 6894 2004-04-21 David Bateman <dbateman@free.fr> |
6895 | |
5378 | 6896 * elfun/lcm.m: Make N-d aware. |
4870 | 6897 |
4869 | 6898 * general/diff.m: Make the code N-d array aware. Allow an |
6899 optional argument to define the dimension along which to perform | |
6900 the differences and allow the order of the differences to be larger | |
6901 than the dimension itself. | |
6902 | |
6903 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
6904 use of these functions to 1- and 2-d arrays. | |
6905 | |
4863 | 6906 2004-04-16 John W. Eaton <jwe@octave.org> |
6907 | |
6908 * elfun/gcd.m: Delete. | |
6909 | |
4862 | 6910 2004-04-15 David Bateman <dbateman@free.fr> |
6911 | |
6912 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
6913 | |
6914 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
6915 array aware and and optional argument for the dimension along | |
6916 which to operate. | |
6917 | |
5378 | 6918 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 6919 argument for the dimension to be consistent with other N-d array |
6920 functions. | |
6921 | |
4860 | 6922 2004-04-08 David Bateman <dbateman@free.fr> |
6923 | |
6924 * statistics/distributions/discrete_cdf.m, | |
6925 statistics/distributions/discrete_inv.m, | |
6926 statistics/distributions/discrete_pdf.m, | |
6927 statistics/distributions/discrete_rnd.m, | |
6928 statistics/distributions/exponential_cdf.m, | |
6929 statistics/distributions/exponential_inv.m, | |
6930 statistics/distributions/exponential_pdf.m, | |
6931 statistics/distributions/exponential_rnd.m, | |
6932 statistics/distributions/f_cdf.m, | |
6933 statistics/distributions/f_inv.m, | |
6934 statistics/distributions/f_pdf.m, | |
6935 statistics/distributions/f_rnd.m, | |
6936 statistics/distributions/geometric_cdf.m, | |
6937 statistics/distributions/geometric_inv.m, | |
6938 statistics/distributions/geometric_pdf.m, | |
6939 statistics/distributions/geometric_rnd.m, | |
6940 statistics/distributions/hypergeometric_rnd.m, | |
6941 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
6942 statistics/distributions/laplace_cdf.m, | |
6943 statistics/distributions/laplace_inv.m, | |
6944 statistics/distributions/laplace_pdf.m, | |
6945 statistics/distributions/laplace_rnd.m, | |
6946 statistics/distributions/logistic_inv.m, | |
6947 statistics/distributions/logistic_rnd.m, | |
6948 statistics/distributions/lognormal_cdf.m, | |
6949 statistics/distributions/lognormal_inv.m, | |
6950 statistics/distributions/lognormal_pdf.m, | |
6951 statistics/distributions/lognormal_rnd.m, | |
6952 statistics/distributions/pascal_cdf.m, | |
6953 statistics/distributions/pascal_inv.m, | |
6954 statistics/distributions/pascal_pdf.m, | |
6955 statistics/distributions/pascal_rnd.m, | |
6956 statistics/distributions/poisson_cdf.m, | |
6957 statistics/distributions/poisson_inv.m, | |
6958 statistics/distributions/poisson_pdf.m, | |
6959 statistics/distributions/poisson_rnd.m, | |
6960 statistics/distributions/t_cdf.m, | |
6961 statistics/distributions/t_inv.m, | |
6962 statistics/distributions/t_pdf.m, | |
6963 statistics/distributions/t_rnd.m, | |
6964 statistics/distributions/weibull_cdf.m, | |
6965 statistics/distributions/weibull_inv.m, | |
6966 statistics/distributions/weibull_pdf.m, | |
6967 statistics/distributions/weibull_rnd.m: | |
6968 Allow N-d arrays. | |
6969 | |
6970 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
6971 that results in NaN in places where it should not have had. | |
6972 | |
6973 * statistics/distributions/discrete_rnd.m: New argument formats to | |
6974 allow creating arbitrary matrices, compatiable with the other | |
5583 | 6975 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 6976 |
6977 * statistics/distributions/empirical_rnd.m: New argument formats | |
6978 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 6979 *_rnd.m functions. Maintain compatibility with previous |
4860 | 6980 format. Allow N-d arrays. |
6981 | |
6982 * statistics/distributions/hypergeometric_cdf.m, | |
6983 statistics/distributions/hypergeometric_inv.m, | |
6984 statistics/distributions/hypergeometric_pdf.m, | |
6985 statistics/distributions/wiener_rnd.m: | |
6986 Error for non-scalar arguments. | |
6987 | |
6988 * statistics/distributions/pascal_rnd.m: | |
6989 Correct for n = 1 bug, where all elements were equal. | |
6990 | |
4849 | 6991 2004-04-06 David Bateman <dbateman@free.fr> |
6992 | |
4854 | 6993 * general/common_size.m, miscellaneous/bincoeff.m, |
6994 statistics/distributions/beta_cdf.m, | |
6995 statistics/distributions/beta_inv.m, | |
6996 statistics/distributions/beta_pdf.m, | |
6997 statistics/distributions/beta_rnd.m, | |
6998 statistics/distributions/binomial_cdf.m, | |
6999 statistics/distributions/binomial_inv.m, | |
7000 statistics/distributions/binomial_pdf.m, | |
7001 statistics/distributions/binomial_rnd.m, | |
7002 statistics/distributions/cauchy_cdf.m, | |
7003 statistics/distributions/cauchy_inv.m, | |
7004 statistics/distributions/cauchy_pdf.m, | |
7005 statistics/distributions/cauchy_rnd.m, | |
7006 statistics/distributions/chisquare_cdf.m, | |
7007 statistics/distributions/chisquare_inv.m, | |
7008 statistics/distributions/chisquare_pdf.m, | |
7009 statistics/distributions/chisquare_rnd.m, | |
7010 statistics/distributions/gamma_cdf.m, | |
7011 statistics/distributions/gamma_inv.m, | |
7012 statistics/distributions/gamma_pdf.m, | |
7013 statistics/distributions/gamma_rnd.m, | |
7014 statistics/distributions/normal_cdf.m, | |
7015 statistics/distributions/normal_inv.m, | |
7016 statistics/distributions/normal_pdf.m, | |
7017 statistics/distributions/normal_rnd.m, | |
7018 statistics/distributions/stdnormal_cdf.m, | |
7019 statistics/distributions/stdnormal_pdf.m, | |
7020 statistics/distributions/stdnormal_rnd.m, | |
7021 statistics/distributions/uniform_cdf.m, | |
7022 statistics/distributions/uniform_inv.m, | |
7023 statistics/distributions/uniform_pdf.m, | |
7024 statistics/distributions/uniform_rnd.m: | |
7025 Allow the inputs to be N-d arrays. | |
7026 | |
4852 | 7027 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
7028 * statistics/base/median.m: Likewise. | |
4849 | 7029 |
4844 | 7030 2004-04-02 David Bateman <dbateman@free.fr> |
7031 | |
7032 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 7033 * statistics/base/center.m, statistics/base/meansq.m, |
7034 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 7035 Update for N-d arrays. |
4844 | 7036 * signal/fftshift.m: Fix dimensioning error. |
7037 | |
7038 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 7039 N-d arrays. |
4844 | 7040 |
4852 | 7041 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
7042 | |
7043 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 7044 |
4852 | 7045 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 7046 |
7047 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
7048 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
7049 control/system/sysprune.m: Doc update for usage of cell arrays. | |
7050 | |
7051 * control/system/sysidx.m: Use cellidx and not listidx. | |
7052 | |
4841 | 7053 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
7054 | |
7055 * plot/__pltopt1__.m: Always add title clause to plot command with | |
7056 default of "" (so it is off unless explicitly set by the user). | |
7057 | |
4836 | 7058 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
7059 | |
7060 * image/imshow.m: Accept "truesize" argument. | |
7061 Ignore current colormap. New tests and demos. | |
7062 | |
4834 | 7063 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
7064 | |
7065 * signal/sinewave.m: Allow N to default to M. | |
7066 | |
4826 | 7067 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7068 | |
7069 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
7070 | |
4818 | 7071 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7072 | |
7073 * general/deal.m: New function. | |
4819 | 7074 Add tests from Paul Kienzle. |
4818 | 7075 |
4811 | 7076 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
7077 | |
7078 * plot/hist.m: Compute histogram correctly for n>=30. | |
7079 | |
5095 | 7080 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 7081 |
7082 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
7083 | |
4806 | 7084 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7085 | |
7086 * miscellaneous/horzcat.m: Delete. | |
7087 * miscellaneous/vertcat.m: Delete. | |
7088 | |
4790 | 7089 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7090 | |
7091 * plot/figure.m: Also look for GNUTERM in the environment and use | |
7092 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
7093 | |
4789 | 7094 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7095 | |
7096 * control/base/__stepimp__.m: Only call clearplot if we will be | |
7097 doing multiple plots in the same gnuplot frame. | |
7098 | |
4780 | 7099 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7100 | |
7101 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
7102 control/system/cellidx.m, control/system/ss.m, | |
7103 control/system/tf.m, control/system/zp.m: New functions. | |
7104 | |
4778 | 7105 2004-02-16 Glenn Golden <gdg@zplane.com> |
7106 | |
7107 * statistics/distributions/discrete_inv.m: | |
7108 Reduce memory requirements. | |
7109 | |
4772 | 7110 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7111 | |
7112 * plot/__errcomm__.m: Fix thinko in previous change. | |
7113 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
7114 | |
4771 | 7115 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
7116 | |
7117 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
7118 control/base/analdemo.m, control/base/bddemo.m, | |
7119 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
7120 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
7121 control/base/rldemo.m, control/base/rlocus.m, | |
7122 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
7123 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
7124 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
7125 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
7126 control/obsolete/packsys.m, control/obsolete/series.m, | |
7127 control/system/__sysdefioname__.m, | |
7128 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
7129 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
7130 control/system/c2d.m, control/system/d2c.m, | |
7131 control/system/dmr2d.m, control/system/fir2sys.m, | |
7132 control/system/is_signal_list.m, control/system/is_siso.m, | |
7133 control/system/jet707.m, control/system/listidx.m, | |
7134 control/system/moddemo.m, control/system/ord2.m, | |
7135 control/system/packedform.m, control/system/parallel.m, | |
7136 control/system/ss2sys.m, control/system/sys2tf.m, | |
7137 control/system/sys2zp.m, control/system/sysadd.m, | |
7138 control/system/sysappend.m, control/system/sysconnect.m, | |
7139 control/system/syscont.m, control/system/sysdimensions.m, | |
7140 control/system/sysdisc.m, control/system/sysdup.m, | |
7141 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
7142 control/system/sysgroup.m, control/system/sysmin.m, | |
7143 control/system/sysmult.m, control/system/sysprune.m, | |
7144 control/system/sysrepdemo.m, control/system/sysscale.m, | |
7145 control/system/syssetsignals.m, control/system/syssub.m, | |
7146 control/system/sysupdate.m, control/system/tf2sys.m, | |
7147 control/system/ugain.m, control/system/zp2ss.m, | |
7148 control/system/zp2sys.m, control/util/__outlist__.m, | |
7149 control/util/__zgpbal__.m, control/util/strappend.m: | |
7150 Use cell arrays instead of lists. | |
7151 | |
4723 | 7152 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
7153 | |
7154 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
7155 so that bar (1, 1) will work. | |
7156 | |
4710 | 7157 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7158 | |
4717 | 7159 * plot/__errcomm__.m: Cope with nargin now being a function. |
7160 * plot/__errplot__.m: Likewise. | |
7161 * plot/__plt__.m: Likewise. | |
7162 * plot/plot_border.m: Likewise. | |
7163 | |
4710 | 7164 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
7165 not $(DOCSTRINGS). | |
7166 | |
4706 | 7167 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
7168 | |
7169 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
7170 rank ([], tol). | |
7171 | |
4691 | 7172 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7173 | |
4692 | 7174 * elfun/acot.m: Return atan (1./z). |
7175 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
7176 | |
4691 | 7177 * miscellaneous/dir.m: New file. |
7178 | |
7179 * general/num2str.m: Use "%d" as format if values are ints with | |
7180 magnitude less than 1e10. | |
7181 | |
7182 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7183 | |
7184 * general/num2str.m: If single arg is string, return it. | |
7185 | |
7186 * miscellaneous/not.m: New file. | |
7187 | |
7188 * miscellaneous/unix.m: New file. | |
7189 | |
7190 * miscellaneous/isunix.m: New file. | |
7191 * miscellaneous/ispc.m: New file. | |
7192 | |
7193 * miscellaneous/computer.m: New file. | |
7194 | |
7195 * miscellaneous/delete.m: New file. | |
7196 | |
4689 | 7197 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7198 | |
7199 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
7200 | |
7201 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7202 | |
7203 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
7204 Always return substituted version of LOADPATH if nargout != 0. | |
7205 | |
4685 | 7206 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
7207 | |
7208 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
7209 before continuing. | |
7210 | |
7211 * miscellaneous/fileparts.m: Allow name to start with ".". | |
7212 | |
4677 | 7213 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7214 | |
7215 * general/ind2sub.m: New file. | |
7216 * general/sub2ind.m: New file. | |
7217 | |
4675 | 7218 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7219 | |
7220 * control/system/zp2ss.m: Don't save and restore | |
7221 warn_empty_list_elements. | |
7222 | |
7223 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
7224 | |
6778 | 7225 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 7226 |
4673 | 7227 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
7228 | |
7229 * statistics/base/mean.m: Remove special case for row vectors. | |
7230 | |
4637 | 7231 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
7232 | |
7233 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
7234 | |
4631 | 7235 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
7236 | |
7237 * statistics/base/iqr.m: Handle matrices. | |
7238 | |
4630 | 7239 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7240 | |
7241 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
7242 | |
4629 | 7243 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7244 | |
7245 * miscellaneous/path.m: Fix thinko in previous change. | |
7246 | |
4609 | 7247 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
7248 | |
4629 | 7249 * control/base/dare.m: Check positive (semi)definiteness and |
7250 dimensions of r (and q). | |
7251 * control/base/dlqr.m: Check stabilizability of (A,B), | |
7252 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
7253 near unit circle. | |
4611 | 7254 |
7255 * control/system/is_detectable.m: Use Hautus Lemma. | |
7256 Correct the behavior for discrete-time systems. | |
7257 * control/system/is_stabilizable.m: Likewise. | |
7258 | |
4609 | 7259 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
7260 | |
7261 * linear-algebra/krylovb.m: Fix typo in usage message. | |
7262 | |
4610 | 7263 * general/isdefinite.m: New function. |
7264 | |
4567 | 7265 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
7266 | |
7267 * general/reshape: Delete. | |
7268 | |
4559 | 7269 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
7270 | |
7271 * general/numel.m: Delete. | |
7272 | |
4535 | 7273 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7274 | |
4536 | 7275 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
7276 | |
7277 * deprecated/isstr.m: New file. | |
4535 | 7278 |
4529 | 7279 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7280 | |
7281 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
7282 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
7283 | |
4525 | 7284 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
7285 | |
7286 * statistics/base/mean.m: Fix missing semicolon problem. | |
7287 | |
4503 | 7288 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
7289 | |
7290 * plot/subplot.m: New global variable, __multiplot_scale__. | |
7291 | |
4492 | 7292 2003-08-29 David Castelow <DCastelow@Airspan.com> |
7293 | |
7294 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
7295 Allow optional length argument. | |
7296 | |
4491 | 7297 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
7298 | |
7299 * polynomial/polyfit.m: Avoid calling flipud. | |
7300 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
7301 Return structure as second output value for improved Matlab | |
7302 compatibility. | |
7303 | |
4476 | 7304 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
7305 | |
4478 | 7306 * linear-algebra/cond.m: Behave as though old built-in variable |
7307 propagate_empty_matrices is always 1. Also handle empty matrices | |
7308 with one non-zero dimension. | |
7309 | |
4476 | 7310 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
7311 warn_single_quote_string to the list. | |
4478 | 7312 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
7313 from the list. | |
4476 | 7314 |
5095 | 7315 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 7316 |
7317 * signal/autocov.m: Transpose result of conj because diag returns | |
7318 a column vector, not a row vector. | |
7319 | |
7320 * audio/playaudio.m, audio/record.m, image/image.m, | |
7321 miscellaneous/bug_report.m: Protect spaces in filenames | |
7322 with quotes. | |
7323 | |
4466 | 7324 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7325 | |
4468 | 7326 * io/printf.m, io/puts.m: Delete. |
7327 | |
4466 | 7328 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
7329 default_return_value from the list. | |
7330 Add warn_undefined_return_values to the list. | |
7331 | |
7332 | |
4464 | 7333 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7334 | |
7335 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
7336 and initialize_global_variables from the list. | |
7337 | |
4460 | 7338 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
7339 | |
4463 | 7340 * image/colormap.m: Don't save and restore default_eval_print_flag. |
7341 | |
7342 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
7343 | |
7344 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
7345 * control/system/sys2fir.m: Likewise. | |
7346 | |
7347 * control/system/is_siso.m: Use && instead of & where appropriate. | |
7348 * control/system/__tf2sysl__.m: Likewise. | |
7349 | |
7350 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
7351 | |
7352 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
7353 and [] concatenation. | |
7354 * control/system/sys2fir.m: Likewise. | |
7355 | |
7356 * control/base/dgram.m, control/base/freqchkw.m, | |
7357 control/base/gram.m, control/system/__abcddims__.m, | |
7358 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
7359 control/system/is_sample.m, control/system/is_signal_list.m, | |
7360 control/system/is_siso.m, control/system/sys2fir.m, | |
7361 control/system/syschtsam.m, control/system/sysgettsam.m, | |
7362 control/system/sysgettype.m, control/system/tf2zp.m, | |
7363 control/system/ugain.m, control/util/prompt.m, | |
7364 control/util/run_cmd.m, control/util/zgrownorm.m, | |
7365 control/util/zgshsr.m: | |
7366 Improve conformance to Octave coding style. | |
7367 | |
4461 | 7368 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
7369 the list. | |
7370 Delete resize_on_range_error from the list. | |
7371 | |
4460 | 7372 * control/base/pzmap.m, control/base/place.m, |
7373 control/base/__freqresp__.m, control/system/sysappend.m, | |
7374 control/system/syscont.m, control/system/sysdisc.m, | |
7375 control/system/sysgroup.m, control/system/tfout.m, | |
7376 control/system/zp2ss.m, control/system/zpout.m, | |
7377 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
7378 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
7379 empty_list_elements_ok. | |
7380 | |
7381 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
7382 Delete empty_list_elements_ok from the list. | |
7383 | |
4457 | 7384 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7385 | |
7386 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
7387 list. | |
7388 Delete treat_neg_dim_as_zero from the list. | |
7389 | |
7390 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
7391 | |
4451 | 7392 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7393 | |
4455 | 7394 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
7395 was not used in the code in any case). | |
7396 | |
7397 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
7398 do_fortran_indexing. | |
7399 | |
4452 | 7400 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
7401 implict_str_to_num_ok. Use unwind_protect block to do it. | |
7402 | |
4451 | 7403 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
7404 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 7405 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 7406 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
7407 warn_fortran_indexing in the list. | |
7408 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
7409 implicit_str_to_num_ok, do_fortran_indexing, and | |
7410 prefer_column_vectors from list. | |
4451 | 7411 |
4440 | 7412 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7413 | |
7414 * Makefile.in (distclean, maintainer-clean): Also remove | |
7415 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
7416 directory. | |
7417 | |
5095 | 7418 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 7419 |
7420 * plot/hist.m: Don't forget to define n if x is a vector. | |
7421 | |
5095 | 7422 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 7423 |
7424 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
7425 return "." with extension. | |
7426 | |
4422 | 7427 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7428 | |
7429 * control/base/__stepimp__.m, control/base/nichols.m, | |
7430 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
7431 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
7432 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
7433 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
7434 Eliminate gnuplot_has_multiplot (assume it is always true). | |
7435 | |
4413 | 7436 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7437 | |
7438 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
7439 | |
5095 | 7440 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 7441 |
7442 * plot/hist.m: Improve performance by using different algorithms | |
7443 depending on number of bins. | |
7444 | |
4404 | 7445 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7446 | |
7447 * control/system/sysadd.m: If systems are not "tf", convert before | |
7448 adding. | |
7449 | |
5095 | 7450 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 7451 |
7452 * image/imagesc.m: Accept data limits parameter for colormap. | |
7453 | |
5095 | 7454 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 7455 |
7456 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
7457 the impulse by t_step. | |
7458 | |
4373 | 7459 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7460 | |
7461 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
7462 column vectors. | |
7463 | |
5095 | 7464 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 7465 |
7466 * linear-algebra/null.m: Handle empty matrix arg. | |
7467 | |
4369 | 7468 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7469 | |
7470 * general/shift.m: Force empty_list_elements_ok to 1. | |
7471 | |
4358 | 7472 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7473 | |
7474 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
7475 New files. | |
7476 | |
4348 | 7477 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
7478 | |
7479 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
7480 function handle to pass to feval. | |
7481 * statistics/base/qqplot.m: Likewise. | |
7482 * statistics/base/ppplot.m: Likewise. | |
7483 * signal/spectral_xdf.m: Likewise. | |
7484 * signal/spectral_adf.m: Likewise. | |
7485 | |
4340 | 7486 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7487 | |
7488 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
7489 | |
4334 | 7490 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7491 | |
7492 * linear-algebra/logm.m: New file. | |
7493 | |
5095 | 7494 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 7495 |
7496 * mkpkgadd: Scan C++ files as well | |
7497 | |
5095 | 7498 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 7499 |
7500 * strings/findstr.m: Return empty set for zero-length target. | |
7501 | |
5095 | 7502 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 7503 |
7504 * set/union.m: Preserve the orientation of inputs. | |
7505 | |
4305 | 7506 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7507 | |
7508 * general/int2str.m: Eliminate leading spaces. | |
7509 | |
4303 | 7510 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7511 | |
7512 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
7513 | |
5095 | 7514 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 7515 |
7516 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
7517 $(BUILD_LDFLAGS) to compiler. | |
7518 | |
4295 | 7519 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7520 | |
7521 * general/num2str.m: Don't specify field width for scalars. | |
7522 | |
4292 | 7523 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7524 | |
7525 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
7526 | |
4265 | 7527 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
7528 | |
4279 | 7529 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
7530 | |
4266 | 7531 * miscellaneous/tempname.m: New file. |
7532 | |
7533 * miscellaneous/tempdir.m: New file. | |
7534 | |
4265 | 7535 * miscellaneous/fullfile.m: New file. |
7536 | |
4259 | 7537 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7538 | |
4264 | 7539 * miscellaneous/fileparts.m: New file. |
7540 | |
7541 * io/beep.m: New file. | |
7542 | |
4260 | 7543 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
7544 format only. | |
4259 | 7545 |
4257 | 7546 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7547 | |
7548 * strings/strcmp.m: Handle cell arrays of strings. | |
7549 | |
4229 | 7550 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7551 | |
7552 * general/int2str.m: Handle matrices. | |
7553 * general/num2str.m: Likewise. | |
7554 Also handle optional precision, and format args. | |
7555 | |
4225 | 7556 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7557 | |
7558 * audio/Makefile.in, control/base/Makefile.in, | |
7559 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7560 control/system/Makefile.in, elfun/Makefile.in, | |
7561 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
7562 io/Makefile.in, linear-algebra/Makefile.in, | |
7563 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
7564 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
7565 specfun/Makefile.in, special-matrix/Makefile.in, | |
7566 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7567 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7568 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
7569 deprecated/Makefile.in: Use new do-script-install and | |
7570 do-script-uninstall macros. | |
7571 | |
7572 * mkpkgadd: New script. | |
7573 | |
7574 * plot/close.m: New file. | |
7575 | |
4184 | 7576 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7577 | |
7578 * image/image.m: Use -raw option for xv. | |
7579 From Remy Bruno <remy.bruno@libertysurf.fr> | |
7580 | |
4172 | 7581 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
7582 | |
4174 | 7583 * control/base/lsim.m: Use approximate test for step size change. |
7584 | |
4172 | 7585 * signal/bartlett.m: Avoid row/column mismatch error. |
7586 | |
5095 | 7587 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 7588 |
7589 * statistics/base/var.m: Use better formula for improved accuracy. | |
7590 | |
5095 | 7591 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 7592 |
7593 * control/base/lsim.m: Correct doc string. | |
7594 | |
5095 | 7595 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 7596 |
7597 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
7598 | |
4148 | 7599 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7600 | |
7601 * plot/contour.m: Handle x and y as matrices too. | |
7602 | |
5095 | 7603 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 7604 |
7605 * plot/contour.m: Fix error and usage messages. | |
7606 | |
4146 | 7607 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7608 | |
7609 * plot/contour.m: Correct orientation of plot. | |
7610 | |
4139 | 7611 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
7612 | |
7613 * control/base/analdemo.m: Fix typo. | |
7614 | |
5095 | 7615 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 7616 |
7617 * statistics/distributions/discrete_pdf.m: Fix typo. | |
7618 | |
4098 | 7619 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7620 | |
7621 * mkdoc: Exit immediately on errors. | |
7622 Exit with error if gethelp does not exist. | |
7623 | |
7624 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
7625 | |
4093 | 7626 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7627 | |
7628 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
7629 | |
5095 | 7630 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 7631 |
7632 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
7633 * statistics/distributions/normal_pdf.m: Likewise. | |
7634 * statistics/distributions/normal_inv.m: Likewise. | |
7635 | |
5095 | 7636 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 7637 |
7638 * specfun/erfinv.m: Return NaN for NaN inputs. | |
7639 | |
5095 | 7640 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 7641 |
7642 * statistics/base/var.m: Handle complex values. | |
7643 | |
4031 | 7644 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7645 | |
7646 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
7647 list. | |
7648 * deprecated/Makefile.in: New file. | |
7649 | |
5095 | 7650 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 7651 |
7652 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
7653 * statistics/distributions/binomial_cdf.m: Likewise. | |
7654 * statistics/distributions/f_cdf.m: Likewise. | |
7655 * statistics/distributions/t_cdf.m: Likewise. | |
7656 | |
7657 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
7658 * specfun/beta.m: Likewise. | |
7659 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
7660 * statistics/distributions/gamma_pdf.m: Likewise. | |
7661 * statistics/distributions/poisson_pdf.m: Likewise. | |
7662 | |
7663 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
7664 * statistics/distributions/poisson_cdf.m: Likewise. | |
7665 | |
4026 | 7666 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7667 | |
4028 | 7668 * deprecated/is_bool.m: New file. |
7669 * deprecated/is_complex.m: New file. | |
7670 * deprecated/is_global.m: New file. | |
7671 * deprecated/is_list.m: New file. | |
7672 * deprecated/is_matrix.m: New file. | |
7673 * deprecated/is_scalar.m: New file. | |
7674 * deprecated/is_square.m: New file. | |
7675 * deprecated/is_stream.m: New file. | |
7676 * deprecated/is_struct.m: New file. | |
7677 * deprecated/is_symmetric.m: New file. | |
7678 * deprecated/is_vector.m: New file. | |
4030 | 7679 * Change all callers of these functions to use the new names. |
4028 | 7680 |
4029 | 7681 * deprecated: New directory. |
7682 * Makefile.in (SUBDIRS): Add it to the list. | |
7683 | |
4026 | 7684 * general/isscalar.m: Rename from is_scalar.m. |
7685 * general/issquare.m: Rename from is_square.m. | |
7686 * general/issymmetric.m: Rename from is_symmetric.m. | |
7687 * general/isvector.m: Rename from is_vector.m. | |
7688 | |
4022 | 7689 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7690 | |
7691 * statistics/base/mean.m: Allow empty matrices. | |
7692 Handle DIM arg. | |
7693 | |
5095 | 7694 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 7695 |
7696 * plot/__errcomm__.m: If format is not specified, default to error | |
7697 bar format. | |
7698 | |
4011 | 7699 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7700 | |
7701 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
7702 __F_SETFL__ and __O_NONBLOCK__. | |
7703 | |
7704 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
7705 * miscellaneous/bug_report.m: Likewise. | |
7706 | |
4007 | 7707 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7708 | |
4008 | 7709 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
7710 * general/rem.m: Likewise. | |
7711 | |
7712 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
7713 * plot/semilogxerr.m: Likewise. | |
4007 | 7714 * plot/semilogyerr.m: Likewise. |
7715 | |
5095 | 7716 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 7717 |
7718 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
7719 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
7720 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
7721 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
7722 | |
7723 * plot/errorbar.m: Use __errcomm__.m. | |
7724 * plot/__errplot__.m: Minor cleanups. | |
7725 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
7726 * plot/__pltopt1__.m: Likewise. | |
7727 | |
3980 | 7728 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7729 | |
3981 | 7730 * general/rem.m: Delete redundant call to usage. |
7731 | |
3980 | 7732 * general/mod.m: Additional error checks, Texinfoize doc string. |
7733 | |
5095 | 7734 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 7735 |
7736 * general/mod.m: New function. | |
7737 | |
3979 | 7738 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7739 | |
7740 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
7741 * control/system/sysadd.m: Likewise. | |
7742 * control/system/sysgroup.m: Likewise. | |
7743 * control/system/syssub.m: Likewise. | |
7744 * elfun/gcd.m: Likewise. | |
7745 * elfun/lcm.m: Likewise. | |
7746 * general/common_size.m: Likewise. | |
7747 * io/printf.m: Likewise. | |
7748 * miscellaneous/menu.m: Likewise. | |
7749 * miscellaneous/path.m: Likewise. | |
7750 * plot/__errplot__.m: Likewise. | |
7751 * plot/__plt__.m: Likewise. | |
7752 * plot/axis.m: Likewise. | |
7753 * plot/errorbar.m: Likewise. | |
7754 * plot/mplot.m: Likewise. | |
7755 * plot/loglog.m: Likewise. | |
7756 * plot/plot.m: Likewise. | |
7757 * plot/plot_border.m: Likewise. | |
7758 * plot/semilogx.m: Likewise. | |
7759 * plot/semilogy.m: Likewise. | |
7760 * plot/xlabel.m: Likewise. | |
7761 * plot/ylabel.m: Likewise. | |
7762 * plot/zlabel.m: Likewise. | |
7763 * statistics/base/ppplot.m: Likewise. | |
7764 * statistics/base/qqplot.m: Likewise. | |
7765 * statistics/tests/bartlett_test.m: Likewise. | |
7766 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
7767 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
7768 * strings/str2mat.m: Likewise. | |
7769 * strings/strcat.m: Likewise. | |
7770 | |
5095 | 7771 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 7772 |
7773 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
7774 | |
3924 | 7775 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7776 | |
7777 * skip-autoheader: New file, for autogen.sh. | |
3925 | 7778 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 7779 |
5095 | 7780 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 7781 |
7782 * general/repmat.m: New function. | |
7783 | |
5095 | 7784 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 7785 |
7786 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
7787 Use optional parameter to specify the number of bits in the input. | |
7788 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
7789 floats in the range [-1,1], 2x speedup. | |
7790 | |
7791 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
7792 | |
3910 | 7793 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7794 | |
7795 * linear-algebra/kron.m: Delete. | |
7796 | |
5095 | 7797 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 7798 |
7799 * signal/freqz.m: If nargout is zero, plot results instead of | |
7800 returning them. | |
7801 * signal/freqz_plot.m: New file. | |
7802 | |
5095 | 7803 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 7804 |
5378 | 7805 * signal/unwrap.m: New file. |
3906 | 7806 |
5095 | 7807 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 7808 |
7809 * image/rgb2hsv.m: Faster, more accurate, remove the | |
7810 divide by zero warning. | |
7811 | |
5095 | 7812 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 7813 |
3894 | 7814 * strings/deblank.m: Trim \0 as well as blank. |
7815 | |
5378 | 7816 * freqz.m: Evaluate a specific range of frequencies |
3893 | 7817 expressed in radians or Hz relative to a supplied sample rate. |
7818 | |
5095 | 7819 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 7820 |
7821 * signal/fftfilt.m: Filter columns if called with a matrix. | |
7822 | |
3891 | 7823 * strings/findstr.m: Vectorize as much as possible. |
7824 | |
5095 | 7825 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 7826 |
7827 * special-matrix/invhilb.m: New version that is faster and more | |
7828 accurate. | |
7829 | |
5095 | 7830 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 7831 |
7832 * configure.in: Update for autoconf 2.5x. | |
7833 | |
5095 | 7834 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 7835 |
7836 * special-matrix/vander.m: Code tidy and vectorize. | |
7837 | |
5095 | 7838 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 7839 |
3883 | 7840 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
7841 to vectors. Issue a warning in the case x matches y' but return a | |
7842 column vector as Octave currently does. | |
7843 | |
3882 | 7844 * plot/contour.m: Set default number of levels for contour(x,y,z). |
7845 | |
7846 * control/system/starp.m: Leave more of the documentation | |
7847 processing to texinfo and less to the @format block. | |
7848 | |
7849 * image/imagesc.m: Only display image if no output is requested. | |
7850 Code tidying. | |
7851 | |
3876 | 7852 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7853 | |
7854 * statistics/base/center.m: Accept and return empty matrix. | |
7855 | |
3872 | 7856 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7857 | |
7858 * specfun/erfinv.m: Fix usage message. | |
7859 | |
3869 | 7860 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7861 | |
7862 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
7863 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
7864 | |
3837 | 7865 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
7866 | |
7867 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
7868 capitalized variable names. | |
7869 | |
3836 | 7870 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
7871 | |
7872 * m/image/saveimage.m: fix saving an image to Postscript format. | |
7873 | |
5095 | 7874 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 7875 |
7876 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
7877 | |
3803 | 7878 2001-02-28 Kai Habel <kai.habel@gmx.de> |
7879 | |
3833 | 7880 * general/cart2pol.m: New file. |
7881 * general/pol2cart.m: New file. | |
7882 * general/cart2sph.m: New file. | |
7883 * general/sph2cart.m: New file. | |
7884 * image/rgb2hsv.m: New file. | |
7885 * image/hsv2rgb.m: New file. | |
3803 | 7886 |
7887 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
7888 | |
7889 * plot/meshgrid.m: Avoid for loops. | |
7890 * plot/meshdom.m: Likewise. | |
7891 | |
3801 | 7892 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7893 | |
7894 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
7895 | |
7896 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
7897 | |
7898 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
7899 norm. | |
7900 | |
3792 | 7901 2001-02-09 David Livings <david.livings@asa.co.uk> |
7902 | |
7903 * statistics/tests/welch_test.m: Fix typo. | |
7904 | |
7905 * statistics/distributions/chisquare_cdf.m: | |
7906 Don't restrict inputs to be only positive integers. | |
7907 * statistics/distributions/chisquare_inv.m: Likewise. | |
7908 * statistics/distributions/chisquare_pdf.m: Likewise. | |
7909 * statistics/distributions/chisquare_rnd.m: Likewise. | |
7910 * statistics/distributions/f_cdf.m: Likewise. | |
7911 * statistics/distributions/f_inv.m: Likewise. | |
7912 * statistics/distributions/f_pdf.m: Likewise. | |
7913 * statistics/distributions/f_rnd.m: Likewise. | |
7914 * statistics/distributions/t_cdf.m: Likewise. | |
7915 * statistics/distributions/t_inv.m: Likewise. | |
7916 * statistics/distributions/t_pdf.m: Likewise. | |
7917 * statistics/distributions/t_rnd.m: Likewise. | |
7918 | |
3790 | 7919 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7920 | |
7921 * strings/dec2base.m: New file. | |
7922 * strings/base2dec.m: New file. | |
7923 * strings/strjust.m: New file. | |
7924 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
7925 * strings/dec2bin.m: Likewise. | |
7926 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
7927 * strings/bin2dec.m: Likewise. | |
7928 | |
5095 | 7929 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 7930 |
7931 * statistics/base/ppplot.m: Use gset, not set. | |
7932 * statistics/base/qqplot.m: Likewise. | |
7933 | |
5095 | 7934 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 7935 |
7936 * control/system/c2d.m: Add missing endif. | |
7937 | |
3759 | 7938 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7939 | |
7940 * strings/index.m: Return 0 if either string is empty. | |
7941 | |
7942 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
7943 | |
7944 * control/system/c2d.m: Allow option of matched pole/zero | |
7945 equivalent for conversion. | |
7946 | |
7947 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
7948 | |
7949 * strings/findstr.m: Return empty matrix if search string is empty. | |
7950 | |
3757 | 7951 2000-12-15 Kai Habel <kai.habel@gmx.de> |
7952 | |
7953 * saveimage.m: Do create rawbit image for black and white images, | |
7954 but do it correctly. | |
7955 | |
3754 | 7956 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7957 | |
6778 | 7958 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
7959 result polynomials. | |
3754 | 7960 |
3748 | 7961 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7962 | |
7963 * image/saveimage.m: Don't try to create rawbit image. | |
7964 | |
3740 | 7965 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7966 | |
7967 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
7968 | |
5095 | 7969 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 7970 |
7971 * plot/contour.m: Reorder args for Matlab compatibility. | |
7972 | |
3727 | 7973 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
7974 | |
7975 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
7976 | |
3717 | 7977 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7978 | |
3718 | 7979 * plot/errorbar.m, plot/__errplot__.m: New functions. |
7980 | |
3717 | 7981 * plot/mesh.m: Also set nologscale before plotting. |
7982 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
7983 xyerrorbars instead of just errorbars. | |
7984 | |
3714 | 7985 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
7986 | |
7987 * image/image.m: Try display (from ImageMagick) first. | |
7988 | |
3709 | 7989 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
7990 | |
7991 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
7992 conjugate transpose. | |
7993 | |
3705 | 7994 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7995 | |
7996 * strings/str2mat.m: Apply setstr to each argument. | |
7997 | |
3696 | 7998 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
7999 | |
8000 * control/base/dkalman.m: New file. | |
8001 * control/base/dlqe.m: Handle singular A matrix. | |
8002 * control/base/dlqr.m: Likewise. | |
8003 | |
3695 | 8004 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8005 | |
8006 * strings/strcmp.m: Return 0 instead of an error if row and column | |
8007 dimensions don't match. | |
8008 | |
3690 | 8009 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
8010 | |
8011 * plot/hist.m: Allow 3 argument form to work. | |
8012 | |
5095 | 8013 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 8014 |
8015 * plot/plot.m: Add examples in doc string. | |
8016 | |
5095 | 8017 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 8018 |
8019 * control/base/__stepimp__.m: Reset multiplot state when done. | |
8020 Do the right thing even if automatic_replot is not zero. | |
8021 Avoid failure if system has pure imaginary poles. | |
8022 | |
3674 | 8023 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8024 | |
8025 * general/logical.m: Return arg if it is empty. Better error | |
8026 message for non-numeric types. | |
8027 | |
5095 | 8028 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 8029 |
8030 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
8031 about difference with Matlab dlqe function. | |
8032 | |
8033 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
8034 | |
5095 | 8035 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 8036 |
8037 * strings/strrep.m: Fix typo. | |
8038 | |
3666 | 8039 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8040 | |
8041 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
8042 | |
5095 | 8043 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 8044 |
8045 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 8046 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 8047 |
5095 | 8048 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 8049 |
8050 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
8051 guess for iteration. | |
8052 | |
3651 | 8053 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8054 | |
8055 * image/image.m: Allow image (A) or image (x, y, A). | |
8056 * image/imagesc.m: Likewise. | |
8057 | |
8058 * image/image.m: If zoom is not supplied, or if it is an empty | |
8059 matrix, autoscale the image. | |
8060 | |
3618 | 8061 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8062 | |
3619 | 8063 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
8064 Undo string escapes in text twice(!) before sending to gnuplot. | |
8065 | |
3618 | 8066 * image/saveimage.m: Add comment to file saying who created it and |
8067 when it was created. Suggested by Stephen Eglen | |
8068 <stephen@cogsci.ed.ac.uk>. | |
8069 | |
5095 | 8070 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 8071 |
8072 * polynomial/polyreduce.m: Simplify by looking for the first | |
8073 non-zero element rather than the last of the first set of zero | |
8074 elements. | |
8075 | |
8076 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
8077 | |
5095 | 8078 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 8079 |
8080 * image/saveimage.m: Swap black and white colormaps so zero is | |
8081 displayed as black and 1 is displayed as white. | |
8082 Fix indexing bug in ppm case. | |
8083 | |
3604 | 8084 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
8085 | |
8086 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
8087 between the two distributions (took same approach as ks.test() in R.) | |
8088 | |
3603 | 8089 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8090 | |
8091 * control/base/bode.m: Temporarily disable automatic_replot. | |
8092 | |
3599 | 8093 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8094 | |
3601 | 8095 * Makefile.in (clean): Also remove gethelp. |
8096 | |
3599 | 8097 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
8098 | |
5095 | 8099 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 8100 |
8101 * set/create_set.m: Use find to avoid while loop. | |
8102 | |
5095 | 8103 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 8104 |
8105 * plot/hist.m: New optional third argument. | |
8106 | |
8107 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8108 | |
8109 * miscellaneous/bug_report.m: Use octave-bug script with version | |
8110 number appended. | |
8111 | |
3575 | 8112 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8113 | |
8114 * gethelp.cc: Sprinkle with std:: qualifier. | |
8115 | |
3498 | 8116 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8117 | |
8118 * image/saveimage.m: Delete some debugging code. | |
8119 | |
3486 | 8120 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
8121 | |
8122 * signal/sinc.m: Avoid reshaping. | |
8123 | |
8124 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
8125 * image/ind2rgb.m: Ditto. | |
8126 * image/ind2gray.m: Ditto. | |
8127 * general/reshape.m: Ditto. Also no longer needs to reset | |
8128 implicit_str_to_num_ok. | |
8129 | |
3483 | 8130 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
8131 | |
8132 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
8133 a list of file structures, not a vector of numeric file ids. | |
8134 | |
3474 | 8135 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8136 | |
3476 | 8137 * plot/__axis_label__.m: New function. |
8138 Undo string escapes in text twice(!) before sending to gnuplot. | |
8139 * plot/xlabel.m: Use it. | |
8140 * plot/ylabel.m: Ditto. | |
8141 * plot/zlabel.m: Ditto. | |
8142 | |
3474 | 8143 * plot/mesh.m: Fix error message to reflect reality. |
8144 | |
5095 | 8145 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 8146 |
8147 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
8148 | |
5095 | 8149 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 8150 |
8151 * audio/saveaudio.m: Also accept files with .ul extension. | |
8152 * audio/loadaudio.m: Ditto. | |
8153 * audio/playaudio.m: Ditto. | |
8154 | |
3456 | 8155 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8156 | |
8157 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
8158 * statistics/distributions/beta_inv.m: Ditto. | |
8159 * statistics/distributions/beta_pdf.m: Ditto. | |
8160 * statistics/distributions/beta_rnd.m: Ditto. | |
8161 * statistics/distributions/binomial_cdf.m: Ditto. | |
8162 * statistics/distributions/binomial_inv.m: Ditto. | |
8163 * statistics/distributions/binomial_pdf.m: Ditto. | |
8164 * statistics/distributions/binomial_rnd.m: Ditto. | |
8165 * statistics/distributions/cauchy_cdf.m: Ditto. | |
8166 * statistics/distributions/cauchy_inv.m: Ditto. | |
8167 * statistics/distributions/cauchy_pdf.m: Ditto. | |
8168 * statistics/distributions/cauchy_rnd.m: Ditto. | |
8169 * statistics/distributions/chisquare_cdf.m: Ditto. | |
8170 * statistics/distributions/chisquare_inv.m: Ditto. | |
8171 * statistics/distributions/chisquare_pdf.m: Ditto. | |
8172 * statistics/distributions/chisquare_rnd.m: Ditto. | |
8173 * statistics/distributions/discrete_cdf.m: Ditto. | |
8174 * statistics/distributions/discrete_inv.m: Ditto. | |
8175 * statistics/distributions/discrete_pdf.m: Ditto. | |
8176 * statistics/distributions/discrete_rnd.m: Ditto. | |
8177 * statistics/distributions/empirical_cdf.m: Ditto. | |
8178 * statistics/distributions/empirical_inv.m: Ditto. | |
8179 * statistics/distributions/empirical_pdf.m: Ditto. | |
8180 * statistics/distributions/empirical_rnd.m: Ditto. | |
8181 * statistics/distributions/exponential_cdf.m: Ditto. | |
8182 * statistics/distributions/exponential_inv.m: Ditto. | |
8183 * statistics/distributions/exponential_pdf.m: Ditto. | |
8184 * statistics/distributions/exponential_rnd.m: Ditto. | |
8185 * statistics/distributions/f_cdf.m: Ditto. | |
8186 * statistics/distributions/f_inv.m: Ditto. | |
8187 * statistics/distributions/f_pdf.m: Ditto. | |
8188 * statistics/distributions/f_rnd.m: Ditto. | |
8189 * statistics/distributions/gamma_cdf.m: Ditto. | |
8190 * statistics/distributions/gamma_inv.m: Ditto. | |
8191 * statistics/distributions/gamma_pdf.m: Ditto. | |
8192 * statistics/distributions/gamma_rnd.m: Ditto. | |
8193 * statistics/distributions/geometric_cdf.m: Ditto. | |
8194 * statistics/distributions/geometric_inv.m: Ditto. | |
8195 * statistics/distributions/geometric_pdf.m: Ditto. | |
8196 * statistics/distributions/geometric_rnd.m: Ditto. | |
8197 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
8198 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
8199 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
8200 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
8201 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
8202 * statistics/distributions/laplace_cdf.m: Ditto. | |
8203 * statistics/distributions/laplace_inv.m: Ditto. | |
8204 * statistics/distributions/laplace_pdf.m: Ditto. | |
8205 * statistics/distributions/laplace_rnd.m: Ditto. | |
8206 * statistics/distributions/logistic_cdf.m: Ditto. | |
8207 * statistics/distributions/logistic_inv.m: Ditto. | |
8208 * statistics/distributions/logistic_pdf.m: Ditto. | |
8209 * statistics/distributions/logistic_rnd.m: Ditto. | |
8210 * statistics/distributions/lognormal_cdf.m: Ditto. | |
8211 * statistics/distributions/lognormal_inv.m: Ditto. | |
8212 * statistics/distributions/lognormal_pdf.m: Ditto. | |
8213 * statistics/distributions/lognormal_rnd.m: Ditto. | |
8214 * statistics/distributions/normal_cdf.m: Ditto. | |
8215 * statistics/distributions/normal_inv.m: Ditto. | |
8216 * statistics/distributions/normal_pdf.m: Ditto. | |
8217 * statistics/distributions/normal_rnd.m: Ditto. | |
8218 * statistics/distributions/pascal_cdf.m: Ditto. | |
8219 * statistics/distributions/pascal_inv.m: Ditto. | |
8220 * statistics/distributions/pascal_pdf.m: Ditto. | |
8221 * statistics/distributions/pascal_rnd.m: Ditto. | |
8222 * statistics/distributions/poisson_cdf.m: Ditto. | |
8223 * statistics/distributions/poisson_inv.m: Ditto. | |
8224 * statistics/distributions/poisson_pdf.m: Ditto. | |
8225 * statistics/distributions/poisson_rnd.m: Ditto. | |
8226 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
8227 * statistics/distributions/stdnormal_inv.m: Ditto. | |
8228 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
8229 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
8230 * statistics/distributions/t_cdf.m: Ditto. | |
8231 * statistics/distributions/t_inv.m: Ditto. | |
8232 * statistics/distributions/t_pdf.m: Ditto. | |
8233 * statistics/distributions/t_rnd.m: Ditto. | |
8234 * statistics/distributions/uniform_cdf.m: Ditto. | |
8235 * statistics/distributions/uniform_inv.m: Ditto. | |
8236 * statistics/distributions/uniform_pdf.m: Ditto. | |
8237 * statistics/distributions/uniform_rnd.m: Ditto. | |
8238 * statistics/distributions/weibull_cdf.m: Ditto. | |
8239 * statistics/distributions/weibull_inv.m: Ditto. | |
8240 * statistics/distributions/weibull_pdf.m: Ditto. | |
8241 * statistics/distributions/weibull_rnd.m: Ditto. | |
8242 * statistics/distributions/wiener_rnd.m: Ditto. | |
8243 | |
3453 | 8244 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8245 | |
8246 * statistics/base/values.m: Texinfoize doc string. | |
8247 * statistics/base/var.m: Ditto. | |
8248 * statistics/base/table.m: Ditto. | |
8249 * statistics/base/studentize.m: Ditto. | |
8250 * statistics/base/statistics.m: Ditto. | |
8251 * statistics/base/spearman.m: Ditto. | |
8252 * statistics/base/run_count.m: Ditto. | |
8253 * statistics/base/ranks.m: Ditto. | |
8254 * statistics/base/range.m: Ditto. | |
8255 * statistics/base/qqplot.m: Ditto. | |
8256 * statistics/base/probit.m: Ditto. | |
8257 * statistics/base/ppplot.m: Ditto. | |
8258 * statistics/base/moment.m: Ditto. | |
8259 * statistics/base/meansq.m: Ditto. | |
8260 * statistics/base/logit.m: Ditto. | |
8261 * statistics/base/kendall.m: Ditto. | |
8262 * statistics/base/iqr.m: Ditto. | |
8263 * statistics/base/cut.m: Ditto. | |
8264 * statistics/base/cor.m: Ditto. | |
8265 * statistics/base/cloglog.m: Ditto. | |
8266 * statistics/base/center.m: Ditto. | |
3454 | 8267 * statistics/models/logistic_regression.m: Ditto. |
8268 * statistics/models/logistic_regression_derivative.m: Ditto. | |
8269 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
8270 * statistics/tests/anova.m: Ditto. | |
8271 * statistics/tests/bartlett_test.m: Ditto. | |
8272 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
8273 * statistics/tests/chisquare_test_independence.m: Ditto. | |
8274 * statistics/tests/cor_test.m: Ditto. | |
8275 * statistics/tests/f_test_regression.m: Ditto. | |
8276 * statistics/tests/hotelling_test.m: Ditto. | |
8277 * statistics/tests/hotelling_test_2.m: Ditto. | |
8278 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
8279 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
8280 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
8281 * statistics/tests/manova.m: Ditto. | |
8282 * statistics/tests/mcnemar_test.m: Ditto. | |
8283 * statistics/tests/prop_test_2.m: Ditto. | |
8284 * statistics/tests/run_test.m: Ditto. | |
8285 * statistics/tests/sign_test.m: Ditto. | |
8286 * statistics/tests/t_test.m: Ditto. | |
8287 * statistics/tests/t_test_2.m: Ditto. | |
8288 * statistics/tests/t_test_regression.m: Ditto. | |
8289 * statistics/tests/u_test.m: Ditto. | |
8290 * statistics/tests/var_test.m: Ditto. | |
8291 * statistics/tests/welch_test.m: Ditto. | |
8292 * statistics/tests/wilcoxon_test.m: Ditto. | |
8293 * statistics/tests/z_test.m: Ditto. | |
8294 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 8295 |
3446 | 8296 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8297 | |
8298 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 8299 * plot/__plr1__.m: Ditto. |
8300 * plot/__pltopt__.m: Ditto. | |
8301 * plot/__plt__.m: Ditto. | |
8302 * plot/__plt2vv__.m: Ditto. | |
8303 * plot/__plr2__.m: Ditto. | |
8304 * plot/__plr__.m: Ditto. | |
8305 * plot/__plt1__.m: Ditto. | |
8306 * plot/__plt2__.m: Ditto. | |
8307 * plot/__plt2mm__.m: Ditto. | |
8308 * plot/__plt2mv__.m: Ditto. | |
8309 * plot/__plt2ss__.m: Ditto. | |
8310 * miscellaneous/paren.m: Ditto. | |
8311 * miscellaneous/comma.m: Ditto. | |
8312 * miscellaneous/semicolon.m: Ditto. | |
8313 * miscellaneous/path.m: Ditto. | |
8314 * miscellaneous/list_primes.m: Ditto. | |
8315 * miscellaneous/flops.m: Ditto. | |
8316 * miscellaneous/dump_prefs.m: Ditto. | |
8317 * miscellaneous/bug_report.m: Ditto. | |
8318 * linear-algebra/dot.m: Ditto | |
8319 * linear-algebra/dmult.m: Ditto. | |
8320 * general/randperm.m: Ditto. | |
8321 * general/logical.m: Ditto. | |
8322 * general/is_duplicate_entry.m: Ditto. | |
8323 * signal/arch_fit.m: Ditto. | |
8324 * signal/arch_rnd.m: Ditto. | |
8325 * signal/arch_test.m: Ditto. | |
8326 * signal/arma_rnd.m: Ditto. | |
8327 * signal/autocor.m: Ditto. | |
8328 * signal/autocov.m: Ditto. | |
8329 * signal/autoreg_matrix.m: Ditto. | |
8330 * signal/bartlett.m: Ditto. | |
8331 * signal/blackman.m: Ditto. | |
8332 * signal/detrend.m: Ditto. | |
8333 * signal/diffpara.m: Ditto. | |
8334 * signal/durbinlevinson.m: Ditto. | |
8335 * signal/fftconv.m: Ditto. | |
8336 * signal/fftfilt.m: Ditto. | |
8337 * signal/fftshift.m: Ditto. | |
8338 * signal/fractdiff.m: Ditto. | |
8339 * signal/freqz.m: Ditto. | |
8340 * signal/hamming.m: Ditto. | |
8341 * signal/hanning.m: Ditto. | |
8342 * signal/hurst.m: Ditto. | |
8343 * signal/periodogram.m: Ditto. | |
8344 * signal/rectangle_lw.m: Ditto. | |
8345 * signal/rectangle_sw.m: Ditto. | |
8346 * signal/sinc.m: Ditto. | |
8347 * signal/sinetone.m: Ditto. | |
8348 * signal/sinewave.m: Ditto. | |
8349 * signal/spectral_adf.m: Ditto. | |
8350 * signal/spectral_xdf.m: Ditto. | |
8351 * signal/spencer.m: Ditto. | |
8352 * signal/stft.m: Ditto. | |
8353 * signal/synthesis.m: Ditto. | |
8354 * signal/triangle_lw.m: Ditto. | |
8355 * signal/triangle_sw.m: Ditto. | |
8356 * signal/yulewalker.m: Ditto. | |
3450 | 8357 * control/util/strappend.m: Ditto. |
3451 | 8358 * control/base/nichols.m: Ditto. |
3452 | 8359 * control/system/is_signal_list.m: Ditto. |
8360 * control/system/listidx.m: Ditto. | |
8361 * control/system/sysgettsam.m: Ditto. | |
8362 * control/system/sysidx.m: Ditto. | |
3446 | 8363 |
3438 | 8364 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8365 | |
8366 * control/system/__abcddims__.m: Rename from | |
8367 control/system/abcddims.m, change all callers. | |
8368 * control/base/__bodquist__.m: Likewise. | |
8369 * control/base/__freqresp__.m: Likewise. | |
8370 * control/util/__outlist__.m: Likewise. | |
8371 * control/base/__stepimp__.m: Likewise. | |
8372 * control/system/__syschnamesl__.m: Likewise. | |
8373 * control/system/__syscont_disc__.m: Likewise. | |
8374 * control/system/__sysdefioname__.m: Likewise. | |
8375 * control/system/__sysdefstname__.m: Likewise. | |
8376 * control/system/__sysgroupn__.m: Likewise. | |
8377 * control/system/__tf2sysl__.m: Likewise. | |
8378 * control/util/__zgpbal__.m: Likewise. | |
8379 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 8380 |
8381 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 8382 * quaternion/qconj.m: Ditto. |
8383 * quaternion/qcoordinate_plot.m: Ditto. | |
8384 * quaternion/qderiv.m: Ditto. | |
8385 * quaternion/qderivmat.m: Ditto. | |
8386 * quaternion/qinv.m: Ditto. | |
8387 * quaternion/qmult.m: Ditto. | |
8388 * quaternion/qtrans.m: Ditto. | |
8389 * quaternion/qtransv.m: Ditto. | |
8390 * quaternion/qtransvmat.m: Ditto. | |
8391 * quaternion/quaternion.m: Ditto. | |
3438 | 8392 |
3436 | 8393 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8394 | |
8395 * control/base/Makefile.in: Ditto. | |
8396 * control/hinf/Makefile.in: New file. | |
8397 * control/marsyas/Makefile.in: Ditto. | |
8398 * control/obsolete/Makefile.in: Ditto. | |
8399 * control/system/Makefile.in: Ditto. | |
8400 * control/util/Makefile.in: Ditto. | |
8401 | |
8402 * strings/com2str.m: Move here from control directory. | |
8403 | |
8404 * control/base: New directory. | |
8405 * control/base/DEMOcontrol.m: Move here from control directory. | |
8406 * control/base/analdemo.m: Ditto. | |
8407 * control/base/are.m: Ditto. | |
8408 * control/base/bddemo.m: Ditto. | |
8409 * control/base/bode.m: Ditto. | |
8410 * control/base/bode_bounds.m: Ditto. | |
8411 * control/base/bodquist.m: Ditto. | |
8412 * control/base/controldemo.m: Ditto. | |
8413 * control/base/ctrb.m: Ditto. | |
8414 * control/base/damp.m: Ditto. | |
8415 * control/base/dare.m: Ditto. | |
8416 * control/base/dcgain.m: Ditto. | |
8417 * control/base/dgram.m: Ditto. | |
8418 * control/base/dlqe.m: Ditto. | |
8419 * control/base/dlqr.m: Ditto. | |
8420 * control/base/dlyap.m: Ditto. | |
8421 * control/base/dre.m: Ditto. | |
8422 * control/base/frdemo.m: Ditto. | |
8423 * control/base/freqchkw.m: Ditto. | |
8424 * control/base/freqresp.m: Ditto. | |
8425 * control/base/gram.m: Ditto. | |
8426 * control/base/impulse.m: Ditto. | |
8427 * control/base/lqe.m: Ditto. | |
8428 * control/base/lqg.m: Ditto. | |
8429 * control/base/lqr.m: Ditto. | |
8430 * control/base/lsim.m: Ditto. | |
8431 * control/base/ltifr.m: Ditto. | |
8432 * control/base/lyap.m: Ditto. | |
8433 * control/base/nichols.m: Ditto. | |
8434 * control/base/nyquist.m: Ditto. | |
8435 * control/base/obsv.m: Ditto. | |
8436 * control/base/place.m: Ditto. | |
8437 * control/base/pzmap.m: Ditto. | |
8438 * control/base/rldemo.m: Ditto. | |
8439 * control/base/rlocus.m: Ditto. | |
8440 * control/base/step.m: Ditto. | |
8441 * control/base/stepimp.m: Ditto. | |
8442 * control/base/tzero.m: Ditto. | |
8443 * control/base/tzero2.m: Ditto. | |
8444 | |
8445 * control/hinf: New directory. | |
8446 * control/hinf/dhinfdemo.m: Move here from control directory. | |
8447 * control/hinf/h2norm.m: Ditto. | |
8448 * control/hinf/h2syn.m: Ditto. | |
8449 * control/hinf/hinf_ctr.m: Ditto. | |
8450 * control/hinf/hinfdemo.m: Ditto. | |
8451 * control/hinf/hinfnorm.m: Ditto. | |
8452 * control/hinf/hinfsyn.m: Ditto. | |
8453 * control/hinf/hinfsyn_chk.m: Ditto. | |
8454 * control/hinf/hinfsyn_ric.m: Ditto. | |
8455 * control/hinf/wgt1o.m: Ditto. | |
3441 | 8456 * control/hinf/dgkfdemo.m: Ditto. |
8457 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 8458 |
8459 * control/marsyas: New directory. | |
8460 * control/marsyas/demomarsyas.m: Move here from control directory. | |
8461 * control/marsyas/susball.m: Ditto. | |
8462 | |
8463 * control/obsolete/dezero.m: Move here from control directory. | |
8464 * control/obsolete/rotg.m: Ditto. | |
8465 | |
8466 * control/system: New directory. | |
8467 * control/system/abcddim.m: Move here from control directory. | |
8468 * control/system/abcddims.m: Ditto. | |
8469 * control/system/buildssic.m: Ditto. | |
8470 * control/system/c2d.m: Ditto. | |
8471 * control/system/d2c.m: Ditto. | |
8472 * control/system/dmr2d.m: Ditto. | |
8473 * control/system/fir2sys.m: Ditto. | |
8474 * control/system/is_abcd.m: Ditto. | |
8475 * control/system/is_digital.m: Ditto. | |
8476 * control/system/is_sample.m: Ditto. | |
8477 * control/system/is_signal_list.m: Ditto. | |
8478 * control/system/is_siso.m: Ditto. | |
3441 | 8479 * control/system/is_controllable.m: Ditto. |
8480 * control/system/is_detectable.m: Ditto. | |
8481 * control/system/is_observable.m: Ditto. | |
8482 * control/system/is_stabilizable.m: Ditto. | |
8483 * control/system/is_stable.m: Ditto. | |
3436 | 8484 * control/system/jet707.m: Ditto. |
8485 * control/system/listidx.m: Ditto. | |
8486 * control/system/moddemo.m: Ditto. | |
8487 * control/system/ord2.m: Ditto. | |
8488 * control/system/packedform.m: Ditto. | |
8489 * control/system/parallel.m: Ditto. | |
8490 * control/system/ss2sys.m: Ditto. | |
8491 * control/system/ss2tf.m: Ditto. | |
8492 * control/system/ss2zp.m: Ditto. | |
8493 * control/system/starp.m: Ditto. | |
8494 * control/system/sys2fir.m: Ditto. | |
8495 * control/system/sys2ss.m: Ditto. | |
8496 * control/system/sys2tf.m: Ditto. | |
8497 * control/system/sys2zp.m: Ditto. | |
8498 * control/system/sysadd.m: Ditto. | |
8499 * control/system/sysappend.m: Ditto. | |
8500 * control/system/syschnamesl.m: Ditto. | |
8501 * control/system/syschtsam.m: Ditto. | |
8502 * control/system/sysconnect.m: Ditto. | |
8503 * control/system/syscont.m: Ditto. | |
8504 * control/system/syscont_disc.m: Ditto. | |
8505 * control/system/sysdefioname.m: Ditto. | |
8506 * control/system/sysdefstname.m: Ditto. | |
8507 * control/system/sysdimensions.m: Ditto. | |
8508 * control/system/sysdisc.m: Ditto. | |
8509 * control/system/sysdup.m: Ditto. | |
8510 * control/system/sysgetsignals.m: Ditto. | |
8511 * control/system/sysgettsam.m: Ditto. | |
8512 * control/system/sysgettype.m: Ditto. | |
8513 * control/system/sysgroup.m: Ditto. | |
8514 * control/system/sysgroupn.m: Ditto. | |
8515 * control/system/sysidx.m: Ditto. | |
8516 * control/system/sysmin.m: Ditto. | |
8517 * control/system/sysmult.m: Ditto. | |
8518 * control/system/sysout.m: Ditto. | |
8519 * control/system/sysprune.m: Ditto. | |
8520 * control/system/sysreorder.m: Ditto. | |
8521 * control/system/sysrepdemo.m: Ditto. | |
8522 * control/system/sysscale.m: Ditto. | |
8523 * control/system/syssetsignals.m: Ditto. | |
8524 * control/system/syssub.m: Ditto. | |
8525 * control/system/sysupdate.m: Ditto. | |
8526 * control/system/tf2ss.m: Ditto. | |
8527 * control/system/tf2sys.m: Ditto. | |
8528 * control/system/tf2sysl.m: Ditto. | |
8529 * control/system/tf2zp.m: Ditto. | |
8530 * control/system/tfout.m: Ditto. | |
8531 * control/system/ugain.m: Ditto. | |
8532 * control/system/zp2ss.m: Ditto. | |
8533 * control/system/zp2ssg2.m: Ditto. | |
8534 * control/system/zp2sys.m: Ditto. | |
8535 * control/system/zp2tf.m: Ditto. | |
8536 * control/system/zpout.m: Ditto. | |
8537 | |
8538 * control/util: New directory. | |
8539 * control/util/axis2dlim.m: Move here from control directory. | |
8540 * control/util/outlist.m: Ditto. | |
8541 * control/util/prompt.m: Ditto. | |
8542 * control/util/run_cmd.m: Ditto. | |
8543 * control/util/sortcom.m: Ditto. | |
8544 * control/util/strappend.m: Ditto. | |
8545 * control/util/swap.m: Ditto. | |
8546 * control/util/zgfmul.m: Ditto. | |
8547 * control/util/zgfslv.m: Ditto. | |
8548 * control/util/zginit.m: Ditto. | |
8549 * control/util/zgpbal.m: Ditto. | |
8550 * control/util/zgreduce.m: Ditto. | |
8551 * control/util/zgrownorm.m: Ditto. | |
8552 * control/util/zgscal.m: Ditto. | |
8553 * control/util/zgsgiv.m: Ditto. | |
8554 * control/util/zgshsr.m: Ditto. | |
8555 | |
3427 | 8556 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8557 | |
8558 * gethelp.cc (extract_help_text): Discard first space character | |
8559 after consecutive comment characters. | |
8560 | |
3422 | 8561 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
8562 | |
8563 * control/obsolete: New directory | |
8564 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 8565 * control/obsolete/swapcols.m: Ditto. |
8566 * control/obsolete/dlqg.m: Ditto. | |
8567 * control/obsolete/minfo.m: Ditto. | |
8568 * control/obsolete/packsys.m: Ditto. | |
8569 * control/obsolete/qzval.m: Ditto. | |
8570 * control/obsolete/unpacksys.m: Ditto. | |
8571 * control/obsolete/series.m: Ditto. | |
8572 * control/obsolete/syschnames.m: Ditto. | |
8573 * polynomial/polyout.m: Ditto. | |
3422 | 8574 |
3420 | 8575 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8576 | |
8577 * general/fliplr.m: Eliminate useless copy of arg. | |
8578 * general/flipud.m: Ditto. | |
8579 | |
3418 | 8580 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8581 | |
8582 * linear-algebra/cross.m: Only return a row vector if both args | |
8583 are row vectors. | |
8584 * polynomial/polyfit.m: Likewise. | |
8585 | |
8586 * signal/autocov.m: Don't reset prefer_column_vectors. | |
8587 | |
8588 * statistics/distributions/discrete_rnd.m: | |
8589 Always generate a row vector. | |
8590 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
8591 | |
5095 | 8592 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 8593 |
8594 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
8595 | |
8596 * audio/setaudio.m: Texinfoize doc string. | |
8597 * control/com2str.m: Likewise. | |
8598 * control/controldemo.m: Likewise. | |
8599 * control/DEMOcontrol.m: Likewise. | |
8600 * control/dezero.m: Likewise. | |
8601 * control/dre.m: Likewise. | |
8602 * control/hinfsyn_ric.m: Likewise. | |
8603 | |
5095 | 8604 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 8605 |
8606 * io/printf.m: Add @seealso{...} to doc string. | |
8607 * io/puts.m: Likewise. | |
8608 * plot/semilogx.m: Likewise. | |
8609 * plot/semilogy.m: Likewise. | |
8610 * plot/__pltopt__.m: Likewise. | |
8611 * plot/bar.m: Likewise. | |
8612 * plot/xlabel.m: Likewise. | |
8613 * plot/grid.m: Likewise. | |
8614 * plot/shg.m: Likewise. | |
8615 * plot/title.m: Likewise. | |
8616 * plot/mesh.m: Likewise. | |
8617 * plot/__pltopt1__.m: Likewise. | |
8618 * plot/contour.m: Likewise. | |
8619 * plot/hist.m: Likewise. | |
8620 * plot/stairs.m: Likewise. | |
8621 * plot/meshgrid.m: Likewise. | |
8622 * plot/polar.m: Likewise. | |
8623 * plot/loglog.m: Likewise. | |
8624 * plot/plot.m: Likewise. | |
8625 * miscellaneous/semicolon.m: Likewise. | |
8626 * miscellaneous/menu.m: Likewise. | |
8627 * miscellaneous/etime.m: Likewise. | |
8628 * miscellaneous/texas_lotto.m: Likewise. | |
8629 * miscellaneous/comma.m: Likewise. | |
8630 * audio/lin2mu.m: Likewise. | |
8631 * audio/playaudio.m: Likewise. | |
8632 * audio/loadaudio.m: Likewise. | |
8633 * audio/saveaudio.m: Likewise. | |
8634 * audio/mu2lin.m: Likewise. | |
8635 * audio/record.m: Likewise. | |
8636 * strings/isletter.m: Likewise. | |
8637 * strings/lower.m: Likewise. | |
8638 * strings/lower.m: Likewise. | |
8639 * strings/upper.m: Likewise. | |
8640 * specfun/erfinv.m: Likewise. | |
8641 * specfun/gammai.m: Likewise. | |
8642 * specfun/log2.m: Likewise. | |
8643 * specfun/pow2.m: Likewise. | |
8644 * elfun/gcd.m: Likewise. | |
8645 * elfun/lcm.m: Likewise. | |
8646 * special-matrix/vander.m: Likewise. | |
8647 * special-matrix/sylvester_matrix.m: Likewise. | |
8648 * special-matrix/hilb.m: Likewise. | |
8649 * special-matrix/hankel.m: Likewise. | |
8650 * special-matrix/toeplitz.m: Likewise. | |
8651 * special-matrix/invhilb.m: Likewise. | |
8652 * statistics/base/std.m: Likewise. | |
8653 * statistics/base/median.m: Likewise. | |
8654 * linear-algebra/cond.m: Likewise. | |
8655 * linear-algebra/norm.m: Likewise. | |
8656 * finance/nper.m: Likewise. | |
8657 * finance/pmt.m: Likewise. | |
8658 * finance/pv.m: Likewise. | |
8659 * finance/rate.m: Likewise. | |
8660 * finance/npv.m: Likewise. | |
8661 * general/fliplr.m: Likewise. | |
8662 * general/flipud.m: Likewise. | |
8663 * general/is_scalar.m: Likewise. | |
8664 * general/rem.m: Likewise. | |
8665 * general/perror.m: Likewise. | |
8666 * general/tril.m: Likewise. | |
8667 * general/rot90.m: Likewise. | |
8668 * general/num2str.m: Likewise. | |
8669 * general/int2str.m: Likewise. | |
8670 * general/reshape.m: Likewise. | |
8671 * general/logspace.m: Likewise. | |
8672 * general/is_symmetric.m: Likewise. | |
8673 * general/is_vector.m: Likewise. | |
8674 * general/nextpow2.m: Likewise. | |
8675 * general/columns.m: Likewise. | |
8676 * general/is_square.m: Likewise. | |
8677 * general/rows.m: Likewise. | |
8678 * control/ugain.m: Likewise. | |
8679 * control/damp.m: Likewise. | |
8680 * control/dare.m: Likewise. | |
8681 * control/are.m: Likewise. | |
8682 * control/sys2fir.m: Likewise. | |
8683 * control/abcddim.m: Likewise. | |
8684 * control/is_abcd.m: Likewise. | |
8685 * control/step.m: Likewise. | |
8686 * control/is_observable.m: Likewise. | |
8687 * control/is_controllable.m: Likewise. | |
8688 * control/jet707.m: Likewise. | |
8689 * control/polyout.m: Likewise. | |
8690 * control/impulse.m: Likewise. | |
8691 * control/lqg.m: Likewise. | |
8692 * control/is_detectable.m: Likewise. | |
8693 * control/sysdimensions.m: Likewise. | |
8694 * control/sysupdate.m: Likewise. | |
8695 * control/stepimp.m: Likewise. | |
8696 * control/is_stable.m: Likewise. | |
8697 * control/tfout.m: Likewise. | |
8698 * control/zpout.m: Likewise. | |
8699 | |
3405 | 8700 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8701 | |
8702 * set/complement.m: Add @seealso{} stuff. | |
8703 * set/create_set.m: Likewise. | |
8704 * set/intersection.m: Likewise. | |
8705 * set/union.m: Likewise. | |
8706 | |
3399 | 8707 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8708 | |
3400 | 8709 * control/d2c.m: Use double quotes instead of single quotes for |
8710 string constants. | |
8711 * control/dgkfdemo.m: Likewise. | |
8712 * control/fir2sys.m: Likewise. | |
8713 * control/frdemo.m: Likewise. | |
8714 * control/moddemo.m: Likewise. | |
8715 * control/minfo.m: Likewise. | |
8716 * control/is_stabilizable.m: Likewise. | |
8717 * control/is_dgkf.m: Likewise. | |
8718 * control/polyout.m: Likewise. | |
8719 * control/sysconnect.m: Likewise. | |
8720 * control/sysrepdemo.m: Likewise. | |
8721 * control/tf2sys.m: Likewise. | |
8722 * control/tfout.m: Likewise. | |
8723 * control/zp2sys.m: Likewise. | |
8724 * control/zpout.m: Likewise. | |
8725 * control/tzero.m: Likewise. | |
8726 | |
8727 * control/DEMOcontrol.m: Handle moddemo case too. | |
8728 | |
8729 * image/loadimage.m: Use double quotes instead of single quotes | |
8730 for string constants. Use sprintf instead of square brackets to | |
8731 construct string. | |
8732 | |
3399 | 8733 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 8734 * control/fir2sys.m: Likewise. |
3399 | 8735 |
3390 | 8736 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8737 | |
8738 * mkdoc: Only delete spaces before @ characters at the beginning | |
8739 of a line. | |
8740 | |
3383 | 8741 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8742 | |
3388 | 8743 * control/bddemo.m: Make it more likely to work with any value of |
8744 whitespace_in_literal_matrix. | |
3386 | 8745 * control/analdemo.m: Ditto. |
8746 * control/dgkfdemo.m: Ditto. | |
8747 * control/frdemo.m: Ditto. | |
8748 * control/sysrepdemo.m: Ditto. | |
8749 * control/moddemo.m: Ditto. | |
3388 | 8750 * control/zp2ss.m: Ditto. |
3387 | 8751 * control/zp2tf.m: Ditto. |
3388 | 8752 * control/syssub.m: Ditto. |
8753 * finance/npv.m: Ditto. | |
8754 * statistics/base/studentize.m: Ditto. | |
8755 * statistics/base/values.m: Ditto. | |
8756 * statistics/distributions/exponential_cdf.m: Ditto. | |
8757 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 8758 |
3384 | 8759 * control/dezero.m: Use toascii to convert string to ASCII value |
8760 instead of multiplying it by 1. | |
8761 | |
3383 | 8762 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
8763 * control/zpout.m: Ditto. | |
8764 * control/tfout.m: Ditto. | |
8765 * control/tf2sys.m: Ditto. | |
8766 * control/syssub.m: Ditto. | |
8767 * control/syssetsignals.m: Ditto. | |
8768 * control/sysout.m: Ditto. | |
8769 * control/sysmult.m: Ditto. | |
8770 * control/sysgroup.m: Ditto. | |
8771 * control/sysdup.m: Ditto. | |
8772 * control/sysdisc.m: Ditto. | |
8773 * control/syscont.m: Ditto. | |
8774 * control/sysconnect.m: Ditto. | |
8775 * control/sysappend.m: Ditto. | |
8776 * control/sysadd.m: Ditto. | |
8777 * control/ss2sys.m: Ditto. | |
8778 * control/nyquist.m: Ditto. | |
8779 * control/lqg.m: Ditto. | |
8780 * control/fir2sys.m: Ditto. | |
8781 * control/dmr2d.m: Ditto. | |
8782 * control/dezero.m: Ditto. | |
8783 * control/d2c.m: Ditto. | |
8784 * control/c2d.m: Ditto. | |
8785 * control/bddemo.m: Ditto. | |
8786 * control/pzmap.m: Ditto. | |
8787 | |
5095 | 8788 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 8789 |
8790 * signal/spectral_adf.m: Fix typo. | |
8791 | |
3372 | 8792 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8793 | |
8794 * linear-algebra/cond.m: Texinfoize doc string. | |
8795 * linear-algebra/kron.m: Ditto. | |
8796 * linear-algebra/norm.m: Ditto. | |
8797 * linear-algebra/null.m: Ditto. | |
8798 * linear-algebra/orth.m: Ditto. | |
8799 * linear-algebra/rank.m: Ditto. | |
8800 * linear-algebra/trace.m: Ditto. | |
8801 * linear-algebra/qzhess.m: Ditto. | |
8802 * miscellaneous/menu.m: Ditto. | |
3373 | 8803 * general/perror.m: Ditto. |
8804 * general/strerror.m: Ditto. | |
8805 * general/columns.m: Ditto. | |
8806 * general/rows.m: Ditto. | |
8807 * image/colormap.m: Ditto. | |
8808 * image/gray.m: Ditto. | |
8809 * image/gray2ind.m: Ditto. | |
8810 * image/image.m: Ditto. | |
8811 * image/imagesc.m: Ditto. | |
8812 * image/imshow.m: Ditto. | |
8813 * image/ind2gray.m: Ditto. | |
8814 * image/ind2rgb.m: Ditto. | |
8815 * image/loadimage.m: Ditto. | |
8816 * image/rgb2ntsc.m: Ditto. | |
8817 * image/ntsc2rgb.m: Ditto. | |
8818 * image/ocean.m: Ditto. | |
8819 * image/rgb2ind.m: Ditto. | |
8820 * image/saveimage.m: Ditto. | |
3372 | 8821 * io/printf.m: Ditto. |
8822 * io/puts.m: Ditto. | |
8823 | |
3369 | 8824 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8825 | |
8826 * special-matrix/hankel.m: Texinfoize doc string. | |
8827 * special-matrix/hilb.m: Ditto. | |
8828 * special-matrix/invhilb.m: Ditto. | |
8829 * special-matrix/sylvester_matrix.m: Ditto. | |
8830 * special-matrix/toeplitz.m: Ditto. | |
8831 * special-matrix/vander.m: Ditto. | |
8832 * linear-algebra/vec.m: Ditto. | |
8833 * linear-algebra/vech.m: Ditto. | |
8834 * general/common_size.m: Ditto. | |
8835 * general/diff.m: Ditto. | |
8836 * general/fliplr.m: Ditto. | |
8837 * general/flipud.m: Ditto. | |
8838 * general/rot90.m: Ditto. | |
8839 * general/reshape.m: Ditto. | |
8840 * general/shift.m: Ditto. | |
8841 * general/tril.m: Ditto. | |
8842 * general/triu.m: Ditto. | |
8843 * general/logspace.m: Ditto. | |
3371 | 8844 * general/nargchk.m: Ditto. |
3369 | 8845 |
3367 | 8846 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8847 | |
8848 * statistics/base/mean: Texinfoize doc string. | |
8849 * statistics/base/median: Ditto. | |
8850 * statistics/base/std: Ditto. | |
8851 * statistics/base/cov: Ditto. | |
8852 * statistics/base/corrcoef: Ditto. | |
8853 * statistics/base/kurtosis: Ditto. | |
8854 * statistics/base/mahalanobis: Ditto. | |
8855 * statistics/base/skewness: Ditto. | |
3368 | 8856 * statistics/base/gls.m: Ditto. |
8857 * statistics/base/ols.m: Ditto. | |
3367 | 8858 * signal/detrend.m: Ditto. |
8859 * signal/freqz.m: Ditto. | |
8860 * signal/sinc.m: Ditto. | |
8861 * signal/fftconv.m: Ditto. | |
8862 * signal/fftfilt.m: Ditto. | |
3368 | 8863 * set/create_set.m: Ditto. |
8864 * set/union.m: Ditto. | |
8865 * set/intersection.m: Ditto. | |
8866 * set/complement.m: Ditto. | |
8867 * poly/compan.m: Ditto. | |
8868 * poly/conv: Ditto. | |
8869 * poly/deconv: Ditto. | |
8870 * poly/poly: Ditto. | |
8871 * poly/polyderiv: Ditto. | |
8872 * poly/polyfit: Ditto. | |
8873 * poly/polyinteg: Ditto. | |
8874 * poly/polyreduce: Ditto. | |
8875 * poly/polyval: Ditto. | |
8876 * poly/polyvalm: Ditto. | |
8877 * poly/residue: Ditto. | |
8878 * poly/roots: Ditto. | |
8879 * plot/top_title.m: Ditto | |
8880 * plot/subwindow.m: Ditto | |
8881 * plot/subplot.m: Ditto | |
8882 * plot/plot_border.m: Ditto | |
8883 * plot/oneplot.m: Ditto | |
8884 * plot/multiplot.m: Ditto | |
8885 * plot/mplot.m: Ditto | |
8886 * plot/xlabel.m: Ditto | |
8887 * plot/figure.m: Ditto | |
8888 * plot/meshdom.m: Ditto | |
8889 * plot/mesh.m: Ditto | |
8890 * plot/stairs.m: Ditto | |
8891 * plot/polar.m: Ditto | |
8892 * plot/loglog.m: Ditto | |
8893 * plot/hist.m: Ditto | |
8894 * plot/contour.m: Ditto | |
8895 * plot/bar.m: Ditto | |
8896 * plot/axis.m: Ditto | |
8897 * plot/plot.m: Ditto. | |
3367 | 8898 |
3361 | 8899 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8900 | |
3365 | 8901 * control/pinv.m: Delete. |
8902 | |
3364 | 8903 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
8904 | |
3361 | 8905 * strings/blanks.m: Texinfoize doc string. |
8906 * strings/strcat.m: Ditto. | |
8907 * strings/str2mat.m: Ditto. | |
8908 * strings/deblank.m: Ditto. | |
8909 * strings/findstr.m: Ditto. | |
8910 * strings/index.m: Ditto. | |
8911 * strings/rindex.m: Ditto. | |
8912 * strings/split.m: Ditto. | |
8913 * strings/strcmp.m: Ditto. | |
8914 * strings/strrep.m: Ditto. | |
8915 * strings/substr.m: Ditto. | |
8916 * general/int2str.m: Ditto. | |
8917 * general/num2str.m: Ditto. | |
8918 * strings/dec2bin.m: Ditto. | |
8919 * strings/bin2dec: Ditto. | |
8920 * strings/dec2bin: Ditto. | |
8921 * strings/dec2hex: Ditto. | |
8922 * strings/hex2dec: Ditto. | |
8923 * strings/str2num: Ditto. | |
8924 | |
3347 | 8925 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8926 | |
8927 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
8928 | |
5095 | 8929 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 8930 |
8931 * control/DEMOcontrol.m: Texinfoize doc string. | |
8932 * control/abcddim.m: Ditto. | |
8933 * control/abcddims.m: Ditto. | |
8934 * control/analdemo.m: Ditto. | |
8935 * control/are.m: Ditto. | |
8936 * control/axis2dlim.m: Ditto. | |
8937 * control/bddemo.m: Ditto. | |
8938 * control/bode.m: Ditto. | |
8939 * control/bode_bounds.m: Ditto. | |
8940 * control/bodquist.m: Ditto. | |
8941 * control/buildssic.m: Ditto. | |
8942 * control/c2d.m: Ditto. | |
8943 * control/ctrb.m: Ditto. | |
8944 * control/d2c.m: Ditto. | |
8945 * control/damp.m: Ditto. | |
8946 * control/dare.m: Ditto. | |
8947 * control/dcgain.m: Ditto. | |
8948 * control/dgkfdemo.m: Ditto. | |
8949 * control/dgram.m: Ditto. | |
8950 * control/dlqe.m: Ditto. | |
8951 * control/dlqr.m: Ditto. | |
8952 * control/dlyap.m: Ditto. | |
8953 * control/dmr2d.m: Ditto. | |
8954 * control/fir2sys.m: Ditto. | |
8955 * control/frdemo.m: Ditto. | |
8956 * control/freqchkw.m: Ditto. | |
8957 * control/freqresp.m: Ditto. | |
8958 * control/gram.m: Ditto. | |
8959 * control/h2norm.m: Ditto. | |
8960 * control/h2syn.m: Ditto. | |
8961 * control/hinf_ctr.m: Ditto. | |
8962 * control/hinfdemo.m: Ditto. | |
8963 * control/hinfnorm.m: Ditto. | |
8964 * control/hinfsyn.m: Ditto. | |
8965 * control/hinfsyn_chk.m: Ditto. | |
8966 * control/impulse.m: Ditto. | |
8967 * control/is_abcd.m: Ditto. | |
8968 * control/is_controllable.m: Ditto. | |
8969 * control/is_detectable.m: Ditto. | |
8970 * control/is_dgkf.m: Ditto. | |
8971 * control/is_digital.m: Ditto. | |
8972 * control/is_observable.m: Ditto. | |
8973 * control/is_sample.m: Ditto. | |
8974 * control/is_signal_list.m: Ditto. | |
8975 * control/is_siso.m: Ditto. | |
8976 * control/is_stabilizable.m: Ditto. | |
8977 * control/is_stable.m: Ditto. | |
8978 * control/jet707.m: Ditto. | |
8979 * control/lqe.m: Ditto. | |
8980 * control/lqg.m: Ditto. | |
8981 * control/lqr.m: Ditto. | |
8982 * control/lsim.m: Ditto. | |
8983 * control/ltifr.m: Ditto. | |
8984 * control/lyap.m: Ditto. | |
8985 * control/moddemo.m: Ditto. | |
8986 * control/nyquist.m: Ditto. | |
8987 * control/obsv.m: Ditto. | |
8988 * control/ord2.m: Ditto. | |
8989 * control/outlist.m: Ditto. | |
8990 * control/pinv.m: Ditto. | |
8991 * control/place.m: Ditto. | |
8992 * control/polyout.m: Ditto. | |
8993 * control/prompt.m: Ditto. | |
8994 * control/pzmap.m: Ditto. | |
8995 * control/qzval.m: Ditto. | |
8996 * control/rldemo.m: Ditto. | |
8997 * control/rlocus.m: Ditto. | |
8998 * control/sortcom.m: Ditto. | |
8999 * control/ss2sys.m: Ditto. | |
9000 * control/ss2tf.m: Ditto. | |
9001 * control/ss2zp.m: Ditto. | |
9002 * control/starp.m: Ditto. | |
9003 * control/step.m: Ditto. | |
9004 * control/stepimp.m: Ditto. | |
9005 * control/susball.m: Ditto. | |
9006 * control/sys2fir.m: Ditto. | |
9007 * control/sys2ss.m: Ditto. | |
9008 * control/sys2tf.m: Ditto. | |
9009 * control/sys2zp.m: Ditto. | |
9010 * control/sysadd.m: Ditto. | |
9011 * control/sysappend.m: Ditto. | |
9012 * control/syschnames.m: Ditto. | |
9013 * control/syschnamesl.m: Ditto. | |
9014 * control/syschtsam.m: Ditto. | |
9015 * control/sysconnect.m: Ditto. | |
9016 * control/syscont.m: Ditto. | |
9017 * control/syscont_disc.m: Ditto. | |
9018 * control/sysdefioname.m: Ditto. | |
9019 * control/sysdefstname.m: Ditto. | |
9020 * control/sysdimensions.m: Ditto. | |
9021 * control/sysdisc.m: Ditto. | |
9022 * control/sysdup.m: Ditto. | |
9023 * control/sysgetsignals.m: Ditto. | |
9024 * control/sysgettype.m: Ditto. | |
9025 * control/sysgroup.m: Ditto. | |
9026 * control/sysgroupn.m: Ditto. | |
9027 * control/sysmult.m: Ditto. | |
9028 * control/sysout.m: Ditto. | |
9029 * control/sysprune.m: Ditto. | |
9030 * control/sysreorder.m: Ditto. | |
9031 * control/sysrepdemo.m: Ditto. | |
9032 * control/sysscale.m: Ditto. | |
9033 * control/syssetsignals.m: Ditto. | |
9034 * control/syssub.m: Ditto. | |
9035 * control/sysupdate.m: Ditto. | |
9036 * control/tf2ss.m: Ditto. | |
9037 * control/tf2sys.m: Ditto. | |
9038 * control/tf2sysl.m: Ditto. | |
9039 * control/tf2zp.m: Ditto. | |
9040 * control/tfout.m: Ditto. | |
9041 * control/tzero.m: Ditto. | |
9042 * control/tzero2.m: Ditto. | |
9043 * control/ugain.m: Ditto. | |
9044 * control/wgt1o.m: Ditto. | |
9045 * control/zgfmul.m: Ditto. | |
9046 * control/zgfslv.m: Ditto. | |
9047 * control/zginit.m: Ditto. | |
9048 * control/zgpbal.m: Ditto. | |
9049 * control/zgreduce.m: Ditto. | |
9050 * control/zgrownorm.m: Ditto. | |
9051 * control/zgscal.m: Ditto. | |
9052 * control/zgsgiv.m: Ditto. | |
9053 * control/zgshsr.m: Ditto. | |
9054 * control/zp2ss.m: Ditto. | |
9055 * control/zp2ssg2.m: Ditto. | |
9056 * control/zp2sys.m: Ditto. | |
9057 * control/zp2tf.m: Ditto. | |
9058 * control/zpout.m: Ditto. | |
9059 | |
5095 | 9060 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 9061 |
5378 | 9062 * audio/lin2mu.m: Texinfoize doc string. |
9063 * audio/loadaudio.m: Ditto. | |
9064 * audio/mu2lin.m: Ditto. | |
9065 * audio/playaudio.m: Ditto. | |
9066 * audio/record.m: Ditto. | |
9067 * audio/saveaudio.m: Ditto. | |
3332 | 9068 |
5095 | 9069 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9070 |
9071 * elfun/acot.m: Texinfoize doc string. | |
9072 * elfun/acsc.m: Ditto. | |
9073 * elfun/acsch.m: Ditto. | |
9074 * elfun/asec.m: Ditto. | |
9075 * elfun/asech.m: Ditto. | |
9076 * elfun/cot.m: Ditto. | |
9077 * elfun/coth.m: Ditto. | |
9078 * elfun/csc.m: Ditto. | |
9079 * elfun/csch.m: Ditto. | |
9080 * elfun/gcd.m: Ditto. | |
9081 * elfun/lcm.m: Ditto. | |
9082 * elfun/sec.m: Ditto. | |
9083 * elfun/sech.m: Ditto. | |
9084 * general/nextpow2.m: Ditto. | |
9085 * general/rem.m: Ditto. | |
9086 * linear-algebra/commutation_matrix.m: Ditto. | |
9087 * linear-algebra/cross.m: Ditto. | |
9088 * linear-algebra/duplication_matrix.m: Ditto. | |
9089 * miscellaneous/bincoeff.m: Ditto. | |
9090 * miscellaneous/xor.m: Ditto. | |
9091 * specfun/bessel.m: Ditto. | |
9092 * specfun/beta.m: Ditto. | |
9093 * specfun/betai.m: Ditto. | |
9094 * specfun/erfinv.m: Ditto. | |
9095 * specfun/gammai.m: Ditto. | |
9096 * specfun/log2.m: Ditto. | |
9097 * specfun/pow2.m: Ditto. | |
9098 | |
5095 | 9099 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9100 |
9101 * general/is_scalar.m: Texinfoize help text. | |
9102 * general/is_square.m: Ditto. | |
9103 * general/is_symmetric.m: Ditto. | |
9104 | |
3320 | 9105 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9106 | |
9107 * strings/split.m: If the string to be split is empty, just return | |
9108 an empty string. | |
9109 | |
3319 | 9110 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9111 | |
9112 * Makefile.in (ALL_M_FILES): New macro. | |
9113 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
9114 | |
3306 | 9115 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9116 | |
9117 * control/bode.m: Don't return anything if nargout == 0. | |
9118 | |
9119 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
9120 | |
9121 * control/bode.m: Don't do axis scaling for magnitude plots. | |
9122 | |
3305 | 9123 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9124 | |
9125 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
9126 gethelp.cc to the list. | |
9127 | |
3296 | 9128 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9129 | |
3301 | 9130 * time/asctime.m: Texinfoize help text. |
9131 * time/clock.m: Ditto. | |
9132 * time/date.m: Ditto. | |
9133 * miscellaneous/cputime.m: Ditto. | |
9134 * miscellaneous/etime.m: Ditto. | |
9135 * miscellaneous/is_leap_year.m: Ditto. | |
9136 * miscellaneous/popen2.m: Ditto. | |
9137 * miscellaneous/version.m: Ditto. | |
9138 * miscellaneous/tic.m: Ditto. | |
9139 * miscellaneous/toc.m: Just refer to tic.m. | |
9140 | |
3297 | 9141 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
9142 `cd dir; $(MAKE); cd ..'. | |
9143 ($(SUBDIRS)): Likewise. | |
9144 | |
9145 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
9146 | |
9147 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
9148 of `cd dir; $(MAKE)'. | |
9149 | |
3296 | 9150 * gethelp.cc, mkdoc: New files. |
9151 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
9152 sources. | |
9153 | |
3291 | 9154 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9155 | |
9156 * linear-algebra/kron.m: Fix typo in previous change | |
9157 | |
3282 | 9158 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9159 | |
9160 * control/bode.m: Allow optional 5th arg to specify plot style. | |
9161 | |
5095 | 9162 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 9163 |
9164 * linear-algebra/krylov.m: Correctly handle case of V having full | |
9165 rank when V has more columns than rows. | |
9166 | |
9167 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9168 | |
9169 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
9170 | |
9171 * statistics/tests/manova.m: Avoid problems if | |
9172 whitespace_in_literal_matrix is set to "traditional". | |
9173 * statistics/tests/t_test_regression.m: Likewise. | |
9174 * statistics/tests/u_test.m: Likewise. | |
9175 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
9176 * statistics/tests/anova.m: Likewise. | |
9177 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9178 * statistics/base/statistics.m: Likewise. | |
9179 * image/saveimage.m: Likewise. | |
9180 * signal/arch_fit.m: Likewise. | |
9181 * signal/autoreg_matrix.m: Likewise. | |
9182 * signal/triangle_lw.m: Likewise. | |
9183 * strings/dec2hex.m: Likewise. | |
9184 | |
3268 | 9185 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9186 | |
9187 * image/saveimage.m: Initialize scale. | |
9188 | |
9189 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9190 | |
9191 * general/reshape.m: Allow reshape (a, size (b)). | |
9192 | |
3266 | 9193 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9194 | |
9195 * specfun/erfinv.m: Improve stopping criterion. | |
9196 Add iteration count as second return value. | |
9197 | |
3265 | 9198 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9199 | |
9200 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
9201 | |
3263 | 9202 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9203 | |
9204 * miscellaneous/pack.m: New function. | |
9205 | |
9206 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9207 | |
9208 * plot/figure.m: Always return figure number. With no args, | |
9209 figure now creates a new figure window and returns its number. | |
9210 Accept figure (property, value) syntax, but do nothing. | |
9211 | |
5095 | 9212 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 9213 |
9214 * general/shift.m: Avoid printing temporary value for backward shift. | |
9215 | |
3260 | 9216 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9217 | |
9218 * plot/bar.m: Compute bar widths correctly when x-values are not | |
9219 evenly spaced. | |
9220 | |
3250 | 9221 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9222 | |
9223 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
9224 contain only zeros. | |
9225 | |
5095 | 9226 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 9227 |
9228 * linear-algebra/kron.m: Create result matrix and insert blocks | |
9229 instead of appending them. | |
9230 | |
9231 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9232 | |
9233 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
9234 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
9235 Update from A. S. Hodel. | |
9236 | |
3246 | 9237 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9238 | |
9239 * polynomial/polyfit.m: Correct previous change. | |
9240 | |
3243 | 9241 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9242 | |
9243 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
9244 | |
5095 | 9245 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 9246 |
9247 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
9248 version of krylov and krylovb. | |
9249 | |
9250 * control/outlist.m, control/sysout.m: Fix typos. | |
9251 | |
9252 * control/sysdimensions.m: Add option for total number of states. | |
9253 | |
9254 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
9255 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
9256 arguments. | |
9257 | |
9258 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9259 | |
9260 * strings/index.m: Fail with meaningful error message if either | |
9261 arg is a string array. | |
9262 | |
3238 | 9263 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9264 | |
9265 * linear-algebra/norm.m: Do the right thing for 1- and | |
9266 infinity-norms of complex matrices. From Sven Khatri | |
9267 <khatri@saturn.vocalpoint.com>. | |
9268 | |
5095 | 9269 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 9270 |
9271 * linear-algebra/qrhouse.m: Handle default args correctly. | |
9272 | |
9273 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9274 | |
9275 * strings/split.m: Avoid problems when splitting strings that have | |
9276 \ in them. | |
9277 | |
5095 | 9278 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 9279 |
9280 * image/colormap.m: Do better arg checking, handle string args | |
9281 that name the colormap function to call (e.g., colormap ("ocean")). | |
9282 | |
5095 | 9283 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 9284 |
9285 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
9286 * linear-algebra/dot.m: Likewise. | |
9287 * linear-algebra/cross.m: Likewise. | |
9288 * general/rot90.m: Likewise. | |
9289 | |
5095 | 9290 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 9291 |
9292 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
9293 that the leading column is not all zeros. | |
9294 | |
9295 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9296 | |
9297 * general/shift.m: Fix potential problems with | |
9298 whitespace_in_literal_matrix. | |
9299 * signal/arch_rnd.m: Ditto. | |
9300 * signal/autocov.m: Ditto. | |
9301 * signal/diffpara.m: Ditto. | |
9302 * signal/hurst.m: Ditto. | |
9303 * signal/periodogram.m: Ditto. | |
9304 * signal/spectral_adf.m: Ditto. | |
9305 * signal/spectral_xdf.m: Ditto. | |
9306 * signal/spencer.m: Ditto. | |
9307 * signal/synthesis.m: Ditto. | |
9308 * statistics/distributions/wiener_rnd.m: Ditto. | |
9309 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
9310 * statistics/models/logistic_regression.m: Ditto. | |
9311 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
9312 * statistics/tests/run_test.m: Ditto. | |
9313 * statistics/tests/chisquare_test_independence.m: Ditto. | |
9314 | |
5095 | 9315 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 9316 |
9317 * plot/__plr2__.m: Fix typo. | |
9318 | |
3233 | 9319 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9320 | |
9321 * plot/__pltopt1__.m: Accept "k" to mean black. | |
9322 | |
5095 | 9323 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 9324 |
9325 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
9326 function. | |
9327 | |
5095 | 9328 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 9329 |
9330 * control/ss2sys.m: Fix typo. | |
9331 | |
9332 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9333 | |
9334 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
9335 | |
9336 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
9337 signal names as lists of strings instead of string arrays. | |
9338 | |
3225 | 9339 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9340 | |
3233 | 9341 * quaternion: New directory of functions from A. S. Hodel |
3225 | 9342 <a.s.hodel@eng.auburn.edu>. |
9343 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 9344 * quaternion/Makefile.in: New file. |
9345 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 9346 |
9347 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9348 | |
9349 * image/saveimage.m: Make it work again for black and white colormaps. | |
9350 | |
9351 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
9352 since there can be fewer rows than columns. Round values to | |
9353 nearest position in colormap instead of truncating. Correct usage | |
9354 message. | |
9355 | |
5095 | 9356 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 9357 |
9358 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
9359 zero rows of [A,v] as householder pivots; this avoids spurious | |
9360 non-zero entries in returned orthogonal matrix U, but destroys the | |
9361 Householder matrix structure of H. | |
9362 | |
9363 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9364 | |
9365 * general/logical.m: Just copy input to output if argument is | |
9366 already a logical object. | |
9367 | |
3215 | 9368 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9369 | |
9370 * New files from OCST, in control subdiretory: | |
9371 | |
9372 DEMOcontrol.m is_siso.m syschnames.m | |
9373 abcddim.m is_stabilizable.m syschnamesl.m | |
9374 abcddims.m is_stable.m syschtsam.m | |
9375 analdemo.m jet707.m sysconnect.m | |
9376 are.m lqe.m syscont.m | |
9377 axis2dlim.m lqg.m syscont_disc.m | |
9378 bddemo.m lqr.m sysdefioname.m | |
9379 bode.m lsim.m sysdefstname.m | |
9380 bode_bounds.m ltifr.m sysdimensions.m | |
9381 bodquist.m lyap.m sysdisc.m | |
9382 buildssic.m mb.m sysdup.m | |
9383 c2d.m minfo.m sysgetsignals.m | |
6302 | 9384 com2str.m moddemo.m sysgettsam.m |
3215 | 9385 controldemo.m nichols.m sysgettype.m |
9386 ctrb.m nyquist.m sysgroup.m | |
9387 d2c.m obsv.m sysgroupn.m | |
9388 damp.m ord2.m sysmult.m | |
9389 dare.m outlist.m sysout.m | |
9390 dcgain.m packedform.m sysprune.m | |
9391 demomarsyas.m packsys.m sysreorder.m | |
9392 dezero.m; parallel.m sysrepdemo.m | |
9393 dgkfdemo.m place.m sysscale.m | |
9394 dgram.m polyout.m syssub.m | |
9395 dhinfdemo.m prompt.m sysupdate.m | |
9396 dlqe.m pzmap.m tf2ss.m | |
9397 dlqg.m qzval.m tf2sys.m | |
9398 dlqr.m rldemo.m tf2sysl.m | |
9399 dlyap.m rlocus.m tf2zp.m | |
9400 dmr2d.m rotg.m tfout.m | |
9401 fir2sys.m run_cmd.m; tzero.m | |
9402 frdemo.m series.m tzero2.m | |
9403 freqchkw.m sortcom.m ugain.m | |
9404 freqresp.m ss2sys.m unpacksys.m | |
9405 gram.m ss2tf.m wgt1o.m | |
9406 h2norm.m ss2zp.m zgfmul.m | |
9407 h2syn.m starp.m zgfslv.m | |
9408 hinf_ctr.m step.m zginit.m | |
9409 hinfdemo.m stepimp.m zgpbal.m | |
9410 hinfnorm.m strappend.m; zgreduce.m | |
9411 hinfsyn.m susball.m zgrownorm.m | |
9412 hinfsyn_chk.m swap.m zgscal.m | |
9413 impulse.m swapcols.m zgsgiv.m | |
9414 is_abcd.m swaprows.m zgshsr.m | |
9415 is_controllable.m sys2fir.m zp2ss.m | |
9416 is_detectable.m sys2ss.m zp2ssg2.m | |
9417 is_dgkf.m sys2tf.m zp2sys.m | |
9418 is_digital.m sys2zp.m zp2tf.m | |
9419 is_observable.m sysadd.m zpout.m | |
9420 is_sample.m sysappend.m | |
9421 | |
9422 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9423 | |
9424 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
9425 | |
9426 * strings/deblank.m: Make it work for string arrays too. | |
9427 | |
3211 | 9428 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9429 | |
9430 * linear-algebra/housh.m: New file from the OCST. | |
9431 * linear-algebra/krygetq.m: Ditto. | |
9432 * linear-algebra/krylov.m: Ditto. | |
9433 * linear-algebra/krylovb.m: Ditto. | |
9434 * linear-algebra/qrhouse.m: Ditto. | |
9435 * general/is_duplicate_entry.m: Ditto. | |
9436 | |
9437 * general/is_symmetric.m: Call is_square instead of doing that | |
9438 check in line. | |
9439 | |
3196 | 9440 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9441 | |
3202 | 9442 * general/is_square.m: |
9443 | |
9444 * general/isempty.m, general/is_matrix.m: Delete. | |
9445 | |
9446 * general/is_symmetric: Delete special case for strings. Whether | |
9447 the conversion is valid should depend on implicit_str_to_num_ok. | |
9448 | |
9449 * general/is_square.m: If arg is not a matrix, don't check size, | |
9450 just return 0. | |
9451 * general/is_symmetric: Likewise. | |
9452 * general/is_vector.m: Likewise. | |
9453 * general/is_scalar.m: Likewise. | |
9454 | |
3196 | 9455 * general/length.m: Delete. |
9456 | |
3191 | 9457 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9458 | |
9459 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
9460 statistics/distributions/Makefile, statistics/models/Makefile, | |
9461 and statistics/tests/Makefile to the list of files to create. | |
9462 | |
9463 * finance/Makefile.in, statistics/base/Makefile.in, | |
9464 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
9465 statistics/tests/Makefile.in: New files. | |
9466 * statistics/Makefile.in: Delete file lists. Now only handle | |
9467 subdirectories. | |
9468 * Makefile.in (SUBDIRS): Add finance. | |
9469 | |
9470 * Move the following files from statistics to statistics/base: | |
9471 | |
9472 corrcoef.m | |
9473 kurtosis.m | |
9474 mahalanobis.m | |
9475 median.m | |
9476 ols.m | |
9477 skewness.m | |
9478 std.m | |
9479 | |
9480 New files, from Kurt Hornik's octave-ci package: | |
9481 | |
9482 * finance (new directory): | |
9483 | |
9484 fv.m | |
9485 fvl.m | |
9486 irr.m | |
9487 nper.m | |
9488 npv.m | |
9489 pmt.m | |
9490 pv.m | |
9491 pvl.m | |
9492 rate.m | |
9493 vol.m | |
9494 | |
9495 * linear-algebra/dmult.m | |
9496 | |
9497 * signal: | |
9498 | |
9499 arch_fit.m | |
9500 arch_rnd.m | |
9501 arch_test.m | |
9502 arma_rnd.m | |
9503 autocor.m | |
9504 autocov.m | |
9505 autoreg_matrix.m | |
9506 bartlett.m | |
9507 blackman.m | |
9508 diffpara.m | |
9509 durbinlevinson.m | |
9510 fractdiff.m | |
9511 hamming.m | |
9512 hanning.m | |
9513 hurst.m | |
9514 periodogram.m | |
9515 rectangle_lw.m | |
9516 rectangle_sw.m | |
9517 sinetone.m | |
9518 sinewave.m | |
9519 spectral_adf.m | |
9520 spectral_xdf.m | |
9521 spencer.m | |
9522 stft.m | |
9523 synthesis.m | |
9524 triangle_lw.m | |
9525 triangle_sw.m | |
9526 yulewalker.m | |
9527 | |
9528 * statistics/base (new directory): | |
9529 | |
9530 center.m | |
9531 cloglog.m | |
9532 cor.m | |
9533 cov.m | |
9534 cut.m | |
9535 iqr.m | |
9536 kendall.m | |
9537 logit.m | |
9538 mean.m | |
9539 meansq.m | |
9540 moment.m | |
9541 ppplot.m | |
9542 probit.m | |
9543 qqplot.m | |
9544 range.m | |
9545 ranks.m | |
9546 run_count.m | |
9547 spearman.m | |
9548 statistics.m | |
9549 studentize.m | |
9550 table.m | |
9551 values.m | |
9552 var.m | |
9553 | |
9554 (Replaces cov.m and mean.m with new versions.) | |
9555 | |
9556 * statistics/distributions (new directory): | |
9557 | |
9558 beta_cdf.m | |
9559 beta_inv.m | |
9560 beta_pdf.m | |
9561 beta_rnd.m | |
9562 binomial_cdf.m | |
9563 binomial_inv.m | |
9564 binomial_pdf.m | |
9565 binomial_rnd.m | |
9566 cauchy_cdf.m | |
9567 cauchy_inv.m | |
9568 cauchy_pdf.m | |
9569 cauchy_rnd.m | |
9570 chisquare_cdf.m | |
9571 chisquare_inv.m | |
9572 chisquare_pdf.m | |
9573 chisquare_rnd.m | |
9574 discrete_cdf.m | |
9575 discrete_inv.m | |
9576 discrete_pdf.m | |
9577 discrete_rnd.m | |
9578 empirical_cdf.m | |
9579 empirical_inv.m | |
9580 empirical_pdf.m | |
9581 empirical_rnd.m | |
9582 exponential_cdf.m | |
9583 exponential_inv.m | |
9584 exponential_pdf.m | |
9585 exponential_rnd.m | |
9586 f_cdf.m | |
9587 f_inv.m | |
9588 f_pdf.m | |
9589 f_rnd.m | |
9590 gamma_cdf.m | |
9591 gamma_inv.m | |
9592 gamma_pdf.m | |
9593 gamma_rnd.m | |
9594 geometric_cdf.m | |
9595 geometric_inv.m | |
9596 geometric_pdf.m | |
9597 geometric_rnd.m | |
9598 hypergeometric_cdf.m | |
9599 hypergeometric_inv.m | |
9600 hypergeometric_pdf.m | |
9601 hypergeometric_rnd.m | |
9602 kolmogorov_smirnov_cdf.m | |
9603 laplace_cdf.m | |
9604 laplace_inv.m | |
9605 laplace_pdf.m | |
9606 laplace_rnd.m | |
9607 logistic_cdf.m | |
9608 logistic_inv.m | |
9609 logistic_pdf.m | |
9610 logistic_rnd.m | |
9611 lognormal_cdf.m | |
9612 lognormal_inv.m | |
9613 lognormal_pdf.m | |
9614 lognormal_rnd.m | |
9615 normal_cdf.m | |
9616 normal_inv.m | |
9617 normal_pdf.m | |
9618 normal_rnd.m | |
9619 pascal_cdf.m | |
9620 pascal_inv.m | |
9621 pascal_pdf.m | |
9622 pascal_rnd.m | |
9623 poisson_cdf.m | |
9624 poisson_inv.m | |
9625 poisson_pdf.m | |
9626 poisson_rnd.m | |
9627 stdnormal_cdf.m | |
9628 stdnormal_inv.m | |
9629 stdnormal_pdf.m | |
9630 stdnormal_rnd.m | |
9631 t_cdf.m | |
9632 t_inv.m | |
9633 t_pdf.m | |
9634 t_rnd.m | |
9635 uniform_cdf.m | |
9636 uniform_inv.m | |
9637 uniform_pdf.m | |
9638 uniform_rnd.m | |
9639 weibull_cdf.m | |
9640 weibull_inv.m | |
9641 weibull_pdf.m | |
9642 weibull_rnd.m | |
9643 wiener_rnd.m | |
9644 | |
9645 * statistics/models (new directory): | |
9646 | |
9647 logistic_regression.m | |
9648 logistic_regression_derivatives.m | |
9649 logistic_regression_likelihood.m | |
9650 | |
9651 * statistics/tests (new directory): | |
9652 | |
9653 anova.m | |
9654 bartlett_test.m | |
9655 chisquare_test_homogeneity.m | |
9656 chisquare_test_independence.m | |
9657 cor_test.m | |
9658 f_test_regression.m | |
9659 hotelling_test.m | |
9660 hotelling_test_2.m | |
9661 kolmogorov_smirnov_test.m | |
9662 kolmogorov_smirnov_test_2.m | |
9663 kruskal_wallis_test.m | |
9664 manova.m | |
9665 mcnemar_test.m | |
9666 prop_test_2.m | |
9667 run_test.m | |
9668 sign_test.m | |
9669 t_test.m | |
9670 t_test_2.m | |
9671 t_test_regression.m | |
9672 u_test.m | |
9673 var_test.m | |
9674 welch_test.m | |
9675 wilcoxon_test.m | |
9676 z_test.m | |
9677 z_test_2.m | |
9678 | |
9679 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9680 | |
9681 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
9682 compatibility and to avoid Y2K problems. | |
9683 | |
3190 | 9684 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9685 | |
9686 * polynomial/polyfit.m: Just use the \ operator to handle the | |
9687 least-squares solution. | |
9688 | |
3180 | 9689 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9690 | |
9691 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
9692 | |
9693 * strings/strrep.m: Don't convert args to numeric values. | |
9694 Prevent warnings for empty string args. | |
9695 From Georg Thimm <thimm@idiap.ch>. | |
9696 | |
9697 * strings/strcat.m: Prevent warnings for empty string args. | |
9698 | |
9699 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9700 | |
9701 * miscellaneous/menu.m: Remove special case for empty string | |
9702 returned from input(). Add second arg to eval() to catch errors. | |
9703 | |
3178 | 9704 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9705 | |
9706 * plot/__plt__.m: Don't call usleep. | |
9707 | |
3175 | 9708 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9709 | |
9710 * linear-algebra/dot.m: New function. | |
9711 | |
9712 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
9713 compatibility. | |
9714 | |
9715 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9716 | |
9717 * plot/hist.m: Also allow just one output argument. | |
9718 | |
9719 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9720 | |
9721 * strings/deblank.m: Make it work if the string is only blanks. | |
9722 | |
9723 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9724 | |
9725 * plot/__plt2mv__.m: Delete calls to keyboard. | |
9726 | |
9727 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9728 | |
9729 * plot/oneplot.m: Fix typo. | |
9730 | |
3174 | 9731 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9732 | |
9733 * miscellaneous/flops.m: Allow a single argument too. | |
9734 | |
9735 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9736 | |
9737 * strings/str2mat.m: Also handle case when there are no empty | |
9738 strings correctly. | |
9739 | |
9740 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9741 | |
9742 * strings/isletter.m: New function, for Matlab compatibility. | |
9743 | |
3168 | 9744 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9745 | |
9746 * strings/str2mat.m: Handle string matrices too. | |
9747 | |
3167 | 9748 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9749 | |
9750 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
9751 linear encoding. | |
9752 | |
9753 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
9754 audio/record.m: Open files in binary mode. | |
9755 | |
3164 | 9756 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9757 | |
9758 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
9759 Move functionality of dump_1_pref here, but use built-in function | |
9760 type to extract value, and put it inside try/catch block. | |
9761 * miscellaneous/dump_1_pref.m: Delete unused function. | |
9762 | |
3162 | 9763 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9764 | |
9765 * plot/__pltopt1.m__: New file. | |
9766 * plot/__pltopt.m__: Handle opt as a string array by calling | |
9767 __pltopt1__ multiple times and returning a string array with rows | |
9768 corresponding to the rows of opt. | |
9769 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
9770 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
9771 array. | |
9772 | |
9773 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9774 | |
9775 * plot/mplot.m: Fix misspellings of global variables. | |
9776 Don't call clearplot. | |
9777 | |
9778 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9779 | |
9780 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
9781 "cle;rep" when going in ot multiplot mode. | |
9782 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
9783 switching out of multiplot mode. | |
9784 | |
3156 | 9785 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 9786 |
3156 | 9787 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
9788 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 9789 |
3141 | 9790 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9791 | |
9792 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
9793 | |
9794 * miscellaneous/bug_report.m: Don't try to get smart with | |
9795 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
9796 | |
9797 * Makefile.in (install): Create separate ls-R files for | |
9798 $(datadir) and $(libexecdir). | |
9799 (uninstall): Remove both ls-R files. | |
9800 | |
3136 | 9801 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9802 | |
9803 * signal/fftshift.m: New file. | |
9804 | |
9805 * plot/contour.m: Fix for non-square case. | |
9806 | |
9807 * general/randperm.m: New file. | |
9808 | |
9809 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9810 | |
9811 * specfun/betai.m: Restore file for compatibility with previous | |
9812 versions. Call betainc with reordered args. | |
9813 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
9814 | |
3131 | 9815 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9816 | |
9817 * plot/contour.m: Handle discrete contour levels. | |
9818 | |
9819 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9820 | |
9821 * control/lyap.m: For compatibility with Matlab, solve | |
9822 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
9823 | |
3124 | 9824 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9825 | |
9826 * specfun/bessel.m: New file. | |
9827 | |
9828 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
9829 specfun/gammainc.m: Delete. | |
9830 | |
3106 | 9831 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9832 | |
9833 * image/colormap.m: Initialize __current_color_map__ in global | |
9834 statement. | |
9835 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
9836 statement. | |
9837 * plot/axis.m: Initialize __current_axis__ in global statement. | |
9838 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
9839 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
9840 | |
3103 | 9841 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9842 | |
9843 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
9844 * time/toc.m: Likewise. | |
9845 | |
9846 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
9847 | |
9848 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
9849 anything special for automatic_replot when in multiplot mode -- | |
9850 recent 3.6beta releases handle this correctly. | |
9851 | |
9852 * plot/figure.m: Ensure that we are not in multiplot mode before | |
9853 setting the terminal type. | |
9854 | |
9855 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
9856 plot/subwindow.m: Use leading and trailing underscores for | |
9857 `private' globals. | |
9858 | |
9859 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
9860 | |
3101 | 9861 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9862 | |
9863 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
9864 | |
3091 | 9865 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9866 | |
3092 | 9867 * specfun/gammai.m: Avoid problems with whitespace when |
9868 constructing matrices. | |
9869 | |
3091 | 9870 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
9871 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
9872 original y vector. | |
9873 | |
3085 | 9874 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9875 | |
9876 * linear-algebra/cross.m: Use direct formula instead of calling | |
9877 det three times in a loop. If both args are column (row) vectors, | |
9878 return a column (row) vector. If they don't match, pay attention | |
9879 to the value of prefer_column_vectors. | |
9880 | |
5095 | 9881 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 9882 |
9883 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
9884 nonsymmetric matrices. | |
9885 | |
9886 * general/tril.m: Fix usage message. | |
9887 | |
9888 * polynomial/polyvalm.m: Fix error messages. | |
9889 * polynomial/polyderiv.m: Likewise. | |
9890 * polynomial/polyval.m: Likewise. | |
9891 | |
3081 | 9892 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9893 | |
9894 * strings/blanks.m: Allow blanks(0) to return empty string. | |
9895 Allow negative arguments if treat_neg_dim_as_zero is true. | |
9896 | |
3063 | 9897 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9898 | |
9899 * plot/mesh.m: Set noparametric plot mode after plotting. | |
9900 | |
5095 | 9901 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 9902 |
9903 * plot/__pltopt__.m: Handle key/legend names. | |
9904 Correctly set colors, line styles, and point styles. | |
9905 | |
3061 | 9906 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9907 | |
9908 * polynomial/polyfit.m: Return fit y values as second output. | |
9909 Don't use QR factorization to solve least squares problem. | |
9910 | |
9911 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9912 | |
9913 * control/dlqr.m: Use ao, not a, to compute k. | |
9914 | |
3024 | 9915 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9916 | |
9917 * miscellaneous/path.m: New file. | |
9918 | |
2993 | 9919 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9920 | |
9921 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
9922 name. | |
9923 | |
2968 | 9924 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9925 | |
9926 * specfun/erfinv.m: Add missing semicolon. | |
9927 | |
2870 | 9928 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9929 | |
9930 * miscellaneous/xor.m: Make type of return value logical. | |
9931 | |
2853 | 9932 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9933 | |
9934 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
9935 warn_comma_in_global_decl. | |
9936 | |
2831 | 9937 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9938 | |
9939 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
9940 octave-bug script. | |
9941 | |
2823 | 9942 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9943 | |
2824 | 9944 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
9945 prefer_zero_one_indexing. | |
9946 | |
2823 | 9947 * general/logical.m: New file. |
9948 | |
2816 | 9949 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9950 | |
9951 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
9952 and is_vector(). | |
9953 | |
5095 | 9954 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 9955 |
9956 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
9957 Use tolerance of 2 * eps. | |
9958 | |
2811 | 9959 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9960 | |
9961 * Makefile.in (install-strip): New target. | |
9962 * audio/Makefile.in: Ditto. | |
9963 * control/Makefile.in: Ditto. | |
9964 * elfun/Makefile.in: Ditto. | |
9965 * general/Makefile.in: Ditto. | |
9966 * image/Makefile.in: Ditto. | |
9967 * io/Makefile.in: Ditto. | |
9968 * linear-algebra/Makefile.in: Ditto. | |
9969 * miscellaneous/Makefile.in: Ditto. | |
9970 * plot/Makefile.in: Ditto. | |
9971 * polynomial/Makefile.in: Ditto. | |
9972 * set/Makefile.in: Ditto. | |
9973 * signal/Makefile.in: Ditto. | |
9974 * specfun/Makefile.in: Ditto. | |
9975 * special-matrix/Makefile.in: Ditto. | |
9976 * startup/Makefile.in: Ditto. | |
9977 * statistics/Makefile.in: Ditto. | |
9978 * strings/Makefile.in: Ditto. | |
9979 | |
2809 | 9980 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9981 | |
9982 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
9983 | |
2798 | 9984 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9985 | |
9986 * statistics/corrcoef.m: Make it actually work. | |
9987 | |
2795 | 9988 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9989 | |
2798 | 9990 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 9991 |
2779 | 9992 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 9993 |
9994 * Version 2.0.5 released. | |
9995 | |
2745 | 9996 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9997 | |
2749 | 9998 * Makefile.in (maintainer-clean): Also remove configure. |
9999 | |
2746 | 10000 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
10001 | |
2745 | 10002 * general/is_matrix.m: Return zero for empty matrices. |
10003 | |
10004 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10005 | |
10006 * linear-algebra/vech.m: Size result just once. | |
10007 | |
2726 | 10008 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10009 | |
10010 * general/is_square.m: Handle empty matrices correctly. | |
10011 * general/is_symmetric.m: Handle empty matrices and strings. | |
10012 | |
2716 | 10013 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10014 | |
10015 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
10016 * polynomial/deconv.m: Likewise. | |
10017 * polynomial/polyderiv.m: Likewise. | |
10018 * polynomial/polyinteg.m: Likewise. | |
10019 * polynomial/polyreduce.m: Likewise. | |
10020 * polynomial/polyval.m: Likewise. | |
10021 * polynomial/polyvalm.m: Likewise. | |
10022 * general/postpad.m: Likewise. | |
10023 * general/prepad.m: Likewise. | |
10024 | |
10025 * polynomial/compan.m: Check input with is_vector(), not | |
10026 is_matrix(). Handle scalar case. | |
10027 | |
2711 | 10028 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10029 | |
2715 | 10030 * plot/contour.m: Order data so that it is consistent with |
10031 meshgrid and mesh. | |
10032 | |
2711 | 10033 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
10034 * plot/sombrero.m: Use meshgrid, not meshdom. | |
10035 | |
2709 | 10036 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 10037 |
10038 * Version 2.0.4 released. | |
10039 | |
2706 | 10040 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10041 | |
2702 | 10042 * miscellaneous/paren.m: New file. |
10043 | |
2693 | 10044 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 10045 |
10046 * Version 2.0.3 released. | |
10047 | |
2676 | 10048 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10049 | |
10050 * image/saveimage.m: Only clip image data that is actually out of | |
10051 range. | |
10052 | |
2667 | 10053 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10054 | |
10055 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
10056 also be considered to be matrices. | |
10057 | |
10058 * general/is_vector.m: Scalars may also be considered to be vectors. | |
10059 | |
10060 * general/isempty.m: Use size(), not rows() and columns(). | |
10061 | |
10062 * plot/contour.m: Convert set to gset. | |
10063 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
10064 | |
2663 | 10065 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10066 | |
10067 * specfun/erfinv.m: Fix typo in last change. | |
10068 | |
2650 | 10069 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10070 | |
10071 * image/loadimage.m: Make it possible to load files with image | |
10072 data named X or img. | |
10073 | |
10074 * image/default.img: Change name of image from X to img to match | |
10075 what saveimage does now. | |
10076 | |
10077 * image/loadimage.m: Rename X to be img, to match what saveimage | |
10078 does now. | |
10079 | |
2632 | 10080 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10081 | |
2634 | 10082 * Version 2.0.2 released. |
10083 | |
2632 | 10084 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
10085 weird missing-lines bug without creating extra plots unecessarily. | |
10086 | |
2624 | 10087 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10088 | |
10089 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
10090 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
10091 io/Makefile.in, linear-algebra/Makefile.in, | |
10092 miscellaneous/Makefile.in, plot/Makefile.in, | |
10093 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
10094 specfun/Makefile.in, special-matrix/Makefile.in, | |
10095 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
10096 time/Makefile.in (bin-dist): New target. | |
10097 | |
2621 | 10098 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10099 | |
10100 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
10101 | |
10102 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10103 | |
10104 * miscellaneous/xor.m: Make it work. | |
10105 | |
2613 | 10106 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10107 | |
10108 * plot/sombrero.m: Doc fix. | |
10109 | |
2602 | 10110 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10111 | |
10112 * Version 2.0.1 released. | |
10113 | |
2601 | 10114 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10115 | |
10116 * elfun/lcm.m: Replace missing if statement. | |
10117 | |
10118 * elfun/gcd.m: Report error if no input args. | |
10119 * elfun/lcm.m: Likewise. | |
10120 | |
2597 | 10121 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10122 | |
10123 * Makefile.in (install): Use ls -LR to create ls-R database. | |
10124 Also list contents of $libexecdir/octave in ls-R database. | |
10125 | |
2583 | 10126 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10127 | |
10128 * Version 2.0 released. | |
10129 | |
2575 | 10130 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10131 | |
10132 * Version 1.94. | |
10133 | |
2558 | 10134 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10135 | |
10136 * strings/str2num.m: New file. | |
10137 | |
2554 | 10138 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10139 | |
10140 * Version 1.93. | |
10141 | |
2540 | 10142 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10143 | |
10144 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
10145 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
10146 linear-algebra/vech.m: New files from Kurt Hornik. | |
10147 | |
10148 * general/nextpow2.m, general/shift.m, general/diff.m, | |
10149 general/common_size.m: New files from Kurt Hornik. | |
10150 | |
10151 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
10152 New files from Kurt Hornik. | |
10153 | |
10154 * signal/detrend.m: New file from Kurt Hornik. | |
10155 | |
10156 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
10157 specfun/pow2.m, specfun/log2.m: | |
10158 New files and updates from Kurt Hornik. | |
10159 | |
2523 | 10160 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10161 | |
10162 * plot/__plt__.m: Add explicit replot after last command is | |
10163 issued, to force all lines to be displayed. Hmm. | |
10164 | |
2512 | 10165 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10166 | |
2520 | 10167 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
10168 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
10169 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
10170 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
10171 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
10172 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
10173 Uset gset, not set. | |
10174 | |
2512 | 10175 * Version 1.92. |
10176 | |
2482 | 10177 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10178 | |
2486 | 10179 * image/saveimage.m: When writing PostScript, name Octave as the |
10180 almighty Creator. Use single call to fprintf instead of looping. | |
10181 | |
10182 * image/Makefile.in: Delete references to octtopnm. | |
10183 | |
10184 * general/logspace.m: Doc fix. | |
10185 | |
2482 | 10186 * Version 1.91. |
10187 | |
2458 | 10188 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10189 | |
10190 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
10191 | |
10192 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
10193 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
10194 deleted. | |
10195 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
10196 of a system() command to delete the tmp file. | |
10197 | |
2452 | 10198 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10199 | |
10200 * Version 1.90. | |
10201 | |
10202 * Makefile.in (DISTFILES): Add ChangeLog. | |
10203 | |
2360 | 10204 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10205 | |
10206 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
10207 Don't check for string value of automatic_replot. | |
10208 | |
10209 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
10210 Temporarily set do_fortran_indexing to 1, not "true". | |
10211 | |
10212 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
10213 not "false". | |
10214 | |
10215 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
10216 "false". | |
10217 | |
2355 | 10218 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
10219 | |
10220 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
10221 | |
2330 | 10222 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10223 | |
10224 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
10225 system command. | |
10226 | |
10227 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10228 | |
10229 * __plr1__.m: Renamed from polar_int_1.m. | |
10230 * __plr2__.m: Renamed from polar_int_2.m. | |
10231 * __plr__.m: Renamed from polar_int.m. | |
10232 * __plt1__.m: Renamed from plot_int_1.m. | |
10233 * __plt2__.m: Renamed from plot_int_2.m. | |
10234 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
10235 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
10236 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
10237 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
10238 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
10239 * __plt__.m: Renamed from plot_int.m. | |
10240 * __pltopt__.m: Renamed from plot_opt.m. | |
10241 Change all callers. | |
10242 | |
10243 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10244 | |
10245 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
10246 comments like those found in Emacs lisp files. | |
10247 | |
10248 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10249 | |
10250 * All .m files: Change comment style. | |
10251 | |
10252 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10253 | |
10254 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
10255 subplot.m, subwindow.m, top_title.m: | |
10256 Print error message if gnuplot_has_multiplot is not true. | |
10257 | |
10258 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10259 | |
10260 * plot/figure.m: New function. | |
10261 | |
10262 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10263 | |
10264 * strings/strrep.m: New function. | |
10265 | |
10266 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10267 | |
10268 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
10269 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
10270 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
10271 strings/split.m, strings/str2mat.m, strings/substr.m: | |
10272 New functions from Kurt Hornik, heavily modified by jwe. | |
10273 | |
10274 * general/reshape.m: Allow strings to be reshaped too. | |
10275 | |
10276 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
10277 Always return a scalar. | |
10278 | |
10279 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10280 | |
10281 * polynomial/polyfit.m: Make orientation of result compatible with | |
10282 Matlab. | |
10283 | |
10284 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10285 | |
10286 * polynomial/polyfit.m: Add missing close paren. | |
10287 | |
10288 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10289 | |
10290 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
10291 | |
10292 * io/scanf.m: Delete. | |
10293 | |
10294 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10295 | |
10296 * statistics/median.m: Fix typo in usage message. | |
10297 | |
10298 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10299 | |
10300 * miscellaneous/popen2.m: New file. | |
10301 | |
10302 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10303 | |
10304 * configure.in (AC_OUTPUT): Add io/Makefile. | |
10305 | |
10306 * io: New directory. | |
10307 * Makefile.in (SUBDIRS): Add it to the list. | |
10308 | |
10309 * miscellaneous/flops.m: New file. | |
10310 | |
10311 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10312 | |
10313 * miscellaneous/cputime.m: Return three arguments instead of a | |
10314 vector, for compatibility with previous versions and with Matlab | |
10315 (which only returns one scalar value). | |
10316 | |
10317 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
10318 | |
10319 * general/triu.m: Compute lower bound on loop index correctly. | |
10320 * general/tril.m: Likewise, for upper bound. | |
10321 | |
10322 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10323 | |
10324 * image/saveimage.m: For color images, make sure indices into | |
10325 temporary colormap and result matrix have proper orientation. | |
10326 Set grey flag correctly. | |
10327 | |
10328 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10329 | |
10330 * statistics/std.m: Use better formula (from Jim Van Zandt | |
10331 jrv@vanzandt.mv.com). | |
10332 | |
10333 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10334 | |
10335 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
10336 * mesh.m: Transpose Z if only one arg. | |
10337 Handle case of all three args being matrices (from Jim Van Zandt | |
10338 jrv@vanzandt.mv.com). | |
10339 * meshdom.m: Undo previous change. | |
10340 | |
10341 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10342 | |
10343 * configure.in (AC_OUTPUT): Add audio/Makefile | |
10344 | |
10345 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10346 | |
10347 * audio: New directory of files from Kurt Hornik and Andreas | |
10348 Weingessel. | |
10349 * audio/Makefile.in: New file. | |
10350 * Makefile.in (SUBDIRS): Add audio to the list. | |
10351 | |
10352 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10353 | |
10354 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
10355 | |
10356 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10357 | |
10358 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
10359 columns (z), not the other way around. | |
10360 * plot/meshdom.m: Don't reverse order of elements in y. | |
10361 | |
10362 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10363 | |
10364 * plot/axis.m: Return current axis if nargin == 0. | |
10365 | |
10366 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10367 | |
10368 * polynomial/roots.m: Updates from Kurt Hornik. | |
10369 | |
10370 * polynomial/polyder.m: New file. | |
10371 | |
10372 * polynomial/polyderiv.m: Give return value and arg different names. | |
10373 | |
10374 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10375 | |
10376 * specfun/betainc.m: New file. | |
10377 * specfun/gammainc.m: New file. | |
10378 | |
10379 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10380 | |
10381 * general/strerror.m: New file. | |
10382 * general/perror.m: Implement using strerror(). | |
10383 | |
10384 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10385 | |
10386 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
10387 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
10388 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
10389 | |
10390 * image/saveimage.m: Round img values first. | |
10391 | |
10392 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10393 | |
10394 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
10395 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
10396 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
10397 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
10398 special-matrix/hankel.m special-matrix/toeplitz.m | |
10399 tuwien/strfun/split.m: Add missing semicolons. | |
10400 | |
10401 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
10402 | |
10403 * image/Makefile.in: Don't build or install octtoppm. | |
10404 | |
10405 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 10406 routines so that people who don't have the pbm stuff installed |
2330 | 10407 can still use this function. |
10408 | |
10409 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10410 | |
10411 * image/saveimage.m: Better error checking, clean up a bit. | |
10412 | |
10413 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10414 | |
10415 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
10416 avoid conflict with new built-in text-style function more. | |
10417 | |
10418 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
10419 | |
10420 * startup/Makefile.in (install): Also install octaverc in | |
10421 $localfcnfiledir/startup/octavrc. | |
10422 | |
10423 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10424 | |
10425 * mkinstalldirs: New file. | |
10426 * Makefile.in (DISTFILES): Add it to the list. | |
10427 | |
10428 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
10429 | |
10430 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10431 | |
10432 * special-matrix/hankel.m: Compatibility fix. Complain if | |
10433 r(1) != c(nr), not if r(1) != c(1). | |
10434 | |
10435 * signal/filter.m: Doc fix. | |
10436 | |
10437 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10438 | |
10439 * miscellaneous/cputime.m: Use new resource structure names (no | |
10440 ru_ or tv_ prefixes). | |
10441 | |
10442 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10443 | |
10444 * time/ctime.m: Fix doc string and usage message. | |
10445 | |
10446 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10447 | |
10448 * time/clock.m: Use new time structure names (no tm_ prefix). | |
10449 | |
10450 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10451 | |
10452 * control/c2d.m: Make function work for any value of | |
10453 whitespace_in_literal_matrix. | |
10454 * control/dare.m: Likewise. | |
10455 * control/tzero.m: Likewise. | |
10456 * elfun/gcd.m: Likewise. | |
10457 * elfun/lcm.m: Likewise. | |
10458 * general/postpad.m: Likewise. | |
10459 * general/prepad.m: Likewise. | |
10460 * linear-algebra/kron.m: Likewise. | |
10461 * miscellaneous/etime.m: Likewise. | |
10462 * polynomial/conv.m: Likewise. | |
10463 * polynomial/deconv.m: Likewise. | |
10464 * polynomial/poly.m: Likewise. | |
10465 * polynomial/roots.m: Likewise. | |
10466 * signal/filter.m: Likewise. | |
10467 * signal/freqz.m: Likewise. | |
10468 * signal/fftfilt.m: Likewise. | |
10469 | |
10470 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10471 | |
10472 * miscellaneous/is_leap_year.m: Make work for vector args. | |
10473 | |
10474 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10475 | |
10476 * plot/polar_int_2.m: Add missing semicolons. | |
10477 Set theta = theta', not rho'. | |
10478 | |
10479 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10480 | |
10481 * polynomial/roots.m: Make it work for any value of | |
10482 whitespace_in_literal_matrix. | |
10483 | |
10484 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10485 | |
10486 * configure.in: New file. | |
10487 | |
10488 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10489 | |
10490 * control/lyap.m: Add missing semicolon. | |
10491 | |
10492 * miscellaneous/cputime.m: New function file. | |
10493 | |
10494 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10495 | |
10496 * time: New directory. | |
10497 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
10498 New function files. | |
10499 * time/Makefile.in: New file. | |
10500 * Makefile.in (SUBDIRS): Add time. | |
10501 | |
10502 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10503 | |
10504 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
10505 | |
10506 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10507 | |
10508 * plot/plot_int_1.m: Transpose data with .', not '. | |
10509 | |
10510 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10511 | |
10512 * Makefile.in (install uninstall clean mostlyclean distclean | |
10513 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
10514 | |
10515 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10516 | |
10517 * Makefile.in (install): Create ls-R database file. | |
10518 (uninstall): Delete it. | |
10519 | |
10520 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10521 | |
5378 | 10522 * image/saveimage.m: Fix typo. |
2330 | 10523 |
10524 See ChangeLog.1 in the top level directory for earlier changes. |