Mercurial > hg > octave-nkf
annotate scripts/ChangeLog @ 8201:0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 08 Oct 2008 14:10:08 -0400 |
parents | ec1b4cd5fbbb |
children | 5bf8a57f85d5 |
rev | line source |
---|---|
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1 2008-10-08 John W. Eaton <jwe@octave.org> |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
2 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
3 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
4 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
5 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
6 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
7 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
8 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
9 * plot/Makefile.in (SOURCES): Add it to the list. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
10 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
11 2008-10-07 John W. Eaton <jwe@octave.org> |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
12 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
13 * miscellaneous/delete.m: Pass array of handles to __go_delete__. |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
14 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
15 2008-10-06 John W. Eaton <jwe@octave.org> |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
16 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
17 * plot/__add_datasource__.m, plot/__axes_limits__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
18 plot/__bar__.m, plot/__bars__.m, plot/__contour__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
19 plot/__go_draw_axes__.m, plot/__go_draw_figure__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
20 plot/__patch__.m, plot/__quiver__.m, plot/__scatter__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
21 plot/__stem__.m, plot/ancestor.m, plot/axis.m, plot/box.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
22 plot/caxis.m, plot/close.m, plot/colorbar.m, plot/fill.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
23 plot/findobj.m, plot/grid.m, plot/hidden.m, plot/hold.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
24 plot/ishold.m, plot/legend.m, plot/linkprop.m, plot/orient.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
25 plot/plotmatrix.m, plot/shading.m: Use case-insensitive comparison |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
26 for properties. Misc style fixes. |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
27 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
28 2008-10-06 Ben Abbott <bpabbott@mac.com> |
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
29 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
30 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
31 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
32 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
33 * plot/__plt_get_axis_arg__.m: Handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
34 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
35 * miscellaneous/delete.m: Permit a vector of handles to be deleted. |
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
36 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
37 2008-10-02 John W. Eaton <jwe@octave.org> |
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
38 |
8182 | 39 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
40 | |
41 2008-10-02 Benjamin Lindner <lindnerb@users.sourceforge.net> | |
8172
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
42 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
43 * pkg.m (configure_make): Enclose building directory in quotes. |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
44 |
8182 | 45 2008-10-02 Ben Abbott <bpabbott@mac.com> |
46 | |
47 * plot/__go_draw_axes__.m: Remove depdenence on gnuplot version. | |
8171
15ffb9836c01
__go_draw_axes__.m: Remove depdenence on gnuplot version.
Ben Abbott <bpabbott@mac.com>
parents:
8168
diff
changeset
|
48 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
49 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
50 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
51 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
52 |
8182 | 53 2008-09-30 Ben Abbott <bpabbott@mac.com> |
8166
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
54 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
55 * plot/__go_draw_axes__.m: Fix interpolation of facecolors. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
56 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
57 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
58 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
59 2008-09-29 John W. Eaton <jwe@octave.org> |
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
60 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
61 * plot/__go_draw_axes__.m: Eliminate have_newer_gnuplot variable. |
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
62 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
63 * plot/__gnuplot_version__.m: Also include patchlevel. |
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
64 |
8182 | 65 2008-09-29 Ben Abbott <bpabbott@mac.com> |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
66 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
67 * polynomial/deconv.m: Fix row/col orientation & length of output. |
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
68 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
69 * polynomial/conv.m: Correct row/col orientation of output. |
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
70 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
71 2008-09-27 Ivan Sutoris <ivan.sutoris@gmail.com> |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
72 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
73 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
74 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
75 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
76 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
77 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
78 and to throw error for use outside of a class |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
79 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
80 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
81 2008-09-26 John W. Eaton <jwe@octave.org> |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
82 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
83 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
84 |
8148 | 85 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
86 | |
87 * image/imread.m, image/imwrite.m: Doc fix. | |
88 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
89 2008-09-24 John W. Eaton <jwe@octave.org> |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
90 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
91 * plot/fplot.m: Call axis after calling plot. |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
92 |
8149 | 93 2008-09-24 S�ren Hauberg <hauberg@gmail.com> |
8144
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
94 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
95 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
96 * image/Makefile.in (SOURCES): Add it to the list. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
97 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
98 2008-09-24 Ben Abbott <bpabbott@mac.com> |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
99 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
100 * strings/strcat.m: Improve Matlab compatibility for non-character |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
101 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
102 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
103 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
104 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
105 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
106 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
107 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
108 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
109 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
110 |
8182 | 111 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 112 |
113 * plot/comet.m: New file. | |
114 * plot/Makefile.in (SOURCES): Add it here. | |
115 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
116 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
|
117 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
118 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
119 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
120 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
121 * general/quadgk.m: No function count in quadgk and so don't try and |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
122 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
|
123 |
8182 | 124 2008-09-18 Jaroslav Hajek <highegg@gmail.com> |
8120
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
125 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
126 * 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
|
127 |
8116 | 128 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
129 | |
8117 | 130 * image/imshow.m: Fix for display_range. |
131 | |
8116 | 132 * general/interpn.m: Fixe for extrapval and documentation of |
133 extrapval. | |
134 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
135 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
|
136 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
137 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
138 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
139 * 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
|
140 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
141 * 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
|
142 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
143 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
144 * 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
|
145 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
|
146 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
147 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
148 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
149 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
150 |
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
|
151 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
|
152 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
153 * 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
|
154 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
|
155 |
8088 | 156 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
157 | |
158 * plot/plot.m: Doc fix. | |
159 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
160 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
|
161 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
162 * 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
|
163 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
164 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
165 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
|
166 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
167 * 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
|
168 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
169 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
170 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
171 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
172 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
173 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
174 * 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
|
175 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
176 |
8076 | 177 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
178 | |
179 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
180 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
181 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
182 | |
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
|
183 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
|
184 |
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
|
185 * 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
|
186 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
|
187 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
|
188 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
|
189 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
|
190 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
|
191 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
|
192 '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
|
193 * 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
|
194 |
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
|
195 * 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
|
196 * 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
|
197 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
198 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
199 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
200 * 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
|
201 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
202 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
203 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
204 * 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
|
205 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
|
206 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
207 * 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
|
208 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
|
209 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
|
210 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
211 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
212 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
213 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
214 |
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
|
215 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
|
216 |
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
|
217 * 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
|
218 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
|
219 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
220 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
|
221 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
222 * 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
|
223 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
224 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
225 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
|
226 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
227 * 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
|
228 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
|
229 * 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
|
230 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
|
231 * 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
|
232 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
233 * 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
|
234 * 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
|
235 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
|
236 * 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
|
237 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
|
238 * 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
|
239 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
|
240 * 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
|
241 * 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
|
242 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
|
243 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
244 |
8054 | 245 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
246 | |
247 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
248 Handle parameter-value options. Untabify. | |
249 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
250 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
|
251 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
252 * 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
|
253 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
254 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
255 * 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
|
256 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
|
257 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
258 * 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
|
259 * 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
|
260 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
261 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
262 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
|
263 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
264 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
265 |
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
|
266 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
|
267 |
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
|
268 * 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
|
269 (__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
|
270 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
|
271 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
272 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
273 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
274 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
275 |
8046 | 276 2008-08-21 David Bateman <dbateman@free.fr> |
277 | |
278 * plot/ezplot.m : New function. | |
279 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
280 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
281 | |
8182 | 282 2008-08-20 Jaroslav Hajek <highegg@gmail.com> |
8043
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
283 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
284 * 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
|
285 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
286 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
287 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
|
288 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
289 * 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
|
290 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
|
291 |
8040 | 292 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
|
293 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
294 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
295 |
8035 | 296 2008-08-19 David Bateman <dbateman@free.fr> |
297 | |
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
|
298 * 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
|
299 * 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
|
300 |
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
|
301 * statistics/base/ranks.m: Doc fix. |
8035 | 302 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
303 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
|
304 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
305 * 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
|
306 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
307 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
|
308 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
309 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
310 |
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
|
311 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
|
312 |
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
|
313 * 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
|
314 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
|
315 |
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
|
316 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
|
317 |
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
|
318 * 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
|
319 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
|
320 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
321 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
|
322 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
323 * 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
|
324 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
325 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
326 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
327 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
328 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
329 * 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
|
330 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
331 * 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
|
332 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
333 |
8182 | 334 2008-07-28 Ben Abbott <bpabbott@mac.com> |
7985
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
335 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
336 * plot/hold.m: Clarify help text. |
7986 | 337 |
338 * specfun/reallog.m: Fix help string. | |
339 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
340 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 341 |
342 * strings/regexptranslate.m: Add real documentation. | |
343 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
344 * 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
|
345 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
346 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
347 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
348 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
349 |
7974 | 350 2008-07-28 John W. Eaton <jwe@octave.org> |
351 | |
352 * image/imwrite.m: New function. | |
353 * image/Makefile.in (SOURCES): Add it to the list. | |
354 | |
7969 | 355 2008-07-24 Ben Abbott <bpabbott@mac.com> |
356 | |
357 * time/datestr.m: New xtest. | |
358 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
359 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
|
360 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
361 * 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
|
362 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
363 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
364 |
7940 | 365 2008-07-17 John W. Eaton <jwe@octave.org> |
366 | |
367 * general/fliplr.m: Fix usage test. | |
368 * testfun/test.m: Fix usage tests. | |
369 | |
8040 | 370 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 371 |
372 * statistics/base/cov.m: Fix test that should no longer work. | |
373 | |
7935 | 374 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
375 | |
376 * plot/gcbo.m, plot/gcbf.m: New functions. | |
377 * plot/Makefile.in (SOURCES): Add them to the list. | |
378 | |
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
|
379 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
|
380 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
381 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
382 * 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
|
383 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
384 * 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
|
385 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
386 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
387 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
388 |
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
|
389 * 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
|
390 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
391 * 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
|
392 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
393 * 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
|
394 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
395 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
|
396 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
397 * 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
|
398 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
399 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
|
400 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
401 * 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
|
402 |
8040 | 403 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
|
404 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
405 * 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
|
406 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
407 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
408 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
409 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
410 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
|
411 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
412 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
|
413 |
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
|
414 * 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
|
415 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
416 * 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
|
417 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
|
418 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
419 |
8040 | 420 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
|
421 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
422 * 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
|
423 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
424 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
425 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
426 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
427 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
428 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
429 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
430 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
|
431 |
7817 | 432 * miscellaneous/debug.m: New file.. |
433 * Makefile.in (SOURCES): Add it to the list. | |
434 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
435 * 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
|
436 []. 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
|
437 |
8040 | 438 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 439 |
440 * strings/strcat.m: Add tests. | |
441 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
442 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
|
443 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
444 * 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
|
445 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
446 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
447 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
448 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
449 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
450 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
451 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
452 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
453 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
454 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
455 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
456 |
7783 | 457 2008-05-20 Bill Denney <bill@denney.ws> |
458 | |
459 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
460 New tests. | |
461 | |
7777 | 462 2008-05-19 John W. Eaton <jwe@octave.org> |
463 | |
464 * general/isa.m: Fix tests. | |
465 | |
7773 | 466 2008-05-13 Bill Denney <bill@denney.ws> |
467 | |
468 * general/isa.m: Use persistent cell arrays to hold class names | |
469 instead of multiple strcmp calls. | |
470 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
471 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
472 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
473 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
474 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
|
475 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
476 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
477 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
|
478 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
|
479 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
480 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
481 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
482 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
483 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
484 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
485 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
|
486 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
487 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
488 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
489 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
490 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
|
491 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
492 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
493 * 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
|
494 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
495 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
496 * 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
|
497 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
498 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
499 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
500 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
501 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
502 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
|
503 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
504 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
505 |
7765 | 506 2008-05-06 David Bateman <dbateman@free.fr> |
507 | |
508 * miscellaneous/symvar.m: New function. | |
509 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
510 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
511 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
|
512 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
513 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
514 * 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
|
515 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
516 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
517 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
518 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
519 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
|
520 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
|
521 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
522 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
523 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
524 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
525 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
526 * 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
|
527 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
528 |
7747 | 529 2008-04-30 John W. Eaton <jwe@octave.org> |
530 | |
531 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
532 elfun/asech.m, specfun/pow2.m: Fix tests. | |
533 | |
8040 | 534 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 535 |
536 * specfun/log2.m: Delete. | |
537 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
538 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
539 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
|
540 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
541 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
|
542 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
543 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
544 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
545 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
546 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
547 |
7736 | 548 2008-04-25 John W. Eaton <jwe@octave.org> |
549 | |
550 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
551 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 552 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
553 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
|
554 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
555 * 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
|
556 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
|
557 * 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
|
558 |
8149 | 559 2008-04-16 S�ren Hauberg <hauberg@gmail.com> |
7714
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
560 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
561 * 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
|
562 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
563 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
|
564 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
565 * 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
|
566 |
7713 | 567 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
|
568 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
569 * 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
|
570 |
7710 | 571 2008-04-14 David Bateman <dbateman@free.fr> |
572 | |
573 * plot/rose.m: Add missing comment mark that causes issues with | |
574 octave-forge function referencing. | |
575 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
576 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
577 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
|
578 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
579 * 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
|
580 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
|
581 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
|
582 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
|
583 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
|
584 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
|
585 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
|
586 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
|
587 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
|
588 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
|
589 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
|
590 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
|
591 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
|
592 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
|
593 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
|
594 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
|
595 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
|
596 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
|
597 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
|
598 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
|
599 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
|
600 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
|
601 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
|
602 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
|
603 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
|
604 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
|
605 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
|
606 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
|
607 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
|
608 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
|
609 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
|
610 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
|
611 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
|
612 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
|
613 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
|
614 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
|
615 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
|
616 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
|
617 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
|
618 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
|
619 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
|
620 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
|
621 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
|
622 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
|
623 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
|
624 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
|
625 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
|
626 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
|
627 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
628 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
|
629 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
630 * 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
|
631 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
632 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
|
633 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
634 * 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
|
635 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
636 * 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
|
637 * 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
|
638 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
639 * 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
|
640 * 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
|
641 * 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
|
642 * 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
|
643 * 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
|
644 * 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
|
645 * 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
|
646 * 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
|
647 * 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
|
648 * 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
|
649 * 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
|
650 * 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
|
651 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
652 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
653 * 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
|
654 * 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
|
655 * 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
|
656 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
657 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
|
658 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
659 * 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
|
660 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
|
661 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
662 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
|
663 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
664 * 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
|
665 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
|
666 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
|
667 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
|
668 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
|
669 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
|
670 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
|
671 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
|
672 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
|
673 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
|
674 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
|
675 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
|
676 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
|
677 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
|
678 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
|
679 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
|
680 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
681 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
|
682 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
|
683 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
|
684 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
|
685 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
|
686 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
|
687 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
688 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
|
689 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
|
690 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
|
691 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
|
692 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
|
693 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
|
694 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
695 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
|
696 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
|
697 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
|
698 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
|
699 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
|
700 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
|
701 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
|
702 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
|
703 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
|
704 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
705 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
|
706 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
707 * 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
|
708 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
|
709 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
|
710 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
|
711 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
|
712 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
|
713 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
|
714 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
|
715 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
|
716 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
|
717 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
|
718 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
|
719 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
|
720 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
|
721 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
|
722 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
|
723 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
724 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
|
725 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
|
726 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
|
727 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
|
728 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
|
729 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
730 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
|
731 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
|
732 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
733 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
|
734 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
|
735 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
|
736 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
|
737 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
|
738 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
739 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
|
740 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
741 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
|
742 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
|
743 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
|
744 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
|
745 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
|
746 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
|
747 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
|
748 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
|
749 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
|
750 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
751 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
|
752 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
|
753 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
|
754 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
755 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
756 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
757 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
758 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
759 * 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
|
760 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
761 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
762 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
763 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
764 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
765 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
766 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
767 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
768 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
769 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
770 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
771 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
772 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
773 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
774 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
775 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
|
776 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
777 * 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
|
778 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
779 * 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
|
780 |
7682 | 781 2008-04-02 Bill Denney <bill@denney.ws> |
782 | |
783 * optimization/lsqnonneg.m: New function. | |
784 * optimization/Makefile.in (SOURCES): Add it to the list. | |
785 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
786 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
787 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
788 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
789 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
790 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
791 * 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
|
792 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
|
793 * 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
|
794 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
795 |
7678 | 796 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
797 | |
798 * general/sortrows.m: Handle negative column arguments. | |
799 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
800 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
801 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
802 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
803 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
804 |
7673 | 805 2008-03-31 David Bateman <dbateman@free.fr> |
806 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
807 * 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
|
808 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
|
809 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
810 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
811 * 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
|
812 * 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
|
813 * 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
|
814 * 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
|
815 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
816 * 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
|
817 |
7673 | 818 * plot/ginput.m: New function. |
819 * plot/__gnuplot_ginput__.m: New function based on a version of | |
820 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
821 * plot/Makefile.in (SOURCES): Add them to the list. | |
822 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
823 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
|
824 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
825 * 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
|
826 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
827 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
828 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
829 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
830 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
831 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
832 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
833 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
834 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
835 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
|
836 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
837 * 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
|
838 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
839 |
7669 | 840 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
841 | |
842 * general/del2.m: Missing semicolon. | |
843 | |
7668 | 844 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
845 | |
846 * miscellaneous/info.m: New function. | |
847 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
848 | |
8149 | 849 2008-03-27 S�ren Hauberg <hauberg@gmail.com> |
7666
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
850 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
851 * 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
|
852 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
853 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
854 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
|
855 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
856 * 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
|
857 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
|
858 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
859 * 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
|
860 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
|
861 |
7655 | 862 2008-03-27 Bill Denney <bill@denney.ws> |
863 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
864 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
865 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
866 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
867 * 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
|
868 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
869 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
870 * 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
|
871 |
7657 | 872 * general/genvarname.m: New function. |
873 * general/Makefile.in (SOURCES): Add it to the list. | |
874 | |
7656 | 875 * time/addtodate.m: New function. |
7657 | 876 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 877 |
7655 | 878 * geometry/rectint.m: Vectorize and add more tests. |
879 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
880 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
|
881 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
882 * 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
|
883 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
884 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
885 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
886 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
887 |
7650 | 888 2008-03-26 John W. Eaton <jwe@octave.org> |
889 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
890 * 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
|
891 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
892 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
893 * 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
|
894 |
7650 | 895 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
896 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
897 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
898 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
899 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
900 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
901 Texinfo fixes. | |
902 | |
8040 | 903 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
|
904 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
905 * 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
|
906 |
8149 | 907 2008-03-26 S�ren Hauberg <hauberg@gmail.com> |
7648
e7b999840056
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents:
7643
diff
changeset
|
908 |
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
|
909 * 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
|
910 |
8182 | 911 2008-03-20 Ben Abbott <bpabbott@mac.com> |
7643
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
912 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
913 * 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
|
914 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
|
915 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
916 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
917 * 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
|
918 |
8149 | 919 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 920 |
921 * polynomial/convn.m: New function. | |
922 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
923 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
924 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
925 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
926 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
927 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 928 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
929 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
|
930 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
931 * 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
|
932 |
7627 | 933 2008-03-24 David Bateman <dbateman@free.fr> |
934 | |
935 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
936 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 937 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
938 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
939 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
940 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
941 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
942 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
943 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
944 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
|
945 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
946 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
947 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
948 * 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
|
949 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
950 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
|
951 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
952 * 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
|
953 |
7617 | 954 * miscellaneous/cast.m: Also allow cast to "char". |
955 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
956 * 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
|
957 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
958 * 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
|
959 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
960 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
961 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
962 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
963 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
964 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
965 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
966 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
967 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
968 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
969 |
7610 | 970 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
971 | |
972 * signal/sinetone.m: Ensure integral number of samples. | |
973 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
974 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
|
975 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
976 * 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
|
977 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
978 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
|
979 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
980 * 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
|
981 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
982 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
|
983 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
984 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
985 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
986 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
987 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
988 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
989 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
990 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
991 * 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
|
992 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
993 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
994 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
995 * 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
|
996 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
997 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
998 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
999 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
|
1000 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
1001 * 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
|
1002 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1003 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
|
1004 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1005 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1006 |
7592 | 1007 2008-03-14 Kai Habel <kai.habel@gmx.de> |
1008 | |
1009 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
1010 style to default to avoid wrong mesh color in some cases. | |
1011 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1012 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1013 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1014 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1015 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
|
1016 |
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
|
1017 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
|
1018 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
1019 * 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
|
1020 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
|
1021 |
7592 | 1022 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
1023 | |
7582 | 1024 2008-03-11 Kai Habel <kai.habel@gmx.de> |
1025 | |
1026 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
1027 Allow plotting of uniform colored mesh plots with and | |
1028 w/o hidden line removal. | |
1029 | |
1030 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
|
1031 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
1032 * 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
|
1033 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
1034 * 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
|
1035 |
7569 | 1036 2008-03-07 John W. Eaton <jwe@octave.org> |
1037 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
1038 * 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
|
1039 |
7569 | 1040 * plot/__go_draw_axes__.m: Handle tickdir property. |
1041 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1042 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1043 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
1044 * 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
|
1045 Allow matrix arguments when number of bins > 30. |
7568 | 1046 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
|
1047 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
1048 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
1049 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
1050 * 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
|
1051 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1052 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1053 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1054 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
|
1055 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1056 * 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
|
1057 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1058 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
|
1059 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1060 * 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
|
1061 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1062 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
1063 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
|
1064 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
1065 * 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
|
1066 |
7551 | 1067 2008-03-04 Bill Denney <bill@denney.ws> |
1068 | |
7557 | 1069 * plot/allchild.m, plot/findall.m: New functions. |
1070 * plot/Makefile.in (SOURCES): Add them to the list. | |
1071 | |
7551 | 1072 * geometry/rectint.m: New function. |
7557 | 1073 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 1074 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1075 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
|
1076 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
1077 * 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
|
1078 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
|
1079 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1080 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 1081 |
1082 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
1083 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
1084 * 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
|
1085 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1086 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
|
1087 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1088 * 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
|
1089 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1090 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
|
1091 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1092 * 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
|
1093 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
|
1094 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1095 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
|
1096 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1097 * 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
|
1098 "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
|
1099 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1100 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
|
1101 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1102 * 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
|
1103 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
|
1104 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
|
1105 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
|
1106 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
|
1107 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
|
1108 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
|
1109 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
|
1110 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
|
1111 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
|
1112 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
|
1113 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
|
1114 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
|
1115 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1116 * 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
|
1117 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1118 * 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
|
1119 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1120 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
|
1121 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1122 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1123 |
7525 | 1124 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
1125 | |
1126 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
1127 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1128 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
|
1129 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1130 * 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
|
1131 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1132 |
7518 | 1133 2008-02-22 Ben Abbott <bpabbott@mac.com> |
1134 | |
1135 * specfun/legendre.m: Doc fix. | |
1136 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1137 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
|
1138 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1139 * 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
|
1140 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1141 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1142 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
|
1143 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1144 * 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
|
1145 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1146 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1147 * 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
|
1148 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1149 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
|
1150 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1151 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1152 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1153 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1154 * 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
|
1155 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1156 * 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
|
1157 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1158 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1159 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
|
1160 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1161 * 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
|
1162 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1163 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1164 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
|
1165 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1166 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1167 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1168 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
|
1169 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1170 * 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
|
1171 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
|
1172 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
|
1173 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
|
1174 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1175 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
|
1176 |
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
|
1177 * 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
|
1178 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
|
1179 |
7501 | 1180 * polynomial/polyfit.m: Use QR decomposition. Handle |
1181 normalization option. | |
1182 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
1183 generate 50% prediction intervals. | |
1184 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1185 * 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
|
1186 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1187 |
7498 | 1188 2008-02-19 John W. Eaton <jwe@octave.org> |
1189 | |
1190 * pkg/pkg.m: Style fixes. | |
1191 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1192 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 1193 |
1194 * pkg/pkg.m: Handle 'describe' command. | |
1195 (parse_pkg_idx, print_package_description): New subfunctions. | |
1196 | |
7493 | 1197 2008-02-19 Bill Denney <bill@denney.ws> |
1198 | |
1199 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
1200 elements wide. | |
1201 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1202 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
|
1203 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1204 * 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
|
1205 |
7485 | 1206 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
1207 | |
1208 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
1209 * general/runlength.m: New function from Paul Kienzle. | |
1210 | |
7484 | 1211 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
1212 | |
1213 * linear-algebra/cond.m: New optional second argument to | |
1214 specify 1-norm, inf-norm, or frobenius-norm. | |
1215 | |
7475 | 1216 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
1217 | |
1218 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
1219 body. Allow the linespec to specify the arrow color. | |
1220 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1221 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
|
1222 |
7474 | 1223 * miscellaneous/cast.m: Also treat the logical type. |
1224 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1225 * 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
|
1226 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1227 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1228 * 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
|
1229 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1230 * 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
|
1231 * 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
|
1232 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1233 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
|
1234 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1235 * 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
|
1236 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1237 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1238 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1239 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1240 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1241 * 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
|
1242 |
7436 | 1243 2008-02-01 Dave Goel <deego3@gmail.com> |
1244 | |
1245 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
1246 | |
7434 | 1247 2008-02-01 Bill Denney <bill@denney.ws> |
1248 | |
1249 * time/weekday.m: Allow vector inputs and speed up. | |
1250 * time/eomday.m: Return column vector for column vector inputs. | |
1251 | |
7429 | 1252 2008-01-30 John W. Eaton <jwe@octave.org> |
1253 | |
7434 | 1254 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
1255 revision". | |
1256 | |
7431 | 1257 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
1258 __plt2vs__.m in the list. | |
1259 | |
7430 | 1260 * miscellaneous/tempdir.m: Append filesep to name for |
1261 compatibility. Warn if not a directory or directory does not | |
1262 exist. | |
1263 | |
7429 | 1264 * strings/deblank.m: Improve compatibility. |
1265 | |
7428 | 1266 2008-01-29 John W. Eaton <jwe@octave.org> |
1267 | |
1268 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
1269 | |
1270 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 1271 |
1272 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
1273 Return the label handle, not the current axis handle. | |
1274 | |
7421 | 1275 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
1276 | |
1277 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
1278 abscissa. | |
1279 | |
1280 2008-01-25 David Bateman <dbateman@free.fr> | |
1281 | |
7423 | 1282 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 1283 * plot/__scatter__.m: Remove NaN values from data. |
1284 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
1285 | |
7418 | 1286 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
1287 | |
1288 * linear-algebra/trace.m: Test cases for non 2-d args. | |
1289 | |
1290 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
1291 | |
1292 * geometry/griddata3.m: Call griddata, not gridata. | |
1293 | |
7415 | 1294 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
1295 | |
1296 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
1297 | |
7411 | 1298 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
1299 | |
1300 * linear-algebra/cond.m, linear-algebra/trace.m: | |
1301 Move tests here from test/test_linalg.m. | |
1302 | |
1303 * general/diff.m, general/fliplr.m, general/flipud.m, | |
1304 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
1305 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
1306 special-matrix/hankel.m, special-matrix/hilb.m, | |
1307 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
1308 special-matrix/toeplitz.m, special-matrix/vander.m: | |
1309 Move tests here from test/test_matrix.m. | |
1310 | |
1311 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
1312 Move tests here from test/test_number.m. | |
1313 | |
1314 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
1315 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
1316 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
1317 polynomial/polyvalm.m, polynomial/roots.m: | |
1318 Move tests here from test/test_poly.m. | |
1319 | |
1320 * signal/unwrap.m: | |
1321 Move tests here from test/test_signal.m. | |
1322 | |
1323 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
1324 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
1325 statistics/base/mean.m, statistics/base/median.m, | |
1326 statistics/base/skewness.m, statistics/base/std.m: | |
1327 Move tests here from test/test_stats.m. | |
1328 | |
1329 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
1330 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
1331 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
1332 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
1333 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
1334 strings/substr.m: | |
1335 Move tests here from test/test_string.m. | |
1336 | |
1337 * miscellaneous/computer.m, miscellaneous/ls.m, | |
1338 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
1339 time/date.m, time/etime.m, time/is_leap_year.m: | |
1340 Move tests here from test/test_system.m. | |
1341 | |
7410 | 1342 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
1343 | |
1344 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
1345 Simplify initial checks on argument values. | |
1346 | |
7408 | 1347 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
1348 | |
1349 * plot/gnuplot_drawnow.m: New function corresponding to the | |
1350 implementation of the gnuplot-based graphics backend (derived from | |
1351 drawnow.m). | |
1352 * plot/drawnow.m: Deleted (converted to C++). | |
1353 | |
7401 | 1354 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
1355 | |
1356 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
1357 New tests. | |
1358 | |
7399 | 1359 2008-01-18 John W. Eaton <jwe@octave.org> |
1360 | |
1361 * optimization/sqp.m: End each function with endfunction. | |
1362 | |
7398 | 1363 2008-01-18 Ben Abbott <bpabbott@mac.com> |
1364 | |
1365 * polynomial/residue.m: For each group of pole multiplicity, set | |
1366 the poles of the group to the value of the group's average. | |
1367 | |
7396 | 1368 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
1369 | |
1370 * plot/print.m: Handle PDF output. | |
1371 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
1372 | |
7392 | 1373 2008-01-17 John W. Eaton <jwe@octave.org> |
1374 | |
7393 | 1375 * path/savepath.m: Print newline before initial comment line. |
1376 Double up single quote characters. | |
1377 * path/__extractpath__.m: Return just the path as a string. | |
1378 Undo single quote character doubling. | |
1379 | |
1380 * path/pathdef.m: Avoid eval. Simplify. | |
1381 | |
7392 | 1382 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
1383 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
1384 avoid possible file descriptor leak. | |
1385 | |
1386 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
1387 | |
1388 * path/savepath.m: Warn if modified file is not explicitly specified. | |
1389 * startup/main-rcfile: Call atexit ("__finish__"). | |
1390 | |
7388 | 1391 2008-01-16 John W. Eaton <jwe@octave.org> |
1392 | |
7390 | 1393 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
1394 Use it to disable enhanced mode for individual labels and titles. | |
1395 | |
7392 | 1396 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 1397 (install install-strip, uninstall): Handle function files. |
1398 | |
1399 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
1400 | |
7392 | 1401 * startup/__finish__.m: New file. |
1402 * path/__extractpath__.m, path/matlabroot.m, | |
1403 path/pathdef.m: New files. | |
7388 | 1404 * path/Makefile.in (SOURCES): Add them to the list. |
1405 | |
7385 | 1406 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
1407 | |
7387 | 1408 * special-matrix/vander.m: Vectorize. New test. |
1409 | |
7385 | 1410 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
1411 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
1412 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
1413 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
1414 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
1415 Move tests here from test/test_arith.m. | |
1416 | |
7382 | 1417 2008-01-15 John W. Eaton <jwe@octave.org> |
1418 | |
1419 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
1420 | |
7379 | 1421 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
1422 | |
1423 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
1424 Call __get__ instead of get. | |
1425 | |
1426 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
1427 | |
1428 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
1429 Frobenius norm if matrix is all zeros. Use transpose instead of | |
1430 hermitian operator. | |
1431 | |
7376 | 1432 2008-01-14 Bill Denney <bill@denney.ws> |
1433 | |
1434 * plot/axis.m: Correctly handle "tight" and "image" options. | |
1435 | |
8149 | 1436 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 1437 |
1438 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
1439 image/rgb2ntsc.m: Also accept images as input. | |
1440 | |
1441 * image/gray2ind.m: Handle image type other than double. | |
1442 Improve error checking and documentation. | |
1443 | |
7371 | 1444 2008-01-14 John W. Eaton <jwe@octave.org> |
1445 | |
7372 | 1446 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
1447 instead of calling tolower on first arg. Default font name is | |
1448 Helvetica, not helvetica. Don't downcase user-specified font name. | |
1449 (__maybe_munge_text__): Fix typo. | |
1450 | |
7371 | 1451 * optimization/sqp.m: Fix function definitions in test code. |
1452 | |
7361 | 1453 2008-01-12 John W. Eaton <jwe@octave.org> |
1454 | |
1455 * plot/gnuplot_binary.in: New file. | |
1456 * plot/gnuplot_binary.m: Delete. | |
1457 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
1458 (SOURCES_IN, GEN_M): New macros. | |
1459 (DISTFILES): Include $(SOURCES_IN) in the list. | |
1460 (FCN_FILES): Include $(GEN_M) in the list. | |
1461 (all): Depend on $(GEN_M). | |
1462 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 1463 (distclean): Also remove $(GEN_M). |
7361 | 1464 |
1465 2008-01-11 John W. Eaton <jwe@octave.org> | |
1466 | |
1467 * optimization/sqp.m: New test from example in doc string. | |
1468 | |
7360 | 1469 2008-01-10 Ben Abbott <bpabbott@mac.com> |
1470 | |
1471 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
1472 to more than one multiplicity group. | |
1473 | |
7358 | 1474 2008-01-10 John W. Eaton <jwe@octave.org> |
1475 | |
1476 * plot/gnuplot_binary.m: New file. | |
1477 * plot/Makefile.in (SOURCES): Add it to the list. | |
1478 | |
7355 | 1479 2008-01-09 John W. Eaton <jwe@octave.org> |
1480 | |
1481 * plot/drawnow.m: Fail if filename includes a directory part that | |
1482 does not exist. | |
1483 | |
7352 | 1484 2008-01-07 John W. Eaton <jwe@octave.org> |
1485 | |
1486 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
1487 Error if glob call fails to match any files. | |
1488 | |
7346 | 1489 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
1490 | |
1491 * strings/strtrim.m: Doc fix. | |
1492 | |
7345 | 1493 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
1494 | |
1495 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
1496 | |
8149 | 1497 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 1498 |
1499 * set/create_set.m, set/union.m: Accept "rows" argument. | |
1500 | |
7341 | 1501 2008-01-02 John W. Eaton <jwe@octave.org> |
1502 | |
1503 * plot/print.m: Correctly handle pbm terminal. | |
1504 | |
7340 | 1505 2007-12-28 John W. Eaton <jwe@octave.org> |
1506 | |
1507 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
1508 extensions. | |
1509 | |
7337 | 1510 2007-12-28 David Bateman <dbateman@free.fr> |
1511 | |
1512 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
1513 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
1514 * Makefile.in (SOURCES): Add to the sources. | |
1515 | |
1516 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
1517 | |
1518 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
1519 Remove unnecessary call of size function. | |
1520 | |
7334 | 1521 2007-12-21 John W. Eaton <jwe@octave.org> |
1522 | |
1523 Version 3.0.0 released. | |
1524 | |
8149 | 1525 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 1526 |
1527 * image/imshow.m: Accept empty value for display_range. | |
1528 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1529 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 1530 |
1531 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
1532 | |
8149 | 1533 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 1534 |
1535 * image/imshow.m: Store uint8 images as doubles. Handle default | |
1536 display ranges correctly. | |
1537 | |
7327 | 1538 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
1539 Peter A. Gustafson <petegus@umich.edu> | |
1540 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1541 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 1542 |
7325 | 1543 2007-12-19 John W. Eaton <jwe@octave.org> |
1544 | |
1545 * miscellaneous/edit.m: New function. | |
1546 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1547 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1548 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 1549 |
1550 * plot/__bar__.m: Handle "basevalue" option. | |
1551 * plot/__bars__.m: New arg, base_value. | |
1552 | |
7321 | 1553 2007-12-17 David Bateman <dbateman@free.fr> |
1554 | |
1555 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
1556 * plot/Makefiles (SOURCES): Add them to the sources | |
1557 * plot/polar.m: Set the x and y limits to the maximum polar | |
1558 radius. Set the axes to be square. | |
1559 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
1560 and print axis at zero if this is used. | |
1561 | |
1562 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
1563 contours can overlay pcolor plots. Priveldge no hidden line | |
1564 removal when there are multiple objects in the plot. | |
1565 | |
7320 | 1566 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
1567 | |
1568 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
1569 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
1570 | |
7319 | 1571 2007-12-17 Ben Abbott <bpabbott@mac.com> |
1572 | |
1573 * miscellaneous/run.m: Replace script with f when looking for | |
1574 file to run. | |
1575 | |
7316 | 1576 2007-12-14 David Bateman <dbateman@free.fr> |
1577 | |
7317 | 1578 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
1579 * plot/contour.m: Doc fix. | |
1580 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
1581 Include linetype in withclause. | |
1582 | |
7316 | 1583 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
1584 Use it to determine dimensions. Consolidate all 3-d settings. | |
1585 | |
7315 | 1586 2007-12-13 John W. Eaton <jwe@octave.org> |
1587 | |
1588 * image/imshow.m: Turn axis visibility off. | |
1589 Don't scale true color images. | |
1590 * image/image.m: Set axis layer property to "top". | |
1591 | |
7307 | 1592 2007-12-12 John W. Eaton <jwe@octave.org> |
1593 | |
7313 | 1594 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
1595 | |
1596 * plot/pie.m: Avoid calling "exist". | |
1597 | |
7309 | 1598 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 1599 Condense argument processing logic. Allow 6 arguments. |
1600 Use issquare. Avoid calling "exist". | |
7309 | 1601 |
7307 | 1602 * plot/__go_draw_axes__.m: Handle the axes layer property. |
1603 | |
7305 | 1604 2007-12-12 David Bateman <dbateman@free.fr> |
1605 | |
1606 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
1607 * plot/Makefile.in (SOURCES): Add to the sources. | |
1608 | |
7290 | 1609 2007-12-11 John W. Eaton <jwe@octave.org> |
1610 | |
7298 | 1611 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
1612 * plot/surface.m: Not here. | |
1613 | |
7297 | 1614 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
1615 subsequent "unset grid" if there is no grid. | |
1616 | |
7296 | 1617 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
1618 | |
7293 | 1619 * plot/surface.m: Don't set facecolor property in call to |
1620 __go_surface__. | |
1621 | |
7290 | 1622 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
1623 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
1624 | |
7292 | 1625 2007-12-11 Kai Habel <kai.habel@gmx.de> |
1626 | |
7295 | 1627 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
1628 color string is not taken as z value. | |
1629 | |
7292 | 1630 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
1631 zgrid to "on" and box to "off" for used axes. | |
1632 | |
1633 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
1634 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
1635 | |
7286 | 1636 2007-12-11 David Bateman <dbateman@free.fr> |
1637 | |
7288 | 1638 * miscelleaneous/fullfile.m: Ignore empty arguments. |
1639 | |
7287 | 1640 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
1641 * statistics/base/mode.m: Ditto. | |
1642 | |
7286 | 1643 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
1644 object handles are all now non integer. | |
1645 | |
7278 | 1646 2007-12-10 John W. Eaton <jwe@octave.org> |
1647 | |
7282 | 1648 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
1649 | |
7281 | 1650 * general/issymmetric.m: Use ' instead of .' for compatibility |
1651 with previous versions of Octave. | |
1652 * general/ishermitian.m: Delete. | |
7285 | 1653 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 1654 |
7280 | 1655 * plot/fplot.m: In N is not specified, increase initial number of |
1656 points from 3 and 5 to 5 and 8. | |
1657 | |
7279 | 1658 * signal/detrend.m: Move tests here from test/test_signal.m. |
1659 Loosen tolerance on first test from 10*eps to 20*eps. | |
1660 | |
7278 | 1661 * finance/rate.m: Don't request info from fsolve. |
1662 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1663 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 1664 |
1665 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
1666 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
1667 | |
7276 | 1668 2007-12-10 David Bateman <dbateman@free.fr> |
1669 | |
1670 * image/image.m: Rewritten to allow trailing properties to be | |
1671 passed to underlying image object. | |
1672 * image/__img__.m: Pass additional arguments to __go_image__. | |
1673 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
1674 | |
7274 | 1675 2007-12-10 John W. Eaton <jwe@octave.org> |
1676 | |
1677 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
1678 front" to gnuplot. | |
1679 | |
7271 | 1680 2007-12-10 David Bateman <dbateman@free.fr> |
1681 | |
7274 | 1682 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 1683 border front" from images. |
7274 | 1684 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
1685 * plot/pcolor.m: Set axis "box" property. | |
1686 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
1687 Mark as commands. | |
7271 | 1688 |
7269 | 1689 2007-12-07 David Bateman <dbateman@free.fr> |
1690 | |
1691 * plot/surf.m: Don't set facecolor property. | |
1692 | |
7265 | 1693 2007-12-06 John W. Eaton <jwe@octave.org> |
1694 | |
7269 | 1695 * plot/print.m: Pass mono to drawnow. |
1696 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
1697 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
1698 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
1699 disable color specifications. | |
1700 | |
7265 | 1701 * general/issymmetric.m: Move tests here from test/test_number.m |
1702 | |
1703 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
1704 | |
1705 * general/issymmetric.m: To keep its argument sparse and the | |
1706 function quick, use the infinity norm rather than the 2-norm. | |
1707 Also measure the symmetric part rather than the Hermitian part. | |
1708 * general/ishermitian.m: New file. Measure the Hermitian part. | |
1709 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
1710 | |
7248 | 1711 2007-12-04 John W. Eaton <jwe@octave.org> |
1712 | |
7257 | 1713 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
1714 text and label commands if font is "*". | |
1715 | |
7248 | 1716 * linear-algebra/krylov.m: Doc fixes. |
1717 From Marco Caliari <caliari@sci.univr.it>. | |
1718 | |
7250 | 1719 2007-12-04 Kai Habel <kai.habel@gmx.de> |
1720 | |
1721 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
1722 Add "## PKG_ADD: mark_as_command axis" line. | |
1723 | |
7245 | 1724 2007-12-03 John W. Eaton <jwe@octave.org> |
1725 | |
1726 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
1727 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
1728 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
1729 Generate demos from examples. | |
1730 | |
7240 | 1731 2007-12-03 David Bateman <dbateman@free.fr> |
1732 | |
7243 | 1733 * testfun/test.m: Disable "testif" test block to avoid spurious |
1734 skipped test for "make check". Avoid printing variables for | |
1735 skipped tests. | |
1736 | |
7242 | 1737 * testfun/test.m: Add "testif" type to allow for conditional tests. |
1738 | |
7240 | 1739 * plot/plotyy.m: Use activepositionproperty property of axes |
1740 object. Set second axis color to "none". | |
1741 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
1742 property of the axis objects. | |
1743 | |
7239 | 1744 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
1745 | |
1746 * linear-algebra/condest.m: Loosen tolerance in test. | |
1747 | |
7236 | 1748 2007-12-02 John W. Eaton <jwe@octave.org> |
1749 | |
1750 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
1751 get_data_limits. | |
1752 | |
7222 | 1753 2007-11-30 John W. Eaton <jwe@octave.org> |
1754 | |
1755 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
1756 (get_data_limits, get_axis_limits): Delete. | |
1757 | |
7228 | 1758 2007-11-30 David Bateman <dbateman@free.fr> |
1759 | |
7235 | 1760 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
1761 | |
7228 | 1762 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
1763 tick labels rather than one by one on the labels themselves. | |
1764 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
1765 95% crossing fixed. | |
1766 | |
7217 | 1767 2007-11-29 David Bateman <dbateman@free.fr> |
1768 | |
7220 | 1769 * plot/pareto.m: New file. |
1770 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1771 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
1772 marks to avoid gnuplot error about formating. More colorspec to | |
1773 after the tics. | |
1774 * plot/plotyy.m: More generic check for appropriate axis color. | |
1775 | |
7217 | 1776 * plot/__stem__.m: New file based on old stem.m expanded to treat |
1777 2- and 3-D. | |
1778 * plot/stem3.m: New function. | |
1779 * plot/Makefile.in (SOURCES): Add them to the sources. | |
1780 * plot/stem.m: Adapt to use __stem__. | |
1781 | |
7216 | 1782 2007-11-29 John W. Eaton <jwe@octave.org> |
1783 | |
1784 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
1785 plot/surf.m, plot/surface.m: Don't return handle value unless | |
1786 requested. | |
1787 | |
1788 * plot/patch.m: Omit isnan check on handle returned from | |
1789 __plt_get_axis_arg__. | |
1790 | |
1791 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
1792 but has no axes. | |
1793 | |
7215 | 1794 2007-11-28 David Bateman <dbateman@free.fr> |
1795 | |
1796 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
1797 ancestor. If leading argument is logical set variable nogca to see | |
1798 if gca() should be called if there is no active handle found. | |
1799 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
1800 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
1801 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
1802 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
1803 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
1804 __plt__get_axis_arg__ to find axis handle. | |
1805 * polar.m: Typo. | |
1806 | |
7213 | 1807 2007-11-28 John W. Eaton <jwe@octave.org> |
1808 | |
1809 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
1810 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1811 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 1812 |
1813 * plot/drawnow.m: Fix typo. | |
1814 | |
7206 | 1815 2007-11-27 David Bateman <dbateman@free.fr> |
1816 | |
7207 | 1817 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
1818 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
1819 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
1820 | |
1821 * plot/meshz.m: New function. | |
1822 * plot/Makefile.in (SOURCES): Add it to the list. | |
1823 * plot/surface.m: Allow surface to accept an axis handle as the | |
1824 first argument. | |
1825 * plot/meshc.m: Extract z from the the surface object rather than | |
1826 varargin so that we can rely on code in surface to treat leading | |
1827 axis handles. | |
1828 | |
7206 | 1829 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
1830 y2tics" in the case of a plotyy plot. | |
1831 * plot/plotyy.m: ensure the position property is set correct for | |
1832 the second axis, by setting it after the plot itself. In the case | |
1833 of a plot that returns multiple handles, base the color selection | |
1834 on the first. | |
1835 | |
7204 | 1836 2007-11-27 Kai Habel <kai.habel@gmx.de> |
1837 | |
1838 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
1839 z-value of vertex 'c3'. | |
1840 | |
7203 | 1841 2007-11-27 John W. Eaton <jwe@octave.org> |
1842 | |
1843 * image/image.m: Allow nargin == 0 case to work again. | |
1844 | |
7202 | 1845 2007-11-27 David Bateman <dbateman@free.fr> |
1846 | |
1847 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
1848 colorbar, to ensure that the colorbar is on the canvas for png and | |
1849 postscipt outputs. | |
1850 | |
7189 | 1851 2007-11-26 David Bateman <dbateman@free.fr> |
1852 | |
7197 | 1853 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
1854 return values. | |
1855 | |
7194 | 1856 * plot/plotyy.m: New function |
1857 * plot/Makefile.in (SOURCES): Add it here. | |
1858 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
1859 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
1860 {x|y}label to respect the axis position. | |
1861 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
1862 handle as the first argument. | |
1863 | |
7192 | 1864 * pkg/pkg.m (pkg:install): When loading the installed packages |
1865 index into installed_pkgs_lst and not descriptions.. | |
1866 | |
7189 | 1867 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
1868 * plot/Makefile.in (SOURCES): Add them to the sources. | |
1869 * plot/quiver.m: Modify to use __quiver__.m. | |
1870 | |
1871 * plot/hist.m: Avoid saturation when the x values are in an | |
1872 inetger type. | |
1873 | |
1874 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
1875 | |
1876 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
1877 functions. | |
1878 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
1879 | |
1880 2007-11-26 David Bateman <dbateman@free.fr> | |
1881 | |
1882 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
1883 extent. | |
1884 | |
1885 * plot/colorbar.m: New function. | |
1886 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1887 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
1888 precalculate the clim, set pm3d except for mesh. | |
1889 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
1890 save the real values so that colorbar corresponds to the contour | |
1891 levels. | |
1892 | |
1893 * plot/stem.m: Set marker color the same as the line color. Draw | |
1894 a single discontinous line object for the stems. | |
1895 | |
1896 * plot/sphere.m: New function ported from JHandles. | |
1897 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1898 | |
1899 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
1900 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
1901 to get enhanced mode to work correctly for the X11 terminal. | |
1902 | |
1903 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
1904 the reverse. Allow an axes handle to be passed and/or returned. | |
1905 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
1906 | |
1907 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
1908 sort surface patches by their depth and not the order they are | |
1909 rendered in. | |
1910 | |
1911 * plot/__patch__.m: Set clim correctly. | |
1912 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
1913 the marker color is determined by the cmap. | |
1914 * plot/scatter.m: New function to 2D scatter plots. | |
1915 * plot/scatter3.m: New function to 3D scatter plots. | |
1916 * plot/__scatter__.m: Support function for scatter plots | |
1917 * Makefile.in (SOURCES): Ad dnew functions here. | |
1918 | |
1919 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
1920 Return whether the terminal supports enhanced text or not. | |
1921 (drawnow:enhanced_term): New sub-function to determine if terminal | |
1922 supports enhanced mode. | |
1923 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
1924 __go_draw_axes__. | |
1925 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
1926 needed to support the enhanced mode. | |
1927 * plot/print.m: Remove "enhanced" option as this is now treated in | |
1928 drawnow.m. | |
1929 | |
1930 | |
1931 * plot/caxis.m: New function to control the color axis limits. | |
1932 * plot/Makefile.in (SOURCES): Include it. | |
1933 * plot/axis.m: Allow the first argument to be an axes handle. | |
1934 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
1935 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
1936 caxis limits. | |
1937 | |
1938 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
1939 * image/Makefile.in (SOURCES): Include it. | |
1940 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
1941 of the bars for the colormap. | |
1942 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
1943 passed. | |
1944 * plot/__contour.m: Avoid possible divide by zero error. | |
1945 * plot/contour.m: Missing semicolon. | |
1946 * plot/surface.m: Don't attempt to set additional arguments if | |
1947 there are none. | |
1948 * plot/Makefile.in (SOURCES): Include __bars__.m | |
1949 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1950 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 1951 |
1952 * plot/__bar__.m: put bar creation code into separate function | |
1953 to allow easy hook up from other graphic backends | |
1954 | |
1955 * plot/__bars__.m: new function containing bar creation code | |
1956 | |
7186 | 1957 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
1958 | |
1959 * general/accumarray.m: Correct dimension check. | |
1960 | |
7183 | 1961 2007-11-26 John W. Eaton <jwe@octave.org> |
1962 | |
1963 * polynomial/residue.m: Prepad along second dimension. | |
1964 From Doug Stewart <dastew@sympatico.ca>. | |
1965 | |
7181 | 1966 2007-11-26 Kai Habel <kai.habel@gmx.de> |
1967 | |
7183 | 1968 * plot/cylinder.m, plot/slice.m: New functions. |
1969 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 1970 |
7177 | 1971 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
1972 | |
1973 * plot/patch.m: Handle arg may also be hggroup object. | |
1974 Use ancestor to find parent axes object. | |
1975 | |
7175 | 1976 2007-11-14 David Bateman <dbateman@free.fr> |
1977 | |
1978 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
1979 flag to patch that it is not closed. Allow z to take string | |
1980 arguments and use it to flag that the contours are placed at the | |
1981 z level of the contour itself. | |
1982 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
1983 objects as well. Let hidden removal take precedence in case of a | |
1984 conflict. | |
1985 * plot/surface.m: Allow surface to treat handles being passed or | |
1986 returned. Any additional arguments arr used to set the surface | |
1987 handle. | |
1988 * plot/contour3.m: New function | |
1989 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1990 | |
7173 | 1991 2007-11-14 John W. Eaton <jwe@octave.org> |
1992 | |
1993 * specfun/bessel.m: Update doc string from | |
1994 src/DLD-FUNCTIONS/besselj.cc. | |
1995 | |
7170 | 1996 2007-11-12 David Bateman <dbateman@free.fr> |
1997 | |
1998 * plot/contour.m: Allow handles to be passed and returned. Split | |
1999 the countour function itself into __contour__.m to be shared with | |
2000 surfc and meshc. | |
2001 * plot/__contour__.m: New file | |
2002 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2003 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
2004 the face or edge if the facecolor or edge color are marked as | |
2005 "none". Allow the edgecolor to be determined by the cdata in the | |
2006 same manner as the facecolor. Fail if facecolor is not "none" and | |
2007 a 3-D plot is desired, rather than ignoring zdata. Make the | |
2008 storage of 3D/4D data consistent between line, surface and patch | |
2009 objects. | |
2010 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
2011 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 2012 |
2013 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
2014 Handle fontweight and fontangle properties. | |
2015 | |
7163 | 2016 2007-11-12 Kai Habel <kai.habel@gmx.de> |
2017 | |
2018 * plot/spinmap.m, plot/ribbon.m: New functions. | |
2019 * plot/Makefile.in (SOURCES): Add them to the list. | |
2020 | |
2021 2007-11-12 John W. Eaton <jwe@octave.org> | |
2022 | |
2023 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
2024 Use it to avoid duplicated code. | |
2025 | |
7161 | 2026 2007-11-12 David Bateman <dbateman@free.fr> |
2027 | |
7162 | 2028 * plot/title.m: Fix return value for nargout > 0. |
2029 | |
2030 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
2031 specified for the title, xlabel, ylabel and text objects. | |
2032 | |
7161 | 2033 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
2034 4.0 and surface plots. | |
2035 | |
7160 | 2036 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
2037 | |
2038 * plot/__patch__.m: Fix computation of faces when patch is defined | |
2039 with X/Y/Z data. | |
2040 | |
7146 | 2041 2007-11-09 John W. Eaton <jwe@octave.org> |
2042 | |
7152 | 2043 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 2044 Correct logic in setting palette data. |
7152 | 2045 |
7151 | 2046 * audio/wavread.m, control/base/__bodquist__.m, |
2047 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
2048 control/system/c2d.m, control/system/is_detectable.m, | |
2049 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
2050 control/system/tfout.m, general/isdefinite.m, | |
2051 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
2052 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
2053 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
2054 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
2055 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
2056 testfun/test.m: Use specific end keywords. | |
2057 | |
7146 | 2058 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
2059 | |
2060 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
2061 | |
2062 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
2063 Don't change view if hold is on. | |
2064 | |
7142 | 2065 2007-11-09 David Bateman <dbateman@free.fr> |
2066 | |
7149 | 2067 * plot/hidden.m: New function. |
2068 * plot/Makefile.in (SOURCES): Add it here. | |
2069 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
2070 line removal. | |
2071 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
2072 removal and if it is "none" don't do hidden line removal. | |
2073 | |
7148 | 2074 * plot/legend.m: Also allow labels for surface and patch types. |
2075 * plot/__bar__.m: Split into separate patch pbjects to allow | |
2076 setting of the legend. | |
2077 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
2078 objects as well. | |
2079 | |
7146 | 2080 * plot/area.m, plot/__area__.m: New functions |
2081 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
2082 | |
7142 | 2083 * plot/patch.m: Correctly handle case of axis handle as first arg. |
2084 | |
7144 | 2085 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
2086 | |
2087 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
2088 | |
7131 | 2089 2007-11-08 John W. Eaton <jwe@octave.org> |
2090 | |
7133 | 2091 * control/base/dcgain.m, control/base/dre.m, |
2092 control/base/impulse.m, control/base/step.m, | |
2093 control/system/dmr2d.m, control/system/ord2.m, | |
2094 control/system/sys2ss.m, control/system/sysdimensions.m, | |
2095 control/system/sysgetsignals.m, control/system/sysout.m, | |
2096 control/system/tfout.m, control/system/ugain.m, | |
2097 control/system/zpout.m, control/util/strappend.m: | |
2098 Don't fail with usage message if nargout is too large. | |
2099 | |
7131 | 2100 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
2101 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
2102 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 2103 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
2104 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
2105 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
2106 control/obsolete/rotg.m, control/obsolete/series.m, | |
2107 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
2108 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 2109 control/system/__syschnamesl__.m, |
2110 control/system/__syscont_disc__.m, | |
2111 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
2112 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
2113 control/system/abcddim.m, control/system/buildssic.m, | |
2114 control/system/c2d.m, control/system/cellidx.m, | |
2115 control/system/d2c.m, control/system/dmr2d.m, | |
2116 control/system/fir2sys.m, control/system/is_abcd.m, | |
2117 control/system/is_controllable.m, control/system/is_detectable.m, | |
2118 control/system/is_digital.m, control/system/is_observable.m, | |
2119 control/system/is_stabilizable.m, control/system/is_stable.m, | |
2120 control/system/jet707.m, control/system/listidx.m, | |
2121 control/system/parallel.m, control/system/ss.m, | |
2122 control/system/ss2sys.m, control/system/ss2zp.m, | |
2123 control/system/starp.m, control/system/sys2ss.m, | |
2124 control/system/sys2tf.m, control/system/sys2zp.m, | |
2125 control/system/sysadd.m, control/system/sysappend.m, | |
2126 control/system/sysconnect.m, control/system/syscont.m, | |
2127 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 2128 control/system/sysdup.m, control/system/sysgetsignals.m, |
2129 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 2130 control/system/sysmult.m, control/system/sysout.m, |
2131 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 2132 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 2133 control/system/syssub.m, control/system/sysupdate.m, |
2134 control/system/tf.m, control/system/tf2ss.m, | |
2135 control/system/tf2sys.m, control/system/tfout.m, | |
2136 control/system/zp.m, control/system/zp2ss.m, | |
2137 control/system/zp2sys.m, control/system/zp2tf.m, | |
2138 control/system/zpout.m, control/util/__outlist__.m, | |
2139 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
2140 control/util/prompt.m, control/util/sortcom.m, | |
2141 control/util/zgfmul.m, control/util/zgfslv.m, | |
2142 control/util/zginit.m, control/util/zgreduce.m, | |
2143 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 2144 |
7130 | 2145 2007-11-08 David Bateman <dbateman@free.fr> |
2146 | |
2147 * plot/quiver.m: Fix arrowheads. | |
2148 | |
7128 | 2149 2007-11-07 Ben Abbott <bpabbott@mac.com> |
2150 | |
2151 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 2152 Handle "rows" argument. New tests. |
7128 | 2153 (cell_ismember): New function. |
2154 | |
7127 | 2155 2007-11-07 John W. Eaton <jwe@octave.org> |
2156 | |
2157 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
2158 control/base/__stepimp__.m, control/base/are.m, | |
2159 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
2160 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
2161 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
2162 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
2163 control/base/ltifr.m, control/base/nichols.m, | |
2164 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
2165 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
2166 Style fixes. | |
2167 | |
7125 | 2168 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
2169 | |
2170 * control/base/bode_bounds.m, control/base/dgram.m, | |
2171 control/base/dlyap.m, control/base/freqchkw.m, | |
2172 control/base/gram.m, control/base/place.m, | |
2173 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
2174 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
2175 control/system/is_signal_list.m, control/system/ss2tf.m, | |
2176 control/system/sys2fir.m, control/system/sysgettsam.m, | |
2177 control/system/sysgettype.m, control/system/sysreorder.m, | |
2178 control/system/tf2sys.m, control/system/zp2tf.m, | |
2179 control/util/axis2dlim.m, control/util/swap.m, | |
2180 control/util/zgfmul.m, control/util/zgfslv.m, | |
2181 control/util/zginit.m, control/util/zgreduce.m, | |
2182 control/util/zgrownorm.m, control/util/zgscal.m, | |
2183 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
2184 geometry/inpolygon.m, linear-algebra/housh.m, | |
2185 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
2186 miscellaneous/run.m, quaternion/qconj.m, | |
2187 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
2188 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
2189 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
2190 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
2191 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
2192 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
2193 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
2194 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
2195 statistics/distributions/empirical_cdf.m, | |
2196 statistics/distributions/empirical_inv.m, | |
2197 statistics/distributions/empirical_pdf.m, | |
2198 statistics/models/logistic_regression_derivatives.m, | |
2199 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
2200 | |
7118 | 2201 2007-11-07 David Bateman <dbateman@free.fr> |
2202 | |
7120 | 2203 * general/gradient.m: Correctly convert deltax and deltay scalar |
2204 values are scalars to vectors. | |
2205 | |
7119 | 2206 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
2207 the meshc.m function. | |
2208 * plot/meshc.m: Also use the surface function. | |
2209 | |
7120 | 2210 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 2211 * plot/Makefile.in (SOURCES): Add them to the list. |
2212 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
2213 | |
7117 | 2214 2007-11-07 Michael Zeising <michael@michaels-website.de> |
2215 | |
2216 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
2217 | |
7115 | 2218 2007-11-07 John W. Eaton <jwe@octave.org> |
2219 | |
2220 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
2221 the data limits are infinite. | |
2222 (get_data_limits): Don't do anything if xdat or tx are empty. | |
2223 (get_axis_limits): Don't do anything if min_val or max_val are | |
2224 infinite. | |
2225 | |
7112 | 2226 2007-11-06 David Bateman <dbateman@free.fr> |
2227 | |
2228 * plot/hist.m: Pass any additional arguments to bar for | |
2229 treatment. Create a default x value that is always a vector. | |
2230 | |
7111 | 2231 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
2232 | |
2233 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
2234 when calling ./configure and add quotes to preserve spaces. | |
7109 | 2235 |
2236 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
2237 | |
2238 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
2239 New files. | |
2240 * plot/mesh.m: Call surface to do the real work. | |
2241 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
2242 properties. | |
2243 | |
2244 * image/colormap.m: Also return current colormap if nargout and | |
2245 nargin are both 0. | |
2246 | |
7106 | 2247 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
2248 | |
2249 * startup/inputrc: Delete key bindings starting with \340 code. | |
2250 | |
7112 | 2251 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 2252 |
2253 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
2254 to avoid issues of over- and underflow. From Rolf Fabian | |
2255 <Rolf.Fabian@gmx.de>. | |
2256 | |
7097 | 2257 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
2258 | |
2259 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
2260 help texts. | |
2261 | |
7096 | 2262 2007-11-02 Kai Habel <kai.habel@gmx.de> |
2263 | |
2264 * plot/bar.m, plot/barh.m: Doc fix. | |
2265 | |
7094 | 2266 2007-10-31 John W. Eaton <jwe@octave.org> |
2267 | |
2268 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
2269 | |
7086 | 2270 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
2271 | |
2272 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
2273 objects and legend objects are implemented with a separate axes | |
2274 object. | |
2275 | |
7078 | 2276 2007-10-30 David Bateman <dbateman@free.fr> |
2277 | |
7081 | 2278 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
2279 | |
7078 | 2280 * plot/__go_draw_axes__.m (do_linestyle_command): |
2281 Use point type 0 for ".". | |
2282 | |
7073 | 2283 2007-10-26 John W. Eaton <jwe@octave.org> |
2284 | |
7074 | 2285 * image/imshow.m: Improve compatibility. |
2286 * image/image.m: Return handle if nargou > 0. | |
2287 | |
7073 | 2288 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
2289 | |
7069 | 2290 2007-10-25 John W. Eaton <jwe@octave.org> |
2291 | |
2292 * miscellaneous/compare_versions.m: Style fixes. | |
2293 | |
7060 | 2294 2007-10-24 John W. Eaton <jwe@octave.org> |
2295 | |
7061 | 2296 * image/saveimage.m: Use functional form of save instead of eval. |
2297 Use -text instead of -ascii. | |
2298 | |
7060 | 2299 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
2300 | |
7054 | 2301 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
2302 | |
2303 * plot/legend.m: Also extract location string from varargin (lost | |
2304 when 2007-10-08 patch was applied). | |
2305 | |
7049 | 2306 2007-10-23 David Bateman <dbateman@free.fr> |
2307 | |
2308 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
2309 miscellaneous/what.m: New functions | |
2310 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
2311 functions. | |
2312 | |
7045 | 2313 2007-10-22 David Bateman <dbateman@free.fr> |
2314 | |
2315 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
2316 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
2317 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
2318 | |
7042 | 2319 2007-10-19 Kai Habel <kai.habel@gmx.de> |
2320 | |
2321 * plot/contourf.m: New function. | |
2322 * plot/Makefile.in (SOURCES): Add it to the list. | |
2323 | |
7040 | 2324 2007-10-19 John W. Eaton <jwe@octave.org> |
2325 | |
2326 * plot/subplot.m: Doc fix. | |
2327 | |
7039 | 2328 2007-10-19 David Bateman <dbateman@free.fr> |
2329 | |
7041 | 2330 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 2331 |
7037 | 2332 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
2333 | |
2334 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
2335 output. | |
2336 | |
7031 | 2337 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
2338 | |
2339 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
2340 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
2341 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
2342 control/system/syssetsignals.m, control/base/lqg.m, | |
2343 strings/str2double.m, control/system/sysscale.m, | |
2344 control/hinf/hinfdemo.m, general/cplxpair.m: | |
2345 Make help text fit on pages when using smallbook. | |
2346 | |
7028 | 2347 2007-10-15 David Bateman <dbateman@free.fr> |
2348 | |
7032 | 2349 * plot/print.m: Call drawnow before printing to ensure the plot is |
2350 on the screen. | |
2351 | |
7028 | 2352 * testfun/test.m: In error/warning blocks test for an error before |
2353 a warning to avoid unexpected failures. | |
2354 | |
7027 | 2355 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
2356 | |
2357 * testfun/assert.m: Correct documentation of absolution versus | |
2358 relative error tolerance and add tests. | |
2359 | |
7024 | 2360 2007-10-14 David Bateman <dbateman@free.fr> |
2361 | |
2362 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
2363 src directory. | |
2364 * plot/Makefile.in (SOURCES): Add fill.m. | |
2365 | |
7020 | 2366 2007-10-13 David Bateman <dbateman@free.fr> |
2367 | |
2368 * plot/__patch__.m: Allow multiple patches to be defined and | |
2369 return a single patch object. Allow Faces/Vertices form of | |
2370 patch. Flag failure so the patch can call print_usage. | |
2371 * plot/patch.m: Update help string for Faces/Vertices | |
2372 call. Respect the fail flag returned by __patch__. Add demo code | |
2373 that tests the functionality of patch. | |
2374 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
2375 patch object. | |
2376 * plot/fill.m: New function. | |
2377 | |
7016 | 2378 2007-10-12 John W. Eaton <jwe@octave.org> |
2379 | |
2380 * Change copyright notices in all files that are part of Octave to | |
2381 GPLv3 or any later version. | |
2382 | |
7012 | 2383 2007-10-11 John W. Eaton <jwe@octave.org> |
2384 | |
2385 * plot/__go_draw_axes__.m (get_axis_limits): | |
2386 Return lim = [] if logscale and no positive values. | |
2387 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
2388 Set initial min and min positive values to Inf, max values to -Inf. | |
2389 (get_data_limits): Correctly handle xminp when no positive values | |
2390 are found. | |
2391 | |
7011 | 2392 2007-10-11 Ben Abbott <bpabbott@mac.com> |
2393 | |
2394 * polynomial/residue.m: New optional input for pole multiplicity. | |
2395 Doc fix. Fix tests. | |
2396 | |
7010 | 2397 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
2398 | |
2399 * toplev.cc (Foctave_config_info): Add field "mac". | |
2400 | |
2401 * miscellaneous/ismac.m: New function. | |
2402 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2403 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
2404 | |
7009 | 2405 2007-10-11 Arno Onken <asnelt@asnelt.org> |
2406 | |
2407 * statistics/distributions/hygernd.m: Allow size to be specified | |
2408 as a scalar. Handle three argument case. Allow T, M, and N to be | |
2409 scalars or matrices of a common size. | |
2410 | |
7007 | 2411 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
2412 | |
2413 * control/csrefcard.lt, control/system/is_detectable.m, | |
2414 control/system/sysgroup.m, geometry/voronoin.m, | |
2415 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
2416 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
2417 statistics/distributions/binornd.m, | |
2418 statistics/distributions/cauchy_rnd.m, | |
2419 statistics/distributions/chi2rnd.m, | |
2420 statistics/distributions/discrete_rnd.m, | |
2421 statistics/distributions/exprnd.m, | |
2422 statistics/distributions/frnd.m, | |
2423 statistics/distributions/gamrnd.m, | |
2424 statistics/distributions/geornd.m, | |
2425 statistics/distributions/laplace_rnd.m, | |
2426 statistics/distributions/logistic_rnd.m, | |
2427 statistics/distributions/lognrnd.m, | |
2428 statistics/distributions/nbinrnd.m, | |
2429 statistics/distributions/normrnd.m, | |
2430 statistics/distributions/poissrnd.m, | |
2431 statistics/distributions/stdnormal_rnd.m, | |
2432 statistics/distributions/trnd.m, | |
2433 statistics/distributions/unifrnd.m, | |
2434 statistics/distributions/wblrnd.m: Spelling fixes. | |
2435 | |
7005 | 2436 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
2437 | |
2438 * time/tic.m: New optional output value. | |
2439 | |
2440 * general/int2str.m: Doc fix. | |
2441 | |
7002 | 2442 2007-10-10 Arno Onken <asnelt@asnelt.org> |
2443 | |
2444 * statistics/distributions/hygecdf.m, | |
2445 statistics/distributions/hygeinv.m, | |
2446 statistics/distributions/hygepdf.m, | |
2447 statistics/distributions/hygernd.m: | |
2448 Swap order of T and M args for compatibility. | |
2449 | |
7001 | 2450 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
2451 | |
2452 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
2453 control/system/buildssic.m, control/system/c2d.m, | |
2454 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
2455 control/system/ss2sys.m, control/system/ss2tf.m, | |
2456 control/system/syscont.m, control/system/sysdimensions.m, | |
2457 control/system/sysdisc.m, control/system/sysmult.m, | |
2458 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
2459 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
2460 general/interp1.m, general/interp2.m, general/interp3.m, | |
2461 general/interpft.m, general/interpn.m, general/polyarea.m, | |
2462 general/rat.m, general/structfun.m, general/trapz.m, | |
2463 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
2464 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
2465 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
2466 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
2467 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
2468 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
2469 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
2470 statistics/base/meansq.m, statistics/base/var.m, | |
2471 statistics/tests/chisquare_test_independence.m, | |
2472 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
2473 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
2474 testfun/test.m: Spelling fixes. | |
2475 | |
6998 | 2476 2007-10-10 Ben Abbott <bpabbott@mac.com> |
2477 | |
2478 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
2479 | |
6997 | 2480 2007-10-10 John W. Eaton <jwe@octave.org> |
2481 | |
2482 * general/num2str.m: Always allow for sign for automatically | |
2483 computed format widths. | |
2484 | |
6988 | 2485 2007-10-09 David Bateman <dbateman@free.fr> |
2486 | |
2487 * plot/patch.m: Accept a handle as the first argument. | |
2488 | |
6987 | 2489 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
2490 | |
7010 | 2491 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 2492 |
6985 | 2493 2007-10-09 John W. Eaton <jwe@octave.org> |
2494 | |
2495 * audio/wavwrite.m: Accept arguments in compatible order. | |
2496 | |
6979 | 2497 2007-10-08 David Bateman <dbateman@free.fr> |
2498 | |
2499 * general/interp2.m: Relax test for values outside the grid to | |
2500 allow monotonically decreasing abscissa as well. | |
2501 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2502 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 2503 |
2504 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
2505 as output parameter. | |
2506 | |
6977 | 2507 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
2508 | |
2509 * plot/__go_draw_axes__.m, plot/legend.m: | |
2510 Handle compatible position specifiers as strings. | |
2511 | |
6975 | 2512 2007-10-08 John Swensen <jpswensen@comcast.net> |
2513 | |
2514 * general/num2str.m: Eliminate extra whitespace in output. | |
2515 * strings/strtrim.m: New function. | |
2516 * strings/Makefile.in (SOURCES): Add it to the list. | |
2517 | |
6968 | 2518 2007-10-06 John W. Eaton <jwe@octave.org> |
2519 | |
2520 * polynomial/residue.m: New test from test/test_poly.m. | |
2521 | |
6967 | 2522 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
2523 | |
2524 * image/saveimage.m: Handle saving color images without a colormap. | |
2525 * image/__img_via_file__.m: Add missing semicolon. | |
2526 | |
2527 2007-10-06 Bill Denney <wsloand@gmail.com> | |
2528 | |
7010 | 2529 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 2530 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
2531 | |
6965 | 2532 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
2533 | |
2534 * plot/print.m: Handle svg output type. Accept new -S option to | |
2535 specify size for PNG and SVG output types. | |
2536 | |
2537 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 2538 |
2539 * polynomial/mpoles.m: New function. | |
2540 * polynomial/residue.m: Modified to behave in reciprocal | |
2541 manner. No longer compute 4th output, "e". No longer accept | |
2542 tolerance input. Explicitly set tolerance parameter to 0.001. | |
2543 Respect maximum relative difference in poles when determining | |
2544 their multiplicity. Use mpoles to determine the multiplicity of | |
2545 poles. | |
2546 | |
6963 | 2547 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
2548 | |
2549 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
2550 for surface plots. | |
2551 | |
6962 | 2552 2007-10-05 John W. Eaton <jwe@octave.org> |
2553 | |
2554 * plot/__next_line_color__.m: Get color_rotation from axes | |
2555 colororder property. | |
2556 | |
6953 | 2557 2007-10-03 John W. Eaton <jwe@octave.org> |
2558 | |
6955 | 2559 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
2560 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
2561 | |
6953 | 2562 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
2563 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
2564 special for __vnorm__. | |
2565 | |
6951 | 2566 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
2567 | |
6952 | 2568 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 2569 |
6950 | 2570 2007-10-03 David Bateman <dbateman@free.fr> |
2571 | |
2572 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
2573 if a file is architecture dependent based on a list of file | |
2574 extensions. | |
2575 (configure_make): Simplify the search for architecture dependent | |
2576 files based on this function. | |
2577 (load_pakages_and_dependencies): Also look for bin directory in | |
2578 the architecture dependent directory. | |
2579 | |
6947 | 2580 2007-10-03 John W. Eaton <jwe@octave.org> |
2581 | |
2582 * miscellaneous/dir.m: Create empty struct with field names. | |
2583 Include datenum in struct. | |
2584 | |
6943 | 2585 2007-10-02 David Bateman <dbateman@free.fr> |
2586 | |
2587 * miscellaneous/ls.m: If nargout return string array of files | |
2588 returned by ls. | |
2589 | |
6942 | 2590 2007-10-01 John W. Eaton <jwe@octave.org> |
2591 | |
2592 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
2593 range values. | |
2594 | |
6937 | 2595 2007-10-01 David Bateman <dbateman@free.fr> |
2596 | |
7010 | 2597 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 2598 speed with small vectors. |
6937 | 2599 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
2600 rather than OCTAVE_HOME(). | |
2601 | |
6935 | 2602 2007-09-30 Ben Abbott <bpabbott@mac.com> |
2603 | |
2604 * plot/findobj.m: New function. | |
2605 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
2606 | |
6925 | 2607 2007-09-26 David Bateman <dbateman@free.fr> |
2608 | |
2609 * pkg/pkg.m: Add second argument to setting for prefix for | |
2610 architecture dependent files. Use throughout. | |
2611 (pkg:issuperuser): New function, use through to check for | |
2612 root user. | |
2613 (pkg:getarchprefix): function to give the archiecture dependent | |
2614 prefix for a package. | |
2615 (pkg:getarchdir): New function giving location of architetcure | |
2616 dependent directory. Use through out. | |
2617 (pkg:install): Treat architecture dependent directory separately | |
2618 as in might not be a sub-directory of the package directory. | |
2619 (pkg:uninstall): ditto. | |
2620 (pkg:create_pkgadddel): Check for global or local install for | |
2621 architecture dependent directory. | |
2622 (pkg:finish_installation): ditto. | |
2623 (pkg:write_INDEX): ditto. | |
2624 (pkg:load_packages_and_dependencies): ditto. | |
2625 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
2626 files to a new location if user is root. | |
2627 (pkg:rm_rf): Check if file or directory exists before removing. | |
2628 (pkg:dirempty): Check if directory exists before checking. | |
2629 | |
2630 * plot/___patch__.m: Allow face colors to be passed as strings | |
2631 | |
2632 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
2633 needed for calls to "hold" without an argument. | |
2634 | |
6920 | 2635 2007-09-21 John W. Eaton <jwe@octave.org> |
2636 | |
6921 | 2637 * optimization/sqp.m: Fix typo. |
2638 | |
6920 | 2639 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
2640 | |
6919 | 2641 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
2642 | |
2643 * control/hinf/h2norm: Compute d*d', not d'*d. | |
2644 | |
6918 | 2645 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
2646 | |
2647 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
2648 unidpdf.m and unidinv.m | |
2649 | |
6914 | 2650 2007-09-18 John W. Eaton <jwe@octave.org> |
2651 | |
2652 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
2653 (do_tics_1): Set numeric axes formats to "%.15g". | |
2654 | |
6912 | 2655 2007-09-18 David Bateman <dbateman@free.fr> |
2656 | |
2657 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
2658 of %g when writing data. | |
2659 | |
6908 | 2660 2007-09-17 John W. Eaton <jwe@octave.org> |
2661 | |
2662 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
2663 | |
6903 | 2664 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
2665 | |
2666 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
2667 noninteger N with N-K < 1. | |
2668 | |
6901 | 2669 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
2670 | |
2671 * strings/index.m: Correct for strings differing after the third | |
2672 position (bug reported by Maude Martin). | |
2673 | |
6895 | 2674 2007-09-13 John W. Eaton <jwe@octave.org> |
2675 | |
2676 * plot/__default_colormap__.m: Delete. | |
2677 * plot/Makefile (SOURCES): Remove from the list. | |
2678 | |
6898 | 2679 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
2680 | |
2681 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
2682 | |
6885 | 2683 2007-09-10 David Bateman <dbateman@free.fr> |
2684 | |
2685 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
2686 limit the selection of colors in the same way as for lines. | |
2687 * plot/__patch__.m: Allow matrix arguments with one patch per | |
2688 column. | |
2689 * plot/__bar__.m: Adapt to use "patch". | |
2690 | |
6870 | 2691 2007-09-06 John W. Eaton <jwe@octave.org> |
2692 | |
2693 * plot/drawnow.m (drawnow): New arg, debug_file. | |
2694 (init_plot_stream): Split from open_plot_stream. | |
2695 * plot/print.m: Accept -debug=FILE argument. | |
2696 | |
6868 | 2697 2007-09-06 David Bateman <dbateman@free.fr> |
2698 | |
7010 | 2699 * general/celldisp.m: New function. |
2700 * general/Makefile.in (SOURCES): Add celldisp.m. | |
2701 * miscellaneous/swapbytes.m: New function. | |
2702 * miscellaneous/gzip.m: New function. | |
2703 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 2704 |
6863 | 2705 2007-09-05 David Bateman <dbateman@free.fr> |
2706 | |
7010 | 2707 * general/structfun.m: New function. |
2708 * general/Makefile.in (SOURCES): Add it to sources. | |
2709 * miscellaneous/run.m: New function. | |
2710 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
2711 * statistics/base/mode.m: New function. | |
2712 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 2713 |
6862 | 2714 2007-09-05 John W. Eaton <jwe@octave.org> |
2715 | |
2716 * miscellaneous/orderfields.m: Use numel instead of length. | |
2717 | |
2718 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
2719 | |
2720 * miscellaneous/orderfields.m: Handle empty structs. | |
2721 | |
6861 | 2722 2007-09-05 John W. Eaton <jwe@octave.org> |
2723 | |
2724 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
2725 DATA_IDX. | |
2726 | |
2727 2007-09-04 David Bateman <dbateman@free.fr> | |
2728 | |
2729 * general/isdir.m: Return a logical value. | |
2730 | |
6859 | 2731 2007-09-04 David Bateman <dbateman@free.fr> |
2732 | |
2733 * statistics/distributions/chi2pdf.m, | |
2734 statistics/distributions/chi2cdf.m, | |
2735 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
2736 distribution functions to account for inverse of scale factor in | |
2737 gamma functions. | |
2738 | |
6857 | 2739 2007-09-01 John W. Eaton <jwe@octave.org> |
2740 | |
2741 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
2742 | |
6853 | 2743 2007-09-01 David Bateman <dbateman@free.fr> |
2744 | |
2745 * polynomial/polyint.m: New function like polyinteg but with | |
2746 explicit integration constant. | |
2747 * polynomial/polyinteg.m: Remove. | |
2748 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
2749 polyinteg.m. | |
2750 * deprecated/polyinteg.m: Move version here. | |
2751 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
2752 | |
6852 | 2753 * geometry/voronoi.m: Add large box around data to get a good |
2754 approximation of the rays to infinity. | |
2755 | |
6851 | 2756 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
2757 | |
2758 * plot/axes.m: Allow parent to be specified when creating axes | |
2759 objects. Support non-figure parents. | |
2760 | |
2761 2007-08-31 John W. Eaton <jwe@octave.org> | |
2762 | |
2763 * plot/ancestor.m: New function, adapted from Octave Forge. | |
2764 | |
6850 | 2765 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
2766 | |
7010 | 2767 * polynomial/polygcd.m: Better layout of example. |
2768 * polynomial/compan.m: Remove unnecessary check. | |
2769 * polynomial/roots.m: Added example to help text. | |
2770 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
2771 * polynomial/poly.m: Added example to help text. | |
6850 | 2772 |
6848 | 2773 2007-08-30 John W. Eaton <jwe@octave.org> |
2774 | |
2775 * optimization/qp.m: Increase maxit to 200. | |
2776 | |
6847 | 2777 2007-08-30 David Bateman <dbateman@free.fr> |
2778 | |
2779 * geometry/inpolygon.m: New file. | |
2780 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
2781 | |
6843 | 2782 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
2783 | |
2784 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
2785 | |
6829 | 2786 2007-08-24 David Bateman <dbateman@free.fr> |
2787 | |
2788 * plot/__go_draw_axes__.m: Treat text color property. | |
2789 | |
6828 | 2790 2007-08-24 John W. Eaton <jwe@octave.org> |
2791 | |
2792 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
2793 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
2794 | |
2795 * miscellaneous/movefile.m: Separate second and third args and | |
2796 use p1 and p2, not f1 and f2 when constructing arguments for | |
2797 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
2798 | |
6825 | 2799 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
2800 | |
2801 * set/intersect.m: Make it work with cell arrays of strings. | |
2802 | |
6823 | 2803 2007-08-24 David Bateman <dbateman@free.fr> |
2804 | |
7010 | 2805 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 2806 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
2807 functions ported from octave-forge. | |
7010 | 2808 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 2809 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
2810 geometry/triplot.m, geometry/tsearchn.m: | |
2811 New functions. | |
7010 | 2812 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
2813 * geometry/Makefile.in (SOURCES): Add functions above. | |
2814 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 2815 |
6820 | 2816 2007-08-23 John W. Eaton <jwe@octave.org> |
2817 | |
2818 * pkg/pkg.m: Avoid using installed_packages for both function and | |
2819 variable name. | |
2820 | |
2821 2007-08-23 David Bateman <dbateman@free.fr> | |
2822 | |
2823 * plot/plot.m: Allow first arg to be axes handle. | |
2824 | |
6818 | 2825 2007-08-22 David Bateman <dbateman@free.fr> |
2826 | |
2827 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
2828 outputs are returned only if requested. | |
2829 | |
2830 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
2831 | |
2832 * control/base/nichols.m: Fix typo. | |
2833 | |
6813 | 2834 2007-08-13 John W. Eaton <jwe@octave.org> |
2835 | |
2836 * plot/meshgrid.m: Use repmat instead of multiplication. | |
2837 | |
6809 | 2838 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
2839 | |
2840 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
2841 use axes position in each appropriate gnuplot set statement. | |
2842 | |
6808 | 2843 2007-08-10 John W. Eaton <jwe@octave.org> |
2844 | |
2845 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
2846 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
2847 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
2848 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
2849 | |
6807 | 2850 2007-08-10 Kai Habel <kai.habel@gmx.de> |
2851 | |
2852 * plot/patch.m, plot/__patch__.m: New files. | |
2853 * plot/Makefile.in (SOURCES): Add them to the list. | |
2854 | |
2855 2007-08-07 John W. Eaton <jwe@octave.org> | |
2856 | |
2857 * path/savepath.m: Use single quotes for argument to PATH command | |
2858 that is inserted in file. | |
2859 | |
6805 | 2860 2007-07-27 John W. Eaton <jwe@octave.org> |
2861 | |
2862 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
2863 not set in the environment. | |
2864 | |
6796 | 2865 2007-07-25 David Bateman <dbateman@free.fr> |
2866 | |
2867 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
2868 control/base/Makefile.in, control/hinf/Makefile.in, | |
2869 control/obsolete/Makefile.in, control/system/Makefile.in, | |
2870 control/util/Makefile.in, deprecated/Makefile.in, | |
2871 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
2872 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
2873 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
2874 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
2875 polynomial/Makefile.in, quaternion/Makefile.in, | |
2876 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
2877 specfun/Makefile.in, special-matrix/Makefile.in, | |
2878 startup/Makefile.in, statistics/Makefile.in, | |
2879 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
2880 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
2881 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
2882 Adjust DISTFILES to allow out of tree "make dist" to work. | |
2883 | |
6795 | 2884 2007-07-25 John W. Eaton <jwe@octave.org> |
2885 | |
2886 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
2887 | |
6793 | 2888 2007-07-24 David Bateman <dbateman@free.fr> |
2889 | |
2890 * image/flag.m: New colormap function. | |
2891 * images/Makefile.in: Include it in SOURCES. | |
2892 | |
2893 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
2894 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
2895 image/rainbow.m image/spring.m image/summer.m image/white.m | |
2896 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
2897 * image/gray.m, image/ocean.m: Use the same means of finding the | |
2898 number of colormap elements as the other colormap functions. | |
2899 | |
6790 | 2900 2007-07-24 Kai Habel <kai.habel@gmx.de> |
2901 | |
2902 * plot/__go_draw_axes__.m: Handle patch. | |
2903 | |
6788 | 2904 2007-07-23 David Bateman <dbateman@free.fr> |
2905 | |
2906 * general/rat.m: New function for ration approximation imported | |
2907 from octave-forge. | |
2908 * general/del2.m: New function for discrete laplacian operator. | |
2909 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
2910 | |
2911 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
2912 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
2913 image/rainbow.m image/spring.m image/summer.m image/white.m | |
2914 image/winter.m, image/brighten.m: Port image functions from | |
2915 octave-forge. | |
2916 * image/Makefile.in: Add ported functions to SOURCES. | |
2917 * image/gray.m, image/ocean.m: Don't set the colormap for | |
2918 compatibility with matlab. | |
2919 | |
2920 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
2921 octave-forge | |
2922 * plot/Makefile.in: Add ported functions to SOURCES. | |
2923 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
2924 using gnuplot 4.2 or greater. | |
2925 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2926 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 2927 |
2928 * general/cart2sph.m: Fix unbalanced paranthesis. | |
2929 | |
6781 | 2930 2007-07-19 David Bateman <dbateman@free.fr> |
2931 | |
2932 * plot/fplot.m: More compatible version. | |
2933 | |
6780 | 2934 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
2935 | |
2936 * plot/clf.m: Check for valid handle before deleting. | |
2937 | |
2938 * plot/figure.m: Pass "figure" property/value pairs directly to | |
2939 __go_figure__ instead of using regular "set" call. | |
2940 | |
6779 | 2941 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
2942 | |
2943 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
2944 type for gnuplot. | |
2945 | |
6778 | 2946 2007-07-18 John W. Eaton <jwe@octave.org> |
2947 | |
2948 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
2949 gnuplot for each set of axes. | |
2950 | |
6777 | 2951 2007-07-18 David Bateman <dbateman@free.fr> |
2952 | |
6778 | 2953 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
2954 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
2955 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
2956 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
2957 Use standard scale factor rather than one on the scale factor for | |
2958 compatibility. | |
2959 | |
2960 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
2961 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
2962 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
2963 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
2964 Preserve backward compatibility. | |
6777 | 2965 |
6776 | 2966 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
2967 | |
2968 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
2969 to avoid issues with regexp special characters in the path strings. | |
2970 | |
6770 | 2971 2007-07-06 David Bateman <dbateman@free.fr> |
2972 | |
6778 | 2973 * general/accumarray.m: New function to create an array by |
2974 accumulating the elements. | |
6770 | 2975 |
6768 | 2976 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
2977 | |
2978 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
2979 (fdjac): Set nx outside of if block. | |
2980 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
2981 | |
6765 | 2982 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
2983 | |
2984 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
2985 | |
2986 * plot/axis.m: Also set "visible" property when setting axes to | |
2987 on/off. | |
2988 | |
6762 | 2989 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
2990 | |
2991 * image/colormap.m: Only return colormap if nargout > 0. | |
2992 Mark as command. | |
2993 | |
6758 | 2994 2007-06-25 John W. Eaton <jwe@octave.org> |
2995 | |
2996 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
2997 strcmp for selected property comparisons. | |
2998 | |
6756 | 2999 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
3000 | |
6778 | 3001 * image/imshow.m: Fix check for colormap arguments. |
6756 | 3002 |
6754 | 3003 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
3004 | |
3005 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
3006 | |
6756 | 3007 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 3008 |
6778 | 3009 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 3010 argument, and note that the data should be sorted for the |
3011 definition of the median to be correct. | |
3012 | |
6778 | 3013 * statistics/base/std.m: Add missing square to definition of |
6754 | 3014 standard deviation. |
3015 | |
6778 | 3016 * statistics/base/cov.m: Add definition of covariance to the help text. |
3017 | |
3018 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 3019 statistics/base/std.m: |
3020 Note that \bar{x} is the mean value of x in the help text. | |
3021 | |
6778 | 3022 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 3023 coefficient to the help text. |
3024 | |
6778 | 3025 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
3026 | |
3027 * statistics/base/var.m: Put N in @math in help text. | |
3028 | |
3029 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 3030 statistics/tests/kolmogorov_smirnov_test.m: |
3031 Write about possible values of 'dist' in help text. | |
3032 | |
6778 | 3033 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 3034 Add definition of correlation to the help text. |
3035 | |
6778 | 3036 * statistics/base/logit.m, statistics/base/kendall.m, |
3037 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 3038 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
3039 TeXification of help text. | |
3040 | |
3041 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
3042 | |
3043 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
3044 Add missing @var's to help text. | |
3045 | |
3046 * statistics/models/logistic_regression.m: Fix typos in help text. | |
3047 | |
3048 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
3049 of help text. | |
3050 | |
3051 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
3052 help text. | |
3053 | |
3054 * statistics/distributions/unidpdf.m, | |
3055 statistics/distributions/discrete_pdf.m: | |
3056 Replace 'pDF' with 'PDF' in help text. | |
3057 | |
6753 | 3058 2007-06-25 John W. Eaton <jwe@octave.org> |
3059 | |
3060 * strings/substr.m: Use offset consistently in code and doc string. | |
3061 From Rafael Laboissiere <rafael@debian.org>. | |
3062 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3063 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 3064 |
6778 | 3065 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 3066 |
6751 | 3067 2007-06-25 John W. Eaton <jwe@octave.org> |
3068 | |
3069 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
3070 Recycle tic labels if necessary. From Juhani Saastamoinen | |
3071 <juhani@cs.joensuu.fi>. | |
3072 | |
6748 | 3073 2007-06-20 John W. Eaton <jwe@octave.org> |
3074 | |
6749 | 3075 * strings/index.m: Allow strings to be empty. |
3076 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
3077 | |
6748 | 3078 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
3079 | |
6747 | 3080 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
3081 | |
3082 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
3083 separate matrices. | |
3084 | |
6746 | 3085 2007-06-19 David Bateman <dbateman@free.fr> |
3086 | |
3087 * plot/axis.m: Prefer to use legend rather than the older Octave | |
3088 only ";;" legend syntax. | |
3089 * polynomial/mkpp.m: ditto. | |
3090 * polynomial/pchip.m: ditto. | |
3091 * signal/freqz_plot.m: ditto. | |
3092 * sparse/gplot.m: ditto. | |
3093 * sparse/treeplot.m: ditto. | |
3094 | |
6745 | 3095 2007-06-19 John W. Eaton <jwe@octave.org> |
3096 | |
3097 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
3098 (__go_draw_axes__): Call do_tics to handle tic marks. | |
3099 | |
6742 | 3100 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3101 | |
6778 | 3102 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 3103 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
3104 to check for NA. | |
3105 | |
6741 | 3106 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3107 | |
6778 | 3108 * optimization/glpk.m: TeXified the help text. |
3109 * optimization/qp.m: TeXified the help text. | |
3110 * optimization/sqp.m: TeXified the help text. | |
6741 | 3111 |
6740 | 3112 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
3113 | |
6778 | 3114 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 3115 |
6738 | 3116 2007-06-15 John W. Eaton <jwe@octave.org> |
3117 | |
3118 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
3119 have_newer_gnuplot is true. | |
3120 | |
6736 | 3121 2007-06-15 Pete Gustafson <petegus@umich.edu> |
3122 | |
6778 | 3123 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
3124 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 3125 to 90, all others 0. |
3126 | |
6778 | 3127 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
3128 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 3129 get_data_limits. |
6778 | 3130 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 3131 called by __errplot__. |
3132 | |
6730 | 3133 2007-06-15 John W. Eaton <jwe@octave.org> |
3134 | |
3135 * testfun/test.m: Also return number of expected failures. | |
3136 | |
6724 | 3137 2007-06-14 John W. Eaton <jwe@octave.org> |
3138 | |
6730 | 3139 * set/ismember.m: Mark two tests known to fail with xtest. |
3140 | |
6724 | 3141 * plot/__go_draw_axes__.m: Handle text rotation property. |
3142 | |
6728 | 3143 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
3144 | |
3145 * testfun/test.m: Add xtest support for tests known to fail. | |
3146 | |
6727 | 3147 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
3148 | |
3149 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
3150 epslatexstandalone terminals. | |
3151 | |
6721 | 3152 2007-06-14 David Bateman <dbateman@free.fr> |
3153 | |
3154 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
3155 as permutation of results was incorrect. | |
3156 * general/interp1.m: Add demo on second derivative | |
3157 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 3158 call. Add 3D demo. Fix typos |
3159 * general/interp3.m: Fix typos. Correct permutation for use of | |
3160 interpn. | |
6721 | 3161 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
3162 | |
6717 | 3163 2007-06-13 John W. Eaton <jwe@octave.org> |
3164 | |
3165 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 3166 |
6706 | 3167 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
3168 | |
3169 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
3170 | |
6704 | 3171 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
3172 | |
3173 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
3174 Set have_linestyle to true if two character linestyle is found. | |
3175 | |
6702 | 3176 2007-06-12 David Bateman <dbateman@free.fr> |
3177 | |
6717 | 3178 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
3179 and interpn.m. | |
3180 | |
3181 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
3182 structure before using it. | |
3183 | |
3184 2007-06-12 David Bateman <dbateman@free.fr> | |
3185 | |
6704 | 3186 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 3187 * general/__splinen__.m: New support function for N-dimensional |
3188 spline interpolation. | |
3189 * general/bicubic.m: Allow definition of extrapolation | |
3190 value. Adapt tests to use new graphics interface | |
3191 * general/interp2.m: Call __splinen__ for 2-D spline | |
3192 interpolation. Make the lookup table code only be called for | |
3193 linear and nearest methods. | |
3194 * general/interpn.m: New function for N-dimensional, linear, nearest | |
3195 and spline interpolation. | |
3196 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
3197 and spline interpolation. | |
6704 | 3198 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 3199 |
6701 | 3200 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
3201 | |
3202 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
3203 | |
6699 | 3204 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
3205 | |
3206 * plot/fplot.m: If function is inline, vectorize it. | |
3207 | |
6698 | 3208 2007-06-10 David Bateman <dbateman@free.fr> |
3209 | |
3210 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
3211 directory if need to, so that it fits on a line. | |
3212 | |
6695 | 3213 2007-06-07 David Bateman <dbateman@free.fr> |
3214 | |
3215 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
3216 saved file so that dependent packages are loaded first, and if | |
3217 nargout==0 don't return any arguments. | |
3218 (pkg:install): Only load packages that are marked autoload after | |
3219 install. Various fixes. Save in order. | |
3220 (pkg:uninstall): Save in order | |
3221 (pkg:load_packages): Use load_package_and_dependencies to load | |
3222 packages. | |
3223 (pkg:save_order): New function to sort package list with dependent | |
3224 packages first. | |
3225 (pkg:load_packages_and_dependencies): New function to load both a | |
3226 list of packages and their dependencies. | |
3227 (pkg:load_package_dirs): New function that returns a vector of the | |
3228 indexes into the installed package list indicating the packages to | |
3229 load and the order to load them in to respect the dependencies. | |
3230 | |
6688 | 3231 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
3232 | |
3233 * plot/axes.m: Eliminate redundant else clause. | |
3234 | |
6686 | 3235 2007-06-03 David Bateman <dbateman@free.fr> |
3236 | |
3237 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 3238 * pkg/pkg.m: Protect against multiple actions being define. |
3239 | |
6683 | 3240 2007-06-01 David Bateman <dbateman@free.fr> |
3241 | |
3242 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
3243 incorporate into main pkg function. | |
3244 (pkg:install): Check for existence of files to install before | |
3245 globbing and warn the user if they don't exist. | |
3246 | |
6675 | 3247 2007-05-31 David Bateman <dbateman@free.fr> |
3248 | |
6679 | 3249 * miscellaneous/copyfile.m: Split copying of multiple files to a |
3250 directory over several copy command to limit the line length. | |
3251 * miscellaneous/movefile.m: Ditto. | |
3252 | |
6675 | 3253 * pkg.m: Add build option to allow binary Octave packages to be |
3254 built from source packages. Probe absolute path of prefix, global | |
3255 and local lists. Use strcat, rather that [] for strings. | |
3256 (pkg:build): New function to binary binary package. | |
3257 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
3258 (pkg:repackage): Package binary Octave package from installation. | |
3259 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
3260 from m-files into main installation directory. | |
3261 (pkg:shell): Suppress verbose messages from shell and only display | |
3262 them with the verbose flag. | |
3263 (pkg:installed_packages): Also include the loaded flag in the | |
3264 local and global packages. | |
3265 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
3266 flagged as loaded. | |
3267 | |
3268 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
3269 | |
3270 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
3271 with and without architecture dependent directories. | |
3272 (pkg:installed_packages): Probe the global_list file even if it is | |
3273 the same as the local_list. | |
3274 | |
6669 | 3275 2007-05-29 John W. Eaton <jwe@octave.org> |
3276 | |
3277 * sparse/spy.m: Set axis to "ij" mode. | |
3278 | |
6664 | 3279 2007-05-24 John W. Eaton <jwe@octave.org> |
3280 | |
3281 * set/ismember.m: Quote first arg of "fail" tests. | |
3282 | |
6663 | 3283 2007-05-24 David Bateman <dbateman@free.fr> |
3284 | |
6778 | 3285 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 3286 |
6655 | 3287 2007-05-22 David Bateman <dbateman@free.fr> |
3288 | |
3289 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
3290 error(lasterr()(8:end)). | |
3291 (pkg:install): Warning for empty packages being removed. Suppress | |
3292 spurious output. Warning rather than error for uninstalling a | |
3293 package that is not installed to avoid RPM issue. | |
3294 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
3295 inst or architecture dependent directory if it exists. | |
3296 | |
6653 | 3297 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
3298 | |
3299 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
3300 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
3301 signal/freqz.m: Fix typos. | |
3302 | |
6645 | 3303 2007-05-21 David Bateman <dbateman@free.fr> |
3304 | |
3305 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
3306 force installation location. | |
3307 (rebuild): New subfunction to rebuild package database from | |
3308 installed packages. Also allows changing of autoload status | |
3309 (install): Warn use if attempting to install from non existent | |
3310 file. | |
3311 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
3312 "USER", "root"))' for root test. | |
3313 | |
3314 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
3315 | |
3316 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
3317 and replace "\" characters with "/". | |
3318 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
3319 characters with "/" throughout. | |
3320 (shell): New subfunction that wraps system and is careful with the | |
3321 shell on windows platforms. | |
3322 (configure_make): Explictly pass complier etc to configure | |
3323 process. | |
3324 (issuperuser): Force default to global install for Windows machines. | |
3325 | |
6636 | 3326 2007-05-19 Kristan Onu |
3327 | |
3328 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
3329 | |
6634 | 3330 2007-05-18 David Bateman <dbateman@free.fr> |
3331 | |
3332 * pkg/pkg.m (install): More verbosity. | |
3333 (configure_make): Ditto. | |
3334 (create_pkgadddel): Install in architecture dependent directory if | |
3335 it exists to address issues with autoload/mfilename. | |
3336 (write_INDEX): Check in archiecture dependent directories as well. | |
3337 | |
6633 | 3338 2007-05-17 David Bateman <dbateman@free.fr> |
3339 | |
3340 * plot/hbar.m: Remove. | |
3341 * plot/barh.m: and move it here. | |
3342 | |
6631 | 3343 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
3344 | |
3345 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
3346 | |
6629 | 3347 2007-05-16 John W. Eaton <jwe@octave.org> |
3348 | |
3349 * general/logspace.m: Return second arg if fewer than two values | |
3350 are requested. | |
3351 | |
6619 | 3352 2007-05-14 John W. Eaton <jwe@octave.org> |
3353 | |
3354 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
3355 on a new line. | |
3356 | |
6617 | 3357 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
3358 | |
3359 * statistics/distributions/norminv.m, | |
3360 statistics/distributions/norminv.m, | |
3361 statistics/distributions/normpdf.m, | |
3362 statistics/distributions/normrnd.m: | |
3363 Use standard deviation, not variance. | |
3364 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
3365 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
3366 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
3367 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
3368 backward compatibility. | |
3369 | |
6616 | 3370 2007-05-14 David Bateman <dbateman@free.fr> |
3371 | |
3372 * pkg/pkg.m: Mark loaded packages with "*". | |
3373 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3374 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 3375 |
3376 * miscellaneous/single.m: Doc fix. | |
3377 Convert to double instead of returning argument unchanged. | |
3378 | |
3379 * miscellaneous/doc.m: Doc fix. | |
3380 | |
3381 * miscellaneous/ver.m: Doc fix. | |
3382 Don't display information about Octave Forge. | |
3383 | |
6614 | 3384 2007-05-12 David Bateman <dbateman@free.fr> |
3385 | |
3386 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
3387 install to be printed. An error in the on_uninstall script causes | |
3388 a failure to uninstall. Place oct- and mex-files in an | |
3389 architecture dependent directory. | |
3390 | |
6611 | 3391 2007-05-09 John W. Eaton <jwe@octave.org> |
3392 | |
3393 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
3394 | |
6609 | 3395 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3396 | |
3397 * statistics/distributions/normcdf.m: Use standard deviation | |
3398 instead of variance for compatibility. | |
3399 | |
3400 2007-05-08 John W. Eaton <jwe@octave.org> | |
3401 | |
3402 | |
3403 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
3404 | |
3405 * set/ismember.m: Always return logical values. | |
3406 | |
3407 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 3408 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 3409 |
3410 * general/__isequal__.m: Allow numeric values of different classes | |
3411 to compare equal. | |
3412 | |
6606 | 3413 2007-05-07 David Bateman <dbateman@free.fr> |
3414 | |
6607 | 3415 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
3416 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 3417 |
6605 | 3418 2007-05-02 John W. Eaton <jwe@octave.org> |
3419 | |
3420 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
3421 | |
6604 | 3422 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3423 | |
3424 * contour.m: Rewrite help string. | |
3425 | |
6599 | 3426 2007-04-28 John W. Eaton <jwe@octave.org> |
3427 | |
3428 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
3429 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
3430 Special case nargout == 0. | |
3431 | |
6597 | 3432 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
3433 | |
3434 * general/sub2ind.m: Handle empty input, add tests. | |
3435 | |
6590 | 3436 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3437 | |
3438 * plot/contourc.m: Doc fix. | |
3439 | |
6586 | 3440 2007-04-26 David Bateman <dbateman@free.fr> |
3441 | |
3442 * plot/hist.m: Partially remove previous patch. | |
3443 | |
6582 | 3444 2007-04-26 David Bateman <dbateman@free.fr> |
3445 | |
3446 * plot/hist.m: Support returning of handle | |
3447 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
3448 cells. | |
3449 | |
6575 | 3450 2007-04-25 John W. Eaton <jwe@octave.org> |
3451 | |
6579 | 3452 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
3453 "title \"\"", not "". | |
3454 | |
6575 | 3455 * plot/legend.m: Initialize WARNED to false. |
3456 | |
6567 | 3457 2007-04-24 John W. Eaton <jwe@octave.org> |
3458 | |
3459 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3460 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 3461 |
3462 2007-04-23 John W. Eaton <jwe@octave.org> | |
3463 | |
3464 * plot/box.m: Delete extra endfunction keyword. | |
3465 | |
6560 | 3466 2007-04-23 David Bateman <dbateman@free.fr> |
3467 | |
3468 * plot/plot3.m: Call newplot. | |
3469 | |
6553 | 3470 2007-04-20 John W. Eaton <jwe@octave.org> |
3471 | |
3472 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
3473 | |
6546 | 3474 2007-04-19 John W. Eaton <jwe@octave.org> |
3475 | |
3476 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
3477 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
3478 | |
6544 | 3479 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3480 | |
3481 * control/util/axis2dlim.m: Delete extraneous line. | |
3482 | |
6542 | 3483 2007-04-18 John W. Eaton <jwe@octave.org> |
3484 | |
3485 * specfun/factorial.m: Increase tolerance in large value test. | |
3486 | |
6540 | 3487 2007-04-18 David Bateman <dbateman@free.fr> |
3488 | |
3489 * __bar__.m: New support function for bar/hbar to support graphic | |
3490 handles, and additional arguments. | |
3491 * bar.m: Convert to use __bar__. | |
3492 * hbar.m: New function | |
3493 * hist.m: Explicitly set the width of the bar plot. | |
3494 | |
6533 | 3495 2007-04-17 John W. Eaton <jwe@octave.org> |
3496 | |
6534 | 3497 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
3498 | |
6533 | 3499 * set/ismember.m: New tests. |
3500 From David Grohmann <grohmann@arlut.utexas.edu> | |
3501 | |
6532 | 3502 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
3503 | |
3504 * specfun/factorial.m: Use gamma function instead of cumprod. | |
3505 Add tests. | |
3506 | |
6527 | 3507 2007-04-16 John W. Eaton <jwe@octave.org> |
3508 | |
6528 | 3509 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
3510 looks_like_copyright in src/help.cc. | |
3511 From S�ren Hauberg <soren@hauberg.org>. | |
3512 | |
6527 | 3513 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
3514 | |
6526 | 3515 2007-04-13 John W. Eaton <jwe@octave.org> |
3516 | |
6527 | 3517 * optimization/sqp.m: Initialize info to 0. |
3518 | |
6526 | 3519 * optimization/qp.m: Undo previous change. |
3520 | |
6524 | 3521 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3522 | |
3523 * spdiags.m: Fixed the four-argument case to work for columns of | |
3524 length one. | |
3525 | |
6523 | 3526 2007-04-12 John W. Eaton <jwe@octave.org> |
3527 | |
3528 * optimization/qp.m: Avoid Octave indexing bug. | |
3529 | |
6521 | 3530 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
3531 | |
6522 | 3532 * miscellaneous/menu.m, control/base/bddemo.m, |
3533 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
3534 control/system/sysrepdemo.m: | |
3535 Adapt to page_screen_output as a function. | |
6521 | 3536 |
6518 | 3537 2007-04-11 John W. Eaton <jwe@octave.org> |
3538 | |
3539 * miscellaneous/not.m: Delete. | |
3540 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
3541 | |
3542 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3543 | |
3544 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
3545 that are close but not exactly equal. | |
3546 | |
6515 | 3547 2007-04-11 David Bateman <dbateman@free.fr> |
3548 | |
3549 * general/bitcmp.m: Make it work again. | |
3550 | |
6512 | 3551 2007-04-10 John W. Eaton <jwe@octave.org> |
3552 | |
3553 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
3554 that are close but not exactly equal. | |
3555 | |
6511 | 3556 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
3557 | |
3558 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
3559 in response to a change in x limits for now. | |
3560 | |
6510 | 3561 2007-04-09 John W. Eaton <jwe@octave.org> |
3562 | |
3563 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
3564 (__go_draw_axes__): Use it to write data to plot stream. | |
3565 | |
6509 | 3566 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
3567 | |
3568 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
3569 zeros. Set markerfacecolor property in call to plot. | |
3570 | |
6508 | 3571 2007-04-06 John W. Eaton <jwe@octave.org> |
3572 | |
3573 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
3574 | |
3575 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
3576 | |
3577 * plot/stem.m: Use plot instead of a series of calls to line. | |
3578 | |
6494 | 3579 2007-04-05 John W. Eaton <jwe@octave.org> |
3580 | |
6499 | 3581 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
3582 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
3583 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
3584 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
3585 | |
6496 | 3586 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 3587 Use strcmpi instead of strcmp+tolower. |
6496 | 3588 Style fixes. |
3589 | |
6494 | 3590 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
3591 Plotting fixes. Style fixes. | |
3592 | |
3593 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
3594 Style fixes. | |
3595 | |
3596 * testfun/fail.m: No need to check for evalin and lastwarn. | |
3597 Style fixes. | |
3598 | |
3599 * testfun/demo.m, testfun/example.m: Style fixes. | |
3600 Use "strcat (...)" instead of "[...]". | |
3601 Use format specifiers in calls to warning. | |
3602 | |
3603 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
3604 Use "strcat (...)" instead of "[...]". | |
3605 Use "x(end)" instead of "x(length (x))". | |
3606 Check NA before NaN. | |
3607 Style fixes. | |
3608 | |
6473 | 3609 2007-03-29 John W. Eaton <jwe@octave.org> |
3610 | |
6474 | 3611 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 3612 |
6467 | 3613 2007-03-27 John W. Eaton <jwe@octave.org> |
3614 | |
3615 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3616 control/base/Makefile.in, control/hinf/Makefile.in, | |
3617 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3618 control/util/Makefile.in, deprecated/Makefile.in, | |
3619 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3620 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3621 miscellaneous/Makefile.in, optimization/Makefile.in, | |
3622 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3623 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3624 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3625 special-matrix/Makefile.in, startup/Makefile.in, | |
3626 statistics/Makefile.in, statistics/base/Makefile.in, | |
3627 statistics/distributions/Makefile.in, | |
3628 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3629 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3630 Use ln instead of $(LN_S) in dist target. | |
3631 | |
6465 | 3632 2007-03-27 David Bateman <dbateman@free.fr> |
3633 | |
3634 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
3635 gnuplot 4.0. | |
3636 | |
6464 | 3637 2007-03-26 John W. Eaton <jwe@octave.org> |
3638 | |
3639 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
3640 | |
6461 | 3641 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
3642 | |
3643 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
3644 plot stream and using binary data. | |
3645 | |
6459 | 3646 2007-03-26 John W. Eaton <jwe@octave.org> |
3647 | |
3648 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
3649 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3650 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
3651 | |
3652 2007-03-26 David Bateman <dbateman@free.fr> | |
3653 | |
6461 | 3654 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
3655 | |
6459 | 3656 * plot/plot3.m: Handle line properties. |
3657 * plot/plot.m: Update docstring. | |
3658 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
3659 * plot/__plt__.m: Also gather properties. | |
3660 | |
6455 | 3661 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
3662 | |
3663 * testfun/assert.m: Delete special check for empty objects. | |
3664 Add test. | |
3665 | |
6453 | 3666 2007-03-26 John W. Eaton <jwe@octave.org> |
3667 | |
6454 | 3668 * plot/drawnow.m: Exit early if call is recursive. |
3669 | |
6453 | 3670 * plot/__go_draw_axes__.m (get_data_limits): New function. |
3671 Check for Inf too. | |
3672 (__go_draw_axes__): Use get_data_limits. | |
3673 | |
6450 | 3674 2007-03-24 John W. Eaton <jwe@octave.org> |
3675 | |
6451 | 3676 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
3677 send terminal setting command with title option to plot stream. | |
3678 | |
6450 | 3679 * plot/legend.m: Correctly increment index into list of children.. |
3680 | |
6434 | 3681 2007-03-23 John W. Eaton <jwe@octave.org> |
3682 | |
6448 | 3683 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
3684 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
3685 control/base/nyquist.m, control/base/nichols.m, | |
3686 control/base/frdemo.m, signal/freqz_plot.m, | |
3687 control/base/__stepimp__.m, control/base/bode.m, | |
3688 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
3689 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 3690 Update plotting code. |
3691 | |
3692 * control/base/bode.m: Unwrap phase angle. | |
3693 | |
3694 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
3695 | |
3696 * plot/axis.m: Don't check automatic_replot, or call replot. | |
3697 | |
3698 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
3699 commands. | |
6446 | 3700 |
6442 | 3701 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 3702 Handle numeric color specs. |
6442 | 3703 * plot/plot.m: Remove "-@" and "@" from docstring. |
3704 | |
6441 | 3705 * plot/orient.m: Fix tests to avoid creating a plot window. |
3706 | |
6440 | 3707 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
3708 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
3709 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
3710 general/arrayfun.m, miscellaneous/compare_versions.m, | |
3711 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
3712 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
3713 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
3714 | |
6438 | 3715 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
3716 plot, not just multiplots. | |
3717 | |
6436 | 3718 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
3719 | |
6434 | 3720 * plot/contour.m: Don't call drawnow. |
3721 | |
6431 | 3722 2007-03-22 John W. Eaton <jwe@octave.org> |
3723 | |
6432 | 3724 * plot/drawnow.m: Check and optionally, set, the __modified__ |
3725 property of each figure. | |
3726 | |
6431 | 3727 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
3728 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
3729 | |
3730 2007-03-21 John W. Eaton <jwe@octave.org> | |
3731 | |
3732 * linear-algebra/null.m: Set elements of retval with magnitudes | |
3733 less than eps to 0. | |
3734 | |
6429 | 3735 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 3736 |
3737 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 3738 * testfun/speed.m: Documentation and example fix. |
3739 | |
6424 | 3740 2007-03-21 John W. Eaton <jwe@octave.org> |
3741 | |
3742 * plot/subplot.m: If we find an existing subplot region, set | |
3743 it to be the "currentaxes" property for the current figure. | |
6425 | 3744 Delete old axes objects if the new axes object overlaps the old. |
6424 | 3745 |
6422 | 3746 2007-03-20 David Bateman <dbateman@free.fr> |
3747 | |
3748 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
3749 | |
3750 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
3751 | |
3752 * general/arrayfun.m: New function. | |
3753 | |
6418 | 3754 2007-03-20 John W. Eaton <jwe@octave.org> |
3755 | |
6419 | 3756 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
3757 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
3758 | |
3759 * plot/clf.m: Don't call drawnow. | |
3760 | |
6431 | 3761 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 3762 |
6420 | 3763 * image/__img__.m: Maybe set yaxis to reverse for images. |
3764 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
3765 images. | |
3766 | |
6418 | 3767 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 3768 instead of global. Only register __go_close_all__ with atexit if |
3769 the plot stream is successfully opened. | |
6418 | 3770 |
6413 | 3771 2007-03-15 John W. Eaton <jwe@octave.org> |
3772 | |
6418 | 3773 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 3774 From Daniel J Sebald <daniel.sebald@ieee.org>. |
3775 | |
3776 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
3777 | |
3778 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 3779 Use numeric line types. |
6413 | 3780 |
3781 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 3782 lines and larger markers. Remove key titles from line type |
3783 properties. | |
6413 | 3784 |
6405 | 3785 2007-03-14 John W. Eaton <jwe@octave.org> |
3786 | |
6412 | 3787 * plot/__axis_label__.m: Accept additional property-value pairs |
3788 and pass them to __go_text__. Simply return the handle obtained | |
3789 from __go_text__ instead of calling get on the current axis. | |
3790 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
3791 Allow for extra property value pairs to be passed along. | |
3792 * plot/title.m: Implement with __axis_label__ since it does all | |
3793 that title needs to do. | |
3794 | |
6410 | 3795 * plot/clf.m: Set currentaxes property for current figure to []. |
3796 | |
6405 | 3797 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
3798 | |
3799 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
3800 and __plt2__, not just the last. | |
3801 | |
3802 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
3803 (SOURCES_IN, GEN_M): Delete. | |
3804 (FCN_FILES): Don't include $(GEN_M). | |
3805 (all): Don't depend on $(GEN_M). | |
3806 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
3807 | |
3808 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
3809 | |
3810 * plot/newplot.m: Call __go_axes_init__ instead of | |
3811 __uiobject_axes_init__. | |
3812 | |
3813 * plot/mesh.m: Use __go_surface__ instead of | |
3814 __uiobject_surface_ctor__. Don't access object fields directly. | |
3815 | |
3816 * plot/line.m: Use __line__ to do actual work. | |
3817 * plot/__line__.m: New function. | |
3818 | |
3819 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
3820 Use get and set instead of accessing object fields directly. | |
3821 | |
3822 * plot/figure.m: Use __go_figure__ to create figure graphics | |
3823 handle. | |
3824 | |
3825 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
3826 __uiobject_close_all. Call __go_draw_figure__ instead of | |
3827 __uiobject_draw_figure__. | |
3828 | |
3829 * plot/clf.m: Use get instead of accessing object fields | |
3830 directly. Simply delete children. Don't set currentaxes. | |
3831 | |
3832 * plot/close.m (close_all_figures): New subfunction. | |
3833 Use it instead of getting list of figures to close from | |
3834 __uiobject_figures__. | |
3835 | |
3836 * plot/closereq.m: Simply delete the current figure. Don't set | |
3837 currentfigure. | |
3838 | |
3839 * plot/__errplot__.m: Call __line__ instead of | |
3840 __uiobject_line_ctor__. Use set instead of accesing object fields | |
3841 directly. Don't call __uiobject_adopt__. | |
3842 | |
3843 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
3844 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
3845 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
3846 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
3847 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
3848 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
3849 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
3850 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
3851 plot/__uiobject_init_root_figure__.in, | |
3852 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
3853 plot/__uiobject_root_figure_ctor__.m, | |
3854 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
3855 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
3856 plot/set.in: Delete. | |
6408 | 3857 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 3858 |
3859 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
3860 Pass "hidden" as second arg to close. | |
3861 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
3862 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 3863 * plot/Makefile.in (SOURCES_M): Rename in list. |
3864 | |
6405 | 3865 * image/__img__.m: Use __go_image__ to create image graphics |
3866 handle. | |
3867 | |
3868 * miscellaneous/delete.m: Call __go_delete__, not | |
3869 __uiobject_delete__. Check that arg is a graphics handle before | |
3870 calling __go_delete__. | |
3871 | |
6403 | 3872 2007-03-13 John W. Eaton <jwe@octave.org> |
3873 | |
3874 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
3875 arg instead of switch statement. | |
6528 | 3876 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 3877 |
3878 2007-03-12 John W. Eaton <jwe@octave.org> | |
3879 | |
3880 * miscellaneous/cast.m: New function. | |
3881 | |
3882 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
3883 | |
6398 | 3884 2007-03-08 John W. Eaton <jwe@octave.org> |
3885 | |
3886 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
3887 tilde expansion on target filename before passing it to the shell. | |
3888 | |
3889 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
3890 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
3891 | |
6396 | 3892 2007-03-08 David Bateman <dbateman@free.fr> |
3893 | |
3894 * statistics/base/unidrnd.m: Move to statistics/distributions | |
3895 replacing slower version based on dicrete_rnd. | |
3896 | |
6392 | 3897 2007-03-07 John W. Eaton <jwe@octave.org> |
3898 | |
6395 | 3899 * control/base/rlocus.m: Update for current plotting functions. |
3900 | |
3901 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3902 | |
3903 * control/base/rlocus.m: Improve display. | |
3904 | |
3905 2007-03-07 John W. Eaton <jwe@octave.org> | |
3906 | |
3907 * plot/legend.m: Only handle positions -1:4. | |
3908 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
3909 found in option string | |
3910 * plot/__uiobject_draw_axes__.m: Handle key position. | |
3911 | |
6394 | 3912 * plot/newplot.m: Always reset next line color. |
3913 | |
6392 | 3914 * testfun/assert.m: Check that number of dimensions match before |
3915 checking dimensions. | |
3916 | |
6391 | 3917 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
3918 | |
3919 * specfun/perms.m, specfun/factorial.m: Check args. | |
3920 | |
6387 | 3921 2007-03-07 John W. Eaton <jwe@octave.org> |
3922 | |
6390 | 3923 * plot/mesh.m: Call newplot before doing anything. |
3924 | |
3925 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
3926 just "e". Only flush plot stream once. | |
3927 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
3928 | |
6387 | 3929 * strings/blanks.m: Omit first index in assignment. |
3930 | |
6386 | 3931 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
3932 | |
3933 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
3934 | |
6385 | 3935 2007-03-06 David Bateman <dbateman@free.fr> |
3936 John W. Eaton <jwe@octave.org> | |
3937 | |
3938 * set/setdiff.m: Ignore "rows" for cell array args. | |
3939 Handle cellstr args. | |
3940 | |
6382 | 3941 2007-03-05 John W. Eaton <jwe@octave.org> |
3942 | |
3943 * optimization/sqp.m: Defer first call to obj_hess until after | |
3944 calling obj_fun. | |
3945 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3946 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 3947 |
3948 * specfun/nchoosek.m: Fix nargin check. | |
3949 | |
6376 | 3950 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
3951 | |
3952 * image/__img__.m: Don't set xlim and ylim properties. | |
3953 | |
6374 | 3954 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
3955 | |
3956 * general/interp1.m: Fix *style cases for decreasing x. | |
3957 | |
6372 | 3958 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
3959 | |
3960 * polynomial/roots.m: Check nargin before accessing arg. | |
3961 | |
6369 | 3962 2007-02-28 John W. Eaton <jwe@octave.org> |
3963 | |
3964 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
3965 increment data_idx unless using gnuplot for display. | |
3966 | |
6368 | 3967 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
3968 | |
3969 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
3970 plots with images. | |
3971 * image/image.m, image/imagesc.m, image/imshow.m: | |
3972 Deprecate zoom argument. | |
3973 | |
6366 | 3974 2007-02-28 John W. Eaton <jwe@octave.org> |
3975 | |
3976 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
3977 temporary file names. Keep image and colormap file ids separate. | |
3978 | |
3979 * general/interp1.m: Correctly compute min and max values when | |
3980 values are decreasing and not evenly spaced. | |
3981 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
3982 | |
6365 | 3983 2007-02-27 John W. Eaton <jwe@octave.org> |
3984 | |
3985 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
3986 returning an empty cell array. | |
3987 | |
6546 | 3988 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 3989 |
3990 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
3991 | |
6546 | 3992 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 3993 |
3994 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3995 control/base/Makefile.in, control/hinf/Makefile.in, | |
3996 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3997 control/util/Makefile.in, deprecated/Makefile.in, | |
3998 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3999 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4000 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4001 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4002 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4003 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4004 special-matrix/Makefile.in, startup/Makefile.in, | |
4005 statistics/Makefile.in, statistics/base/Makefile.in, | |
4006 statistics/distributions/Makefile.in, | |
4007 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4008 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4009 Use $(LN_S) instead of ln or ln -s. | |
4010 | |
6356 | 4011 2007-02-24 David Bateman <dbateman@free.fr> |
4012 | |
4013 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
4014 '\n' in FILES file. | |
6357 | 4015 (configure_make): Also install any mex files. |
6356 | 4016 |
6353 | 4017 2007-02-24 David Bateman <dbateman@free.fr> |
4018 | |
4019 * statistics/distributions (SOURCES): Add nbincdf.m, | |
4020 nbininv.m, nbinpdf.m and nbinrnd.m. | |
4021 | |
6351 | 4022 2007-02-23 John W. Eaton <jwe@octave.org> |
4023 | |
4024 * statistics/distributions/Makefile.in (SOURCES): Remove | |
4025 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
4026 | |
4027 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
4028 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
4029 | |
6349 | 4030 2007-02-23 David Bateman <dbateman@free.fr> |
4031 | |
4032 * statistics/distributions/discrete_rnd.m, | |
4033 statistics/distributions/geornd.m, | |
4034 statistics/distributions/lognnd.m, | |
4035 statistics/distributions/nbinrnd.m, | |
4036 statistics/distributions/wblrnd.m: Accelerate distributions. | |
4037 | |
4038 * statistics/distributions/unidcdf.m, | |
4039 statistics/distributions/unidinv.m, | |
4040 statistics/distributions/unidpdf.m, | |
4041 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 4042 discrete_cdf, etc. |
6349 | 4043 |
4044 * statistics/distributions/pascal_cdf.m, | |
4045 statistics/distributions/pascal_inv.m, | |
4046 statistics/distributions/pascal_pdf.m, | |
4047 statistics/distributions/pascal_rnd.m: Remove. | |
4048 * statistics/distributions/nbincdf.m, | |
4049 statistics/distributions/nbininv.m, | |
4050 statistics/distributions/nbinpdf.m, | |
4051 statistics/distributions/nbinrnd.m: Replace with matlab | |
4052 compatible functions. | |
4053 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
4054 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
4055 nbincdf, etc functions to implement these. | |
4056 | |
6344 | 4057 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4058 | |
4059 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
4060 command and data. | |
4061 | |
4062 2007-02-22 John W. Eaton <jwe@octave.org> | |
4063 | |
4064 * miscellaneous/doc.m: If index search fails, try again without | |
4065 the index search option. | |
4066 | |
6339 | 4067 2007-02-22 David Bateman <dbateman@free.fr> |
4068 | |
6341 | 4069 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
4070 | |
6340 | 4071 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
4072 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
4073 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
4074 statistics/distributions/betarnd.m: Convert to use randg, rande | |
4075 and randp to accelerate. | |
4076 | |
6339 | 4077 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
4078 | |
6338 | 4079 2007-02-22 John W. Eaton <jwe@octave.org> |
4080 | |
4081 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
4082 cache data and display after xlim and ylim have been determined. | |
4083 | |
6337 | 4084 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4085 | |
4086 * plot/__uiobject_draw_axes__.m: | |
4087 Allow multiple images to be displayed with gnuplot. | |
4088 | |
6333 | 4089 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
4090 | |
4091 * optimization/glpk.m: Document the fact that extra.mem does not work | |
4092 for versions of GLPK 4.15 and later. | |
4093 | |
6328 | 4094 2007-02-19 John W. Eaton <jwe@octave.org> |
4095 | |
4096 * plot/__uiobject_alloc__.in: If next available element in | |
4097 __uiobject_list__ is 0, grow list before doing anything else. | |
4098 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
4099 first call when size of __uiobject_list__ is 0. | |
4100 | |
6323 | 4101 2007-02-16 John W. Eaton <jwe@octave.org> |
4102 | |
4103 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
4104 | |
6321 | 4105 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
4106 | |
4107 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
4108 | |
6316 | 4109 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
4110 | |
4111 * specfun/nchoosek.m: Check nargin. | |
4112 | |
6314 | 4113 2007-02-15 John W. Eaton <jwe@octave.org> |
4114 | |
6315 | 4115 * path/addpath.m, path/rmpath.m: Delete |
4116 * path/Makefile.in (SOURCES): Remove them from the list. | |
4117 | |
6314 | 4118 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
4119 Delete title, xlabel, ylabel, and zlabel properties before | |
4120 reassigning. | |
4121 * plot/__uiobject_axes_init__.in: New arg, mode. | |
4122 Don't init outerposition if "mode" is "replace". | |
4123 * plot/newplot.m: Check both figure and axes nextplot properties. | |
4124 If axes nextplot property is replace, pass "replace" as mode arg | |
4125 to __uiobject_axes_init__. | |
4126 | |
6308 | 4127 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
4128 | |
6310 | 4129 * image/imshow.m: Don't restore old colormap. |
4130 | |
6309 | 4131 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
4132 * image/__img__.m: New file containing common parts of image.m and | |
4133 imshow.m. | |
6312 | 4134 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 4135 * image/image.m, image/imshow.m: Call __img__. |
4136 * plot/__uiobject_draw_axes__.m: | |
4137 Handle rgb imaged data stored in 3-d arrays. | |
4138 | |
6308 | 4139 * plot/figure.m: Doc fix. |
4140 | |
6304 | 4141 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
4142 | |
4143 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
4144 for reading and writing data. New tests. Improve rounding. | |
4145 | |
6302 | 4146 2007-02-13 John W. Eaton <jwe@octave.org> |
4147 | |
6303 | 4148 * plot/stem.m: New file, adapted from OctPlot. |
4149 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4150 | |
6302 | 4151 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
4152 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4153 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4154 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
4155 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
4156 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
4157 plot/semilogyerr.m: Return handles to line objects. | |
4158 | |
6301 | 4159 2007-02-11 John W. Eaton <jwe@octave.org> |
4160 | |
4161 * plot/__uiobject_close_all.m: New file. | |
4162 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4163 | |
6298 | 4164 2007-02-10 John W. Eaton <jwe@octave.org> |
4165 | |
4166 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
4167 * plot/__uiobject_globals__.m: Don't call mlock. | |
4168 | |
4169 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
4170 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
4171 before calling pclose. | |
4172 | |
6291 | 4173 2007-02-09 John W. Eaton <jwe@octave.org> |
4174 | |
6295 | 4175 * plot/subplot.m: Delete spurious call to axes. |
4176 | |
6293 | 4177 * plot/figure.m: Call drawnow for current figure before creating |
4178 or switching to a new figure. | |
4179 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
4180 nargin == 0 case. | |
4181 | |
6291 | 4182 * testfun/assert.m: Try to avoid problems when comparisons involve |
4183 strange values like Inf+NaNi. | |
4184 | |
6283 | 4185 2007-02-08 John W. Eaton <jwe@octave.org> |
4186 | |
6286 | 4187 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
4188 and check gnuplot_use_title_option instead of just assuming -title | |
4189 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
4190 | |
6285 | 4191 * Makefile.in (DISTFILES): Add move-if-change to the list. |
4192 | |
6284 | 4193 * audio/Makefile.in, control/base/Makefile.in, |
4194 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
4195 control/system/Makefile.in, control/util/Makefile.in, | |
4196 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
4197 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
4198 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
4199 optimization/Makefile.in, plot/Makefile.in, | |
4200 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4201 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4202 special-matrix/Makefile.in, startup/Makefile.in, | |
4203 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4204 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4205 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
4206 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
4207 | |
6283 | 4208 * plot/figure.m: Don't call drawnow. Correctly init figure when |
4209 only given property list. | |
4210 | |
6278 | 4211 2007-02-07 John W. Eaton <jwe@octave.org> |
4212 | |
6280 | 4213 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
4214 properties. | |
4215 | |
6278 | 4216 * plot/sombrero.m: Call box ("off") after mesh. |
4217 | |
4218 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
4219 line default" commands with older versions of gnuplot. | |
4220 | |
4221 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
4222 | |
6273 | 4223 2007-02-06 John W. Eaton <jwe@octave.org> |
4224 | |
4225 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
4226 * sparse/gplot.m: Use line style - instead of 1. | |
4227 | |
6272 | 4228 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
4229 | |
4230 * plot/print.m: Avoid error message from cellidx. | |
4231 | |
4232 2007-02-05 John W. Eaton <jwe@octave.org> | |
4233 | |
4234 * plot/legend.m: Fix check for data. | |
4235 | |
6270 | 4236 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
4237 | |
4238 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
4239 Always set lt and pt. | |
4240 | |
6269 | 4241 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
4242 | |
4243 * plot/contourc.m: Correctly compute X and Y. | |
4244 | |
6268 | 4245 2007-02-05 John W. Eaton <jwe@octave.org> |
4246 | |
4247 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
4248 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
4249 | |
6264 | 4250 2007-02-01 John W. Eaton <jwe@octave.org> |
4251 | |
6266 | 4252 * plot/__uiobject_draw_axes__.m: |
4253 Don't try to set axis limits unless we have data. | |
4254 | |
6264 | 4255 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
4256 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4257 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
4258 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
4259 instead of of key and fmt strings. | |
4260 | |
4261 * plot/__pltopt1__.m: Greatly simplify. | |
4262 | |
4263 * plot/__next_line_color__.m: New file. | |
4264 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4265 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
4266 | |
4267 * plot/__default_plot_options__.m: New file. | |
4268 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4269 | |
4270 * plot/__plt3__.m: Delete. | |
4271 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
4272 | |
6259 | 4273 2007-01-31 John W. Eaton <jwe@octave.org> |
4274 | |
6263 | 4275 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
4276 linestyle, linewidth, marker, and markersize properties. | |
4277 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
4278 colors and widths, and line styles. | |
4279 | |
4280 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 4281 |
6261 | 4282 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
4283 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4284 | |
4285 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
4286 __gnuplot_save_data__. | |
4287 | |
6259 | 4288 * image/image.m: Accept 2 args, but ignore the second for now. |
4289 | |
6258 | 4290 2007-01-30 David Bateman <dbateman@free.fr> |
4291 | |
4292 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
4293 to flag a package as to be autoloaded. Add install flags -noauto, | |
4294 -auto to force autoload behavior. | |
4295 (installed_packages): Make list of installed packages unique. | |
4296 | |
6259 | 4297 2007-01-30 John W. Eaton <jwe@octave.org> |
4298 | |
4299 * Merge of changes from graphics-branch: | |
4300 | |
4301 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 4302 |
4303 * plot/subplot.m: Set nextplot property of current figure to "add". | |
4304 | |
4305 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
4306 property if it exists. | |
4307 | |
6259 | 4308 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 4309 |
4310 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
4311 min values outside of loop over child objects. | |
4312 | |
4313 * plot/contour.m, plot/contourc.m: New files. | |
4314 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
4315 | |
4316 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
4317 find a gnuplot version newer than 4.0. | |
4318 * image/__img_gnuplot__.m: Delete. | |
4319 * image/image.m: Create image graphics object. | |
4320 Call newplot to setup and drawnow to finish. | |
4321 Eliminate ZOOM arg. | |
4322 | |
4323 * plot/__uiobject_draw_axes__.m: Handle image data. | |
4324 | |
4325 * plot/legend.m: Eliminate useless variable "warned". | |
4326 | |
4327 * plot/__uiobject_image_ctor__.m: New file. | |
4328 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4329 | |
4330 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
4331 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
4332 | |
4333 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
4334 | |
4335 * plot/__default_colormap__.m: New file. | |
4336 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4337 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
4338 property. | |
4339 * image/colormap.m: Use colormap property of current figure | |
4340 to store colormap instead of using persistent variable. | |
4341 Call __default_colormap__ to get default map value. | |
4342 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
4343 | |
4344 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
4345 Handle some tick mark options. | |
4346 | |
4347 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
4348 set corresponding *mode to "manual". If we set dataaspectratio, | |
4349 set dataaspectratiomode to "manual". | |
4350 | |
4351 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
4352 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
4353 | |
4354 * plot/axis.m: New file. | |
4355 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
4356 | |
4357 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
4358 set corresponding *limmode to "manual". | |
4359 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
4360 Use it to compute autosclaled limits. | |
4361 Arg is now handle, not object. Change all callers. | |
4362 Compute data limits. | |
4363 | |
6259 | 4364 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 4365 |
4366 * plot/drawnow: Fix visibility check for zero args. | |
4367 | |
4368 * plot/text.m: New file. | |
4369 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4370 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
4371 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
4372 horizontalalignment properties. | |
4373 | |
4374 * plot/figure.m: Set options for f we just constructed or were | |
4375 given as an argument, not gcf. Only return handle if nargout > 0. | |
4376 | |
4377 * plot/drawnow.m: Handle visible field for figure here. | |
4378 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
4379 | |
4380 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
4381 title and axis labels. | |
4382 | |
4383 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
4384 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
4385 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
4386 * plot/view.m: New file. | |
4387 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4388 | |
4389 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
4390 Call __request_drawnow__. | |
4391 | |
4392 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
4393 | |
4394 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
4395 Call set to set properties. Return handle instead of structure. | |
4396 Change all callers. | |
4397 | |
4398 * plot/__uiobject_axes_setr__.m: New file. | |
4399 * plot/set.in: Check for __setter__ field. | |
4400 | |
4401 * plot/__uiobject_axes_init__.in: | |
4402 Rename from plot/__uiobject_axes_init__.m. | |
4403 Include __uiobject_globals__. | |
4404 Accept handle as arg instead of structure | |
4405 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
4406 from the list. | |
4407 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
4408 | |
6259 | 4409 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 4410 |
4411 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
4412 | |
4413 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
4414 initializing each global variable. | |
4415 | |
6259 | 4416 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 4417 |
4418 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
4419 __uiobject_figure_handles_free_list__): New global variables. | |
4420 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
4421 Place unused handles on the free list. | |
4422 | |
4423 * plot/__uiobject_get_figure_handle__.in: Delete. | |
4424 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
4425 | |
4426 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
4427 handles here. Return figure handle. | |
4428 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
4429 | |
6259 | 4430 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 4431 |
4432 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
4433 data for gnuplot. | |
4434 | |
4435 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
4436 files. | |
4437 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
4438 (DISTFILES): Include include-globals.awk in the list. | |
4439 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
4440 ($(GEN_M) : %.m : %.in): New rule. | |
4441 | |
4442 * include-globals.awk: New file. | |
4443 | |
4444 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
4445 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
4446 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
4447 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
4448 plot/__uiobject_init_root_figure__.in, | |
4449 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
4450 Rename from corresponding .m files. | |
4451 | |
4452 * move-if-change: New file. | |
4453 | |
4454 * plot/__uiobject_delete__.m: New file. | |
4455 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
4456 plot/__uiobject_delete_child__.m: Delete. | |
4457 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
4458 not a character string. | |
4459 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
4460 Fix assignment to tmp key value in loop. | |
4461 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
4462 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
4463 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
4464 Inline code to delete children. | |
4465 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
4466 __uiobject_list__. | |
4467 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
4468 and free child. | |
4469 | |
6259 | 4470 2006-12-08 John W. Eaton <jwe@octave.org> |
4471 | |
4472 * plot/gcf.m: Check if the root figure object's currentfigure | |
4473 handle is empty, not 0. | |
4474 * plot/__uiobject_root_figure_ctor__.m: | |
4475 Set currentfigure to [], not 0. | |
4476 | |
4477 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
4478 | |
4479 2006-12-07 John W. Eaton <jwe@octave.org> | |
4480 | |
4481 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
4482 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
4483 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
4484 plot/__uiobject_delete_children__.m, | |
4485 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
4486 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
4487 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
4488 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
4489 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
4490 plot/__uiobject_init_figure__.m, | |
4491 plot/__uiobject_init_root_figure__.m, | |
4492 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
4493 plot/__uiobject_remove_child__.m, | |
4494 plot/__uiobject_root_figure_ctor__.m, | |
4495 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
4496 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
4497 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
4498 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
4499 plot/set.m: New files. | |
4500 | |
4501 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
4502 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
4503 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
4504 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
4505 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
4506 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
4507 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
4508 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
4509 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
4510 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
4511 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
4512 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
4513 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
4514 plot/semilogyerr.m, plot/replot.m: | |
4515 Adapt to new graphics data structure. | |
4516 | |
4517 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
4518 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
4519 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
4520 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
4521 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
4522 plot/plot_border.m, plot/subwindow.m: Delete. | |
4523 | |
4524 2007-01-24 David Bateman <dbateman@free.fr> | |
4525 | |
4526 * pkg/pkg.m: Install ChangeLog file if it exists. | |
4527 Delete bare newline in string passed to write_INDEX. | |
4528 | |
4529 * sparse/sprandsym.m: Make work for even values of N. | |
4530 | |
4531 2007-01-24 John W. Eaton <jwe@octave.org> | |
4532 | |
4533 * miscellaneous/news.m: New file. | |
4534 | |
4535 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
4536 | |
4537 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
4538 | |
4539 * strings/strncmp.m: Delete (we now have a built-in version). | |
4540 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4541 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 4542 |
4543 * testfun/test.m: Check for all files in path, use first found. | |
4544 | |
4545 2007-01-22 David Bateman <dbateman@free.fr> | |
4546 | |
4547 * polynomial/spline.m: Make DG a column instead of a row vector. | |
4548 | |
4549 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
4550 | |
4551 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
4552 file name. | |
4553 | |
4554 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
4555 nargout is 1. Handle colormaps that have too few colors. | |
4556 | |
4557 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
4558 (configure_make): Use fullfile instead of concatenating with "/". | |
4559 | |
6258 | 4560 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
4561 | |
4562 * set/ismember.m: Handle N-d arrays. | |
4563 | |
4564 2007-01-10 David Bateman <dbateman@free.fr> | |
4565 | |
4566 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
4567 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4568 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
4569 New files. | |
4570 | |
4571 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
4572 | |
6778 | 4573 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 4574 |
4575 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
4576 | |
4577 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
4578 instead of concatenating with "/". Use mlock to ensure that | |
4579 persistent variables are not clobbered if user types clear all. | |
4580 | |
4581 2007-01-08 John W. Eaton <jwe@octave.org> | |
4582 | |
4583 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
4584 Improve handling of file names containing globbing characters. | |
4585 From S�ren Hauberg <hauberg@gmail.com>. | |
4586 | |
4587 2007-01-05 John W. Eaton <jwe@octave.org> | |
4588 | |
4589 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
4590 New files. | |
4591 | |
4592 2006-12-30 John W. Eaton <jwe@octave.org> | |
4593 | |
4594 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
4595 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
4596 | |
4597 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
4598 | |
4599 * image/imshow.m: Strip NaNs from image. | |
4600 | |
4601 2006-12-08 David Bateman <dbateman@free.fr> | |
4602 | |
4603 * sparse/normest.m: New file. | |
4604 | |
6286 | 4605 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 4606 |
6210 | 4607 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
4608 Work on Windows systems without cp or mv. | |
4609 | |
6209 | 4610 * startup/inputrc: Include sequences for Windows. |
4611 | |
6203 | 4612 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
4613 | |
4614 * pkg/pkg.m (unload_packages): New function. | |
4615 (pkg): Handle unload action. | |
4616 | |
4617 * __errplot__.m: Add missing semicolon. | |
4618 | |
6193 | 4619 2006-11-30 John W. Eaton <jwe@octave.org> |
4620 | |
4621 * miscellaneous/mexext.m: New file. | |
4622 | |
6189 | 4623 2006-11-29 David Bateman <dbateman@free.fr> |
4624 | |
4625 * pkg/pkg.m: Add local_list and global_list options that allow the | |
4626 location of package lists to be probed and set. | |
4627 | |
6179 | 4628 2006-11-17 John W. Eaton <jwe@octave.org> |
4629 | |
6181 | 4630 * plot/__render_plot1__.m: Reverse y axis for images. |
4631 | |
6179 | 4632 * plot/__render_plot__.m: New args, terminal and output. |
4633 * plot/print.m: Don't set output and term here. Instead, call | |
4634 __render_plot__ with terminal and output. | |
4635 | |
6178 | 4636 2006-11-16 John W. Eaton <jwe@octave.org> |
4637 | |
4638 * plot/__render_plot1__.m: New file. | |
4639 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
4640 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
4641 gnuplot. Let __render_plot__ do that. | |
4642 | |
6177 | 4643 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
4644 | |
4645 * plot/plot.m: Fix doc string. | |
4646 | |
6173 | 4647 2006-11-16 John W. Eaton <jwe@octave.org> |
4648 | |
4649 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
4650 before sending anything to the plotter. | |
4651 | |
6172 | 4652 2006-11-15 John W. Eaton <jwe@octave.org> |
4653 | |
4654 * image/__img_gnuplot__.m: Store more info in global plot | |
4655 structures and use __render_plot__ to build plot command to | |
4656 display image. | |
4657 | |
4658 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
4659 | |
4660 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
4661 __plot_command_sep__): Delete. | |
4662 (__plot_data_type__, __plot_data_parametric__, | |
4663 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
4664 __plot_usingstr__, __plot_withstr__): New variables. | |
4665 * plot/__init_plot_vars__.m: Initialize them. | |
4666 | |
4667 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
4668 Don't handle sep or cmd. | |
4669 | |
4670 * plot/__render_plot__.m: New function. | |
4671 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
4672 Store more info in global plot structures and use __render_plot__ | |
4673 to build plot command. | |
4674 * plot/replot.m: Simply call __render_plot__. | |
4675 | |
4676 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
4677 Set __plot_data_parametric__ here. | |
4678 | |
6164 | 4679 2006-11-14 John W. Eaton <jwe@octave.org> |
4680 | |
6166 | 4681 * plot/bottom_title.m, plot/top_title.m: Delete. |
4682 | |
6164 | 4683 * image/image_viewer.m: Set default values here. |
4684 * image/image.m: Not here. | |
4685 | |
4686 * image/image_viewer.m: Always return old values. Check arguments. | |
4687 * image/__img_gnuplot__.m: Rename from __img__m. | |
4688 | |
4689 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
4690 | |
4691 * image/image_viewer.m: New function. | |
4692 * image/__img_via_file__.m: New function. | |
4693 * image/image.m: Use image_viewer to determine which program to | |
4694 use for image viewing. | |
6754 | 4695 * image/__img__.m: Silently accept more than 3 args. |
6164 | 4696 |
6163 | 4697 2006-11-14 John W. Eaton <jwe@octave.org> |
4698 | |
4699 * plot/__do_legend__.m, plot/__errplot__.m, | |
4700 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
4701 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
4702 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
4703 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
4704 Use __plot_globals__ for multiplot variables. Keep track of | |
4705 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
4706 | |
6157 | 4707 2006-11-13 John W. Eaton <jwe@octave.org> |
4708 | |
6158 | 4709 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
4710 | |
6157 | 4711 * miscellaneous/substruct.m: New function. |
4712 | |
4713 * testfun/assert.m: Force orientation to match when comparing | |
4714 struct elements. | |
4715 | |
4716 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
4717 when comparing structs. | |
4718 | |
4719 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
4720 | |
6754 | 4721 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
4722 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
4723 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
4724 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
4725 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
4726 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
4727 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 4728 |
6156 | 4729 2006-11-13 John W. Eaton <jwe@octave.org> |
4730 | |
4731 * plot/mesh.m: Use size_equal to compare dimensions. | |
4732 | |
6154 | 4733 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
4734 | |
4735 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
4736 | |
6152 | 4737 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
4738 | |
4739 * miscellaneous/copyfile.m: Fix docs to match function. | |
4740 | |
6145 | 4741 2006-11-08 John W. Eaton <jwe@octave.org> |
4742 | |
6146 | 4743 * plot/legend.m: New function, adapted from Octave Forge. |
4744 | |
4745 * plot/__do_legend__.m: New function. | |
4746 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
4747 plot/replot.m: Call it before plotting. | |
4748 | |
4749 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
4750 noparametric" to gnuplot.. | |
4751 | |
4752 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
4753 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
4754 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
4755 and return key title separate from line format. Accept format and | |
4756 key as cellstr. Always return data as cell array. Return format | |
4757 and key title as cellstr. | |
4758 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
4759 Handle line format and key titles separately. | |
4760 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
4761 | |
4762 * plot/__plot_globals__.m (__plot_line_offset__, | |
4763 __plot_key_labels__, __plot_key_properties__): New global | |
4764 variables. Initialize them. | |
4765 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
4766 __plot_key_labels__, __plot_key_properties__): Initialize. | |
4767 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
4768 (__plot_line_offset__, __plot_key_labels__, | |
4769 __plot_key_properties__): Store information about plot key titles. | |
4770 | |
4771 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
4772 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
4773 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
4774 respectively. | |
4775 | |
4776 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
4777 | |
6145 | 4778 * strings/strcat.m: Disable Octave:empty-list-elements warning |
4779 whle concatenating args. | |
4780 | |
6144 | 4781 2006-11-07 John W. Eaton <jwe@octave.org> |
4782 | |
4783 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
4784 | |
6142 | 4785 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
4786 | |
6143 | 4787 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
4788 option to regexp. | |
4789 | |
6142 | 4790 * image/__img__.m: Send "set size ratio -1" before plotting. |
4791 | |
6138 | 4792 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
4793 | |
6139 | 4794 * strings/index.m: New arg, direction. Simplify and speed up. |
4795 * strings/rindex.m: Implement using index (..., "last"); | |
4796 | |
6754 | 4797 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 4798 |
6130 | 4799 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
4800 | |
4801 * general/__isequal__.m: Test size and class more consistently. | |
4802 | |
6116 | 4803 2006-10-27 John W. Eaton <jwe@octave.org> |
4804 | |
6117 | 4805 * miscellaneous/ls_command.m: Use /D instead of /w. |
4806 From Michael Goffioul <michael.goffioul@swing.be>. | |
4807 | |
6116 | 4808 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
4809 * miscellaneous/dir.m: Mark as a command. | |
4810 | |
6112 | 4811 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4812 | |
4813 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
4814 | |
6088 | 4815 2006-10-25 John W. Eaton <jwe@octave.org> |
4816 | |
4817 * image/image.m: Set x = y = [] when nargin == 0; | |
4818 | |
4819 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
4820 | |
4821 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
4822 * image/__img__.m: New file, originally from | |
4823 Daniel J Sebald <daniel.sebald@ieee.org>. | |
4824 | |
6087 | 4825 2006-10-25 John W. Eaton <jwe@octave.org> |
4826 | |
4827 * plot/__gnuplot_version__.m: New function, originally from | |
4828 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
4829 Quentin Spencer <qspencer@ieee.org>. | |
4830 | |
6085 | 4831 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
4832 | |
4833 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
4834 | |
6081 | 4835 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
4836 | |
4837 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
4838 miscellaneous/gunzip.m: New files. | |
4839 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
4840 Call unpack to do the real work. | |
4841 | |
6075 | 4842 2006-10-24 John W. Eaton <jwe@octave.org> |
4843 | |
6078 | 4844 * plot/plot3.m: If we have a format string, then also pass using |
4845 string to __plt3__. | |
4846 | |
6077 | 4847 * plot/sombrero.m: Don't return anything if nargout == 0. |
4848 | |
6075 | 4849 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 4850 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 4851 |
6069 | 4852 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
4853 | |
4854 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
4855 Quote filenames in shell commands. | |
4856 | |
6055 | 4857 2006-10-17 David Bateman <dbateman@free.fr> |
4858 | |
4859 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
4860 the package directory is missing. | |
4861 | |
6052 | 4862 2006-10-13 John W. Eaton <jwe@octave.org> |
4863 | |
4864 * plot/box.m: New function. | |
4865 | |
6050 | 4866 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
4867 | |
4868 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
4869 | |
6049 | 4870 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
4871 | |
4872 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
4873 | |
6047 | 4874 2006-10-10 John W. Eaton <jwe@octave.org> |
4875 | |
4876 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
4877 | |
6046 | 4878 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
4879 | |
4880 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
4881 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
4882 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
4883 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
4884 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
4885 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
4886 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
4887 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
4888 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
4889 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
4890 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
4891 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
4892 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
4893 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
4894 control/system/buildssic.m, control/system/c2d.m, | |
4895 control/system/cellidx.m, control/system/d2c.m, | |
4896 control/system/dmr2d.m, control/system/fir2sys.m, | |
4897 control/system/is_abcd.m, control/system/is_controllable.m, | |
4898 control/system/is_detectable.m, control/system/is_digital.m, | |
4899 control/system/is_observable.m, control/system/is_siso.m, | |
4900 control/system/is_stabilizable.m, control/system/is_stable.m, | |
4901 control/system/jet707.m, control/system/listidx.m, | |
4902 control/system/ord2.m, control/system/parallel.m, | |
4903 control/system/ss.m, control/system/ss2zp.m, | |
4904 control/system/starp.m, control/system/sys2ss.m, | |
4905 control/system/sys2tf.m, control/system/sys2zp.m, | |
4906 control/system/sysadd.m, control/system/sysappend.m, | |
4907 control/system/syschtsam.m, control/system/sysconnect.m, | |
4908 control/system/syscont.m, control/system/sysdimensions.m, | |
4909 control/system/sysdisc.m, control/system/sysdup.m, | |
4910 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
4911 control/system/sysgroup.m, control/system/sysidx.m, | |
4912 control/system/sysmin.m, control/system/sysmult.m, | |
4913 control/system/sysout.m, control/system/sysprune.m, | |
4914 control/system/sysscale.m, control/system/syssetsignals.m, | |
4915 control/system/syssub.m, control/system/sysupdate.m, | |
4916 control/system/tf.m, control/system/tfout.m, | |
4917 control/system/ugain.m, control/system/zp.m, | |
4918 control/system/zpout.m, control/util/__outlist__.m, | |
4919 control/util/__zgpbal__.m, control/util/prompt.m, | |
4920 control/util/sortcom.m, control/util/strappend.m, | |
4921 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
4922 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
4923 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
4924 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
4925 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
4926 finance/pvl.m, finance/rate.m, finance/vol.m, | |
4927 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
4928 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
4929 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
4930 general/cumtrapz.m, general/deal.m, general/diff.m, | |
4931 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
4932 general/ind2sub.m, general/int2str.m, | |
4933 general/is_duplicate_entry.m, general/isdefinite.m, | |
4934 general/isequal.m, general/isequalwithequalnans.m, | |
4935 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
4936 general/isvector.m, general/logical.m, general/logspace.m, | |
4937 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
4938 general/perror.m, general/postpad.m, general/prepad.m, | |
4939 general/randperm.m, general/rem.m, general/repmat.m, | |
4940 general/rot90.m, general/rotdim.m, general/shift.m, | |
4941 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
4942 general/sub2ind.m, general/trapz.m, general/tril.m, | |
4943 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
4944 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
4945 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
4946 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
4947 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
4948 linear-algebra/cross.m, linear-algebra/dmult.m, | |
4949 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
4950 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
4951 linear-algebra/logm.m, linear-algebra/norm.m, | |
4952 linear-algebra/null.m, linear-algebra/orth.m, | |
4953 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
4954 linear-algebra/trace.m, linear-algebra/vec.m, | |
4955 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
4956 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
4957 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
4958 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
4959 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
4960 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
4961 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
4962 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
4963 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
4964 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
4965 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
4966 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
4967 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
4968 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
4969 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
4970 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
4971 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
4972 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
4973 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
4974 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
4975 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
4976 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
4977 polynomial/polyder.m, polynomial/polyderiv.m, | |
4978 polynomial/polyfit.m, polynomial/polygcd.m, | |
4979 polynomial/polyinteg.m, polynomial/polyout.m, | |
4980 polynomial/polyreduce.m, polynomial/polyval.m, | |
4981 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
4982 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
4983 set/complement.m, set/create_set.m, set/intersect.m, | |
4984 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
4985 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
4986 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
4987 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
4988 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
4989 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
4990 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
4991 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
4992 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
4993 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
4994 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
4995 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
4996 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
4997 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
4998 special-matrix/hankel.m, special-matrix/hilb.m, | |
4999 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
5000 special-matrix/toeplitz.m, special-matrix/vander.m, | |
5001 statistics/base/center.m, statistics/base/cloglog.m, | |
5002 statistics/base/cor.m, statistics/base/corrcoef.m, | |
5003 statistics/base/cov.m, statistics/base/cut.m, | |
5004 statistics/base/gls.m, statistics/base/iqr.m, | |
5005 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
5006 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
5007 statistics/base/mean.m, statistics/base/meansq.m, | |
5008 statistics/base/median.m, statistics/base/moment.m, | |
5009 statistics/base/ols.m, statistics/base/ppplot.m, | |
5010 statistics/base/probit.m, statistics/base/qqplot.m, | |
5011 statistics/base/range.m, statistics/base/ranks.m, | |
5012 statistics/base/run_count.m, statistics/base/skewness.m, | |
5013 statistics/base/spearman.m, statistics/base/statistics.m, | |
5014 statistics/base/std.m, statistics/base/studentize.m, | |
5015 statistics/base/table.m, statistics/base/values.m, | |
5016 statistics/base/var.m, statistics/distributions/betacdf.m, | |
5017 statistics/distributions/betainv.m, | |
5018 statistics/distributions/betapdf.m, | |
5019 statistics/distributions/betarnd.m, | |
5020 statistics/distributions/binocdf.m, | |
5021 statistics/distributions/binoinv.m, | |
5022 statistics/distributions/binopdf.m, | |
5023 statistics/distributions/binornd.m, | |
5024 statistics/distributions/cauchy_cdf.m, | |
5025 statistics/distributions/cauchy_inv.m, | |
5026 statistics/distributions/cauchy_pdf.m, | |
5027 statistics/distributions/cauchy_rnd.m, | |
5028 statistics/distributions/chi2cdf.m, | |
5029 statistics/distributions/chi2inv.m, | |
5030 statistics/distributions/chi2pdf.m, | |
5031 statistics/distributions/chi2rnd.m, | |
5032 statistics/distributions/discrete_cdf.m, | |
5033 statistics/distributions/discrete_inv.m, | |
5034 statistics/distributions/discrete_pdf.m, | |
5035 statistics/distributions/discrete_rnd.m, | |
5036 statistics/distributions/empirical_rnd.m, | |
5037 statistics/distributions/expcdf.m, | |
5038 statistics/distributions/expinv.m, | |
5039 statistics/distributions/exppdf.m, | |
5040 statistics/distributions/exprnd.m, | |
5041 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
5042 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
5043 statistics/distributions/gamcdf.m, | |
5044 statistics/distributions/gaminv.m, | |
5045 statistics/distributions/gampdf.m, | |
5046 statistics/distributions/gamrnd.m, | |
5047 statistics/distributions/geocdf.m, | |
5048 statistics/distributions/geoinv.m, | |
5049 statistics/distributions/geopdf.m, | |
5050 statistics/distributions/geornd.m, | |
5051 statistics/distributions/hygecdf.m, | |
5052 statistics/distributions/hygeinv.m, | |
5053 statistics/distributions/hygepdf.m, | |
5054 statistics/distributions/hygernd.m, | |
5055 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
5056 statistics/distributions/laplace_cdf.m, | |
5057 statistics/distributions/laplace_inv.m, | |
5058 statistics/distributions/laplace_pdf.m, | |
5059 statistics/distributions/laplace_rnd.m, | |
5060 statistics/distributions/logistic_cdf.m, | |
5061 statistics/distributions/logistic_inv.m, | |
5062 statistics/distributions/logistic_pdf.m, | |
5063 statistics/distributions/logistic_rnd.m, | |
5064 statistics/distributions/logncdf.m, | |
5065 statistics/distributions/logninv.m, | |
5066 statistics/distributions/lognpdf.m, | |
5067 statistics/distributions/lognrnd.m, | |
5068 statistics/distributions/normcdf.m, | |
5069 statistics/distributions/norminv.m, | |
5070 statistics/distributions/normpdf.m, | |
5071 statistics/distributions/normrnd.m, | |
5072 statistics/distributions/pascal_cdf.m, | |
5073 statistics/distributions/pascal_inv.m, | |
5074 statistics/distributions/pascal_pdf.m, | |
5075 statistics/distributions/pascal_rnd.m, | |
5076 statistics/distributions/poisscdf.m, | |
5077 statistics/distributions/poissinv.m, | |
5078 statistics/distributions/poisspdf.m, | |
5079 statistics/distributions/poissrnd.m, | |
5080 statistics/distributions/stdnormal_cdf.m, | |
5081 statistics/distributions/stdnormal_inv.m, | |
5082 statistics/distributions/stdnormal_pdf.m, | |
5083 statistics/distributions/stdnormal_rnd.m, | |
5084 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
5085 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
5086 statistics/distributions/unifcdf.m, | |
5087 statistics/distributions/unifinv.m, | |
5088 statistics/distributions/unifpdf.m, | |
5089 statistics/distributions/unifrnd.m, | |
5090 statistics/distributions/wblcdf.m, | |
5091 statistics/distributions/wblinv.m, | |
5092 statistics/distributions/wblpdf.m, | |
5093 statistics/distributions/wblrnd.m, | |
5094 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
5095 statistics/tests/bartlett_test.m, | |
5096 statistics/tests/chisquare_test_homogeneity.m, | |
5097 statistics/tests/chisquare_test_independence.m, | |
5098 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
5099 statistics/tests/hotelling_test.m, | |
5100 statistics/tests/hotelling_test_2.m, | |
5101 statistics/tests/kolmogorov_smirnov_test.m, | |
5102 statistics/tests/kolmogorov_smirnov_test_2.m, | |
5103 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
5104 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
5105 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
5106 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
5107 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
5108 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
5109 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
5110 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
5111 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
5112 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
5113 strings/index.m, strings/isletter.m, strings/lower.m, | |
5114 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
5115 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
5116 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
5117 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
5118 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
5119 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
5120 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
5121 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
5122 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5123 time/etime.m, time/is_leap_year.m: | |
5124 Use print_usage instead of usage. | |
5125 | |
6044 | 5126 2006-10-09 David Bateman <dbateman@free.fr> |
5127 | |
5128 * time/datevec.m: Add additional compatible default parsing strings. | |
5129 | |
6395 | 5130 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 5131 |
6042 | 5132 * pkg/pkg.m: Remove trailing "\n" from error messages. |
5133 Remove compare_versions subfunction. | |
5134 | |
5135 * miscellaneous/compare_versions.m: New function to compare | |
5136 version numbers as strings with any boolean operators. | |
5137 | |
6041 | 5138 * miscellaneous/untar.m: Check more rigorously to see if the tar |
5139 file exists. | |
5140 | |
6036 | 5141 2006-10-04 John W. Eaton <jwe@octave.org> |
5142 | |
5143 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
5144 | |
6032 | 5145 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
5146 | |
6037 | 5147 * pkg/pkg.m: Update docs. Handle prefix option. |
5148 Handle dependencies for load option. | |
6032 | 5149 |
6029 | 5150 2006-10-04 John W. Eaton <jwe@octave.org> |
5151 | |
6030 | 5152 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
5153 | |
5154 * plot/clg.m: Delete. | |
5155 * plot/__init_plot_vars__.m: New function. | |
5156 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 5157 |
6025 | 5158 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
5159 | |
5160 * pkg/pkg.m: Avoid calling addpath with no args. | |
5161 | |
6024 | 5162 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
5163 | |
5164 * audio/loadaudio.m, control/base/nyquist.m, | |
5165 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
5166 linear-algebra/krylov.m, statistics/base/center.m, | |
5167 statistics/base/median.m, statistics/base/std.m, | |
5168 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
5169 find first or last element matching a condition. | |
5170 | |
6023 | 5171 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
5172 | |
5173 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
5174 general/__isequal__.m: Minimize looping using cellfun. | |
5175 | |
6020 | 5176 2006-10-02 David Bateman <dbateman@free.fr> |
5177 | |
5178 * pkg/pkg.m (copy_files): always create installation directory. | |
5179 | |
6016 | 5180 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
5181 | |
5182 * miscellaneous/doc.m: Swap file and directory args to info. | |
5183 | |
5184 2006-10-01 Arno Onken <whyly@gmx.net> | |
5185 | |
5186 * statistics/distributions/exprnd.m: Fix typo. | |
5187 | |
6014 | 5188 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
5189 | |
5190 * polynomial/ppval.m: Use .' instead of '. | |
5191 * polynomial/spline.m: Likewise. New tests. | |
5192 | |
6004 | 5193 2006-09-26 David Bateman <dbateman@free.fr> |
5194 | |
5195 * __plt3__.m: Using global variables __plot_data__, | |
5196 __plot_data_offset__ and __plot_command__ to store plots and | |
5197 correctly handle multiplots, and hold state. Only accept a single | |
5198 data parameter plus, using, format and with strings. Remove | |
5199 setting of gnuplot parameters. | |
5200 * __make_using_clause__.m: New function extracted from __plt__.m. | |
5201 * __setup_plot__.m: Convert to a function and pass the plotting | |
5202 command to use. | |
5203 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
5204 * contour.m: Use unwind protect on the parametric state of plot | |
5205 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
5206 * mesh.m: ditto. | |
5207 * plot3.m: Error checking, setting of parametric state and | |
5208 formation of matrix to plot moved from old __plt3__. | |
5209 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5210 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 5211 |
5997 | 5212 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 5213 |
5214 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
5215 | |
5216 * signal/filter2.m: Correct texinfo doc. | |
5217 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5218 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 5219 |
5220 * miscellaneous/parseparams.m: Correct texinfo doc. | |
5221 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5222 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 5223 |
5224 * pkg/pkg.m (prepare_installation): Don't create package | |
5225 installation directory here. | |
5226 (copy_files): Create it here instead, to avoid issues with | |
5227 upgrades. Also install the COPYING file in packinfo. | |
5228 | |
5989 | 5229 2006-09-13 John W. Eaton <jwe@octave.org> |
5230 | |
5231 * general/blkdiag.m: Adjust to new cellfun rules. | |
5232 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5233 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 5234 |
5235 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
5236 error message for archive name not matching package name. | |
5237 (installed_packages): Size header of printed results to | |
5238 arguments. Sort the list of installed packages before printing | |
5239 them. | |
5240 | |
5986 | 5241 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
5242 | |
5243 * signal/freqz.m: Update tests. | |
5244 | |
5245 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
5246 | |
5247 * signal/freqz.m: Corretly postpad arrays. | |
5248 Don't call fliplr on a column vector. | |
5249 | |
5984 | 5250 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
5251 | |
5252 * general/shiftdim.m: Use permute instead of reshape. | |
5253 | |
5981 | 5254 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
5255 | |
5256 * miscellaneous/parseparams.m: New function. | |
5257 | |
5980 | 5258 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
5259 | |
5260 * miscellaneous/doc.m: Swap order of --file and --directory | |
5261 options for info program invocation. | |
5262 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5263 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 5264 |
5987 | 5265 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 5266 previous change. |
5267 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5268 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 5269 |
5270 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
5271 absence of trailing "/" in OCTAVE_HOME. | |
5272 | |
5973 | 5273 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
5274 | |
5275 * time/datenum.m: Allow arg to be character string. | |
5276 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5277 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 5278 |
5279 * pkg/pkg.m (install): Verify that package name correponds to the | |
5280 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
5281 they are empty. If package directory is empty, remove it to fail | |
5282 gracefully for system specific packages. | |
5283 (extract_pkgadd, create_pkgadd): delete. | |
5284 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
5285 (copy_files): Install both bin/ and doc/ directories, adding the | |
5286 bin/ to the EXEC_PATH when the package is loaded. | |
5287 | |
5962 | 5288 2006-08-24 John W. Eaton <jwe@octave.org> |
5289 | |
5290 * image/saveimage.m: Use logical indexing instead of | |
5291 indices computed by calling find on the logical index. | |
5292 | |
5961 | 5293 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5294 | |
5967 | 5295 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 5296 Use logical indexing instead of indices computed by calling find |
5297 on the logical index. | |
5298 | |
5299 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 5300 |
5959 | 5301 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
5302 | |
5303 * control/system/tf2zp.m: Simplify gain calculation. | |
5304 | |
5958 | 5305 2006-08-23 John W. Eaton <jwe@octave.org> |
5306 | |
5307 * plot/__plt__.m: Insert using clauses for all plots. | |
5308 | |
5957 | 5309 2006-08-23 A S Hodel <hodelas@auburn.edu> |
5310 | |
5311 * control/system/sysscale.m: Call tf and zp with correct number of | |
5312 args. | |
5313 | |
5955 | 5314 2006-08-22 David Bateman <dbateman@free.fr> |
5315 | |
5316 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
5317 Search inst/*.m and src/*.m files in the package for | |
5318 PKG_ADD directives and append user supplied PKG_ADD. | |
5319 (pkg): Call create_pkgadd after copying files. | |
5320 | |
5947 | 5321 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5322 | |
5323 * pkg/pkg.m: Handle multiple packages in a single file. | |
5324 Insert directory separator between OCTAVE_HOME and rest of package | |
5325 installation directory. | |
5326 | |
5327 2006-08-21 John W. Eaton <jwe@octave.org> | |
5328 | |
5329 * general/num2str.m: Early return if arg is empty. | |
5330 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
5331 | |
5946 | 5332 2006-08-21 David Bateman <dbateman@free.fr> |
5333 | |
5334 * strings/mat2str.m: Compute NC before using. | |
5335 | |
5937 | 5336 2006-08-17 John W. Eaton <jwe@octave.org> |
5337 | |
5338 * audio/wavread.m: Fix calculation of sample count. | |
5339 | |
5934 | 5340 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5341 | |
5342 * image/imshow.m: New Matlab-compatible version. | |
5343 | |
5930 | 5344 2006-08-15 John W. Eaton <jwe@octave.org> |
5345 | |
5346 * deprecated/is_global.m: Delete. | |
5347 | |
5928 | 5348 2006-08-14 John W. Eaton <jwe@octave.org> |
5349 | |
5350 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
5351 | |
5926 | 5352 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5353 | |
5354 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
5355 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
5356 | |
5928 | 5357 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5358 | |
6778 | 5359 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 5360 Use addpath and rmpath instead of manipulating LOADPATH. |
5361 Handle changes to system function. | |
5362 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
5363 recursive directory removal. | |
5922 | 5364 |
5924 | 5365 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
5366 | |
6778 | 5367 * colormap.m: Change global variable to persistent. |
5923 | 5368 |
5922 | 5369 * rgb2ind.m: Handle single 3-d array as rgb image. |
5370 | |
5920 | 5371 2006-08-14 John W. Eaton <jwe@octave.org> |
5372 | |
5373 * strings/str2double.m: Fix missing semicolon. | |
5374 | |
5910 | 5375 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
5376 | |
5377 * plot/plot3.m: Accept one complex or one real and one complex | |
5378 argument and plot real and imaginary components for y and z. | |
5379 | |
5908 | 5380 2006-07-27 John W. Eaton <jwe@octave.org> |
5381 | |
5382 * testfun/test.m: Call fflush after each block of calls to | |
5383 fprintf, fputs, or fdisp. | |
5384 | |
5904 | 5385 2006-07-26 John W. Eaton <jwe@octave.org> |
5386 | |
5387 * miscellaneous/mex.m: New function. | |
5388 | |
5901 | 5389 2006-07-22 John W. Eaton <jwe@octave.org> |
5390 | |
5391 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
5392 | |
5881 | 5393 2006-07-07 John W. Eaton <jwe@octave.org> |
5394 | |
5395 * miscellaneous/orderfields.m: New file. | |
5396 | |
5873 | 5397 2006-06-30 John W. Eaton <jwe@octave.org> |
5398 | |
5399 * time/datevec.m: Make another attempt to account for precision of | |
5400 datenum format. | |
5401 | |
5868 | 5402 2006-06-29 John W. Eaton <jwe@octave.org> |
5403 | |
5404 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
5405 Use feval instead of "type -q" to get values now that all the | |
5406 symbols are functions. | |
5407 | |
5860 | 5408 2006-06-16 John W. Eaton <jwe@octave.org> |
5409 | |
5410 * time/datevec.m: Avoid computing log of non-positive values. | |
5411 | |
5859 | 5412 2006-06-14 John W. Eaton <jwe@octave.org> |
5413 | |
5414 * time/datevec.m: Attempt to account for precision of datenum format. | |
5415 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5416 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 5417 |
5418 * audio/wavread.m: Fix file range error and add read support for | |
5419 24-bit WAV files. | |
5420 | |
5837 | 5421 2006-06-01 David Bateman <dbateman@free.fr> |
5422 | |
5423 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
5424 general/interp1.m, general/gradient.m, general/interp2.m, | |
5425 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
5426 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
5427 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
5428 | |
5835 | 5429 2006-05-31 Bill Denney <bill@givebillmoney.com> |
5430 | |
5431 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
5432 * miscellaneous/texas_lotto.m: Fix warning message. | |
5433 | |
5830 | 5434 2006-05-26 John W. Eaton <jwe@octave.org> |
5435 | |
5436 * miscellaneous/doc.m: Also handle nargin == 0. | |
5437 | |
5829 | 5438 2006-05-23 John W. Eaton <jwe@octave.org> |
5439 | |
5440 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
5441 really needed. | |
5442 | |
5827 | 5443 2006-05-22 John W. Eaton <jwe@octave.org> |
5444 | |
6754 | 5445 * general/lookup.m: New file from Octave Forge. |
5827 | 5446 |
5447 2006-05-22 David Bateman <dbateman@free.fr> | |
5448 | |
6754 | 5449 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
5450 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
5451 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
5452 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
5453 special-matrix/magic.m, special-matrix/hadamard.m, | |
5454 strings/strtok.m: New files from Octave Forge. | |
5827 | 5455 |
5824 | 5456 2006-05-19 David Bateman <dbateman@free.fr> |
5457 | |
5458 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 5459 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 5460 |
5821 | 5461 2006-05-17 John W. Eaton <jwe@octave.org> |
5462 | |
5463 * set/intersection.m: Delete | |
5464 * deprecated/intersection.m: New file. | |
5465 | |
5820 | 5466 2006-05-17 David Bateman <dbateman@free.fr> |
5467 | |
5468 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
5469 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
5470 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
5471 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
5472 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
5473 Forge. | |
5474 | |
5809 | 5475 2006-05-11 John W. Eaton <jwe@octave.org> |
5476 | |
5815 | 5477 * path/path.m: Delete (now a built-in function). |
5478 | |
5811 | 5479 * pkg/Makefile.in: New file. |
5480 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 5481 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 5482 |
5808 | 5483 2006-05-10 John W. Eaton <jwe@octave.org> |
5484 | |
5485 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
5486 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
5487 | |
8149 | 5488 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 5489 |
5490 * tar.m, untar.m, unzip.m: New files. | |
5491 | |
5801 | 5492 2006-05-10 John W. Eaton <jwe@octave.org> |
5493 | |
5804 | 5494 * path/addpath.m, path/rmpath.m: Improve compatibility. |
5495 * path/setpath.m: Delete. | |
5496 | |
5801 | 5497 * pkg/pkg.m: New file. |
5498 | |
5798 | 5499 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
5500 | |
5501 * plot/plot.m: Doc string fix. | |
5502 | |
5503 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
5504 | |
5505 * testfun/speeed.m: Use new interface to unique and assert. | |
5506 Improve documentation. Approximate time complexity from log-log | |
5507 plot. Return time complexity and raw times if requested. The | |
5508 mean ratio is no longer returned. Provide complete control over | |
5509 which n are computed. | |
5510 | |
5511 2006-05-09 John W. Eaton <jwe@octave.org> | |
5512 | |
5513 * path/path.m: Move here from miscellaneous. | |
5514 Adapt to new LOADPATH definition. | |
5515 | |
5789 | 5516 2006-05-03 David Bateman <dbateman@free.fr> |
5517 | |
5518 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
5519 explicit uses of a path seperation character with pathsep(). | |
5520 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5521 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 5522 |
6778 | 5523 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 5524 |
5781 | 5525 2006-04-29 John W. Eaton <jwe@octave.org> |
5526 | |
5527 * startup/main-rcfile: Disable some warnings. | |
5528 | |
5762 | 5529 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
5530 | |
5531 * strings/strcmpi.m: Return false instead of error if args are not | |
5532 char or cellstr. | |
5533 | |
5750 | 5534 2006-04-10 John W. Eaton <jwe@octave.org> |
5535 | |
5536 * miscellaneous/dir.m: Ensure that returned structure array is | |
5537 Nx1, not 1xN. | |
5538 | |
5746 | 5539 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
5540 | |
5541 * plot/hist.m: Ignore NaN in inputs. | |
5542 | |
5745 | 5543 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
5544 | |
5545 * miscellaneous/mkoctfile.m: Doc string fix. | |
5546 | |
5741 | 5547 2006-04-05 John W. Eaton <jwe@octave.org> |
5548 | |
5549 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
5550 are both empty. | |
5551 * plot/__plt__.m: Ignore empty data and format strings returned | |
5552 from __plt1__ or __plt2__. | |
5553 | |
5737 | 5554 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
5555 | |
6778 | 5556 * set/unique.m: Properly handle single column input when |
5737 | 5557 "rows" is specified. |
5558 | |
5732 | 5559 2006-04-04 John W. Eaton <jwe@octave.org> |
5560 | |
5736 | 5561 * path/setpath.m: New file. |
5562 * path/savepath.m: Use setpath to set path instead of assigning | |
5563 directly to LOADPATH. | |
5564 | |
5732 | 5565 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
5566 New files, adapted from Octave Forge by Keith Goodman | |
5567 <kwgoodman@gmail.com>. | |
5568 * path: New directory. | |
5569 * Makefile.in (SUBDIRS): Add it to the list. | |
5570 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
5571 | |
5731 | 5572 2006-04-02 David Bateman <dbateman@free.fr> |
5573 | |
5574 * general/tril.m, general.triu.m: | |
5575 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
5576 to allow user types to work correctly. | |
5577 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
5578 | |
5727 | 5579 2006-04-03 David Bateman <dbateman@free.fr> |
5580 | |
5581 * plot/grid.m: Cache the state of the grid to allow toggling. | |
5582 Accept keyword "minor" for minor grid. | |
5583 | |
5721 | 5584 2006-03-28 John W. Eaton <jwe@octave.org> |
5585 | |
5586 * general/isscalar.m: Only require that all dimensions are 1 for | |
5587 compatiblity. | |
5588 | |
5589 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
5590 | |
5591 * general/isvector.m: Allow non-numeric objects to be vectors for | |
5592 compatibility. | |
5593 | |
5720 | 5594 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
5595 | |
5596 * plot/__errplot__.m: Doc string fix. | |
5597 | |
5598 * miscellaneous/doc.m: Mark as command. | |
5599 | |
5600 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
5601 general/isequalwithequalnans.m, general/blkdiag.m, | |
5602 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
5603 | |
5717 | 5604 2006-03-27 Don Bindner <dbindner@truman.edu> |
5605 | |
5606 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
5607 return 3d matrices. | |
5608 | |
5609 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
5610 | |
5611 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
5612 | |
5708 | 5613 2006-03-22 John W. Eaton <jwe@octave.org> |
5614 | |
5615 * plot/print.m: Don't replot after popping terminal setting. | |
5616 | |
5696 | 5617 2006-03-20 John W. Eaton <jwe@octave.org> |
5618 | |
5619 * miscellaneous/mkoctfile.m: Use version-specific name of | |
5620 mkoctfile. Use fullfile to construct file name. | |
5621 | |
5695 | 5622 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
5623 | |
5624 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
5625 shell script from Octave prompt. | |
5626 | |
5690 | 5627 2006-03-17 John W. Eaton <jwe@octave.org> |
5628 | |
5693 | 5629 * deprecated/weibcdf.m, deprecated/weibinv.m, |
5630 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
5631 | |
5632 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
5633 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
5634 Call new wbl functions to do the real work. | |
5635 Swap args and provide default values as necessary to preserve | |
5636 compatibility with old version of Octave. | |
5637 | |
5638 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
5639 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
5640 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
5641 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
5642 Swap scale and shape args for compatibility. | |
5643 | |
5692 | 5644 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
5645 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
5646 Preserve compatibility with old versions of Octave given new | |
5647 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 5648 |
5692 | 5649 * statistics/distributions/logncdf.m, |
5650 statistics/distributions/logninv.m, | |
5651 statistics/distributions/lognpdf.m, | |
5652 statistics/distributions/lognrnd.m: Compatibility fixes. | |
5653 From Ben Barrowes <barrowes@alum.mit.edu> | |
5654 | |
5691 | 5655 * deprecated/hypergeometric_rnd.m: Update interface to match |
5656 current 2.1.x version. | |
5657 | |
5658 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
5659 | |
5690 | 5660 * miscellaneous/dir.m: Use readdir instead of glob. |
5661 Special case for "." to avoid globbing. Use list_in_columns. | |
5662 Eliminate unused variables len and finfo. | |
5663 | |
5689 | 5664 2006-03-16 Bill Denney <bill@givebillmoney.com> |
5665 | |
5666 * miscellaneous/dir.m: Improve compatibility. | |
5667 | |
5687 | 5668 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5669 | |
5670 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5671 time/now.m, time/weekday.m: New functions from Octave Forge. | |
5672 | |
5686 | 5673 2006-03-16 John W. Eaton <jwe@octave.org> |
5674 | |
5675 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
5676 of looking at sum of max dimensions. | |
5677 | |
5681 | 5678 2006-03-16 David Bateman <dbateman@free.fr> |
5679 | |
5680 * testfun/test.m: Clear last warning before warning test to avoid | |
5681 issues with previously set warnings. | |
5682 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
5683 sparse matrices. Force matrix type from spqr solution to be | |
5684 singular to force QR solvers to be used for assert. | |
5685 | |
5678 | 5686 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5687 | |
5688 * strings/strfind.m: New file. | |
5689 | |
5677 | 5690 2006-03-16 John W. Eaton <jwe@octave.org> |
5691 | |
5692 * general/rows.m, general/columns.m: Delete. | |
5693 | |
5674 | 5694 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5695 | |
5696 * strings/strcmpi.m: Simplify. | |
5697 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 5698 * strings/strtrunc.m: New file. |
5674 | 5699 |
5676 | 5700 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
5701 | |
5672 | 5702 2006-03-15 John W. Eaton <jwe@octave.org> |
5703 | |
5704 * miscellaneous/doc.m: New file. | |
8149 | 5705 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 5706 |
5671 | 5707 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
5708 | |
5709 * miscellaneous/mkoctfile.m: New file. | |
5710 | |
5670 | 5711 2006-03-15 John W. Eaton <jwe@octave.org> |
5712 | |
5713 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
5714 | |
5666 | 5715 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
5716 | |
5717 * strings/bin2dec.m: Doc fix. | |
5718 | |
5661 | 5719 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
5720 | |
5721 * time/etime.m: Use datenum to support times spanning year boundaries. | |
5722 * time/datenum.m: New function to compute day number from time. | |
5723 | |
5659 | 5724 2006-03-09 John W. Eaton <jwe@octave.org> |
5725 | |
5726 * miscellaneous/unix.m, plot/print.m: | |
5727 Swap order of outputs from system. | |
5728 | |
5642 | 5729 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
5730 | |
5731 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
5732 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
5733 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
5734 control/base/__stepimp__.m, control/base/are.m, | |
5735 control/base/controldemo.m, control/base/damp.m, | |
5736 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
5737 control/base/step.m, control/system/abcddim.m, | |
5738 control/system/is_abcd.m, control/system/is_controllable.m, | |
5739 control/system/is_detectable.m, control/system/is_observable.m, | |
5740 control/system/is_stabilizable.m, control/system/is_stable.m, | |
5741 control/system/jet707.m, control/system/sys2fir.m, | |
5742 control/system/sysdimensions.m, control/system/sysupdate.m, | |
5743 control/system/tfout.m, control/system/ugain.m, | |
5744 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
5745 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
5746 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
5747 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
5748 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
5749 general/circshift.m, general/columns.m, general/flipdim.m, | |
5750 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
5751 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
5752 general/isequalwithequalnans.m, general/isscalar.m, | |
5753 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
5754 general/logspace.m, general/mod.m, general/nextpow2.m, | |
5755 general/num2str.m, general/perror.m, general/pol2cart.m, | |
5756 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
5757 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
5758 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
5759 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
5760 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
5761 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
5762 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
5763 miscellaneous/license.m, miscellaneous/menu.m, | |
5764 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
5765 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
5766 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
5767 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
5768 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
5769 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
5770 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
5771 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
5772 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
5773 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
5774 polynomial/polyinteg.m, polynomial/polyout.m, | |
5775 polynomial/polyreduce.m, polynomial/polyval.m, | |
5776 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
5777 set/create_set.m, set/intersection.m, set/ismember.m, | |
5778 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
5779 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
5780 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
5781 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
5782 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
5783 special-matrix/hilb.m, special-matrix/invhilb.m, | |
5784 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
5785 special-matrix/vander.m, statistics/base/median.m, | |
5786 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
5787 statistics/distributions/gaminv.m, | |
5788 statistics/distributions/gampdf.m, | |
5789 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
5790 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
5791 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
5792 strings/lower.m, strings/upper.m, testfun/assert.m, | |
5793 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
5794 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
5795 | |
5633 | 5796 2006-02-27 John W. Eaton <jwe@octave.org> |
5797 | |
5798 * time/tic.m: Move here from miscellaneous/tic.m. | |
5799 * time/toc.m: Move here from miscellaneous/toc.m. | |
5800 | |
5801 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
5802 | |
5803 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
5804 does not assign output of toc to a variable. | |
5805 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5806 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 5807 |
5808 * axis.m: Catch limits that are the same and return an error. | |
5809 | |
5625 | 5810 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5811 | |
5812 * plot/print.m: Accept emf device option to support Enhanced | |
5813 Metafile format. | |
5814 | |
5815 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
5816 | |
5817 * control/base/lqe.m: Doc fix. | |
5818 | |
5623 | 5819 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
5820 | |
5821 * statistics/distributions/gamcdf.m: Doc fix. | |
5822 * statistics/distributions/gaminv.m: Doc fix. | |
5823 * statistics/distributions/gampdf.m: Doc fix. | |
5824 * statistics/distributions/gamrnd.m: Doc fix. | |
5825 | |
5610 | 5826 2006-02-09 David Bateman <dbateman@free.fr> |
5827 | |
6778 | 5828 * general/triu.m: Minimum change to allow sparse matrix. More needed |
5829 for arbitrary user type. | |
5830 * general/tril.m: ditto. | |
5831 * sparse/sprand.m: Doc fix. | |
5832 * sparse/sprandn.m: Ditto. | |
5833 * sparse/sprandsym.m: New function. | |
5834 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
5835 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
5836 Update for syntax error for latest texinfo.tex file. | |
5610 | 5837 |
5605 | 5838 2006-02-02 John W. Eaton <jwe@octave.org> |
5839 | |
5840 * plot/grid.m: Append ";\n" to "set grid" command. | |
5841 | |
5842 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
5843 | |
5844 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
5845 | |
5597 | 5846 2006-01-13 John W. Eaton <jwe@octave.org> |
5847 | |
5848 * audio/Makefile.in, control/base/Makefile.in, | |
5849 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
5850 control/system/Makefile.in, control/util/Makefile.in, | |
5851 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
5852 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
5853 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
5854 optimization/Makefile.in, plot/Makefile.in, | |
5855 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5856 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5857 special-matrix/Makefile.in, startup/Makefile.in, | |
5858 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5859 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5860 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
5861 (all): Depend on PKG_ADD. | |
5862 (PKG_ADD): New target. | |
5863 | |
5864 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
5865 | |
5866 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
5867 | |
5596 | 5868 2006-01-13 John W. Eaton <jwe@octave.org> |
5869 | |
5870 * time/etime.m: Move here from miscellaneous/etime.m. | |
5871 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
5872 | |
5595 | 5873 2006-01-13 Bill Denney <bill@givebillmoney.com> |
5874 | |
6778 | 5875 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 5876 * miscellaneous/fullfile.m: Likewise. |
5877 | |
5592 | 5878 2006-01-12 David Bateman <dbateman@free.fr> |
5879 | |
5880 * general/blkdiag.m: Compatible behavior for empty matrices | |
5881 * statistics/base/unidrnd.m: Documentation buglet. | |
5882 | |
5583 | 5883 2005-12-14 David Bateman <dbateman@free.fr> |
5884 | |
5589 | 5885 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
5886 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
5887 | |
5888 * Makefile.in (SUBDIRS): Include testfun. | |
5889 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
5890 | |
5583 | 5891 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
5892 | |
5893 * general/__isequal__.m: Remove reference to getfield. | |
5894 | |
5895 * plot/hist.m: Update test code for row/column discrepencies. | |
5896 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
5897 Update the test code for this. | |
5898 * sparse/spstats.m: Fix small bug in the dimension of output. | |
5899 | |
5579 | 5900 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5901 | |
5902 * cell/cell2mat.m: New file, from octave-forge. | |
5903 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5904 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 5905 |
5906 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
5907 New graph theory functions. | |
5908 | |
5574 | 5909 2005-12-13 John W. Eaton <jwe@octave.org> |
5910 | |
5911 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
5912 | |
5913 * control/system/ss.m: Doc fix. | |
5914 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5915 | |
5572 | 5916 2005-12-12 Michael Zeising <michael@michaels-website.de> |
5917 | |
5918 * audio/wavread.m, audio/wavwrite.m: | |
5919 Correct scaling for 8-bit linear pcm samples. | |
5920 Improve scaling for all other linear pcm resolutions. | |
5921 | |
5568 | 5922 2005-12-07 John W. Eaton <jwe@octave.org> |
5923 | |
5924 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
5925 | |
5926 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
5927 * strings/strjust.m: Likewise. | |
5928 | |
5929 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
5930 * signal/arma_rnd.m: Likewise. | |
5931 * strings/strcat.m: Likewise. | |
5932 * control/base/__freqresp__.m: Likewise. | |
5933 * control/base/place.m: Likewise. | |
5934 * control/base/pzmap.m: Likewise. | |
5935 * control/base/pzmap.m: Likewise. | |
5936 * control/system/sysappend.m: Likewise. | |
5937 * control/system/syscont.m: Likewise. | |
5938 * control/system/sysdisc.m: Likewise. | |
5939 * control/system/sysgroup.m: Likewise. | |
5940 * control/system/tfout.m: Likewise. | |
5941 * control/system/zpout.m: Likewise. | |
5942 * control/util/__outlist__.m: Likewise. | |
5943 | |
5567 | 5944 2005-12-06 John W. Eaton <jwe@octave.org> |
5945 | |
5946 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
5947 Avoid for loop in interleave/deinterleave steps. | |
5948 | |
5565 | 5949 2005-12-06 Michael Zeising <michael@michaels-website.de> |
5950 | |
5951 * audio/wavread.m, audio/wavwrite.m: New files. | |
5952 | |
5563 | 5953 2005-12-06 John W. Eaton <jwe@octave.org> |
5954 | |
5955 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
5956 | |
5560 | 5957 2005-12-05 John W. Eaton <jwe@octave.org> |
5958 | |
5561 | 5959 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 5960 |
5558 | 5961 2005-12-02 John W. Eaton <jwe@octave.org> |
5962 | |
5963 * miscellaneous/fileattrib.m: New function. | |
5964 | |
5556 | 5965 2005-12-01 John W. Eaton <jwe@octave.org> |
5966 | |
5967 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
5968 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
5969 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
5970 | |
5555 | 5971 2005-11-30 John W. Eaton <jwe@octave.org> |
5972 | |
5973 * linear-algebra/krylov.m: Format doc string. | |
5974 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5975 | |
5551 | 5976 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
5977 | |
5978 * general/blkdiag.m: Import from octave-forge. | |
5979 Ignore empty matrices in the input. Add tests. | |
5549 | 5980 |
5981 * general/isequal.m, general/isequalwithequalnans.m: | |
5982 New wrapper scripts for general/__isequal__.m. | |
5983 * general/__isequal__.m: Rename from general/isequal.m. | |
5984 New arg, nans_compare_equal. | |
5985 | |
5548 | 5986 2005-11-29 John W. Eaton <jwe@octave.org> |
5987 | |
5988 * miscellaneous/ver.m: Use new uname built-in function instead of | |
5989 calling system. Only append octave_forge_string if | |
5990 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
5991 Call license instead of hard-coding license info here. | |
5992 | |
5993 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 5994 __octave_licenses__. Use puts instead of disp. |
5548 | 5995 Use getuid and getpwuid instead of calling unix ("id -un"). |
5996 If nargout = 1, return license info instead of printing usage message. | |
5997 | |
5546 | 5998 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5999 | |
6000 * miscellaneous/ver.m: New file. | |
6001 * miscellaneous/license.m: New file. | |
6002 | |
5545 | 6003 2005-11-22 John W. Eaton <jwe@octave.org> |
6004 | |
6005 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
6006 gnuplot set command. | |
6007 | |
5539 | 6008 2005-11-15 John W. Eaton <jwe@octave.org> |
6009 | |
6010 * general/shiftdim.m: Doc fix. | |
6011 | |
5532 | 6012 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
6013 | |
6014 * set/unique.m: Doc string fix. | |
6015 | |
5527 | 6016 2005-11-01 John W. Eaton <jwe@octave.org> |
6017 | |
6018 * Makefile.in (distclean, maintainer-clean): | |
6019 Also remove autom4te.cache directory. | |
6020 From Quentin Spencer <qspencer@ieee.org>. | |
6021 | |
5518 | 6022 2005-10-28 John W. Eaton <jwe@octave.org> |
6023 | |
6024 * general/shiftdim.m: Compatibility fix for row vectors. | |
6025 Correct check for non-scalar non-integer shift. For positive | |
6026 N, shift is remainder of N and number of dims. Always return NS. | |
6027 Simplify. | |
6028 | |
5500 | 6029 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
6030 | |
6031 * general/randperm.m: Improve compatibility by allowing input | |
6032 value of zero. | |
6033 | |
5493 | 6034 2005-10-13 John W. Eaton <jwe@octave.org> |
6035 | |
6036 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
6037 If in multiplot mode, clear plot before issuing new plot command. | |
6038 | |
6039 * plot/__setup_plot__.m: New function. | |
6040 * plot/__plt__.m, plot__errplot__.m: Use it. | |
6041 Handle multiplot data and offsets here. | |
6042 | |
6043 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
6044 Move initialization to __setup_plot__.m. | |
6045 | |
6046 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
6047 Don't reset gnuplot_command_replot. | |
6048 | |
6049 * plot/replot.m: Handle multiplot data and offsets here. | |
6050 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
6051 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
6052 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
6053 | |
5489 | 6054 2005-10-12 John W. Eaton <jwe@octave.org> |
6055 | |
6056 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
6057 | |
5482 | 6058 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
6059 | |
6060 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
6061 weibrnd.m: Removed calls and references to deprecated _pdf and | |
6062 _inv functions. | |
6063 * chi2pdf.m: Fixed typos in the documentation. | |
6064 | |
5475 | 6065 2005-09-28 John W. Eaton <jwe@octave.org> |
6066 | |
5476 | 6067 * miscellaneous/single.m: New function. |
6068 | |
5475 | 6069 * statistics/base/unidrnd.m: New function. |
6070 | |
5474 | 6071 2005-09-27 John W. Eaton <jwe@octave.org> |
6072 | |
6073 * miscellaneous/dir.m: Filename never includes directory part. | |
6074 | |
5464 | 6075 2005-09-22 John W. Eaton <jwe@octave.org> |
6076 | |
6077 * polynomial/residue.m: Use logical indexing instead of find.. | |
6078 | |
6079 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
6080 | |
6081 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
6082 and zero poles. | |
6083 | |
5462 | 6084 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
6085 | |
6086 * strings/deblank.m: Handle cell arrays. | |
6087 * strings/split.m: New argument, N, to limit number of splits. | |
6088 | |
6089 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
6090 | |
6091 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
6092 | |
5460 | 6093 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
6094 | |
6095 * control/base/rlocus.m: Doc fix. | |
6096 | |
5459 | 6097 2005-09-20 John W. Eaton <jwe@octave.org> |
6098 | |
6099 * general/isvector.m: Improve compatibility. | |
6100 | |
6101 * general/postpad.m: Allow first argument to be a scalar. | |
6102 Allow padding to extend dimensionality. | |
6103 * general/prepad.m: Likewise. | |
6104 | |
5448 | 6105 2005-09-14 Daniel <durbano@shbano.com> |
6106 | |
6107 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 6108 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
6109 /control/base/dgram.m: Doc string fixes. | |
5448 | 6110 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
6111 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6112 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 6113 |
6114 * saveimage.m: Do not ignore most significant bit when writing | |
6115 black and white images to file. | |
6116 | |
5443 | 6117 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
6118 | |
6119 * audio/playaudio.m, control/base/__bodquist__.m, | |
6120 control/base/lqg.m, control/obsolete/dezero.m, | |
6121 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
6122 control/system/c2d.m, control/system/cellidx.m, | |
6123 control/system/d2c.m, control/system/dmr2d.m, | |
6124 control/system/is_signal_list.m, control/system/listidx.m, | |
6125 control/system/ss.m, control/system/sysappend.m, | |
6126 control/system/sysconnect.m, control/system/sysdup.m, | |
6127 control/system/sysgetsignals.m, control/system/sysidx.m, | |
6128 control/system/sysprune.m, control/system/syssetsignals.m, | |
6129 control/system/tfout.m, control/system/zpout.m, | |
6130 control/util/prompt.m, control/util/sortcom.m, | |
6131 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
6132 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
6133 general/num2str.m, general/repmat.m, general/sortrows.m, | |
6134 general/strerror.m, image/colormap.m, image/imshow.m, | |
6135 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
6136 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
6137 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
6138 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
6139 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
6140 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
6141 plot/print.m, plot/title.m, plot/top_title.m, | |
6142 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
6143 statistics/base/mean.m, statistics/base/moment.m, | |
6144 statistics/tests/cor_test.m, | |
6145 statistics/tests/kolmogorov_smirnov_test.m, | |
6146 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6147 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
6148 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6149 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6150 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6151 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6152 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6153 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
6154 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6155 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6156 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
6157 Avoid deprecated functions. Use ischar instead of isstr. Use | |
6158 isvector instead of is_vector. Use isstruct instead of | |
6159 is_struct. Use char instead of setstr. | |
6160 | |
5435 | 6161 2005-08-31 Daniel <durbano@shbano.com> |
6162 | |
6163 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
6164 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
6165 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6166 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6167 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 6168 |
6169 * image/saveimage.m: Open output file in binary mode. | |
6170 | |
6171 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
6172 | |
5427 | 6173 2005-08-16 John W. Eaton <jwe@octave.org> |
6174 | |
6175 * miscellaneous/computer.m: Handle optional maxsize and endian | |
6176 outputs. | |
6177 | |
5426 | 6178 2005-08-15 John W. Eaton <jwe@octave.org> |
6179 | |
6180 * strings/strcat.m: Allow single argument. | |
6181 | |
5416 | 6182 2005-07-18 John W. Eaton <jwe@octave.org> |
6183 | |
6184 * strings/strcmp.m: Delete. | |
6185 | |
5413 | 6186 2005-07-13 John W. Eaton <jwe@octave.org> |
6187 | |
6188 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
6189 versions of Octave. | |
6190 | |
6191 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
6192 | |
6193 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
6194 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
6195 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
6196 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
6197 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
6198 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
6199 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
6200 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
6201 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
6202 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
6203 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
6204 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
6205 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
6206 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
6207 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
6208 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
6209 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
6210 * statistics/distributions/finv.m: Rename from f_inv.m. | |
6211 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
6212 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
6213 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
6214 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
6215 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
6216 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
6217 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
6218 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
6219 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
6220 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
6221 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
6222 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
6223 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
6224 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
6225 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
6226 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
6227 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
6228 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
6229 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
6230 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
6231 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
6232 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
6233 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
6234 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
6235 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
6236 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
6237 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
6238 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
6239 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
6240 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 6241 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 6242 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
6243 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
6244 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
6245 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
6246 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
6247 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
6248 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
6249 | |
6250 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
6251 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
6252 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
6253 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
6254 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
6255 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
6256 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
6257 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
6258 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
6259 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
6260 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
6261 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
6262 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
6263 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
6264 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
6265 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
6266 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
6267 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
6268 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
6269 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
6270 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
6271 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
6272 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
6273 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
6274 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
6275 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
6276 deprecated/wiener_rnd.m: New files. | |
6277 | |
5408 | 6278 2005-07-08 John W. Eaton <jwe@octave.org> |
6279 | |
6280 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
6281 * deprecated/weibull_rnd.m: New file. | |
6282 | |
5407 | 6283 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
6284 | |
6285 * strings/dec2base.m: Allow matrix arguments. | |
6286 | |
5406 | 6287 2005-07-08 John W. Eaton <jwe@octave.org> |
6288 | |
6289 * plot/__errplot__.m: Use __plot_globals__. | |
6290 * plot/__plt__.m: Likewise. | |
6291 * plot/figure.m: Likewise. | |
6292 | |
6293 * plot/hold.m: New file. | |
6294 * plot/ishold.m: New file. | |
6295 * plot/__plot_globals__.m: New file. | |
6296 | |
5400 | 6297 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
6298 | |
6299 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
6300 | |
6301 2005-07-05 John W. Eaton <jwe@octave.org> | |
6302 | |
6303 * strings/findstr.m: Return [] for no matches. | |
6304 | |
5399 | 6305 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
6306 | |
6307 * miscellaneous/tic.m: Fix doc string. | |
6308 | |
5395 | 6309 2005-06-15 John W. Eaton <jwe@octave.org> |
6310 | |
6311 * polynomial/polyfit.m: Force return value to be a row vector. | |
6312 | |
5393 | 6313 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
6314 | |
6315 * general/isequal.m: Correct nargin check. | |
6316 | |
5388 | 6317 2005-06-14 John W. Eaton <jwe@octave.org> |
6318 | |
6319 * general/isvector.m: Handle N-d arrays. | |
6320 From Bill Denney <denney@seas.upenn.edu>. | |
6321 | |
5381 | 6322 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
6323 | |
6324 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 6325 |
5377 | 6326 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
6327 | |
6328 * signal/freqz.m: Use correct calculations when given a vector of | |
6329 frequencies. Improve accuracy of returned frequency vector. | |
6330 Improve speed for medium length filters (at a slight cost for slow | |
6331 filters). Add test cases. | |
6332 | |
5373 | 6333 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
6334 | |
6335 * plot/loglog.m: Fix set commands. | |
6336 | |
5381 | 6337 2005-05-25 John W. Eaton <jwe@octave.org> |
6338 | |
6339 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
6340 | |
5371 | 6341 2005-05-24 John W. Eaton <jwe@octave.org> |
6342 | |
5373 | 6343 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
6344 | |
5372 | 6345 * strings/strncmp.m: New file, from Tom Holroyd |
6346 <tomh@kurage.nimh.nih.gov>. | |
6347 | |
5371 | 6348 * strings/strcmp.m: Return logical values in all cases. |
6349 | |
5366 | 6350 2005-05-23 John W. Eaton <jwe@octave.org> |
6351 | |
6352 * plot/orient.m: New file. Adapt to Octave coding style. | |
6353 Texinfoize doc string. | |
6354 | |
6355 * plot/print.m: New file. Adapt to Octave coding style. Include | |
6356 PKG_ADD command. Use set terminal consistently throughout. Use | |
6357 set terminal push/pop and unconditionally set output to screen | |
6358 when done to avoid requiring gget. Use a cell array for dev_list | |
6359 and cellidx to search for items in the list. Delete local | |
6360 variable endl. Don't set and restore automatic_replot. Use {} | |
6361 instead of nth to index varargin. Delete local variable | |
6362 va_arg_cnt. | |
6363 | |
5355 | 6364 2005-05-18 John W. Eaton <jwe@octave.org> |
6365 | |
6366 * general/num2str.m: Return early if X is a character string. | |
6367 | |
5347 | 6368 2005-05-11 John W. Eaton <jwe@octave.org> |
6369 | |
5348 | 6370 * strings/findstr.m: Allow non-string arguments for compatiblity. |
6371 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
6372 | |
5347 | 6373 * plot/polar.m: Don't call __pltopt__ here. |
6374 | |
5333 | 6375 2005-05-02 John W. Eaton <jwe@octave.org> |
6376 | |
6377 * mkdoc: Print header message. | |
6378 | |
5319 | 6379 2005-04-28 John W. Eaton <jwe@octave.org> |
6380 | |
6381 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
6382 startup/octaverc. | |
6383 | |
5318 | 6384 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
6385 | |
6386 * image/imshow.m: Handle various image depths and 3d RGB images. | |
6387 (__im_numeric_limits__): New internal function. | |
6388 | |
5317 | 6389 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
6390 | |
6391 * statistics/tests/anova.m: Compute total_mean as mean of all | |
6392 data, not mean of group_mean. | |
6393 | |
6394 2005-04-28 John W. Eaton <jwe@octave.org> | |
6395 | |
6396 * startup/local-rcfile: New file. | |
6397 * startup/main-rcfile: Rename from startup/octaverc. | |
6398 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
6399 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
6400 Install local-rcfile in $(localfcnfiledir)/startup. | |
6401 | |
6402 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
6403 | |
6404 * startup/inputrc: New file. | |
6405 * startup/octaverc: Configure readline using inputrc from | |
6406 startupfiledir. | |
6407 * startup/Makefile.in (install, install-strip): Install octaverc | |
6408 in $(fcnfiledir)/startup. | |
6409 | |
5310 | 6410 2005-04-27 John W. Eaton <jwe@octave.org> |
6411 | |
6412 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
6413 | |
5289 | 6414 2005-04-21 John W. Eaton <jwe@octave.org> |
6415 | |
6416 * optimization/glpk.m: Handle SENSE argument. | |
6417 | |
6418 * optimization/qp.m, optimization/sqp.m: New files. | |
6419 | |
5276 | 6420 2005-04-08 John W. Eaton <jwe@octave.org> |
6421 | |
6422 * Makefile.in (clean, distclean, maintainer-clean): | |
6423 Avoid duplication in rules. | |
6424 | |
5252 | 6425 2005-03-28 John W. Eaton <jwe@octave.org> |
6426 | |
6427 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
6428 setting {no,}parametric. | |
6429 * plot/figure.m: Likewise, for setting terminal type. | |
6430 | |
6431 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
6432 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
6433 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
6434 plot/title.m, plot/top_title.m: Avoid eval. | |
6435 | |
5251 | 6436 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6437 | |
5253 | 6438 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
6439 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
6440 Use __gnuplot_replot__ instead of replot. | |
6441 | |
5252 | 6442 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
6443 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
6444 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
6445 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
6446 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
6447 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
6448 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 6449 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 6450 |
5251 | 6451 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
6452 | |
5244 | 6453 2005-03-24 John W. Eaton <jwe@octave.org> |
6454 | |
6455 * optimization/glpkmex.m: Texinfoize Doc string. | |
6456 * optimization/glpk.m: Likewise. | |
6457 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
6458 (row vectors are orginary character strings). | |
6459 * optimization/glpkparam.m: Delete. | |
6460 | |
5243 | 6461 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
6462 | |
6463 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
6464 of dimensions of X. | |
6465 | |
5237 | 6466 2005-03-23 John W. Eaton <jwe@octave.org> |
6467 | |
5239 | 6468 * general/tril.m, general/triu.m: Return value of same class as |
6469 argument. | |
6470 | |
5237 | 6471 * optimization/glpk.m: Simplify interface. By default, solve |
6472 standard LP min C'*x s.t. A*x = b, x >= 0. | |
6473 * optimization/glpkmex.m: New file. | |
6474 | |
5232 | 6475 2005-03-22 John W. Eaton <jwe@octave.org> |
6476 | |
5237 | 6477 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
6478 list. | |
6479 | |
5233 | 6480 * optimization/glpk.m: Adapt to Octave coding style. |
6481 No need for varargout or varargin. | |
6482 Print usage message if nargin > 11. | |
6483 Allow any value of nargout. | |
6484 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
6485 Avoid looping when checking character classes. | |
6486 | |
5232 | 6487 * optimization: New directory. |
6488 * Makefile.in (SUBDIRS): Add it to the list. | |
6489 * optimization/Makefile.in: New file. | |
6490 * optimization/glpk.m, optimization/glpkparams.m, | |
6491 optimization/glpktest1, optimization/glpktest2: New files. | |
6492 | |
8149 | 6493 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 6494 |
6495 * strings/split.m: Quick return for empty second arg. | |
6496 Improve warning for multi-line strings. | |
6497 Speed up by avoiding sprintf in loop and eval. | |
6498 | |
5217 | 6499 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
6500 | |
6501 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
6502 * polynomial/polyder.m: Ditto. | |
6778 | 6503 * polynomial/polygcd.m: New function. |
5217 | 6504 |
5214 | 6505 2005-03-16 John W. Eaton <jwe@octave.org> |
6506 | |
5215 | 6507 * control/base/__stepimp__.m, control/base/bode.m, |
6508 control/base/frdemo.m, control/base/nichols.m, | |
6509 control/base/nyquist.m, control/base/pzmap.m, | |
6510 control/base/rldemo.m, control/base/rlocus.m, | |
6511 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
6512 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
6513 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
6514 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
6515 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
6516 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
6517 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
6518 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
6519 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
6520 plot/xlabel.m, quaternion/demoquat.m, | |
6521 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
6522 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
6523 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
6524 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
6525 gsplot from @seealso docs. | |
5214 | 6526 |
6527 * plot/replot.m: New file. | |
6528 | |
5205 | 6529 2005-03-15 David Bateman <dbateman@free.fr> |
6530 | |
6531 * set/unique.m, set/ismember.m: Handle cell arrays. | |
6532 | |
5196 | 6533 2005-03-09 John W. Eaton <jwe@octave.org> |
6534 | |
6535 * statistics/Makefile.in (bin-dist): Delete target. | |
6536 (BINDISTSUBDIRS): Delete variable. | |
6754 | 6537 * control/Makefile.in: Likewise. |
5196 | 6538 |
5378 | 6539 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 6540 (BINDISTFILES): Delete variable. |
5378 | 6541 * control/base/Makefile.in: Likewise. |
6542 * control/hinf/Makefile.in: Likewise. | |
6543 * control/obsolete/Makefile.in: Likewise. | |
6544 * control/system/Makefile.in: Likewise. | |
6545 * control/util/Makefile.in: Likewise. | |
6546 * deprecated/Makefile.in: Likewise. | |
6547 * elfun/Makefile.in: Likewise. | |
6548 * finance/Makefile.in: Likewise. | |
6549 * general/Makefile.in: Likewise. | |
6550 * image/Makefile.in: Likewise. | |
6551 * sparse/Makefile.in: Likewise. | |
6552 * io/Makefile.in: Likewise. | |
6553 * plot/Makefile.in: Likewise. | |
6554 * Makefile.in: Likewise. | |
6555 * miscellaneous/Makefile.in: Likewise. | |
6556 * linear-algebra/Makefile.in: Likewise. | |
6557 * polynomial/Makefile.in: Likewise. | |
6558 * quaternion/Makefile.in: Likewise. | |
6559 * set/Makefile.in: Likewise. | |
6560 * signal/Makefile.in: Likewise. | |
6561 * specfun/Makefile.in: Likewise. | |
6562 * special-matrix/Makefile.in: Likewise. | |
6563 * startup/Makefile.in: Likewise. | |
6564 * statistics/base/Makefile.in: Likewise. | |
6565 * statistics/distributions/Makefile.in: Likewise. | |
6566 * statistics/models/Makefile.in: Likewise. | |
6567 * statistics/tests/Makefile.in: Likewise. | |
6568 * strings/Makefile.in: Likewise. | |
6569 * time/Makefile.in: Likewise. | |
5196 | 6570 |
5195 | 6571 2005-03-08 John W. Eaton <jwe@octave.org> |
6572 | |
6573 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
6574 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
6575 | |
5192 | 6576 2005-03-04 John W. Eaton <jwe@octave.org> |
6577 | |
6578 * plot/clg.m: New file. | |
6579 | |
5193 | 6580 2005-03-03 John W. Eaton <jwe@octave.org> |
6581 | |
6582 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
6583 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
6584 strings/strcmpi.m: | |
6585 New files from Octave-forge. Adapt to Octave coding standards. | |
6586 | |
5181 | 6587 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
6588 | |
6589 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
6590 computation range. | |
6591 | |
5164 | 6592 2005-02-25 John W. Eaton <jwe@octave.org> |
6593 | |
6594 Sparse merge. | |
6595 | |
6596 2005-01-23 David Bateman <dbateman@free.fr> | |
6597 | |
6598 * sparse/randperm.m: Delete duplicate randperm.m. | |
6599 | |
6600 2005-01-10 John W. Eaton <jwe@octave.org> | |
6601 | |
6602 * sparse/Makefile.in: New file. | |
6603 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
6604 | |
6605 2005-01-07 David Bateman <dbateman@free.fr> | |
6606 | |
6607 * set/unique.m: import file from octave-forge. | |
6608 | |
6609 2005-01-05 David Bateman <dbateman@free.fr> | |
6610 | |
6611 * Makefile.in: include sparse directory in SUBDIRS. | |
6612 | |
6613 2004-12-30 John W. Eaton <jwe@octave.org> | |
6614 | |
6615 * sparse/nzmax.m: Delete (there is an nzmax function in | |
6616 src/DLD-FUNCTIONS/sparse.cc). | |
6617 | |
6618 2004-12-28 John W. Eaton <jwe@octave.org> | |
6619 | |
6620 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
6621 Andy Adler <adler@site.uottawa.ca>. | |
6622 | |
6623 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
6624 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
6625 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
6626 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
6627 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
6628 | |
6629 * sparse: New directory. | |
6630 | |
5158 | 6631 2005-02-22 John W. Eaton <jwe@octave.org> |
6632 | |
6633 * polynomial/residue.m: Force prepad to always create row vectors. | |
6634 | |
6635 * polynomial/poly.m: Quick return if m is 0. | |
6636 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
6637 | |
5154 | 6638 2005-02-21 David Bateman <dbateman@free.fr> |
6639 | |
6640 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
6641 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
6642 Fix for row vectors with at least one element of lambda not in | |
6643 (0, Inf). | |
6644 | |
5152 | 6645 2005-02-21 John W. Eaton <jwe@octave.org> |
6646 | |
5153 | 6647 * statistics/base/qqplot.m: Use feval instead of eval. |
6648 | |
5152 | 6649 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
6650 plot/__axis_label__.m: Issue replot command. | |
6651 | |
5135 | 6652 2005-02-09 John W. Eaton <jwe@octave.org> |
6653 | |
6654 * polynomial/polyderiv.m: Force P to be a row vector. | |
6655 | |
5133 | 6656 2005-02-08 John W. Eaton <jwe@octave.org> |
6657 | |
6658 * strings/dec2base.m: Don't delete leading zero if third arg is | |
6659 provided and len <= computed max_len. | |
6660 | |
5125 | 6661 2005-01-27 David Bateman <dbateman@free.fr> |
6662 | |
6663 * strings/dec2base.m: Be even more careful about handling all digits. | |
6664 | |
6665 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
6666 | |
6667 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
6668 | |
5123 | 6669 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
6670 | |
6671 * statistics/base/median.m: Make it work for the scalar case too. | |
6672 | |
6308 | 6673 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 6674 |
6675 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 6676 Simplify logic for decoding args. |
5117 | 6677 |
5115 | 6678 2005-01-24 John W. Eaton <jwe@octave.org> |
6679 | |
5116 | 6680 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
6681 | |
6682 * plot/__plt__.m: No need to save and reset hold state now. | |
6683 (first_plot): Delete unused variable. | |
6684 | |
5115 | 6685 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
6686 | |
6687 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
6688 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
6689 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6690 plot/__plt2vv__.m: | |
6691 Return data and gnuplot commands instead of evaluating them. | |
6692 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
6693 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
6694 | |
5108 | 6695 2005-01-18 John W. Eaton <jwe@octave.org> |
6696 | |
6697 * linear-algebra/cross.m: Allocate idx1 before use. | |
6698 | |
5096 | 6699 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
6700 | |
6701 * statistics/base/range.m: Fix varargin usage. | |
6702 | |
5091 | 6703 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
6704 | |
6705 * strings/deblank.m: Remove all trailing whitespace (check with | |
6706 isspace), not just SPC. | |
6707 | |
5090 | 6708 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
6709 | |
6710 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
6711 | |
5073 | 6712 2004-11-09 John W. Eaton <jwe@octave.org> |
6713 | |
6714 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
6715 From Julius Smith <jos@ccrma.stanford.edu>. | |
6716 | |
5072 | 6717 2004-11-08 John W. Eaton <jwe@octave.org> |
6718 | |
6719 * plot/__plt2vm__.m: Delete debugging statement. | |
6720 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
6721 | |
5065 | 6722 2004-11-04 John W. Eaton <jwe@octave.org> |
6723 | |
6724 * plot/hist.m: Always return row vectors for vector args. | |
6725 | |
5031 | 6726 2004-09-23 John W. Eaton <jwe@octave.org> |
6727 | |
6728 * strings/strcmp.m: If args are not strings or cell arrays of | |
6729 strings, return zero instead of reporting an error. | |
6730 | |
5021 | 6731 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
6732 | |
6733 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
6734 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
6735 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
6736 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
6737 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
6738 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
6739 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
6740 control/hinf/is_dgkf.m, control/system/c2d.m, | |
6741 control/system/is_detectable.m, control/system/is_sample.m, | |
6742 control/system/is_siso.m, control/system/is_stable.m, | |
6743 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
6744 control/system/sys2tf.m, control/system/sys2zp.m, | |
6745 control/system/sysappend.m, control/system/sysconnect.m, | |
6746 control/system/sysdisc.m, control/system/sysdup.m, | |
6747 control/system/sysgetsignals.m, control/system/sysmult.m, | |
6748 control/system/syssetsignals.m, control/system/syssub.m, | |
6749 control/system/tf2sys.m, control/system/ugain.m, | |
6750 control/system/zp2ss.m, control/system/zp2sys.m, | |
6751 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
6752 special-matrix/toeplitz.m: Fix typos in doc strings. | |
6753 | |
6754 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
6755 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
6756 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
6757 ontrol/system/is_abcd.m, control/system/parallel.m, | |
6758 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
6759 control/system/sysappend.m, control/system/sysconnect.m, | |
6760 control/system/sysdup.m, control/system/sysgroup.m, | |
6761 control/system/sysprune.m, control/system/sysreorder.m, | |
6762 control/system/sysscale.m, control/system/syssub.m, | |
6763 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
6764 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
6765 polynomial/polyout.m, specfun/log2.m: | |
6766 Add output arguments in doc strings. | |
6767 | |
6768 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
6769 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
6770 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
6771 control/base/freqchkw.m, control/base/__freqresp__.m, | |
6772 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
6773 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
6774 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
6775 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
6776 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
6777 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
6778 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
6779 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
6780 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
6781 control/system/c2d.m, control/system/is_abcd.m, | |
6782 control/system/is_controllable.m, control/system/is_detectable.m, | |
6783 control/system/is_observable.m, control/system/is_stable.m, | |
6784 control/system/jet707.m, control/system/ord2.m, | |
6785 control/system/starp.m, control/system/sys2fir.m, | |
6786 control/system/sys2ss.m, control/system/sys2tf.m, | |
6787 control/system/sys2zp.m, control/system/syscont.m, | |
6788 control/system/sysdisc.m, control/system/sysdup.m, | |
6789 control/system/sysgettype.m, control/system/sysgroup.m, | |
6790 control/system/sysmult.m, control/system/sysprune.m, | |
6791 control/system/sysreorder.m, control/system/sysscale.m, | |
6792 control/system/syssetsignals.m, control/system/sysupdate.m, | |
6793 control/system/tf2ss.m, control/system/tf2sys.m, | |
6794 control/system/zp2ss.m, control/system/zp2sys.m, | |
6795 control/util/axis2dlim.m, control/util/prompt.m, | |
6796 control/util/zgfmul.m, control/util/zginit.m, | |
6797 control/util/__zgpbal__.m, control/util/zgscal.m: | |
6798 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
6799 in doc strings. | |
6800 | |
6801 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
6802 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
6803 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
6804 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
6805 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
6806 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
6807 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
6808 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
6809 control/system/c2d.m, control/system/fir2sys.m, | |
6810 control/system/is_stabilizable.m, control/system/jet707.m, | |
6811 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
6812 control/util/zgshsr.m, polynomial/polyout.m: | |
6813 New @tex section(s) in doc strings for better formating of printed | |
6814 output. | |
6815 | |
6816 * control/base/__freqresp__.m, control/base/nyquist.m, | |
6817 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
6818 control/obsolete/syschnames.m, control/system/sysprune.m: | |
6819 Use proper double quote marks for TeX. | |
6820 | |
6821 * control/base/DEMOcontrol.m: Add missing ; | |
6822 | |
6823 * control/base/nichols.m, control/base/rlocus.m, | |
6824 control/obsolete/minfo.m, control/system/is_digital.m, | |
6825 control/system/ss2zp.m, control/system/sysmin.m, | |
6826 control/system/tf2zp.m, control/util/sortcom.m: | |
6827 Convert documentation to use or more completely use Texinfo. | |
6828 | |
6829 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
6830 control/hinf/hinfdemo.m, control/system/ord2.m, | |
6831 control/system/parallel.m, control/system/ss2tf.m, | |
6832 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
6833 art splitting over a page boundary. | |
6834 | |
6835 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
6836 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
6837 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
6838 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
6839 control/hinf/wgt1o.m, control/system/buildssic.m: | |
6840 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
6841 the TeX documentation. | |
6842 | |
6843 * control/system/is_stabilizable.m: | |
6844 Add Copyright so that help is displayed correctly. | |
6845 | |
6846 * special-matrix/vander.m: Octave indexes start at 1. | |
6847 | |
5011 | 6848 2004-09-21 David Bateman <dbateman@free.fr> |
6849 | |
6850 * general/rotdim.m: New function for rotation of an N-d array in an | |
6851 arbitrary plane. | |
6852 | |
6853 * general/flipdim.m: New function to flip an N-d array about an | |
6854 arbitrary axis. | |
6855 | |
5003 | 6856 2004-09-15 David Bateman <dbateman@free.fr> |
6857 | |
6858 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
6859 | |
4992 | 6860 2004-09-15 John W. Eaton <jwe@octave.org> |
6861 | |
6862 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 6863 Use iscellstr to check for cells rather than iscell. |
6864 Improve diagnostics for invalid args. | |
4992 | 6865 |
4983 | 6866 2004-09-10 David Bateman <dbateman@free.fr> |
6867 | |
6868 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
6869 and p with n > 1, and fix for matrix n and p with n == 1. | |
6870 | |
6871 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
6872 due to row vs. column vector operations. | |
6873 | |
4964 | 6874 2004-09-03 David Bateman <dbateman@free.fr> |
6875 | |
6876 * general/repmat.m: Fix to allow logical classes. | |
6877 | |
4950 | 6878 2004-08-31 John W. Eaton <jwe@octave.org> |
6879 | |
6880 * general/isa.m: New function, from Octave-forge. | |
6881 | |
6882 2004-08-31 David Bateman <dbateman@free.fr> | |
6883 | |
6884 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
6885 limitation on the use of int64 and uint64 types, and the use | |
6886 of the eval. | |
6887 | |
6888 * general/bitset.m: Remove superfluous cast to return type, as bug | |
6889 in .^ with integer types is fixed. | |
6890 | |
6891 * general/repmat.m: Adapt to allow integer types. | |
4945 | 6892 |
6893 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
6894 | |
6895 * plot/axis.m: Don't reset axes when querying them. | |
6896 | |
4942 | 6897 2004-08-27 David Bateman <dbateman@free.fr> |
6898 | |
6899 * statistics/base/ranks.m: Handle non-consecutive ties. | |
6900 Eliminate loop. | |
6901 | |
4918 | 6902 2004-07-27 David Bateman <dbateman@free.fr> |
6903 | |
6904 * general/num2str.m: Also insert spaces in output when precision | |
6905 argument is supplied. | |
6906 | |
4915 | 6907 2004-07-23 David Bateman <dbateman@free.fr> |
6908 | |
6909 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
6910 | |
4911 | 6911 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
6912 | |
6913 * general/sub2ind.m: Make reshaping index list unnecessary. | |
6914 | |
6915 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
6916 | |
6917 * miscellaneous/unix.m: Fix doc string. | |
6918 | |
6919 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
6920 | |
6921 * plot/figure.m: Clarification of documentation. | |
6922 | |
6923 * image/imshow.m: Warn for complex images. | |
6924 Only estimate colourmap for images in [0, 65536]. | |
6925 | |
6926 2004-07-22 David Bateman <dbateman@free.fr> | |
6927 | |
6928 * general/num2str.m: Fix the case of an all zero input. | |
6929 | |
4906 | 6930 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
6931 | |
6932 * general/ind2sub.m: Doc fix. | |
6933 | |
4900 | 6934 2004-06-08 John W. Eaton <jwe@octave.org> |
6935 | |
6936 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
6937 convert function handle to string for eval. | |
6938 | |
4898 | 6939 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
6940 | |
6941 * plot/errorbar.m: Remove debugging output. | |
6942 | |
6943 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
6944 | |
6945 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
6946 | |
4897 | 6947 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
6948 | |
4898 | 6949 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
6950 | |
6951 * polynomial/polyout.m: Use parenthesis if necessary around | |
6952 complex polynomial coefficient. | |
6953 | |
4897 | 6954 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
6955 the bug which causes __errplot__ to ignore the last argument. | |
6956 | |
4894 | 6957 2004-06-03 David Bateman <dbateman@free.fr> |
6958 | |
6959 * general/shiftdim.m: New function based on JWE code snippet. | |
6960 | |
6961 * general/circdim.m: New function. | |
6962 | |
4890 | 6963 2004-05-06 David Bateman <dbateman@free.fr> |
6964 | |
6965 * general/issquare.m: Fail if ndim(x) > 2. | |
6966 | |
6967 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
6968 | |
6969 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
6970 N-d array arguments. Add optional dim argument to define | |
6971 dimension along which to operate. | |
6972 | |
6973 * linear-algebra/dmult.m: Allow N-d arrays. | |
6974 | |
6975 * linear-algebra/vec.m: Use v(:) and not reshape. | |
6976 | |
4885 | 6977 2004-04-29 David Bateman <dbateman@free.fr> |
6978 | |
6979 * statistics/base/ranks.m, statistics/base/run_count.m, | |
6980 statistics/base/studentize.m, statistics/base/kurtosis.m | |
6981 statistics/base/statistics.m, statistics/base/skewness.m | |
6982 statistics/base/iqr.m: | |
6983 Make N-d array aware. Allow optional argument to define the | |
6984 dimension along which to operate. Update the documentation. | |
6985 | |
6986 * statistics/base/ranks.m: Change algorithm to use sort, | |
6987 and adjust for the ties after. | |
6988 | |
6989 * statistics/base/run_counts.m: Change algorithm to use | |
6990 the a combination of diff and find, rather than a for-loop. | |
6991 | |
4881 | 6992 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
6993 | |
6994 * plot/hist.m: Correctly determine cutoffs. New tests. | |
6995 | |
4878 | 6996 2004-04-23 David Bateman <dbateman@free.fr> |
6997 | |
6998 * general/int2str.m: Treat only real part of argument, and treat | |
6999 NDArrays by stacking the slices through the matrix vertically. | |
7000 | |
7001 * general/num2str.m: Improve format of integer matrices, and the | |
7002 conversion of complex matrices added. Treat NDArrays by stacking | |
7003 the slices through the matrix vertically. | |
7004 | |
7005 * deprecated/com2str.m: Moved here from general subdirectory. | |
7006 | |
4877 | 7007 2004-04-22 John W. Eaton <jwe@octave.org> |
7008 | |
7009 * quaternion/qtransvmat.m: Use continuation characters to make | |
7010 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
7011 | |
4869 | 7012 2004-04-21 David Bateman <dbateman@free.fr> |
7013 | |
5378 | 7014 * elfun/lcm.m: Make N-d aware. |
4870 | 7015 |
4869 | 7016 * general/diff.m: Make the code N-d array aware. Allow an |
7017 optional argument to define the dimension along which to perform | |
7018 the differences and allow the order of the differences to be larger | |
7019 than the dimension itself. | |
7020 | |
7021 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
7022 use of these functions to 1- and 2-d arrays. | |
7023 | |
4863 | 7024 2004-04-16 John W. Eaton <jwe@octave.org> |
7025 | |
7026 * elfun/gcd.m: Delete. | |
7027 | |
4862 | 7028 2004-04-15 David Bateman <dbateman@free.fr> |
7029 | |
7030 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
7031 | |
7032 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
7033 array aware and and optional argument for the dimension along | |
7034 which to operate. | |
7035 | |
5378 | 7036 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 7037 argument for the dimension to be consistent with other N-d array |
7038 functions. | |
7039 | |
4860 | 7040 2004-04-08 David Bateman <dbateman@free.fr> |
7041 | |
7042 * statistics/distributions/discrete_cdf.m, | |
7043 statistics/distributions/discrete_inv.m, | |
7044 statistics/distributions/discrete_pdf.m, | |
7045 statistics/distributions/discrete_rnd.m, | |
7046 statistics/distributions/exponential_cdf.m, | |
7047 statistics/distributions/exponential_inv.m, | |
7048 statistics/distributions/exponential_pdf.m, | |
7049 statistics/distributions/exponential_rnd.m, | |
7050 statistics/distributions/f_cdf.m, | |
7051 statistics/distributions/f_inv.m, | |
7052 statistics/distributions/f_pdf.m, | |
7053 statistics/distributions/f_rnd.m, | |
7054 statistics/distributions/geometric_cdf.m, | |
7055 statistics/distributions/geometric_inv.m, | |
7056 statistics/distributions/geometric_pdf.m, | |
7057 statistics/distributions/geometric_rnd.m, | |
7058 statistics/distributions/hypergeometric_rnd.m, | |
7059 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
7060 statistics/distributions/laplace_cdf.m, | |
7061 statistics/distributions/laplace_inv.m, | |
7062 statistics/distributions/laplace_pdf.m, | |
7063 statistics/distributions/laplace_rnd.m, | |
7064 statistics/distributions/logistic_inv.m, | |
7065 statistics/distributions/logistic_rnd.m, | |
7066 statistics/distributions/lognormal_cdf.m, | |
7067 statistics/distributions/lognormal_inv.m, | |
7068 statistics/distributions/lognormal_pdf.m, | |
7069 statistics/distributions/lognormal_rnd.m, | |
7070 statistics/distributions/pascal_cdf.m, | |
7071 statistics/distributions/pascal_inv.m, | |
7072 statistics/distributions/pascal_pdf.m, | |
7073 statistics/distributions/pascal_rnd.m, | |
7074 statistics/distributions/poisson_cdf.m, | |
7075 statistics/distributions/poisson_inv.m, | |
7076 statistics/distributions/poisson_pdf.m, | |
7077 statistics/distributions/poisson_rnd.m, | |
7078 statistics/distributions/t_cdf.m, | |
7079 statistics/distributions/t_inv.m, | |
7080 statistics/distributions/t_pdf.m, | |
7081 statistics/distributions/t_rnd.m, | |
7082 statistics/distributions/weibull_cdf.m, | |
7083 statistics/distributions/weibull_inv.m, | |
7084 statistics/distributions/weibull_pdf.m, | |
7085 statistics/distributions/weibull_rnd.m: | |
7086 Allow N-d arrays. | |
7087 | |
7088 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
7089 that results in NaN in places where it should not have had. | |
7090 | |
7091 * statistics/distributions/discrete_rnd.m: New argument formats to | |
7092 allow creating arbitrary matrices, compatiable with the other | |
5583 | 7093 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 7094 |
7095 * statistics/distributions/empirical_rnd.m: New argument formats | |
7096 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 7097 *_rnd.m functions. Maintain compatibility with previous |
4860 | 7098 format. Allow N-d arrays. |
7099 | |
7100 * statistics/distributions/hypergeometric_cdf.m, | |
7101 statistics/distributions/hypergeometric_inv.m, | |
7102 statistics/distributions/hypergeometric_pdf.m, | |
7103 statistics/distributions/wiener_rnd.m: | |
7104 Error for non-scalar arguments. | |
7105 | |
7106 * statistics/distributions/pascal_rnd.m: | |
7107 Correct for n = 1 bug, where all elements were equal. | |
7108 | |
4849 | 7109 2004-04-06 David Bateman <dbateman@free.fr> |
7110 | |
4854 | 7111 * general/common_size.m, miscellaneous/bincoeff.m, |
7112 statistics/distributions/beta_cdf.m, | |
7113 statistics/distributions/beta_inv.m, | |
7114 statistics/distributions/beta_pdf.m, | |
7115 statistics/distributions/beta_rnd.m, | |
7116 statistics/distributions/binomial_cdf.m, | |
7117 statistics/distributions/binomial_inv.m, | |
7118 statistics/distributions/binomial_pdf.m, | |
7119 statistics/distributions/binomial_rnd.m, | |
7120 statistics/distributions/cauchy_cdf.m, | |
7121 statistics/distributions/cauchy_inv.m, | |
7122 statistics/distributions/cauchy_pdf.m, | |
7123 statistics/distributions/cauchy_rnd.m, | |
7124 statistics/distributions/chisquare_cdf.m, | |
7125 statistics/distributions/chisquare_inv.m, | |
7126 statistics/distributions/chisquare_pdf.m, | |
7127 statistics/distributions/chisquare_rnd.m, | |
7128 statistics/distributions/gamma_cdf.m, | |
7129 statistics/distributions/gamma_inv.m, | |
7130 statistics/distributions/gamma_pdf.m, | |
7131 statistics/distributions/gamma_rnd.m, | |
7132 statistics/distributions/normal_cdf.m, | |
7133 statistics/distributions/normal_inv.m, | |
7134 statistics/distributions/normal_pdf.m, | |
7135 statistics/distributions/normal_rnd.m, | |
7136 statistics/distributions/stdnormal_cdf.m, | |
7137 statistics/distributions/stdnormal_pdf.m, | |
7138 statistics/distributions/stdnormal_rnd.m, | |
7139 statistics/distributions/uniform_cdf.m, | |
7140 statistics/distributions/uniform_inv.m, | |
7141 statistics/distributions/uniform_pdf.m, | |
7142 statistics/distributions/uniform_rnd.m: | |
7143 Allow the inputs to be N-d arrays. | |
7144 | |
4852 | 7145 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
7146 * statistics/base/median.m: Likewise. | |
4849 | 7147 |
4844 | 7148 2004-04-02 David Bateman <dbateman@free.fr> |
7149 | |
7150 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 7151 * statistics/base/center.m, statistics/base/meansq.m, |
7152 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 7153 Update for N-d arrays. |
4844 | 7154 * signal/fftshift.m: Fix dimensioning error. |
7155 | |
7156 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 7157 N-d arrays. |
4844 | 7158 |
4852 | 7159 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
7160 | |
7161 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 7162 |
4852 | 7163 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 7164 |
7165 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
7166 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
7167 control/system/sysprune.m: Doc update for usage of cell arrays. | |
7168 | |
7169 * control/system/sysidx.m: Use cellidx and not listidx. | |
7170 | |
4841 | 7171 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
7172 | |
7173 * plot/__pltopt1__.m: Always add title clause to plot command with | |
7174 default of "" (so it is off unless explicitly set by the user). | |
7175 | |
4836 | 7176 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
7177 | |
7178 * image/imshow.m: Accept "truesize" argument. | |
7179 Ignore current colormap. New tests and demos. | |
7180 | |
4834 | 7181 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
7182 | |
7183 * signal/sinewave.m: Allow N to default to M. | |
7184 | |
4826 | 7185 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7186 | |
7187 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
7188 | |
4818 | 7189 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7190 | |
7191 * general/deal.m: New function. | |
4819 | 7192 Add tests from Paul Kienzle. |
4818 | 7193 |
4811 | 7194 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
7195 | |
7196 * plot/hist.m: Compute histogram correctly for n>=30. | |
7197 | |
5095 | 7198 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 7199 |
7200 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
7201 | |
4806 | 7202 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7203 | |
7204 * miscellaneous/horzcat.m: Delete. | |
7205 * miscellaneous/vertcat.m: Delete. | |
7206 | |
4790 | 7207 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7208 | |
7209 * plot/figure.m: Also look for GNUTERM in the environment and use | |
7210 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
7211 | |
4789 | 7212 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7213 | |
7214 * control/base/__stepimp__.m: Only call clearplot if we will be | |
7215 doing multiple plots in the same gnuplot frame. | |
7216 | |
4780 | 7217 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7218 | |
7219 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
7220 control/system/cellidx.m, control/system/ss.m, | |
7221 control/system/tf.m, control/system/zp.m: New functions. | |
7222 | |
4778 | 7223 2004-02-16 Glenn Golden <gdg@zplane.com> |
7224 | |
7225 * statistics/distributions/discrete_inv.m: | |
7226 Reduce memory requirements. | |
7227 | |
4772 | 7228 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7229 | |
7230 * plot/__errcomm__.m: Fix thinko in previous change. | |
7231 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
7232 | |
4771 | 7233 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
7234 | |
7235 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
7236 control/base/analdemo.m, control/base/bddemo.m, | |
7237 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
7238 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
7239 control/base/rldemo.m, control/base/rlocus.m, | |
7240 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
7241 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
7242 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
7243 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
7244 control/obsolete/packsys.m, control/obsolete/series.m, | |
7245 control/system/__sysdefioname__.m, | |
7246 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
7247 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
7248 control/system/c2d.m, control/system/d2c.m, | |
7249 control/system/dmr2d.m, control/system/fir2sys.m, | |
7250 control/system/is_signal_list.m, control/system/is_siso.m, | |
7251 control/system/jet707.m, control/system/listidx.m, | |
7252 control/system/moddemo.m, control/system/ord2.m, | |
7253 control/system/packedform.m, control/system/parallel.m, | |
7254 control/system/ss2sys.m, control/system/sys2tf.m, | |
7255 control/system/sys2zp.m, control/system/sysadd.m, | |
7256 control/system/sysappend.m, control/system/sysconnect.m, | |
7257 control/system/syscont.m, control/system/sysdimensions.m, | |
7258 control/system/sysdisc.m, control/system/sysdup.m, | |
7259 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
7260 control/system/sysgroup.m, control/system/sysmin.m, | |
7261 control/system/sysmult.m, control/system/sysprune.m, | |
7262 control/system/sysrepdemo.m, control/system/sysscale.m, | |
7263 control/system/syssetsignals.m, control/system/syssub.m, | |
7264 control/system/sysupdate.m, control/system/tf2sys.m, | |
7265 control/system/ugain.m, control/system/zp2ss.m, | |
7266 control/system/zp2sys.m, control/util/__outlist__.m, | |
7267 control/util/__zgpbal__.m, control/util/strappend.m: | |
7268 Use cell arrays instead of lists. | |
7269 | |
4723 | 7270 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
7271 | |
7272 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
7273 so that bar (1, 1) will work. | |
7274 | |
4710 | 7275 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7276 | |
4717 | 7277 * plot/__errcomm__.m: Cope with nargin now being a function. |
7278 * plot/__errplot__.m: Likewise. | |
7279 * plot/__plt__.m: Likewise. | |
7280 * plot/plot_border.m: Likewise. | |
7281 | |
4710 | 7282 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
7283 not $(DOCSTRINGS). | |
7284 | |
4706 | 7285 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
7286 | |
7287 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
7288 rank ([], tol). | |
7289 | |
4691 | 7290 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7291 | |
4692 | 7292 * elfun/acot.m: Return atan (1./z). |
7293 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
7294 | |
4691 | 7295 * miscellaneous/dir.m: New file. |
7296 | |
7297 * general/num2str.m: Use "%d" as format if values are ints with | |
7298 magnitude less than 1e10. | |
7299 | |
7300 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7301 | |
7302 * general/num2str.m: If single arg is string, return it. | |
7303 | |
7304 * miscellaneous/not.m: New file. | |
7305 | |
7306 * miscellaneous/unix.m: New file. | |
7307 | |
7308 * miscellaneous/isunix.m: New file. | |
7309 * miscellaneous/ispc.m: New file. | |
7310 | |
7311 * miscellaneous/computer.m: New file. | |
7312 | |
7313 * miscellaneous/delete.m: New file. | |
7314 | |
4689 | 7315 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7316 | |
7317 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
7318 | |
7319 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7320 | |
7321 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
7322 Always return substituted version of LOADPATH if nargout != 0. | |
7323 | |
4685 | 7324 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
7325 | |
7326 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
7327 before continuing. | |
7328 | |
7329 * miscellaneous/fileparts.m: Allow name to start with ".". | |
7330 | |
4677 | 7331 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7332 | |
7333 * general/ind2sub.m: New file. | |
7334 * general/sub2ind.m: New file. | |
7335 | |
4675 | 7336 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7337 | |
7338 * control/system/zp2ss.m: Don't save and restore | |
7339 warn_empty_list_elements. | |
7340 | |
7341 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
7342 | |
6778 | 7343 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 7344 |
4673 | 7345 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
7346 | |
7347 * statistics/base/mean.m: Remove special case for row vectors. | |
7348 | |
4637 | 7349 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
7350 | |
7351 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
7352 | |
4631 | 7353 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
7354 | |
7355 * statistics/base/iqr.m: Handle matrices. | |
7356 | |
4630 | 7357 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7358 | |
7359 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
7360 | |
4629 | 7361 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7362 | |
7363 * miscellaneous/path.m: Fix thinko in previous change. | |
7364 | |
4609 | 7365 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
7366 | |
4629 | 7367 * control/base/dare.m: Check positive (semi)definiteness and |
7368 dimensions of r (and q). | |
7369 * control/base/dlqr.m: Check stabilizability of (A,B), | |
7370 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
7371 near unit circle. | |
4611 | 7372 |
7373 * control/system/is_detectable.m: Use Hautus Lemma. | |
7374 Correct the behavior for discrete-time systems. | |
7375 * control/system/is_stabilizable.m: Likewise. | |
7376 | |
4609 | 7377 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
7378 | |
7379 * linear-algebra/krylovb.m: Fix typo in usage message. | |
7380 | |
4610 | 7381 * general/isdefinite.m: New function. |
7382 | |
4567 | 7383 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
7384 | |
7385 * general/reshape: Delete. | |
7386 | |
4559 | 7387 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
7388 | |
7389 * general/numel.m: Delete. | |
7390 | |
4535 | 7391 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7392 | |
4536 | 7393 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
7394 | |
7395 * deprecated/isstr.m: New file. | |
4535 | 7396 |
4529 | 7397 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7398 | |
7399 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
7400 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
7401 | |
4525 | 7402 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
7403 | |
7404 * statistics/base/mean.m: Fix missing semicolon problem. | |
7405 | |
4503 | 7406 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
7407 | |
7408 * plot/subplot.m: New global variable, __multiplot_scale__. | |
7409 | |
4492 | 7410 2003-08-29 David Castelow <DCastelow@Airspan.com> |
7411 | |
7412 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
7413 Allow optional length argument. | |
7414 | |
4491 | 7415 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
7416 | |
7417 * polynomial/polyfit.m: Avoid calling flipud. | |
7418 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
7419 Return structure as second output value for improved Matlab | |
7420 compatibility. | |
7421 | |
4476 | 7422 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
7423 | |
4478 | 7424 * linear-algebra/cond.m: Behave as though old built-in variable |
7425 propagate_empty_matrices is always 1. Also handle empty matrices | |
7426 with one non-zero dimension. | |
7427 | |
4476 | 7428 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
7429 warn_single_quote_string to the list. | |
4478 | 7430 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
7431 from the list. | |
4476 | 7432 |
5095 | 7433 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 7434 |
7435 * signal/autocov.m: Transpose result of conj because diag returns | |
7436 a column vector, not a row vector. | |
7437 | |
7438 * audio/playaudio.m, audio/record.m, image/image.m, | |
7439 miscellaneous/bug_report.m: Protect spaces in filenames | |
7440 with quotes. | |
7441 | |
4466 | 7442 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7443 | |
4468 | 7444 * io/printf.m, io/puts.m: Delete. |
7445 | |
4466 | 7446 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
7447 default_return_value from the list. | |
7448 Add warn_undefined_return_values to the list. | |
7449 | |
7450 | |
4464 | 7451 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7452 | |
7453 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
7454 and initialize_global_variables from the list. | |
7455 | |
4460 | 7456 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
7457 | |
4463 | 7458 * image/colormap.m: Don't save and restore default_eval_print_flag. |
7459 | |
7460 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
7461 | |
7462 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
7463 * control/system/sys2fir.m: Likewise. | |
7464 | |
7465 * control/system/is_siso.m: Use && instead of & where appropriate. | |
7466 * control/system/__tf2sysl__.m: Likewise. | |
7467 | |
7468 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
7469 | |
7470 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
7471 and [] concatenation. | |
7472 * control/system/sys2fir.m: Likewise. | |
7473 | |
7474 * control/base/dgram.m, control/base/freqchkw.m, | |
7475 control/base/gram.m, control/system/__abcddims__.m, | |
7476 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
7477 control/system/is_sample.m, control/system/is_signal_list.m, | |
7478 control/system/is_siso.m, control/system/sys2fir.m, | |
7479 control/system/syschtsam.m, control/system/sysgettsam.m, | |
7480 control/system/sysgettype.m, control/system/tf2zp.m, | |
7481 control/system/ugain.m, control/util/prompt.m, | |
7482 control/util/run_cmd.m, control/util/zgrownorm.m, | |
7483 control/util/zgshsr.m: | |
7484 Improve conformance to Octave coding style. | |
7485 | |
4461 | 7486 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
7487 the list. | |
7488 Delete resize_on_range_error from the list. | |
7489 | |
4460 | 7490 * control/base/pzmap.m, control/base/place.m, |
7491 control/base/__freqresp__.m, control/system/sysappend.m, | |
7492 control/system/syscont.m, control/system/sysdisc.m, | |
7493 control/system/sysgroup.m, control/system/tfout.m, | |
7494 control/system/zp2ss.m, control/system/zpout.m, | |
7495 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
7496 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
7497 empty_list_elements_ok. | |
7498 | |
7499 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
7500 Delete empty_list_elements_ok from the list. | |
7501 | |
4457 | 7502 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7503 | |
7504 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
7505 list. | |
7506 Delete treat_neg_dim_as_zero from the list. | |
7507 | |
7508 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
7509 | |
4451 | 7510 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7511 | |
4455 | 7512 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
7513 was not used in the code in any case). | |
7514 | |
7515 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
7516 do_fortran_indexing. | |
7517 | |
4452 | 7518 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
7519 implict_str_to_num_ok. Use unwind_protect block to do it. | |
7520 | |
4451 | 7521 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
7522 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 7523 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 7524 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
7525 warn_fortran_indexing in the list. | |
7526 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
7527 implicit_str_to_num_ok, do_fortran_indexing, and | |
7528 prefer_column_vectors from list. | |
4451 | 7529 |
4440 | 7530 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7531 | |
7532 * Makefile.in (distclean, maintainer-clean): Also remove | |
7533 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
7534 directory. | |
7535 | |
5095 | 7536 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 7537 |
7538 * plot/hist.m: Don't forget to define n if x is a vector. | |
7539 | |
5095 | 7540 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 7541 |
7542 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
7543 return "." with extension. | |
7544 | |
4422 | 7545 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7546 | |
7547 * control/base/__stepimp__.m, control/base/nichols.m, | |
7548 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
7549 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
7550 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
7551 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
7552 Eliminate gnuplot_has_multiplot (assume it is always true). | |
7553 | |
4413 | 7554 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7555 | |
7556 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
7557 | |
5095 | 7558 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 7559 |
7560 * plot/hist.m: Improve performance by using different algorithms | |
7561 depending on number of bins. | |
7562 | |
4404 | 7563 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7564 | |
7565 * control/system/sysadd.m: If systems are not "tf", convert before | |
7566 adding. | |
7567 | |
5095 | 7568 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 7569 |
7570 * image/imagesc.m: Accept data limits parameter for colormap. | |
7571 | |
5095 | 7572 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 7573 |
7574 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
7575 the impulse by t_step. | |
7576 | |
4373 | 7577 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7578 | |
7579 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
7580 column vectors. | |
7581 | |
5095 | 7582 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 7583 |
7584 * linear-algebra/null.m: Handle empty matrix arg. | |
7585 | |
4369 | 7586 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7587 | |
7588 * general/shift.m: Force empty_list_elements_ok to 1. | |
7589 | |
4358 | 7590 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7591 | |
7592 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
7593 New files. | |
7594 | |
4348 | 7595 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
7596 | |
7597 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
7598 function handle to pass to feval. | |
7599 * statistics/base/qqplot.m: Likewise. | |
7600 * statistics/base/ppplot.m: Likewise. | |
7601 * signal/spectral_xdf.m: Likewise. | |
7602 * signal/spectral_adf.m: Likewise. | |
7603 | |
4340 | 7604 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7605 | |
7606 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
7607 | |
4334 | 7608 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7609 | |
7610 * linear-algebra/logm.m: New file. | |
7611 | |
5095 | 7612 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 7613 |
7614 * mkpkgadd: Scan C++ files as well | |
7615 | |
5095 | 7616 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 7617 |
7618 * strings/findstr.m: Return empty set for zero-length target. | |
7619 | |
5095 | 7620 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 7621 |
7622 * set/union.m: Preserve the orientation of inputs. | |
7623 | |
4305 | 7624 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7625 | |
7626 * general/int2str.m: Eliminate leading spaces. | |
7627 | |
4303 | 7628 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7629 | |
7630 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
7631 | |
5095 | 7632 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 7633 |
7634 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
7635 $(BUILD_LDFLAGS) to compiler. | |
7636 | |
4295 | 7637 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7638 | |
7639 * general/num2str.m: Don't specify field width for scalars. | |
7640 | |
4292 | 7641 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7642 | |
7643 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
7644 | |
4265 | 7645 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
7646 | |
4279 | 7647 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
7648 | |
4266 | 7649 * miscellaneous/tempname.m: New file. |
7650 | |
7651 * miscellaneous/tempdir.m: New file. | |
7652 | |
4265 | 7653 * miscellaneous/fullfile.m: New file. |
7654 | |
4259 | 7655 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7656 | |
4264 | 7657 * miscellaneous/fileparts.m: New file. |
7658 | |
7659 * io/beep.m: New file. | |
7660 | |
4260 | 7661 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
7662 format only. | |
4259 | 7663 |
4257 | 7664 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7665 | |
7666 * strings/strcmp.m: Handle cell arrays of strings. | |
7667 | |
4229 | 7668 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7669 | |
7670 * general/int2str.m: Handle matrices. | |
7671 * general/num2str.m: Likewise. | |
7672 Also handle optional precision, and format args. | |
7673 | |
4225 | 7674 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7675 | |
7676 * audio/Makefile.in, control/base/Makefile.in, | |
7677 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7678 control/system/Makefile.in, elfun/Makefile.in, | |
7679 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
7680 io/Makefile.in, linear-algebra/Makefile.in, | |
7681 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
7682 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
7683 specfun/Makefile.in, special-matrix/Makefile.in, | |
7684 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7685 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7686 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
7687 deprecated/Makefile.in: Use new do-script-install and | |
7688 do-script-uninstall macros. | |
7689 | |
7690 * mkpkgadd: New script. | |
7691 | |
7692 * plot/close.m: New file. | |
7693 | |
4184 | 7694 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7695 | |
7696 * image/image.m: Use -raw option for xv. | |
7697 From Remy Bruno <remy.bruno@libertysurf.fr> | |
7698 | |
4172 | 7699 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
7700 | |
4174 | 7701 * control/base/lsim.m: Use approximate test for step size change. |
7702 | |
4172 | 7703 * signal/bartlett.m: Avoid row/column mismatch error. |
7704 | |
5095 | 7705 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 7706 |
7707 * statistics/base/var.m: Use better formula for improved accuracy. | |
7708 | |
5095 | 7709 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 7710 |
7711 * control/base/lsim.m: Correct doc string. | |
7712 | |
5095 | 7713 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 7714 |
7715 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
7716 | |
4148 | 7717 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7718 | |
7719 * plot/contour.m: Handle x and y as matrices too. | |
7720 | |
5095 | 7721 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 7722 |
7723 * plot/contour.m: Fix error and usage messages. | |
7724 | |
4146 | 7725 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7726 | |
7727 * plot/contour.m: Correct orientation of plot. | |
7728 | |
4139 | 7729 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
7730 | |
7731 * control/base/analdemo.m: Fix typo. | |
7732 | |
5095 | 7733 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 7734 |
7735 * statistics/distributions/discrete_pdf.m: Fix typo. | |
7736 | |
4098 | 7737 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7738 | |
7739 * mkdoc: Exit immediately on errors. | |
7740 Exit with error if gethelp does not exist. | |
7741 | |
7742 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
7743 | |
4093 | 7744 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7745 | |
7746 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
7747 | |
5095 | 7748 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 7749 |
7750 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
7751 * statistics/distributions/normal_pdf.m: Likewise. | |
7752 * statistics/distributions/normal_inv.m: Likewise. | |
7753 | |
5095 | 7754 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 7755 |
7756 * specfun/erfinv.m: Return NaN for NaN inputs. | |
7757 | |
5095 | 7758 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 7759 |
7760 * statistics/base/var.m: Handle complex values. | |
7761 | |
4031 | 7762 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7763 | |
7764 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
7765 list. | |
7766 * deprecated/Makefile.in: New file. | |
7767 | |
5095 | 7768 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 7769 |
7770 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
7771 * statistics/distributions/binomial_cdf.m: Likewise. | |
7772 * statistics/distributions/f_cdf.m: Likewise. | |
7773 * statistics/distributions/t_cdf.m: Likewise. | |
7774 | |
7775 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
7776 * specfun/beta.m: Likewise. | |
7777 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
7778 * statistics/distributions/gamma_pdf.m: Likewise. | |
7779 * statistics/distributions/poisson_pdf.m: Likewise. | |
7780 | |
7781 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
7782 * statistics/distributions/poisson_cdf.m: Likewise. | |
7783 | |
4026 | 7784 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7785 | |
4028 | 7786 * deprecated/is_bool.m: New file. |
7787 * deprecated/is_complex.m: New file. | |
7788 * deprecated/is_global.m: New file. | |
7789 * deprecated/is_list.m: New file. | |
7790 * deprecated/is_matrix.m: New file. | |
7791 * deprecated/is_scalar.m: New file. | |
7792 * deprecated/is_square.m: New file. | |
7793 * deprecated/is_stream.m: New file. | |
7794 * deprecated/is_struct.m: New file. | |
7795 * deprecated/is_symmetric.m: New file. | |
7796 * deprecated/is_vector.m: New file. | |
4030 | 7797 * Change all callers of these functions to use the new names. |
4028 | 7798 |
4029 | 7799 * deprecated: New directory. |
7800 * Makefile.in (SUBDIRS): Add it to the list. | |
7801 | |
4026 | 7802 * general/isscalar.m: Rename from is_scalar.m. |
7803 * general/issquare.m: Rename from is_square.m. | |
7804 * general/issymmetric.m: Rename from is_symmetric.m. | |
7805 * general/isvector.m: Rename from is_vector.m. | |
7806 | |
4022 | 7807 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7808 | |
7809 * statistics/base/mean.m: Allow empty matrices. | |
7810 Handle DIM arg. | |
7811 | |
5095 | 7812 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 7813 |
7814 * plot/__errcomm__.m: If format is not specified, default to error | |
7815 bar format. | |
7816 | |
4011 | 7817 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7818 | |
7819 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
7820 __F_SETFL__ and __O_NONBLOCK__. | |
7821 | |
7822 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
7823 * miscellaneous/bug_report.m: Likewise. | |
7824 | |
4007 | 7825 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7826 | |
4008 | 7827 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
7828 * general/rem.m: Likewise. | |
7829 | |
7830 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
7831 * plot/semilogxerr.m: Likewise. | |
4007 | 7832 * plot/semilogyerr.m: Likewise. |
7833 | |
5095 | 7834 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 7835 |
7836 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
7837 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
7838 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
7839 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
7840 | |
7841 * plot/errorbar.m: Use __errcomm__.m. | |
7842 * plot/__errplot__.m: Minor cleanups. | |
7843 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
7844 * plot/__pltopt1__.m: Likewise. | |
7845 | |
3980 | 7846 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7847 | |
3981 | 7848 * general/rem.m: Delete redundant call to usage. |
7849 | |
3980 | 7850 * general/mod.m: Additional error checks, Texinfoize doc string. |
7851 | |
5095 | 7852 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 7853 |
7854 * general/mod.m: New function. | |
7855 | |
3979 | 7856 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7857 | |
7858 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
7859 * control/system/sysadd.m: Likewise. | |
7860 * control/system/sysgroup.m: Likewise. | |
7861 * control/system/syssub.m: Likewise. | |
7862 * elfun/gcd.m: Likewise. | |
7863 * elfun/lcm.m: Likewise. | |
7864 * general/common_size.m: Likewise. | |
7865 * io/printf.m: Likewise. | |
7866 * miscellaneous/menu.m: Likewise. | |
7867 * miscellaneous/path.m: Likewise. | |
7868 * plot/__errplot__.m: Likewise. | |
7869 * plot/__plt__.m: Likewise. | |
7870 * plot/axis.m: Likewise. | |
7871 * plot/errorbar.m: Likewise. | |
7872 * plot/mplot.m: Likewise. | |
7873 * plot/loglog.m: Likewise. | |
7874 * plot/plot.m: Likewise. | |
7875 * plot/plot_border.m: Likewise. | |
7876 * plot/semilogx.m: Likewise. | |
7877 * plot/semilogy.m: Likewise. | |
7878 * plot/xlabel.m: Likewise. | |
7879 * plot/ylabel.m: Likewise. | |
7880 * plot/zlabel.m: Likewise. | |
7881 * statistics/base/ppplot.m: Likewise. | |
7882 * statistics/base/qqplot.m: Likewise. | |
7883 * statistics/tests/bartlett_test.m: Likewise. | |
7884 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
7885 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
7886 * strings/str2mat.m: Likewise. | |
7887 * strings/strcat.m: Likewise. | |
7888 | |
5095 | 7889 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 7890 |
7891 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
7892 | |
3924 | 7893 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7894 | |
7895 * skip-autoheader: New file, for autogen.sh. | |
3925 | 7896 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 7897 |
5095 | 7898 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 7899 |
7900 * general/repmat.m: New function. | |
7901 | |
5095 | 7902 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 7903 |
7904 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
7905 Use optional parameter to specify the number of bits in the input. | |
7906 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
7907 floats in the range [-1,1], 2x speedup. | |
7908 | |
7909 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
7910 | |
3910 | 7911 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7912 | |
7913 * linear-algebra/kron.m: Delete. | |
7914 | |
5095 | 7915 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 7916 |
7917 * signal/freqz.m: If nargout is zero, plot results instead of | |
7918 returning them. | |
7919 * signal/freqz_plot.m: New file. | |
7920 | |
5095 | 7921 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 7922 |
5378 | 7923 * signal/unwrap.m: New file. |
3906 | 7924 |
5095 | 7925 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 7926 |
7927 * image/rgb2hsv.m: Faster, more accurate, remove the | |
7928 divide by zero warning. | |
7929 | |
5095 | 7930 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 7931 |
3894 | 7932 * strings/deblank.m: Trim \0 as well as blank. |
7933 | |
5378 | 7934 * freqz.m: Evaluate a specific range of frequencies |
3893 | 7935 expressed in radians or Hz relative to a supplied sample rate. |
7936 | |
5095 | 7937 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 7938 |
7939 * signal/fftfilt.m: Filter columns if called with a matrix. | |
7940 | |
3891 | 7941 * strings/findstr.m: Vectorize as much as possible. |
7942 | |
5095 | 7943 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 7944 |
7945 * special-matrix/invhilb.m: New version that is faster and more | |
7946 accurate. | |
7947 | |
5095 | 7948 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 7949 |
7950 * configure.in: Update for autoconf 2.5x. | |
7951 | |
5095 | 7952 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 7953 |
7954 * special-matrix/vander.m: Code tidy and vectorize. | |
7955 | |
5095 | 7956 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 7957 |
3883 | 7958 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
7959 to vectors. Issue a warning in the case x matches y' but return a | |
7960 column vector as Octave currently does. | |
7961 | |
3882 | 7962 * plot/contour.m: Set default number of levels for contour(x,y,z). |
7963 | |
7964 * control/system/starp.m: Leave more of the documentation | |
7965 processing to texinfo and less to the @format block. | |
7966 | |
7967 * image/imagesc.m: Only display image if no output is requested. | |
7968 Code tidying. | |
7969 | |
3876 | 7970 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7971 | |
7972 * statistics/base/center.m: Accept and return empty matrix. | |
7973 | |
3872 | 7974 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7975 | |
7976 * specfun/erfinv.m: Fix usage message. | |
7977 | |
3869 | 7978 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7979 | |
7980 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
7981 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
7982 | |
3837 | 7983 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
7984 | |
7985 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
7986 capitalized variable names. | |
7987 | |
3836 | 7988 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
7989 | |
7990 * m/image/saveimage.m: fix saving an image to Postscript format. | |
7991 | |
5095 | 7992 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 7993 |
7994 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
7995 | |
3803 | 7996 2001-02-28 Kai Habel <kai.habel@gmx.de> |
7997 | |
3833 | 7998 * general/cart2pol.m: New file. |
7999 * general/pol2cart.m: New file. | |
8000 * general/cart2sph.m: New file. | |
8001 * general/sph2cart.m: New file. | |
8002 * image/rgb2hsv.m: New file. | |
8003 * image/hsv2rgb.m: New file. | |
3803 | 8004 |
8005 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
8006 | |
8007 * plot/meshgrid.m: Avoid for loops. | |
8008 * plot/meshdom.m: Likewise. | |
8009 | |
3801 | 8010 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8011 | |
8012 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
8013 | |
8014 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
8015 | |
8016 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
8017 norm. | |
8018 | |
3792 | 8019 2001-02-09 David Livings <david.livings@asa.co.uk> |
8020 | |
8021 * statistics/tests/welch_test.m: Fix typo. | |
8022 | |
8023 * statistics/distributions/chisquare_cdf.m: | |
8024 Don't restrict inputs to be only positive integers. | |
8025 * statistics/distributions/chisquare_inv.m: Likewise. | |
8026 * statistics/distributions/chisquare_pdf.m: Likewise. | |
8027 * statistics/distributions/chisquare_rnd.m: Likewise. | |
8028 * statistics/distributions/f_cdf.m: Likewise. | |
8029 * statistics/distributions/f_inv.m: Likewise. | |
8030 * statistics/distributions/f_pdf.m: Likewise. | |
8031 * statistics/distributions/f_rnd.m: Likewise. | |
8032 * statistics/distributions/t_cdf.m: Likewise. | |
8033 * statistics/distributions/t_inv.m: Likewise. | |
8034 * statistics/distributions/t_pdf.m: Likewise. | |
8035 * statistics/distributions/t_rnd.m: Likewise. | |
8036 | |
3790 | 8037 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8038 | |
8039 * strings/dec2base.m: New file. | |
8040 * strings/base2dec.m: New file. | |
8041 * strings/strjust.m: New file. | |
8042 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
8043 * strings/dec2bin.m: Likewise. | |
8044 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
8045 * strings/bin2dec.m: Likewise. | |
8046 | |
5095 | 8047 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 8048 |
8049 * statistics/base/ppplot.m: Use gset, not set. | |
8050 * statistics/base/qqplot.m: Likewise. | |
8051 | |
5095 | 8052 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 8053 |
8054 * control/system/c2d.m: Add missing endif. | |
8055 | |
3759 | 8056 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8057 | |
8058 * strings/index.m: Return 0 if either string is empty. | |
8059 | |
8060 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
8061 | |
8062 * control/system/c2d.m: Allow option of matched pole/zero | |
8063 equivalent for conversion. | |
8064 | |
8065 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
8066 | |
8067 * strings/findstr.m: Return empty matrix if search string is empty. | |
8068 | |
3757 | 8069 2000-12-15 Kai Habel <kai.habel@gmx.de> |
8070 | |
8071 * saveimage.m: Do create rawbit image for black and white images, | |
8072 but do it correctly. | |
8073 | |
3754 | 8074 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8075 | |
6778 | 8076 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
8077 result polynomials. | |
3754 | 8078 |
3748 | 8079 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8080 | |
8081 * image/saveimage.m: Don't try to create rawbit image. | |
8082 | |
3740 | 8083 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8084 | |
8085 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
8086 | |
5095 | 8087 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 8088 |
8089 * plot/contour.m: Reorder args for Matlab compatibility. | |
8090 | |
3727 | 8091 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
8092 | |
8093 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
8094 | |
3717 | 8095 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8096 | |
3718 | 8097 * plot/errorbar.m, plot/__errplot__.m: New functions. |
8098 | |
3717 | 8099 * plot/mesh.m: Also set nologscale before plotting. |
8100 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
8101 xyerrorbars instead of just errorbars. | |
8102 | |
3714 | 8103 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
8104 | |
8105 * image/image.m: Try display (from ImageMagick) first. | |
8106 | |
3709 | 8107 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
8108 | |
8109 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
8110 conjugate transpose. | |
8111 | |
3705 | 8112 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8113 | |
8114 * strings/str2mat.m: Apply setstr to each argument. | |
8115 | |
3696 | 8116 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
8117 | |
8118 * control/base/dkalman.m: New file. | |
8119 * control/base/dlqe.m: Handle singular A matrix. | |
8120 * control/base/dlqr.m: Likewise. | |
8121 | |
3695 | 8122 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8123 | |
8124 * strings/strcmp.m: Return 0 instead of an error if row and column | |
8125 dimensions don't match. | |
8126 | |
3690 | 8127 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
8128 | |
8129 * plot/hist.m: Allow 3 argument form to work. | |
8130 | |
5095 | 8131 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 8132 |
8133 * plot/plot.m: Add examples in doc string. | |
8134 | |
5095 | 8135 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 8136 |
8137 * control/base/__stepimp__.m: Reset multiplot state when done. | |
8138 Do the right thing even if automatic_replot is not zero. | |
8139 Avoid failure if system has pure imaginary poles. | |
8140 | |
3674 | 8141 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8142 | |
8143 * general/logical.m: Return arg if it is empty. Better error | |
8144 message for non-numeric types. | |
8145 | |
5095 | 8146 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 8147 |
8148 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
8149 about difference with Matlab dlqe function. | |
8150 | |
8151 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
8152 | |
5095 | 8153 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 8154 |
8155 * strings/strrep.m: Fix typo. | |
8156 | |
3666 | 8157 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8158 | |
8159 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
8160 | |
5095 | 8161 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 8162 |
8163 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 8164 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 8165 |
5095 | 8166 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 8167 |
8168 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
8169 guess for iteration. | |
8170 | |
3651 | 8171 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8172 | |
8173 * image/image.m: Allow image (A) or image (x, y, A). | |
8174 * image/imagesc.m: Likewise. | |
8175 | |
8176 * image/image.m: If zoom is not supplied, or if it is an empty | |
8177 matrix, autoscale the image. | |
8178 | |
3618 | 8179 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8180 | |
3619 | 8181 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
8182 Undo string escapes in text twice(!) before sending to gnuplot. | |
8183 | |
3618 | 8184 * image/saveimage.m: Add comment to file saying who created it and |
8185 when it was created. Suggested by Stephen Eglen | |
8186 <stephen@cogsci.ed.ac.uk>. | |
8187 | |
5095 | 8188 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 8189 |
8190 * polynomial/polyreduce.m: Simplify by looking for the first | |
8191 non-zero element rather than the last of the first set of zero | |
8192 elements. | |
8193 | |
8194 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
8195 | |
5095 | 8196 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 8197 |
8198 * image/saveimage.m: Swap black and white colormaps so zero is | |
8199 displayed as black and 1 is displayed as white. | |
8200 Fix indexing bug in ppm case. | |
8201 | |
3604 | 8202 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
8203 | |
8204 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
8205 between the two distributions (took same approach as ks.test() in R.) | |
8206 | |
3603 | 8207 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8208 | |
8209 * control/base/bode.m: Temporarily disable automatic_replot. | |
8210 | |
3599 | 8211 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8212 | |
3601 | 8213 * Makefile.in (clean): Also remove gethelp. |
8214 | |
3599 | 8215 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
8216 | |
5095 | 8217 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 8218 |
8219 * set/create_set.m: Use find to avoid while loop. | |
8220 | |
5095 | 8221 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 8222 |
8223 * plot/hist.m: New optional third argument. | |
8224 | |
8225 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8226 | |
8227 * miscellaneous/bug_report.m: Use octave-bug script with version | |
8228 number appended. | |
8229 | |
3575 | 8230 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8231 | |
8232 * gethelp.cc: Sprinkle with std:: qualifier. | |
8233 | |
3498 | 8234 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8235 | |
8236 * image/saveimage.m: Delete some debugging code. | |
8237 | |
3486 | 8238 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
8239 | |
8240 * signal/sinc.m: Avoid reshaping. | |
8241 | |
8242 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
8243 * image/ind2rgb.m: Ditto. | |
8244 * image/ind2gray.m: Ditto. | |
8245 * general/reshape.m: Ditto. Also no longer needs to reset | |
8246 implicit_str_to_num_ok. | |
8247 | |
3483 | 8248 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
8249 | |
8250 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
8251 a list of file structures, not a vector of numeric file ids. | |
8252 | |
3474 | 8253 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8254 | |
3476 | 8255 * plot/__axis_label__.m: New function. |
8256 Undo string escapes in text twice(!) before sending to gnuplot. | |
8257 * plot/xlabel.m: Use it. | |
8258 * plot/ylabel.m: Ditto. | |
8259 * plot/zlabel.m: Ditto. | |
8260 | |
3474 | 8261 * plot/mesh.m: Fix error message to reflect reality. |
8262 | |
5095 | 8263 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 8264 |
8265 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
8266 | |
5095 | 8267 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 8268 |
8269 * audio/saveaudio.m: Also accept files with .ul extension. | |
8270 * audio/loadaudio.m: Ditto. | |
8271 * audio/playaudio.m: Ditto. | |
8272 | |
3456 | 8273 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8274 | |
8275 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
8276 * statistics/distributions/beta_inv.m: Ditto. | |
8277 * statistics/distributions/beta_pdf.m: Ditto. | |
8278 * statistics/distributions/beta_rnd.m: Ditto. | |
8279 * statistics/distributions/binomial_cdf.m: Ditto. | |
8280 * statistics/distributions/binomial_inv.m: Ditto. | |
8281 * statistics/distributions/binomial_pdf.m: Ditto. | |
8282 * statistics/distributions/binomial_rnd.m: Ditto. | |
8283 * statistics/distributions/cauchy_cdf.m: Ditto. | |
8284 * statistics/distributions/cauchy_inv.m: Ditto. | |
8285 * statistics/distributions/cauchy_pdf.m: Ditto. | |
8286 * statistics/distributions/cauchy_rnd.m: Ditto. | |
8287 * statistics/distributions/chisquare_cdf.m: Ditto. | |
8288 * statistics/distributions/chisquare_inv.m: Ditto. | |
8289 * statistics/distributions/chisquare_pdf.m: Ditto. | |
8290 * statistics/distributions/chisquare_rnd.m: Ditto. | |
8291 * statistics/distributions/discrete_cdf.m: Ditto. | |
8292 * statistics/distributions/discrete_inv.m: Ditto. | |
8293 * statistics/distributions/discrete_pdf.m: Ditto. | |
8294 * statistics/distributions/discrete_rnd.m: Ditto. | |
8295 * statistics/distributions/empirical_cdf.m: Ditto. | |
8296 * statistics/distributions/empirical_inv.m: Ditto. | |
8297 * statistics/distributions/empirical_pdf.m: Ditto. | |
8298 * statistics/distributions/empirical_rnd.m: Ditto. | |
8299 * statistics/distributions/exponential_cdf.m: Ditto. | |
8300 * statistics/distributions/exponential_inv.m: Ditto. | |
8301 * statistics/distributions/exponential_pdf.m: Ditto. | |
8302 * statistics/distributions/exponential_rnd.m: Ditto. | |
8303 * statistics/distributions/f_cdf.m: Ditto. | |
8304 * statistics/distributions/f_inv.m: Ditto. | |
8305 * statistics/distributions/f_pdf.m: Ditto. | |
8306 * statistics/distributions/f_rnd.m: Ditto. | |
8307 * statistics/distributions/gamma_cdf.m: Ditto. | |
8308 * statistics/distributions/gamma_inv.m: Ditto. | |
8309 * statistics/distributions/gamma_pdf.m: Ditto. | |
8310 * statistics/distributions/gamma_rnd.m: Ditto. | |
8311 * statistics/distributions/geometric_cdf.m: Ditto. | |
8312 * statistics/distributions/geometric_inv.m: Ditto. | |
8313 * statistics/distributions/geometric_pdf.m: Ditto. | |
8314 * statistics/distributions/geometric_rnd.m: Ditto. | |
8315 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
8316 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
8317 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
8318 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
8319 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
8320 * statistics/distributions/laplace_cdf.m: Ditto. | |
8321 * statistics/distributions/laplace_inv.m: Ditto. | |
8322 * statistics/distributions/laplace_pdf.m: Ditto. | |
8323 * statistics/distributions/laplace_rnd.m: Ditto. | |
8324 * statistics/distributions/logistic_cdf.m: Ditto. | |
8325 * statistics/distributions/logistic_inv.m: Ditto. | |
8326 * statistics/distributions/logistic_pdf.m: Ditto. | |
8327 * statistics/distributions/logistic_rnd.m: Ditto. | |
8328 * statistics/distributions/lognormal_cdf.m: Ditto. | |
8329 * statistics/distributions/lognormal_inv.m: Ditto. | |
8330 * statistics/distributions/lognormal_pdf.m: Ditto. | |
8331 * statistics/distributions/lognormal_rnd.m: Ditto. | |
8332 * statistics/distributions/normal_cdf.m: Ditto. | |
8333 * statistics/distributions/normal_inv.m: Ditto. | |
8334 * statistics/distributions/normal_pdf.m: Ditto. | |
8335 * statistics/distributions/normal_rnd.m: Ditto. | |
8336 * statistics/distributions/pascal_cdf.m: Ditto. | |
8337 * statistics/distributions/pascal_inv.m: Ditto. | |
8338 * statistics/distributions/pascal_pdf.m: Ditto. | |
8339 * statistics/distributions/pascal_rnd.m: Ditto. | |
8340 * statistics/distributions/poisson_cdf.m: Ditto. | |
8341 * statistics/distributions/poisson_inv.m: Ditto. | |
8342 * statistics/distributions/poisson_pdf.m: Ditto. | |
8343 * statistics/distributions/poisson_rnd.m: Ditto. | |
8344 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
8345 * statistics/distributions/stdnormal_inv.m: Ditto. | |
8346 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
8347 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
8348 * statistics/distributions/t_cdf.m: Ditto. | |
8349 * statistics/distributions/t_inv.m: Ditto. | |
8350 * statistics/distributions/t_pdf.m: Ditto. | |
8351 * statistics/distributions/t_rnd.m: Ditto. | |
8352 * statistics/distributions/uniform_cdf.m: Ditto. | |
8353 * statistics/distributions/uniform_inv.m: Ditto. | |
8354 * statistics/distributions/uniform_pdf.m: Ditto. | |
8355 * statistics/distributions/uniform_rnd.m: Ditto. | |
8356 * statistics/distributions/weibull_cdf.m: Ditto. | |
8357 * statistics/distributions/weibull_inv.m: Ditto. | |
8358 * statistics/distributions/weibull_pdf.m: Ditto. | |
8359 * statistics/distributions/weibull_rnd.m: Ditto. | |
8360 * statistics/distributions/wiener_rnd.m: Ditto. | |
8361 | |
3453 | 8362 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8363 | |
8364 * statistics/base/values.m: Texinfoize doc string. | |
8365 * statistics/base/var.m: Ditto. | |
8366 * statistics/base/table.m: Ditto. | |
8367 * statistics/base/studentize.m: Ditto. | |
8368 * statistics/base/statistics.m: Ditto. | |
8369 * statistics/base/spearman.m: Ditto. | |
8370 * statistics/base/run_count.m: Ditto. | |
8371 * statistics/base/ranks.m: Ditto. | |
8372 * statistics/base/range.m: Ditto. | |
8373 * statistics/base/qqplot.m: Ditto. | |
8374 * statistics/base/probit.m: Ditto. | |
8375 * statistics/base/ppplot.m: Ditto. | |
8376 * statistics/base/moment.m: Ditto. | |
8377 * statistics/base/meansq.m: Ditto. | |
8378 * statistics/base/logit.m: Ditto. | |
8379 * statistics/base/kendall.m: Ditto. | |
8380 * statistics/base/iqr.m: Ditto. | |
8381 * statistics/base/cut.m: Ditto. | |
8382 * statistics/base/cor.m: Ditto. | |
8383 * statistics/base/cloglog.m: Ditto. | |
8384 * statistics/base/center.m: Ditto. | |
3454 | 8385 * statistics/models/logistic_regression.m: Ditto. |
8386 * statistics/models/logistic_regression_derivative.m: Ditto. | |
8387 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
8388 * statistics/tests/anova.m: Ditto. | |
8389 * statistics/tests/bartlett_test.m: Ditto. | |
8390 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
8391 * statistics/tests/chisquare_test_independence.m: Ditto. | |
8392 * statistics/tests/cor_test.m: Ditto. | |
8393 * statistics/tests/f_test_regression.m: Ditto. | |
8394 * statistics/tests/hotelling_test.m: Ditto. | |
8395 * statistics/tests/hotelling_test_2.m: Ditto. | |
8396 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
8397 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
8398 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
8399 * statistics/tests/manova.m: Ditto. | |
8400 * statistics/tests/mcnemar_test.m: Ditto. | |
8401 * statistics/tests/prop_test_2.m: Ditto. | |
8402 * statistics/tests/run_test.m: Ditto. | |
8403 * statistics/tests/sign_test.m: Ditto. | |
8404 * statistics/tests/t_test.m: Ditto. | |
8405 * statistics/tests/t_test_2.m: Ditto. | |
8406 * statistics/tests/t_test_regression.m: Ditto. | |
8407 * statistics/tests/u_test.m: Ditto. | |
8408 * statistics/tests/var_test.m: Ditto. | |
8409 * statistics/tests/welch_test.m: Ditto. | |
8410 * statistics/tests/wilcoxon_test.m: Ditto. | |
8411 * statistics/tests/z_test.m: Ditto. | |
8412 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 8413 |
3446 | 8414 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8415 | |
8416 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 8417 * plot/__plr1__.m: Ditto. |
8418 * plot/__pltopt__.m: Ditto. | |
8419 * plot/__plt__.m: Ditto. | |
8420 * plot/__plt2vv__.m: Ditto. | |
8421 * plot/__plr2__.m: Ditto. | |
8422 * plot/__plr__.m: Ditto. | |
8423 * plot/__plt1__.m: Ditto. | |
8424 * plot/__plt2__.m: Ditto. | |
8425 * plot/__plt2mm__.m: Ditto. | |
8426 * plot/__plt2mv__.m: Ditto. | |
8427 * plot/__plt2ss__.m: Ditto. | |
8428 * miscellaneous/paren.m: Ditto. | |
8429 * miscellaneous/comma.m: Ditto. | |
8430 * miscellaneous/semicolon.m: Ditto. | |
8431 * miscellaneous/path.m: Ditto. | |
8432 * miscellaneous/list_primes.m: Ditto. | |
8433 * miscellaneous/flops.m: Ditto. | |
8434 * miscellaneous/dump_prefs.m: Ditto. | |
8435 * miscellaneous/bug_report.m: Ditto. | |
8436 * linear-algebra/dot.m: Ditto | |
8437 * linear-algebra/dmult.m: Ditto. | |
8438 * general/randperm.m: Ditto. | |
8439 * general/logical.m: Ditto. | |
8440 * general/is_duplicate_entry.m: Ditto. | |
8441 * signal/arch_fit.m: Ditto. | |
8442 * signal/arch_rnd.m: Ditto. | |
8443 * signal/arch_test.m: Ditto. | |
8444 * signal/arma_rnd.m: Ditto. | |
8445 * signal/autocor.m: Ditto. | |
8446 * signal/autocov.m: Ditto. | |
8447 * signal/autoreg_matrix.m: Ditto. | |
8448 * signal/bartlett.m: Ditto. | |
8449 * signal/blackman.m: Ditto. | |
8450 * signal/detrend.m: Ditto. | |
8451 * signal/diffpara.m: Ditto. | |
8452 * signal/durbinlevinson.m: Ditto. | |
8453 * signal/fftconv.m: Ditto. | |
8454 * signal/fftfilt.m: Ditto. | |
8455 * signal/fftshift.m: Ditto. | |
8456 * signal/fractdiff.m: Ditto. | |
8457 * signal/freqz.m: Ditto. | |
8458 * signal/hamming.m: Ditto. | |
8459 * signal/hanning.m: Ditto. | |
8460 * signal/hurst.m: Ditto. | |
8461 * signal/periodogram.m: Ditto. | |
8462 * signal/rectangle_lw.m: Ditto. | |
8463 * signal/rectangle_sw.m: Ditto. | |
8464 * signal/sinc.m: Ditto. | |
8465 * signal/sinetone.m: Ditto. | |
8466 * signal/sinewave.m: Ditto. | |
8467 * signal/spectral_adf.m: Ditto. | |
8468 * signal/spectral_xdf.m: Ditto. | |
8469 * signal/spencer.m: Ditto. | |
8470 * signal/stft.m: Ditto. | |
8471 * signal/synthesis.m: Ditto. | |
8472 * signal/triangle_lw.m: Ditto. | |
8473 * signal/triangle_sw.m: Ditto. | |
8474 * signal/yulewalker.m: Ditto. | |
3450 | 8475 * control/util/strappend.m: Ditto. |
3451 | 8476 * control/base/nichols.m: Ditto. |
3452 | 8477 * control/system/is_signal_list.m: Ditto. |
8478 * control/system/listidx.m: Ditto. | |
8479 * control/system/sysgettsam.m: Ditto. | |
8480 * control/system/sysidx.m: Ditto. | |
3446 | 8481 |
3438 | 8482 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8483 | |
8484 * control/system/__abcddims__.m: Rename from | |
8485 control/system/abcddims.m, change all callers. | |
8486 * control/base/__bodquist__.m: Likewise. | |
8487 * control/base/__freqresp__.m: Likewise. | |
8488 * control/util/__outlist__.m: Likewise. | |
8489 * control/base/__stepimp__.m: Likewise. | |
8490 * control/system/__syschnamesl__.m: Likewise. | |
8491 * control/system/__syscont_disc__.m: Likewise. | |
8492 * control/system/__sysdefioname__.m: Likewise. | |
8493 * control/system/__sysdefstname__.m: Likewise. | |
8494 * control/system/__sysgroupn__.m: Likewise. | |
8495 * control/system/__tf2sysl__.m: Likewise. | |
8496 * control/util/__zgpbal__.m: Likewise. | |
8497 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 8498 |
8499 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 8500 * quaternion/qconj.m: Ditto. |
8501 * quaternion/qcoordinate_plot.m: Ditto. | |
8502 * quaternion/qderiv.m: Ditto. | |
8503 * quaternion/qderivmat.m: Ditto. | |
8504 * quaternion/qinv.m: Ditto. | |
8505 * quaternion/qmult.m: Ditto. | |
8506 * quaternion/qtrans.m: Ditto. | |
8507 * quaternion/qtransv.m: Ditto. | |
8508 * quaternion/qtransvmat.m: Ditto. | |
8509 * quaternion/quaternion.m: Ditto. | |
3438 | 8510 |
3436 | 8511 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8512 | |
8513 * control/base/Makefile.in: Ditto. | |
8514 * control/hinf/Makefile.in: New file. | |
8515 * control/marsyas/Makefile.in: Ditto. | |
8516 * control/obsolete/Makefile.in: Ditto. | |
8517 * control/system/Makefile.in: Ditto. | |
8518 * control/util/Makefile.in: Ditto. | |
8519 | |
8520 * strings/com2str.m: Move here from control directory. | |
8521 | |
8522 * control/base: New directory. | |
8523 * control/base/DEMOcontrol.m: Move here from control directory. | |
8524 * control/base/analdemo.m: Ditto. | |
8525 * control/base/are.m: Ditto. | |
8526 * control/base/bddemo.m: Ditto. | |
8527 * control/base/bode.m: Ditto. | |
8528 * control/base/bode_bounds.m: Ditto. | |
8529 * control/base/bodquist.m: Ditto. | |
8530 * control/base/controldemo.m: Ditto. | |
8531 * control/base/ctrb.m: Ditto. | |
8532 * control/base/damp.m: Ditto. | |
8533 * control/base/dare.m: Ditto. | |
8534 * control/base/dcgain.m: Ditto. | |
8535 * control/base/dgram.m: Ditto. | |
8536 * control/base/dlqe.m: Ditto. | |
8537 * control/base/dlqr.m: Ditto. | |
8538 * control/base/dlyap.m: Ditto. | |
8539 * control/base/dre.m: Ditto. | |
8540 * control/base/frdemo.m: Ditto. | |
8541 * control/base/freqchkw.m: Ditto. | |
8542 * control/base/freqresp.m: Ditto. | |
8543 * control/base/gram.m: Ditto. | |
8544 * control/base/impulse.m: Ditto. | |
8545 * control/base/lqe.m: Ditto. | |
8546 * control/base/lqg.m: Ditto. | |
8547 * control/base/lqr.m: Ditto. | |
8548 * control/base/lsim.m: Ditto. | |
8549 * control/base/ltifr.m: Ditto. | |
8550 * control/base/lyap.m: Ditto. | |
8551 * control/base/nichols.m: Ditto. | |
8552 * control/base/nyquist.m: Ditto. | |
8553 * control/base/obsv.m: Ditto. | |
8554 * control/base/place.m: Ditto. | |
8555 * control/base/pzmap.m: Ditto. | |
8556 * control/base/rldemo.m: Ditto. | |
8557 * control/base/rlocus.m: Ditto. | |
8558 * control/base/step.m: Ditto. | |
8559 * control/base/stepimp.m: Ditto. | |
8560 * control/base/tzero.m: Ditto. | |
8561 * control/base/tzero2.m: Ditto. | |
8562 | |
8563 * control/hinf: New directory. | |
8564 * control/hinf/dhinfdemo.m: Move here from control directory. | |
8565 * control/hinf/h2norm.m: Ditto. | |
8566 * control/hinf/h2syn.m: Ditto. | |
8567 * control/hinf/hinf_ctr.m: Ditto. | |
8568 * control/hinf/hinfdemo.m: Ditto. | |
8569 * control/hinf/hinfnorm.m: Ditto. | |
8570 * control/hinf/hinfsyn.m: Ditto. | |
8571 * control/hinf/hinfsyn_chk.m: Ditto. | |
8572 * control/hinf/hinfsyn_ric.m: Ditto. | |
8573 * control/hinf/wgt1o.m: Ditto. | |
3441 | 8574 * control/hinf/dgkfdemo.m: Ditto. |
8575 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 8576 |
8577 * control/marsyas: New directory. | |
8578 * control/marsyas/demomarsyas.m: Move here from control directory. | |
8579 * control/marsyas/susball.m: Ditto. | |
8580 | |
8581 * control/obsolete/dezero.m: Move here from control directory. | |
8582 * control/obsolete/rotg.m: Ditto. | |
8583 | |
8584 * control/system: New directory. | |
8585 * control/system/abcddim.m: Move here from control directory. | |
8586 * control/system/abcddims.m: Ditto. | |
8587 * control/system/buildssic.m: Ditto. | |
8588 * control/system/c2d.m: Ditto. | |
8589 * control/system/d2c.m: Ditto. | |
8590 * control/system/dmr2d.m: Ditto. | |
8591 * control/system/fir2sys.m: Ditto. | |
8592 * control/system/is_abcd.m: Ditto. | |
8593 * control/system/is_digital.m: Ditto. | |
8594 * control/system/is_sample.m: Ditto. | |
8595 * control/system/is_signal_list.m: Ditto. | |
8596 * control/system/is_siso.m: Ditto. | |
3441 | 8597 * control/system/is_controllable.m: Ditto. |
8598 * control/system/is_detectable.m: Ditto. | |
8599 * control/system/is_observable.m: Ditto. | |
8600 * control/system/is_stabilizable.m: Ditto. | |
8601 * control/system/is_stable.m: Ditto. | |
3436 | 8602 * control/system/jet707.m: Ditto. |
8603 * control/system/listidx.m: Ditto. | |
8604 * control/system/moddemo.m: Ditto. | |
8605 * control/system/ord2.m: Ditto. | |
8606 * control/system/packedform.m: Ditto. | |
8607 * control/system/parallel.m: Ditto. | |
8608 * control/system/ss2sys.m: Ditto. | |
8609 * control/system/ss2tf.m: Ditto. | |
8610 * control/system/ss2zp.m: Ditto. | |
8611 * control/system/starp.m: Ditto. | |
8612 * control/system/sys2fir.m: Ditto. | |
8613 * control/system/sys2ss.m: Ditto. | |
8614 * control/system/sys2tf.m: Ditto. | |
8615 * control/system/sys2zp.m: Ditto. | |
8616 * control/system/sysadd.m: Ditto. | |
8617 * control/system/sysappend.m: Ditto. | |
8618 * control/system/syschnamesl.m: Ditto. | |
8619 * control/system/syschtsam.m: Ditto. | |
8620 * control/system/sysconnect.m: Ditto. | |
8621 * control/system/syscont.m: Ditto. | |
8622 * control/system/syscont_disc.m: Ditto. | |
8623 * control/system/sysdefioname.m: Ditto. | |
8624 * control/system/sysdefstname.m: Ditto. | |
8625 * control/system/sysdimensions.m: Ditto. | |
8626 * control/system/sysdisc.m: Ditto. | |
8627 * control/system/sysdup.m: Ditto. | |
8628 * control/system/sysgetsignals.m: Ditto. | |
8629 * control/system/sysgettsam.m: Ditto. | |
8630 * control/system/sysgettype.m: Ditto. | |
8631 * control/system/sysgroup.m: Ditto. | |
8632 * control/system/sysgroupn.m: Ditto. | |
8633 * control/system/sysidx.m: Ditto. | |
8634 * control/system/sysmin.m: Ditto. | |
8635 * control/system/sysmult.m: Ditto. | |
8636 * control/system/sysout.m: Ditto. | |
8637 * control/system/sysprune.m: Ditto. | |
8638 * control/system/sysreorder.m: Ditto. | |
8639 * control/system/sysrepdemo.m: Ditto. | |
8640 * control/system/sysscale.m: Ditto. | |
8641 * control/system/syssetsignals.m: Ditto. | |
8642 * control/system/syssub.m: Ditto. | |
8643 * control/system/sysupdate.m: Ditto. | |
8644 * control/system/tf2ss.m: Ditto. | |
8645 * control/system/tf2sys.m: Ditto. | |
8646 * control/system/tf2sysl.m: Ditto. | |
8647 * control/system/tf2zp.m: Ditto. | |
8648 * control/system/tfout.m: Ditto. | |
8649 * control/system/ugain.m: Ditto. | |
8650 * control/system/zp2ss.m: Ditto. | |
8651 * control/system/zp2ssg2.m: Ditto. | |
8652 * control/system/zp2sys.m: Ditto. | |
8653 * control/system/zp2tf.m: Ditto. | |
8654 * control/system/zpout.m: Ditto. | |
8655 | |
8656 * control/util: New directory. | |
8657 * control/util/axis2dlim.m: Move here from control directory. | |
8658 * control/util/outlist.m: Ditto. | |
8659 * control/util/prompt.m: Ditto. | |
8660 * control/util/run_cmd.m: Ditto. | |
8661 * control/util/sortcom.m: Ditto. | |
8662 * control/util/strappend.m: Ditto. | |
8663 * control/util/swap.m: Ditto. | |
8664 * control/util/zgfmul.m: Ditto. | |
8665 * control/util/zgfslv.m: Ditto. | |
8666 * control/util/zginit.m: Ditto. | |
8667 * control/util/zgpbal.m: Ditto. | |
8668 * control/util/zgreduce.m: Ditto. | |
8669 * control/util/zgrownorm.m: Ditto. | |
8670 * control/util/zgscal.m: Ditto. | |
8671 * control/util/zgsgiv.m: Ditto. | |
8672 * control/util/zgshsr.m: Ditto. | |
8673 | |
3427 | 8674 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8675 | |
8676 * gethelp.cc (extract_help_text): Discard first space character | |
8677 after consecutive comment characters. | |
8678 | |
3422 | 8679 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
8680 | |
8681 * control/obsolete: New directory | |
8682 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 8683 * control/obsolete/swapcols.m: Ditto. |
8684 * control/obsolete/dlqg.m: Ditto. | |
8685 * control/obsolete/minfo.m: Ditto. | |
8686 * control/obsolete/packsys.m: Ditto. | |
8687 * control/obsolete/qzval.m: Ditto. | |
8688 * control/obsolete/unpacksys.m: Ditto. | |
8689 * control/obsolete/series.m: Ditto. | |
8690 * control/obsolete/syschnames.m: Ditto. | |
8691 * polynomial/polyout.m: Ditto. | |
3422 | 8692 |
3420 | 8693 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8694 | |
8695 * general/fliplr.m: Eliminate useless copy of arg. | |
8696 * general/flipud.m: Ditto. | |
8697 | |
3418 | 8698 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8699 | |
8700 * linear-algebra/cross.m: Only return a row vector if both args | |
8701 are row vectors. | |
8702 * polynomial/polyfit.m: Likewise. | |
8703 | |
8704 * signal/autocov.m: Don't reset prefer_column_vectors. | |
8705 | |
8706 * statistics/distributions/discrete_rnd.m: | |
8707 Always generate a row vector. | |
8708 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
8709 | |
5095 | 8710 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 8711 |
8712 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
8713 | |
8714 * audio/setaudio.m: Texinfoize doc string. | |
8715 * control/com2str.m: Likewise. | |
8716 * control/controldemo.m: Likewise. | |
8717 * control/DEMOcontrol.m: Likewise. | |
8718 * control/dezero.m: Likewise. | |
8719 * control/dre.m: Likewise. | |
8720 * control/hinfsyn_ric.m: Likewise. | |
8721 | |
5095 | 8722 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 8723 |
8724 * io/printf.m: Add @seealso{...} to doc string. | |
8725 * io/puts.m: Likewise. | |
8726 * plot/semilogx.m: Likewise. | |
8727 * plot/semilogy.m: Likewise. | |
8728 * plot/__pltopt__.m: Likewise. | |
8729 * plot/bar.m: Likewise. | |
8730 * plot/xlabel.m: Likewise. | |
8731 * plot/grid.m: Likewise. | |
8732 * plot/shg.m: Likewise. | |
8733 * plot/title.m: Likewise. | |
8734 * plot/mesh.m: Likewise. | |
8735 * plot/__pltopt1__.m: Likewise. | |
8736 * plot/contour.m: Likewise. | |
8737 * plot/hist.m: Likewise. | |
8738 * plot/stairs.m: Likewise. | |
8739 * plot/meshgrid.m: Likewise. | |
8740 * plot/polar.m: Likewise. | |
8741 * plot/loglog.m: Likewise. | |
8742 * plot/plot.m: Likewise. | |
8743 * miscellaneous/semicolon.m: Likewise. | |
8744 * miscellaneous/menu.m: Likewise. | |
8745 * miscellaneous/etime.m: Likewise. | |
8746 * miscellaneous/texas_lotto.m: Likewise. | |
8747 * miscellaneous/comma.m: Likewise. | |
8748 * audio/lin2mu.m: Likewise. | |
8749 * audio/playaudio.m: Likewise. | |
8750 * audio/loadaudio.m: Likewise. | |
8751 * audio/saveaudio.m: Likewise. | |
8752 * audio/mu2lin.m: Likewise. | |
8753 * audio/record.m: Likewise. | |
8754 * strings/isletter.m: Likewise. | |
8755 * strings/lower.m: Likewise. | |
8756 * strings/lower.m: Likewise. | |
8757 * strings/upper.m: Likewise. | |
8758 * specfun/erfinv.m: Likewise. | |
8759 * specfun/gammai.m: Likewise. | |
8760 * specfun/log2.m: Likewise. | |
8761 * specfun/pow2.m: Likewise. | |
8762 * elfun/gcd.m: Likewise. | |
8763 * elfun/lcm.m: Likewise. | |
8764 * special-matrix/vander.m: Likewise. | |
8765 * special-matrix/sylvester_matrix.m: Likewise. | |
8766 * special-matrix/hilb.m: Likewise. | |
8767 * special-matrix/hankel.m: Likewise. | |
8768 * special-matrix/toeplitz.m: Likewise. | |
8769 * special-matrix/invhilb.m: Likewise. | |
8770 * statistics/base/std.m: Likewise. | |
8771 * statistics/base/median.m: Likewise. | |
8772 * linear-algebra/cond.m: Likewise. | |
8773 * linear-algebra/norm.m: Likewise. | |
8774 * finance/nper.m: Likewise. | |
8775 * finance/pmt.m: Likewise. | |
8776 * finance/pv.m: Likewise. | |
8777 * finance/rate.m: Likewise. | |
8778 * finance/npv.m: Likewise. | |
8779 * general/fliplr.m: Likewise. | |
8780 * general/flipud.m: Likewise. | |
8781 * general/is_scalar.m: Likewise. | |
8782 * general/rem.m: Likewise. | |
8783 * general/perror.m: Likewise. | |
8784 * general/tril.m: Likewise. | |
8785 * general/rot90.m: Likewise. | |
8786 * general/num2str.m: Likewise. | |
8787 * general/int2str.m: Likewise. | |
8788 * general/reshape.m: Likewise. | |
8789 * general/logspace.m: Likewise. | |
8790 * general/is_symmetric.m: Likewise. | |
8791 * general/is_vector.m: Likewise. | |
8792 * general/nextpow2.m: Likewise. | |
8793 * general/columns.m: Likewise. | |
8794 * general/is_square.m: Likewise. | |
8795 * general/rows.m: Likewise. | |
8796 * control/ugain.m: Likewise. | |
8797 * control/damp.m: Likewise. | |
8798 * control/dare.m: Likewise. | |
8799 * control/are.m: Likewise. | |
8800 * control/sys2fir.m: Likewise. | |
8801 * control/abcddim.m: Likewise. | |
8802 * control/is_abcd.m: Likewise. | |
8803 * control/step.m: Likewise. | |
8804 * control/is_observable.m: Likewise. | |
8805 * control/is_controllable.m: Likewise. | |
8806 * control/jet707.m: Likewise. | |
8807 * control/polyout.m: Likewise. | |
8808 * control/impulse.m: Likewise. | |
8809 * control/lqg.m: Likewise. | |
8810 * control/is_detectable.m: Likewise. | |
8811 * control/sysdimensions.m: Likewise. | |
8812 * control/sysupdate.m: Likewise. | |
8813 * control/stepimp.m: Likewise. | |
8814 * control/is_stable.m: Likewise. | |
8815 * control/tfout.m: Likewise. | |
8816 * control/zpout.m: Likewise. | |
8817 | |
3405 | 8818 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8819 | |
8820 * set/complement.m: Add @seealso{} stuff. | |
8821 * set/create_set.m: Likewise. | |
8822 * set/intersection.m: Likewise. | |
8823 * set/union.m: Likewise. | |
8824 | |
3399 | 8825 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8826 | |
3400 | 8827 * control/d2c.m: Use double quotes instead of single quotes for |
8828 string constants. | |
8829 * control/dgkfdemo.m: Likewise. | |
8830 * control/fir2sys.m: Likewise. | |
8831 * control/frdemo.m: Likewise. | |
8832 * control/moddemo.m: Likewise. | |
8833 * control/minfo.m: Likewise. | |
8834 * control/is_stabilizable.m: Likewise. | |
8835 * control/is_dgkf.m: Likewise. | |
8836 * control/polyout.m: Likewise. | |
8837 * control/sysconnect.m: Likewise. | |
8838 * control/sysrepdemo.m: Likewise. | |
8839 * control/tf2sys.m: Likewise. | |
8840 * control/tfout.m: Likewise. | |
8841 * control/zp2sys.m: Likewise. | |
8842 * control/zpout.m: Likewise. | |
8843 * control/tzero.m: Likewise. | |
8844 | |
8845 * control/DEMOcontrol.m: Handle moddemo case too. | |
8846 | |
8847 * image/loadimage.m: Use double quotes instead of single quotes | |
8848 for string constants. Use sprintf instead of square brackets to | |
8849 construct string. | |
8850 | |
3399 | 8851 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 8852 * control/fir2sys.m: Likewise. |
3399 | 8853 |
3390 | 8854 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8855 | |
8856 * mkdoc: Only delete spaces before @ characters at the beginning | |
8857 of a line. | |
8858 | |
3383 | 8859 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8860 | |
3388 | 8861 * control/bddemo.m: Make it more likely to work with any value of |
8862 whitespace_in_literal_matrix. | |
3386 | 8863 * control/analdemo.m: Ditto. |
8864 * control/dgkfdemo.m: Ditto. | |
8865 * control/frdemo.m: Ditto. | |
8866 * control/sysrepdemo.m: Ditto. | |
8867 * control/moddemo.m: Ditto. | |
3388 | 8868 * control/zp2ss.m: Ditto. |
3387 | 8869 * control/zp2tf.m: Ditto. |
3388 | 8870 * control/syssub.m: Ditto. |
8871 * finance/npv.m: Ditto. | |
8872 * statistics/base/studentize.m: Ditto. | |
8873 * statistics/base/values.m: Ditto. | |
8874 * statistics/distributions/exponential_cdf.m: Ditto. | |
8875 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 8876 |
3384 | 8877 * control/dezero.m: Use toascii to convert string to ASCII value |
8878 instead of multiplying it by 1. | |
8879 | |
3383 | 8880 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
8881 * control/zpout.m: Ditto. | |
8882 * control/tfout.m: Ditto. | |
8883 * control/tf2sys.m: Ditto. | |
8884 * control/syssub.m: Ditto. | |
8885 * control/syssetsignals.m: Ditto. | |
8886 * control/sysout.m: Ditto. | |
8887 * control/sysmult.m: Ditto. | |
8888 * control/sysgroup.m: Ditto. | |
8889 * control/sysdup.m: Ditto. | |
8890 * control/sysdisc.m: Ditto. | |
8891 * control/syscont.m: Ditto. | |
8892 * control/sysconnect.m: Ditto. | |
8893 * control/sysappend.m: Ditto. | |
8894 * control/sysadd.m: Ditto. | |
8895 * control/ss2sys.m: Ditto. | |
8896 * control/nyquist.m: Ditto. | |
8897 * control/lqg.m: Ditto. | |
8898 * control/fir2sys.m: Ditto. | |
8899 * control/dmr2d.m: Ditto. | |
8900 * control/dezero.m: Ditto. | |
8901 * control/d2c.m: Ditto. | |
8902 * control/c2d.m: Ditto. | |
8903 * control/bddemo.m: Ditto. | |
8904 * control/pzmap.m: Ditto. | |
8905 | |
5095 | 8906 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 8907 |
8908 * signal/spectral_adf.m: Fix typo. | |
8909 | |
3372 | 8910 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8911 | |
8912 * linear-algebra/cond.m: Texinfoize doc string. | |
8913 * linear-algebra/kron.m: Ditto. | |
8914 * linear-algebra/norm.m: Ditto. | |
8915 * linear-algebra/null.m: Ditto. | |
8916 * linear-algebra/orth.m: Ditto. | |
8917 * linear-algebra/rank.m: Ditto. | |
8918 * linear-algebra/trace.m: Ditto. | |
8919 * linear-algebra/qzhess.m: Ditto. | |
8920 * miscellaneous/menu.m: Ditto. | |
3373 | 8921 * general/perror.m: Ditto. |
8922 * general/strerror.m: Ditto. | |
8923 * general/columns.m: Ditto. | |
8924 * general/rows.m: Ditto. | |
8925 * image/colormap.m: Ditto. | |
8926 * image/gray.m: Ditto. | |
8927 * image/gray2ind.m: Ditto. | |
8928 * image/image.m: Ditto. | |
8929 * image/imagesc.m: Ditto. | |
8930 * image/imshow.m: Ditto. | |
8931 * image/ind2gray.m: Ditto. | |
8932 * image/ind2rgb.m: Ditto. | |
8933 * image/loadimage.m: Ditto. | |
8934 * image/rgb2ntsc.m: Ditto. | |
8935 * image/ntsc2rgb.m: Ditto. | |
8936 * image/ocean.m: Ditto. | |
8937 * image/rgb2ind.m: Ditto. | |
8938 * image/saveimage.m: Ditto. | |
3372 | 8939 * io/printf.m: Ditto. |
8940 * io/puts.m: Ditto. | |
8941 | |
3369 | 8942 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8943 | |
8944 * special-matrix/hankel.m: Texinfoize doc string. | |
8945 * special-matrix/hilb.m: Ditto. | |
8946 * special-matrix/invhilb.m: Ditto. | |
8947 * special-matrix/sylvester_matrix.m: Ditto. | |
8948 * special-matrix/toeplitz.m: Ditto. | |
8949 * special-matrix/vander.m: Ditto. | |
8950 * linear-algebra/vec.m: Ditto. | |
8951 * linear-algebra/vech.m: Ditto. | |
8952 * general/common_size.m: Ditto. | |
8953 * general/diff.m: Ditto. | |
8954 * general/fliplr.m: Ditto. | |
8955 * general/flipud.m: Ditto. | |
8956 * general/rot90.m: Ditto. | |
8957 * general/reshape.m: Ditto. | |
8958 * general/shift.m: Ditto. | |
8959 * general/tril.m: Ditto. | |
8960 * general/triu.m: Ditto. | |
8961 * general/logspace.m: Ditto. | |
3371 | 8962 * general/nargchk.m: Ditto. |
3369 | 8963 |
3367 | 8964 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8965 | |
8966 * statistics/base/mean: Texinfoize doc string. | |
8967 * statistics/base/median: Ditto. | |
8968 * statistics/base/std: Ditto. | |
8969 * statistics/base/cov: Ditto. | |
8970 * statistics/base/corrcoef: Ditto. | |
8971 * statistics/base/kurtosis: Ditto. | |
8972 * statistics/base/mahalanobis: Ditto. | |
8973 * statistics/base/skewness: Ditto. | |
3368 | 8974 * statistics/base/gls.m: Ditto. |
8975 * statistics/base/ols.m: Ditto. | |
3367 | 8976 * signal/detrend.m: Ditto. |
8977 * signal/freqz.m: Ditto. | |
8978 * signal/sinc.m: Ditto. | |
8979 * signal/fftconv.m: Ditto. | |
8980 * signal/fftfilt.m: Ditto. | |
3368 | 8981 * set/create_set.m: Ditto. |
8982 * set/union.m: Ditto. | |
8983 * set/intersection.m: Ditto. | |
8984 * set/complement.m: Ditto. | |
8985 * poly/compan.m: Ditto. | |
8986 * poly/conv: Ditto. | |
8987 * poly/deconv: Ditto. | |
8988 * poly/poly: Ditto. | |
8989 * poly/polyderiv: Ditto. | |
8990 * poly/polyfit: Ditto. | |
8991 * poly/polyinteg: Ditto. | |
8992 * poly/polyreduce: Ditto. | |
8993 * poly/polyval: Ditto. | |
8994 * poly/polyvalm: Ditto. | |
8995 * poly/residue: Ditto. | |
8996 * poly/roots: Ditto. | |
8997 * plot/top_title.m: Ditto | |
8998 * plot/subwindow.m: Ditto | |
8999 * plot/subplot.m: Ditto | |
9000 * plot/plot_border.m: Ditto | |
9001 * plot/oneplot.m: Ditto | |
9002 * plot/multiplot.m: Ditto | |
9003 * plot/mplot.m: Ditto | |
9004 * plot/xlabel.m: Ditto | |
9005 * plot/figure.m: Ditto | |
9006 * plot/meshdom.m: Ditto | |
9007 * plot/mesh.m: Ditto | |
9008 * plot/stairs.m: Ditto | |
9009 * plot/polar.m: Ditto | |
9010 * plot/loglog.m: Ditto | |
9011 * plot/hist.m: Ditto | |
9012 * plot/contour.m: Ditto | |
9013 * plot/bar.m: Ditto | |
9014 * plot/axis.m: Ditto | |
9015 * plot/plot.m: Ditto. | |
3367 | 9016 |
3361 | 9017 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9018 | |
3365 | 9019 * control/pinv.m: Delete. |
9020 | |
3364 | 9021 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
9022 | |
3361 | 9023 * strings/blanks.m: Texinfoize doc string. |
9024 * strings/strcat.m: Ditto. | |
9025 * strings/str2mat.m: Ditto. | |
9026 * strings/deblank.m: Ditto. | |
9027 * strings/findstr.m: Ditto. | |
9028 * strings/index.m: Ditto. | |
9029 * strings/rindex.m: Ditto. | |
9030 * strings/split.m: Ditto. | |
9031 * strings/strcmp.m: Ditto. | |
9032 * strings/strrep.m: Ditto. | |
9033 * strings/substr.m: Ditto. | |
9034 * general/int2str.m: Ditto. | |
9035 * general/num2str.m: Ditto. | |
9036 * strings/dec2bin.m: Ditto. | |
9037 * strings/bin2dec: Ditto. | |
9038 * strings/dec2bin: Ditto. | |
9039 * strings/dec2hex: Ditto. | |
9040 * strings/hex2dec: Ditto. | |
9041 * strings/str2num: Ditto. | |
9042 | |
3347 | 9043 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9044 | |
9045 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
9046 | |
5095 | 9047 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 9048 |
9049 * control/DEMOcontrol.m: Texinfoize doc string. | |
9050 * control/abcddim.m: Ditto. | |
9051 * control/abcddims.m: Ditto. | |
9052 * control/analdemo.m: Ditto. | |
9053 * control/are.m: Ditto. | |
9054 * control/axis2dlim.m: Ditto. | |
9055 * control/bddemo.m: Ditto. | |
9056 * control/bode.m: Ditto. | |
9057 * control/bode_bounds.m: Ditto. | |
9058 * control/bodquist.m: Ditto. | |
9059 * control/buildssic.m: Ditto. | |
9060 * control/c2d.m: Ditto. | |
9061 * control/ctrb.m: Ditto. | |
9062 * control/d2c.m: Ditto. | |
9063 * control/damp.m: Ditto. | |
9064 * control/dare.m: Ditto. | |
9065 * control/dcgain.m: Ditto. | |
9066 * control/dgkfdemo.m: Ditto. | |
9067 * control/dgram.m: Ditto. | |
9068 * control/dlqe.m: Ditto. | |
9069 * control/dlqr.m: Ditto. | |
9070 * control/dlyap.m: Ditto. | |
9071 * control/dmr2d.m: Ditto. | |
9072 * control/fir2sys.m: Ditto. | |
9073 * control/frdemo.m: Ditto. | |
9074 * control/freqchkw.m: Ditto. | |
9075 * control/freqresp.m: Ditto. | |
9076 * control/gram.m: Ditto. | |
9077 * control/h2norm.m: Ditto. | |
9078 * control/h2syn.m: Ditto. | |
9079 * control/hinf_ctr.m: Ditto. | |
9080 * control/hinfdemo.m: Ditto. | |
9081 * control/hinfnorm.m: Ditto. | |
9082 * control/hinfsyn.m: Ditto. | |
9083 * control/hinfsyn_chk.m: Ditto. | |
9084 * control/impulse.m: Ditto. | |
9085 * control/is_abcd.m: Ditto. | |
9086 * control/is_controllable.m: Ditto. | |
9087 * control/is_detectable.m: Ditto. | |
9088 * control/is_dgkf.m: Ditto. | |
9089 * control/is_digital.m: Ditto. | |
9090 * control/is_observable.m: Ditto. | |
9091 * control/is_sample.m: Ditto. | |
9092 * control/is_signal_list.m: Ditto. | |
9093 * control/is_siso.m: Ditto. | |
9094 * control/is_stabilizable.m: Ditto. | |
9095 * control/is_stable.m: Ditto. | |
9096 * control/jet707.m: Ditto. | |
9097 * control/lqe.m: Ditto. | |
9098 * control/lqg.m: Ditto. | |
9099 * control/lqr.m: Ditto. | |
9100 * control/lsim.m: Ditto. | |
9101 * control/ltifr.m: Ditto. | |
9102 * control/lyap.m: Ditto. | |
9103 * control/moddemo.m: Ditto. | |
9104 * control/nyquist.m: Ditto. | |
9105 * control/obsv.m: Ditto. | |
9106 * control/ord2.m: Ditto. | |
9107 * control/outlist.m: Ditto. | |
9108 * control/pinv.m: Ditto. | |
9109 * control/place.m: Ditto. | |
9110 * control/polyout.m: Ditto. | |
9111 * control/prompt.m: Ditto. | |
9112 * control/pzmap.m: Ditto. | |
9113 * control/qzval.m: Ditto. | |
9114 * control/rldemo.m: Ditto. | |
9115 * control/rlocus.m: Ditto. | |
9116 * control/sortcom.m: Ditto. | |
9117 * control/ss2sys.m: Ditto. | |
9118 * control/ss2tf.m: Ditto. | |
9119 * control/ss2zp.m: Ditto. | |
9120 * control/starp.m: Ditto. | |
9121 * control/step.m: Ditto. | |
9122 * control/stepimp.m: Ditto. | |
9123 * control/susball.m: Ditto. | |
9124 * control/sys2fir.m: Ditto. | |
9125 * control/sys2ss.m: Ditto. | |
9126 * control/sys2tf.m: Ditto. | |
9127 * control/sys2zp.m: Ditto. | |
9128 * control/sysadd.m: Ditto. | |
9129 * control/sysappend.m: Ditto. | |
9130 * control/syschnames.m: Ditto. | |
9131 * control/syschnamesl.m: Ditto. | |
9132 * control/syschtsam.m: Ditto. | |
9133 * control/sysconnect.m: Ditto. | |
9134 * control/syscont.m: Ditto. | |
9135 * control/syscont_disc.m: Ditto. | |
9136 * control/sysdefioname.m: Ditto. | |
9137 * control/sysdefstname.m: Ditto. | |
9138 * control/sysdimensions.m: Ditto. | |
9139 * control/sysdisc.m: Ditto. | |
9140 * control/sysdup.m: Ditto. | |
9141 * control/sysgetsignals.m: Ditto. | |
9142 * control/sysgettype.m: Ditto. | |
9143 * control/sysgroup.m: Ditto. | |
9144 * control/sysgroupn.m: Ditto. | |
9145 * control/sysmult.m: Ditto. | |
9146 * control/sysout.m: Ditto. | |
9147 * control/sysprune.m: Ditto. | |
9148 * control/sysreorder.m: Ditto. | |
9149 * control/sysrepdemo.m: Ditto. | |
9150 * control/sysscale.m: Ditto. | |
9151 * control/syssetsignals.m: Ditto. | |
9152 * control/syssub.m: Ditto. | |
9153 * control/sysupdate.m: Ditto. | |
9154 * control/tf2ss.m: Ditto. | |
9155 * control/tf2sys.m: Ditto. | |
9156 * control/tf2sysl.m: Ditto. | |
9157 * control/tf2zp.m: Ditto. | |
9158 * control/tfout.m: Ditto. | |
9159 * control/tzero.m: Ditto. | |
9160 * control/tzero2.m: Ditto. | |
9161 * control/ugain.m: Ditto. | |
9162 * control/wgt1o.m: Ditto. | |
9163 * control/zgfmul.m: Ditto. | |
9164 * control/zgfslv.m: Ditto. | |
9165 * control/zginit.m: Ditto. | |
9166 * control/zgpbal.m: Ditto. | |
9167 * control/zgreduce.m: Ditto. | |
9168 * control/zgrownorm.m: Ditto. | |
9169 * control/zgscal.m: Ditto. | |
9170 * control/zgsgiv.m: Ditto. | |
9171 * control/zgshsr.m: Ditto. | |
9172 * control/zp2ss.m: Ditto. | |
9173 * control/zp2ssg2.m: Ditto. | |
9174 * control/zp2sys.m: Ditto. | |
9175 * control/zp2tf.m: Ditto. | |
9176 * control/zpout.m: Ditto. | |
9177 | |
5095 | 9178 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 9179 |
5378 | 9180 * audio/lin2mu.m: Texinfoize doc string. |
9181 * audio/loadaudio.m: Ditto. | |
9182 * audio/mu2lin.m: Ditto. | |
9183 * audio/playaudio.m: Ditto. | |
9184 * audio/record.m: Ditto. | |
9185 * audio/saveaudio.m: Ditto. | |
3332 | 9186 |
5095 | 9187 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9188 |
9189 * elfun/acot.m: Texinfoize doc string. | |
9190 * elfun/acsc.m: Ditto. | |
9191 * elfun/acsch.m: Ditto. | |
9192 * elfun/asec.m: Ditto. | |
9193 * elfun/asech.m: Ditto. | |
9194 * elfun/cot.m: Ditto. | |
9195 * elfun/coth.m: Ditto. | |
9196 * elfun/csc.m: Ditto. | |
9197 * elfun/csch.m: Ditto. | |
9198 * elfun/gcd.m: Ditto. | |
9199 * elfun/lcm.m: Ditto. | |
9200 * elfun/sec.m: Ditto. | |
9201 * elfun/sech.m: Ditto. | |
9202 * general/nextpow2.m: Ditto. | |
9203 * general/rem.m: Ditto. | |
9204 * linear-algebra/commutation_matrix.m: Ditto. | |
9205 * linear-algebra/cross.m: Ditto. | |
9206 * linear-algebra/duplication_matrix.m: Ditto. | |
9207 * miscellaneous/bincoeff.m: Ditto. | |
9208 * miscellaneous/xor.m: Ditto. | |
9209 * specfun/bessel.m: Ditto. | |
9210 * specfun/beta.m: Ditto. | |
9211 * specfun/betai.m: Ditto. | |
9212 * specfun/erfinv.m: Ditto. | |
9213 * specfun/gammai.m: Ditto. | |
9214 * specfun/log2.m: Ditto. | |
9215 * specfun/pow2.m: Ditto. | |
9216 | |
5095 | 9217 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9218 |
9219 * general/is_scalar.m: Texinfoize help text. | |
9220 * general/is_square.m: Ditto. | |
9221 * general/is_symmetric.m: Ditto. | |
9222 | |
3320 | 9223 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9224 | |
9225 * strings/split.m: If the string to be split is empty, just return | |
9226 an empty string. | |
9227 | |
3319 | 9228 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9229 | |
9230 * Makefile.in (ALL_M_FILES): New macro. | |
9231 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
9232 | |
3306 | 9233 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9234 | |
9235 * control/bode.m: Don't return anything if nargout == 0. | |
9236 | |
9237 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
9238 | |
9239 * control/bode.m: Don't do axis scaling for magnitude plots. | |
9240 | |
3305 | 9241 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9242 | |
9243 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
9244 gethelp.cc to the list. | |
9245 | |
3296 | 9246 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9247 | |
3301 | 9248 * time/asctime.m: Texinfoize help text. |
9249 * time/clock.m: Ditto. | |
9250 * time/date.m: Ditto. | |
9251 * miscellaneous/cputime.m: Ditto. | |
9252 * miscellaneous/etime.m: Ditto. | |
9253 * miscellaneous/is_leap_year.m: Ditto. | |
9254 * miscellaneous/popen2.m: Ditto. | |
9255 * miscellaneous/version.m: Ditto. | |
9256 * miscellaneous/tic.m: Ditto. | |
9257 * miscellaneous/toc.m: Just refer to tic.m. | |
9258 | |
3297 | 9259 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
9260 `cd dir; $(MAKE); cd ..'. | |
9261 ($(SUBDIRS)): Likewise. | |
9262 | |
9263 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
9264 | |
9265 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
9266 of `cd dir; $(MAKE)'. | |
9267 | |
3296 | 9268 * gethelp.cc, mkdoc: New files. |
9269 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
9270 sources. | |
9271 | |
3291 | 9272 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9273 | |
9274 * linear-algebra/kron.m: Fix typo in previous change | |
9275 | |
3282 | 9276 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9277 | |
9278 * control/bode.m: Allow optional 5th arg to specify plot style. | |
9279 | |
5095 | 9280 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 9281 |
9282 * linear-algebra/krylov.m: Correctly handle case of V having full | |
9283 rank when V has more columns than rows. | |
9284 | |
9285 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9286 | |
9287 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
9288 | |
9289 * statistics/tests/manova.m: Avoid problems if | |
9290 whitespace_in_literal_matrix is set to "traditional". | |
9291 * statistics/tests/t_test_regression.m: Likewise. | |
9292 * statistics/tests/u_test.m: Likewise. | |
9293 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
9294 * statistics/tests/anova.m: Likewise. | |
9295 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9296 * statistics/base/statistics.m: Likewise. | |
9297 * image/saveimage.m: Likewise. | |
9298 * signal/arch_fit.m: Likewise. | |
9299 * signal/autoreg_matrix.m: Likewise. | |
9300 * signal/triangle_lw.m: Likewise. | |
9301 * strings/dec2hex.m: Likewise. | |
9302 | |
3268 | 9303 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9304 | |
9305 * image/saveimage.m: Initialize scale. | |
9306 | |
9307 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9308 | |
9309 * general/reshape.m: Allow reshape (a, size (b)). | |
9310 | |
3266 | 9311 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9312 | |
9313 * specfun/erfinv.m: Improve stopping criterion. | |
9314 Add iteration count as second return value. | |
9315 | |
3265 | 9316 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9317 | |
9318 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
9319 | |
3263 | 9320 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9321 | |
9322 * miscellaneous/pack.m: New function. | |
9323 | |
9324 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9325 | |
9326 * plot/figure.m: Always return figure number. With no args, | |
9327 figure now creates a new figure window and returns its number. | |
9328 Accept figure (property, value) syntax, but do nothing. | |
9329 | |
5095 | 9330 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 9331 |
9332 * general/shift.m: Avoid printing temporary value for backward shift. | |
9333 | |
3260 | 9334 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9335 | |
9336 * plot/bar.m: Compute bar widths correctly when x-values are not | |
9337 evenly spaced. | |
9338 | |
3250 | 9339 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9340 | |
9341 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
9342 contain only zeros. | |
9343 | |
5095 | 9344 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 9345 |
9346 * linear-algebra/kron.m: Create result matrix and insert blocks | |
9347 instead of appending them. | |
9348 | |
9349 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9350 | |
9351 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
9352 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
9353 Update from A. S. Hodel. | |
9354 | |
3246 | 9355 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9356 | |
9357 * polynomial/polyfit.m: Correct previous change. | |
9358 | |
3243 | 9359 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9360 | |
9361 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
9362 | |
5095 | 9363 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 9364 |
9365 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
9366 version of krylov and krylovb. | |
9367 | |
9368 * control/outlist.m, control/sysout.m: Fix typos. | |
9369 | |
9370 * control/sysdimensions.m: Add option for total number of states. | |
9371 | |
9372 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
9373 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
9374 arguments. | |
9375 | |
9376 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9377 | |
9378 * strings/index.m: Fail with meaningful error message if either | |
9379 arg is a string array. | |
9380 | |
3238 | 9381 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9382 | |
9383 * linear-algebra/norm.m: Do the right thing for 1- and | |
9384 infinity-norms of complex matrices. From Sven Khatri | |
9385 <khatri@saturn.vocalpoint.com>. | |
9386 | |
5095 | 9387 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 9388 |
9389 * linear-algebra/qrhouse.m: Handle default args correctly. | |
9390 | |
9391 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9392 | |
9393 * strings/split.m: Avoid problems when splitting strings that have | |
9394 \ in them. | |
9395 | |
5095 | 9396 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 9397 |
9398 * image/colormap.m: Do better arg checking, handle string args | |
9399 that name the colormap function to call (e.g., colormap ("ocean")). | |
9400 | |
5095 | 9401 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 9402 |
9403 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
9404 * linear-algebra/dot.m: Likewise. | |
9405 * linear-algebra/cross.m: Likewise. | |
9406 * general/rot90.m: Likewise. | |
9407 | |
5095 | 9408 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 9409 |
9410 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
9411 that the leading column is not all zeros. | |
9412 | |
9413 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9414 | |
9415 * general/shift.m: Fix potential problems with | |
9416 whitespace_in_literal_matrix. | |
9417 * signal/arch_rnd.m: Ditto. | |
9418 * signal/autocov.m: Ditto. | |
9419 * signal/diffpara.m: Ditto. | |
9420 * signal/hurst.m: Ditto. | |
9421 * signal/periodogram.m: Ditto. | |
9422 * signal/spectral_adf.m: Ditto. | |
9423 * signal/spectral_xdf.m: Ditto. | |
9424 * signal/spencer.m: Ditto. | |
9425 * signal/synthesis.m: Ditto. | |
9426 * statistics/distributions/wiener_rnd.m: Ditto. | |
9427 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
9428 * statistics/models/logistic_regression.m: Ditto. | |
9429 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
9430 * statistics/tests/run_test.m: Ditto. | |
9431 * statistics/tests/chisquare_test_independence.m: Ditto. | |
9432 | |
5095 | 9433 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 9434 |
9435 * plot/__plr2__.m: Fix typo. | |
9436 | |
3233 | 9437 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9438 | |
9439 * plot/__pltopt1__.m: Accept "k" to mean black. | |
9440 | |
5095 | 9441 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 9442 |
9443 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
9444 function. | |
9445 | |
5095 | 9446 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 9447 |
9448 * control/ss2sys.m: Fix typo. | |
9449 | |
9450 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9451 | |
9452 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
9453 | |
9454 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
9455 signal names as lists of strings instead of string arrays. | |
9456 | |
3225 | 9457 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9458 | |
3233 | 9459 * quaternion: New directory of functions from A. S. Hodel |
3225 | 9460 <a.s.hodel@eng.auburn.edu>. |
9461 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 9462 * quaternion/Makefile.in: New file. |
9463 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 9464 |
9465 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9466 | |
9467 * image/saveimage.m: Make it work again for black and white colormaps. | |
9468 | |
9469 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
9470 since there can be fewer rows than columns. Round values to | |
9471 nearest position in colormap instead of truncating. Correct usage | |
9472 message. | |
9473 | |
5095 | 9474 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 9475 |
9476 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
9477 zero rows of [A,v] as householder pivots; this avoids spurious | |
9478 non-zero entries in returned orthogonal matrix U, but destroys the | |
9479 Householder matrix structure of H. | |
9480 | |
9481 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9482 | |
9483 * general/logical.m: Just copy input to output if argument is | |
9484 already a logical object. | |
9485 | |
3215 | 9486 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9487 | |
9488 * New files from OCST, in control subdiretory: | |
9489 | |
9490 DEMOcontrol.m is_siso.m syschnames.m | |
9491 abcddim.m is_stabilizable.m syschnamesl.m | |
9492 abcddims.m is_stable.m syschtsam.m | |
9493 analdemo.m jet707.m sysconnect.m | |
9494 are.m lqe.m syscont.m | |
9495 axis2dlim.m lqg.m syscont_disc.m | |
9496 bddemo.m lqr.m sysdefioname.m | |
9497 bode.m lsim.m sysdefstname.m | |
9498 bode_bounds.m ltifr.m sysdimensions.m | |
9499 bodquist.m lyap.m sysdisc.m | |
9500 buildssic.m mb.m sysdup.m | |
9501 c2d.m minfo.m sysgetsignals.m | |
6302 | 9502 com2str.m moddemo.m sysgettsam.m |
3215 | 9503 controldemo.m nichols.m sysgettype.m |
9504 ctrb.m nyquist.m sysgroup.m | |
9505 d2c.m obsv.m sysgroupn.m | |
9506 damp.m ord2.m sysmult.m | |
9507 dare.m outlist.m sysout.m | |
9508 dcgain.m packedform.m sysprune.m | |
9509 demomarsyas.m packsys.m sysreorder.m | |
9510 dezero.m; parallel.m sysrepdemo.m | |
9511 dgkfdemo.m place.m sysscale.m | |
9512 dgram.m polyout.m syssub.m | |
9513 dhinfdemo.m prompt.m sysupdate.m | |
9514 dlqe.m pzmap.m tf2ss.m | |
9515 dlqg.m qzval.m tf2sys.m | |
9516 dlqr.m rldemo.m tf2sysl.m | |
9517 dlyap.m rlocus.m tf2zp.m | |
9518 dmr2d.m rotg.m tfout.m | |
9519 fir2sys.m run_cmd.m; tzero.m | |
9520 frdemo.m series.m tzero2.m | |
9521 freqchkw.m sortcom.m ugain.m | |
9522 freqresp.m ss2sys.m unpacksys.m | |
9523 gram.m ss2tf.m wgt1o.m | |
9524 h2norm.m ss2zp.m zgfmul.m | |
9525 h2syn.m starp.m zgfslv.m | |
9526 hinf_ctr.m step.m zginit.m | |
9527 hinfdemo.m stepimp.m zgpbal.m | |
9528 hinfnorm.m strappend.m; zgreduce.m | |
9529 hinfsyn.m susball.m zgrownorm.m | |
9530 hinfsyn_chk.m swap.m zgscal.m | |
9531 impulse.m swapcols.m zgsgiv.m | |
9532 is_abcd.m swaprows.m zgshsr.m | |
9533 is_controllable.m sys2fir.m zp2ss.m | |
9534 is_detectable.m sys2ss.m zp2ssg2.m | |
9535 is_dgkf.m sys2tf.m zp2sys.m | |
9536 is_digital.m sys2zp.m zp2tf.m | |
9537 is_observable.m sysadd.m zpout.m | |
9538 is_sample.m sysappend.m | |
9539 | |
9540 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9541 | |
9542 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
9543 | |
9544 * strings/deblank.m: Make it work for string arrays too. | |
9545 | |
3211 | 9546 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9547 | |
9548 * linear-algebra/housh.m: New file from the OCST. | |
9549 * linear-algebra/krygetq.m: Ditto. | |
9550 * linear-algebra/krylov.m: Ditto. | |
9551 * linear-algebra/krylovb.m: Ditto. | |
9552 * linear-algebra/qrhouse.m: Ditto. | |
9553 * general/is_duplicate_entry.m: Ditto. | |
9554 | |
9555 * general/is_symmetric.m: Call is_square instead of doing that | |
9556 check in line. | |
9557 | |
3196 | 9558 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9559 | |
3202 | 9560 * general/is_square.m: |
9561 | |
9562 * general/isempty.m, general/is_matrix.m: Delete. | |
9563 | |
9564 * general/is_symmetric: Delete special case for strings. Whether | |
9565 the conversion is valid should depend on implicit_str_to_num_ok. | |
9566 | |
9567 * general/is_square.m: If arg is not a matrix, don't check size, | |
9568 just return 0. | |
9569 * general/is_symmetric: Likewise. | |
9570 * general/is_vector.m: Likewise. | |
9571 * general/is_scalar.m: Likewise. | |
9572 | |
3196 | 9573 * general/length.m: Delete. |
9574 | |
3191 | 9575 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9576 | |
9577 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
9578 statistics/distributions/Makefile, statistics/models/Makefile, | |
9579 and statistics/tests/Makefile to the list of files to create. | |
9580 | |
9581 * finance/Makefile.in, statistics/base/Makefile.in, | |
9582 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
9583 statistics/tests/Makefile.in: New files. | |
9584 * statistics/Makefile.in: Delete file lists. Now only handle | |
9585 subdirectories. | |
9586 * Makefile.in (SUBDIRS): Add finance. | |
9587 | |
9588 * Move the following files from statistics to statistics/base: | |
9589 | |
9590 corrcoef.m | |
9591 kurtosis.m | |
9592 mahalanobis.m | |
9593 median.m | |
9594 ols.m | |
9595 skewness.m | |
9596 std.m | |
9597 | |
9598 New files, from Kurt Hornik's octave-ci package: | |
9599 | |
9600 * finance (new directory): | |
9601 | |
9602 fv.m | |
9603 fvl.m | |
9604 irr.m | |
9605 nper.m | |
9606 npv.m | |
9607 pmt.m | |
9608 pv.m | |
9609 pvl.m | |
9610 rate.m | |
9611 vol.m | |
9612 | |
9613 * linear-algebra/dmult.m | |
9614 | |
9615 * signal: | |
9616 | |
9617 arch_fit.m | |
9618 arch_rnd.m | |
9619 arch_test.m | |
9620 arma_rnd.m | |
9621 autocor.m | |
9622 autocov.m | |
9623 autoreg_matrix.m | |
9624 bartlett.m | |
9625 blackman.m | |
9626 diffpara.m | |
9627 durbinlevinson.m | |
9628 fractdiff.m | |
9629 hamming.m | |
9630 hanning.m | |
9631 hurst.m | |
9632 periodogram.m | |
9633 rectangle_lw.m | |
9634 rectangle_sw.m | |
9635 sinetone.m | |
9636 sinewave.m | |
9637 spectral_adf.m | |
9638 spectral_xdf.m | |
9639 spencer.m | |
9640 stft.m | |
9641 synthesis.m | |
9642 triangle_lw.m | |
9643 triangle_sw.m | |
9644 yulewalker.m | |
9645 | |
9646 * statistics/base (new directory): | |
9647 | |
9648 center.m | |
9649 cloglog.m | |
9650 cor.m | |
9651 cov.m | |
9652 cut.m | |
9653 iqr.m | |
9654 kendall.m | |
9655 logit.m | |
9656 mean.m | |
9657 meansq.m | |
9658 moment.m | |
9659 ppplot.m | |
9660 probit.m | |
9661 qqplot.m | |
9662 range.m | |
9663 ranks.m | |
9664 run_count.m | |
9665 spearman.m | |
9666 statistics.m | |
9667 studentize.m | |
9668 table.m | |
9669 values.m | |
9670 var.m | |
9671 | |
9672 (Replaces cov.m and mean.m with new versions.) | |
9673 | |
9674 * statistics/distributions (new directory): | |
9675 | |
9676 beta_cdf.m | |
9677 beta_inv.m | |
9678 beta_pdf.m | |
9679 beta_rnd.m | |
9680 binomial_cdf.m | |
9681 binomial_inv.m | |
9682 binomial_pdf.m | |
9683 binomial_rnd.m | |
9684 cauchy_cdf.m | |
9685 cauchy_inv.m | |
9686 cauchy_pdf.m | |
9687 cauchy_rnd.m | |
9688 chisquare_cdf.m | |
9689 chisquare_inv.m | |
9690 chisquare_pdf.m | |
9691 chisquare_rnd.m | |
9692 discrete_cdf.m | |
9693 discrete_inv.m | |
9694 discrete_pdf.m | |
9695 discrete_rnd.m | |
9696 empirical_cdf.m | |
9697 empirical_inv.m | |
9698 empirical_pdf.m | |
9699 empirical_rnd.m | |
9700 exponential_cdf.m | |
9701 exponential_inv.m | |
9702 exponential_pdf.m | |
9703 exponential_rnd.m | |
9704 f_cdf.m | |
9705 f_inv.m | |
9706 f_pdf.m | |
9707 f_rnd.m | |
9708 gamma_cdf.m | |
9709 gamma_inv.m | |
9710 gamma_pdf.m | |
9711 gamma_rnd.m | |
9712 geometric_cdf.m | |
9713 geometric_inv.m | |
9714 geometric_pdf.m | |
9715 geometric_rnd.m | |
9716 hypergeometric_cdf.m | |
9717 hypergeometric_inv.m | |
9718 hypergeometric_pdf.m | |
9719 hypergeometric_rnd.m | |
9720 kolmogorov_smirnov_cdf.m | |
9721 laplace_cdf.m | |
9722 laplace_inv.m | |
9723 laplace_pdf.m | |
9724 laplace_rnd.m | |
9725 logistic_cdf.m | |
9726 logistic_inv.m | |
9727 logistic_pdf.m | |
9728 logistic_rnd.m | |
9729 lognormal_cdf.m | |
9730 lognormal_inv.m | |
9731 lognormal_pdf.m | |
9732 lognormal_rnd.m | |
9733 normal_cdf.m | |
9734 normal_inv.m | |
9735 normal_pdf.m | |
9736 normal_rnd.m | |
9737 pascal_cdf.m | |
9738 pascal_inv.m | |
9739 pascal_pdf.m | |
9740 pascal_rnd.m | |
9741 poisson_cdf.m | |
9742 poisson_inv.m | |
9743 poisson_pdf.m | |
9744 poisson_rnd.m | |
9745 stdnormal_cdf.m | |
9746 stdnormal_inv.m | |
9747 stdnormal_pdf.m | |
9748 stdnormal_rnd.m | |
9749 t_cdf.m | |
9750 t_inv.m | |
9751 t_pdf.m | |
9752 t_rnd.m | |
9753 uniform_cdf.m | |
9754 uniform_inv.m | |
9755 uniform_pdf.m | |
9756 uniform_rnd.m | |
9757 weibull_cdf.m | |
9758 weibull_inv.m | |
9759 weibull_pdf.m | |
9760 weibull_rnd.m | |
9761 wiener_rnd.m | |
9762 | |
9763 * statistics/models (new directory): | |
9764 | |
9765 logistic_regression.m | |
9766 logistic_regression_derivatives.m | |
9767 logistic_regression_likelihood.m | |
9768 | |
9769 * statistics/tests (new directory): | |
9770 | |
9771 anova.m | |
9772 bartlett_test.m | |
9773 chisquare_test_homogeneity.m | |
9774 chisquare_test_independence.m | |
9775 cor_test.m | |
9776 f_test_regression.m | |
9777 hotelling_test.m | |
9778 hotelling_test_2.m | |
9779 kolmogorov_smirnov_test.m | |
9780 kolmogorov_smirnov_test_2.m | |
9781 kruskal_wallis_test.m | |
9782 manova.m | |
9783 mcnemar_test.m | |
9784 prop_test_2.m | |
9785 run_test.m | |
9786 sign_test.m | |
9787 t_test.m | |
9788 t_test_2.m | |
9789 t_test_regression.m | |
9790 u_test.m | |
9791 var_test.m | |
9792 welch_test.m | |
9793 wilcoxon_test.m | |
9794 z_test.m | |
9795 z_test_2.m | |
9796 | |
9797 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9798 | |
9799 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
9800 compatibility and to avoid Y2K problems. | |
9801 | |
3190 | 9802 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9803 | |
9804 * polynomial/polyfit.m: Just use the \ operator to handle the | |
9805 least-squares solution. | |
9806 | |
3180 | 9807 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9808 | |
9809 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
9810 | |
9811 * strings/strrep.m: Don't convert args to numeric values. | |
9812 Prevent warnings for empty string args. | |
9813 From Georg Thimm <thimm@idiap.ch>. | |
9814 | |
9815 * strings/strcat.m: Prevent warnings for empty string args. | |
9816 | |
9817 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9818 | |
9819 * miscellaneous/menu.m: Remove special case for empty string | |
9820 returned from input(). Add second arg to eval() to catch errors. | |
9821 | |
3178 | 9822 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9823 | |
9824 * plot/__plt__.m: Don't call usleep. | |
9825 | |
3175 | 9826 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9827 | |
9828 * linear-algebra/dot.m: New function. | |
9829 | |
9830 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
9831 compatibility. | |
9832 | |
9833 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9834 | |
9835 * plot/hist.m: Also allow just one output argument. | |
9836 | |
9837 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9838 | |
9839 * strings/deblank.m: Make it work if the string is only blanks. | |
9840 | |
9841 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9842 | |
9843 * plot/__plt2mv__.m: Delete calls to keyboard. | |
9844 | |
9845 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9846 | |
9847 * plot/oneplot.m: Fix typo. | |
9848 | |
3174 | 9849 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9850 | |
9851 * miscellaneous/flops.m: Allow a single argument too. | |
9852 | |
9853 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9854 | |
9855 * strings/str2mat.m: Also handle case when there are no empty | |
9856 strings correctly. | |
9857 | |
9858 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9859 | |
9860 * strings/isletter.m: New function, for Matlab compatibility. | |
9861 | |
3168 | 9862 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9863 | |
9864 * strings/str2mat.m: Handle string matrices too. | |
9865 | |
3167 | 9866 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9867 | |
9868 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
9869 linear encoding. | |
9870 | |
9871 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
9872 audio/record.m: Open files in binary mode. | |
9873 | |
3164 | 9874 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9875 | |
9876 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
9877 Move functionality of dump_1_pref here, but use built-in function | |
9878 type to extract value, and put it inside try/catch block. | |
9879 * miscellaneous/dump_1_pref.m: Delete unused function. | |
9880 | |
3162 | 9881 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9882 | |
9883 * plot/__pltopt1.m__: New file. | |
9884 * plot/__pltopt.m__: Handle opt as a string array by calling | |
9885 __pltopt1__ multiple times and returning a string array with rows | |
9886 corresponding to the rows of opt. | |
9887 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
9888 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
9889 array. | |
9890 | |
9891 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9892 | |
9893 * plot/mplot.m: Fix misspellings of global variables. | |
9894 Don't call clearplot. | |
9895 | |
9896 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9897 | |
9898 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
9899 "cle;rep" when going in ot multiplot mode. | |
9900 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
9901 switching out of multiplot mode. | |
9902 | |
3156 | 9903 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 9904 |
3156 | 9905 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
9906 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 9907 |
3141 | 9908 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9909 | |
9910 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
9911 | |
9912 * miscellaneous/bug_report.m: Don't try to get smart with | |
9913 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
9914 | |
9915 * Makefile.in (install): Create separate ls-R files for | |
9916 $(datadir) and $(libexecdir). | |
9917 (uninstall): Remove both ls-R files. | |
9918 | |
3136 | 9919 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9920 | |
9921 * signal/fftshift.m: New file. | |
9922 | |
9923 * plot/contour.m: Fix for non-square case. | |
9924 | |
9925 * general/randperm.m: New file. | |
9926 | |
9927 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9928 | |
9929 * specfun/betai.m: Restore file for compatibility with previous | |
9930 versions. Call betainc with reordered args. | |
9931 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
9932 | |
3131 | 9933 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9934 | |
9935 * plot/contour.m: Handle discrete contour levels. | |
9936 | |
9937 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9938 | |
9939 * control/lyap.m: For compatibility with Matlab, solve | |
9940 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
9941 | |
3124 | 9942 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9943 | |
9944 * specfun/bessel.m: New file. | |
9945 | |
9946 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
9947 specfun/gammainc.m: Delete. | |
9948 | |
3106 | 9949 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9950 | |
9951 * image/colormap.m: Initialize __current_color_map__ in global | |
9952 statement. | |
9953 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
9954 statement. | |
9955 * plot/axis.m: Initialize __current_axis__ in global statement. | |
9956 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
9957 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
9958 | |
3103 | 9959 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9960 | |
9961 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
9962 * time/toc.m: Likewise. | |
9963 | |
9964 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
9965 | |
9966 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
9967 anything special for automatic_replot when in multiplot mode -- | |
9968 recent 3.6beta releases handle this correctly. | |
9969 | |
9970 * plot/figure.m: Ensure that we are not in multiplot mode before | |
9971 setting the terminal type. | |
9972 | |
9973 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
9974 plot/subwindow.m: Use leading and trailing underscores for | |
9975 `private' globals. | |
9976 | |
9977 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
9978 | |
3101 | 9979 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9980 | |
9981 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
9982 | |
3091 | 9983 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9984 | |
3092 | 9985 * specfun/gammai.m: Avoid problems with whitespace when |
9986 constructing matrices. | |
9987 | |
3091 | 9988 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
9989 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
9990 original y vector. | |
9991 | |
3085 | 9992 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9993 | |
9994 * linear-algebra/cross.m: Use direct formula instead of calling | |
9995 det three times in a loop. If both args are column (row) vectors, | |
9996 return a column (row) vector. If they don't match, pay attention | |
9997 to the value of prefer_column_vectors. | |
9998 | |
5095 | 9999 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 10000 |
10001 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
10002 nonsymmetric matrices. | |
10003 | |
10004 * general/tril.m: Fix usage message. | |
10005 | |
10006 * polynomial/polyvalm.m: Fix error messages. | |
10007 * polynomial/polyderiv.m: Likewise. | |
10008 * polynomial/polyval.m: Likewise. | |
10009 | |
3081 | 10010 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10011 | |
10012 * strings/blanks.m: Allow blanks(0) to return empty string. | |
10013 Allow negative arguments if treat_neg_dim_as_zero is true. | |
10014 | |
3063 | 10015 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10016 | |
10017 * plot/mesh.m: Set noparametric plot mode after plotting. | |
10018 | |
5095 | 10019 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 10020 |
10021 * plot/__pltopt__.m: Handle key/legend names. | |
10022 Correctly set colors, line styles, and point styles. | |
10023 | |
3061 | 10024 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10025 | |
10026 * polynomial/polyfit.m: Return fit y values as second output. | |
10027 Don't use QR factorization to solve least squares problem. | |
10028 | |
10029 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10030 | |
10031 * control/dlqr.m: Use ao, not a, to compute k. | |
10032 | |
3024 | 10033 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10034 | |
10035 * miscellaneous/path.m: New file. | |
10036 | |
2993 | 10037 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10038 | |
10039 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
10040 name. | |
10041 | |
2968 | 10042 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10043 | |
10044 * specfun/erfinv.m: Add missing semicolon. | |
10045 | |
2870 | 10046 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10047 | |
10048 * miscellaneous/xor.m: Make type of return value logical. | |
10049 | |
2853 | 10050 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10051 | |
10052 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
10053 warn_comma_in_global_decl. | |
10054 | |
2831 | 10055 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10056 | |
10057 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
10058 octave-bug script. | |
10059 | |
2823 | 10060 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10061 | |
2824 | 10062 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
10063 prefer_zero_one_indexing. | |
10064 | |
2823 | 10065 * general/logical.m: New file. |
10066 | |
2816 | 10067 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10068 | |
10069 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
10070 and is_vector(). | |
10071 | |
5095 | 10072 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 10073 |
10074 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
10075 Use tolerance of 2 * eps. | |
10076 | |
2811 | 10077 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10078 | |
10079 * Makefile.in (install-strip): New target. | |
10080 * audio/Makefile.in: Ditto. | |
10081 * control/Makefile.in: Ditto. | |
10082 * elfun/Makefile.in: Ditto. | |
10083 * general/Makefile.in: Ditto. | |
10084 * image/Makefile.in: Ditto. | |
10085 * io/Makefile.in: Ditto. | |
10086 * linear-algebra/Makefile.in: Ditto. | |
10087 * miscellaneous/Makefile.in: Ditto. | |
10088 * plot/Makefile.in: Ditto. | |
10089 * polynomial/Makefile.in: Ditto. | |
10090 * set/Makefile.in: Ditto. | |
10091 * signal/Makefile.in: Ditto. | |
10092 * specfun/Makefile.in: Ditto. | |
10093 * special-matrix/Makefile.in: Ditto. | |
10094 * startup/Makefile.in: Ditto. | |
10095 * statistics/Makefile.in: Ditto. | |
10096 * strings/Makefile.in: Ditto. | |
10097 | |
2809 | 10098 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10099 | |
10100 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
10101 | |
2798 | 10102 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10103 | |
10104 * statistics/corrcoef.m: Make it actually work. | |
10105 | |
2795 | 10106 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10107 | |
2798 | 10108 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 10109 |
2779 | 10110 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 10111 |
10112 * Version 2.0.5 released. | |
10113 | |
2745 | 10114 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10115 | |
2749 | 10116 * Makefile.in (maintainer-clean): Also remove configure. |
10117 | |
2746 | 10118 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
10119 | |
2745 | 10120 * general/is_matrix.m: Return zero for empty matrices. |
10121 | |
10122 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10123 | |
10124 * linear-algebra/vech.m: Size result just once. | |
10125 | |
2726 | 10126 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10127 | |
10128 * general/is_square.m: Handle empty matrices correctly. | |
10129 * general/is_symmetric.m: Handle empty matrices and strings. | |
10130 | |
2716 | 10131 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10132 | |
10133 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
10134 * polynomial/deconv.m: Likewise. | |
10135 * polynomial/polyderiv.m: Likewise. | |
10136 * polynomial/polyinteg.m: Likewise. | |
10137 * polynomial/polyreduce.m: Likewise. | |
10138 * polynomial/polyval.m: Likewise. | |
10139 * polynomial/polyvalm.m: Likewise. | |
10140 * general/postpad.m: Likewise. | |
10141 * general/prepad.m: Likewise. | |
10142 | |
10143 * polynomial/compan.m: Check input with is_vector(), not | |
10144 is_matrix(). Handle scalar case. | |
10145 | |
2711 | 10146 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10147 | |
2715 | 10148 * plot/contour.m: Order data so that it is consistent with |
10149 meshgrid and mesh. | |
10150 | |
2711 | 10151 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
10152 * plot/sombrero.m: Use meshgrid, not meshdom. | |
10153 | |
2709 | 10154 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 10155 |
10156 * Version 2.0.4 released. | |
10157 | |
2706 | 10158 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10159 | |
2702 | 10160 * miscellaneous/paren.m: New file. |
10161 | |
2693 | 10162 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 10163 |
10164 * Version 2.0.3 released. | |
10165 | |
2676 | 10166 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10167 | |
10168 * image/saveimage.m: Only clip image data that is actually out of | |
10169 range. | |
10170 | |
2667 | 10171 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10172 | |
10173 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
10174 also be considered to be matrices. | |
10175 | |
10176 * general/is_vector.m: Scalars may also be considered to be vectors. | |
10177 | |
10178 * general/isempty.m: Use size(), not rows() and columns(). | |
10179 | |
10180 * plot/contour.m: Convert set to gset. | |
10181 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
10182 | |
2663 | 10183 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10184 | |
10185 * specfun/erfinv.m: Fix typo in last change. | |
10186 | |
2650 | 10187 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10188 | |
10189 * image/loadimage.m: Make it possible to load files with image | |
10190 data named X or img. | |
10191 | |
10192 * image/default.img: Change name of image from X to img to match | |
10193 what saveimage does now. | |
10194 | |
10195 * image/loadimage.m: Rename X to be img, to match what saveimage | |
10196 does now. | |
10197 | |
2632 | 10198 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10199 | |
2634 | 10200 * Version 2.0.2 released. |
10201 | |
2632 | 10202 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
10203 weird missing-lines bug without creating extra plots unecessarily. | |
10204 | |
2624 | 10205 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10206 | |
10207 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
10208 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
10209 io/Makefile.in, linear-algebra/Makefile.in, | |
10210 miscellaneous/Makefile.in, plot/Makefile.in, | |
10211 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
10212 specfun/Makefile.in, special-matrix/Makefile.in, | |
10213 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
10214 time/Makefile.in (bin-dist): New target. | |
10215 | |
2621 | 10216 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10217 | |
10218 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
10219 | |
10220 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10221 | |
10222 * miscellaneous/xor.m: Make it work. | |
10223 | |
2613 | 10224 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10225 | |
10226 * plot/sombrero.m: Doc fix. | |
10227 | |
2602 | 10228 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10229 | |
10230 * Version 2.0.1 released. | |
10231 | |
2601 | 10232 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10233 | |
10234 * elfun/lcm.m: Replace missing if statement. | |
10235 | |
10236 * elfun/gcd.m: Report error if no input args. | |
10237 * elfun/lcm.m: Likewise. | |
10238 | |
2597 | 10239 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10240 | |
10241 * Makefile.in (install): Use ls -LR to create ls-R database. | |
10242 Also list contents of $libexecdir/octave in ls-R database. | |
10243 | |
2583 | 10244 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10245 | |
10246 * Version 2.0 released. | |
10247 | |
2575 | 10248 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10249 | |
10250 * Version 1.94. | |
10251 | |
2558 | 10252 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10253 | |
10254 * strings/str2num.m: New file. | |
10255 | |
2554 | 10256 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10257 | |
10258 * Version 1.93. | |
10259 | |
2540 | 10260 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10261 | |
10262 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
10263 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
10264 linear-algebra/vech.m: New files from Kurt Hornik. | |
10265 | |
10266 * general/nextpow2.m, general/shift.m, general/diff.m, | |
10267 general/common_size.m: New files from Kurt Hornik. | |
10268 | |
10269 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
10270 New files from Kurt Hornik. | |
10271 | |
10272 * signal/detrend.m: New file from Kurt Hornik. | |
10273 | |
10274 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
10275 specfun/pow2.m, specfun/log2.m: | |
10276 New files and updates from Kurt Hornik. | |
10277 | |
2523 | 10278 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10279 | |
10280 * plot/__plt__.m: Add explicit replot after last command is | |
10281 issued, to force all lines to be displayed. Hmm. | |
10282 | |
2512 | 10283 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10284 | |
2520 | 10285 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
10286 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
10287 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
10288 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
10289 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
10290 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
10291 Uset gset, not set. | |
10292 | |
2512 | 10293 * Version 1.92. |
10294 | |
2482 | 10295 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10296 | |
2486 | 10297 * image/saveimage.m: When writing PostScript, name Octave as the |
10298 almighty Creator. Use single call to fprintf instead of looping. | |
10299 | |
10300 * image/Makefile.in: Delete references to octtopnm. | |
10301 | |
10302 * general/logspace.m: Doc fix. | |
10303 | |
2482 | 10304 * Version 1.91. |
10305 | |
2458 | 10306 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10307 | |
10308 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
10309 | |
10310 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
10311 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
10312 deleted. | |
10313 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
10314 of a system() command to delete the tmp file. | |
10315 | |
2452 | 10316 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10317 | |
10318 * Version 1.90. | |
10319 | |
10320 * Makefile.in (DISTFILES): Add ChangeLog. | |
10321 | |
2360 | 10322 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10323 | |
10324 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
10325 Don't check for string value of automatic_replot. | |
10326 | |
10327 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
10328 Temporarily set do_fortran_indexing to 1, not "true". | |
10329 | |
10330 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
10331 not "false". | |
10332 | |
10333 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
10334 "false". | |
10335 | |
2355 | 10336 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
10337 | |
10338 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
10339 | |
2330 | 10340 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10341 | |
10342 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
10343 system command. | |
10344 | |
10345 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10346 | |
10347 * __plr1__.m: Renamed from polar_int_1.m. | |
10348 * __plr2__.m: Renamed from polar_int_2.m. | |
10349 * __plr__.m: Renamed from polar_int.m. | |
10350 * __plt1__.m: Renamed from plot_int_1.m. | |
10351 * __plt2__.m: Renamed from plot_int_2.m. | |
10352 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
10353 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
10354 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
10355 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
10356 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
10357 * __plt__.m: Renamed from plot_int.m. | |
10358 * __pltopt__.m: Renamed from plot_opt.m. | |
10359 Change all callers. | |
10360 | |
10361 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10362 | |
10363 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
10364 comments like those found in Emacs lisp files. | |
10365 | |
10366 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10367 | |
10368 * All .m files: Change comment style. | |
10369 | |
10370 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10371 | |
10372 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
10373 subplot.m, subwindow.m, top_title.m: | |
10374 Print error message if gnuplot_has_multiplot is not true. | |
10375 | |
10376 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10377 | |
10378 * plot/figure.m: New function. | |
10379 | |
10380 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10381 | |
10382 * strings/strrep.m: New function. | |
10383 | |
10384 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10385 | |
10386 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
10387 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
10388 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
10389 strings/split.m, strings/str2mat.m, strings/substr.m: | |
10390 New functions from Kurt Hornik, heavily modified by jwe. | |
10391 | |
10392 * general/reshape.m: Allow strings to be reshaped too. | |
10393 | |
10394 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
10395 Always return a scalar. | |
10396 | |
10397 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10398 | |
10399 * polynomial/polyfit.m: Make orientation of result compatible with | |
10400 Matlab. | |
10401 | |
10402 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10403 | |
10404 * polynomial/polyfit.m: Add missing close paren. | |
10405 | |
10406 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10407 | |
10408 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
10409 | |
10410 * io/scanf.m: Delete. | |
10411 | |
10412 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10413 | |
10414 * statistics/median.m: Fix typo in usage message. | |
10415 | |
10416 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10417 | |
10418 * miscellaneous/popen2.m: New file. | |
10419 | |
10420 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10421 | |
10422 * configure.in (AC_OUTPUT): Add io/Makefile. | |
10423 | |
10424 * io: New directory. | |
10425 * Makefile.in (SUBDIRS): Add it to the list. | |
10426 | |
10427 * miscellaneous/flops.m: New file. | |
10428 | |
10429 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10430 | |
10431 * miscellaneous/cputime.m: Return three arguments instead of a | |
10432 vector, for compatibility with previous versions and with Matlab | |
10433 (which only returns one scalar value). | |
10434 | |
10435 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
10436 | |
10437 * general/triu.m: Compute lower bound on loop index correctly. | |
10438 * general/tril.m: Likewise, for upper bound. | |
10439 | |
10440 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10441 | |
10442 * image/saveimage.m: For color images, make sure indices into | |
10443 temporary colormap and result matrix have proper orientation. | |
10444 Set grey flag correctly. | |
10445 | |
10446 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10447 | |
10448 * statistics/std.m: Use better formula (from Jim Van Zandt | |
10449 jrv@vanzandt.mv.com). | |
10450 | |
10451 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10452 | |
10453 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
10454 * mesh.m: Transpose Z if only one arg. | |
10455 Handle case of all three args being matrices (from Jim Van Zandt | |
10456 jrv@vanzandt.mv.com). | |
10457 * meshdom.m: Undo previous change. | |
10458 | |
10459 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10460 | |
10461 * configure.in (AC_OUTPUT): Add audio/Makefile | |
10462 | |
10463 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10464 | |
10465 * audio: New directory of files from Kurt Hornik and Andreas | |
10466 Weingessel. | |
10467 * audio/Makefile.in: New file. | |
10468 * Makefile.in (SUBDIRS): Add audio to the list. | |
10469 | |
10470 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10471 | |
10472 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
10473 | |
10474 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10475 | |
10476 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
10477 columns (z), not the other way around. | |
10478 * plot/meshdom.m: Don't reverse order of elements in y. | |
10479 | |
10480 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10481 | |
10482 * plot/axis.m: Return current axis if nargin == 0. | |
10483 | |
10484 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10485 | |
10486 * polynomial/roots.m: Updates from Kurt Hornik. | |
10487 | |
10488 * polynomial/polyder.m: New file. | |
10489 | |
10490 * polynomial/polyderiv.m: Give return value and arg different names. | |
10491 | |
10492 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10493 | |
10494 * specfun/betainc.m: New file. | |
10495 * specfun/gammainc.m: New file. | |
10496 | |
10497 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10498 | |
10499 * general/strerror.m: New file. | |
10500 * general/perror.m: Implement using strerror(). | |
10501 | |
10502 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10503 | |
10504 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
10505 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
10506 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
10507 | |
10508 * image/saveimage.m: Round img values first. | |
10509 | |
10510 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10511 | |
10512 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
10513 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
10514 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
10515 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
10516 special-matrix/hankel.m special-matrix/toeplitz.m | |
10517 tuwien/strfun/split.m: Add missing semicolons. | |
10518 | |
10519 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
10520 | |
10521 * image/Makefile.in: Don't build or install octtoppm. | |
10522 | |
10523 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 10524 routines so that people who don't have the pbm stuff installed |
2330 | 10525 can still use this function. |
10526 | |
10527 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10528 | |
10529 * image/saveimage.m: Better error checking, clean up a bit. | |
10530 | |
10531 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10532 | |
10533 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
10534 avoid conflict with new built-in text-style function more. | |
10535 | |
10536 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
10537 | |
10538 * startup/Makefile.in (install): Also install octaverc in | |
10539 $localfcnfiledir/startup/octavrc. | |
10540 | |
10541 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10542 | |
10543 * mkinstalldirs: New file. | |
10544 * Makefile.in (DISTFILES): Add it to the list. | |
10545 | |
10546 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
10547 | |
10548 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10549 | |
10550 * special-matrix/hankel.m: Compatibility fix. Complain if | |
10551 r(1) != c(nr), not if r(1) != c(1). | |
10552 | |
10553 * signal/filter.m: Doc fix. | |
10554 | |
10555 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10556 | |
10557 * miscellaneous/cputime.m: Use new resource structure names (no | |
10558 ru_ or tv_ prefixes). | |
10559 | |
10560 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10561 | |
10562 * time/ctime.m: Fix doc string and usage message. | |
10563 | |
10564 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10565 | |
10566 * time/clock.m: Use new time structure names (no tm_ prefix). | |
10567 | |
10568 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10569 | |
10570 * control/c2d.m: Make function work for any value of | |
10571 whitespace_in_literal_matrix. | |
10572 * control/dare.m: Likewise. | |
10573 * control/tzero.m: Likewise. | |
10574 * elfun/gcd.m: Likewise. | |
10575 * elfun/lcm.m: Likewise. | |
10576 * general/postpad.m: Likewise. | |
10577 * general/prepad.m: Likewise. | |
10578 * linear-algebra/kron.m: Likewise. | |
10579 * miscellaneous/etime.m: Likewise. | |
10580 * polynomial/conv.m: Likewise. | |
10581 * polynomial/deconv.m: Likewise. | |
10582 * polynomial/poly.m: Likewise. | |
10583 * polynomial/roots.m: Likewise. | |
10584 * signal/filter.m: Likewise. | |
10585 * signal/freqz.m: Likewise. | |
10586 * signal/fftfilt.m: Likewise. | |
10587 | |
10588 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10589 | |
10590 * miscellaneous/is_leap_year.m: Make work for vector args. | |
10591 | |
10592 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10593 | |
10594 * plot/polar_int_2.m: Add missing semicolons. | |
10595 Set theta = theta', not rho'. | |
10596 | |
10597 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10598 | |
10599 * polynomial/roots.m: Make it work for any value of | |
10600 whitespace_in_literal_matrix. | |
10601 | |
10602 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10603 | |
10604 * configure.in: New file. | |
10605 | |
10606 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10607 | |
10608 * control/lyap.m: Add missing semicolon. | |
10609 | |
10610 * miscellaneous/cputime.m: New function file. | |
10611 | |
10612 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10613 | |
10614 * time: New directory. | |
10615 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
10616 New function files. | |
10617 * time/Makefile.in: New file. | |
10618 * Makefile.in (SUBDIRS): Add time. | |
10619 | |
10620 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10621 | |
10622 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
10623 | |
10624 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10625 | |
10626 * plot/plot_int_1.m: Transpose data with .', not '. | |
10627 | |
10628 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10629 | |
10630 * Makefile.in (install uninstall clean mostlyclean distclean | |
10631 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
10632 | |
10633 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10634 | |
10635 * Makefile.in (install): Create ls-R database file. | |
10636 (uninstall): Delete it. | |
10637 | |
10638 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10639 | |
5378 | 10640 * image/saveimage.m: Fix typo. |
2330 | 10641 |
10642 See ChangeLog.1 in the top level directory for earlier changes. |