Mercurial > hg > octave-nkf
annotate scripts/ChangeLog @ 8255:3f1199ad212f
legendre.m: Warn once on under/overflow.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Tue, 21 Oct 2008 21:17:29 -0400 |
parents | 873ea2c72f16 |
children | 79c874fe5100 |
rev | line source |
---|---|
8251 | 1 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
2 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
3 * specfun/legendre.m: Warn once on under/overflow. |
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
4 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
5 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
6 |
8249 | 7 2008-10-21 John W. Eaton <jwe@octave.org> |
8 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
9 * plot/quiver3.m: Turn hold off after demo. |
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
10 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
11 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
12 |
8249 | 13 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
14 struct. Use get instead of examining struct fields directly. | |
15 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
16 object struct. Use get instead of examining struct elements | |
17 directly. Use allhild instead of looking at children field of | |
18 figure object struct. | |
19 | |
8251 | 20 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 21 |
22 * plot/orient.m: Fix syntax error. | |
23 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
24 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
25 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
26 * testfun/rundemos.m: Pause between files, as demo itself doesn't. |
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
27 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
28 * plot/fill.m, plot/quiver.m: Quiet the demos. |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
29 * plot/stair.m: Treat a line style argument correctly. |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
30 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
31 2008-10-20 John W. Eaton <jwe@octave.org> |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
32 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
33 * plot/surfnorm.m: Save and restore hold state. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
34 From Daniel J. Sebald <daniel.sebald@ieee.org> and |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
35 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
36 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
37 2008-10-20 Ben Abbott <bpabbott@mac.com> |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
38 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
39 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
40 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
41 * plot/__stem__.m: Respect new ordering of children when setting |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
42 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
43 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
44 * plot/orient.m, plot/print.m: Properly validate figure handle. |
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
45 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
46 * plot/hold.m, plot/comet.m: Properly validate axes handle. |
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
47 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
48 * plot/__go_draw_axes__.m: Fix for binary xfer of suface plots. |
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
49 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
50 2008-10-20 David Bateman <dbateman@free.fr> |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
51 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
52 * plot/plotyy.m: Test that an axes handle actually is one before |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
53 setting it. |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
54 |
8236 | 55 2008-10-17 David Bateman <dbateman@free.fr> |
56 | |
57 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
58 from potential axis handles. | |
59 * plot/colorbar.m: Remove debug output. | |
60 * plot/comet.m: Close plot before demo | |
61 * plot/contourc.m: No output if nargout == 0. | |
62 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
63 2008-10-16 David Bateman <dbateman@free.fr> |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
64 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
65 * plot/subplot.m: Allow for column vector of children for figure. |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
66 |
8229 | 67 2008-10-16 John W. Eaton <jwe@octave.org> |
68 | |
69 * testfun/rundemos.m: New function. | |
70 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
71 2008-10-16 Ben Abbott <bpabbott@mac.com> |
8227
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
72 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
73 * plot/contourf.m: Correct order of patch object handles. |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
74 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
75 2008-10-16 David Bateman <dbateman@free.fr> |
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
76 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
77 * plot/colorbar.m (colorbar:resetaxis): Uncomment the reseting of |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
78 the axes. |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
79 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
80 * plot/newplot.m: Don't preserve axes properties here, but rather |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
81 do it in the graphics handle code so that the preservation can be |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
82 done after callbacks are executed. |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
83 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
84 * plot/__go_draw_axes__.m: If current plot is an image, don't flag |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
85 the plot as binary, as the binary specification is already in the |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
86 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
87 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
88 * plot/__go_draw_figure__.m: Always use multiplot and create an |
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
89 enclosing axis to ensure bounding box of postscript is correct. |
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
90 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
91 2008-10-16 Ben Abbott <bpabbott@mac.com> |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
92 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
93 * plot/__go_draw_axes__.m (do_tics_1): New arg, interpreter. |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
94 (do_tics): Pass interpreter to do_tics_1. |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
95 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
96 2008-10-15 David Bateman <dbateman@free.fr> |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
97 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
98 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
99 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
100 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
101 2008-10-14 Ben Abbott <bpabbott@mac.com> |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
102 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
103 * plot/__go_draw_axes__.m (do_tics_1): New args, fontname and fontsize. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
104 Pass fontspec for tic marks to gnuplot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
105 (do_tics): Pass axes fontname and fontsize to do_tics_1. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
106 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
107 * plot/newplot.m: Perserve fontangle, fontname, fontsize, |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
108 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
109 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
110 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
111 2008-10-15 Daniel J. Sebald <daniel.sebald@ieee.org> |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
112 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
113 * plot/__go_draw_axes__.m: Make previous change work for surface |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
114 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
115 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
116 2008-10-14 Daniel J. Sebald <daniel.sebald@ieee.org> |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
117 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
118 * plot/__go_draw_axes__.m: Send binary data to gnuplot. |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
119 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
120 2008-10-13 Ben Abbott <bpabbott@mac.com> |
8216
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
121 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
122 * plot/__go_draw_axes__.m: Fix concatenation of handles. |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
123 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
124 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
125 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
126 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
127 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
128 |
8208 | 129 2008-10-10 David Bateman <dbateman@free.fr> |
130 | |
131 * image/__img__.m: Manually set the limits of th eimage | |
132 * plot/__go_draw_axes__.m: Base window position in the axis | |
133 position property and not the outerposition property. Remove | |
134 colorbar code based on the gnuplot colorbox. Allow images to be a | |
135 vector to support image based colorbars. Also check labelmode for | |
136 manual tics. | |
137 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
138 colorbar code. | |
139 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
140 it to the principal axis. | |
141 * plot/legend.m: Support an axis handle as the first | |
142 argument. Support hggroups. | |
143 * plot/pareto.m: Don't support an axis handle as the first | |
144 argument as the plotyy command in fact needs two axis handles. | |
145 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
146 synchronize the two axes. | |
147 * plot/subplot.m: Also skip axes that are tagged as being a | |
148 colorbar. Don't break in search of overlapping axes to delete. Set | |
149 both the position and the outerposition. | |
150 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
151 2008-10-09 Ben Abbott <bpabbott@mac.com> |
8205
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
152 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
153 * plot/__axis_label__.m: Inherit font properties from axes. |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
154 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
155 2008-10-09 David Bateman <dbateman@free.fr> |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
156 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
157 * general/loadobj.m, general/saveobj.m, general/display: New functions |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
158 * general/Makefile.in (SOURCES): Add then here. |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
159 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
160 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
|
161 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
162 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
163 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
164 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
165 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
166 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
167 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
168 * 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
|
169 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
170 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
|
171 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
172 * 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
|
173 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
174 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
|
175 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
176 * 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
|
177 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
|
178 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
|
179 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
|
180 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
|
181 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
|
182 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
|
183 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
|
184 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
|
185 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
|
186 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
187 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
|
188 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
189 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
190 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
191 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
192 * 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
|
193 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
194 * 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
|
195 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
196 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
|
197 |
8182 | 198 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
199 | |
200 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
|
201 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
202 * 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
|
203 |
8182 | 204 2008-10-02 Ben Abbott <bpabbott@mac.com> |
205 | |
206 * 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
|
207 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
208 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
209 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
210 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
211 |
8182 | 212 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
|
213 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
214 * 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
|
215 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
216 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
217 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
218 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
|
219 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
220 * 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
|
221 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
222 * 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
|
223 |
8182 | 224 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
|
225 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
226 * 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
|
227 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
228 * 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
|
229 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
230 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
|
231 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
232 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
233 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
234 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
235 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
236 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
237 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
|
238 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
239 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
240 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
|
241 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
242 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
243 |
8148 | 244 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
245 | |
246 * image/imread.m, image/imwrite.m: Doc fix. | |
247 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
248 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
|
249 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
250 * 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
|
251 |
8149 | 252 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
|
253 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
254 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
255 * 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
|
256 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
257 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
|
258 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
259 * 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
|
260 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
261 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
262 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
263 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
264 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
265 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
266 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
267 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
268 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
269 |
8182 | 270 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 271 |
272 * plot/comet.m: New file. | |
273 * plot/Makefile.in (SOURCES): Add it here. | |
274 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
275 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
|
276 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
277 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
278 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
279 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
280 * 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
|
281 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
|
282 |
8182 | 283 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
|
284 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
285 * 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
|
286 |
8116 | 287 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
288 | |
8117 | 289 * image/imshow.m: Fix for display_range. |
290 | |
8116 | 291 * general/interpn.m: Fixe for extrapval and documentation of |
292 extrapval. | |
293 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
294 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
|
295 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
296 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
297 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
298 * 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
|
299 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
300 * 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
|
301 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
302 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
303 * 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
|
304 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
|
305 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
306 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
307 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
308 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
309 |
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
|
310 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
|
311 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
312 * 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
|
313 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
|
314 |
8088 | 315 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
316 | |
317 * plot/plot.m: Doc fix. | |
318 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
319 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
|
320 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
321 * 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
|
322 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
323 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
324 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
|
325 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
326 * 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
|
327 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
328 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
329 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
330 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
331 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
332 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
333 * 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
|
334 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
335 |
8076 | 336 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
337 | |
338 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
339 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
340 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
341 | |
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
|
342 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
|
343 |
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
|
344 * 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
|
345 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
|
346 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
|
347 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
|
348 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
|
349 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
|
350 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
|
351 '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
|
352 * 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
|
353 |
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
|
354 * 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
|
355 * 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
|
356 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
357 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
358 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
359 * 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
|
360 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
361 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
362 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
363 * 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
|
364 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
|
365 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
366 * 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
|
367 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
|
368 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
|
369 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
370 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
371 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
372 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
373 |
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
|
374 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
|
375 |
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
|
376 * 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
|
377 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
|
378 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
379 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
|
380 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
381 * 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
|
382 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
383 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
384 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
|
385 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
386 * 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
|
387 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
|
388 * 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
|
389 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
|
390 * 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
|
391 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
392 * 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
|
393 * 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
|
394 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
|
395 * 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
|
396 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
|
397 * 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
|
398 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
|
399 * 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
|
400 * 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
|
401 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
|
402 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
403 |
8054 | 404 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
405 | |
406 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
407 Handle parameter-value options. Untabify. | |
408 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
409 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
|
410 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
411 * 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
|
412 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
413 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
414 * 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
|
415 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
|
416 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
417 * 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
|
418 * 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
|
419 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
420 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
421 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
|
422 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
423 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
424 |
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
|
425 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
|
426 |
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
|
427 * 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
|
428 (__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
|
429 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
|
430 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
431 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
432 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
433 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
434 |
8046 | 435 2008-08-21 David Bateman <dbateman@free.fr> |
436 | |
437 * plot/ezplot.m : New function. | |
438 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
439 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
440 | |
8182 | 441 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
|
442 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
443 * 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
|
444 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
445 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
446 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
|
447 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
448 * 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
|
449 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
|
450 |
8040 | 451 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
|
452 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
453 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
454 |
8035 | 455 2008-08-19 David Bateman <dbateman@free.fr> |
456 | |
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
|
457 * 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
|
458 * 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
|
459 |
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
|
460 * statistics/base/ranks.m: Doc fix. |
8035 | 461 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
462 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
|
463 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
464 * 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
|
465 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
466 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
|
467 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
468 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
469 |
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
|
470 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
|
471 |
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
|
472 * 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
|
473 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
|
474 |
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
|
475 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
|
476 |
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
|
477 * 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
|
478 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
|
479 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
480 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
|
481 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
482 * 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
|
483 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
484 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
485 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
486 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
487 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
488 * 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
|
489 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
490 * 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
|
491 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
492 |
8182 | 493 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
|
494 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
495 * plot/hold.m: Clarify help text. |
7986 | 496 |
497 * specfun/reallog.m: Fix help string. | |
498 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
499 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 500 |
501 * strings/regexptranslate.m: Add real documentation. | |
502 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
503 * 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
|
504 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
505 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
506 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
507 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
508 |
7974 | 509 2008-07-28 John W. Eaton <jwe@octave.org> |
510 | |
511 * image/imwrite.m: New function. | |
512 * image/Makefile.in (SOURCES): Add it to the list. | |
513 | |
7969 | 514 2008-07-24 Ben Abbott <bpabbott@mac.com> |
515 | |
516 * time/datestr.m: New xtest. | |
517 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
518 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
|
519 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
520 * 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
|
521 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
522 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
523 |
7940 | 524 2008-07-17 John W. Eaton <jwe@octave.org> |
525 | |
526 * general/fliplr.m: Fix usage test. | |
527 * testfun/test.m: Fix usage tests. | |
528 | |
8040 | 529 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 530 |
531 * statistics/base/cov.m: Fix test that should no longer work. | |
532 | |
7935 | 533 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
534 | |
535 * plot/gcbo.m, plot/gcbf.m: New functions. | |
536 * plot/Makefile.in (SOURCES): Add them to the list. | |
537 | |
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
|
538 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
|
539 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
540 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
541 * 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
|
542 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
543 * 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
|
544 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
545 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
546 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
547 |
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
|
548 * 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
|
549 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
550 * 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
|
551 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
552 * 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
|
553 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
554 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
|
555 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
556 * 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
|
557 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
558 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
|
559 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
560 * 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
|
561 |
8040 | 562 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
|
563 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
564 * 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
|
565 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
566 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
567 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
568 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
569 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
|
570 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
571 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
|
572 |
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
|
573 * 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
|
574 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
575 * 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
|
576 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
|
577 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
578 |
8040 | 579 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
|
580 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
581 * 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
|
582 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
583 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
584 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
585 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
586 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
587 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
588 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
589 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
|
590 |
7817 | 591 * miscellaneous/debug.m: New file.. |
592 * Makefile.in (SOURCES): Add it to the list. | |
593 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
594 * 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
|
595 []. 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
|
596 |
8040 | 597 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 598 |
599 * strings/strcat.m: Add tests. | |
600 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
601 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
|
602 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
603 * 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
|
604 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
605 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
606 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
607 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
608 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
609 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
610 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
611 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
612 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
613 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
614 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
615 |
7783 | 616 2008-05-20 Bill Denney <bill@denney.ws> |
617 | |
618 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
619 New tests. | |
620 | |
7777 | 621 2008-05-19 John W. Eaton <jwe@octave.org> |
622 | |
623 * general/isa.m: Fix tests. | |
624 | |
7773 | 625 2008-05-13 Bill Denney <bill@denney.ws> |
626 | |
627 * general/isa.m: Use persistent cell arrays to hold class names | |
628 instead of multiple strcmp calls. | |
629 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
630 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
631 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
632 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
633 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
|
634 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
635 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
636 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
|
637 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
|
638 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
639 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
640 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
641 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
642 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
643 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
644 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
|
645 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
646 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
647 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
648 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
649 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
|
650 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
651 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
652 * 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
|
653 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
654 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
655 * 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
|
656 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
657 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
658 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
659 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
660 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
661 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
|
662 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
663 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
664 |
7765 | 665 2008-05-06 David Bateman <dbateman@free.fr> |
666 | |
667 * miscellaneous/symvar.m: New function. | |
668 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
669 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
670 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
|
671 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
672 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
673 * 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
|
674 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
675 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
676 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
677 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
678 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
|
679 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
|
680 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
681 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
682 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
683 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
684 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
685 * 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
|
686 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
687 |
7747 | 688 2008-04-30 John W. Eaton <jwe@octave.org> |
689 | |
690 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
691 elfun/asech.m, specfun/pow2.m: Fix tests. | |
692 | |
8040 | 693 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 694 |
695 * specfun/log2.m: Delete. | |
696 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
697 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
698 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
|
699 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
700 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
|
701 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
702 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
703 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
704 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
705 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
706 |
7736 | 707 2008-04-25 John W. Eaton <jwe@octave.org> |
708 | |
709 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
710 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 711 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
712 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
|
713 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
714 * 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
|
715 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
|
716 * 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
|
717 |
8149 | 718 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
|
719 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
720 * 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
|
721 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
722 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
|
723 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
724 * 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
|
725 |
7713 | 726 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
|
727 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
728 * 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
|
729 |
7710 | 730 2008-04-14 David Bateman <dbateman@free.fr> |
731 | |
732 * plot/rose.m: Add missing comment mark that causes issues with | |
733 octave-forge function referencing. | |
734 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
735 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
736 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
|
737 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
738 * 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
|
739 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
|
740 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
|
741 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
|
742 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
|
743 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
|
744 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
|
745 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
|
746 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
|
747 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
|
748 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
|
749 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
|
750 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
|
751 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
|
752 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
|
753 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
|
754 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
|
755 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
|
756 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
|
757 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
|
758 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
|
759 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
|
760 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
|
761 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
|
762 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
|
763 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
|
764 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
|
765 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
|
766 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
|
767 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
|
768 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
|
769 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
|
770 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
|
771 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
|
772 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
|
773 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
|
774 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
|
775 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
|
776 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
|
777 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
|
778 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
|
779 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
|
780 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
|
781 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
|
782 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
|
783 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
|
784 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
|
785 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
|
786 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
787 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
|
788 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
789 * 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
|
790 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
791 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
|
792 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
793 * 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
|
794 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
795 * 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
|
796 * 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
|
797 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
798 * 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
|
799 * 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
|
800 * 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
|
801 * 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
|
802 * 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
|
803 * 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
|
804 * 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
|
805 * 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
|
806 * 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
|
807 * 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
|
808 * 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
|
809 * 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
|
810 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
811 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
812 * 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
|
813 * 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
|
814 * 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
|
815 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
816 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
|
817 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
818 * 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
|
819 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
|
820 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
821 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
|
822 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
823 * 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
|
824 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
|
825 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
|
826 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
|
827 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
|
828 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
|
829 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
|
830 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
|
831 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
|
832 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
|
833 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
|
834 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
|
835 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
|
836 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
|
837 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
|
838 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
|
839 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
840 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
|
841 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
|
842 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
|
843 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
|
844 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
|
845 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
|
846 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
847 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
|
848 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
|
849 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
|
850 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
|
851 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
|
852 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
|
853 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
854 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
|
855 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
|
856 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
|
857 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
|
858 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
|
859 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
|
860 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
|
861 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
|
862 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
|
863 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
864 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
|
865 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
866 * 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
|
867 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
|
868 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
|
869 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
|
870 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
|
871 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
|
872 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
|
873 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
|
874 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
|
875 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
|
876 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
|
877 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
|
878 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
|
879 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
|
880 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
|
881 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
|
882 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
883 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
|
884 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
|
885 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
|
886 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
|
887 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
|
888 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
889 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
|
890 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
|
891 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
892 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
|
893 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
|
894 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
|
895 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
|
896 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
|
897 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
898 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
|
899 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
900 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
|
901 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
|
902 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
|
903 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
|
904 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
|
905 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
|
906 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
|
907 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
|
908 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
|
909 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
910 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
|
911 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
|
912 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
|
913 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
914 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
915 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
916 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
917 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
918 * 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
|
919 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
920 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
921 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
922 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
923 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
924 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
925 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
926 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
927 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
928 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
929 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
930 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
931 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
932 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
933 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
934 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
|
935 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
936 * 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
|
937 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
938 * 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
|
939 |
7682 | 940 2008-04-02 Bill Denney <bill@denney.ws> |
941 | |
942 * optimization/lsqnonneg.m: New function. | |
943 * optimization/Makefile.in (SOURCES): Add it to the list. | |
944 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
945 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
946 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
947 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
948 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
949 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
950 * 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
|
951 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
|
952 * 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
|
953 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
954 |
7678 | 955 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
956 | |
957 * general/sortrows.m: Handle negative column arguments. | |
958 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
959 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
960 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
961 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
962 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
963 |
7673 | 964 2008-03-31 David Bateman <dbateman@free.fr> |
965 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
966 * 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
|
967 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
|
968 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
969 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
970 * 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
|
971 * 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
|
972 * 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
|
973 * 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
|
974 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
975 * 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
|
976 |
7673 | 977 * plot/ginput.m: New function. |
978 * plot/__gnuplot_ginput__.m: New function based on a version of | |
979 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
980 * plot/Makefile.in (SOURCES): Add them to the list. | |
981 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
982 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
|
983 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
984 * 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
|
985 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
986 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
987 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
988 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
989 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
990 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
991 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
992 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
993 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
994 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
|
995 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
996 * 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
|
997 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
998 |
7669 | 999 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
1000 | |
1001 * general/del2.m: Missing semicolon. | |
1002 | |
7668 | 1003 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
1004 | |
1005 * miscellaneous/info.m: New function. | |
1006 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1007 | |
8149 | 1008 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
|
1009 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1010 * 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
|
1011 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1012 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1013 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
|
1014 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1015 * 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
|
1016 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
|
1017 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
1018 * 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
|
1019 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
|
1020 |
7655 | 1021 2008-03-27 Bill Denney <bill@denney.ws> |
1022 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1023 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1024 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1025 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1026 * 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
|
1027 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1028 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1029 * 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
|
1030 |
7657 | 1031 * general/genvarname.m: New function. |
1032 * general/Makefile.in (SOURCES): Add it to the list. | |
1033 | |
7656 | 1034 * time/addtodate.m: New function. |
7657 | 1035 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 1036 |
7655 | 1037 * geometry/rectint.m: Vectorize and add more tests. |
1038 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
1039 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
|
1040 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
1041 * 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
|
1042 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1043 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1044 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1045 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1046 |
7650 | 1047 2008-03-26 John W. Eaton <jwe@octave.org> |
1048 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1049 * 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
|
1050 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1051 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1052 * 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
|
1053 |
7650 | 1054 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
1055 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
1056 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
1057 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
1058 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
1059 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
1060 Texinfo fixes. | |
1061 | |
8040 | 1062 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
|
1063 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
1064 * 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
|
1065 |
8149 | 1066 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
|
1067 |
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
|
1068 * 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
|
1069 |
8182 | 1070 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
|
1071 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1072 * 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
|
1073 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
|
1074 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1075 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1076 * 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
|
1077 |
8149 | 1078 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 1079 |
1080 * polynomial/convn.m: New function. | |
1081 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
1082 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1083 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1084 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1085 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1086 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 1087 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
1088 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
|
1089 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
1090 * 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
|
1091 |
7627 | 1092 2008-03-24 David Bateman <dbateman@free.fr> |
1093 | |
1094 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1095 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 1096 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
1097 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1098 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
1099 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
1100 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1101 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
1102 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
1103 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
|
1104 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1105 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1106 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1107 * 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
|
1108 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
1109 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
|
1110 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
1111 * 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
|
1112 |
7617 | 1113 * miscellaneous/cast.m: Also allow cast to "char". |
1114 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
1115 * 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
|
1116 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
1117 * 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
|
1118 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1119 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1120 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
1121 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
1122 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1123 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1124 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1125 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1126 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1127 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1128 |
7610 | 1129 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
1130 | |
1131 * signal/sinetone.m: Ensure integral number of samples. | |
1132 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
1133 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
|
1134 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
1135 * 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
|
1136 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1137 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
|
1138 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1139 * 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
|
1140 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1141 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
|
1142 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1143 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1144 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1145 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1146 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1147 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1148 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1149 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1150 * 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
|
1151 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1152 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1153 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1154 * 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
|
1155 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1156 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1157 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1158 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
|
1159 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
1160 * 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
|
1161 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1162 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
|
1163 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1164 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1165 |
7592 | 1166 2008-03-14 Kai Habel <kai.habel@gmx.de> |
1167 | |
1168 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
1169 style to default to avoid wrong mesh color in some cases. | |
1170 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1171 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1172 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1173 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1174 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
|
1175 |
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
|
1176 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
|
1177 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
1178 * 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
|
1179 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
|
1180 |
7592 | 1181 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
1182 | |
7582 | 1183 2008-03-11 Kai Habel <kai.habel@gmx.de> |
1184 | |
1185 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
1186 Allow plotting of uniform colored mesh plots with and | |
1187 w/o hidden line removal. | |
1188 | |
1189 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
|
1190 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
1191 * 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
|
1192 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
1193 * 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
|
1194 |
7569 | 1195 2008-03-07 John W. Eaton <jwe@octave.org> |
1196 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
1197 * 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
|
1198 |
7569 | 1199 * plot/__go_draw_axes__.m: Handle tickdir property. |
1200 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1201 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1202 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
1203 * 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
|
1204 Allow matrix arguments when number of bins > 30. |
7568 | 1205 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
|
1206 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
1207 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
1208 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
1209 * 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
|
1210 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1211 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1212 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1213 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
|
1214 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1215 * 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
|
1216 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1217 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
|
1218 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1219 * 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
|
1220 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1221 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
1222 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
|
1223 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
1224 * 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
|
1225 |
7551 | 1226 2008-03-04 Bill Denney <bill@denney.ws> |
1227 | |
7557 | 1228 * plot/allchild.m, plot/findall.m: New functions. |
1229 * plot/Makefile.in (SOURCES): Add them to the list. | |
1230 | |
7551 | 1231 * geometry/rectint.m: New function. |
7557 | 1232 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 1233 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1234 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
|
1235 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
1236 * 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
|
1237 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
|
1238 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1239 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 1240 |
1241 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
1242 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
1243 * 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
|
1244 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1245 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
|
1246 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1247 * 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
|
1248 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1249 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
|
1250 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1251 * 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
|
1252 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
|
1253 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1254 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
|
1255 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1256 * 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
|
1257 "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
|
1258 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1259 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
|
1260 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1261 * 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
|
1262 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
|
1263 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
|
1264 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
|
1265 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
|
1266 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
|
1267 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
|
1268 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
|
1269 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
|
1270 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
|
1271 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
|
1272 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
|
1273 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
|
1274 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1275 * 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
|
1276 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1277 * 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
|
1278 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1279 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
|
1280 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1281 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1282 |
7525 | 1283 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
1284 | |
1285 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
1286 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1287 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
|
1288 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1289 * 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
|
1290 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1291 |
7518 | 1292 2008-02-22 Ben Abbott <bpabbott@mac.com> |
1293 | |
1294 * specfun/legendre.m: Doc fix. | |
1295 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1296 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
|
1297 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1298 * 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
|
1299 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1300 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1301 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
|
1302 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1303 * 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
|
1304 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1305 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1306 * 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
|
1307 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1308 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
|
1309 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1310 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1311 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1312 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1313 * 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
|
1314 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1315 * 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
|
1316 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1317 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1318 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
|
1319 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1320 * 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
|
1321 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1322 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1323 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
|
1324 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1325 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1326 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1327 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
|
1328 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1329 * 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
|
1330 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
|
1331 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
|
1332 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
|
1333 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1334 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
|
1335 |
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
|
1336 * 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
|
1337 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
|
1338 |
7501 | 1339 * polynomial/polyfit.m: Use QR decomposition. Handle |
1340 normalization option. | |
1341 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
1342 generate 50% prediction intervals. | |
1343 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1344 * 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
|
1345 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1346 |
7498 | 1347 2008-02-19 John W. Eaton <jwe@octave.org> |
1348 | |
1349 * pkg/pkg.m: Style fixes. | |
1350 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1351 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 1352 |
1353 * pkg/pkg.m: Handle 'describe' command. | |
1354 (parse_pkg_idx, print_package_description): New subfunctions. | |
1355 | |
7493 | 1356 2008-02-19 Bill Denney <bill@denney.ws> |
1357 | |
1358 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
1359 elements wide. | |
1360 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1361 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
|
1362 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1363 * 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
|
1364 |
7485 | 1365 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
1366 | |
1367 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
1368 * general/runlength.m: New function from Paul Kienzle. | |
1369 | |
7484 | 1370 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
1371 | |
1372 * linear-algebra/cond.m: New optional second argument to | |
1373 specify 1-norm, inf-norm, or frobenius-norm. | |
1374 | |
7475 | 1375 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
1376 | |
1377 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
1378 body. Allow the linespec to specify the arrow color. | |
1379 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1380 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
|
1381 |
7474 | 1382 * miscellaneous/cast.m: Also treat the logical type. |
1383 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1384 * 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
|
1385 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1386 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1387 * 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
|
1388 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1389 * 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
|
1390 * 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
|
1391 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1392 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
|
1393 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1394 * 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
|
1395 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1396 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1397 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1398 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1399 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1400 * 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
|
1401 |
7436 | 1402 2008-02-01 Dave Goel <deego3@gmail.com> |
1403 | |
1404 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
1405 | |
7434 | 1406 2008-02-01 Bill Denney <bill@denney.ws> |
1407 | |
1408 * time/weekday.m: Allow vector inputs and speed up. | |
1409 * time/eomday.m: Return column vector for column vector inputs. | |
1410 | |
7429 | 1411 2008-01-30 John W. Eaton <jwe@octave.org> |
1412 | |
7434 | 1413 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
1414 revision". | |
1415 | |
7431 | 1416 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
1417 __plt2vs__.m in the list. | |
1418 | |
7430 | 1419 * miscellaneous/tempdir.m: Append filesep to name for |
1420 compatibility. Warn if not a directory or directory does not | |
1421 exist. | |
1422 | |
7429 | 1423 * strings/deblank.m: Improve compatibility. |
1424 | |
7428 | 1425 2008-01-29 John W. Eaton <jwe@octave.org> |
1426 | |
1427 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
1428 | |
1429 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 1430 |
1431 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
1432 Return the label handle, not the current axis handle. | |
1433 | |
7421 | 1434 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
1435 | |
1436 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
1437 abscissa. | |
1438 | |
1439 2008-01-25 David Bateman <dbateman@free.fr> | |
1440 | |
7423 | 1441 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 1442 * plot/__scatter__.m: Remove NaN values from data. |
1443 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
1444 | |
7418 | 1445 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
1446 | |
1447 * linear-algebra/trace.m: Test cases for non 2-d args. | |
1448 | |
1449 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
1450 | |
1451 * geometry/griddata3.m: Call griddata, not gridata. | |
1452 | |
7415 | 1453 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
1454 | |
1455 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
1456 | |
7411 | 1457 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
1458 | |
1459 * linear-algebra/cond.m, linear-algebra/trace.m: | |
1460 Move tests here from test/test_linalg.m. | |
1461 | |
1462 * general/diff.m, general/fliplr.m, general/flipud.m, | |
1463 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
1464 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
1465 special-matrix/hankel.m, special-matrix/hilb.m, | |
1466 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
1467 special-matrix/toeplitz.m, special-matrix/vander.m: | |
1468 Move tests here from test/test_matrix.m. | |
1469 | |
1470 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
1471 Move tests here from test/test_number.m. | |
1472 | |
1473 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
1474 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
1475 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
1476 polynomial/polyvalm.m, polynomial/roots.m: | |
1477 Move tests here from test/test_poly.m. | |
1478 | |
1479 * signal/unwrap.m: | |
1480 Move tests here from test/test_signal.m. | |
1481 | |
1482 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
1483 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
1484 statistics/base/mean.m, statistics/base/median.m, | |
1485 statistics/base/skewness.m, statistics/base/std.m: | |
1486 Move tests here from test/test_stats.m. | |
1487 | |
1488 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
1489 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
1490 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
1491 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
1492 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
1493 strings/substr.m: | |
1494 Move tests here from test/test_string.m. | |
1495 | |
1496 * miscellaneous/computer.m, miscellaneous/ls.m, | |
1497 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
1498 time/date.m, time/etime.m, time/is_leap_year.m: | |
1499 Move tests here from test/test_system.m. | |
1500 | |
7410 | 1501 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
1502 | |
1503 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
1504 Simplify initial checks on argument values. | |
1505 | |
7408 | 1506 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
1507 | |
1508 * plot/gnuplot_drawnow.m: New function corresponding to the | |
1509 implementation of the gnuplot-based graphics backend (derived from | |
1510 drawnow.m). | |
1511 * plot/drawnow.m: Deleted (converted to C++). | |
1512 | |
7401 | 1513 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
1514 | |
1515 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
1516 New tests. | |
1517 | |
7399 | 1518 2008-01-18 John W. Eaton <jwe@octave.org> |
1519 | |
1520 * optimization/sqp.m: End each function with endfunction. | |
1521 | |
7398 | 1522 2008-01-18 Ben Abbott <bpabbott@mac.com> |
1523 | |
1524 * polynomial/residue.m: For each group of pole multiplicity, set | |
1525 the poles of the group to the value of the group's average. | |
1526 | |
7396 | 1527 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
1528 | |
1529 * plot/print.m: Handle PDF output. | |
1530 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
1531 | |
7392 | 1532 2008-01-17 John W. Eaton <jwe@octave.org> |
1533 | |
7393 | 1534 * path/savepath.m: Print newline before initial comment line. |
1535 Double up single quote characters. | |
1536 * path/__extractpath__.m: Return just the path as a string. | |
1537 Undo single quote character doubling. | |
1538 | |
1539 * path/pathdef.m: Avoid eval. Simplify. | |
1540 | |
7392 | 1541 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
1542 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
1543 avoid possible file descriptor leak. | |
1544 | |
1545 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
1546 | |
1547 * path/savepath.m: Warn if modified file is not explicitly specified. | |
1548 * startup/main-rcfile: Call atexit ("__finish__"). | |
1549 | |
7388 | 1550 2008-01-16 John W. Eaton <jwe@octave.org> |
1551 | |
7390 | 1552 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
1553 Use it to disable enhanced mode for individual labels and titles. | |
1554 | |
7392 | 1555 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 1556 (install install-strip, uninstall): Handle function files. |
1557 | |
1558 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
1559 | |
7392 | 1560 * startup/__finish__.m: New file. |
1561 * path/__extractpath__.m, path/matlabroot.m, | |
1562 path/pathdef.m: New files. | |
7388 | 1563 * path/Makefile.in (SOURCES): Add them to the list. |
1564 | |
7385 | 1565 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
1566 | |
7387 | 1567 * special-matrix/vander.m: Vectorize. New test. |
1568 | |
7385 | 1569 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
1570 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
1571 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
1572 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
1573 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
1574 Move tests here from test/test_arith.m. | |
1575 | |
7382 | 1576 2008-01-15 John W. Eaton <jwe@octave.org> |
1577 | |
1578 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
1579 | |
7379 | 1580 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
1581 | |
1582 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
1583 Call __get__ instead of get. | |
1584 | |
1585 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
1586 | |
1587 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
1588 Frobenius norm if matrix is all zeros. Use transpose instead of | |
1589 hermitian operator. | |
1590 | |
7376 | 1591 2008-01-14 Bill Denney <bill@denney.ws> |
1592 | |
1593 * plot/axis.m: Correctly handle "tight" and "image" options. | |
1594 | |
8149 | 1595 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 1596 |
1597 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
1598 image/rgb2ntsc.m: Also accept images as input. | |
1599 | |
1600 * image/gray2ind.m: Handle image type other than double. | |
1601 Improve error checking and documentation. | |
1602 | |
7371 | 1603 2008-01-14 John W. Eaton <jwe@octave.org> |
1604 | |
7372 | 1605 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
1606 instead of calling tolower on first arg. Default font name is | |
1607 Helvetica, not helvetica. Don't downcase user-specified font name. | |
1608 (__maybe_munge_text__): Fix typo. | |
1609 | |
7371 | 1610 * optimization/sqp.m: Fix function definitions in test code. |
1611 | |
7361 | 1612 2008-01-12 John W. Eaton <jwe@octave.org> |
1613 | |
1614 * plot/gnuplot_binary.in: New file. | |
1615 * plot/gnuplot_binary.m: Delete. | |
1616 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
1617 (SOURCES_IN, GEN_M): New macros. | |
1618 (DISTFILES): Include $(SOURCES_IN) in the list. | |
1619 (FCN_FILES): Include $(GEN_M) in the list. | |
1620 (all): Depend on $(GEN_M). | |
1621 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 1622 (distclean): Also remove $(GEN_M). |
7361 | 1623 |
1624 2008-01-11 John W. Eaton <jwe@octave.org> | |
1625 | |
1626 * optimization/sqp.m: New test from example in doc string. | |
1627 | |
7360 | 1628 2008-01-10 Ben Abbott <bpabbott@mac.com> |
1629 | |
1630 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
1631 to more than one multiplicity group. | |
1632 | |
7358 | 1633 2008-01-10 John W. Eaton <jwe@octave.org> |
1634 | |
1635 * plot/gnuplot_binary.m: New file. | |
1636 * plot/Makefile.in (SOURCES): Add it to the list. | |
1637 | |
7355 | 1638 2008-01-09 John W. Eaton <jwe@octave.org> |
1639 | |
1640 * plot/drawnow.m: Fail if filename includes a directory part that | |
1641 does not exist. | |
1642 | |
7352 | 1643 2008-01-07 John W. Eaton <jwe@octave.org> |
1644 | |
1645 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
1646 Error if glob call fails to match any files. | |
1647 | |
7346 | 1648 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
1649 | |
1650 * strings/strtrim.m: Doc fix. | |
1651 | |
7345 | 1652 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
1653 | |
1654 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
1655 | |
8149 | 1656 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 1657 |
1658 * set/create_set.m, set/union.m: Accept "rows" argument. | |
1659 | |
7341 | 1660 2008-01-02 John W. Eaton <jwe@octave.org> |
1661 | |
1662 * plot/print.m: Correctly handle pbm terminal. | |
1663 | |
7340 | 1664 2007-12-28 John W. Eaton <jwe@octave.org> |
1665 | |
1666 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
1667 extensions. | |
1668 | |
7337 | 1669 2007-12-28 David Bateman <dbateman@free.fr> |
1670 | |
1671 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
1672 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
1673 * Makefile.in (SOURCES): Add to the sources. | |
1674 | |
1675 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
1676 | |
1677 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
1678 Remove unnecessary call of size function. | |
1679 | |
7334 | 1680 2007-12-21 John W. Eaton <jwe@octave.org> |
1681 | |
1682 Version 3.0.0 released. | |
1683 | |
8149 | 1684 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 1685 |
1686 * image/imshow.m: Accept empty value for display_range. | |
1687 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1688 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 1689 |
1690 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
1691 | |
8149 | 1692 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 1693 |
1694 * image/imshow.m: Store uint8 images as doubles. Handle default | |
1695 display ranges correctly. | |
1696 | |
7327 | 1697 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
1698 Peter A. Gustafson <petegus@umich.edu> | |
1699 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1700 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 1701 |
7325 | 1702 2007-12-19 John W. Eaton <jwe@octave.org> |
1703 | |
1704 * miscellaneous/edit.m: New function. | |
1705 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1706 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1707 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 1708 |
1709 * plot/__bar__.m: Handle "basevalue" option. | |
1710 * plot/__bars__.m: New arg, base_value. | |
1711 | |
7321 | 1712 2007-12-17 David Bateman <dbateman@free.fr> |
1713 | |
1714 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
1715 * plot/Makefiles (SOURCES): Add them to the sources | |
1716 * plot/polar.m: Set the x and y limits to the maximum polar | |
1717 radius. Set the axes to be square. | |
1718 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
1719 and print axis at zero if this is used. | |
1720 | |
1721 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
1722 contours can overlay pcolor plots. Priveldge no hidden line | |
1723 removal when there are multiple objects in the plot. | |
1724 | |
7320 | 1725 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
1726 | |
1727 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
1728 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
1729 | |
7319 | 1730 2007-12-17 Ben Abbott <bpabbott@mac.com> |
1731 | |
1732 * miscellaneous/run.m: Replace script with f when looking for | |
1733 file to run. | |
1734 | |
7316 | 1735 2007-12-14 David Bateman <dbateman@free.fr> |
1736 | |
7317 | 1737 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
1738 * plot/contour.m: Doc fix. | |
1739 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
1740 Include linetype in withclause. | |
1741 | |
7316 | 1742 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
1743 Use it to determine dimensions. Consolidate all 3-d settings. | |
1744 | |
7315 | 1745 2007-12-13 John W. Eaton <jwe@octave.org> |
1746 | |
1747 * image/imshow.m: Turn axis visibility off. | |
1748 Don't scale true color images. | |
1749 * image/image.m: Set axis layer property to "top". | |
1750 | |
7307 | 1751 2007-12-12 John W. Eaton <jwe@octave.org> |
1752 | |
7313 | 1753 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
1754 | |
1755 * plot/pie.m: Avoid calling "exist". | |
1756 | |
7309 | 1757 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 1758 Condense argument processing logic. Allow 6 arguments. |
1759 Use issquare. Avoid calling "exist". | |
7309 | 1760 |
7307 | 1761 * plot/__go_draw_axes__.m: Handle the axes layer property. |
1762 | |
7305 | 1763 2007-12-12 David Bateman <dbateman@free.fr> |
1764 | |
1765 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
1766 * plot/Makefile.in (SOURCES): Add to the sources. | |
1767 | |
7290 | 1768 2007-12-11 John W. Eaton <jwe@octave.org> |
1769 | |
7298 | 1770 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
1771 * plot/surface.m: Not here. | |
1772 | |
7297 | 1773 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
1774 subsequent "unset grid" if there is no grid. | |
1775 | |
7296 | 1776 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
1777 | |
7293 | 1778 * plot/surface.m: Don't set facecolor property in call to |
1779 __go_surface__. | |
1780 | |
7290 | 1781 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
1782 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
1783 | |
7292 | 1784 2007-12-11 Kai Habel <kai.habel@gmx.de> |
1785 | |
7295 | 1786 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
1787 color string is not taken as z value. | |
1788 | |
7292 | 1789 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
1790 zgrid to "on" and box to "off" for used axes. | |
1791 | |
1792 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
1793 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
1794 | |
7286 | 1795 2007-12-11 David Bateman <dbateman@free.fr> |
1796 | |
7288 | 1797 * miscelleaneous/fullfile.m: Ignore empty arguments. |
1798 | |
7287 | 1799 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
1800 * statistics/base/mode.m: Ditto. | |
1801 | |
7286 | 1802 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
1803 object handles are all now non integer. | |
1804 | |
7278 | 1805 2007-12-10 John W. Eaton <jwe@octave.org> |
1806 | |
7282 | 1807 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
1808 | |
7281 | 1809 * general/issymmetric.m: Use ' instead of .' for compatibility |
1810 with previous versions of Octave. | |
1811 * general/ishermitian.m: Delete. | |
7285 | 1812 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 1813 |
7280 | 1814 * plot/fplot.m: In N is not specified, increase initial number of |
1815 points from 3 and 5 to 5 and 8. | |
1816 | |
7279 | 1817 * signal/detrend.m: Move tests here from test/test_signal.m. |
1818 Loosen tolerance on first test from 10*eps to 20*eps. | |
1819 | |
7278 | 1820 * finance/rate.m: Don't request info from fsolve. |
1821 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1822 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 1823 |
1824 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
1825 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
1826 | |
7276 | 1827 2007-12-10 David Bateman <dbateman@free.fr> |
1828 | |
1829 * image/image.m: Rewritten to allow trailing properties to be | |
1830 passed to underlying image object. | |
1831 * image/__img__.m: Pass additional arguments to __go_image__. | |
1832 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
1833 | |
7274 | 1834 2007-12-10 John W. Eaton <jwe@octave.org> |
1835 | |
1836 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
1837 front" to gnuplot. | |
1838 | |
7271 | 1839 2007-12-10 David Bateman <dbateman@free.fr> |
1840 | |
7274 | 1841 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 1842 border front" from images. |
7274 | 1843 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
1844 * plot/pcolor.m: Set axis "box" property. | |
1845 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
1846 Mark as commands. | |
7271 | 1847 |
7269 | 1848 2007-12-07 David Bateman <dbateman@free.fr> |
1849 | |
1850 * plot/surf.m: Don't set facecolor property. | |
1851 | |
7265 | 1852 2007-12-06 John W. Eaton <jwe@octave.org> |
1853 | |
7269 | 1854 * plot/print.m: Pass mono to drawnow. |
1855 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
1856 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
1857 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
1858 disable color specifications. | |
1859 | |
7265 | 1860 * general/issymmetric.m: Move tests here from test/test_number.m |
1861 | |
1862 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
1863 | |
1864 * general/issymmetric.m: To keep its argument sparse and the | |
1865 function quick, use the infinity norm rather than the 2-norm. | |
1866 Also measure the symmetric part rather than the Hermitian part. | |
1867 * general/ishermitian.m: New file. Measure the Hermitian part. | |
1868 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
1869 | |
7248 | 1870 2007-12-04 John W. Eaton <jwe@octave.org> |
1871 | |
7257 | 1872 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
1873 text and label commands if font is "*". | |
1874 | |
7248 | 1875 * linear-algebra/krylov.m: Doc fixes. |
1876 From Marco Caliari <caliari@sci.univr.it>. | |
1877 | |
7250 | 1878 2007-12-04 Kai Habel <kai.habel@gmx.de> |
1879 | |
1880 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
1881 Add "## PKG_ADD: mark_as_command axis" line. | |
1882 | |
7245 | 1883 2007-12-03 John W. Eaton <jwe@octave.org> |
1884 | |
1885 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
1886 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
1887 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
1888 Generate demos from examples. | |
1889 | |
7240 | 1890 2007-12-03 David Bateman <dbateman@free.fr> |
1891 | |
7243 | 1892 * testfun/test.m: Disable "testif" test block to avoid spurious |
1893 skipped test for "make check". Avoid printing variables for | |
1894 skipped tests. | |
1895 | |
7242 | 1896 * testfun/test.m: Add "testif" type to allow for conditional tests. |
1897 | |
7240 | 1898 * plot/plotyy.m: Use activepositionproperty property of axes |
1899 object. Set second axis color to "none". | |
1900 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
1901 property of the axis objects. | |
1902 | |
7239 | 1903 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
1904 | |
1905 * linear-algebra/condest.m: Loosen tolerance in test. | |
1906 | |
7236 | 1907 2007-12-02 John W. Eaton <jwe@octave.org> |
1908 | |
1909 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
1910 get_data_limits. | |
1911 | |
7222 | 1912 2007-11-30 John W. Eaton <jwe@octave.org> |
1913 | |
1914 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
1915 (get_data_limits, get_axis_limits): Delete. | |
1916 | |
7228 | 1917 2007-11-30 David Bateman <dbateman@free.fr> |
1918 | |
7235 | 1919 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
1920 | |
7228 | 1921 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
1922 tick labels rather than one by one on the labels themselves. | |
1923 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
1924 95% crossing fixed. | |
1925 | |
7217 | 1926 2007-11-29 David Bateman <dbateman@free.fr> |
1927 | |
7220 | 1928 * plot/pareto.m: New file. |
1929 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1930 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
1931 marks to avoid gnuplot error about formating. More colorspec to | |
1932 after the tics. | |
1933 * plot/plotyy.m: More generic check for appropriate axis color. | |
1934 | |
7217 | 1935 * plot/__stem__.m: New file based on old stem.m expanded to treat |
1936 2- and 3-D. | |
1937 * plot/stem3.m: New function. | |
1938 * plot/Makefile.in (SOURCES): Add them to the sources. | |
1939 * plot/stem.m: Adapt to use __stem__. | |
1940 | |
7216 | 1941 2007-11-29 John W. Eaton <jwe@octave.org> |
1942 | |
1943 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
1944 plot/surf.m, plot/surface.m: Don't return handle value unless | |
1945 requested. | |
1946 | |
1947 * plot/patch.m: Omit isnan check on handle returned from | |
1948 __plt_get_axis_arg__. | |
1949 | |
1950 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
1951 but has no axes. | |
1952 | |
7215 | 1953 2007-11-28 David Bateman <dbateman@free.fr> |
1954 | |
1955 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
1956 ancestor. If leading argument is logical set variable nogca to see | |
1957 if gca() should be called if there is no active handle found. | |
1958 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
1959 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
1960 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
1961 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
1962 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
1963 __plt__get_axis_arg__ to find axis handle. | |
1964 * polar.m: Typo. | |
1965 | |
7213 | 1966 2007-11-28 John W. Eaton <jwe@octave.org> |
1967 | |
1968 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
1969 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1970 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 1971 |
1972 * plot/drawnow.m: Fix typo. | |
1973 | |
7206 | 1974 2007-11-27 David Bateman <dbateman@free.fr> |
1975 | |
7207 | 1976 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
1977 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
1978 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
1979 | |
1980 * plot/meshz.m: New function. | |
1981 * plot/Makefile.in (SOURCES): Add it to the list. | |
1982 * plot/surface.m: Allow surface to accept an axis handle as the | |
1983 first argument. | |
1984 * plot/meshc.m: Extract z from the the surface object rather than | |
1985 varargin so that we can rely on code in surface to treat leading | |
1986 axis handles. | |
1987 | |
7206 | 1988 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
1989 y2tics" in the case of a plotyy plot. | |
1990 * plot/plotyy.m: ensure the position property is set correct for | |
1991 the second axis, by setting it after the plot itself. In the case | |
1992 of a plot that returns multiple handles, base the color selection | |
1993 on the first. | |
1994 | |
7204 | 1995 2007-11-27 Kai Habel <kai.habel@gmx.de> |
1996 | |
1997 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
1998 z-value of vertex 'c3'. | |
1999 | |
7203 | 2000 2007-11-27 John W. Eaton <jwe@octave.org> |
2001 | |
2002 * image/image.m: Allow nargin == 0 case to work again. | |
2003 | |
7202 | 2004 2007-11-27 David Bateman <dbateman@free.fr> |
2005 | |
2006 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
2007 colorbar, to ensure that the colorbar is on the canvas for png and | |
2008 postscipt outputs. | |
2009 | |
7189 | 2010 2007-11-26 David Bateman <dbateman@free.fr> |
2011 | |
7197 | 2012 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
2013 return values. | |
2014 | |
7194 | 2015 * plot/plotyy.m: New function |
2016 * plot/Makefile.in (SOURCES): Add it here. | |
2017 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
2018 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
2019 {x|y}label to respect the axis position. | |
2020 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
2021 handle as the first argument. | |
2022 | |
7192 | 2023 * pkg/pkg.m (pkg:install): When loading the installed packages |
2024 index into installed_pkgs_lst and not descriptions.. | |
2025 | |
7189 | 2026 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
2027 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2028 * plot/quiver.m: Modify to use __quiver__.m. | |
2029 | |
2030 * plot/hist.m: Avoid saturation when the x values are in an | |
2031 inetger type. | |
2032 | |
2033 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
2034 | |
2035 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
2036 functions. | |
2037 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
2038 | |
2039 2007-11-26 David Bateman <dbateman@free.fr> | |
2040 | |
2041 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
2042 extent. | |
2043 | |
2044 * plot/colorbar.m: New function. | |
2045 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2046 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
2047 precalculate the clim, set pm3d except for mesh. | |
2048 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
2049 save the real values so that colorbar corresponds to the contour | |
2050 levels. | |
2051 | |
2052 * plot/stem.m: Set marker color the same as the line color. Draw | |
2053 a single discontinous line object for the stems. | |
2054 | |
2055 * plot/sphere.m: New function ported from JHandles. | |
2056 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2057 | |
2058 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
2059 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
2060 to get enhanced mode to work correctly for the X11 terminal. | |
2061 | |
2062 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
2063 the reverse. Allow an axes handle to be passed and/or returned. | |
2064 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
2065 | |
2066 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
2067 sort surface patches by their depth and not the order they are | |
2068 rendered in. | |
2069 | |
2070 * plot/__patch__.m: Set clim correctly. | |
2071 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
2072 the marker color is determined by the cmap. | |
2073 * plot/scatter.m: New function to 2D scatter plots. | |
2074 * plot/scatter3.m: New function to 3D scatter plots. | |
2075 * plot/__scatter__.m: Support function for scatter plots | |
2076 * Makefile.in (SOURCES): Ad dnew functions here. | |
2077 | |
2078 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
2079 Return whether the terminal supports enhanced text or not. | |
2080 (drawnow:enhanced_term): New sub-function to determine if terminal | |
2081 supports enhanced mode. | |
2082 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
2083 __go_draw_axes__. | |
2084 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
2085 needed to support the enhanced mode. | |
2086 * plot/print.m: Remove "enhanced" option as this is now treated in | |
2087 drawnow.m. | |
2088 | |
2089 | |
2090 * plot/caxis.m: New function to control the color axis limits. | |
2091 * plot/Makefile.in (SOURCES): Include it. | |
2092 * plot/axis.m: Allow the first argument to be an axes handle. | |
2093 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
2094 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
2095 caxis limits. | |
2096 | |
2097 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
2098 * image/Makefile.in (SOURCES): Include it. | |
2099 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
2100 of the bars for the colormap. | |
2101 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
2102 passed. | |
2103 * plot/__contour.m: Avoid possible divide by zero error. | |
2104 * plot/contour.m: Missing semicolon. | |
2105 * plot/surface.m: Don't attempt to set additional arguments if | |
2106 there are none. | |
2107 * plot/Makefile.in (SOURCES): Include __bars__.m | |
2108 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2109 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 2110 |
2111 * plot/__bar__.m: put bar creation code into separate function | |
2112 to allow easy hook up from other graphic backends | |
2113 | |
2114 * plot/__bars__.m: new function containing bar creation code | |
2115 | |
7186 | 2116 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
2117 | |
2118 * general/accumarray.m: Correct dimension check. | |
2119 | |
7183 | 2120 2007-11-26 John W. Eaton <jwe@octave.org> |
2121 | |
2122 * polynomial/residue.m: Prepad along second dimension. | |
2123 From Doug Stewart <dastew@sympatico.ca>. | |
2124 | |
7181 | 2125 2007-11-26 Kai Habel <kai.habel@gmx.de> |
2126 | |
7183 | 2127 * plot/cylinder.m, plot/slice.m: New functions. |
2128 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 2129 |
7177 | 2130 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
2131 | |
2132 * plot/patch.m: Handle arg may also be hggroup object. | |
2133 Use ancestor to find parent axes object. | |
2134 | |
7175 | 2135 2007-11-14 David Bateman <dbateman@free.fr> |
2136 | |
2137 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
2138 flag to patch that it is not closed. Allow z to take string | |
2139 arguments and use it to flag that the contours are placed at the | |
2140 z level of the contour itself. | |
2141 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
2142 objects as well. Let hidden removal take precedence in case of a | |
2143 conflict. | |
2144 * plot/surface.m: Allow surface to treat handles being passed or | |
2145 returned. Any additional arguments arr used to set the surface | |
2146 handle. | |
2147 * plot/contour3.m: New function | |
2148 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2149 | |
7173 | 2150 2007-11-14 John W. Eaton <jwe@octave.org> |
2151 | |
2152 * specfun/bessel.m: Update doc string from | |
2153 src/DLD-FUNCTIONS/besselj.cc. | |
2154 | |
7170 | 2155 2007-11-12 David Bateman <dbateman@free.fr> |
2156 | |
2157 * plot/contour.m: Allow handles to be passed and returned. Split | |
2158 the countour function itself into __contour__.m to be shared with | |
2159 surfc and meshc. | |
2160 * plot/__contour__.m: New file | |
2161 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2162 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
2163 the face or edge if the facecolor or edge color are marked as | |
2164 "none". Allow the edgecolor to be determined by the cdata in the | |
2165 same manner as the facecolor. Fail if facecolor is not "none" and | |
2166 a 3-D plot is desired, rather than ignoring zdata. Make the | |
2167 storage of 3D/4D data consistent between line, surface and patch | |
2168 objects. | |
2169 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
2170 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 2171 |
2172 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
2173 Handle fontweight and fontangle properties. | |
2174 | |
7163 | 2175 2007-11-12 Kai Habel <kai.habel@gmx.de> |
2176 | |
2177 * plot/spinmap.m, plot/ribbon.m: New functions. | |
2178 * plot/Makefile.in (SOURCES): Add them to the list. | |
2179 | |
2180 2007-11-12 John W. Eaton <jwe@octave.org> | |
2181 | |
2182 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
2183 Use it to avoid duplicated code. | |
2184 | |
7161 | 2185 2007-11-12 David Bateman <dbateman@free.fr> |
2186 | |
7162 | 2187 * plot/title.m: Fix return value for nargout > 0. |
2188 | |
2189 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
2190 specified for the title, xlabel, ylabel and text objects. | |
2191 | |
7161 | 2192 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
2193 4.0 and surface plots. | |
2194 | |
7160 | 2195 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
2196 | |
2197 * plot/__patch__.m: Fix computation of faces when patch is defined | |
2198 with X/Y/Z data. | |
2199 | |
7146 | 2200 2007-11-09 John W. Eaton <jwe@octave.org> |
2201 | |
7152 | 2202 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 2203 Correct logic in setting palette data. |
7152 | 2204 |
7151 | 2205 * audio/wavread.m, control/base/__bodquist__.m, |
2206 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
2207 control/system/c2d.m, control/system/is_detectable.m, | |
2208 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
2209 control/system/tfout.m, general/isdefinite.m, | |
2210 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
2211 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
2212 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
2213 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
2214 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
2215 testfun/test.m: Use specific end keywords. | |
2216 | |
7146 | 2217 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
2218 | |
2219 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
2220 | |
2221 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
2222 Don't change view if hold is on. | |
2223 | |
7142 | 2224 2007-11-09 David Bateman <dbateman@free.fr> |
2225 | |
7149 | 2226 * plot/hidden.m: New function. |
2227 * plot/Makefile.in (SOURCES): Add it here. | |
2228 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
2229 line removal. | |
2230 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
2231 removal and if it is "none" don't do hidden line removal. | |
2232 | |
7148 | 2233 * plot/legend.m: Also allow labels for surface and patch types. |
2234 * plot/__bar__.m: Split into separate patch pbjects to allow | |
2235 setting of the legend. | |
2236 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
2237 objects as well. | |
2238 | |
7146 | 2239 * plot/area.m, plot/__area__.m: New functions |
2240 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
2241 | |
7142 | 2242 * plot/patch.m: Correctly handle case of axis handle as first arg. |
2243 | |
7144 | 2244 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
2245 | |
2246 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
2247 | |
7131 | 2248 2007-11-08 John W. Eaton <jwe@octave.org> |
2249 | |
7133 | 2250 * control/base/dcgain.m, control/base/dre.m, |
2251 control/base/impulse.m, control/base/step.m, | |
2252 control/system/dmr2d.m, control/system/ord2.m, | |
2253 control/system/sys2ss.m, control/system/sysdimensions.m, | |
2254 control/system/sysgetsignals.m, control/system/sysout.m, | |
2255 control/system/tfout.m, control/system/ugain.m, | |
2256 control/system/zpout.m, control/util/strappend.m: | |
2257 Don't fail with usage message if nargout is too large. | |
2258 | |
7131 | 2259 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
2260 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
2261 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 2262 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
2263 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
2264 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
2265 control/obsolete/rotg.m, control/obsolete/series.m, | |
2266 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
2267 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 2268 control/system/__syschnamesl__.m, |
2269 control/system/__syscont_disc__.m, | |
2270 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
2271 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
2272 control/system/abcddim.m, control/system/buildssic.m, | |
2273 control/system/c2d.m, control/system/cellidx.m, | |
2274 control/system/d2c.m, control/system/dmr2d.m, | |
2275 control/system/fir2sys.m, control/system/is_abcd.m, | |
2276 control/system/is_controllable.m, control/system/is_detectable.m, | |
2277 control/system/is_digital.m, control/system/is_observable.m, | |
2278 control/system/is_stabilizable.m, control/system/is_stable.m, | |
2279 control/system/jet707.m, control/system/listidx.m, | |
2280 control/system/parallel.m, control/system/ss.m, | |
2281 control/system/ss2sys.m, control/system/ss2zp.m, | |
2282 control/system/starp.m, control/system/sys2ss.m, | |
2283 control/system/sys2tf.m, control/system/sys2zp.m, | |
2284 control/system/sysadd.m, control/system/sysappend.m, | |
2285 control/system/sysconnect.m, control/system/syscont.m, | |
2286 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 2287 control/system/sysdup.m, control/system/sysgetsignals.m, |
2288 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 2289 control/system/sysmult.m, control/system/sysout.m, |
2290 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 2291 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 2292 control/system/syssub.m, control/system/sysupdate.m, |
2293 control/system/tf.m, control/system/tf2ss.m, | |
2294 control/system/tf2sys.m, control/system/tfout.m, | |
2295 control/system/zp.m, control/system/zp2ss.m, | |
2296 control/system/zp2sys.m, control/system/zp2tf.m, | |
2297 control/system/zpout.m, control/util/__outlist__.m, | |
2298 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
2299 control/util/prompt.m, control/util/sortcom.m, | |
2300 control/util/zgfmul.m, control/util/zgfslv.m, | |
2301 control/util/zginit.m, control/util/zgreduce.m, | |
2302 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 2303 |
7130 | 2304 2007-11-08 David Bateman <dbateman@free.fr> |
2305 | |
2306 * plot/quiver.m: Fix arrowheads. | |
2307 | |
7128 | 2308 2007-11-07 Ben Abbott <bpabbott@mac.com> |
2309 | |
2310 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 2311 Handle "rows" argument. New tests. |
7128 | 2312 (cell_ismember): New function. |
2313 | |
7127 | 2314 2007-11-07 John W. Eaton <jwe@octave.org> |
2315 | |
2316 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
2317 control/base/__stepimp__.m, control/base/are.m, | |
2318 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
2319 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
2320 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
2321 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
2322 control/base/ltifr.m, control/base/nichols.m, | |
2323 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
2324 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
2325 Style fixes. | |
2326 | |
7125 | 2327 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
2328 | |
2329 * control/base/bode_bounds.m, control/base/dgram.m, | |
2330 control/base/dlyap.m, control/base/freqchkw.m, | |
2331 control/base/gram.m, control/base/place.m, | |
2332 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
2333 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
2334 control/system/is_signal_list.m, control/system/ss2tf.m, | |
2335 control/system/sys2fir.m, control/system/sysgettsam.m, | |
2336 control/system/sysgettype.m, control/system/sysreorder.m, | |
2337 control/system/tf2sys.m, control/system/zp2tf.m, | |
2338 control/util/axis2dlim.m, control/util/swap.m, | |
2339 control/util/zgfmul.m, control/util/zgfslv.m, | |
2340 control/util/zginit.m, control/util/zgreduce.m, | |
2341 control/util/zgrownorm.m, control/util/zgscal.m, | |
2342 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
2343 geometry/inpolygon.m, linear-algebra/housh.m, | |
2344 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
2345 miscellaneous/run.m, quaternion/qconj.m, | |
2346 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
2347 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
2348 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
2349 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
2350 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
2351 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
2352 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
2353 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
2354 statistics/distributions/empirical_cdf.m, | |
2355 statistics/distributions/empirical_inv.m, | |
2356 statistics/distributions/empirical_pdf.m, | |
2357 statistics/models/logistic_regression_derivatives.m, | |
2358 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
2359 | |
7118 | 2360 2007-11-07 David Bateman <dbateman@free.fr> |
2361 | |
7120 | 2362 * general/gradient.m: Correctly convert deltax and deltay scalar |
2363 values are scalars to vectors. | |
2364 | |
7119 | 2365 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
2366 the meshc.m function. | |
2367 * plot/meshc.m: Also use the surface function. | |
2368 | |
7120 | 2369 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 2370 * plot/Makefile.in (SOURCES): Add them to the list. |
2371 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
2372 | |
7117 | 2373 2007-11-07 Michael Zeising <michael@michaels-website.de> |
2374 | |
2375 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
2376 | |
7115 | 2377 2007-11-07 John W. Eaton <jwe@octave.org> |
2378 | |
2379 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
2380 the data limits are infinite. | |
2381 (get_data_limits): Don't do anything if xdat or tx are empty. | |
2382 (get_axis_limits): Don't do anything if min_val or max_val are | |
2383 infinite. | |
2384 | |
7112 | 2385 2007-11-06 David Bateman <dbateman@free.fr> |
2386 | |
2387 * plot/hist.m: Pass any additional arguments to bar for | |
2388 treatment. Create a default x value that is always a vector. | |
2389 | |
7111 | 2390 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
2391 | |
2392 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
2393 when calling ./configure and add quotes to preserve spaces. | |
7109 | 2394 |
2395 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
2396 | |
2397 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
2398 New files. | |
2399 * plot/mesh.m: Call surface to do the real work. | |
2400 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
2401 properties. | |
2402 | |
2403 * image/colormap.m: Also return current colormap if nargout and | |
2404 nargin are both 0. | |
2405 | |
7106 | 2406 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
2407 | |
2408 * startup/inputrc: Delete key bindings starting with \340 code. | |
2409 | |
7112 | 2410 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 2411 |
2412 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
2413 to avoid issues of over- and underflow. From Rolf Fabian | |
2414 <Rolf.Fabian@gmx.de>. | |
2415 | |
7097 | 2416 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
2417 | |
2418 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
2419 help texts. | |
2420 | |
7096 | 2421 2007-11-02 Kai Habel <kai.habel@gmx.de> |
2422 | |
2423 * plot/bar.m, plot/barh.m: Doc fix. | |
2424 | |
7094 | 2425 2007-10-31 John W. Eaton <jwe@octave.org> |
2426 | |
2427 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
2428 | |
7086 | 2429 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
2430 | |
2431 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
2432 objects and legend objects are implemented with a separate axes | |
2433 object. | |
2434 | |
7078 | 2435 2007-10-30 David Bateman <dbateman@free.fr> |
2436 | |
7081 | 2437 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
2438 | |
7078 | 2439 * plot/__go_draw_axes__.m (do_linestyle_command): |
2440 Use point type 0 for ".". | |
2441 | |
7073 | 2442 2007-10-26 John W. Eaton <jwe@octave.org> |
2443 | |
7074 | 2444 * image/imshow.m: Improve compatibility. |
2445 * image/image.m: Return handle if nargou > 0. | |
2446 | |
7073 | 2447 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
2448 | |
7069 | 2449 2007-10-25 John W. Eaton <jwe@octave.org> |
2450 | |
2451 * miscellaneous/compare_versions.m: Style fixes. | |
2452 | |
7060 | 2453 2007-10-24 John W. Eaton <jwe@octave.org> |
2454 | |
7061 | 2455 * image/saveimage.m: Use functional form of save instead of eval. |
2456 Use -text instead of -ascii. | |
2457 | |
7060 | 2458 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
2459 | |
7054 | 2460 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
2461 | |
2462 * plot/legend.m: Also extract location string from varargin (lost | |
2463 when 2007-10-08 patch was applied). | |
2464 | |
7049 | 2465 2007-10-23 David Bateman <dbateman@free.fr> |
2466 | |
2467 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
2468 miscellaneous/what.m: New functions | |
2469 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
2470 functions. | |
2471 | |
7045 | 2472 2007-10-22 David Bateman <dbateman@free.fr> |
2473 | |
2474 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
2475 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
2476 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
2477 | |
7042 | 2478 2007-10-19 Kai Habel <kai.habel@gmx.de> |
2479 | |
2480 * plot/contourf.m: New function. | |
2481 * plot/Makefile.in (SOURCES): Add it to the list. | |
2482 | |
7040 | 2483 2007-10-19 John W. Eaton <jwe@octave.org> |
2484 | |
2485 * plot/subplot.m: Doc fix. | |
2486 | |
7039 | 2487 2007-10-19 David Bateman <dbateman@free.fr> |
2488 | |
7041 | 2489 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 2490 |
7037 | 2491 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
2492 | |
2493 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
2494 output. | |
2495 | |
7031 | 2496 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
2497 | |
2498 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
2499 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
2500 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
2501 control/system/syssetsignals.m, control/base/lqg.m, | |
2502 strings/str2double.m, control/system/sysscale.m, | |
2503 control/hinf/hinfdemo.m, general/cplxpair.m: | |
2504 Make help text fit on pages when using smallbook. | |
2505 | |
7028 | 2506 2007-10-15 David Bateman <dbateman@free.fr> |
2507 | |
7032 | 2508 * plot/print.m: Call drawnow before printing to ensure the plot is |
2509 on the screen. | |
2510 | |
7028 | 2511 * testfun/test.m: In error/warning blocks test for an error before |
2512 a warning to avoid unexpected failures. | |
2513 | |
7027 | 2514 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
2515 | |
2516 * testfun/assert.m: Correct documentation of absolution versus | |
2517 relative error tolerance and add tests. | |
2518 | |
7024 | 2519 2007-10-14 David Bateman <dbateman@free.fr> |
2520 | |
2521 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
2522 src directory. | |
2523 * plot/Makefile.in (SOURCES): Add fill.m. | |
2524 | |
7020 | 2525 2007-10-13 David Bateman <dbateman@free.fr> |
2526 | |
2527 * plot/__patch__.m: Allow multiple patches to be defined and | |
2528 return a single patch object. Allow Faces/Vertices form of | |
2529 patch. Flag failure so the patch can call print_usage. | |
2530 * plot/patch.m: Update help string for Faces/Vertices | |
2531 call. Respect the fail flag returned by __patch__. Add demo code | |
2532 that tests the functionality of patch. | |
2533 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
2534 patch object. | |
2535 * plot/fill.m: New function. | |
2536 | |
7016 | 2537 2007-10-12 John W. Eaton <jwe@octave.org> |
2538 | |
2539 * Change copyright notices in all files that are part of Octave to | |
2540 GPLv3 or any later version. | |
2541 | |
7012 | 2542 2007-10-11 John W. Eaton <jwe@octave.org> |
2543 | |
2544 * plot/__go_draw_axes__.m (get_axis_limits): | |
2545 Return lim = [] if logscale and no positive values. | |
2546 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
2547 Set initial min and min positive values to Inf, max values to -Inf. | |
2548 (get_data_limits): Correctly handle xminp when no positive values | |
2549 are found. | |
2550 | |
7011 | 2551 2007-10-11 Ben Abbott <bpabbott@mac.com> |
2552 | |
2553 * polynomial/residue.m: New optional input for pole multiplicity. | |
2554 Doc fix. Fix tests. | |
2555 | |
7010 | 2556 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
2557 | |
2558 * toplev.cc (Foctave_config_info): Add field "mac". | |
2559 | |
2560 * miscellaneous/ismac.m: New function. | |
2561 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2562 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
2563 | |
7009 | 2564 2007-10-11 Arno Onken <asnelt@asnelt.org> |
2565 | |
2566 * statistics/distributions/hygernd.m: Allow size to be specified | |
2567 as a scalar. Handle three argument case. Allow T, M, and N to be | |
2568 scalars or matrices of a common size. | |
2569 | |
7007 | 2570 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
2571 | |
2572 * control/csrefcard.lt, control/system/is_detectable.m, | |
2573 control/system/sysgroup.m, geometry/voronoin.m, | |
2574 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
2575 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
2576 statistics/distributions/binornd.m, | |
2577 statistics/distributions/cauchy_rnd.m, | |
2578 statistics/distributions/chi2rnd.m, | |
2579 statistics/distributions/discrete_rnd.m, | |
2580 statistics/distributions/exprnd.m, | |
2581 statistics/distributions/frnd.m, | |
2582 statistics/distributions/gamrnd.m, | |
2583 statistics/distributions/geornd.m, | |
2584 statistics/distributions/laplace_rnd.m, | |
2585 statistics/distributions/logistic_rnd.m, | |
2586 statistics/distributions/lognrnd.m, | |
2587 statistics/distributions/nbinrnd.m, | |
2588 statistics/distributions/normrnd.m, | |
2589 statistics/distributions/poissrnd.m, | |
2590 statistics/distributions/stdnormal_rnd.m, | |
2591 statistics/distributions/trnd.m, | |
2592 statistics/distributions/unifrnd.m, | |
2593 statistics/distributions/wblrnd.m: Spelling fixes. | |
2594 | |
7005 | 2595 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
2596 | |
2597 * time/tic.m: New optional output value. | |
2598 | |
2599 * general/int2str.m: Doc fix. | |
2600 | |
7002 | 2601 2007-10-10 Arno Onken <asnelt@asnelt.org> |
2602 | |
2603 * statistics/distributions/hygecdf.m, | |
2604 statistics/distributions/hygeinv.m, | |
2605 statistics/distributions/hygepdf.m, | |
2606 statistics/distributions/hygernd.m: | |
2607 Swap order of T and M args for compatibility. | |
2608 | |
7001 | 2609 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
2610 | |
2611 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
2612 control/system/buildssic.m, control/system/c2d.m, | |
2613 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
2614 control/system/ss2sys.m, control/system/ss2tf.m, | |
2615 control/system/syscont.m, control/system/sysdimensions.m, | |
2616 control/system/sysdisc.m, control/system/sysmult.m, | |
2617 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
2618 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
2619 general/interp1.m, general/interp2.m, general/interp3.m, | |
2620 general/interpft.m, general/interpn.m, general/polyarea.m, | |
2621 general/rat.m, general/structfun.m, general/trapz.m, | |
2622 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
2623 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
2624 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
2625 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
2626 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
2627 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
2628 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
2629 statistics/base/meansq.m, statistics/base/var.m, | |
2630 statistics/tests/chisquare_test_independence.m, | |
2631 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
2632 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
2633 testfun/test.m: Spelling fixes. | |
2634 | |
6998 | 2635 2007-10-10 Ben Abbott <bpabbott@mac.com> |
2636 | |
2637 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
2638 | |
6997 | 2639 2007-10-10 John W. Eaton <jwe@octave.org> |
2640 | |
2641 * general/num2str.m: Always allow for sign for automatically | |
2642 computed format widths. | |
2643 | |
6988 | 2644 2007-10-09 David Bateman <dbateman@free.fr> |
2645 | |
2646 * plot/patch.m: Accept a handle as the first argument. | |
2647 | |
6987 | 2648 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
2649 | |
7010 | 2650 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 2651 |
6985 | 2652 2007-10-09 John W. Eaton <jwe@octave.org> |
2653 | |
2654 * audio/wavwrite.m: Accept arguments in compatible order. | |
2655 | |
6979 | 2656 2007-10-08 David Bateman <dbateman@free.fr> |
2657 | |
2658 * general/interp2.m: Relax test for values outside the grid to | |
2659 allow monotonically decreasing abscissa as well. | |
2660 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2661 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 2662 |
2663 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
2664 as output parameter. | |
2665 | |
6977 | 2666 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
2667 | |
2668 * plot/__go_draw_axes__.m, plot/legend.m: | |
2669 Handle compatible position specifiers as strings. | |
2670 | |
6975 | 2671 2007-10-08 John Swensen <jpswensen@comcast.net> |
2672 | |
2673 * general/num2str.m: Eliminate extra whitespace in output. | |
2674 * strings/strtrim.m: New function. | |
2675 * strings/Makefile.in (SOURCES): Add it to the list. | |
2676 | |
6968 | 2677 2007-10-06 John W. Eaton <jwe@octave.org> |
2678 | |
2679 * polynomial/residue.m: New test from test/test_poly.m. | |
2680 | |
6967 | 2681 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
2682 | |
2683 * image/saveimage.m: Handle saving color images without a colormap. | |
2684 * image/__img_via_file__.m: Add missing semicolon. | |
2685 | |
2686 2007-10-06 Bill Denney <wsloand@gmail.com> | |
2687 | |
7010 | 2688 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 2689 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
2690 | |
6965 | 2691 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
2692 | |
2693 * plot/print.m: Handle svg output type. Accept new -S option to | |
2694 specify size for PNG and SVG output types. | |
2695 | |
2696 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 2697 |
2698 * polynomial/mpoles.m: New function. | |
2699 * polynomial/residue.m: Modified to behave in reciprocal | |
2700 manner. No longer compute 4th output, "e". No longer accept | |
2701 tolerance input. Explicitly set tolerance parameter to 0.001. | |
2702 Respect maximum relative difference in poles when determining | |
2703 their multiplicity. Use mpoles to determine the multiplicity of | |
2704 poles. | |
2705 | |
6963 | 2706 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
2707 | |
2708 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
2709 for surface plots. | |
2710 | |
6962 | 2711 2007-10-05 John W. Eaton <jwe@octave.org> |
2712 | |
2713 * plot/__next_line_color__.m: Get color_rotation from axes | |
2714 colororder property. | |
2715 | |
6953 | 2716 2007-10-03 John W. Eaton <jwe@octave.org> |
2717 | |
6955 | 2718 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
2719 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
2720 | |
6953 | 2721 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
2722 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
2723 special for __vnorm__. | |
2724 | |
6951 | 2725 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
2726 | |
6952 | 2727 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 2728 |
6950 | 2729 2007-10-03 David Bateman <dbateman@free.fr> |
2730 | |
2731 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
2732 if a file is architecture dependent based on a list of file | |
2733 extensions. | |
2734 (configure_make): Simplify the search for architecture dependent | |
2735 files based on this function. | |
2736 (load_pakages_and_dependencies): Also look for bin directory in | |
2737 the architecture dependent directory. | |
2738 | |
6947 | 2739 2007-10-03 John W. Eaton <jwe@octave.org> |
2740 | |
2741 * miscellaneous/dir.m: Create empty struct with field names. | |
2742 Include datenum in struct. | |
2743 | |
6943 | 2744 2007-10-02 David Bateman <dbateman@free.fr> |
2745 | |
2746 * miscellaneous/ls.m: If nargout return string array of files | |
2747 returned by ls. | |
2748 | |
6942 | 2749 2007-10-01 John W. Eaton <jwe@octave.org> |
2750 | |
2751 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
2752 range values. | |
2753 | |
6937 | 2754 2007-10-01 David Bateman <dbateman@free.fr> |
2755 | |
7010 | 2756 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 2757 speed with small vectors. |
6937 | 2758 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
2759 rather than OCTAVE_HOME(). | |
2760 | |
6935 | 2761 2007-09-30 Ben Abbott <bpabbott@mac.com> |
2762 | |
2763 * plot/findobj.m: New function. | |
2764 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
2765 | |
6925 | 2766 2007-09-26 David Bateman <dbateman@free.fr> |
2767 | |
2768 * pkg/pkg.m: Add second argument to setting for prefix for | |
2769 architecture dependent files. Use throughout. | |
2770 (pkg:issuperuser): New function, use through to check for | |
2771 root user. | |
2772 (pkg:getarchprefix): function to give the archiecture dependent | |
2773 prefix for a package. | |
2774 (pkg:getarchdir): New function giving location of architetcure | |
2775 dependent directory. Use through out. | |
2776 (pkg:install): Treat architecture dependent directory separately | |
2777 as in might not be a sub-directory of the package directory. | |
2778 (pkg:uninstall): ditto. | |
2779 (pkg:create_pkgadddel): Check for global or local install for | |
2780 architecture dependent directory. | |
2781 (pkg:finish_installation): ditto. | |
2782 (pkg:write_INDEX): ditto. | |
2783 (pkg:load_packages_and_dependencies): ditto. | |
2784 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
2785 files to a new location if user is root. | |
2786 (pkg:rm_rf): Check if file or directory exists before removing. | |
2787 (pkg:dirempty): Check if directory exists before checking. | |
2788 | |
2789 * plot/___patch__.m: Allow face colors to be passed as strings | |
2790 | |
2791 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
2792 needed for calls to "hold" without an argument. | |
2793 | |
6920 | 2794 2007-09-21 John W. Eaton <jwe@octave.org> |
2795 | |
6921 | 2796 * optimization/sqp.m: Fix typo. |
2797 | |
6920 | 2798 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
2799 | |
6919 | 2800 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
2801 | |
2802 * control/hinf/h2norm: Compute d*d', not d'*d. | |
2803 | |
6918 | 2804 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
2805 | |
2806 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
2807 unidpdf.m and unidinv.m | |
2808 | |
6914 | 2809 2007-09-18 John W. Eaton <jwe@octave.org> |
2810 | |
2811 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
2812 (do_tics_1): Set numeric axes formats to "%.15g". | |
2813 | |
6912 | 2814 2007-09-18 David Bateman <dbateman@free.fr> |
2815 | |
2816 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
2817 of %g when writing data. | |
2818 | |
6908 | 2819 2007-09-17 John W. Eaton <jwe@octave.org> |
2820 | |
2821 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
2822 | |
6903 | 2823 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
2824 | |
2825 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
2826 noninteger N with N-K < 1. | |
2827 | |
6901 | 2828 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
2829 | |
2830 * strings/index.m: Correct for strings differing after the third | |
2831 position (bug reported by Maude Martin). | |
2832 | |
6895 | 2833 2007-09-13 John W. Eaton <jwe@octave.org> |
2834 | |
2835 * plot/__default_colormap__.m: Delete. | |
2836 * plot/Makefile (SOURCES): Remove from the list. | |
2837 | |
6898 | 2838 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
2839 | |
2840 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
2841 | |
6885 | 2842 2007-09-10 David Bateman <dbateman@free.fr> |
2843 | |
2844 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
2845 limit the selection of colors in the same way as for lines. | |
2846 * plot/__patch__.m: Allow matrix arguments with one patch per | |
2847 column. | |
2848 * plot/__bar__.m: Adapt to use "patch". | |
2849 | |
6870 | 2850 2007-09-06 John W. Eaton <jwe@octave.org> |
2851 | |
2852 * plot/drawnow.m (drawnow): New arg, debug_file. | |
2853 (init_plot_stream): Split from open_plot_stream. | |
2854 * plot/print.m: Accept -debug=FILE argument. | |
2855 | |
6868 | 2856 2007-09-06 David Bateman <dbateman@free.fr> |
2857 | |
7010 | 2858 * general/celldisp.m: New function. |
2859 * general/Makefile.in (SOURCES): Add celldisp.m. | |
2860 * miscellaneous/swapbytes.m: New function. | |
2861 * miscellaneous/gzip.m: New function. | |
2862 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 2863 |
6863 | 2864 2007-09-05 David Bateman <dbateman@free.fr> |
2865 | |
7010 | 2866 * general/structfun.m: New function. |
2867 * general/Makefile.in (SOURCES): Add it to sources. | |
2868 * miscellaneous/run.m: New function. | |
2869 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
2870 * statistics/base/mode.m: New function. | |
2871 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 2872 |
6862 | 2873 2007-09-05 John W. Eaton <jwe@octave.org> |
2874 | |
2875 * miscellaneous/orderfields.m: Use numel instead of length. | |
2876 | |
2877 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
2878 | |
2879 * miscellaneous/orderfields.m: Handle empty structs. | |
2880 | |
6861 | 2881 2007-09-05 John W. Eaton <jwe@octave.org> |
2882 | |
2883 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
2884 DATA_IDX. | |
2885 | |
2886 2007-09-04 David Bateman <dbateman@free.fr> | |
2887 | |
2888 * general/isdir.m: Return a logical value. | |
2889 | |
6859 | 2890 2007-09-04 David Bateman <dbateman@free.fr> |
2891 | |
2892 * statistics/distributions/chi2pdf.m, | |
2893 statistics/distributions/chi2cdf.m, | |
2894 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
2895 distribution functions to account for inverse of scale factor in | |
2896 gamma functions. | |
2897 | |
6857 | 2898 2007-09-01 John W. Eaton <jwe@octave.org> |
2899 | |
2900 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
2901 | |
6853 | 2902 2007-09-01 David Bateman <dbateman@free.fr> |
2903 | |
2904 * polynomial/polyint.m: New function like polyinteg but with | |
2905 explicit integration constant. | |
2906 * polynomial/polyinteg.m: Remove. | |
2907 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
2908 polyinteg.m. | |
2909 * deprecated/polyinteg.m: Move version here. | |
2910 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
2911 | |
6852 | 2912 * geometry/voronoi.m: Add large box around data to get a good |
2913 approximation of the rays to infinity. | |
2914 | |
6851 | 2915 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
2916 | |
2917 * plot/axes.m: Allow parent to be specified when creating axes | |
2918 objects. Support non-figure parents. | |
2919 | |
2920 2007-08-31 John W. Eaton <jwe@octave.org> | |
2921 | |
2922 * plot/ancestor.m: New function, adapted from Octave Forge. | |
2923 | |
6850 | 2924 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
2925 | |
7010 | 2926 * polynomial/polygcd.m: Better layout of example. |
2927 * polynomial/compan.m: Remove unnecessary check. | |
2928 * polynomial/roots.m: Added example to help text. | |
2929 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
2930 * polynomial/poly.m: Added example to help text. | |
6850 | 2931 |
6848 | 2932 2007-08-30 John W. Eaton <jwe@octave.org> |
2933 | |
2934 * optimization/qp.m: Increase maxit to 200. | |
2935 | |
6847 | 2936 2007-08-30 David Bateman <dbateman@free.fr> |
2937 | |
2938 * geometry/inpolygon.m: New file. | |
2939 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
2940 | |
6843 | 2941 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
2942 | |
2943 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
2944 | |
6829 | 2945 2007-08-24 David Bateman <dbateman@free.fr> |
2946 | |
2947 * plot/__go_draw_axes__.m: Treat text color property. | |
2948 | |
6828 | 2949 2007-08-24 John W. Eaton <jwe@octave.org> |
2950 | |
2951 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
2952 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
2953 | |
2954 * miscellaneous/movefile.m: Separate second and third args and | |
2955 use p1 and p2, not f1 and f2 when constructing arguments for | |
2956 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
2957 | |
6825 | 2958 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
2959 | |
2960 * set/intersect.m: Make it work with cell arrays of strings. | |
2961 | |
6823 | 2962 2007-08-24 David Bateman <dbateman@free.fr> |
2963 | |
7010 | 2964 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 2965 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
2966 functions ported from octave-forge. | |
7010 | 2967 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 2968 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
2969 geometry/triplot.m, geometry/tsearchn.m: | |
2970 New functions. | |
7010 | 2971 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
2972 * geometry/Makefile.in (SOURCES): Add functions above. | |
2973 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 2974 |
6820 | 2975 2007-08-23 John W. Eaton <jwe@octave.org> |
2976 | |
2977 * pkg/pkg.m: Avoid using installed_packages for both function and | |
2978 variable name. | |
2979 | |
2980 2007-08-23 David Bateman <dbateman@free.fr> | |
2981 | |
2982 * plot/plot.m: Allow first arg to be axes handle. | |
2983 | |
6818 | 2984 2007-08-22 David Bateman <dbateman@free.fr> |
2985 | |
2986 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
2987 outputs are returned only if requested. | |
2988 | |
2989 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
2990 | |
2991 * control/base/nichols.m: Fix typo. | |
2992 | |
6813 | 2993 2007-08-13 John W. Eaton <jwe@octave.org> |
2994 | |
2995 * plot/meshgrid.m: Use repmat instead of multiplication. | |
2996 | |
6809 | 2997 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
2998 | |
2999 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
3000 use axes position in each appropriate gnuplot set statement. | |
3001 | |
6808 | 3002 2007-08-10 John W. Eaton <jwe@octave.org> |
3003 | |
3004 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
3005 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3006 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3007 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
3008 | |
6807 | 3009 2007-08-10 Kai Habel <kai.habel@gmx.de> |
3010 | |
3011 * plot/patch.m, plot/__patch__.m: New files. | |
3012 * plot/Makefile.in (SOURCES): Add them to the list. | |
3013 | |
3014 2007-08-07 John W. Eaton <jwe@octave.org> | |
3015 | |
3016 * path/savepath.m: Use single quotes for argument to PATH command | |
3017 that is inserted in file. | |
3018 | |
6805 | 3019 2007-07-27 John W. Eaton <jwe@octave.org> |
3020 | |
3021 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
3022 not set in the environment. | |
3023 | |
6796 | 3024 2007-07-25 David Bateman <dbateman@free.fr> |
3025 | |
3026 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3027 control/base/Makefile.in, control/hinf/Makefile.in, | |
3028 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3029 control/util/Makefile.in, deprecated/Makefile.in, | |
3030 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3031 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3032 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
3033 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3034 polynomial/Makefile.in, quaternion/Makefile.in, | |
3035 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
3036 specfun/Makefile.in, special-matrix/Makefile.in, | |
3037 startup/Makefile.in, statistics/Makefile.in, | |
3038 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
3039 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3040 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3041 Adjust DISTFILES to allow out of tree "make dist" to work. | |
3042 | |
6795 | 3043 2007-07-25 John W. Eaton <jwe@octave.org> |
3044 | |
3045 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
3046 | |
6793 | 3047 2007-07-24 David Bateman <dbateman@free.fr> |
3048 | |
3049 * image/flag.m: New colormap function. | |
3050 * images/Makefile.in: Include it in SOURCES. | |
3051 | |
3052 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
3053 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
3054 image/rainbow.m image/spring.m image/summer.m image/white.m | |
3055 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
3056 * image/gray.m, image/ocean.m: Use the same means of finding the | |
3057 number of colormap elements as the other colormap functions. | |
3058 | |
6790 | 3059 2007-07-24 Kai Habel <kai.habel@gmx.de> |
3060 | |
3061 * plot/__go_draw_axes__.m: Handle patch. | |
3062 | |
6788 | 3063 2007-07-23 David Bateman <dbateman@free.fr> |
3064 | |
3065 * general/rat.m: New function for ration approximation imported | |
3066 from octave-forge. | |
3067 * general/del2.m: New function for discrete laplacian operator. | |
3068 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
3069 | |
3070 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
3071 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
3072 image/rainbow.m image/spring.m image/summer.m image/white.m | |
3073 image/winter.m, image/brighten.m: Port image functions from | |
3074 octave-forge. | |
3075 * image/Makefile.in: Add ported functions to SOURCES. | |
3076 * image/gray.m, image/ocean.m: Don't set the colormap for | |
3077 compatibility with matlab. | |
3078 | |
3079 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
3080 octave-forge | |
3081 * plot/Makefile.in: Add ported functions to SOURCES. | |
3082 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
3083 using gnuplot 4.2 or greater. | |
3084 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3085 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 3086 |
3087 * general/cart2sph.m: Fix unbalanced paranthesis. | |
3088 | |
6781 | 3089 2007-07-19 David Bateman <dbateman@free.fr> |
3090 | |
3091 * plot/fplot.m: More compatible version. | |
3092 | |
6780 | 3093 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
3094 | |
3095 * plot/clf.m: Check for valid handle before deleting. | |
3096 | |
3097 * plot/figure.m: Pass "figure" property/value pairs directly to | |
3098 __go_figure__ instead of using regular "set" call. | |
3099 | |
6779 | 3100 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
3101 | |
3102 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
3103 type for gnuplot. | |
3104 | |
6778 | 3105 2007-07-18 John W. Eaton <jwe@octave.org> |
3106 | |
3107 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
3108 gnuplot for each set of axes. | |
3109 | |
6777 | 3110 2007-07-18 David Bateman <dbateman@free.fr> |
3111 | |
6778 | 3112 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
3113 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
3114 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
3115 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
3116 Use standard scale factor rather than one on the scale factor for | |
3117 compatibility. | |
3118 | |
3119 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
3120 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
3121 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
3122 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
3123 Preserve backward compatibility. | |
6777 | 3124 |
6776 | 3125 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
3126 | |
3127 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
3128 to avoid issues with regexp special characters in the path strings. | |
3129 | |
6770 | 3130 2007-07-06 David Bateman <dbateman@free.fr> |
3131 | |
6778 | 3132 * general/accumarray.m: New function to create an array by |
3133 accumulating the elements. | |
6770 | 3134 |
6768 | 3135 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
3136 | |
3137 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
3138 (fdjac): Set nx outside of if block. | |
3139 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
3140 | |
6765 | 3141 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
3142 | |
3143 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
3144 | |
3145 * plot/axis.m: Also set "visible" property when setting axes to | |
3146 on/off. | |
3147 | |
6762 | 3148 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
3149 | |
3150 * image/colormap.m: Only return colormap if nargout > 0. | |
3151 Mark as command. | |
3152 | |
6758 | 3153 2007-06-25 John W. Eaton <jwe@octave.org> |
3154 | |
3155 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
3156 strcmp for selected property comparisons. | |
3157 | |
6756 | 3158 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
3159 | |
6778 | 3160 * image/imshow.m: Fix check for colormap arguments. |
6756 | 3161 |
6754 | 3162 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
3163 | |
3164 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
3165 | |
6756 | 3166 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 3167 |
6778 | 3168 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 3169 argument, and note that the data should be sorted for the |
3170 definition of the median to be correct. | |
3171 | |
6778 | 3172 * statistics/base/std.m: Add missing square to definition of |
6754 | 3173 standard deviation. |
3174 | |
6778 | 3175 * statistics/base/cov.m: Add definition of covariance to the help text. |
3176 | |
3177 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 3178 statistics/base/std.m: |
3179 Note that \bar{x} is the mean value of x in the help text. | |
3180 | |
6778 | 3181 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 3182 coefficient to the help text. |
3183 | |
6778 | 3184 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
3185 | |
3186 * statistics/base/var.m: Put N in @math in help text. | |
3187 | |
3188 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 3189 statistics/tests/kolmogorov_smirnov_test.m: |
3190 Write about possible values of 'dist' in help text. | |
3191 | |
6778 | 3192 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 3193 Add definition of correlation to the help text. |
3194 | |
6778 | 3195 * statistics/base/logit.m, statistics/base/kendall.m, |
3196 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 3197 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
3198 TeXification of help text. | |
3199 | |
3200 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
3201 | |
3202 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
3203 Add missing @var's to help text. | |
3204 | |
3205 * statistics/models/logistic_regression.m: Fix typos in help text. | |
3206 | |
3207 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
3208 of help text. | |
3209 | |
3210 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
3211 help text. | |
3212 | |
3213 * statistics/distributions/unidpdf.m, | |
3214 statistics/distributions/discrete_pdf.m: | |
3215 Replace 'pDF' with 'PDF' in help text. | |
3216 | |
6753 | 3217 2007-06-25 John W. Eaton <jwe@octave.org> |
3218 | |
3219 * strings/substr.m: Use offset consistently in code and doc string. | |
3220 From Rafael Laboissiere <rafael@debian.org>. | |
3221 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3222 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 3223 |
6778 | 3224 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 3225 |
6751 | 3226 2007-06-25 John W. Eaton <jwe@octave.org> |
3227 | |
3228 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
3229 Recycle tic labels if necessary. From Juhani Saastamoinen | |
3230 <juhani@cs.joensuu.fi>. | |
3231 | |
6748 | 3232 2007-06-20 John W. Eaton <jwe@octave.org> |
3233 | |
6749 | 3234 * strings/index.m: Allow strings to be empty. |
3235 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
3236 | |
6748 | 3237 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
3238 | |
6747 | 3239 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
3240 | |
3241 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
3242 separate matrices. | |
3243 | |
6746 | 3244 2007-06-19 David Bateman <dbateman@free.fr> |
3245 | |
3246 * plot/axis.m: Prefer to use legend rather than the older Octave | |
3247 only ";;" legend syntax. | |
3248 * polynomial/mkpp.m: ditto. | |
3249 * polynomial/pchip.m: ditto. | |
3250 * signal/freqz_plot.m: ditto. | |
3251 * sparse/gplot.m: ditto. | |
3252 * sparse/treeplot.m: ditto. | |
3253 | |
6745 | 3254 2007-06-19 John W. Eaton <jwe@octave.org> |
3255 | |
3256 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
3257 (__go_draw_axes__): Call do_tics to handle tic marks. | |
3258 | |
6742 | 3259 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3260 | |
6778 | 3261 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 3262 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
3263 to check for NA. | |
3264 | |
6741 | 3265 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3266 | |
6778 | 3267 * optimization/glpk.m: TeXified the help text. |
3268 * optimization/qp.m: TeXified the help text. | |
3269 * optimization/sqp.m: TeXified the help text. | |
6741 | 3270 |
6740 | 3271 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
3272 | |
6778 | 3273 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 3274 |
6738 | 3275 2007-06-15 John W. Eaton <jwe@octave.org> |
3276 | |
3277 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
3278 have_newer_gnuplot is true. | |
3279 | |
6736 | 3280 2007-06-15 Pete Gustafson <petegus@umich.edu> |
3281 | |
6778 | 3282 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
3283 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 3284 to 90, all others 0. |
3285 | |
6778 | 3286 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
3287 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 3288 get_data_limits. |
6778 | 3289 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 3290 called by __errplot__. |
3291 | |
6730 | 3292 2007-06-15 John W. Eaton <jwe@octave.org> |
3293 | |
3294 * testfun/test.m: Also return number of expected failures. | |
3295 | |
6724 | 3296 2007-06-14 John W. Eaton <jwe@octave.org> |
3297 | |
6730 | 3298 * set/ismember.m: Mark two tests known to fail with xtest. |
3299 | |
6724 | 3300 * plot/__go_draw_axes__.m: Handle text rotation property. |
3301 | |
6728 | 3302 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
3303 | |
3304 * testfun/test.m: Add xtest support for tests known to fail. | |
3305 | |
6727 | 3306 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
3307 | |
3308 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
3309 epslatexstandalone terminals. | |
3310 | |
6721 | 3311 2007-06-14 David Bateman <dbateman@free.fr> |
3312 | |
3313 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
3314 as permutation of results was incorrect. | |
3315 * general/interp1.m: Add demo on second derivative | |
3316 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 3317 call. Add 3D demo. Fix typos |
3318 * general/interp3.m: Fix typos. Correct permutation for use of | |
3319 interpn. | |
6721 | 3320 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
3321 | |
6717 | 3322 2007-06-13 John W. Eaton <jwe@octave.org> |
3323 | |
3324 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 3325 |
6706 | 3326 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
3327 | |
3328 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
3329 | |
6704 | 3330 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
3331 | |
3332 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
3333 Set have_linestyle to true if two character linestyle is found. | |
3334 | |
6702 | 3335 2007-06-12 David Bateman <dbateman@free.fr> |
3336 | |
6717 | 3337 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
3338 and interpn.m. | |
3339 | |
3340 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
3341 structure before using it. | |
3342 | |
3343 2007-06-12 David Bateman <dbateman@free.fr> | |
3344 | |
6704 | 3345 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 3346 * general/__splinen__.m: New support function for N-dimensional |
3347 spline interpolation. | |
3348 * general/bicubic.m: Allow definition of extrapolation | |
3349 value. Adapt tests to use new graphics interface | |
3350 * general/interp2.m: Call __splinen__ for 2-D spline | |
3351 interpolation. Make the lookup table code only be called for | |
3352 linear and nearest methods. | |
3353 * general/interpn.m: New function for N-dimensional, linear, nearest | |
3354 and spline interpolation. | |
3355 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
3356 and spline interpolation. | |
6704 | 3357 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 3358 |
6701 | 3359 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
3360 | |
3361 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
3362 | |
6699 | 3363 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
3364 | |
3365 * plot/fplot.m: If function is inline, vectorize it. | |
3366 | |
6698 | 3367 2007-06-10 David Bateman <dbateman@free.fr> |
3368 | |
3369 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
3370 directory if need to, so that it fits on a line. | |
3371 | |
6695 | 3372 2007-06-07 David Bateman <dbateman@free.fr> |
3373 | |
3374 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
3375 saved file so that dependent packages are loaded first, and if | |
3376 nargout==0 don't return any arguments. | |
3377 (pkg:install): Only load packages that are marked autoload after | |
3378 install. Various fixes. Save in order. | |
3379 (pkg:uninstall): Save in order | |
3380 (pkg:load_packages): Use load_package_and_dependencies to load | |
3381 packages. | |
3382 (pkg:save_order): New function to sort package list with dependent | |
3383 packages first. | |
3384 (pkg:load_packages_and_dependencies): New function to load both a | |
3385 list of packages and their dependencies. | |
3386 (pkg:load_package_dirs): New function that returns a vector of the | |
3387 indexes into the installed package list indicating the packages to | |
3388 load and the order to load them in to respect the dependencies. | |
3389 | |
6688 | 3390 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
3391 | |
3392 * plot/axes.m: Eliminate redundant else clause. | |
3393 | |
6686 | 3394 2007-06-03 David Bateman <dbateman@free.fr> |
3395 | |
3396 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 3397 * pkg/pkg.m: Protect against multiple actions being define. |
3398 | |
6683 | 3399 2007-06-01 David Bateman <dbateman@free.fr> |
3400 | |
3401 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
3402 incorporate into main pkg function. | |
3403 (pkg:install): Check for existence of files to install before | |
3404 globbing and warn the user if they don't exist. | |
3405 | |
6675 | 3406 2007-05-31 David Bateman <dbateman@free.fr> |
3407 | |
6679 | 3408 * miscellaneous/copyfile.m: Split copying of multiple files to a |
3409 directory over several copy command to limit the line length. | |
3410 * miscellaneous/movefile.m: Ditto. | |
3411 | |
6675 | 3412 * pkg.m: Add build option to allow binary Octave packages to be |
3413 built from source packages. Probe absolute path of prefix, global | |
3414 and local lists. Use strcat, rather that [] for strings. | |
3415 (pkg:build): New function to binary binary package. | |
3416 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
3417 (pkg:repackage): Package binary Octave package from installation. | |
3418 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
3419 from m-files into main installation directory. | |
3420 (pkg:shell): Suppress verbose messages from shell and only display | |
3421 them with the verbose flag. | |
3422 (pkg:installed_packages): Also include the loaded flag in the | |
3423 local and global packages. | |
3424 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
3425 flagged as loaded. | |
3426 | |
3427 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
3428 | |
3429 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
3430 with and without architecture dependent directories. | |
3431 (pkg:installed_packages): Probe the global_list file even if it is | |
3432 the same as the local_list. | |
3433 | |
6669 | 3434 2007-05-29 John W. Eaton <jwe@octave.org> |
3435 | |
3436 * sparse/spy.m: Set axis to "ij" mode. | |
3437 | |
6664 | 3438 2007-05-24 John W. Eaton <jwe@octave.org> |
3439 | |
3440 * set/ismember.m: Quote first arg of "fail" tests. | |
3441 | |
6663 | 3442 2007-05-24 David Bateman <dbateman@free.fr> |
3443 | |
6778 | 3444 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 3445 |
6655 | 3446 2007-05-22 David Bateman <dbateman@free.fr> |
3447 | |
3448 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
3449 error(lasterr()(8:end)). | |
3450 (pkg:install): Warning for empty packages being removed. Suppress | |
3451 spurious output. Warning rather than error for uninstalling a | |
3452 package that is not installed to avoid RPM issue. | |
3453 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
3454 inst or architecture dependent directory if it exists. | |
3455 | |
6653 | 3456 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
3457 | |
3458 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
3459 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
3460 signal/freqz.m: Fix typos. | |
3461 | |
6645 | 3462 2007-05-21 David Bateman <dbateman@free.fr> |
3463 | |
3464 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
3465 force installation location. | |
3466 (rebuild): New subfunction to rebuild package database from | |
3467 installed packages. Also allows changing of autoload status | |
3468 (install): Warn use if attempting to install from non existent | |
3469 file. | |
3470 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
3471 "USER", "root"))' for root test. | |
3472 | |
3473 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
3474 | |
3475 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
3476 and replace "\" characters with "/". | |
3477 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
3478 characters with "/" throughout. | |
3479 (shell): New subfunction that wraps system and is careful with the | |
3480 shell on windows platforms. | |
3481 (configure_make): Explictly pass complier etc to configure | |
3482 process. | |
3483 (issuperuser): Force default to global install for Windows machines. | |
3484 | |
6636 | 3485 2007-05-19 Kristan Onu |
3486 | |
3487 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
3488 | |
6634 | 3489 2007-05-18 David Bateman <dbateman@free.fr> |
3490 | |
3491 * pkg/pkg.m (install): More verbosity. | |
3492 (configure_make): Ditto. | |
3493 (create_pkgadddel): Install in architecture dependent directory if | |
3494 it exists to address issues with autoload/mfilename. | |
3495 (write_INDEX): Check in archiecture dependent directories as well. | |
3496 | |
6633 | 3497 2007-05-17 David Bateman <dbateman@free.fr> |
3498 | |
3499 * plot/hbar.m: Remove. | |
3500 * plot/barh.m: and move it here. | |
3501 | |
6631 | 3502 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
3503 | |
3504 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
3505 | |
6629 | 3506 2007-05-16 John W. Eaton <jwe@octave.org> |
3507 | |
3508 * general/logspace.m: Return second arg if fewer than two values | |
3509 are requested. | |
3510 | |
6619 | 3511 2007-05-14 John W. Eaton <jwe@octave.org> |
3512 | |
3513 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
3514 on a new line. | |
3515 | |
6617 | 3516 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
3517 | |
3518 * statistics/distributions/norminv.m, | |
3519 statistics/distributions/norminv.m, | |
3520 statistics/distributions/normpdf.m, | |
3521 statistics/distributions/normrnd.m: | |
3522 Use standard deviation, not variance. | |
3523 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
3524 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
3525 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
3526 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
3527 backward compatibility. | |
3528 | |
6616 | 3529 2007-05-14 David Bateman <dbateman@free.fr> |
3530 | |
3531 * pkg/pkg.m: Mark loaded packages with "*". | |
3532 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3533 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 3534 |
3535 * miscellaneous/single.m: Doc fix. | |
3536 Convert to double instead of returning argument unchanged. | |
3537 | |
3538 * miscellaneous/doc.m: Doc fix. | |
3539 | |
3540 * miscellaneous/ver.m: Doc fix. | |
3541 Don't display information about Octave Forge. | |
3542 | |
6614 | 3543 2007-05-12 David Bateman <dbateman@free.fr> |
3544 | |
3545 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
3546 install to be printed. An error in the on_uninstall script causes | |
3547 a failure to uninstall. Place oct- and mex-files in an | |
3548 architecture dependent directory. | |
3549 | |
6611 | 3550 2007-05-09 John W. Eaton <jwe@octave.org> |
3551 | |
3552 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
3553 | |
6609 | 3554 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3555 | |
3556 * statistics/distributions/normcdf.m: Use standard deviation | |
3557 instead of variance for compatibility. | |
3558 | |
3559 2007-05-08 John W. Eaton <jwe@octave.org> | |
3560 | |
3561 | |
3562 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
3563 | |
3564 * set/ismember.m: Always return logical values. | |
3565 | |
3566 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 3567 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 3568 |
3569 * general/__isequal__.m: Allow numeric values of different classes | |
3570 to compare equal. | |
3571 | |
6606 | 3572 2007-05-07 David Bateman <dbateman@free.fr> |
3573 | |
6607 | 3574 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
3575 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 3576 |
6605 | 3577 2007-05-02 John W. Eaton <jwe@octave.org> |
3578 | |
3579 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
3580 | |
6604 | 3581 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3582 | |
3583 * contour.m: Rewrite help string. | |
3584 | |
6599 | 3585 2007-04-28 John W. Eaton <jwe@octave.org> |
3586 | |
3587 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
3588 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
3589 Special case nargout == 0. | |
3590 | |
6597 | 3591 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
3592 | |
3593 * general/sub2ind.m: Handle empty input, add tests. | |
3594 | |
6590 | 3595 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3596 | |
3597 * plot/contourc.m: Doc fix. | |
3598 | |
6586 | 3599 2007-04-26 David Bateman <dbateman@free.fr> |
3600 | |
3601 * plot/hist.m: Partially remove previous patch. | |
3602 | |
6582 | 3603 2007-04-26 David Bateman <dbateman@free.fr> |
3604 | |
3605 * plot/hist.m: Support returning of handle | |
3606 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
3607 cells. | |
3608 | |
6575 | 3609 2007-04-25 John W. Eaton <jwe@octave.org> |
3610 | |
6579 | 3611 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
3612 "title \"\"", not "". | |
3613 | |
6575 | 3614 * plot/legend.m: Initialize WARNED to false. |
3615 | |
6567 | 3616 2007-04-24 John W. Eaton <jwe@octave.org> |
3617 | |
3618 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3619 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 3620 |
3621 2007-04-23 John W. Eaton <jwe@octave.org> | |
3622 | |
3623 * plot/box.m: Delete extra endfunction keyword. | |
3624 | |
6560 | 3625 2007-04-23 David Bateman <dbateman@free.fr> |
3626 | |
3627 * plot/plot3.m: Call newplot. | |
3628 | |
6553 | 3629 2007-04-20 John W. Eaton <jwe@octave.org> |
3630 | |
3631 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
3632 | |
6546 | 3633 2007-04-19 John W. Eaton <jwe@octave.org> |
3634 | |
3635 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
3636 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
3637 | |
6544 | 3638 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3639 | |
3640 * control/util/axis2dlim.m: Delete extraneous line. | |
3641 | |
6542 | 3642 2007-04-18 John W. Eaton <jwe@octave.org> |
3643 | |
3644 * specfun/factorial.m: Increase tolerance in large value test. | |
3645 | |
6540 | 3646 2007-04-18 David Bateman <dbateman@free.fr> |
3647 | |
3648 * __bar__.m: New support function for bar/hbar to support graphic | |
3649 handles, and additional arguments. | |
3650 * bar.m: Convert to use __bar__. | |
3651 * hbar.m: New function | |
3652 * hist.m: Explicitly set the width of the bar plot. | |
3653 | |
6533 | 3654 2007-04-17 John W. Eaton <jwe@octave.org> |
3655 | |
6534 | 3656 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
3657 | |
6533 | 3658 * set/ismember.m: New tests. |
3659 From David Grohmann <grohmann@arlut.utexas.edu> | |
3660 | |
6532 | 3661 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
3662 | |
3663 * specfun/factorial.m: Use gamma function instead of cumprod. | |
3664 Add tests. | |
3665 | |
6527 | 3666 2007-04-16 John W. Eaton <jwe@octave.org> |
3667 | |
6528 | 3668 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
3669 looks_like_copyright in src/help.cc. | |
3670 From S�ren Hauberg <soren@hauberg.org>. | |
3671 | |
6527 | 3672 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
3673 | |
6526 | 3674 2007-04-13 John W. Eaton <jwe@octave.org> |
3675 | |
6527 | 3676 * optimization/sqp.m: Initialize info to 0. |
3677 | |
6526 | 3678 * optimization/qp.m: Undo previous change. |
3679 | |
6524 | 3680 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3681 | |
3682 * spdiags.m: Fixed the four-argument case to work for columns of | |
3683 length one. | |
3684 | |
6523 | 3685 2007-04-12 John W. Eaton <jwe@octave.org> |
3686 | |
3687 * optimization/qp.m: Avoid Octave indexing bug. | |
3688 | |
6521 | 3689 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
3690 | |
6522 | 3691 * miscellaneous/menu.m, control/base/bddemo.m, |
3692 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
3693 control/system/sysrepdemo.m: | |
3694 Adapt to page_screen_output as a function. | |
6521 | 3695 |
6518 | 3696 2007-04-11 John W. Eaton <jwe@octave.org> |
3697 | |
3698 * miscellaneous/not.m: Delete. | |
3699 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
3700 | |
3701 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3702 | |
3703 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
3704 that are close but not exactly equal. | |
3705 | |
6515 | 3706 2007-04-11 David Bateman <dbateman@free.fr> |
3707 | |
3708 * general/bitcmp.m: Make it work again. | |
3709 | |
6512 | 3710 2007-04-10 John W. Eaton <jwe@octave.org> |
3711 | |
3712 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
3713 that are close but not exactly equal. | |
3714 | |
6511 | 3715 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
3716 | |
3717 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
3718 in response to a change in x limits for now. | |
3719 | |
6510 | 3720 2007-04-09 John W. Eaton <jwe@octave.org> |
3721 | |
3722 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
3723 (__go_draw_axes__): Use it to write data to plot stream. | |
3724 | |
6509 | 3725 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
3726 | |
3727 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
3728 zeros. Set markerfacecolor property in call to plot. | |
3729 | |
6508 | 3730 2007-04-06 John W. Eaton <jwe@octave.org> |
3731 | |
3732 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
3733 | |
3734 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
3735 | |
3736 * plot/stem.m: Use plot instead of a series of calls to line. | |
3737 | |
6494 | 3738 2007-04-05 John W. Eaton <jwe@octave.org> |
3739 | |
6499 | 3740 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
3741 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
3742 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
3743 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
3744 | |
6496 | 3745 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 3746 Use strcmpi instead of strcmp+tolower. |
6496 | 3747 Style fixes. |
3748 | |
6494 | 3749 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
3750 Plotting fixes. Style fixes. | |
3751 | |
3752 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
3753 Style fixes. | |
3754 | |
3755 * testfun/fail.m: No need to check for evalin and lastwarn. | |
3756 Style fixes. | |
3757 | |
3758 * testfun/demo.m, testfun/example.m: Style fixes. | |
3759 Use "strcat (...)" instead of "[...]". | |
3760 Use format specifiers in calls to warning. | |
3761 | |
3762 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
3763 Use "strcat (...)" instead of "[...]". | |
3764 Use "x(end)" instead of "x(length (x))". | |
3765 Check NA before NaN. | |
3766 Style fixes. | |
3767 | |
6473 | 3768 2007-03-29 John W. Eaton <jwe@octave.org> |
3769 | |
6474 | 3770 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 3771 |
6467 | 3772 2007-03-27 John W. Eaton <jwe@octave.org> |
3773 | |
3774 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3775 control/base/Makefile.in, control/hinf/Makefile.in, | |
3776 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3777 control/util/Makefile.in, deprecated/Makefile.in, | |
3778 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3779 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3780 miscellaneous/Makefile.in, optimization/Makefile.in, | |
3781 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3782 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3783 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3784 special-matrix/Makefile.in, startup/Makefile.in, | |
3785 statistics/Makefile.in, statistics/base/Makefile.in, | |
3786 statistics/distributions/Makefile.in, | |
3787 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3788 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3789 Use ln instead of $(LN_S) in dist target. | |
3790 | |
6465 | 3791 2007-03-27 David Bateman <dbateman@free.fr> |
3792 | |
3793 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
3794 gnuplot 4.0. | |
3795 | |
6464 | 3796 2007-03-26 John W. Eaton <jwe@octave.org> |
3797 | |
3798 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
3799 | |
6461 | 3800 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
3801 | |
3802 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
3803 plot stream and using binary data. | |
3804 | |
6459 | 3805 2007-03-26 John W. Eaton <jwe@octave.org> |
3806 | |
3807 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
3808 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3809 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
3810 | |
3811 2007-03-26 David Bateman <dbateman@free.fr> | |
3812 | |
6461 | 3813 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
3814 | |
6459 | 3815 * plot/plot3.m: Handle line properties. |
3816 * plot/plot.m: Update docstring. | |
3817 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
3818 * plot/__plt__.m: Also gather properties. | |
3819 | |
6455 | 3820 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
3821 | |
3822 * testfun/assert.m: Delete special check for empty objects. | |
3823 Add test. | |
3824 | |
6453 | 3825 2007-03-26 John W. Eaton <jwe@octave.org> |
3826 | |
6454 | 3827 * plot/drawnow.m: Exit early if call is recursive. |
3828 | |
6453 | 3829 * plot/__go_draw_axes__.m (get_data_limits): New function. |
3830 Check for Inf too. | |
3831 (__go_draw_axes__): Use get_data_limits. | |
3832 | |
6450 | 3833 2007-03-24 John W. Eaton <jwe@octave.org> |
3834 | |
6451 | 3835 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
3836 send terminal setting command with title option to plot stream. | |
3837 | |
6450 | 3838 * plot/legend.m: Correctly increment index into list of children.. |
3839 | |
6434 | 3840 2007-03-23 John W. Eaton <jwe@octave.org> |
3841 | |
6448 | 3842 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
3843 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
3844 control/base/nyquist.m, control/base/nichols.m, | |
3845 control/base/frdemo.m, signal/freqz_plot.m, | |
3846 control/base/__stepimp__.m, control/base/bode.m, | |
3847 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
3848 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 3849 Update plotting code. |
3850 | |
3851 * control/base/bode.m: Unwrap phase angle. | |
3852 | |
3853 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
3854 | |
3855 * plot/axis.m: Don't check automatic_replot, or call replot. | |
3856 | |
3857 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
3858 commands. | |
6446 | 3859 |
6442 | 3860 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 3861 Handle numeric color specs. |
6442 | 3862 * plot/plot.m: Remove "-@" and "@" from docstring. |
3863 | |
6441 | 3864 * plot/orient.m: Fix tests to avoid creating a plot window. |
3865 | |
6440 | 3866 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
3867 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
3868 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
3869 general/arrayfun.m, miscellaneous/compare_versions.m, | |
3870 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
3871 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
3872 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
3873 | |
6438 | 3874 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
3875 plot, not just multiplots. | |
3876 | |
6436 | 3877 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
3878 | |
6434 | 3879 * plot/contour.m: Don't call drawnow. |
3880 | |
6431 | 3881 2007-03-22 John W. Eaton <jwe@octave.org> |
3882 | |
6432 | 3883 * plot/drawnow.m: Check and optionally, set, the __modified__ |
3884 property of each figure. | |
3885 | |
6431 | 3886 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
3887 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
3888 | |
3889 2007-03-21 John W. Eaton <jwe@octave.org> | |
3890 | |
3891 * linear-algebra/null.m: Set elements of retval with magnitudes | |
3892 less than eps to 0. | |
3893 | |
6429 | 3894 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 3895 |
3896 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 3897 * testfun/speed.m: Documentation and example fix. |
3898 | |
6424 | 3899 2007-03-21 John W. Eaton <jwe@octave.org> |
3900 | |
3901 * plot/subplot.m: If we find an existing subplot region, set | |
3902 it to be the "currentaxes" property for the current figure. | |
6425 | 3903 Delete old axes objects if the new axes object overlaps the old. |
6424 | 3904 |
6422 | 3905 2007-03-20 David Bateman <dbateman@free.fr> |
3906 | |
3907 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
3908 | |
3909 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
3910 | |
3911 * general/arrayfun.m: New function. | |
3912 | |
6418 | 3913 2007-03-20 John W. Eaton <jwe@octave.org> |
3914 | |
6419 | 3915 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
3916 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
3917 | |
3918 * plot/clf.m: Don't call drawnow. | |
3919 | |
6431 | 3920 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 3921 |
6420 | 3922 * image/__img__.m: Maybe set yaxis to reverse for images. |
3923 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
3924 images. | |
3925 | |
6418 | 3926 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 3927 instead of global. Only register __go_close_all__ with atexit if |
3928 the plot stream is successfully opened. | |
6418 | 3929 |
6413 | 3930 2007-03-15 John W. Eaton <jwe@octave.org> |
3931 | |
6418 | 3932 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 3933 From Daniel J Sebald <daniel.sebald@ieee.org>. |
3934 | |
3935 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
3936 | |
3937 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 3938 Use numeric line types. |
6413 | 3939 |
3940 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 3941 lines and larger markers. Remove key titles from line type |
3942 properties. | |
6413 | 3943 |
6405 | 3944 2007-03-14 John W. Eaton <jwe@octave.org> |
3945 | |
6412 | 3946 * plot/__axis_label__.m: Accept additional property-value pairs |
3947 and pass them to __go_text__. Simply return the handle obtained | |
3948 from __go_text__ instead of calling get on the current axis. | |
3949 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
3950 Allow for extra property value pairs to be passed along. | |
3951 * plot/title.m: Implement with __axis_label__ since it does all | |
3952 that title needs to do. | |
3953 | |
6410 | 3954 * plot/clf.m: Set currentaxes property for current figure to []. |
3955 | |
6405 | 3956 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
3957 | |
3958 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
3959 and __plt2__, not just the last. | |
3960 | |
3961 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
3962 (SOURCES_IN, GEN_M): Delete. | |
3963 (FCN_FILES): Don't include $(GEN_M). | |
3964 (all): Don't depend on $(GEN_M). | |
3965 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
3966 | |
3967 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
3968 | |
3969 * plot/newplot.m: Call __go_axes_init__ instead of | |
3970 __uiobject_axes_init__. | |
3971 | |
3972 * plot/mesh.m: Use __go_surface__ instead of | |
3973 __uiobject_surface_ctor__. Don't access object fields directly. | |
3974 | |
3975 * plot/line.m: Use __line__ to do actual work. | |
3976 * plot/__line__.m: New function. | |
3977 | |
3978 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
3979 Use get and set instead of accessing object fields directly. | |
3980 | |
3981 * plot/figure.m: Use __go_figure__ to create figure graphics | |
3982 handle. | |
3983 | |
3984 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
3985 __uiobject_close_all. Call __go_draw_figure__ instead of | |
3986 __uiobject_draw_figure__. | |
3987 | |
3988 * plot/clf.m: Use get instead of accessing object fields | |
3989 directly. Simply delete children. Don't set currentaxes. | |
3990 | |
3991 * plot/close.m (close_all_figures): New subfunction. | |
3992 Use it instead of getting list of figures to close from | |
3993 __uiobject_figures__. | |
3994 | |
3995 * plot/closereq.m: Simply delete the current figure. Don't set | |
3996 currentfigure. | |
3997 | |
3998 * plot/__errplot__.m: Call __line__ instead of | |
3999 __uiobject_line_ctor__. Use set instead of accesing object fields | |
4000 directly. Don't call __uiobject_adopt__. | |
4001 | |
4002 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
4003 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
4004 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
4005 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
4006 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
4007 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
4008 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
4009 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
4010 plot/__uiobject_init_root_figure__.in, | |
4011 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
4012 plot/__uiobject_root_figure_ctor__.m, | |
4013 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
4014 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
4015 plot/set.in: Delete. | |
6408 | 4016 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 4017 |
4018 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
4019 Pass "hidden" as second arg to close. | |
4020 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
4021 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 4022 * plot/Makefile.in (SOURCES_M): Rename in list. |
4023 | |
6405 | 4024 * image/__img__.m: Use __go_image__ to create image graphics |
4025 handle. | |
4026 | |
4027 * miscellaneous/delete.m: Call __go_delete__, not | |
4028 __uiobject_delete__. Check that arg is a graphics handle before | |
4029 calling __go_delete__. | |
4030 | |
6403 | 4031 2007-03-13 John W. Eaton <jwe@octave.org> |
4032 | |
4033 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
4034 arg instead of switch statement. | |
6528 | 4035 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 4036 |
4037 2007-03-12 John W. Eaton <jwe@octave.org> | |
4038 | |
4039 * miscellaneous/cast.m: New function. | |
4040 | |
4041 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
4042 | |
6398 | 4043 2007-03-08 John W. Eaton <jwe@octave.org> |
4044 | |
4045 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
4046 tilde expansion on target filename before passing it to the shell. | |
4047 | |
4048 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
4049 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
4050 | |
6396 | 4051 2007-03-08 David Bateman <dbateman@free.fr> |
4052 | |
4053 * statistics/base/unidrnd.m: Move to statistics/distributions | |
4054 replacing slower version based on dicrete_rnd. | |
4055 | |
6392 | 4056 2007-03-07 John W. Eaton <jwe@octave.org> |
4057 | |
6395 | 4058 * control/base/rlocus.m: Update for current plotting functions. |
4059 | |
4060 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
4061 | |
4062 * control/base/rlocus.m: Improve display. | |
4063 | |
4064 2007-03-07 John W. Eaton <jwe@octave.org> | |
4065 | |
4066 * plot/legend.m: Only handle positions -1:4. | |
4067 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
4068 found in option string | |
4069 * plot/__uiobject_draw_axes__.m: Handle key position. | |
4070 | |
6394 | 4071 * plot/newplot.m: Always reset next line color. |
4072 | |
6392 | 4073 * testfun/assert.m: Check that number of dimensions match before |
4074 checking dimensions. | |
4075 | |
6391 | 4076 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
4077 | |
4078 * specfun/perms.m, specfun/factorial.m: Check args. | |
4079 | |
6387 | 4080 2007-03-07 John W. Eaton <jwe@octave.org> |
4081 | |
6390 | 4082 * plot/mesh.m: Call newplot before doing anything. |
4083 | |
4084 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
4085 just "e". Only flush plot stream once. | |
4086 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4087 | |
6387 | 4088 * strings/blanks.m: Omit first index in assignment. |
4089 | |
6386 | 4090 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
4091 | |
4092 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
4093 | |
6385 | 4094 2007-03-06 David Bateman <dbateman@free.fr> |
4095 John W. Eaton <jwe@octave.org> | |
4096 | |
4097 * set/setdiff.m: Ignore "rows" for cell array args. | |
4098 Handle cellstr args. | |
4099 | |
6382 | 4100 2007-03-05 John W. Eaton <jwe@octave.org> |
4101 | |
4102 * optimization/sqp.m: Defer first call to obj_hess until after | |
4103 calling obj_fun. | |
4104 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4105 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 4106 |
4107 * specfun/nchoosek.m: Fix nargin check. | |
4108 | |
6376 | 4109 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
4110 | |
4111 * image/__img__.m: Don't set xlim and ylim properties. | |
4112 | |
6374 | 4113 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
4114 | |
4115 * general/interp1.m: Fix *style cases for decreasing x. | |
4116 | |
6372 | 4117 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
4118 | |
4119 * polynomial/roots.m: Check nargin before accessing arg. | |
4120 | |
6369 | 4121 2007-02-28 John W. Eaton <jwe@octave.org> |
4122 | |
4123 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
4124 increment data_idx unless using gnuplot for display. | |
4125 | |
6368 | 4126 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
4127 | |
4128 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
4129 plots with images. | |
4130 * image/image.m, image/imagesc.m, image/imshow.m: | |
4131 Deprecate zoom argument. | |
4132 | |
6366 | 4133 2007-02-28 John W. Eaton <jwe@octave.org> |
4134 | |
4135 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
4136 temporary file names. Keep image and colormap file ids separate. | |
4137 | |
4138 * general/interp1.m: Correctly compute min and max values when | |
4139 values are decreasing and not evenly spaced. | |
4140 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
4141 | |
6365 | 4142 2007-02-27 John W. Eaton <jwe@octave.org> |
4143 | |
4144 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
4145 returning an empty cell array. | |
4146 | |
6546 | 4147 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 4148 |
4149 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
4150 | |
6546 | 4151 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 4152 |
4153 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4154 control/base/Makefile.in, control/hinf/Makefile.in, | |
4155 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4156 control/util/Makefile.in, deprecated/Makefile.in, | |
4157 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4158 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4159 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4160 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4161 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4162 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4163 special-matrix/Makefile.in, startup/Makefile.in, | |
4164 statistics/Makefile.in, statistics/base/Makefile.in, | |
4165 statistics/distributions/Makefile.in, | |
4166 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4167 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4168 Use $(LN_S) instead of ln or ln -s. | |
4169 | |
6356 | 4170 2007-02-24 David Bateman <dbateman@free.fr> |
4171 | |
4172 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
4173 '\n' in FILES file. | |
6357 | 4174 (configure_make): Also install any mex files. |
6356 | 4175 |
6353 | 4176 2007-02-24 David Bateman <dbateman@free.fr> |
4177 | |
4178 * statistics/distributions (SOURCES): Add nbincdf.m, | |
4179 nbininv.m, nbinpdf.m and nbinrnd.m. | |
4180 | |
6351 | 4181 2007-02-23 John W. Eaton <jwe@octave.org> |
4182 | |
4183 * statistics/distributions/Makefile.in (SOURCES): Remove | |
4184 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
4185 | |
4186 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
4187 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
4188 | |
6349 | 4189 2007-02-23 David Bateman <dbateman@free.fr> |
4190 | |
4191 * statistics/distributions/discrete_rnd.m, | |
4192 statistics/distributions/geornd.m, | |
4193 statistics/distributions/lognnd.m, | |
4194 statistics/distributions/nbinrnd.m, | |
4195 statistics/distributions/wblrnd.m: Accelerate distributions. | |
4196 | |
4197 * statistics/distributions/unidcdf.m, | |
4198 statistics/distributions/unidinv.m, | |
4199 statistics/distributions/unidpdf.m, | |
4200 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 4201 discrete_cdf, etc. |
6349 | 4202 |
4203 * statistics/distributions/pascal_cdf.m, | |
4204 statistics/distributions/pascal_inv.m, | |
4205 statistics/distributions/pascal_pdf.m, | |
4206 statistics/distributions/pascal_rnd.m: Remove. | |
4207 * statistics/distributions/nbincdf.m, | |
4208 statistics/distributions/nbininv.m, | |
4209 statistics/distributions/nbinpdf.m, | |
4210 statistics/distributions/nbinrnd.m: Replace with matlab | |
4211 compatible functions. | |
4212 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
4213 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
4214 nbincdf, etc functions to implement these. | |
4215 | |
6344 | 4216 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4217 | |
4218 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
4219 command and data. | |
4220 | |
4221 2007-02-22 John W. Eaton <jwe@octave.org> | |
4222 | |
4223 * miscellaneous/doc.m: If index search fails, try again without | |
4224 the index search option. | |
4225 | |
6339 | 4226 2007-02-22 David Bateman <dbateman@free.fr> |
4227 | |
6341 | 4228 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
4229 | |
6340 | 4230 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
4231 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
4232 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
4233 statistics/distributions/betarnd.m: Convert to use randg, rande | |
4234 and randp to accelerate. | |
4235 | |
6339 | 4236 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
4237 | |
6338 | 4238 2007-02-22 John W. Eaton <jwe@octave.org> |
4239 | |
4240 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
4241 cache data and display after xlim and ylim have been determined. | |
4242 | |
6337 | 4243 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4244 | |
4245 * plot/__uiobject_draw_axes__.m: | |
4246 Allow multiple images to be displayed with gnuplot. | |
4247 | |
6333 | 4248 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
4249 | |
4250 * optimization/glpk.m: Document the fact that extra.mem does not work | |
4251 for versions of GLPK 4.15 and later. | |
4252 | |
6328 | 4253 2007-02-19 John W. Eaton <jwe@octave.org> |
4254 | |
4255 * plot/__uiobject_alloc__.in: If next available element in | |
4256 __uiobject_list__ is 0, grow list before doing anything else. | |
4257 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
4258 first call when size of __uiobject_list__ is 0. | |
4259 | |
6323 | 4260 2007-02-16 John W. Eaton <jwe@octave.org> |
4261 | |
4262 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
4263 | |
6321 | 4264 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
4265 | |
4266 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
4267 | |
6316 | 4268 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
4269 | |
4270 * specfun/nchoosek.m: Check nargin. | |
4271 | |
6314 | 4272 2007-02-15 John W. Eaton <jwe@octave.org> |
4273 | |
6315 | 4274 * path/addpath.m, path/rmpath.m: Delete |
4275 * path/Makefile.in (SOURCES): Remove them from the list. | |
4276 | |
6314 | 4277 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
4278 Delete title, xlabel, ylabel, and zlabel properties before | |
4279 reassigning. | |
4280 * plot/__uiobject_axes_init__.in: New arg, mode. | |
4281 Don't init outerposition if "mode" is "replace". | |
4282 * plot/newplot.m: Check both figure and axes nextplot properties. | |
4283 If axes nextplot property is replace, pass "replace" as mode arg | |
4284 to __uiobject_axes_init__. | |
4285 | |
6308 | 4286 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
4287 | |
6310 | 4288 * image/imshow.m: Don't restore old colormap. |
4289 | |
6309 | 4290 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
4291 * image/__img__.m: New file containing common parts of image.m and | |
4292 imshow.m. | |
6312 | 4293 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 4294 * image/image.m, image/imshow.m: Call __img__. |
4295 * plot/__uiobject_draw_axes__.m: | |
4296 Handle rgb imaged data stored in 3-d arrays. | |
4297 | |
6308 | 4298 * plot/figure.m: Doc fix. |
4299 | |
6304 | 4300 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
4301 | |
4302 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
4303 for reading and writing data. New tests. Improve rounding. | |
4304 | |
6302 | 4305 2007-02-13 John W. Eaton <jwe@octave.org> |
4306 | |
6303 | 4307 * plot/stem.m: New file, adapted from OctPlot. |
4308 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4309 | |
6302 | 4310 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
4311 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4312 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4313 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
4314 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
4315 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
4316 plot/semilogyerr.m: Return handles to line objects. | |
4317 | |
6301 | 4318 2007-02-11 John W. Eaton <jwe@octave.org> |
4319 | |
4320 * plot/__uiobject_close_all.m: New file. | |
4321 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4322 | |
6298 | 4323 2007-02-10 John W. Eaton <jwe@octave.org> |
4324 | |
4325 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
4326 * plot/__uiobject_globals__.m: Don't call mlock. | |
4327 | |
4328 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
4329 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
4330 before calling pclose. | |
4331 | |
6291 | 4332 2007-02-09 John W. Eaton <jwe@octave.org> |
4333 | |
6295 | 4334 * plot/subplot.m: Delete spurious call to axes. |
4335 | |
6293 | 4336 * plot/figure.m: Call drawnow for current figure before creating |
4337 or switching to a new figure. | |
4338 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
4339 nargin == 0 case. | |
4340 | |
6291 | 4341 * testfun/assert.m: Try to avoid problems when comparisons involve |
4342 strange values like Inf+NaNi. | |
4343 | |
6283 | 4344 2007-02-08 John W. Eaton <jwe@octave.org> |
4345 | |
6286 | 4346 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
4347 and check gnuplot_use_title_option instead of just assuming -title | |
4348 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
4349 | |
6285 | 4350 * Makefile.in (DISTFILES): Add move-if-change to the list. |
4351 | |
6284 | 4352 * audio/Makefile.in, control/base/Makefile.in, |
4353 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
4354 control/system/Makefile.in, control/util/Makefile.in, | |
4355 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
4356 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
4357 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
4358 optimization/Makefile.in, plot/Makefile.in, | |
4359 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4360 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4361 special-matrix/Makefile.in, startup/Makefile.in, | |
4362 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4363 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4364 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
4365 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
4366 | |
6283 | 4367 * plot/figure.m: Don't call drawnow. Correctly init figure when |
4368 only given property list. | |
4369 | |
6278 | 4370 2007-02-07 John W. Eaton <jwe@octave.org> |
4371 | |
6280 | 4372 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
4373 properties. | |
4374 | |
6278 | 4375 * plot/sombrero.m: Call box ("off") after mesh. |
4376 | |
4377 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
4378 line default" commands with older versions of gnuplot. | |
4379 | |
4380 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
4381 | |
6273 | 4382 2007-02-06 John W. Eaton <jwe@octave.org> |
4383 | |
4384 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
4385 * sparse/gplot.m: Use line style - instead of 1. | |
4386 | |
6272 | 4387 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
4388 | |
4389 * plot/print.m: Avoid error message from cellidx. | |
4390 | |
4391 2007-02-05 John W. Eaton <jwe@octave.org> | |
4392 | |
4393 * plot/legend.m: Fix check for data. | |
4394 | |
6270 | 4395 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
4396 | |
4397 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
4398 Always set lt and pt. | |
4399 | |
6269 | 4400 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
4401 | |
4402 * plot/contourc.m: Correctly compute X and Y. | |
4403 | |
6268 | 4404 2007-02-05 John W. Eaton <jwe@octave.org> |
4405 | |
4406 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
4407 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
4408 | |
6264 | 4409 2007-02-01 John W. Eaton <jwe@octave.org> |
4410 | |
6266 | 4411 * plot/__uiobject_draw_axes__.m: |
4412 Don't try to set axis limits unless we have data. | |
4413 | |
6264 | 4414 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
4415 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4416 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
4417 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
4418 instead of of key and fmt strings. | |
4419 | |
4420 * plot/__pltopt1__.m: Greatly simplify. | |
4421 | |
4422 * plot/__next_line_color__.m: New file. | |
4423 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4424 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
4425 | |
4426 * plot/__default_plot_options__.m: New file. | |
4427 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4428 | |
4429 * plot/__plt3__.m: Delete. | |
4430 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
4431 | |
6259 | 4432 2007-01-31 John W. Eaton <jwe@octave.org> |
4433 | |
6263 | 4434 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
4435 linestyle, linewidth, marker, and markersize properties. | |
4436 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
4437 colors and widths, and line styles. | |
4438 | |
4439 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 4440 |
6261 | 4441 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
4442 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4443 | |
4444 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
4445 __gnuplot_save_data__. | |
4446 | |
6259 | 4447 * image/image.m: Accept 2 args, but ignore the second for now. |
4448 | |
6258 | 4449 2007-01-30 David Bateman <dbateman@free.fr> |
4450 | |
4451 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
4452 to flag a package as to be autoloaded. Add install flags -noauto, | |
4453 -auto to force autoload behavior. | |
4454 (installed_packages): Make list of installed packages unique. | |
4455 | |
6259 | 4456 2007-01-30 John W. Eaton <jwe@octave.org> |
4457 | |
4458 * Merge of changes from graphics-branch: | |
4459 | |
4460 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 4461 |
4462 * plot/subplot.m: Set nextplot property of current figure to "add". | |
4463 | |
4464 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
4465 property if it exists. | |
4466 | |
6259 | 4467 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 4468 |
4469 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
4470 min values outside of loop over child objects. | |
4471 | |
4472 * plot/contour.m, plot/contourc.m: New files. | |
4473 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
4474 | |
4475 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
4476 find a gnuplot version newer than 4.0. | |
4477 * image/__img_gnuplot__.m: Delete. | |
4478 * image/image.m: Create image graphics object. | |
4479 Call newplot to setup and drawnow to finish. | |
4480 Eliminate ZOOM arg. | |
4481 | |
4482 * plot/__uiobject_draw_axes__.m: Handle image data. | |
4483 | |
4484 * plot/legend.m: Eliminate useless variable "warned". | |
4485 | |
4486 * plot/__uiobject_image_ctor__.m: New file. | |
4487 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4488 | |
4489 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
4490 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
4491 | |
4492 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
4493 | |
4494 * plot/__default_colormap__.m: New file. | |
4495 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4496 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
4497 property. | |
4498 * image/colormap.m: Use colormap property of current figure | |
4499 to store colormap instead of using persistent variable. | |
4500 Call __default_colormap__ to get default map value. | |
4501 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
4502 | |
4503 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
4504 Handle some tick mark options. | |
4505 | |
4506 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
4507 set corresponding *mode to "manual". If we set dataaspectratio, | |
4508 set dataaspectratiomode to "manual". | |
4509 | |
4510 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
4511 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
4512 | |
4513 * plot/axis.m: New file. | |
4514 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
4515 | |
4516 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
4517 set corresponding *limmode to "manual". | |
4518 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
4519 Use it to compute autosclaled limits. | |
4520 Arg is now handle, not object. Change all callers. | |
4521 Compute data limits. | |
4522 | |
6259 | 4523 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 4524 |
4525 * plot/drawnow: Fix visibility check for zero args. | |
4526 | |
4527 * plot/text.m: New file. | |
4528 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4529 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
4530 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
4531 horizontalalignment properties. | |
4532 | |
4533 * plot/figure.m: Set options for f we just constructed or were | |
4534 given as an argument, not gcf. Only return handle if nargout > 0. | |
4535 | |
4536 * plot/drawnow.m: Handle visible field for figure here. | |
4537 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
4538 | |
4539 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
4540 title and axis labels. | |
4541 | |
4542 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
4543 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
4544 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
4545 * plot/view.m: New file. | |
4546 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4547 | |
4548 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
4549 Call __request_drawnow__. | |
4550 | |
4551 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
4552 | |
4553 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
4554 Call set to set properties. Return handle instead of structure. | |
4555 Change all callers. | |
4556 | |
4557 * plot/__uiobject_axes_setr__.m: New file. | |
4558 * plot/set.in: Check for __setter__ field. | |
4559 | |
4560 * plot/__uiobject_axes_init__.in: | |
4561 Rename from plot/__uiobject_axes_init__.m. | |
4562 Include __uiobject_globals__. | |
4563 Accept handle as arg instead of structure | |
4564 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
4565 from the list. | |
4566 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
4567 | |
6259 | 4568 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 4569 |
4570 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
4571 | |
4572 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
4573 initializing each global variable. | |
4574 | |
6259 | 4575 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 4576 |
4577 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
4578 __uiobject_figure_handles_free_list__): New global variables. | |
4579 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
4580 Place unused handles on the free list. | |
4581 | |
4582 * plot/__uiobject_get_figure_handle__.in: Delete. | |
4583 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
4584 | |
4585 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
4586 handles here. Return figure handle. | |
4587 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
4588 | |
6259 | 4589 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 4590 |
4591 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
4592 data for gnuplot. | |
4593 | |
4594 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
4595 files. | |
4596 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
4597 (DISTFILES): Include include-globals.awk in the list. | |
4598 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
4599 ($(GEN_M) : %.m : %.in): New rule. | |
4600 | |
4601 * include-globals.awk: New file. | |
4602 | |
4603 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
4604 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
4605 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
4606 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
4607 plot/__uiobject_init_root_figure__.in, | |
4608 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
4609 Rename from corresponding .m files. | |
4610 | |
4611 * move-if-change: New file. | |
4612 | |
4613 * plot/__uiobject_delete__.m: New file. | |
4614 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
4615 plot/__uiobject_delete_child__.m: Delete. | |
4616 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
4617 not a character string. | |
4618 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
4619 Fix assignment to tmp key value in loop. | |
4620 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
4621 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
4622 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
4623 Inline code to delete children. | |
4624 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
4625 __uiobject_list__. | |
4626 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
4627 and free child. | |
4628 | |
6259 | 4629 2006-12-08 John W. Eaton <jwe@octave.org> |
4630 | |
4631 * plot/gcf.m: Check if the root figure object's currentfigure | |
4632 handle is empty, not 0. | |
4633 * plot/__uiobject_root_figure_ctor__.m: | |
4634 Set currentfigure to [], not 0. | |
4635 | |
4636 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
4637 | |
4638 2006-12-07 John W. Eaton <jwe@octave.org> | |
4639 | |
4640 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
4641 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
4642 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
4643 plot/__uiobject_delete_children__.m, | |
4644 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
4645 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
4646 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
4647 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
4648 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
4649 plot/__uiobject_init_figure__.m, | |
4650 plot/__uiobject_init_root_figure__.m, | |
4651 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
4652 plot/__uiobject_remove_child__.m, | |
4653 plot/__uiobject_root_figure_ctor__.m, | |
4654 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
4655 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
4656 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
4657 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
4658 plot/set.m: New files. | |
4659 | |
4660 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
4661 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
4662 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
4663 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
4664 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
4665 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
4666 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
4667 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
4668 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
4669 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
4670 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
4671 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
4672 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
4673 plot/semilogyerr.m, plot/replot.m: | |
4674 Adapt to new graphics data structure. | |
4675 | |
4676 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
4677 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
4678 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
4679 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
4680 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
4681 plot/plot_border.m, plot/subwindow.m: Delete. | |
4682 | |
4683 2007-01-24 David Bateman <dbateman@free.fr> | |
4684 | |
4685 * pkg/pkg.m: Install ChangeLog file if it exists. | |
4686 Delete bare newline in string passed to write_INDEX. | |
4687 | |
4688 * sparse/sprandsym.m: Make work for even values of N. | |
4689 | |
4690 2007-01-24 John W. Eaton <jwe@octave.org> | |
4691 | |
4692 * miscellaneous/news.m: New file. | |
4693 | |
4694 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
4695 | |
4696 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
4697 | |
4698 * strings/strncmp.m: Delete (we now have a built-in version). | |
4699 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4700 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 4701 |
4702 * testfun/test.m: Check for all files in path, use first found. | |
4703 | |
4704 2007-01-22 David Bateman <dbateman@free.fr> | |
4705 | |
4706 * polynomial/spline.m: Make DG a column instead of a row vector. | |
4707 | |
4708 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
4709 | |
4710 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
4711 file name. | |
4712 | |
4713 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
4714 nargout is 1. Handle colormaps that have too few colors. | |
4715 | |
4716 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
4717 (configure_make): Use fullfile instead of concatenating with "/". | |
4718 | |
6258 | 4719 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
4720 | |
4721 * set/ismember.m: Handle N-d arrays. | |
4722 | |
4723 2007-01-10 David Bateman <dbateman@free.fr> | |
4724 | |
4725 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
4726 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4727 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
4728 New files. | |
4729 | |
4730 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
4731 | |
6778 | 4732 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 4733 |
4734 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
4735 | |
4736 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
4737 instead of concatenating with "/". Use mlock to ensure that | |
4738 persistent variables are not clobbered if user types clear all. | |
4739 | |
4740 2007-01-08 John W. Eaton <jwe@octave.org> | |
4741 | |
4742 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
4743 Improve handling of file names containing globbing characters. | |
4744 From S�ren Hauberg <hauberg@gmail.com>. | |
4745 | |
4746 2007-01-05 John W. Eaton <jwe@octave.org> | |
4747 | |
4748 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
4749 New files. | |
4750 | |
4751 2006-12-30 John W. Eaton <jwe@octave.org> | |
4752 | |
4753 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
4754 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
4755 | |
4756 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
4757 | |
4758 * image/imshow.m: Strip NaNs from image. | |
4759 | |
4760 2006-12-08 David Bateman <dbateman@free.fr> | |
4761 | |
4762 * sparse/normest.m: New file. | |
4763 | |
6286 | 4764 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 4765 |
6210 | 4766 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
4767 Work on Windows systems without cp or mv. | |
4768 | |
6209 | 4769 * startup/inputrc: Include sequences for Windows. |
4770 | |
6203 | 4771 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
4772 | |
4773 * pkg/pkg.m (unload_packages): New function. | |
4774 (pkg): Handle unload action. | |
4775 | |
4776 * __errplot__.m: Add missing semicolon. | |
4777 | |
6193 | 4778 2006-11-30 John W. Eaton <jwe@octave.org> |
4779 | |
4780 * miscellaneous/mexext.m: New file. | |
4781 | |
6189 | 4782 2006-11-29 David Bateman <dbateman@free.fr> |
4783 | |
4784 * pkg/pkg.m: Add local_list and global_list options that allow the | |
4785 location of package lists to be probed and set. | |
4786 | |
6179 | 4787 2006-11-17 John W. Eaton <jwe@octave.org> |
4788 | |
6181 | 4789 * plot/__render_plot1__.m: Reverse y axis for images. |
4790 | |
6179 | 4791 * plot/__render_plot__.m: New args, terminal and output. |
4792 * plot/print.m: Don't set output and term here. Instead, call | |
4793 __render_plot__ with terminal and output. | |
4794 | |
6178 | 4795 2006-11-16 John W. Eaton <jwe@octave.org> |
4796 | |
4797 * plot/__render_plot1__.m: New file. | |
4798 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
4799 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
4800 gnuplot. Let __render_plot__ do that. | |
4801 | |
6177 | 4802 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
4803 | |
4804 * plot/plot.m: Fix doc string. | |
4805 | |
6173 | 4806 2006-11-16 John W. Eaton <jwe@octave.org> |
4807 | |
4808 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
4809 before sending anything to the plotter. | |
4810 | |
6172 | 4811 2006-11-15 John W. Eaton <jwe@octave.org> |
4812 | |
4813 * image/__img_gnuplot__.m: Store more info in global plot | |
4814 structures and use __render_plot__ to build plot command to | |
4815 display image. | |
4816 | |
4817 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
4818 | |
4819 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
4820 __plot_command_sep__): Delete. | |
4821 (__plot_data_type__, __plot_data_parametric__, | |
4822 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
4823 __plot_usingstr__, __plot_withstr__): New variables. | |
4824 * plot/__init_plot_vars__.m: Initialize them. | |
4825 | |
4826 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
4827 Don't handle sep or cmd. | |
4828 | |
4829 * plot/__render_plot__.m: New function. | |
4830 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
4831 Store more info in global plot structures and use __render_plot__ | |
4832 to build plot command. | |
4833 * plot/replot.m: Simply call __render_plot__. | |
4834 | |
4835 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
4836 Set __plot_data_parametric__ here. | |
4837 | |
6164 | 4838 2006-11-14 John W. Eaton <jwe@octave.org> |
4839 | |
6166 | 4840 * plot/bottom_title.m, plot/top_title.m: Delete. |
4841 | |
6164 | 4842 * image/image_viewer.m: Set default values here. |
4843 * image/image.m: Not here. | |
4844 | |
4845 * image/image_viewer.m: Always return old values. Check arguments. | |
4846 * image/__img_gnuplot__.m: Rename from __img__m. | |
4847 | |
4848 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
4849 | |
4850 * image/image_viewer.m: New function. | |
4851 * image/__img_via_file__.m: New function. | |
4852 * image/image.m: Use image_viewer to determine which program to | |
4853 use for image viewing. | |
6754 | 4854 * image/__img__.m: Silently accept more than 3 args. |
6164 | 4855 |
6163 | 4856 2006-11-14 John W. Eaton <jwe@octave.org> |
4857 | |
4858 * plot/__do_legend__.m, plot/__errplot__.m, | |
4859 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
4860 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
4861 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
4862 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
4863 Use __plot_globals__ for multiplot variables. Keep track of | |
4864 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
4865 | |
6157 | 4866 2006-11-13 John W. Eaton <jwe@octave.org> |
4867 | |
6158 | 4868 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
4869 | |
6157 | 4870 * miscellaneous/substruct.m: New function. |
4871 | |
4872 * testfun/assert.m: Force orientation to match when comparing | |
4873 struct elements. | |
4874 | |
4875 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
4876 when comparing structs. | |
4877 | |
4878 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
4879 | |
6754 | 4880 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
4881 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
4882 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
4883 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
4884 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
4885 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
4886 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 4887 |
6156 | 4888 2006-11-13 John W. Eaton <jwe@octave.org> |
4889 | |
4890 * plot/mesh.m: Use size_equal to compare dimensions. | |
4891 | |
6154 | 4892 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
4893 | |
4894 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
4895 | |
6152 | 4896 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
4897 | |
4898 * miscellaneous/copyfile.m: Fix docs to match function. | |
4899 | |
6145 | 4900 2006-11-08 John W. Eaton <jwe@octave.org> |
4901 | |
6146 | 4902 * plot/legend.m: New function, adapted from Octave Forge. |
4903 | |
4904 * plot/__do_legend__.m: New function. | |
4905 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
4906 plot/replot.m: Call it before plotting. | |
4907 | |
4908 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
4909 noparametric" to gnuplot.. | |
4910 | |
4911 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
4912 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
4913 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
4914 and return key title separate from line format. Accept format and | |
4915 key as cellstr. Always return data as cell array. Return format | |
4916 and key title as cellstr. | |
4917 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
4918 Handle line format and key titles separately. | |
4919 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
4920 | |
4921 * plot/__plot_globals__.m (__plot_line_offset__, | |
4922 __plot_key_labels__, __plot_key_properties__): New global | |
4923 variables. Initialize them. | |
4924 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
4925 __plot_key_labels__, __plot_key_properties__): Initialize. | |
4926 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
4927 (__plot_line_offset__, __plot_key_labels__, | |
4928 __plot_key_properties__): Store information about plot key titles. | |
4929 | |
4930 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
4931 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
4932 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
4933 respectively. | |
4934 | |
4935 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
4936 | |
6145 | 4937 * strings/strcat.m: Disable Octave:empty-list-elements warning |
4938 whle concatenating args. | |
4939 | |
6144 | 4940 2006-11-07 John W. Eaton <jwe@octave.org> |
4941 | |
4942 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
4943 | |
6142 | 4944 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
4945 | |
6143 | 4946 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
4947 option to regexp. | |
4948 | |
6142 | 4949 * image/__img__.m: Send "set size ratio -1" before plotting. |
4950 | |
6138 | 4951 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
4952 | |
6139 | 4953 * strings/index.m: New arg, direction. Simplify and speed up. |
4954 * strings/rindex.m: Implement using index (..., "last"); | |
4955 | |
6754 | 4956 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 4957 |
6130 | 4958 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
4959 | |
4960 * general/__isequal__.m: Test size and class more consistently. | |
4961 | |
6116 | 4962 2006-10-27 John W. Eaton <jwe@octave.org> |
4963 | |
6117 | 4964 * miscellaneous/ls_command.m: Use /D instead of /w. |
4965 From Michael Goffioul <michael.goffioul@swing.be>. | |
4966 | |
6116 | 4967 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
4968 * miscellaneous/dir.m: Mark as a command. | |
4969 | |
6112 | 4970 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4971 | |
4972 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
4973 | |
6088 | 4974 2006-10-25 John W. Eaton <jwe@octave.org> |
4975 | |
4976 * image/image.m: Set x = y = [] when nargin == 0; | |
4977 | |
4978 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
4979 | |
4980 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
4981 * image/__img__.m: New file, originally from | |
4982 Daniel J Sebald <daniel.sebald@ieee.org>. | |
4983 | |
6087 | 4984 2006-10-25 John W. Eaton <jwe@octave.org> |
4985 | |
4986 * plot/__gnuplot_version__.m: New function, originally from | |
4987 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
4988 Quentin Spencer <qspencer@ieee.org>. | |
4989 | |
6085 | 4990 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
4991 | |
4992 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
4993 | |
6081 | 4994 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
4995 | |
4996 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
4997 miscellaneous/gunzip.m: New files. | |
4998 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
4999 Call unpack to do the real work. | |
5000 | |
6075 | 5001 2006-10-24 John W. Eaton <jwe@octave.org> |
5002 | |
6078 | 5003 * plot/plot3.m: If we have a format string, then also pass using |
5004 string to __plt3__. | |
5005 | |
6077 | 5006 * plot/sombrero.m: Don't return anything if nargout == 0. |
5007 | |
6075 | 5008 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 5009 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 5010 |
6069 | 5011 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
5012 | |
5013 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
5014 Quote filenames in shell commands. | |
5015 | |
6055 | 5016 2006-10-17 David Bateman <dbateman@free.fr> |
5017 | |
5018 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
5019 the package directory is missing. | |
5020 | |
6052 | 5021 2006-10-13 John W. Eaton <jwe@octave.org> |
5022 | |
5023 * plot/box.m: New function. | |
5024 | |
6050 | 5025 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
5026 | |
5027 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
5028 | |
6049 | 5029 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
5030 | |
5031 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
5032 | |
6047 | 5033 2006-10-10 John W. Eaton <jwe@octave.org> |
5034 | |
5035 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
5036 | |
6046 | 5037 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
5038 | |
5039 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
5040 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
5041 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
5042 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
5043 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
5044 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
5045 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
5046 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
5047 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
5048 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
5049 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
5050 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
5051 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
5052 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
5053 control/system/buildssic.m, control/system/c2d.m, | |
5054 control/system/cellidx.m, control/system/d2c.m, | |
5055 control/system/dmr2d.m, control/system/fir2sys.m, | |
5056 control/system/is_abcd.m, control/system/is_controllable.m, | |
5057 control/system/is_detectable.m, control/system/is_digital.m, | |
5058 control/system/is_observable.m, control/system/is_siso.m, | |
5059 control/system/is_stabilizable.m, control/system/is_stable.m, | |
5060 control/system/jet707.m, control/system/listidx.m, | |
5061 control/system/ord2.m, control/system/parallel.m, | |
5062 control/system/ss.m, control/system/ss2zp.m, | |
5063 control/system/starp.m, control/system/sys2ss.m, | |
5064 control/system/sys2tf.m, control/system/sys2zp.m, | |
5065 control/system/sysadd.m, control/system/sysappend.m, | |
5066 control/system/syschtsam.m, control/system/sysconnect.m, | |
5067 control/system/syscont.m, control/system/sysdimensions.m, | |
5068 control/system/sysdisc.m, control/system/sysdup.m, | |
5069 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
5070 control/system/sysgroup.m, control/system/sysidx.m, | |
5071 control/system/sysmin.m, control/system/sysmult.m, | |
5072 control/system/sysout.m, control/system/sysprune.m, | |
5073 control/system/sysscale.m, control/system/syssetsignals.m, | |
5074 control/system/syssub.m, control/system/sysupdate.m, | |
5075 control/system/tf.m, control/system/tfout.m, | |
5076 control/system/ugain.m, control/system/zp.m, | |
5077 control/system/zpout.m, control/util/__outlist__.m, | |
5078 control/util/__zgpbal__.m, control/util/prompt.m, | |
5079 control/util/sortcom.m, control/util/strappend.m, | |
5080 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
5081 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
5082 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
5083 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
5084 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
5085 finance/pvl.m, finance/rate.m, finance/vol.m, | |
5086 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
5087 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
5088 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
5089 general/cumtrapz.m, general/deal.m, general/diff.m, | |
5090 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
5091 general/ind2sub.m, general/int2str.m, | |
5092 general/is_duplicate_entry.m, general/isdefinite.m, | |
5093 general/isequal.m, general/isequalwithequalnans.m, | |
5094 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
5095 general/isvector.m, general/logical.m, general/logspace.m, | |
5096 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
5097 general/perror.m, general/postpad.m, general/prepad.m, | |
5098 general/randperm.m, general/rem.m, general/repmat.m, | |
5099 general/rot90.m, general/rotdim.m, general/shift.m, | |
5100 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
5101 general/sub2ind.m, general/trapz.m, general/tril.m, | |
5102 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
5103 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
5104 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
5105 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
5106 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
5107 linear-algebra/cross.m, linear-algebra/dmult.m, | |
5108 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
5109 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
5110 linear-algebra/logm.m, linear-algebra/norm.m, | |
5111 linear-algebra/null.m, linear-algebra/orth.m, | |
5112 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
5113 linear-algebra/trace.m, linear-algebra/vec.m, | |
5114 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
5115 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
5116 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
5117 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
5118 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
5119 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
5120 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
5121 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
5122 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
5123 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
5124 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
5125 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
5126 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
5127 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
5128 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
5129 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
5130 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
5131 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
5132 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
5133 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
5134 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
5135 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
5136 polynomial/polyder.m, polynomial/polyderiv.m, | |
5137 polynomial/polyfit.m, polynomial/polygcd.m, | |
5138 polynomial/polyinteg.m, polynomial/polyout.m, | |
5139 polynomial/polyreduce.m, polynomial/polyval.m, | |
5140 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
5141 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
5142 set/complement.m, set/create_set.m, set/intersect.m, | |
5143 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
5144 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
5145 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
5146 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
5147 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
5148 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
5149 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
5150 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
5151 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
5152 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
5153 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
5154 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
5155 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
5156 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
5157 special-matrix/hankel.m, special-matrix/hilb.m, | |
5158 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
5159 special-matrix/toeplitz.m, special-matrix/vander.m, | |
5160 statistics/base/center.m, statistics/base/cloglog.m, | |
5161 statistics/base/cor.m, statistics/base/corrcoef.m, | |
5162 statistics/base/cov.m, statistics/base/cut.m, | |
5163 statistics/base/gls.m, statistics/base/iqr.m, | |
5164 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
5165 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
5166 statistics/base/mean.m, statistics/base/meansq.m, | |
5167 statistics/base/median.m, statistics/base/moment.m, | |
5168 statistics/base/ols.m, statistics/base/ppplot.m, | |
5169 statistics/base/probit.m, statistics/base/qqplot.m, | |
5170 statistics/base/range.m, statistics/base/ranks.m, | |
5171 statistics/base/run_count.m, statistics/base/skewness.m, | |
5172 statistics/base/spearman.m, statistics/base/statistics.m, | |
5173 statistics/base/std.m, statistics/base/studentize.m, | |
5174 statistics/base/table.m, statistics/base/values.m, | |
5175 statistics/base/var.m, statistics/distributions/betacdf.m, | |
5176 statistics/distributions/betainv.m, | |
5177 statistics/distributions/betapdf.m, | |
5178 statistics/distributions/betarnd.m, | |
5179 statistics/distributions/binocdf.m, | |
5180 statistics/distributions/binoinv.m, | |
5181 statistics/distributions/binopdf.m, | |
5182 statistics/distributions/binornd.m, | |
5183 statistics/distributions/cauchy_cdf.m, | |
5184 statistics/distributions/cauchy_inv.m, | |
5185 statistics/distributions/cauchy_pdf.m, | |
5186 statistics/distributions/cauchy_rnd.m, | |
5187 statistics/distributions/chi2cdf.m, | |
5188 statistics/distributions/chi2inv.m, | |
5189 statistics/distributions/chi2pdf.m, | |
5190 statistics/distributions/chi2rnd.m, | |
5191 statistics/distributions/discrete_cdf.m, | |
5192 statistics/distributions/discrete_inv.m, | |
5193 statistics/distributions/discrete_pdf.m, | |
5194 statistics/distributions/discrete_rnd.m, | |
5195 statistics/distributions/empirical_rnd.m, | |
5196 statistics/distributions/expcdf.m, | |
5197 statistics/distributions/expinv.m, | |
5198 statistics/distributions/exppdf.m, | |
5199 statistics/distributions/exprnd.m, | |
5200 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
5201 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
5202 statistics/distributions/gamcdf.m, | |
5203 statistics/distributions/gaminv.m, | |
5204 statistics/distributions/gampdf.m, | |
5205 statistics/distributions/gamrnd.m, | |
5206 statistics/distributions/geocdf.m, | |
5207 statistics/distributions/geoinv.m, | |
5208 statistics/distributions/geopdf.m, | |
5209 statistics/distributions/geornd.m, | |
5210 statistics/distributions/hygecdf.m, | |
5211 statistics/distributions/hygeinv.m, | |
5212 statistics/distributions/hygepdf.m, | |
5213 statistics/distributions/hygernd.m, | |
5214 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
5215 statistics/distributions/laplace_cdf.m, | |
5216 statistics/distributions/laplace_inv.m, | |
5217 statistics/distributions/laplace_pdf.m, | |
5218 statistics/distributions/laplace_rnd.m, | |
5219 statistics/distributions/logistic_cdf.m, | |
5220 statistics/distributions/logistic_inv.m, | |
5221 statistics/distributions/logistic_pdf.m, | |
5222 statistics/distributions/logistic_rnd.m, | |
5223 statistics/distributions/logncdf.m, | |
5224 statistics/distributions/logninv.m, | |
5225 statistics/distributions/lognpdf.m, | |
5226 statistics/distributions/lognrnd.m, | |
5227 statistics/distributions/normcdf.m, | |
5228 statistics/distributions/norminv.m, | |
5229 statistics/distributions/normpdf.m, | |
5230 statistics/distributions/normrnd.m, | |
5231 statistics/distributions/pascal_cdf.m, | |
5232 statistics/distributions/pascal_inv.m, | |
5233 statistics/distributions/pascal_pdf.m, | |
5234 statistics/distributions/pascal_rnd.m, | |
5235 statistics/distributions/poisscdf.m, | |
5236 statistics/distributions/poissinv.m, | |
5237 statistics/distributions/poisspdf.m, | |
5238 statistics/distributions/poissrnd.m, | |
5239 statistics/distributions/stdnormal_cdf.m, | |
5240 statistics/distributions/stdnormal_inv.m, | |
5241 statistics/distributions/stdnormal_pdf.m, | |
5242 statistics/distributions/stdnormal_rnd.m, | |
5243 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
5244 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
5245 statistics/distributions/unifcdf.m, | |
5246 statistics/distributions/unifinv.m, | |
5247 statistics/distributions/unifpdf.m, | |
5248 statistics/distributions/unifrnd.m, | |
5249 statistics/distributions/wblcdf.m, | |
5250 statistics/distributions/wblinv.m, | |
5251 statistics/distributions/wblpdf.m, | |
5252 statistics/distributions/wblrnd.m, | |
5253 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
5254 statistics/tests/bartlett_test.m, | |
5255 statistics/tests/chisquare_test_homogeneity.m, | |
5256 statistics/tests/chisquare_test_independence.m, | |
5257 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
5258 statistics/tests/hotelling_test.m, | |
5259 statistics/tests/hotelling_test_2.m, | |
5260 statistics/tests/kolmogorov_smirnov_test.m, | |
5261 statistics/tests/kolmogorov_smirnov_test_2.m, | |
5262 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
5263 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
5264 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
5265 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
5266 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
5267 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
5268 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
5269 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
5270 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
5271 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
5272 strings/index.m, strings/isletter.m, strings/lower.m, | |
5273 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
5274 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
5275 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
5276 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
5277 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
5278 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
5279 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
5280 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
5281 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5282 time/etime.m, time/is_leap_year.m: | |
5283 Use print_usage instead of usage. | |
5284 | |
6044 | 5285 2006-10-09 David Bateman <dbateman@free.fr> |
5286 | |
5287 * time/datevec.m: Add additional compatible default parsing strings. | |
5288 | |
6395 | 5289 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 5290 |
6042 | 5291 * pkg/pkg.m: Remove trailing "\n" from error messages. |
5292 Remove compare_versions subfunction. | |
5293 | |
5294 * miscellaneous/compare_versions.m: New function to compare | |
5295 version numbers as strings with any boolean operators. | |
5296 | |
6041 | 5297 * miscellaneous/untar.m: Check more rigorously to see if the tar |
5298 file exists. | |
5299 | |
6036 | 5300 2006-10-04 John W. Eaton <jwe@octave.org> |
5301 | |
5302 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
5303 | |
6032 | 5304 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
5305 | |
6037 | 5306 * pkg/pkg.m: Update docs. Handle prefix option. |
5307 Handle dependencies for load option. | |
6032 | 5308 |
6029 | 5309 2006-10-04 John W. Eaton <jwe@octave.org> |
5310 | |
6030 | 5311 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
5312 | |
5313 * plot/clg.m: Delete. | |
5314 * plot/__init_plot_vars__.m: New function. | |
5315 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 5316 |
6025 | 5317 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
5318 | |
5319 * pkg/pkg.m: Avoid calling addpath with no args. | |
5320 | |
6024 | 5321 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
5322 | |
5323 * audio/loadaudio.m, control/base/nyquist.m, | |
5324 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
5325 linear-algebra/krylov.m, statistics/base/center.m, | |
5326 statistics/base/median.m, statistics/base/std.m, | |
5327 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
5328 find first or last element matching a condition. | |
5329 | |
6023 | 5330 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
5331 | |
5332 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
5333 general/__isequal__.m: Minimize looping using cellfun. | |
5334 | |
6020 | 5335 2006-10-02 David Bateman <dbateman@free.fr> |
5336 | |
5337 * pkg/pkg.m (copy_files): always create installation directory. | |
5338 | |
6016 | 5339 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
5340 | |
5341 * miscellaneous/doc.m: Swap file and directory args to info. | |
5342 | |
5343 2006-10-01 Arno Onken <whyly@gmx.net> | |
5344 | |
5345 * statistics/distributions/exprnd.m: Fix typo. | |
5346 | |
6014 | 5347 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
5348 | |
5349 * polynomial/ppval.m: Use .' instead of '. | |
5350 * polynomial/spline.m: Likewise. New tests. | |
5351 | |
6004 | 5352 2006-09-26 David Bateman <dbateman@free.fr> |
5353 | |
5354 * __plt3__.m: Using global variables __plot_data__, | |
5355 __plot_data_offset__ and __plot_command__ to store plots and | |
5356 correctly handle multiplots, and hold state. Only accept a single | |
5357 data parameter plus, using, format and with strings. Remove | |
5358 setting of gnuplot parameters. | |
5359 * __make_using_clause__.m: New function extracted from __plt__.m. | |
5360 * __setup_plot__.m: Convert to a function and pass the plotting | |
5361 command to use. | |
5362 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
5363 * contour.m: Use unwind protect on the parametric state of plot | |
5364 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
5365 * mesh.m: ditto. | |
5366 * plot3.m: Error checking, setting of parametric state and | |
5367 formation of matrix to plot moved from old __plt3__. | |
5368 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5369 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 5370 |
5997 | 5371 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 5372 |
5373 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
5374 | |
5375 * signal/filter2.m: Correct texinfo doc. | |
5376 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5377 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 5378 |
5379 * miscellaneous/parseparams.m: Correct texinfo doc. | |
5380 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5381 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 5382 |
5383 * pkg/pkg.m (prepare_installation): Don't create package | |
5384 installation directory here. | |
5385 (copy_files): Create it here instead, to avoid issues with | |
5386 upgrades. Also install the COPYING file in packinfo. | |
5387 | |
5989 | 5388 2006-09-13 John W. Eaton <jwe@octave.org> |
5389 | |
5390 * general/blkdiag.m: Adjust to new cellfun rules. | |
5391 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5392 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 5393 |
5394 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
5395 error message for archive name not matching package name. | |
5396 (installed_packages): Size header of printed results to | |
5397 arguments. Sort the list of installed packages before printing | |
5398 them. | |
5399 | |
5986 | 5400 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
5401 | |
5402 * signal/freqz.m: Update tests. | |
5403 | |
5404 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
5405 | |
5406 * signal/freqz.m: Corretly postpad arrays. | |
5407 Don't call fliplr on a column vector. | |
5408 | |
5984 | 5409 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
5410 | |
5411 * general/shiftdim.m: Use permute instead of reshape. | |
5412 | |
5981 | 5413 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
5414 | |
5415 * miscellaneous/parseparams.m: New function. | |
5416 | |
5980 | 5417 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
5418 | |
5419 * miscellaneous/doc.m: Swap order of --file and --directory | |
5420 options for info program invocation. | |
5421 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5422 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 5423 |
5987 | 5424 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 5425 previous change. |
5426 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5427 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 5428 |
5429 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
5430 absence of trailing "/" in OCTAVE_HOME. | |
5431 | |
5973 | 5432 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
5433 | |
5434 * time/datenum.m: Allow arg to be character string. | |
5435 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5436 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 5437 |
5438 * pkg/pkg.m (install): Verify that package name correponds to the | |
5439 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
5440 they are empty. If package directory is empty, remove it to fail | |
5441 gracefully for system specific packages. | |
5442 (extract_pkgadd, create_pkgadd): delete. | |
5443 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
5444 (copy_files): Install both bin/ and doc/ directories, adding the | |
5445 bin/ to the EXEC_PATH when the package is loaded. | |
5446 | |
5962 | 5447 2006-08-24 John W. Eaton <jwe@octave.org> |
5448 | |
5449 * image/saveimage.m: Use logical indexing instead of | |
5450 indices computed by calling find on the logical index. | |
5451 | |
5961 | 5452 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5453 | |
5967 | 5454 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 5455 Use logical indexing instead of indices computed by calling find |
5456 on the logical index. | |
5457 | |
5458 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 5459 |
5959 | 5460 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
5461 | |
5462 * control/system/tf2zp.m: Simplify gain calculation. | |
5463 | |
5958 | 5464 2006-08-23 John W. Eaton <jwe@octave.org> |
5465 | |
5466 * plot/__plt__.m: Insert using clauses for all plots. | |
5467 | |
5957 | 5468 2006-08-23 A S Hodel <hodelas@auburn.edu> |
5469 | |
5470 * control/system/sysscale.m: Call tf and zp with correct number of | |
5471 args. | |
5472 | |
5955 | 5473 2006-08-22 David Bateman <dbateman@free.fr> |
5474 | |
5475 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
5476 Search inst/*.m and src/*.m files in the package for | |
5477 PKG_ADD directives and append user supplied PKG_ADD. | |
5478 (pkg): Call create_pkgadd after copying files. | |
5479 | |
5947 | 5480 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5481 | |
5482 * pkg/pkg.m: Handle multiple packages in a single file. | |
5483 Insert directory separator between OCTAVE_HOME and rest of package | |
5484 installation directory. | |
5485 | |
5486 2006-08-21 John W. Eaton <jwe@octave.org> | |
5487 | |
5488 * general/num2str.m: Early return if arg is empty. | |
5489 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
5490 | |
5946 | 5491 2006-08-21 David Bateman <dbateman@free.fr> |
5492 | |
5493 * strings/mat2str.m: Compute NC before using. | |
5494 | |
5937 | 5495 2006-08-17 John W. Eaton <jwe@octave.org> |
5496 | |
5497 * audio/wavread.m: Fix calculation of sample count. | |
5498 | |
5934 | 5499 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5500 | |
5501 * image/imshow.m: New Matlab-compatible version. | |
5502 | |
5930 | 5503 2006-08-15 John W. Eaton <jwe@octave.org> |
5504 | |
5505 * deprecated/is_global.m: Delete. | |
5506 | |
5928 | 5507 2006-08-14 John W. Eaton <jwe@octave.org> |
5508 | |
5509 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
5510 | |
5926 | 5511 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5512 | |
5513 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
5514 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
5515 | |
5928 | 5516 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5517 | |
6778 | 5518 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 5519 Use addpath and rmpath instead of manipulating LOADPATH. |
5520 Handle changes to system function. | |
5521 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
5522 recursive directory removal. | |
5922 | 5523 |
5924 | 5524 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
5525 | |
6778 | 5526 * colormap.m: Change global variable to persistent. |
5923 | 5527 |
5922 | 5528 * rgb2ind.m: Handle single 3-d array as rgb image. |
5529 | |
5920 | 5530 2006-08-14 John W. Eaton <jwe@octave.org> |
5531 | |
5532 * strings/str2double.m: Fix missing semicolon. | |
5533 | |
5910 | 5534 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
5535 | |
5536 * plot/plot3.m: Accept one complex or one real and one complex | |
5537 argument and plot real and imaginary components for y and z. | |
5538 | |
5908 | 5539 2006-07-27 John W. Eaton <jwe@octave.org> |
5540 | |
5541 * testfun/test.m: Call fflush after each block of calls to | |
5542 fprintf, fputs, or fdisp. | |
5543 | |
5904 | 5544 2006-07-26 John W. Eaton <jwe@octave.org> |
5545 | |
5546 * miscellaneous/mex.m: New function. | |
5547 | |
5901 | 5548 2006-07-22 John W. Eaton <jwe@octave.org> |
5549 | |
5550 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
5551 | |
5881 | 5552 2006-07-07 John W. Eaton <jwe@octave.org> |
5553 | |
5554 * miscellaneous/orderfields.m: New file. | |
5555 | |
5873 | 5556 2006-06-30 John W. Eaton <jwe@octave.org> |
5557 | |
5558 * time/datevec.m: Make another attempt to account for precision of | |
5559 datenum format. | |
5560 | |
5868 | 5561 2006-06-29 John W. Eaton <jwe@octave.org> |
5562 | |
5563 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
5564 Use feval instead of "type -q" to get values now that all the | |
5565 symbols are functions. | |
5566 | |
5860 | 5567 2006-06-16 John W. Eaton <jwe@octave.org> |
5568 | |
5569 * time/datevec.m: Avoid computing log of non-positive values. | |
5570 | |
5859 | 5571 2006-06-14 John W. Eaton <jwe@octave.org> |
5572 | |
5573 * time/datevec.m: Attempt to account for precision of datenum format. | |
5574 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5575 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 5576 |
5577 * audio/wavread.m: Fix file range error and add read support for | |
5578 24-bit WAV files. | |
5579 | |
5837 | 5580 2006-06-01 David Bateman <dbateman@free.fr> |
5581 | |
5582 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
5583 general/interp1.m, general/gradient.m, general/interp2.m, | |
5584 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
5585 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
5586 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
5587 | |
5835 | 5588 2006-05-31 Bill Denney <bill@givebillmoney.com> |
5589 | |
5590 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
5591 * miscellaneous/texas_lotto.m: Fix warning message. | |
5592 | |
5830 | 5593 2006-05-26 John W. Eaton <jwe@octave.org> |
5594 | |
5595 * miscellaneous/doc.m: Also handle nargin == 0. | |
5596 | |
5829 | 5597 2006-05-23 John W. Eaton <jwe@octave.org> |
5598 | |
5599 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
5600 really needed. | |
5601 | |
5827 | 5602 2006-05-22 John W. Eaton <jwe@octave.org> |
5603 | |
6754 | 5604 * general/lookup.m: New file from Octave Forge. |
5827 | 5605 |
5606 2006-05-22 David Bateman <dbateman@free.fr> | |
5607 | |
6754 | 5608 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
5609 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
5610 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
5611 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
5612 special-matrix/magic.m, special-matrix/hadamard.m, | |
5613 strings/strtok.m: New files from Octave Forge. | |
5827 | 5614 |
5824 | 5615 2006-05-19 David Bateman <dbateman@free.fr> |
5616 | |
5617 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 5618 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 5619 |
5821 | 5620 2006-05-17 John W. Eaton <jwe@octave.org> |
5621 | |
5622 * set/intersection.m: Delete | |
5623 * deprecated/intersection.m: New file. | |
5624 | |
5820 | 5625 2006-05-17 David Bateman <dbateman@free.fr> |
5626 | |
5627 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
5628 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
5629 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
5630 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
5631 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
5632 Forge. | |
5633 | |
5809 | 5634 2006-05-11 John W. Eaton <jwe@octave.org> |
5635 | |
5815 | 5636 * path/path.m: Delete (now a built-in function). |
5637 | |
5811 | 5638 * pkg/Makefile.in: New file. |
5639 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 5640 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 5641 |
5808 | 5642 2006-05-10 John W. Eaton <jwe@octave.org> |
5643 | |
5644 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
5645 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
5646 | |
8149 | 5647 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 5648 |
5649 * tar.m, untar.m, unzip.m: New files. | |
5650 | |
5801 | 5651 2006-05-10 John W. Eaton <jwe@octave.org> |
5652 | |
5804 | 5653 * path/addpath.m, path/rmpath.m: Improve compatibility. |
5654 * path/setpath.m: Delete. | |
5655 | |
5801 | 5656 * pkg/pkg.m: New file. |
5657 | |
5798 | 5658 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
5659 | |
5660 * plot/plot.m: Doc string fix. | |
5661 | |
5662 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
5663 | |
5664 * testfun/speeed.m: Use new interface to unique and assert. | |
5665 Improve documentation. Approximate time complexity from log-log | |
5666 plot. Return time complexity and raw times if requested. The | |
5667 mean ratio is no longer returned. Provide complete control over | |
5668 which n are computed. | |
5669 | |
5670 2006-05-09 John W. Eaton <jwe@octave.org> | |
5671 | |
5672 * path/path.m: Move here from miscellaneous. | |
5673 Adapt to new LOADPATH definition. | |
5674 | |
5789 | 5675 2006-05-03 David Bateman <dbateman@free.fr> |
5676 | |
5677 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
5678 explicit uses of a path seperation character with pathsep(). | |
5679 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5680 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 5681 |
6778 | 5682 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 5683 |
5781 | 5684 2006-04-29 John W. Eaton <jwe@octave.org> |
5685 | |
5686 * startup/main-rcfile: Disable some warnings. | |
5687 | |
5762 | 5688 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
5689 | |
5690 * strings/strcmpi.m: Return false instead of error if args are not | |
5691 char or cellstr. | |
5692 | |
5750 | 5693 2006-04-10 John W. Eaton <jwe@octave.org> |
5694 | |
5695 * miscellaneous/dir.m: Ensure that returned structure array is | |
5696 Nx1, not 1xN. | |
5697 | |
5746 | 5698 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
5699 | |
5700 * plot/hist.m: Ignore NaN in inputs. | |
5701 | |
5745 | 5702 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
5703 | |
5704 * miscellaneous/mkoctfile.m: Doc string fix. | |
5705 | |
5741 | 5706 2006-04-05 John W. Eaton <jwe@octave.org> |
5707 | |
5708 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
5709 are both empty. | |
5710 * plot/__plt__.m: Ignore empty data and format strings returned | |
5711 from __plt1__ or __plt2__. | |
5712 | |
5737 | 5713 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
5714 | |
6778 | 5715 * set/unique.m: Properly handle single column input when |
5737 | 5716 "rows" is specified. |
5717 | |
5732 | 5718 2006-04-04 John W. Eaton <jwe@octave.org> |
5719 | |
5736 | 5720 * path/setpath.m: New file. |
5721 * path/savepath.m: Use setpath to set path instead of assigning | |
5722 directly to LOADPATH. | |
5723 | |
5732 | 5724 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
5725 New files, adapted from Octave Forge by Keith Goodman | |
5726 <kwgoodman@gmail.com>. | |
5727 * path: New directory. | |
5728 * Makefile.in (SUBDIRS): Add it to the list. | |
5729 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
5730 | |
5731 | 5731 2006-04-02 David Bateman <dbateman@free.fr> |
5732 | |
5733 * general/tril.m, general.triu.m: | |
5734 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
5735 to allow user types to work correctly. | |
5736 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
5737 | |
5727 | 5738 2006-04-03 David Bateman <dbateman@free.fr> |
5739 | |
5740 * plot/grid.m: Cache the state of the grid to allow toggling. | |
5741 Accept keyword "minor" for minor grid. | |
5742 | |
5721 | 5743 2006-03-28 John W. Eaton <jwe@octave.org> |
5744 | |
5745 * general/isscalar.m: Only require that all dimensions are 1 for | |
5746 compatiblity. | |
5747 | |
5748 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
5749 | |
5750 * general/isvector.m: Allow non-numeric objects to be vectors for | |
5751 compatibility. | |
5752 | |
5720 | 5753 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
5754 | |
5755 * plot/__errplot__.m: Doc string fix. | |
5756 | |
5757 * miscellaneous/doc.m: Mark as command. | |
5758 | |
5759 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
5760 general/isequalwithequalnans.m, general/blkdiag.m, | |
5761 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
5762 | |
5717 | 5763 2006-03-27 Don Bindner <dbindner@truman.edu> |
5764 | |
5765 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
5766 return 3d matrices. | |
5767 | |
5768 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
5769 | |
5770 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
5771 | |
5708 | 5772 2006-03-22 John W. Eaton <jwe@octave.org> |
5773 | |
5774 * plot/print.m: Don't replot after popping terminal setting. | |
5775 | |
5696 | 5776 2006-03-20 John W. Eaton <jwe@octave.org> |
5777 | |
5778 * miscellaneous/mkoctfile.m: Use version-specific name of | |
5779 mkoctfile. Use fullfile to construct file name. | |
5780 | |
5695 | 5781 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
5782 | |
5783 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
5784 shell script from Octave prompt. | |
5785 | |
5690 | 5786 2006-03-17 John W. Eaton <jwe@octave.org> |
5787 | |
5693 | 5788 * deprecated/weibcdf.m, deprecated/weibinv.m, |
5789 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
5790 | |
5791 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
5792 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
5793 Call new wbl functions to do the real work. | |
5794 Swap args and provide default values as necessary to preserve | |
5795 compatibility with old version of Octave. | |
5796 | |
5797 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
5798 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
5799 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
5800 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
5801 Swap scale and shape args for compatibility. | |
5802 | |
5692 | 5803 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
5804 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
5805 Preserve compatibility with old versions of Octave given new | |
5806 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 5807 |
5692 | 5808 * statistics/distributions/logncdf.m, |
5809 statistics/distributions/logninv.m, | |
5810 statistics/distributions/lognpdf.m, | |
5811 statistics/distributions/lognrnd.m: Compatibility fixes. | |
5812 From Ben Barrowes <barrowes@alum.mit.edu> | |
5813 | |
5691 | 5814 * deprecated/hypergeometric_rnd.m: Update interface to match |
5815 current 2.1.x version. | |
5816 | |
5817 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
5818 | |
5690 | 5819 * miscellaneous/dir.m: Use readdir instead of glob. |
5820 Special case for "." to avoid globbing. Use list_in_columns. | |
5821 Eliminate unused variables len and finfo. | |
5822 | |
5689 | 5823 2006-03-16 Bill Denney <bill@givebillmoney.com> |
5824 | |
5825 * miscellaneous/dir.m: Improve compatibility. | |
5826 | |
5687 | 5827 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5828 | |
5829 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5830 time/now.m, time/weekday.m: New functions from Octave Forge. | |
5831 | |
5686 | 5832 2006-03-16 John W. Eaton <jwe@octave.org> |
5833 | |
5834 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
5835 of looking at sum of max dimensions. | |
5836 | |
5681 | 5837 2006-03-16 David Bateman <dbateman@free.fr> |
5838 | |
5839 * testfun/test.m: Clear last warning before warning test to avoid | |
5840 issues with previously set warnings. | |
5841 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
5842 sparse matrices. Force matrix type from spqr solution to be | |
5843 singular to force QR solvers to be used for assert. | |
5844 | |
5678 | 5845 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5846 | |
5847 * strings/strfind.m: New file. | |
5848 | |
5677 | 5849 2006-03-16 John W. Eaton <jwe@octave.org> |
5850 | |
5851 * general/rows.m, general/columns.m: Delete. | |
5852 | |
5674 | 5853 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5854 | |
5855 * strings/strcmpi.m: Simplify. | |
5856 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 5857 * strings/strtrunc.m: New file. |
5674 | 5858 |
5676 | 5859 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
5860 | |
5672 | 5861 2006-03-15 John W. Eaton <jwe@octave.org> |
5862 | |
5863 * miscellaneous/doc.m: New file. | |
8149 | 5864 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 5865 |
5671 | 5866 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
5867 | |
5868 * miscellaneous/mkoctfile.m: New file. | |
5869 | |
5670 | 5870 2006-03-15 John W. Eaton <jwe@octave.org> |
5871 | |
5872 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
5873 | |
5666 | 5874 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
5875 | |
5876 * strings/bin2dec.m: Doc fix. | |
5877 | |
5661 | 5878 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
5879 | |
5880 * time/etime.m: Use datenum to support times spanning year boundaries. | |
5881 * time/datenum.m: New function to compute day number from time. | |
5882 | |
5659 | 5883 2006-03-09 John W. Eaton <jwe@octave.org> |
5884 | |
5885 * miscellaneous/unix.m, plot/print.m: | |
5886 Swap order of outputs from system. | |
5887 | |
5642 | 5888 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
5889 | |
5890 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
5891 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
5892 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
5893 control/base/__stepimp__.m, control/base/are.m, | |
5894 control/base/controldemo.m, control/base/damp.m, | |
5895 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
5896 control/base/step.m, control/system/abcddim.m, | |
5897 control/system/is_abcd.m, control/system/is_controllable.m, | |
5898 control/system/is_detectable.m, control/system/is_observable.m, | |
5899 control/system/is_stabilizable.m, control/system/is_stable.m, | |
5900 control/system/jet707.m, control/system/sys2fir.m, | |
5901 control/system/sysdimensions.m, control/system/sysupdate.m, | |
5902 control/system/tfout.m, control/system/ugain.m, | |
5903 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
5904 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
5905 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
5906 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
5907 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
5908 general/circshift.m, general/columns.m, general/flipdim.m, | |
5909 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
5910 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
5911 general/isequalwithequalnans.m, general/isscalar.m, | |
5912 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
5913 general/logspace.m, general/mod.m, general/nextpow2.m, | |
5914 general/num2str.m, general/perror.m, general/pol2cart.m, | |
5915 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
5916 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
5917 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
5918 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
5919 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
5920 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
5921 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
5922 miscellaneous/license.m, miscellaneous/menu.m, | |
5923 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
5924 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
5925 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
5926 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
5927 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
5928 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
5929 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
5930 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
5931 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
5932 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
5933 polynomial/polyinteg.m, polynomial/polyout.m, | |
5934 polynomial/polyreduce.m, polynomial/polyval.m, | |
5935 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
5936 set/create_set.m, set/intersection.m, set/ismember.m, | |
5937 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
5938 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
5939 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
5940 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
5941 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
5942 special-matrix/hilb.m, special-matrix/invhilb.m, | |
5943 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
5944 special-matrix/vander.m, statistics/base/median.m, | |
5945 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
5946 statistics/distributions/gaminv.m, | |
5947 statistics/distributions/gampdf.m, | |
5948 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
5949 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
5950 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
5951 strings/lower.m, strings/upper.m, testfun/assert.m, | |
5952 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
5953 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
5954 | |
5633 | 5955 2006-02-27 John W. Eaton <jwe@octave.org> |
5956 | |
5957 * time/tic.m: Move here from miscellaneous/tic.m. | |
5958 * time/toc.m: Move here from miscellaneous/toc.m. | |
5959 | |
5960 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
5961 | |
5962 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
5963 does not assign output of toc to a variable. | |
5964 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5965 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 5966 |
5967 * axis.m: Catch limits that are the same and return an error. | |
5968 | |
5625 | 5969 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5970 | |
5971 * plot/print.m: Accept emf device option to support Enhanced | |
5972 Metafile format. | |
5973 | |
5974 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
5975 | |
5976 * control/base/lqe.m: Doc fix. | |
5977 | |
5623 | 5978 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
5979 | |
5980 * statistics/distributions/gamcdf.m: Doc fix. | |
5981 * statistics/distributions/gaminv.m: Doc fix. | |
5982 * statistics/distributions/gampdf.m: Doc fix. | |
5983 * statistics/distributions/gamrnd.m: Doc fix. | |
5984 | |
5610 | 5985 2006-02-09 David Bateman <dbateman@free.fr> |
5986 | |
6778 | 5987 * general/triu.m: Minimum change to allow sparse matrix. More needed |
5988 for arbitrary user type. | |
5989 * general/tril.m: ditto. | |
5990 * sparse/sprand.m: Doc fix. | |
5991 * sparse/sprandn.m: Ditto. | |
5992 * sparse/sprandsym.m: New function. | |
5993 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
5994 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
5995 Update for syntax error for latest texinfo.tex file. | |
5610 | 5996 |
5605 | 5997 2006-02-02 John W. Eaton <jwe@octave.org> |
5998 | |
5999 * plot/grid.m: Append ";\n" to "set grid" command. | |
6000 | |
6001 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
6002 | |
6003 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
6004 | |
5597 | 6005 2006-01-13 John W. Eaton <jwe@octave.org> |
6006 | |
6007 * audio/Makefile.in, control/base/Makefile.in, | |
6008 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
6009 control/system/Makefile.in, control/util/Makefile.in, | |
6010 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
6011 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
6012 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
6013 optimization/Makefile.in, plot/Makefile.in, | |
6014 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6015 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6016 special-matrix/Makefile.in, startup/Makefile.in, | |
6017 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6018 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6019 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
6020 (all): Depend on PKG_ADD. | |
6021 (PKG_ADD): New target. | |
6022 | |
6023 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
6024 | |
6025 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
6026 | |
5596 | 6027 2006-01-13 John W. Eaton <jwe@octave.org> |
6028 | |
6029 * time/etime.m: Move here from miscellaneous/etime.m. | |
6030 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
6031 | |
5595 | 6032 2006-01-13 Bill Denney <bill@givebillmoney.com> |
6033 | |
6778 | 6034 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 6035 * miscellaneous/fullfile.m: Likewise. |
6036 | |
5592 | 6037 2006-01-12 David Bateman <dbateman@free.fr> |
6038 | |
6039 * general/blkdiag.m: Compatible behavior for empty matrices | |
6040 * statistics/base/unidrnd.m: Documentation buglet. | |
6041 | |
5583 | 6042 2005-12-14 David Bateman <dbateman@free.fr> |
6043 | |
5589 | 6044 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
6045 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
6046 | |
6047 * Makefile.in (SUBDIRS): Include testfun. | |
6048 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
6049 | |
5583 | 6050 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
6051 | |
6052 * general/__isequal__.m: Remove reference to getfield. | |
6053 | |
6054 * plot/hist.m: Update test code for row/column discrepencies. | |
6055 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
6056 Update the test code for this. | |
6057 * sparse/spstats.m: Fix small bug in the dimension of output. | |
6058 | |
5579 | 6059 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6060 | |
6061 * cell/cell2mat.m: New file, from octave-forge. | |
6062 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6063 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 6064 |
6065 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
6066 New graph theory functions. | |
6067 | |
5574 | 6068 2005-12-13 John W. Eaton <jwe@octave.org> |
6069 | |
6070 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
6071 | |
6072 * control/system/ss.m: Doc fix. | |
6073 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6074 | |
5572 | 6075 2005-12-12 Michael Zeising <michael@michaels-website.de> |
6076 | |
6077 * audio/wavread.m, audio/wavwrite.m: | |
6078 Correct scaling for 8-bit linear pcm samples. | |
6079 Improve scaling for all other linear pcm resolutions. | |
6080 | |
5568 | 6081 2005-12-07 John W. Eaton <jwe@octave.org> |
6082 | |
6083 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
6084 | |
6085 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
6086 * strings/strjust.m: Likewise. | |
6087 | |
6088 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
6089 * signal/arma_rnd.m: Likewise. | |
6090 * strings/strcat.m: Likewise. | |
6091 * control/base/__freqresp__.m: Likewise. | |
6092 * control/base/place.m: Likewise. | |
6093 * control/base/pzmap.m: Likewise. | |
6094 * control/base/pzmap.m: Likewise. | |
6095 * control/system/sysappend.m: Likewise. | |
6096 * control/system/syscont.m: Likewise. | |
6097 * control/system/sysdisc.m: Likewise. | |
6098 * control/system/sysgroup.m: Likewise. | |
6099 * control/system/tfout.m: Likewise. | |
6100 * control/system/zpout.m: Likewise. | |
6101 * control/util/__outlist__.m: Likewise. | |
6102 | |
5567 | 6103 2005-12-06 John W. Eaton <jwe@octave.org> |
6104 | |
6105 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
6106 Avoid for loop in interleave/deinterleave steps. | |
6107 | |
5565 | 6108 2005-12-06 Michael Zeising <michael@michaels-website.de> |
6109 | |
6110 * audio/wavread.m, audio/wavwrite.m: New files. | |
6111 | |
5563 | 6112 2005-12-06 John W. Eaton <jwe@octave.org> |
6113 | |
6114 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
6115 | |
5560 | 6116 2005-12-05 John W. Eaton <jwe@octave.org> |
6117 | |
5561 | 6118 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 6119 |
5558 | 6120 2005-12-02 John W. Eaton <jwe@octave.org> |
6121 | |
6122 * miscellaneous/fileattrib.m: New function. | |
6123 | |
5556 | 6124 2005-12-01 John W. Eaton <jwe@octave.org> |
6125 | |
6126 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
6127 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
6128 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
6129 | |
5555 | 6130 2005-11-30 John W. Eaton <jwe@octave.org> |
6131 | |
6132 * linear-algebra/krylov.m: Format doc string. | |
6133 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6134 | |
5551 | 6135 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
6136 | |
6137 * general/blkdiag.m: Import from octave-forge. | |
6138 Ignore empty matrices in the input. Add tests. | |
5549 | 6139 |
6140 * general/isequal.m, general/isequalwithequalnans.m: | |
6141 New wrapper scripts for general/__isequal__.m. | |
6142 * general/__isequal__.m: Rename from general/isequal.m. | |
6143 New arg, nans_compare_equal. | |
6144 | |
5548 | 6145 2005-11-29 John W. Eaton <jwe@octave.org> |
6146 | |
6147 * miscellaneous/ver.m: Use new uname built-in function instead of | |
6148 calling system. Only append octave_forge_string if | |
6149 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
6150 Call license instead of hard-coding license info here. | |
6151 | |
6152 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 6153 __octave_licenses__. Use puts instead of disp. |
5548 | 6154 Use getuid and getpwuid instead of calling unix ("id -un"). |
6155 If nargout = 1, return license info instead of printing usage message. | |
6156 | |
5546 | 6157 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6158 | |
6159 * miscellaneous/ver.m: New file. | |
6160 * miscellaneous/license.m: New file. | |
6161 | |
5545 | 6162 2005-11-22 John W. Eaton <jwe@octave.org> |
6163 | |
6164 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
6165 gnuplot set command. | |
6166 | |
5539 | 6167 2005-11-15 John W. Eaton <jwe@octave.org> |
6168 | |
6169 * general/shiftdim.m: Doc fix. | |
6170 | |
5532 | 6171 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
6172 | |
6173 * set/unique.m: Doc string fix. | |
6174 | |
5527 | 6175 2005-11-01 John W. Eaton <jwe@octave.org> |
6176 | |
6177 * Makefile.in (distclean, maintainer-clean): | |
6178 Also remove autom4te.cache directory. | |
6179 From Quentin Spencer <qspencer@ieee.org>. | |
6180 | |
5518 | 6181 2005-10-28 John W. Eaton <jwe@octave.org> |
6182 | |
6183 * general/shiftdim.m: Compatibility fix for row vectors. | |
6184 Correct check for non-scalar non-integer shift. For positive | |
6185 N, shift is remainder of N and number of dims. Always return NS. | |
6186 Simplify. | |
6187 | |
5500 | 6188 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
6189 | |
6190 * general/randperm.m: Improve compatibility by allowing input | |
6191 value of zero. | |
6192 | |
5493 | 6193 2005-10-13 John W. Eaton <jwe@octave.org> |
6194 | |
6195 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
6196 If in multiplot mode, clear plot before issuing new plot command. | |
6197 | |
6198 * plot/__setup_plot__.m: New function. | |
6199 * plot/__plt__.m, plot__errplot__.m: Use it. | |
6200 Handle multiplot data and offsets here. | |
6201 | |
6202 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
6203 Move initialization to __setup_plot__.m. | |
6204 | |
6205 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
6206 Don't reset gnuplot_command_replot. | |
6207 | |
6208 * plot/replot.m: Handle multiplot data and offsets here. | |
6209 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
6210 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
6211 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
6212 | |
5489 | 6213 2005-10-12 John W. Eaton <jwe@octave.org> |
6214 | |
6215 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
6216 | |
5482 | 6217 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
6218 | |
6219 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
6220 weibrnd.m: Removed calls and references to deprecated _pdf and | |
6221 _inv functions. | |
6222 * chi2pdf.m: Fixed typos in the documentation. | |
6223 | |
5475 | 6224 2005-09-28 John W. Eaton <jwe@octave.org> |
6225 | |
5476 | 6226 * miscellaneous/single.m: New function. |
6227 | |
5475 | 6228 * statistics/base/unidrnd.m: New function. |
6229 | |
5474 | 6230 2005-09-27 John W. Eaton <jwe@octave.org> |
6231 | |
6232 * miscellaneous/dir.m: Filename never includes directory part. | |
6233 | |
5464 | 6234 2005-09-22 John W. Eaton <jwe@octave.org> |
6235 | |
6236 * polynomial/residue.m: Use logical indexing instead of find.. | |
6237 | |
6238 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
6239 | |
6240 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
6241 and zero poles. | |
6242 | |
5462 | 6243 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
6244 | |
6245 * strings/deblank.m: Handle cell arrays. | |
6246 * strings/split.m: New argument, N, to limit number of splits. | |
6247 | |
6248 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
6249 | |
6250 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
6251 | |
5460 | 6252 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
6253 | |
6254 * control/base/rlocus.m: Doc fix. | |
6255 | |
5459 | 6256 2005-09-20 John W. Eaton <jwe@octave.org> |
6257 | |
6258 * general/isvector.m: Improve compatibility. | |
6259 | |
6260 * general/postpad.m: Allow first argument to be a scalar. | |
6261 Allow padding to extend dimensionality. | |
6262 * general/prepad.m: Likewise. | |
6263 | |
5448 | 6264 2005-09-14 Daniel <durbano@shbano.com> |
6265 | |
6266 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 6267 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
6268 /control/base/dgram.m: Doc string fixes. | |
5448 | 6269 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
6270 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6271 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 6272 |
6273 * saveimage.m: Do not ignore most significant bit when writing | |
6274 black and white images to file. | |
6275 | |
5443 | 6276 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
6277 | |
6278 * audio/playaudio.m, control/base/__bodquist__.m, | |
6279 control/base/lqg.m, control/obsolete/dezero.m, | |
6280 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
6281 control/system/c2d.m, control/system/cellidx.m, | |
6282 control/system/d2c.m, control/system/dmr2d.m, | |
6283 control/system/is_signal_list.m, control/system/listidx.m, | |
6284 control/system/ss.m, control/system/sysappend.m, | |
6285 control/system/sysconnect.m, control/system/sysdup.m, | |
6286 control/system/sysgetsignals.m, control/system/sysidx.m, | |
6287 control/system/sysprune.m, control/system/syssetsignals.m, | |
6288 control/system/tfout.m, control/system/zpout.m, | |
6289 control/util/prompt.m, control/util/sortcom.m, | |
6290 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
6291 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
6292 general/num2str.m, general/repmat.m, general/sortrows.m, | |
6293 general/strerror.m, image/colormap.m, image/imshow.m, | |
6294 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
6295 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
6296 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
6297 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
6298 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
6299 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
6300 plot/print.m, plot/title.m, plot/top_title.m, | |
6301 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
6302 statistics/base/mean.m, statistics/base/moment.m, | |
6303 statistics/tests/cor_test.m, | |
6304 statistics/tests/kolmogorov_smirnov_test.m, | |
6305 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6306 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
6307 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6308 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6309 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6310 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6311 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6312 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
6313 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6314 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6315 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
6316 Avoid deprecated functions. Use ischar instead of isstr. Use | |
6317 isvector instead of is_vector. Use isstruct instead of | |
6318 is_struct. Use char instead of setstr. | |
6319 | |
5435 | 6320 2005-08-31 Daniel <durbano@shbano.com> |
6321 | |
6322 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
6323 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
6324 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6325 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6326 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 6327 |
6328 * image/saveimage.m: Open output file in binary mode. | |
6329 | |
6330 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
6331 | |
5427 | 6332 2005-08-16 John W. Eaton <jwe@octave.org> |
6333 | |
6334 * miscellaneous/computer.m: Handle optional maxsize and endian | |
6335 outputs. | |
6336 | |
5426 | 6337 2005-08-15 John W. Eaton <jwe@octave.org> |
6338 | |
6339 * strings/strcat.m: Allow single argument. | |
6340 | |
5416 | 6341 2005-07-18 John W. Eaton <jwe@octave.org> |
6342 | |
6343 * strings/strcmp.m: Delete. | |
6344 | |
5413 | 6345 2005-07-13 John W. Eaton <jwe@octave.org> |
6346 | |
6347 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
6348 versions of Octave. | |
6349 | |
6350 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
6351 | |
6352 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
6353 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
6354 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
6355 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
6356 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
6357 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
6358 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
6359 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
6360 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
6361 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
6362 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
6363 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
6364 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
6365 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
6366 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
6367 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
6368 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
6369 * statistics/distributions/finv.m: Rename from f_inv.m. | |
6370 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
6371 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
6372 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
6373 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
6374 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
6375 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
6376 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
6377 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
6378 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
6379 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
6380 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
6381 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
6382 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
6383 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
6384 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
6385 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
6386 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
6387 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
6388 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
6389 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
6390 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
6391 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
6392 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
6393 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
6394 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
6395 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
6396 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
6397 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
6398 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
6399 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 6400 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 6401 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
6402 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
6403 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
6404 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
6405 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
6406 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
6407 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
6408 | |
6409 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
6410 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
6411 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
6412 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
6413 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
6414 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
6415 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
6416 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
6417 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
6418 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
6419 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
6420 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
6421 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
6422 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
6423 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
6424 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
6425 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
6426 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
6427 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
6428 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
6429 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
6430 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
6431 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
6432 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
6433 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
6434 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
6435 deprecated/wiener_rnd.m: New files. | |
6436 | |
5408 | 6437 2005-07-08 John W. Eaton <jwe@octave.org> |
6438 | |
6439 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
6440 * deprecated/weibull_rnd.m: New file. | |
6441 | |
5407 | 6442 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
6443 | |
6444 * strings/dec2base.m: Allow matrix arguments. | |
6445 | |
5406 | 6446 2005-07-08 John W. Eaton <jwe@octave.org> |
6447 | |
6448 * plot/__errplot__.m: Use __plot_globals__. | |
6449 * plot/__plt__.m: Likewise. | |
6450 * plot/figure.m: Likewise. | |
6451 | |
6452 * plot/hold.m: New file. | |
6453 * plot/ishold.m: New file. | |
6454 * plot/__plot_globals__.m: New file. | |
6455 | |
5400 | 6456 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
6457 | |
6458 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
6459 | |
6460 2005-07-05 John W. Eaton <jwe@octave.org> | |
6461 | |
6462 * strings/findstr.m: Return [] for no matches. | |
6463 | |
5399 | 6464 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
6465 | |
6466 * miscellaneous/tic.m: Fix doc string. | |
6467 | |
5395 | 6468 2005-06-15 John W. Eaton <jwe@octave.org> |
6469 | |
6470 * polynomial/polyfit.m: Force return value to be a row vector. | |
6471 | |
5393 | 6472 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
6473 | |
6474 * general/isequal.m: Correct nargin check. | |
6475 | |
5388 | 6476 2005-06-14 John W. Eaton <jwe@octave.org> |
6477 | |
6478 * general/isvector.m: Handle N-d arrays. | |
6479 From Bill Denney <denney@seas.upenn.edu>. | |
6480 | |
5381 | 6481 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
6482 | |
6483 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 6484 |
5377 | 6485 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
6486 | |
6487 * signal/freqz.m: Use correct calculations when given a vector of | |
6488 frequencies. Improve accuracy of returned frequency vector. | |
6489 Improve speed for medium length filters (at a slight cost for slow | |
6490 filters). Add test cases. | |
6491 | |
5373 | 6492 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
6493 | |
6494 * plot/loglog.m: Fix set commands. | |
6495 | |
5381 | 6496 2005-05-25 John W. Eaton <jwe@octave.org> |
6497 | |
6498 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
6499 | |
5371 | 6500 2005-05-24 John W. Eaton <jwe@octave.org> |
6501 | |
5373 | 6502 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
6503 | |
5372 | 6504 * strings/strncmp.m: New file, from Tom Holroyd |
6505 <tomh@kurage.nimh.nih.gov>. | |
6506 | |
5371 | 6507 * strings/strcmp.m: Return logical values in all cases. |
6508 | |
5366 | 6509 2005-05-23 John W. Eaton <jwe@octave.org> |
6510 | |
6511 * plot/orient.m: New file. Adapt to Octave coding style. | |
6512 Texinfoize doc string. | |
6513 | |
6514 * plot/print.m: New file. Adapt to Octave coding style. Include | |
6515 PKG_ADD command. Use set terminal consistently throughout. Use | |
6516 set terminal push/pop and unconditionally set output to screen | |
6517 when done to avoid requiring gget. Use a cell array for dev_list | |
6518 and cellidx to search for items in the list. Delete local | |
6519 variable endl. Don't set and restore automatic_replot. Use {} | |
6520 instead of nth to index varargin. Delete local variable | |
6521 va_arg_cnt. | |
6522 | |
5355 | 6523 2005-05-18 John W. Eaton <jwe@octave.org> |
6524 | |
6525 * general/num2str.m: Return early if X is a character string. | |
6526 | |
5347 | 6527 2005-05-11 John W. Eaton <jwe@octave.org> |
6528 | |
5348 | 6529 * strings/findstr.m: Allow non-string arguments for compatiblity. |
6530 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
6531 | |
5347 | 6532 * plot/polar.m: Don't call __pltopt__ here. |
6533 | |
5333 | 6534 2005-05-02 John W. Eaton <jwe@octave.org> |
6535 | |
6536 * mkdoc: Print header message. | |
6537 | |
5319 | 6538 2005-04-28 John W. Eaton <jwe@octave.org> |
6539 | |
6540 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
6541 startup/octaverc. | |
6542 | |
5318 | 6543 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
6544 | |
6545 * image/imshow.m: Handle various image depths and 3d RGB images. | |
6546 (__im_numeric_limits__): New internal function. | |
6547 | |
5317 | 6548 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
6549 | |
6550 * statistics/tests/anova.m: Compute total_mean as mean of all | |
6551 data, not mean of group_mean. | |
6552 | |
6553 2005-04-28 John W. Eaton <jwe@octave.org> | |
6554 | |
6555 * startup/local-rcfile: New file. | |
6556 * startup/main-rcfile: Rename from startup/octaverc. | |
6557 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
6558 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
6559 Install local-rcfile in $(localfcnfiledir)/startup. | |
6560 | |
6561 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
6562 | |
6563 * startup/inputrc: New file. | |
6564 * startup/octaverc: Configure readline using inputrc from | |
6565 startupfiledir. | |
6566 * startup/Makefile.in (install, install-strip): Install octaverc | |
6567 in $(fcnfiledir)/startup. | |
6568 | |
5310 | 6569 2005-04-27 John W. Eaton <jwe@octave.org> |
6570 | |
6571 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
6572 | |
5289 | 6573 2005-04-21 John W. Eaton <jwe@octave.org> |
6574 | |
6575 * optimization/glpk.m: Handle SENSE argument. | |
6576 | |
6577 * optimization/qp.m, optimization/sqp.m: New files. | |
6578 | |
5276 | 6579 2005-04-08 John W. Eaton <jwe@octave.org> |
6580 | |
6581 * Makefile.in (clean, distclean, maintainer-clean): | |
6582 Avoid duplication in rules. | |
6583 | |
5252 | 6584 2005-03-28 John W. Eaton <jwe@octave.org> |
6585 | |
6586 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
6587 setting {no,}parametric. | |
6588 * plot/figure.m: Likewise, for setting terminal type. | |
6589 | |
6590 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
6591 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
6592 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
6593 plot/title.m, plot/top_title.m: Avoid eval. | |
6594 | |
5251 | 6595 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6596 | |
5253 | 6597 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
6598 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
6599 Use __gnuplot_replot__ instead of replot. | |
6600 | |
5252 | 6601 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
6602 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
6603 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
6604 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
6605 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
6606 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
6607 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 6608 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 6609 |
5251 | 6610 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
6611 | |
5244 | 6612 2005-03-24 John W. Eaton <jwe@octave.org> |
6613 | |
6614 * optimization/glpkmex.m: Texinfoize Doc string. | |
6615 * optimization/glpk.m: Likewise. | |
6616 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
6617 (row vectors are orginary character strings). | |
6618 * optimization/glpkparam.m: Delete. | |
6619 | |
5243 | 6620 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
6621 | |
6622 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
6623 of dimensions of X. | |
6624 | |
5237 | 6625 2005-03-23 John W. Eaton <jwe@octave.org> |
6626 | |
5239 | 6627 * general/tril.m, general/triu.m: Return value of same class as |
6628 argument. | |
6629 | |
5237 | 6630 * optimization/glpk.m: Simplify interface. By default, solve |
6631 standard LP min C'*x s.t. A*x = b, x >= 0. | |
6632 * optimization/glpkmex.m: New file. | |
6633 | |
5232 | 6634 2005-03-22 John W. Eaton <jwe@octave.org> |
6635 | |
5237 | 6636 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
6637 list. | |
6638 | |
5233 | 6639 * optimization/glpk.m: Adapt to Octave coding style. |
6640 No need for varargout or varargin. | |
6641 Print usage message if nargin > 11. | |
6642 Allow any value of nargout. | |
6643 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
6644 Avoid looping when checking character classes. | |
6645 | |
5232 | 6646 * optimization: New directory. |
6647 * Makefile.in (SUBDIRS): Add it to the list. | |
6648 * optimization/Makefile.in: New file. | |
6649 * optimization/glpk.m, optimization/glpkparams.m, | |
6650 optimization/glpktest1, optimization/glpktest2: New files. | |
6651 | |
8149 | 6652 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 6653 |
6654 * strings/split.m: Quick return for empty second arg. | |
6655 Improve warning for multi-line strings. | |
6656 Speed up by avoiding sprintf in loop and eval. | |
6657 | |
5217 | 6658 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
6659 | |
6660 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
6661 * polynomial/polyder.m: Ditto. | |
6778 | 6662 * polynomial/polygcd.m: New function. |
5217 | 6663 |
5214 | 6664 2005-03-16 John W. Eaton <jwe@octave.org> |
6665 | |
5215 | 6666 * control/base/__stepimp__.m, control/base/bode.m, |
6667 control/base/frdemo.m, control/base/nichols.m, | |
6668 control/base/nyquist.m, control/base/pzmap.m, | |
6669 control/base/rldemo.m, control/base/rlocus.m, | |
6670 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
6671 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
6672 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
6673 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
6674 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
6675 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
6676 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
6677 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
6678 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
6679 plot/xlabel.m, quaternion/demoquat.m, | |
6680 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
6681 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
6682 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
6683 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
6684 gsplot from @seealso docs. | |
5214 | 6685 |
6686 * plot/replot.m: New file. | |
6687 | |
5205 | 6688 2005-03-15 David Bateman <dbateman@free.fr> |
6689 | |
6690 * set/unique.m, set/ismember.m: Handle cell arrays. | |
6691 | |
5196 | 6692 2005-03-09 John W. Eaton <jwe@octave.org> |
6693 | |
6694 * statistics/Makefile.in (bin-dist): Delete target. | |
6695 (BINDISTSUBDIRS): Delete variable. | |
6754 | 6696 * control/Makefile.in: Likewise. |
5196 | 6697 |
5378 | 6698 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 6699 (BINDISTFILES): Delete variable. |
5378 | 6700 * control/base/Makefile.in: Likewise. |
6701 * control/hinf/Makefile.in: Likewise. | |
6702 * control/obsolete/Makefile.in: Likewise. | |
6703 * control/system/Makefile.in: Likewise. | |
6704 * control/util/Makefile.in: Likewise. | |
6705 * deprecated/Makefile.in: Likewise. | |
6706 * elfun/Makefile.in: Likewise. | |
6707 * finance/Makefile.in: Likewise. | |
6708 * general/Makefile.in: Likewise. | |
6709 * image/Makefile.in: Likewise. | |
6710 * sparse/Makefile.in: Likewise. | |
6711 * io/Makefile.in: Likewise. | |
6712 * plot/Makefile.in: Likewise. | |
6713 * Makefile.in: Likewise. | |
6714 * miscellaneous/Makefile.in: Likewise. | |
6715 * linear-algebra/Makefile.in: Likewise. | |
6716 * polynomial/Makefile.in: Likewise. | |
6717 * quaternion/Makefile.in: Likewise. | |
6718 * set/Makefile.in: Likewise. | |
6719 * signal/Makefile.in: Likewise. | |
6720 * specfun/Makefile.in: Likewise. | |
6721 * special-matrix/Makefile.in: Likewise. | |
6722 * startup/Makefile.in: Likewise. | |
6723 * statistics/base/Makefile.in: Likewise. | |
6724 * statistics/distributions/Makefile.in: Likewise. | |
6725 * statistics/models/Makefile.in: Likewise. | |
6726 * statistics/tests/Makefile.in: Likewise. | |
6727 * strings/Makefile.in: Likewise. | |
6728 * time/Makefile.in: Likewise. | |
5196 | 6729 |
5195 | 6730 2005-03-08 John W. Eaton <jwe@octave.org> |
6731 | |
6732 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
6733 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
6734 | |
5192 | 6735 2005-03-04 John W. Eaton <jwe@octave.org> |
6736 | |
6737 * plot/clg.m: New file. | |
6738 | |
5193 | 6739 2005-03-03 John W. Eaton <jwe@octave.org> |
6740 | |
6741 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
6742 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
6743 strings/strcmpi.m: | |
6744 New files from Octave-forge. Adapt to Octave coding standards. | |
6745 | |
5181 | 6746 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
6747 | |
6748 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
6749 computation range. | |
6750 | |
5164 | 6751 2005-02-25 John W. Eaton <jwe@octave.org> |
6752 | |
6753 Sparse merge. | |
6754 | |
6755 2005-01-23 David Bateman <dbateman@free.fr> | |
6756 | |
6757 * sparse/randperm.m: Delete duplicate randperm.m. | |
6758 | |
6759 2005-01-10 John W. Eaton <jwe@octave.org> | |
6760 | |
6761 * sparse/Makefile.in: New file. | |
6762 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
6763 | |
6764 2005-01-07 David Bateman <dbateman@free.fr> | |
6765 | |
6766 * set/unique.m: import file from octave-forge. | |
6767 | |
6768 2005-01-05 David Bateman <dbateman@free.fr> | |
6769 | |
6770 * Makefile.in: include sparse directory in SUBDIRS. | |
6771 | |
6772 2004-12-30 John W. Eaton <jwe@octave.org> | |
6773 | |
6774 * sparse/nzmax.m: Delete (there is an nzmax function in | |
6775 src/DLD-FUNCTIONS/sparse.cc). | |
6776 | |
6777 2004-12-28 John W. Eaton <jwe@octave.org> | |
6778 | |
6779 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
6780 Andy Adler <adler@site.uottawa.ca>. | |
6781 | |
6782 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
6783 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
6784 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
6785 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
6786 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
6787 | |
6788 * sparse: New directory. | |
6789 | |
5158 | 6790 2005-02-22 John W. Eaton <jwe@octave.org> |
6791 | |
6792 * polynomial/residue.m: Force prepad to always create row vectors. | |
6793 | |
6794 * polynomial/poly.m: Quick return if m is 0. | |
6795 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
6796 | |
5154 | 6797 2005-02-21 David Bateman <dbateman@free.fr> |
6798 | |
6799 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
6800 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
6801 Fix for row vectors with at least one element of lambda not in | |
6802 (0, Inf). | |
6803 | |
5152 | 6804 2005-02-21 John W. Eaton <jwe@octave.org> |
6805 | |
5153 | 6806 * statistics/base/qqplot.m: Use feval instead of eval. |
6807 | |
5152 | 6808 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
6809 plot/__axis_label__.m: Issue replot command. | |
6810 | |
5135 | 6811 2005-02-09 John W. Eaton <jwe@octave.org> |
6812 | |
6813 * polynomial/polyderiv.m: Force P to be a row vector. | |
6814 | |
5133 | 6815 2005-02-08 John W. Eaton <jwe@octave.org> |
6816 | |
6817 * strings/dec2base.m: Don't delete leading zero if third arg is | |
6818 provided and len <= computed max_len. | |
6819 | |
5125 | 6820 2005-01-27 David Bateman <dbateman@free.fr> |
6821 | |
6822 * strings/dec2base.m: Be even more careful about handling all digits. | |
6823 | |
6824 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
6825 | |
6826 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
6827 | |
5123 | 6828 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
6829 | |
6830 * statistics/base/median.m: Make it work for the scalar case too. | |
6831 | |
6308 | 6832 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 6833 |
6834 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 6835 Simplify logic for decoding args. |
5117 | 6836 |
5115 | 6837 2005-01-24 John W. Eaton <jwe@octave.org> |
6838 | |
5116 | 6839 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
6840 | |
6841 * plot/__plt__.m: No need to save and reset hold state now. | |
6842 (first_plot): Delete unused variable. | |
6843 | |
5115 | 6844 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
6845 | |
6846 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
6847 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
6848 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6849 plot/__plt2vv__.m: | |
6850 Return data and gnuplot commands instead of evaluating them. | |
6851 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
6852 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
6853 | |
5108 | 6854 2005-01-18 John W. Eaton <jwe@octave.org> |
6855 | |
6856 * linear-algebra/cross.m: Allocate idx1 before use. | |
6857 | |
5096 | 6858 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
6859 | |
6860 * statistics/base/range.m: Fix varargin usage. | |
6861 | |
5091 | 6862 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
6863 | |
6864 * strings/deblank.m: Remove all trailing whitespace (check with | |
6865 isspace), not just SPC. | |
6866 | |
5090 | 6867 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
6868 | |
6869 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
6870 | |
5073 | 6871 2004-11-09 John W. Eaton <jwe@octave.org> |
6872 | |
6873 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
6874 From Julius Smith <jos@ccrma.stanford.edu>. | |
6875 | |
5072 | 6876 2004-11-08 John W. Eaton <jwe@octave.org> |
6877 | |
6878 * plot/__plt2vm__.m: Delete debugging statement. | |
6879 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
6880 | |
5065 | 6881 2004-11-04 John W. Eaton <jwe@octave.org> |
6882 | |
6883 * plot/hist.m: Always return row vectors for vector args. | |
6884 | |
5031 | 6885 2004-09-23 John W. Eaton <jwe@octave.org> |
6886 | |
6887 * strings/strcmp.m: If args are not strings or cell arrays of | |
6888 strings, return zero instead of reporting an error. | |
6889 | |
5021 | 6890 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
6891 | |
6892 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
6893 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
6894 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
6895 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
6896 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
6897 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
6898 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
6899 control/hinf/is_dgkf.m, control/system/c2d.m, | |
6900 control/system/is_detectable.m, control/system/is_sample.m, | |
6901 control/system/is_siso.m, control/system/is_stable.m, | |
6902 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
6903 control/system/sys2tf.m, control/system/sys2zp.m, | |
6904 control/system/sysappend.m, control/system/sysconnect.m, | |
6905 control/system/sysdisc.m, control/system/sysdup.m, | |
6906 control/system/sysgetsignals.m, control/system/sysmult.m, | |
6907 control/system/syssetsignals.m, control/system/syssub.m, | |
6908 control/system/tf2sys.m, control/system/ugain.m, | |
6909 control/system/zp2ss.m, control/system/zp2sys.m, | |
6910 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
6911 special-matrix/toeplitz.m: Fix typos in doc strings. | |
6912 | |
6913 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
6914 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
6915 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
6916 ontrol/system/is_abcd.m, control/system/parallel.m, | |
6917 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
6918 control/system/sysappend.m, control/system/sysconnect.m, | |
6919 control/system/sysdup.m, control/system/sysgroup.m, | |
6920 control/system/sysprune.m, control/system/sysreorder.m, | |
6921 control/system/sysscale.m, control/system/syssub.m, | |
6922 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
6923 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
6924 polynomial/polyout.m, specfun/log2.m: | |
6925 Add output arguments in doc strings. | |
6926 | |
6927 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
6928 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
6929 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
6930 control/base/freqchkw.m, control/base/__freqresp__.m, | |
6931 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
6932 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
6933 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
6934 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
6935 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
6936 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
6937 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
6938 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
6939 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
6940 control/system/c2d.m, control/system/is_abcd.m, | |
6941 control/system/is_controllable.m, control/system/is_detectable.m, | |
6942 control/system/is_observable.m, control/system/is_stable.m, | |
6943 control/system/jet707.m, control/system/ord2.m, | |
6944 control/system/starp.m, control/system/sys2fir.m, | |
6945 control/system/sys2ss.m, control/system/sys2tf.m, | |
6946 control/system/sys2zp.m, control/system/syscont.m, | |
6947 control/system/sysdisc.m, control/system/sysdup.m, | |
6948 control/system/sysgettype.m, control/system/sysgroup.m, | |
6949 control/system/sysmult.m, control/system/sysprune.m, | |
6950 control/system/sysreorder.m, control/system/sysscale.m, | |
6951 control/system/syssetsignals.m, control/system/sysupdate.m, | |
6952 control/system/tf2ss.m, control/system/tf2sys.m, | |
6953 control/system/zp2ss.m, control/system/zp2sys.m, | |
6954 control/util/axis2dlim.m, control/util/prompt.m, | |
6955 control/util/zgfmul.m, control/util/zginit.m, | |
6956 control/util/__zgpbal__.m, control/util/zgscal.m: | |
6957 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
6958 in doc strings. | |
6959 | |
6960 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
6961 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
6962 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
6963 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
6964 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
6965 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
6966 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
6967 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
6968 control/system/c2d.m, control/system/fir2sys.m, | |
6969 control/system/is_stabilizable.m, control/system/jet707.m, | |
6970 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
6971 control/util/zgshsr.m, polynomial/polyout.m: | |
6972 New @tex section(s) in doc strings for better formating of printed | |
6973 output. | |
6974 | |
6975 * control/base/__freqresp__.m, control/base/nyquist.m, | |
6976 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
6977 control/obsolete/syschnames.m, control/system/sysprune.m: | |
6978 Use proper double quote marks for TeX. | |
6979 | |
6980 * control/base/DEMOcontrol.m: Add missing ; | |
6981 | |
6982 * control/base/nichols.m, control/base/rlocus.m, | |
6983 control/obsolete/minfo.m, control/system/is_digital.m, | |
6984 control/system/ss2zp.m, control/system/sysmin.m, | |
6985 control/system/tf2zp.m, control/util/sortcom.m: | |
6986 Convert documentation to use or more completely use Texinfo. | |
6987 | |
6988 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
6989 control/hinf/hinfdemo.m, control/system/ord2.m, | |
6990 control/system/parallel.m, control/system/ss2tf.m, | |
6991 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
6992 art splitting over a page boundary. | |
6993 | |
6994 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
6995 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
6996 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
6997 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
6998 control/hinf/wgt1o.m, control/system/buildssic.m: | |
6999 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
7000 the TeX documentation. | |
7001 | |
7002 * control/system/is_stabilizable.m: | |
7003 Add Copyright so that help is displayed correctly. | |
7004 | |
7005 * special-matrix/vander.m: Octave indexes start at 1. | |
7006 | |
5011 | 7007 2004-09-21 David Bateman <dbateman@free.fr> |
7008 | |
7009 * general/rotdim.m: New function for rotation of an N-d array in an | |
7010 arbitrary plane. | |
7011 | |
7012 * general/flipdim.m: New function to flip an N-d array about an | |
7013 arbitrary axis. | |
7014 | |
5003 | 7015 2004-09-15 David Bateman <dbateman@free.fr> |
7016 | |
7017 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
7018 | |
4992 | 7019 2004-09-15 John W. Eaton <jwe@octave.org> |
7020 | |
7021 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 7022 Use iscellstr to check for cells rather than iscell. |
7023 Improve diagnostics for invalid args. | |
4992 | 7024 |
4983 | 7025 2004-09-10 David Bateman <dbateman@free.fr> |
7026 | |
7027 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
7028 and p with n > 1, and fix for matrix n and p with n == 1. | |
7029 | |
7030 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
7031 due to row vs. column vector operations. | |
7032 | |
4964 | 7033 2004-09-03 David Bateman <dbateman@free.fr> |
7034 | |
7035 * general/repmat.m: Fix to allow logical classes. | |
7036 | |
4950 | 7037 2004-08-31 John W. Eaton <jwe@octave.org> |
7038 | |
7039 * general/isa.m: New function, from Octave-forge. | |
7040 | |
7041 2004-08-31 David Bateman <dbateman@free.fr> | |
7042 | |
7043 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
7044 limitation on the use of int64 and uint64 types, and the use | |
7045 of the eval. | |
7046 | |
7047 * general/bitset.m: Remove superfluous cast to return type, as bug | |
7048 in .^ with integer types is fixed. | |
7049 | |
7050 * general/repmat.m: Adapt to allow integer types. | |
4945 | 7051 |
7052 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
7053 | |
7054 * plot/axis.m: Don't reset axes when querying them. | |
7055 | |
4942 | 7056 2004-08-27 David Bateman <dbateman@free.fr> |
7057 | |
7058 * statistics/base/ranks.m: Handle non-consecutive ties. | |
7059 Eliminate loop. | |
7060 | |
4918 | 7061 2004-07-27 David Bateman <dbateman@free.fr> |
7062 | |
7063 * general/num2str.m: Also insert spaces in output when precision | |
7064 argument is supplied. | |
7065 | |
4915 | 7066 2004-07-23 David Bateman <dbateman@free.fr> |
7067 | |
7068 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
7069 | |
4911 | 7070 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
7071 | |
7072 * general/sub2ind.m: Make reshaping index list unnecessary. | |
7073 | |
7074 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
7075 | |
7076 * miscellaneous/unix.m: Fix doc string. | |
7077 | |
7078 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
7079 | |
7080 * plot/figure.m: Clarification of documentation. | |
7081 | |
7082 * image/imshow.m: Warn for complex images. | |
7083 Only estimate colourmap for images in [0, 65536]. | |
7084 | |
7085 2004-07-22 David Bateman <dbateman@free.fr> | |
7086 | |
7087 * general/num2str.m: Fix the case of an all zero input. | |
7088 | |
4906 | 7089 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
7090 | |
7091 * general/ind2sub.m: Doc fix. | |
7092 | |
4900 | 7093 2004-06-08 John W. Eaton <jwe@octave.org> |
7094 | |
7095 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
7096 convert function handle to string for eval. | |
7097 | |
4898 | 7098 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
7099 | |
7100 * plot/errorbar.m: Remove debugging output. | |
7101 | |
7102 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
7103 | |
7104 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
7105 | |
4897 | 7106 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
7107 | |
4898 | 7108 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
7109 | |
7110 * polynomial/polyout.m: Use parenthesis if necessary around | |
7111 complex polynomial coefficient. | |
7112 | |
4897 | 7113 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
7114 the bug which causes __errplot__ to ignore the last argument. | |
7115 | |
4894 | 7116 2004-06-03 David Bateman <dbateman@free.fr> |
7117 | |
7118 * general/shiftdim.m: New function based on JWE code snippet. | |
7119 | |
7120 * general/circdim.m: New function. | |
7121 | |
4890 | 7122 2004-05-06 David Bateman <dbateman@free.fr> |
7123 | |
7124 * general/issquare.m: Fail if ndim(x) > 2. | |
7125 | |
7126 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
7127 | |
7128 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
7129 N-d array arguments. Add optional dim argument to define | |
7130 dimension along which to operate. | |
7131 | |
7132 * linear-algebra/dmult.m: Allow N-d arrays. | |
7133 | |
7134 * linear-algebra/vec.m: Use v(:) and not reshape. | |
7135 | |
4885 | 7136 2004-04-29 David Bateman <dbateman@free.fr> |
7137 | |
7138 * statistics/base/ranks.m, statistics/base/run_count.m, | |
7139 statistics/base/studentize.m, statistics/base/kurtosis.m | |
7140 statistics/base/statistics.m, statistics/base/skewness.m | |
7141 statistics/base/iqr.m: | |
7142 Make N-d array aware. Allow optional argument to define the | |
7143 dimension along which to operate. Update the documentation. | |
7144 | |
7145 * statistics/base/ranks.m: Change algorithm to use sort, | |
7146 and adjust for the ties after. | |
7147 | |
7148 * statistics/base/run_counts.m: Change algorithm to use | |
7149 the a combination of diff and find, rather than a for-loop. | |
7150 | |
4881 | 7151 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
7152 | |
7153 * plot/hist.m: Correctly determine cutoffs. New tests. | |
7154 | |
4878 | 7155 2004-04-23 David Bateman <dbateman@free.fr> |
7156 | |
7157 * general/int2str.m: Treat only real part of argument, and treat | |
7158 NDArrays by stacking the slices through the matrix vertically. | |
7159 | |
7160 * general/num2str.m: Improve format of integer matrices, and the | |
7161 conversion of complex matrices added. Treat NDArrays by stacking | |
7162 the slices through the matrix vertically. | |
7163 | |
7164 * deprecated/com2str.m: Moved here from general subdirectory. | |
7165 | |
4877 | 7166 2004-04-22 John W. Eaton <jwe@octave.org> |
7167 | |
7168 * quaternion/qtransvmat.m: Use continuation characters to make | |
7169 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
7170 | |
4869 | 7171 2004-04-21 David Bateman <dbateman@free.fr> |
7172 | |
5378 | 7173 * elfun/lcm.m: Make N-d aware. |
4870 | 7174 |
4869 | 7175 * general/diff.m: Make the code N-d array aware. Allow an |
7176 optional argument to define the dimension along which to perform | |
7177 the differences and allow the order of the differences to be larger | |
7178 than the dimension itself. | |
7179 | |
7180 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
7181 use of these functions to 1- and 2-d arrays. | |
7182 | |
4863 | 7183 2004-04-16 John W. Eaton <jwe@octave.org> |
7184 | |
7185 * elfun/gcd.m: Delete. | |
7186 | |
4862 | 7187 2004-04-15 David Bateman <dbateman@free.fr> |
7188 | |
7189 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
7190 | |
7191 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
7192 array aware and and optional argument for the dimension along | |
7193 which to operate. | |
7194 | |
5378 | 7195 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 7196 argument for the dimension to be consistent with other N-d array |
7197 functions. | |
7198 | |
4860 | 7199 2004-04-08 David Bateman <dbateman@free.fr> |
7200 | |
7201 * statistics/distributions/discrete_cdf.m, | |
7202 statistics/distributions/discrete_inv.m, | |
7203 statistics/distributions/discrete_pdf.m, | |
7204 statistics/distributions/discrete_rnd.m, | |
7205 statistics/distributions/exponential_cdf.m, | |
7206 statistics/distributions/exponential_inv.m, | |
7207 statistics/distributions/exponential_pdf.m, | |
7208 statistics/distributions/exponential_rnd.m, | |
7209 statistics/distributions/f_cdf.m, | |
7210 statistics/distributions/f_inv.m, | |
7211 statistics/distributions/f_pdf.m, | |
7212 statistics/distributions/f_rnd.m, | |
7213 statistics/distributions/geometric_cdf.m, | |
7214 statistics/distributions/geometric_inv.m, | |
7215 statistics/distributions/geometric_pdf.m, | |
7216 statistics/distributions/geometric_rnd.m, | |
7217 statistics/distributions/hypergeometric_rnd.m, | |
7218 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
7219 statistics/distributions/laplace_cdf.m, | |
7220 statistics/distributions/laplace_inv.m, | |
7221 statistics/distributions/laplace_pdf.m, | |
7222 statistics/distributions/laplace_rnd.m, | |
7223 statistics/distributions/logistic_inv.m, | |
7224 statistics/distributions/logistic_rnd.m, | |
7225 statistics/distributions/lognormal_cdf.m, | |
7226 statistics/distributions/lognormal_inv.m, | |
7227 statistics/distributions/lognormal_pdf.m, | |
7228 statistics/distributions/lognormal_rnd.m, | |
7229 statistics/distributions/pascal_cdf.m, | |
7230 statistics/distributions/pascal_inv.m, | |
7231 statistics/distributions/pascal_pdf.m, | |
7232 statistics/distributions/pascal_rnd.m, | |
7233 statistics/distributions/poisson_cdf.m, | |
7234 statistics/distributions/poisson_inv.m, | |
7235 statistics/distributions/poisson_pdf.m, | |
7236 statistics/distributions/poisson_rnd.m, | |
7237 statistics/distributions/t_cdf.m, | |
7238 statistics/distributions/t_inv.m, | |
7239 statistics/distributions/t_pdf.m, | |
7240 statistics/distributions/t_rnd.m, | |
7241 statistics/distributions/weibull_cdf.m, | |
7242 statistics/distributions/weibull_inv.m, | |
7243 statistics/distributions/weibull_pdf.m, | |
7244 statistics/distributions/weibull_rnd.m: | |
7245 Allow N-d arrays. | |
7246 | |
7247 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
7248 that results in NaN in places where it should not have had. | |
7249 | |
7250 * statistics/distributions/discrete_rnd.m: New argument formats to | |
7251 allow creating arbitrary matrices, compatiable with the other | |
5583 | 7252 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 7253 |
7254 * statistics/distributions/empirical_rnd.m: New argument formats | |
7255 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 7256 *_rnd.m functions. Maintain compatibility with previous |
4860 | 7257 format. Allow N-d arrays. |
7258 | |
7259 * statistics/distributions/hypergeometric_cdf.m, | |
7260 statistics/distributions/hypergeometric_inv.m, | |
7261 statistics/distributions/hypergeometric_pdf.m, | |
7262 statistics/distributions/wiener_rnd.m: | |
7263 Error for non-scalar arguments. | |
7264 | |
7265 * statistics/distributions/pascal_rnd.m: | |
7266 Correct for n = 1 bug, where all elements were equal. | |
7267 | |
4849 | 7268 2004-04-06 David Bateman <dbateman@free.fr> |
7269 | |
4854 | 7270 * general/common_size.m, miscellaneous/bincoeff.m, |
7271 statistics/distributions/beta_cdf.m, | |
7272 statistics/distributions/beta_inv.m, | |
7273 statistics/distributions/beta_pdf.m, | |
7274 statistics/distributions/beta_rnd.m, | |
7275 statistics/distributions/binomial_cdf.m, | |
7276 statistics/distributions/binomial_inv.m, | |
7277 statistics/distributions/binomial_pdf.m, | |
7278 statistics/distributions/binomial_rnd.m, | |
7279 statistics/distributions/cauchy_cdf.m, | |
7280 statistics/distributions/cauchy_inv.m, | |
7281 statistics/distributions/cauchy_pdf.m, | |
7282 statistics/distributions/cauchy_rnd.m, | |
7283 statistics/distributions/chisquare_cdf.m, | |
7284 statistics/distributions/chisquare_inv.m, | |
7285 statistics/distributions/chisquare_pdf.m, | |
7286 statistics/distributions/chisquare_rnd.m, | |
7287 statistics/distributions/gamma_cdf.m, | |
7288 statistics/distributions/gamma_inv.m, | |
7289 statistics/distributions/gamma_pdf.m, | |
7290 statistics/distributions/gamma_rnd.m, | |
7291 statistics/distributions/normal_cdf.m, | |
7292 statistics/distributions/normal_inv.m, | |
7293 statistics/distributions/normal_pdf.m, | |
7294 statistics/distributions/normal_rnd.m, | |
7295 statistics/distributions/stdnormal_cdf.m, | |
7296 statistics/distributions/stdnormal_pdf.m, | |
7297 statistics/distributions/stdnormal_rnd.m, | |
7298 statistics/distributions/uniform_cdf.m, | |
7299 statistics/distributions/uniform_inv.m, | |
7300 statistics/distributions/uniform_pdf.m, | |
7301 statistics/distributions/uniform_rnd.m: | |
7302 Allow the inputs to be N-d arrays. | |
7303 | |
4852 | 7304 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
7305 * statistics/base/median.m: Likewise. | |
4849 | 7306 |
4844 | 7307 2004-04-02 David Bateman <dbateman@free.fr> |
7308 | |
7309 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 7310 * statistics/base/center.m, statistics/base/meansq.m, |
7311 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 7312 Update for N-d arrays. |
4844 | 7313 * signal/fftshift.m: Fix dimensioning error. |
7314 | |
7315 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 7316 N-d arrays. |
4844 | 7317 |
4852 | 7318 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
7319 | |
7320 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 7321 |
4852 | 7322 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 7323 |
7324 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
7325 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
7326 control/system/sysprune.m: Doc update for usage of cell arrays. | |
7327 | |
7328 * control/system/sysidx.m: Use cellidx and not listidx. | |
7329 | |
4841 | 7330 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
7331 | |
7332 * plot/__pltopt1__.m: Always add title clause to plot command with | |
7333 default of "" (so it is off unless explicitly set by the user). | |
7334 | |
4836 | 7335 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
7336 | |
7337 * image/imshow.m: Accept "truesize" argument. | |
7338 Ignore current colormap. New tests and demos. | |
7339 | |
4834 | 7340 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
7341 | |
7342 * signal/sinewave.m: Allow N to default to M. | |
7343 | |
4826 | 7344 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7345 | |
7346 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
7347 | |
4818 | 7348 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7349 | |
7350 * general/deal.m: New function. | |
4819 | 7351 Add tests from Paul Kienzle. |
4818 | 7352 |
4811 | 7353 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
7354 | |
7355 * plot/hist.m: Compute histogram correctly for n>=30. | |
7356 | |
5095 | 7357 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 7358 |
7359 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
7360 | |
4806 | 7361 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7362 | |
7363 * miscellaneous/horzcat.m: Delete. | |
7364 * miscellaneous/vertcat.m: Delete. | |
7365 | |
4790 | 7366 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7367 | |
7368 * plot/figure.m: Also look for GNUTERM in the environment and use | |
7369 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
7370 | |
4789 | 7371 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7372 | |
7373 * control/base/__stepimp__.m: Only call clearplot if we will be | |
7374 doing multiple plots in the same gnuplot frame. | |
7375 | |
4780 | 7376 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7377 | |
7378 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
7379 control/system/cellidx.m, control/system/ss.m, | |
7380 control/system/tf.m, control/system/zp.m: New functions. | |
7381 | |
4778 | 7382 2004-02-16 Glenn Golden <gdg@zplane.com> |
7383 | |
7384 * statistics/distributions/discrete_inv.m: | |
7385 Reduce memory requirements. | |
7386 | |
4772 | 7387 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7388 | |
7389 * plot/__errcomm__.m: Fix thinko in previous change. | |
7390 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
7391 | |
4771 | 7392 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
7393 | |
7394 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
7395 control/base/analdemo.m, control/base/bddemo.m, | |
7396 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
7397 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
7398 control/base/rldemo.m, control/base/rlocus.m, | |
7399 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
7400 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
7401 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
7402 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
7403 control/obsolete/packsys.m, control/obsolete/series.m, | |
7404 control/system/__sysdefioname__.m, | |
7405 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
7406 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
7407 control/system/c2d.m, control/system/d2c.m, | |
7408 control/system/dmr2d.m, control/system/fir2sys.m, | |
7409 control/system/is_signal_list.m, control/system/is_siso.m, | |
7410 control/system/jet707.m, control/system/listidx.m, | |
7411 control/system/moddemo.m, control/system/ord2.m, | |
7412 control/system/packedform.m, control/system/parallel.m, | |
7413 control/system/ss2sys.m, control/system/sys2tf.m, | |
7414 control/system/sys2zp.m, control/system/sysadd.m, | |
7415 control/system/sysappend.m, control/system/sysconnect.m, | |
7416 control/system/syscont.m, control/system/sysdimensions.m, | |
7417 control/system/sysdisc.m, control/system/sysdup.m, | |
7418 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
7419 control/system/sysgroup.m, control/system/sysmin.m, | |
7420 control/system/sysmult.m, control/system/sysprune.m, | |
7421 control/system/sysrepdemo.m, control/system/sysscale.m, | |
7422 control/system/syssetsignals.m, control/system/syssub.m, | |
7423 control/system/sysupdate.m, control/system/tf2sys.m, | |
7424 control/system/ugain.m, control/system/zp2ss.m, | |
7425 control/system/zp2sys.m, control/util/__outlist__.m, | |
7426 control/util/__zgpbal__.m, control/util/strappend.m: | |
7427 Use cell arrays instead of lists. | |
7428 | |
4723 | 7429 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
7430 | |
7431 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
7432 so that bar (1, 1) will work. | |
7433 | |
4710 | 7434 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7435 | |
4717 | 7436 * plot/__errcomm__.m: Cope with nargin now being a function. |
7437 * plot/__errplot__.m: Likewise. | |
7438 * plot/__plt__.m: Likewise. | |
7439 * plot/plot_border.m: Likewise. | |
7440 | |
4710 | 7441 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
7442 not $(DOCSTRINGS). | |
7443 | |
4706 | 7444 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
7445 | |
7446 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
7447 rank ([], tol). | |
7448 | |
4691 | 7449 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7450 | |
4692 | 7451 * elfun/acot.m: Return atan (1./z). |
7452 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
7453 | |
4691 | 7454 * miscellaneous/dir.m: New file. |
7455 | |
7456 * general/num2str.m: Use "%d" as format if values are ints with | |
7457 magnitude less than 1e10. | |
7458 | |
7459 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7460 | |
7461 * general/num2str.m: If single arg is string, return it. | |
7462 | |
7463 * miscellaneous/not.m: New file. | |
7464 | |
7465 * miscellaneous/unix.m: New file. | |
7466 | |
7467 * miscellaneous/isunix.m: New file. | |
7468 * miscellaneous/ispc.m: New file. | |
7469 | |
7470 * miscellaneous/computer.m: New file. | |
7471 | |
7472 * miscellaneous/delete.m: New file. | |
7473 | |
4689 | 7474 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7475 | |
7476 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
7477 | |
7478 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7479 | |
7480 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
7481 Always return substituted version of LOADPATH if nargout != 0. | |
7482 | |
4685 | 7483 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
7484 | |
7485 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
7486 before continuing. | |
7487 | |
7488 * miscellaneous/fileparts.m: Allow name to start with ".". | |
7489 | |
4677 | 7490 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7491 | |
7492 * general/ind2sub.m: New file. | |
7493 * general/sub2ind.m: New file. | |
7494 | |
4675 | 7495 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7496 | |
7497 * control/system/zp2ss.m: Don't save and restore | |
7498 warn_empty_list_elements. | |
7499 | |
7500 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
7501 | |
6778 | 7502 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 7503 |
4673 | 7504 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
7505 | |
7506 * statistics/base/mean.m: Remove special case for row vectors. | |
7507 | |
4637 | 7508 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
7509 | |
7510 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
7511 | |
4631 | 7512 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
7513 | |
7514 * statistics/base/iqr.m: Handle matrices. | |
7515 | |
4630 | 7516 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7517 | |
7518 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
7519 | |
4629 | 7520 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7521 | |
7522 * miscellaneous/path.m: Fix thinko in previous change. | |
7523 | |
4609 | 7524 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
7525 | |
4629 | 7526 * control/base/dare.m: Check positive (semi)definiteness and |
7527 dimensions of r (and q). | |
7528 * control/base/dlqr.m: Check stabilizability of (A,B), | |
7529 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
7530 near unit circle. | |
4611 | 7531 |
7532 * control/system/is_detectable.m: Use Hautus Lemma. | |
7533 Correct the behavior for discrete-time systems. | |
7534 * control/system/is_stabilizable.m: Likewise. | |
7535 | |
4609 | 7536 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
7537 | |
7538 * linear-algebra/krylovb.m: Fix typo in usage message. | |
7539 | |
4610 | 7540 * general/isdefinite.m: New function. |
7541 | |
4567 | 7542 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
7543 | |
7544 * general/reshape: Delete. | |
7545 | |
4559 | 7546 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
7547 | |
7548 * general/numel.m: Delete. | |
7549 | |
4535 | 7550 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7551 | |
4536 | 7552 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
7553 | |
7554 * deprecated/isstr.m: New file. | |
4535 | 7555 |
4529 | 7556 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7557 | |
7558 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
7559 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
7560 | |
4525 | 7561 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
7562 | |
7563 * statistics/base/mean.m: Fix missing semicolon problem. | |
7564 | |
4503 | 7565 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
7566 | |
7567 * plot/subplot.m: New global variable, __multiplot_scale__. | |
7568 | |
4492 | 7569 2003-08-29 David Castelow <DCastelow@Airspan.com> |
7570 | |
7571 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
7572 Allow optional length argument. | |
7573 | |
4491 | 7574 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
7575 | |
7576 * polynomial/polyfit.m: Avoid calling flipud. | |
7577 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
7578 Return structure as second output value for improved Matlab | |
7579 compatibility. | |
7580 | |
4476 | 7581 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
7582 | |
4478 | 7583 * linear-algebra/cond.m: Behave as though old built-in variable |
7584 propagate_empty_matrices is always 1. Also handle empty matrices | |
7585 with one non-zero dimension. | |
7586 | |
4476 | 7587 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
7588 warn_single_quote_string to the list. | |
4478 | 7589 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
7590 from the list. | |
4476 | 7591 |
5095 | 7592 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 7593 |
7594 * signal/autocov.m: Transpose result of conj because diag returns | |
7595 a column vector, not a row vector. | |
7596 | |
7597 * audio/playaudio.m, audio/record.m, image/image.m, | |
7598 miscellaneous/bug_report.m: Protect spaces in filenames | |
7599 with quotes. | |
7600 | |
4466 | 7601 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7602 | |
4468 | 7603 * io/printf.m, io/puts.m: Delete. |
7604 | |
4466 | 7605 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
7606 default_return_value from the list. | |
7607 Add warn_undefined_return_values to the list. | |
7608 | |
7609 | |
4464 | 7610 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7611 | |
7612 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
7613 and initialize_global_variables from the list. | |
7614 | |
4460 | 7615 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
7616 | |
4463 | 7617 * image/colormap.m: Don't save and restore default_eval_print_flag. |
7618 | |
7619 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
7620 | |
7621 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
7622 * control/system/sys2fir.m: Likewise. | |
7623 | |
7624 * control/system/is_siso.m: Use && instead of & where appropriate. | |
7625 * control/system/__tf2sysl__.m: Likewise. | |
7626 | |
7627 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
7628 | |
7629 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
7630 and [] concatenation. | |
7631 * control/system/sys2fir.m: Likewise. | |
7632 | |
7633 * control/base/dgram.m, control/base/freqchkw.m, | |
7634 control/base/gram.m, control/system/__abcddims__.m, | |
7635 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
7636 control/system/is_sample.m, control/system/is_signal_list.m, | |
7637 control/system/is_siso.m, control/system/sys2fir.m, | |
7638 control/system/syschtsam.m, control/system/sysgettsam.m, | |
7639 control/system/sysgettype.m, control/system/tf2zp.m, | |
7640 control/system/ugain.m, control/util/prompt.m, | |
7641 control/util/run_cmd.m, control/util/zgrownorm.m, | |
7642 control/util/zgshsr.m: | |
7643 Improve conformance to Octave coding style. | |
7644 | |
4461 | 7645 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
7646 the list. | |
7647 Delete resize_on_range_error from the list. | |
7648 | |
4460 | 7649 * control/base/pzmap.m, control/base/place.m, |
7650 control/base/__freqresp__.m, control/system/sysappend.m, | |
7651 control/system/syscont.m, control/system/sysdisc.m, | |
7652 control/system/sysgroup.m, control/system/tfout.m, | |
7653 control/system/zp2ss.m, control/system/zpout.m, | |
7654 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
7655 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
7656 empty_list_elements_ok. | |
7657 | |
7658 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
7659 Delete empty_list_elements_ok from the list. | |
7660 | |
4457 | 7661 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7662 | |
7663 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
7664 list. | |
7665 Delete treat_neg_dim_as_zero from the list. | |
7666 | |
7667 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
7668 | |
4451 | 7669 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7670 | |
4455 | 7671 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
7672 was not used in the code in any case). | |
7673 | |
7674 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
7675 do_fortran_indexing. | |
7676 | |
4452 | 7677 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
7678 implict_str_to_num_ok. Use unwind_protect block to do it. | |
7679 | |
4451 | 7680 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
7681 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 7682 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 7683 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
7684 warn_fortran_indexing in the list. | |
7685 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
7686 implicit_str_to_num_ok, do_fortran_indexing, and | |
7687 prefer_column_vectors from list. | |
4451 | 7688 |
4440 | 7689 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7690 | |
7691 * Makefile.in (distclean, maintainer-clean): Also remove | |
7692 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
7693 directory. | |
7694 | |
5095 | 7695 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 7696 |
7697 * plot/hist.m: Don't forget to define n if x is a vector. | |
7698 | |
5095 | 7699 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 7700 |
7701 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
7702 return "." with extension. | |
7703 | |
4422 | 7704 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7705 | |
7706 * control/base/__stepimp__.m, control/base/nichols.m, | |
7707 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
7708 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
7709 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
7710 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
7711 Eliminate gnuplot_has_multiplot (assume it is always true). | |
7712 | |
4413 | 7713 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7714 | |
7715 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
7716 | |
5095 | 7717 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 7718 |
7719 * plot/hist.m: Improve performance by using different algorithms | |
7720 depending on number of bins. | |
7721 | |
4404 | 7722 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7723 | |
7724 * control/system/sysadd.m: If systems are not "tf", convert before | |
7725 adding. | |
7726 | |
5095 | 7727 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 7728 |
7729 * image/imagesc.m: Accept data limits parameter for colormap. | |
7730 | |
5095 | 7731 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 7732 |
7733 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
7734 the impulse by t_step. | |
7735 | |
4373 | 7736 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7737 | |
7738 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
7739 column vectors. | |
7740 | |
5095 | 7741 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 7742 |
7743 * linear-algebra/null.m: Handle empty matrix arg. | |
7744 | |
4369 | 7745 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7746 | |
7747 * general/shift.m: Force empty_list_elements_ok to 1. | |
7748 | |
4358 | 7749 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7750 | |
7751 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
7752 New files. | |
7753 | |
4348 | 7754 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
7755 | |
7756 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
7757 function handle to pass to feval. | |
7758 * statistics/base/qqplot.m: Likewise. | |
7759 * statistics/base/ppplot.m: Likewise. | |
7760 * signal/spectral_xdf.m: Likewise. | |
7761 * signal/spectral_adf.m: Likewise. | |
7762 | |
4340 | 7763 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7764 | |
7765 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
7766 | |
4334 | 7767 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7768 | |
7769 * linear-algebra/logm.m: New file. | |
7770 | |
5095 | 7771 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 7772 |
7773 * mkpkgadd: Scan C++ files as well | |
7774 | |
5095 | 7775 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 7776 |
7777 * strings/findstr.m: Return empty set for zero-length target. | |
7778 | |
5095 | 7779 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 7780 |
7781 * set/union.m: Preserve the orientation of inputs. | |
7782 | |
4305 | 7783 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7784 | |
7785 * general/int2str.m: Eliminate leading spaces. | |
7786 | |
4303 | 7787 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7788 | |
7789 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
7790 | |
5095 | 7791 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 7792 |
7793 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
7794 $(BUILD_LDFLAGS) to compiler. | |
7795 | |
4295 | 7796 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7797 | |
7798 * general/num2str.m: Don't specify field width for scalars. | |
7799 | |
4292 | 7800 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7801 | |
7802 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
7803 | |
4265 | 7804 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
7805 | |
4279 | 7806 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
7807 | |
4266 | 7808 * miscellaneous/tempname.m: New file. |
7809 | |
7810 * miscellaneous/tempdir.m: New file. | |
7811 | |
4265 | 7812 * miscellaneous/fullfile.m: New file. |
7813 | |
4259 | 7814 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7815 | |
4264 | 7816 * miscellaneous/fileparts.m: New file. |
7817 | |
7818 * io/beep.m: New file. | |
7819 | |
4260 | 7820 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
7821 format only. | |
4259 | 7822 |
4257 | 7823 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7824 | |
7825 * strings/strcmp.m: Handle cell arrays of strings. | |
7826 | |
4229 | 7827 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7828 | |
7829 * general/int2str.m: Handle matrices. | |
7830 * general/num2str.m: Likewise. | |
7831 Also handle optional precision, and format args. | |
7832 | |
4225 | 7833 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7834 | |
7835 * audio/Makefile.in, control/base/Makefile.in, | |
7836 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7837 control/system/Makefile.in, elfun/Makefile.in, | |
7838 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
7839 io/Makefile.in, linear-algebra/Makefile.in, | |
7840 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
7841 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
7842 specfun/Makefile.in, special-matrix/Makefile.in, | |
7843 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7844 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7845 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
7846 deprecated/Makefile.in: Use new do-script-install and | |
7847 do-script-uninstall macros. | |
7848 | |
7849 * mkpkgadd: New script. | |
7850 | |
7851 * plot/close.m: New file. | |
7852 | |
4184 | 7853 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7854 | |
7855 * image/image.m: Use -raw option for xv. | |
7856 From Remy Bruno <remy.bruno@libertysurf.fr> | |
7857 | |
4172 | 7858 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
7859 | |
4174 | 7860 * control/base/lsim.m: Use approximate test for step size change. |
7861 | |
4172 | 7862 * signal/bartlett.m: Avoid row/column mismatch error. |
7863 | |
5095 | 7864 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 7865 |
7866 * statistics/base/var.m: Use better formula for improved accuracy. | |
7867 | |
5095 | 7868 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 7869 |
7870 * control/base/lsim.m: Correct doc string. | |
7871 | |
5095 | 7872 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 7873 |
7874 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
7875 | |
4148 | 7876 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7877 | |
7878 * plot/contour.m: Handle x and y as matrices too. | |
7879 | |
5095 | 7880 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 7881 |
7882 * plot/contour.m: Fix error and usage messages. | |
7883 | |
4146 | 7884 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7885 | |
7886 * plot/contour.m: Correct orientation of plot. | |
7887 | |
4139 | 7888 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
7889 | |
7890 * control/base/analdemo.m: Fix typo. | |
7891 | |
5095 | 7892 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 7893 |
7894 * statistics/distributions/discrete_pdf.m: Fix typo. | |
7895 | |
4098 | 7896 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7897 | |
7898 * mkdoc: Exit immediately on errors. | |
7899 Exit with error if gethelp does not exist. | |
7900 | |
7901 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
7902 | |
4093 | 7903 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7904 | |
7905 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
7906 | |
5095 | 7907 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 7908 |
7909 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
7910 * statistics/distributions/normal_pdf.m: Likewise. | |
7911 * statistics/distributions/normal_inv.m: Likewise. | |
7912 | |
5095 | 7913 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 7914 |
7915 * specfun/erfinv.m: Return NaN for NaN inputs. | |
7916 | |
5095 | 7917 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 7918 |
7919 * statistics/base/var.m: Handle complex values. | |
7920 | |
4031 | 7921 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7922 | |
7923 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
7924 list. | |
7925 * deprecated/Makefile.in: New file. | |
7926 | |
5095 | 7927 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 7928 |
7929 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
7930 * statistics/distributions/binomial_cdf.m: Likewise. | |
7931 * statistics/distributions/f_cdf.m: Likewise. | |
7932 * statistics/distributions/t_cdf.m: Likewise. | |
7933 | |
7934 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
7935 * specfun/beta.m: Likewise. | |
7936 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
7937 * statistics/distributions/gamma_pdf.m: Likewise. | |
7938 * statistics/distributions/poisson_pdf.m: Likewise. | |
7939 | |
7940 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
7941 * statistics/distributions/poisson_cdf.m: Likewise. | |
7942 | |
4026 | 7943 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7944 | |
4028 | 7945 * deprecated/is_bool.m: New file. |
7946 * deprecated/is_complex.m: New file. | |
7947 * deprecated/is_global.m: New file. | |
7948 * deprecated/is_list.m: New file. | |
7949 * deprecated/is_matrix.m: New file. | |
7950 * deprecated/is_scalar.m: New file. | |
7951 * deprecated/is_square.m: New file. | |
7952 * deprecated/is_stream.m: New file. | |
7953 * deprecated/is_struct.m: New file. | |
7954 * deprecated/is_symmetric.m: New file. | |
7955 * deprecated/is_vector.m: New file. | |
4030 | 7956 * Change all callers of these functions to use the new names. |
4028 | 7957 |
4029 | 7958 * deprecated: New directory. |
7959 * Makefile.in (SUBDIRS): Add it to the list. | |
7960 | |
4026 | 7961 * general/isscalar.m: Rename from is_scalar.m. |
7962 * general/issquare.m: Rename from is_square.m. | |
7963 * general/issymmetric.m: Rename from is_symmetric.m. | |
7964 * general/isvector.m: Rename from is_vector.m. | |
7965 | |
4022 | 7966 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7967 | |
7968 * statistics/base/mean.m: Allow empty matrices. | |
7969 Handle DIM arg. | |
7970 | |
5095 | 7971 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 7972 |
7973 * plot/__errcomm__.m: If format is not specified, default to error | |
7974 bar format. | |
7975 | |
4011 | 7976 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7977 | |
7978 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
7979 __F_SETFL__ and __O_NONBLOCK__. | |
7980 | |
7981 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
7982 * miscellaneous/bug_report.m: Likewise. | |
7983 | |
4007 | 7984 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7985 | |
4008 | 7986 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
7987 * general/rem.m: Likewise. | |
7988 | |
7989 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
7990 * plot/semilogxerr.m: Likewise. | |
4007 | 7991 * plot/semilogyerr.m: Likewise. |
7992 | |
5095 | 7993 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 7994 |
7995 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
7996 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
7997 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
7998 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
7999 | |
8000 * plot/errorbar.m: Use __errcomm__.m. | |
8001 * plot/__errplot__.m: Minor cleanups. | |
8002 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
8003 * plot/__pltopt1__.m: Likewise. | |
8004 | |
3980 | 8005 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8006 | |
3981 | 8007 * general/rem.m: Delete redundant call to usage. |
8008 | |
3980 | 8009 * general/mod.m: Additional error checks, Texinfoize doc string. |
8010 | |
5095 | 8011 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 8012 |
8013 * general/mod.m: New function. | |
8014 | |
3979 | 8015 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8016 | |
8017 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
8018 * control/system/sysadd.m: Likewise. | |
8019 * control/system/sysgroup.m: Likewise. | |
8020 * control/system/syssub.m: Likewise. | |
8021 * elfun/gcd.m: Likewise. | |
8022 * elfun/lcm.m: Likewise. | |
8023 * general/common_size.m: Likewise. | |
8024 * io/printf.m: Likewise. | |
8025 * miscellaneous/menu.m: Likewise. | |
8026 * miscellaneous/path.m: Likewise. | |
8027 * plot/__errplot__.m: Likewise. | |
8028 * plot/__plt__.m: Likewise. | |
8029 * plot/axis.m: Likewise. | |
8030 * plot/errorbar.m: Likewise. | |
8031 * plot/mplot.m: Likewise. | |
8032 * plot/loglog.m: Likewise. | |
8033 * plot/plot.m: Likewise. | |
8034 * plot/plot_border.m: Likewise. | |
8035 * plot/semilogx.m: Likewise. | |
8036 * plot/semilogy.m: Likewise. | |
8037 * plot/xlabel.m: Likewise. | |
8038 * plot/ylabel.m: Likewise. | |
8039 * plot/zlabel.m: Likewise. | |
8040 * statistics/base/ppplot.m: Likewise. | |
8041 * statistics/base/qqplot.m: Likewise. | |
8042 * statistics/tests/bartlett_test.m: Likewise. | |
8043 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
8044 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
8045 * strings/str2mat.m: Likewise. | |
8046 * strings/strcat.m: Likewise. | |
8047 | |
5095 | 8048 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 8049 |
8050 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
8051 | |
3924 | 8052 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8053 | |
8054 * skip-autoheader: New file, for autogen.sh. | |
3925 | 8055 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 8056 |
5095 | 8057 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 8058 |
8059 * general/repmat.m: New function. | |
8060 | |
5095 | 8061 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 8062 |
8063 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
8064 Use optional parameter to specify the number of bits in the input. | |
8065 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
8066 floats in the range [-1,1], 2x speedup. | |
8067 | |
8068 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
8069 | |
3910 | 8070 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8071 | |
8072 * linear-algebra/kron.m: Delete. | |
8073 | |
5095 | 8074 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 8075 |
8076 * signal/freqz.m: If nargout is zero, plot results instead of | |
8077 returning them. | |
8078 * signal/freqz_plot.m: New file. | |
8079 | |
5095 | 8080 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 8081 |
5378 | 8082 * signal/unwrap.m: New file. |
3906 | 8083 |
5095 | 8084 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 8085 |
8086 * image/rgb2hsv.m: Faster, more accurate, remove the | |
8087 divide by zero warning. | |
8088 | |
5095 | 8089 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 8090 |
3894 | 8091 * strings/deblank.m: Trim \0 as well as blank. |
8092 | |
5378 | 8093 * freqz.m: Evaluate a specific range of frequencies |
3893 | 8094 expressed in radians or Hz relative to a supplied sample rate. |
8095 | |
5095 | 8096 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 8097 |
8098 * signal/fftfilt.m: Filter columns if called with a matrix. | |
8099 | |
3891 | 8100 * strings/findstr.m: Vectorize as much as possible. |
8101 | |
5095 | 8102 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 8103 |
8104 * special-matrix/invhilb.m: New version that is faster and more | |
8105 accurate. | |
8106 | |
5095 | 8107 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 8108 |
8109 * configure.in: Update for autoconf 2.5x. | |
8110 | |
5095 | 8111 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 8112 |
8113 * special-matrix/vander.m: Code tidy and vectorize. | |
8114 | |
5095 | 8115 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 8116 |
3883 | 8117 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
8118 to vectors. Issue a warning in the case x matches y' but return a | |
8119 column vector as Octave currently does. | |
8120 | |
3882 | 8121 * plot/contour.m: Set default number of levels for contour(x,y,z). |
8122 | |
8123 * control/system/starp.m: Leave more of the documentation | |
8124 processing to texinfo and less to the @format block. | |
8125 | |
8126 * image/imagesc.m: Only display image if no output is requested. | |
8127 Code tidying. | |
8128 | |
3876 | 8129 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8130 | |
8131 * statistics/base/center.m: Accept and return empty matrix. | |
8132 | |
3872 | 8133 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8134 | |
8135 * specfun/erfinv.m: Fix usage message. | |
8136 | |
3869 | 8137 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8138 | |
8139 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
8140 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
8141 | |
3837 | 8142 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8143 | |
8144 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
8145 capitalized variable names. | |
8146 | |
3836 | 8147 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
8148 | |
8149 * m/image/saveimage.m: fix saving an image to Postscript format. | |
8150 | |
5095 | 8151 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 8152 |
8153 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
8154 | |
3803 | 8155 2001-02-28 Kai Habel <kai.habel@gmx.de> |
8156 | |
3833 | 8157 * general/cart2pol.m: New file. |
8158 * general/pol2cart.m: New file. | |
8159 * general/cart2sph.m: New file. | |
8160 * general/sph2cart.m: New file. | |
8161 * image/rgb2hsv.m: New file. | |
8162 * image/hsv2rgb.m: New file. | |
3803 | 8163 |
8164 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
8165 | |
8166 * plot/meshgrid.m: Avoid for loops. | |
8167 * plot/meshdom.m: Likewise. | |
8168 | |
3801 | 8169 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8170 | |
8171 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
8172 | |
8173 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
8174 | |
8175 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
8176 norm. | |
8177 | |
3792 | 8178 2001-02-09 David Livings <david.livings@asa.co.uk> |
8179 | |
8180 * statistics/tests/welch_test.m: Fix typo. | |
8181 | |
8182 * statistics/distributions/chisquare_cdf.m: | |
8183 Don't restrict inputs to be only positive integers. | |
8184 * statistics/distributions/chisquare_inv.m: Likewise. | |
8185 * statistics/distributions/chisquare_pdf.m: Likewise. | |
8186 * statistics/distributions/chisquare_rnd.m: Likewise. | |
8187 * statistics/distributions/f_cdf.m: Likewise. | |
8188 * statistics/distributions/f_inv.m: Likewise. | |
8189 * statistics/distributions/f_pdf.m: Likewise. | |
8190 * statistics/distributions/f_rnd.m: Likewise. | |
8191 * statistics/distributions/t_cdf.m: Likewise. | |
8192 * statistics/distributions/t_inv.m: Likewise. | |
8193 * statistics/distributions/t_pdf.m: Likewise. | |
8194 * statistics/distributions/t_rnd.m: Likewise. | |
8195 | |
3790 | 8196 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8197 | |
8198 * strings/dec2base.m: New file. | |
8199 * strings/base2dec.m: New file. | |
8200 * strings/strjust.m: New file. | |
8201 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
8202 * strings/dec2bin.m: Likewise. | |
8203 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
8204 * strings/bin2dec.m: Likewise. | |
8205 | |
5095 | 8206 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 8207 |
8208 * statistics/base/ppplot.m: Use gset, not set. | |
8209 * statistics/base/qqplot.m: Likewise. | |
8210 | |
5095 | 8211 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 8212 |
8213 * control/system/c2d.m: Add missing endif. | |
8214 | |
3759 | 8215 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8216 | |
8217 * strings/index.m: Return 0 if either string is empty. | |
8218 | |
8219 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
8220 | |
8221 * control/system/c2d.m: Allow option of matched pole/zero | |
8222 equivalent for conversion. | |
8223 | |
8224 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
8225 | |
8226 * strings/findstr.m: Return empty matrix if search string is empty. | |
8227 | |
3757 | 8228 2000-12-15 Kai Habel <kai.habel@gmx.de> |
8229 | |
8230 * saveimage.m: Do create rawbit image for black and white images, | |
8231 but do it correctly. | |
8232 | |
3754 | 8233 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8234 | |
6778 | 8235 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
8236 result polynomials. | |
3754 | 8237 |
3748 | 8238 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8239 | |
8240 * image/saveimage.m: Don't try to create rawbit image. | |
8241 | |
3740 | 8242 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8243 | |
8244 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
8245 | |
5095 | 8246 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 8247 |
8248 * plot/contour.m: Reorder args for Matlab compatibility. | |
8249 | |
3727 | 8250 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
8251 | |
8252 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
8253 | |
3717 | 8254 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8255 | |
3718 | 8256 * plot/errorbar.m, plot/__errplot__.m: New functions. |
8257 | |
3717 | 8258 * plot/mesh.m: Also set nologscale before plotting. |
8259 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
8260 xyerrorbars instead of just errorbars. | |
8261 | |
3714 | 8262 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
8263 | |
8264 * image/image.m: Try display (from ImageMagick) first. | |
8265 | |
3709 | 8266 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
8267 | |
8268 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
8269 conjugate transpose. | |
8270 | |
3705 | 8271 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8272 | |
8273 * strings/str2mat.m: Apply setstr to each argument. | |
8274 | |
3696 | 8275 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
8276 | |
8277 * control/base/dkalman.m: New file. | |
8278 * control/base/dlqe.m: Handle singular A matrix. | |
8279 * control/base/dlqr.m: Likewise. | |
8280 | |
3695 | 8281 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8282 | |
8283 * strings/strcmp.m: Return 0 instead of an error if row and column | |
8284 dimensions don't match. | |
8285 | |
3690 | 8286 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
8287 | |
8288 * plot/hist.m: Allow 3 argument form to work. | |
8289 | |
5095 | 8290 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 8291 |
8292 * plot/plot.m: Add examples in doc string. | |
8293 | |
5095 | 8294 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 8295 |
8296 * control/base/__stepimp__.m: Reset multiplot state when done. | |
8297 Do the right thing even if automatic_replot is not zero. | |
8298 Avoid failure if system has pure imaginary poles. | |
8299 | |
3674 | 8300 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8301 | |
8302 * general/logical.m: Return arg if it is empty. Better error | |
8303 message for non-numeric types. | |
8304 | |
5095 | 8305 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 8306 |
8307 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
8308 about difference with Matlab dlqe function. | |
8309 | |
8310 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
8311 | |
5095 | 8312 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 8313 |
8314 * strings/strrep.m: Fix typo. | |
8315 | |
3666 | 8316 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8317 | |
8318 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
8319 | |
5095 | 8320 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 8321 |
8322 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 8323 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 8324 |
5095 | 8325 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 8326 |
8327 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
8328 guess for iteration. | |
8329 | |
3651 | 8330 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8331 | |
8332 * image/image.m: Allow image (A) or image (x, y, A). | |
8333 * image/imagesc.m: Likewise. | |
8334 | |
8335 * image/image.m: If zoom is not supplied, or if it is an empty | |
8336 matrix, autoscale the image. | |
8337 | |
3618 | 8338 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8339 | |
3619 | 8340 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
8341 Undo string escapes in text twice(!) before sending to gnuplot. | |
8342 | |
3618 | 8343 * image/saveimage.m: Add comment to file saying who created it and |
8344 when it was created. Suggested by Stephen Eglen | |
8345 <stephen@cogsci.ed.ac.uk>. | |
8346 | |
5095 | 8347 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 8348 |
8349 * polynomial/polyreduce.m: Simplify by looking for the first | |
8350 non-zero element rather than the last of the first set of zero | |
8351 elements. | |
8352 | |
8353 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
8354 | |
5095 | 8355 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 8356 |
8357 * image/saveimage.m: Swap black and white colormaps so zero is | |
8358 displayed as black and 1 is displayed as white. | |
8359 Fix indexing bug in ppm case. | |
8360 | |
3604 | 8361 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
8362 | |
8363 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
8364 between the two distributions (took same approach as ks.test() in R.) | |
8365 | |
3603 | 8366 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8367 | |
8368 * control/base/bode.m: Temporarily disable automatic_replot. | |
8369 | |
3599 | 8370 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8371 | |
3601 | 8372 * Makefile.in (clean): Also remove gethelp. |
8373 | |
3599 | 8374 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
8375 | |
5095 | 8376 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 8377 |
8378 * set/create_set.m: Use find to avoid while loop. | |
8379 | |
5095 | 8380 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 8381 |
8382 * plot/hist.m: New optional third argument. | |
8383 | |
8384 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8385 | |
8386 * miscellaneous/bug_report.m: Use octave-bug script with version | |
8387 number appended. | |
8388 | |
3575 | 8389 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8390 | |
8391 * gethelp.cc: Sprinkle with std:: qualifier. | |
8392 | |
3498 | 8393 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8394 | |
8395 * image/saveimage.m: Delete some debugging code. | |
8396 | |
3486 | 8397 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
8398 | |
8399 * signal/sinc.m: Avoid reshaping. | |
8400 | |
8401 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
8402 * image/ind2rgb.m: Ditto. | |
8403 * image/ind2gray.m: Ditto. | |
8404 * general/reshape.m: Ditto. Also no longer needs to reset | |
8405 implicit_str_to_num_ok. | |
8406 | |
3483 | 8407 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
8408 | |
8409 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
8410 a list of file structures, not a vector of numeric file ids. | |
8411 | |
3474 | 8412 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8413 | |
3476 | 8414 * plot/__axis_label__.m: New function. |
8415 Undo string escapes in text twice(!) before sending to gnuplot. | |
8416 * plot/xlabel.m: Use it. | |
8417 * plot/ylabel.m: Ditto. | |
8418 * plot/zlabel.m: Ditto. | |
8419 | |
3474 | 8420 * plot/mesh.m: Fix error message to reflect reality. |
8421 | |
5095 | 8422 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 8423 |
8424 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
8425 | |
5095 | 8426 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 8427 |
8428 * audio/saveaudio.m: Also accept files with .ul extension. | |
8429 * audio/loadaudio.m: Ditto. | |
8430 * audio/playaudio.m: Ditto. | |
8431 | |
3456 | 8432 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8433 | |
8434 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
8435 * statistics/distributions/beta_inv.m: Ditto. | |
8436 * statistics/distributions/beta_pdf.m: Ditto. | |
8437 * statistics/distributions/beta_rnd.m: Ditto. | |
8438 * statistics/distributions/binomial_cdf.m: Ditto. | |
8439 * statistics/distributions/binomial_inv.m: Ditto. | |
8440 * statistics/distributions/binomial_pdf.m: Ditto. | |
8441 * statistics/distributions/binomial_rnd.m: Ditto. | |
8442 * statistics/distributions/cauchy_cdf.m: Ditto. | |
8443 * statistics/distributions/cauchy_inv.m: Ditto. | |
8444 * statistics/distributions/cauchy_pdf.m: Ditto. | |
8445 * statistics/distributions/cauchy_rnd.m: Ditto. | |
8446 * statistics/distributions/chisquare_cdf.m: Ditto. | |
8447 * statistics/distributions/chisquare_inv.m: Ditto. | |
8448 * statistics/distributions/chisquare_pdf.m: Ditto. | |
8449 * statistics/distributions/chisquare_rnd.m: Ditto. | |
8450 * statistics/distributions/discrete_cdf.m: Ditto. | |
8451 * statistics/distributions/discrete_inv.m: Ditto. | |
8452 * statistics/distributions/discrete_pdf.m: Ditto. | |
8453 * statistics/distributions/discrete_rnd.m: Ditto. | |
8454 * statistics/distributions/empirical_cdf.m: Ditto. | |
8455 * statistics/distributions/empirical_inv.m: Ditto. | |
8456 * statistics/distributions/empirical_pdf.m: Ditto. | |
8457 * statistics/distributions/empirical_rnd.m: Ditto. | |
8458 * statistics/distributions/exponential_cdf.m: Ditto. | |
8459 * statistics/distributions/exponential_inv.m: Ditto. | |
8460 * statistics/distributions/exponential_pdf.m: Ditto. | |
8461 * statistics/distributions/exponential_rnd.m: Ditto. | |
8462 * statistics/distributions/f_cdf.m: Ditto. | |
8463 * statistics/distributions/f_inv.m: Ditto. | |
8464 * statistics/distributions/f_pdf.m: Ditto. | |
8465 * statistics/distributions/f_rnd.m: Ditto. | |
8466 * statistics/distributions/gamma_cdf.m: Ditto. | |
8467 * statistics/distributions/gamma_inv.m: Ditto. | |
8468 * statistics/distributions/gamma_pdf.m: Ditto. | |
8469 * statistics/distributions/gamma_rnd.m: Ditto. | |
8470 * statistics/distributions/geometric_cdf.m: Ditto. | |
8471 * statistics/distributions/geometric_inv.m: Ditto. | |
8472 * statistics/distributions/geometric_pdf.m: Ditto. | |
8473 * statistics/distributions/geometric_rnd.m: Ditto. | |
8474 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
8475 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
8476 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
8477 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
8478 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
8479 * statistics/distributions/laplace_cdf.m: Ditto. | |
8480 * statistics/distributions/laplace_inv.m: Ditto. | |
8481 * statistics/distributions/laplace_pdf.m: Ditto. | |
8482 * statistics/distributions/laplace_rnd.m: Ditto. | |
8483 * statistics/distributions/logistic_cdf.m: Ditto. | |
8484 * statistics/distributions/logistic_inv.m: Ditto. | |
8485 * statistics/distributions/logistic_pdf.m: Ditto. | |
8486 * statistics/distributions/logistic_rnd.m: Ditto. | |
8487 * statistics/distributions/lognormal_cdf.m: Ditto. | |
8488 * statistics/distributions/lognormal_inv.m: Ditto. | |
8489 * statistics/distributions/lognormal_pdf.m: Ditto. | |
8490 * statistics/distributions/lognormal_rnd.m: Ditto. | |
8491 * statistics/distributions/normal_cdf.m: Ditto. | |
8492 * statistics/distributions/normal_inv.m: Ditto. | |
8493 * statistics/distributions/normal_pdf.m: Ditto. | |
8494 * statistics/distributions/normal_rnd.m: Ditto. | |
8495 * statistics/distributions/pascal_cdf.m: Ditto. | |
8496 * statistics/distributions/pascal_inv.m: Ditto. | |
8497 * statistics/distributions/pascal_pdf.m: Ditto. | |
8498 * statistics/distributions/pascal_rnd.m: Ditto. | |
8499 * statistics/distributions/poisson_cdf.m: Ditto. | |
8500 * statistics/distributions/poisson_inv.m: Ditto. | |
8501 * statistics/distributions/poisson_pdf.m: Ditto. | |
8502 * statistics/distributions/poisson_rnd.m: Ditto. | |
8503 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
8504 * statistics/distributions/stdnormal_inv.m: Ditto. | |
8505 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
8506 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
8507 * statistics/distributions/t_cdf.m: Ditto. | |
8508 * statistics/distributions/t_inv.m: Ditto. | |
8509 * statistics/distributions/t_pdf.m: Ditto. | |
8510 * statistics/distributions/t_rnd.m: Ditto. | |
8511 * statistics/distributions/uniform_cdf.m: Ditto. | |
8512 * statistics/distributions/uniform_inv.m: Ditto. | |
8513 * statistics/distributions/uniform_pdf.m: Ditto. | |
8514 * statistics/distributions/uniform_rnd.m: Ditto. | |
8515 * statistics/distributions/weibull_cdf.m: Ditto. | |
8516 * statistics/distributions/weibull_inv.m: Ditto. | |
8517 * statistics/distributions/weibull_pdf.m: Ditto. | |
8518 * statistics/distributions/weibull_rnd.m: Ditto. | |
8519 * statistics/distributions/wiener_rnd.m: Ditto. | |
8520 | |
3453 | 8521 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8522 | |
8523 * statistics/base/values.m: Texinfoize doc string. | |
8524 * statistics/base/var.m: Ditto. | |
8525 * statistics/base/table.m: Ditto. | |
8526 * statistics/base/studentize.m: Ditto. | |
8527 * statistics/base/statistics.m: Ditto. | |
8528 * statistics/base/spearman.m: Ditto. | |
8529 * statistics/base/run_count.m: Ditto. | |
8530 * statistics/base/ranks.m: Ditto. | |
8531 * statistics/base/range.m: Ditto. | |
8532 * statistics/base/qqplot.m: Ditto. | |
8533 * statistics/base/probit.m: Ditto. | |
8534 * statistics/base/ppplot.m: Ditto. | |
8535 * statistics/base/moment.m: Ditto. | |
8536 * statistics/base/meansq.m: Ditto. | |
8537 * statistics/base/logit.m: Ditto. | |
8538 * statistics/base/kendall.m: Ditto. | |
8539 * statistics/base/iqr.m: Ditto. | |
8540 * statistics/base/cut.m: Ditto. | |
8541 * statistics/base/cor.m: Ditto. | |
8542 * statistics/base/cloglog.m: Ditto. | |
8543 * statistics/base/center.m: Ditto. | |
3454 | 8544 * statistics/models/logistic_regression.m: Ditto. |
8545 * statistics/models/logistic_regression_derivative.m: Ditto. | |
8546 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
8547 * statistics/tests/anova.m: Ditto. | |
8548 * statistics/tests/bartlett_test.m: Ditto. | |
8549 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
8550 * statistics/tests/chisquare_test_independence.m: Ditto. | |
8551 * statistics/tests/cor_test.m: Ditto. | |
8552 * statistics/tests/f_test_regression.m: Ditto. | |
8553 * statistics/tests/hotelling_test.m: Ditto. | |
8554 * statistics/tests/hotelling_test_2.m: Ditto. | |
8555 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
8556 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
8557 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
8558 * statistics/tests/manova.m: Ditto. | |
8559 * statistics/tests/mcnemar_test.m: Ditto. | |
8560 * statistics/tests/prop_test_2.m: Ditto. | |
8561 * statistics/tests/run_test.m: Ditto. | |
8562 * statistics/tests/sign_test.m: Ditto. | |
8563 * statistics/tests/t_test.m: Ditto. | |
8564 * statistics/tests/t_test_2.m: Ditto. | |
8565 * statistics/tests/t_test_regression.m: Ditto. | |
8566 * statistics/tests/u_test.m: Ditto. | |
8567 * statistics/tests/var_test.m: Ditto. | |
8568 * statistics/tests/welch_test.m: Ditto. | |
8569 * statistics/tests/wilcoxon_test.m: Ditto. | |
8570 * statistics/tests/z_test.m: Ditto. | |
8571 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 8572 |
3446 | 8573 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8574 | |
8575 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 8576 * plot/__plr1__.m: Ditto. |
8577 * plot/__pltopt__.m: Ditto. | |
8578 * plot/__plt__.m: Ditto. | |
8579 * plot/__plt2vv__.m: Ditto. | |
8580 * plot/__plr2__.m: Ditto. | |
8581 * plot/__plr__.m: Ditto. | |
8582 * plot/__plt1__.m: Ditto. | |
8583 * plot/__plt2__.m: Ditto. | |
8584 * plot/__plt2mm__.m: Ditto. | |
8585 * plot/__plt2mv__.m: Ditto. | |
8586 * plot/__plt2ss__.m: Ditto. | |
8587 * miscellaneous/paren.m: Ditto. | |
8588 * miscellaneous/comma.m: Ditto. | |
8589 * miscellaneous/semicolon.m: Ditto. | |
8590 * miscellaneous/path.m: Ditto. | |
8591 * miscellaneous/list_primes.m: Ditto. | |
8592 * miscellaneous/flops.m: Ditto. | |
8593 * miscellaneous/dump_prefs.m: Ditto. | |
8594 * miscellaneous/bug_report.m: Ditto. | |
8595 * linear-algebra/dot.m: Ditto | |
8596 * linear-algebra/dmult.m: Ditto. | |
8597 * general/randperm.m: Ditto. | |
8598 * general/logical.m: Ditto. | |
8599 * general/is_duplicate_entry.m: Ditto. | |
8600 * signal/arch_fit.m: Ditto. | |
8601 * signal/arch_rnd.m: Ditto. | |
8602 * signal/arch_test.m: Ditto. | |
8603 * signal/arma_rnd.m: Ditto. | |
8604 * signal/autocor.m: Ditto. | |
8605 * signal/autocov.m: Ditto. | |
8606 * signal/autoreg_matrix.m: Ditto. | |
8607 * signal/bartlett.m: Ditto. | |
8608 * signal/blackman.m: Ditto. | |
8609 * signal/detrend.m: Ditto. | |
8610 * signal/diffpara.m: Ditto. | |
8611 * signal/durbinlevinson.m: Ditto. | |
8612 * signal/fftconv.m: Ditto. | |
8613 * signal/fftfilt.m: Ditto. | |
8614 * signal/fftshift.m: Ditto. | |
8615 * signal/fractdiff.m: Ditto. | |
8616 * signal/freqz.m: Ditto. | |
8617 * signal/hamming.m: Ditto. | |
8618 * signal/hanning.m: Ditto. | |
8619 * signal/hurst.m: Ditto. | |
8620 * signal/periodogram.m: Ditto. | |
8621 * signal/rectangle_lw.m: Ditto. | |
8622 * signal/rectangle_sw.m: Ditto. | |
8623 * signal/sinc.m: Ditto. | |
8624 * signal/sinetone.m: Ditto. | |
8625 * signal/sinewave.m: Ditto. | |
8626 * signal/spectral_adf.m: Ditto. | |
8627 * signal/spectral_xdf.m: Ditto. | |
8628 * signal/spencer.m: Ditto. | |
8629 * signal/stft.m: Ditto. | |
8630 * signal/synthesis.m: Ditto. | |
8631 * signal/triangle_lw.m: Ditto. | |
8632 * signal/triangle_sw.m: Ditto. | |
8633 * signal/yulewalker.m: Ditto. | |
3450 | 8634 * control/util/strappend.m: Ditto. |
3451 | 8635 * control/base/nichols.m: Ditto. |
3452 | 8636 * control/system/is_signal_list.m: Ditto. |
8637 * control/system/listidx.m: Ditto. | |
8638 * control/system/sysgettsam.m: Ditto. | |
8639 * control/system/sysidx.m: Ditto. | |
3446 | 8640 |
3438 | 8641 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8642 | |
8643 * control/system/__abcddims__.m: Rename from | |
8644 control/system/abcddims.m, change all callers. | |
8645 * control/base/__bodquist__.m: Likewise. | |
8646 * control/base/__freqresp__.m: Likewise. | |
8647 * control/util/__outlist__.m: Likewise. | |
8648 * control/base/__stepimp__.m: Likewise. | |
8649 * control/system/__syschnamesl__.m: Likewise. | |
8650 * control/system/__syscont_disc__.m: Likewise. | |
8651 * control/system/__sysdefioname__.m: Likewise. | |
8652 * control/system/__sysdefstname__.m: Likewise. | |
8653 * control/system/__sysgroupn__.m: Likewise. | |
8654 * control/system/__tf2sysl__.m: Likewise. | |
8655 * control/util/__zgpbal__.m: Likewise. | |
8656 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 8657 |
8658 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 8659 * quaternion/qconj.m: Ditto. |
8660 * quaternion/qcoordinate_plot.m: Ditto. | |
8661 * quaternion/qderiv.m: Ditto. | |
8662 * quaternion/qderivmat.m: Ditto. | |
8663 * quaternion/qinv.m: Ditto. | |
8664 * quaternion/qmult.m: Ditto. | |
8665 * quaternion/qtrans.m: Ditto. | |
8666 * quaternion/qtransv.m: Ditto. | |
8667 * quaternion/qtransvmat.m: Ditto. | |
8668 * quaternion/quaternion.m: Ditto. | |
3438 | 8669 |
3436 | 8670 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8671 | |
8672 * control/base/Makefile.in: Ditto. | |
8673 * control/hinf/Makefile.in: New file. | |
8674 * control/marsyas/Makefile.in: Ditto. | |
8675 * control/obsolete/Makefile.in: Ditto. | |
8676 * control/system/Makefile.in: Ditto. | |
8677 * control/util/Makefile.in: Ditto. | |
8678 | |
8679 * strings/com2str.m: Move here from control directory. | |
8680 | |
8681 * control/base: New directory. | |
8682 * control/base/DEMOcontrol.m: Move here from control directory. | |
8683 * control/base/analdemo.m: Ditto. | |
8684 * control/base/are.m: Ditto. | |
8685 * control/base/bddemo.m: Ditto. | |
8686 * control/base/bode.m: Ditto. | |
8687 * control/base/bode_bounds.m: Ditto. | |
8688 * control/base/bodquist.m: Ditto. | |
8689 * control/base/controldemo.m: Ditto. | |
8690 * control/base/ctrb.m: Ditto. | |
8691 * control/base/damp.m: Ditto. | |
8692 * control/base/dare.m: Ditto. | |
8693 * control/base/dcgain.m: Ditto. | |
8694 * control/base/dgram.m: Ditto. | |
8695 * control/base/dlqe.m: Ditto. | |
8696 * control/base/dlqr.m: Ditto. | |
8697 * control/base/dlyap.m: Ditto. | |
8698 * control/base/dre.m: Ditto. | |
8699 * control/base/frdemo.m: Ditto. | |
8700 * control/base/freqchkw.m: Ditto. | |
8701 * control/base/freqresp.m: Ditto. | |
8702 * control/base/gram.m: Ditto. | |
8703 * control/base/impulse.m: Ditto. | |
8704 * control/base/lqe.m: Ditto. | |
8705 * control/base/lqg.m: Ditto. | |
8706 * control/base/lqr.m: Ditto. | |
8707 * control/base/lsim.m: Ditto. | |
8708 * control/base/ltifr.m: Ditto. | |
8709 * control/base/lyap.m: Ditto. | |
8710 * control/base/nichols.m: Ditto. | |
8711 * control/base/nyquist.m: Ditto. | |
8712 * control/base/obsv.m: Ditto. | |
8713 * control/base/place.m: Ditto. | |
8714 * control/base/pzmap.m: Ditto. | |
8715 * control/base/rldemo.m: Ditto. | |
8716 * control/base/rlocus.m: Ditto. | |
8717 * control/base/step.m: Ditto. | |
8718 * control/base/stepimp.m: Ditto. | |
8719 * control/base/tzero.m: Ditto. | |
8720 * control/base/tzero2.m: Ditto. | |
8721 | |
8722 * control/hinf: New directory. | |
8723 * control/hinf/dhinfdemo.m: Move here from control directory. | |
8724 * control/hinf/h2norm.m: Ditto. | |
8725 * control/hinf/h2syn.m: Ditto. | |
8726 * control/hinf/hinf_ctr.m: Ditto. | |
8727 * control/hinf/hinfdemo.m: Ditto. | |
8728 * control/hinf/hinfnorm.m: Ditto. | |
8729 * control/hinf/hinfsyn.m: Ditto. | |
8730 * control/hinf/hinfsyn_chk.m: Ditto. | |
8731 * control/hinf/hinfsyn_ric.m: Ditto. | |
8732 * control/hinf/wgt1o.m: Ditto. | |
3441 | 8733 * control/hinf/dgkfdemo.m: Ditto. |
8734 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 8735 |
8736 * control/marsyas: New directory. | |
8737 * control/marsyas/demomarsyas.m: Move here from control directory. | |
8738 * control/marsyas/susball.m: Ditto. | |
8739 | |
8740 * control/obsolete/dezero.m: Move here from control directory. | |
8741 * control/obsolete/rotg.m: Ditto. | |
8742 | |
8743 * control/system: New directory. | |
8744 * control/system/abcddim.m: Move here from control directory. | |
8745 * control/system/abcddims.m: Ditto. | |
8746 * control/system/buildssic.m: Ditto. | |
8747 * control/system/c2d.m: Ditto. | |
8748 * control/system/d2c.m: Ditto. | |
8749 * control/system/dmr2d.m: Ditto. | |
8750 * control/system/fir2sys.m: Ditto. | |
8751 * control/system/is_abcd.m: Ditto. | |
8752 * control/system/is_digital.m: Ditto. | |
8753 * control/system/is_sample.m: Ditto. | |
8754 * control/system/is_signal_list.m: Ditto. | |
8755 * control/system/is_siso.m: Ditto. | |
3441 | 8756 * control/system/is_controllable.m: Ditto. |
8757 * control/system/is_detectable.m: Ditto. | |
8758 * control/system/is_observable.m: Ditto. | |
8759 * control/system/is_stabilizable.m: Ditto. | |
8760 * control/system/is_stable.m: Ditto. | |
3436 | 8761 * control/system/jet707.m: Ditto. |
8762 * control/system/listidx.m: Ditto. | |
8763 * control/system/moddemo.m: Ditto. | |
8764 * control/system/ord2.m: Ditto. | |
8765 * control/system/packedform.m: Ditto. | |
8766 * control/system/parallel.m: Ditto. | |
8767 * control/system/ss2sys.m: Ditto. | |
8768 * control/system/ss2tf.m: Ditto. | |
8769 * control/system/ss2zp.m: Ditto. | |
8770 * control/system/starp.m: Ditto. | |
8771 * control/system/sys2fir.m: Ditto. | |
8772 * control/system/sys2ss.m: Ditto. | |
8773 * control/system/sys2tf.m: Ditto. | |
8774 * control/system/sys2zp.m: Ditto. | |
8775 * control/system/sysadd.m: Ditto. | |
8776 * control/system/sysappend.m: Ditto. | |
8777 * control/system/syschnamesl.m: Ditto. | |
8778 * control/system/syschtsam.m: Ditto. | |
8779 * control/system/sysconnect.m: Ditto. | |
8780 * control/system/syscont.m: Ditto. | |
8781 * control/system/syscont_disc.m: Ditto. | |
8782 * control/system/sysdefioname.m: Ditto. | |
8783 * control/system/sysdefstname.m: Ditto. | |
8784 * control/system/sysdimensions.m: Ditto. | |
8785 * control/system/sysdisc.m: Ditto. | |
8786 * control/system/sysdup.m: Ditto. | |
8787 * control/system/sysgetsignals.m: Ditto. | |
8788 * control/system/sysgettsam.m: Ditto. | |
8789 * control/system/sysgettype.m: Ditto. | |
8790 * control/system/sysgroup.m: Ditto. | |
8791 * control/system/sysgroupn.m: Ditto. | |
8792 * control/system/sysidx.m: Ditto. | |
8793 * control/system/sysmin.m: Ditto. | |
8794 * control/system/sysmult.m: Ditto. | |
8795 * control/system/sysout.m: Ditto. | |
8796 * control/system/sysprune.m: Ditto. | |
8797 * control/system/sysreorder.m: Ditto. | |
8798 * control/system/sysrepdemo.m: Ditto. | |
8799 * control/system/sysscale.m: Ditto. | |
8800 * control/system/syssetsignals.m: Ditto. | |
8801 * control/system/syssub.m: Ditto. | |
8802 * control/system/sysupdate.m: Ditto. | |
8803 * control/system/tf2ss.m: Ditto. | |
8804 * control/system/tf2sys.m: Ditto. | |
8805 * control/system/tf2sysl.m: Ditto. | |
8806 * control/system/tf2zp.m: Ditto. | |
8807 * control/system/tfout.m: Ditto. | |
8808 * control/system/ugain.m: Ditto. | |
8809 * control/system/zp2ss.m: Ditto. | |
8810 * control/system/zp2ssg2.m: Ditto. | |
8811 * control/system/zp2sys.m: Ditto. | |
8812 * control/system/zp2tf.m: Ditto. | |
8813 * control/system/zpout.m: Ditto. | |
8814 | |
8815 * control/util: New directory. | |
8816 * control/util/axis2dlim.m: Move here from control directory. | |
8817 * control/util/outlist.m: Ditto. | |
8818 * control/util/prompt.m: Ditto. | |
8819 * control/util/run_cmd.m: Ditto. | |
8820 * control/util/sortcom.m: Ditto. | |
8821 * control/util/strappend.m: Ditto. | |
8822 * control/util/swap.m: Ditto. | |
8823 * control/util/zgfmul.m: Ditto. | |
8824 * control/util/zgfslv.m: Ditto. | |
8825 * control/util/zginit.m: Ditto. | |
8826 * control/util/zgpbal.m: Ditto. | |
8827 * control/util/zgreduce.m: Ditto. | |
8828 * control/util/zgrownorm.m: Ditto. | |
8829 * control/util/zgscal.m: Ditto. | |
8830 * control/util/zgsgiv.m: Ditto. | |
8831 * control/util/zgshsr.m: Ditto. | |
8832 | |
3427 | 8833 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8834 | |
8835 * gethelp.cc (extract_help_text): Discard first space character | |
8836 after consecutive comment characters. | |
8837 | |
3422 | 8838 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
8839 | |
8840 * control/obsolete: New directory | |
8841 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 8842 * control/obsolete/swapcols.m: Ditto. |
8843 * control/obsolete/dlqg.m: Ditto. | |
8844 * control/obsolete/minfo.m: Ditto. | |
8845 * control/obsolete/packsys.m: Ditto. | |
8846 * control/obsolete/qzval.m: Ditto. | |
8847 * control/obsolete/unpacksys.m: Ditto. | |
8848 * control/obsolete/series.m: Ditto. | |
8849 * control/obsolete/syschnames.m: Ditto. | |
8850 * polynomial/polyout.m: Ditto. | |
3422 | 8851 |
3420 | 8852 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8853 | |
8854 * general/fliplr.m: Eliminate useless copy of arg. | |
8855 * general/flipud.m: Ditto. | |
8856 | |
3418 | 8857 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8858 | |
8859 * linear-algebra/cross.m: Only return a row vector if both args | |
8860 are row vectors. | |
8861 * polynomial/polyfit.m: Likewise. | |
8862 | |
8863 * signal/autocov.m: Don't reset prefer_column_vectors. | |
8864 | |
8865 * statistics/distributions/discrete_rnd.m: | |
8866 Always generate a row vector. | |
8867 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
8868 | |
5095 | 8869 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 8870 |
8871 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
8872 | |
8873 * audio/setaudio.m: Texinfoize doc string. | |
8874 * control/com2str.m: Likewise. | |
8875 * control/controldemo.m: Likewise. | |
8876 * control/DEMOcontrol.m: Likewise. | |
8877 * control/dezero.m: Likewise. | |
8878 * control/dre.m: Likewise. | |
8879 * control/hinfsyn_ric.m: Likewise. | |
8880 | |
5095 | 8881 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 8882 |
8883 * io/printf.m: Add @seealso{...} to doc string. | |
8884 * io/puts.m: Likewise. | |
8885 * plot/semilogx.m: Likewise. | |
8886 * plot/semilogy.m: Likewise. | |
8887 * plot/__pltopt__.m: Likewise. | |
8888 * plot/bar.m: Likewise. | |
8889 * plot/xlabel.m: Likewise. | |
8890 * plot/grid.m: Likewise. | |
8891 * plot/shg.m: Likewise. | |
8892 * plot/title.m: Likewise. | |
8893 * plot/mesh.m: Likewise. | |
8894 * plot/__pltopt1__.m: Likewise. | |
8895 * plot/contour.m: Likewise. | |
8896 * plot/hist.m: Likewise. | |
8897 * plot/stairs.m: Likewise. | |
8898 * plot/meshgrid.m: Likewise. | |
8899 * plot/polar.m: Likewise. | |
8900 * plot/loglog.m: Likewise. | |
8901 * plot/plot.m: Likewise. | |
8902 * miscellaneous/semicolon.m: Likewise. | |
8903 * miscellaneous/menu.m: Likewise. | |
8904 * miscellaneous/etime.m: Likewise. | |
8905 * miscellaneous/texas_lotto.m: Likewise. | |
8906 * miscellaneous/comma.m: Likewise. | |
8907 * audio/lin2mu.m: Likewise. | |
8908 * audio/playaudio.m: Likewise. | |
8909 * audio/loadaudio.m: Likewise. | |
8910 * audio/saveaudio.m: Likewise. | |
8911 * audio/mu2lin.m: Likewise. | |
8912 * audio/record.m: Likewise. | |
8913 * strings/isletter.m: Likewise. | |
8914 * strings/lower.m: Likewise. | |
8915 * strings/lower.m: Likewise. | |
8916 * strings/upper.m: Likewise. | |
8917 * specfun/erfinv.m: Likewise. | |
8918 * specfun/gammai.m: Likewise. | |
8919 * specfun/log2.m: Likewise. | |
8920 * specfun/pow2.m: Likewise. | |
8921 * elfun/gcd.m: Likewise. | |
8922 * elfun/lcm.m: Likewise. | |
8923 * special-matrix/vander.m: Likewise. | |
8924 * special-matrix/sylvester_matrix.m: Likewise. | |
8925 * special-matrix/hilb.m: Likewise. | |
8926 * special-matrix/hankel.m: Likewise. | |
8927 * special-matrix/toeplitz.m: Likewise. | |
8928 * special-matrix/invhilb.m: Likewise. | |
8929 * statistics/base/std.m: Likewise. | |
8930 * statistics/base/median.m: Likewise. | |
8931 * linear-algebra/cond.m: Likewise. | |
8932 * linear-algebra/norm.m: Likewise. | |
8933 * finance/nper.m: Likewise. | |
8934 * finance/pmt.m: Likewise. | |
8935 * finance/pv.m: Likewise. | |
8936 * finance/rate.m: Likewise. | |
8937 * finance/npv.m: Likewise. | |
8938 * general/fliplr.m: Likewise. | |
8939 * general/flipud.m: Likewise. | |
8940 * general/is_scalar.m: Likewise. | |
8941 * general/rem.m: Likewise. | |
8942 * general/perror.m: Likewise. | |
8943 * general/tril.m: Likewise. | |
8944 * general/rot90.m: Likewise. | |
8945 * general/num2str.m: Likewise. | |
8946 * general/int2str.m: Likewise. | |
8947 * general/reshape.m: Likewise. | |
8948 * general/logspace.m: Likewise. | |
8949 * general/is_symmetric.m: Likewise. | |
8950 * general/is_vector.m: Likewise. | |
8951 * general/nextpow2.m: Likewise. | |
8952 * general/columns.m: Likewise. | |
8953 * general/is_square.m: Likewise. | |
8954 * general/rows.m: Likewise. | |
8955 * control/ugain.m: Likewise. | |
8956 * control/damp.m: Likewise. | |
8957 * control/dare.m: Likewise. | |
8958 * control/are.m: Likewise. | |
8959 * control/sys2fir.m: Likewise. | |
8960 * control/abcddim.m: Likewise. | |
8961 * control/is_abcd.m: Likewise. | |
8962 * control/step.m: Likewise. | |
8963 * control/is_observable.m: Likewise. | |
8964 * control/is_controllable.m: Likewise. | |
8965 * control/jet707.m: Likewise. | |
8966 * control/polyout.m: Likewise. | |
8967 * control/impulse.m: Likewise. | |
8968 * control/lqg.m: Likewise. | |
8969 * control/is_detectable.m: Likewise. | |
8970 * control/sysdimensions.m: Likewise. | |
8971 * control/sysupdate.m: Likewise. | |
8972 * control/stepimp.m: Likewise. | |
8973 * control/is_stable.m: Likewise. | |
8974 * control/tfout.m: Likewise. | |
8975 * control/zpout.m: Likewise. | |
8976 | |
3405 | 8977 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8978 | |
8979 * set/complement.m: Add @seealso{} stuff. | |
8980 * set/create_set.m: Likewise. | |
8981 * set/intersection.m: Likewise. | |
8982 * set/union.m: Likewise. | |
8983 | |
3399 | 8984 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8985 | |
3400 | 8986 * control/d2c.m: Use double quotes instead of single quotes for |
8987 string constants. | |
8988 * control/dgkfdemo.m: Likewise. | |
8989 * control/fir2sys.m: Likewise. | |
8990 * control/frdemo.m: Likewise. | |
8991 * control/moddemo.m: Likewise. | |
8992 * control/minfo.m: Likewise. | |
8993 * control/is_stabilizable.m: Likewise. | |
8994 * control/is_dgkf.m: Likewise. | |
8995 * control/polyout.m: Likewise. | |
8996 * control/sysconnect.m: Likewise. | |
8997 * control/sysrepdemo.m: Likewise. | |
8998 * control/tf2sys.m: Likewise. | |
8999 * control/tfout.m: Likewise. | |
9000 * control/zp2sys.m: Likewise. | |
9001 * control/zpout.m: Likewise. | |
9002 * control/tzero.m: Likewise. | |
9003 | |
9004 * control/DEMOcontrol.m: Handle moddemo case too. | |
9005 | |
9006 * image/loadimage.m: Use double quotes instead of single quotes | |
9007 for string constants. Use sprintf instead of square brackets to | |
9008 construct string. | |
9009 | |
3399 | 9010 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 9011 * control/fir2sys.m: Likewise. |
3399 | 9012 |
3390 | 9013 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9014 | |
9015 * mkdoc: Only delete spaces before @ characters at the beginning | |
9016 of a line. | |
9017 | |
3383 | 9018 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9019 | |
3388 | 9020 * control/bddemo.m: Make it more likely to work with any value of |
9021 whitespace_in_literal_matrix. | |
3386 | 9022 * control/analdemo.m: Ditto. |
9023 * control/dgkfdemo.m: Ditto. | |
9024 * control/frdemo.m: Ditto. | |
9025 * control/sysrepdemo.m: Ditto. | |
9026 * control/moddemo.m: Ditto. | |
3388 | 9027 * control/zp2ss.m: Ditto. |
3387 | 9028 * control/zp2tf.m: Ditto. |
3388 | 9029 * control/syssub.m: Ditto. |
9030 * finance/npv.m: Ditto. | |
9031 * statistics/base/studentize.m: Ditto. | |
9032 * statistics/base/values.m: Ditto. | |
9033 * statistics/distributions/exponential_cdf.m: Ditto. | |
9034 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 9035 |
3384 | 9036 * control/dezero.m: Use toascii to convert string to ASCII value |
9037 instead of multiplying it by 1. | |
9038 | |
3383 | 9039 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
9040 * control/zpout.m: Ditto. | |
9041 * control/tfout.m: Ditto. | |
9042 * control/tf2sys.m: Ditto. | |
9043 * control/syssub.m: Ditto. | |
9044 * control/syssetsignals.m: Ditto. | |
9045 * control/sysout.m: Ditto. | |
9046 * control/sysmult.m: Ditto. | |
9047 * control/sysgroup.m: Ditto. | |
9048 * control/sysdup.m: Ditto. | |
9049 * control/sysdisc.m: Ditto. | |
9050 * control/syscont.m: Ditto. | |
9051 * control/sysconnect.m: Ditto. | |
9052 * control/sysappend.m: Ditto. | |
9053 * control/sysadd.m: Ditto. | |
9054 * control/ss2sys.m: Ditto. | |
9055 * control/nyquist.m: Ditto. | |
9056 * control/lqg.m: Ditto. | |
9057 * control/fir2sys.m: Ditto. | |
9058 * control/dmr2d.m: Ditto. | |
9059 * control/dezero.m: Ditto. | |
9060 * control/d2c.m: Ditto. | |
9061 * control/c2d.m: Ditto. | |
9062 * control/bddemo.m: Ditto. | |
9063 * control/pzmap.m: Ditto. | |
9064 | |
5095 | 9065 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 9066 |
9067 * signal/spectral_adf.m: Fix typo. | |
9068 | |
3372 | 9069 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9070 | |
9071 * linear-algebra/cond.m: Texinfoize doc string. | |
9072 * linear-algebra/kron.m: Ditto. | |
9073 * linear-algebra/norm.m: Ditto. | |
9074 * linear-algebra/null.m: Ditto. | |
9075 * linear-algebra/orth.m: Ditto. | |
9076 * linear-algebra/rank.m: Ditto. | |
9077 * linear-algebra/trace.m: Ditto. | |
9078 * linear-algebra/qzhess.m: Ditto. | |
9079 * miscellaneous/menu.m: Ditto. | |
3373 | 9080 * general/perror.m: Ditto. |
9081 * general/strerror.m: Ditto. | |
9082 * general/columns.m: Ditto. | |
9083 * general/rows.m: Ditto. | |
9084 * image/colormap.m: Ditto. | |
9085 * image/gray.m: Ditto. | |
9086 * image/gray2ind.m: Ditto. | |
9087 * image/image.m: Ditto. | |
9088 * image/imagesc.m: Ditto. | |
9089 * image/imshow.m: Ditto. | |
9090 * image/ind2gray.m: Ditto. | |
9091 * image/ind2rgb.m: Ditto. | |
9092 * image/loadimage.m: Ditto. | |
9093 * image/rgb2ntsc.m: Ditto. | |
9094 * image/ntsc2rgb.m: Ditto. | |
9095 * image/ocean.m: Ditto. | |
9096 * image/rgb2ind.m: Ditto. | |
9097 * image/saveimage.m: Ditto. | |
3372 | 9098 * io/printf.m: Ditto. |
9099 * io/puts.m: Ditto. | |
9100 | |
3369 | 9101 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9102 | |
9103 * special-matrix/hankel.m: Texinfoize doc string. | |
9104 * special-matrix/hilb.m: Ditto. | |
9105 * special-matrix/invhilb.m: Ditto. | |
9106 * special-matrix/sylvester_matrix.m: Ditto. | |
9107 * special-matrix/toeplitz.m: Ditto. | |
9108 * special-matrix/vander.m: Ditto. | |
9109 * linear-algebra/vec.m: Ditto. | |
9110 * linear-algebra/vech.m: Ditto. | |
9111 * general/common_size.m: Ditto. | |
9112 * general/diff.m: Ditto. | |
9113 * general/fliplr.m: Ditto. | |
9114 * general/flipud.m: Ditto. | |
9115 * general/rot90.m: Ditto. | |
9116 * general/reshape.m: Ditto. | |
9117 * general/shift.m: Ditto. | |
9118 * general/tril.m: Ditto. | |
9119 * general/triu.m: Ditto. | |
9120 * general/logspace.m: Ditto. | |
3371 | 9121 * general/nargchk.m: Ditto. |
3369 | 9122 |
3367 | 9123 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9124 | |
9125 * statistics/base/mean: Texinfoize doc string. | |
9126 * statistics/base/median: Ditto. | |
9127 * statistics/base/std: Ditto. | |
9128 * statistics/base/cov: Ditto. | |
9129 * statistics/base/corrcoef: Ditto. | |
9130 * statistics/base/kurtosis: Ditto. | |
9131 * statistics/base/mahalanobis: Ditto. | |
9132 * statistics/base/skewness: Ditto. | |
3368 | 9133 * statistics/base/gls.m: Ditto. |
9134 * statistics/base/ols.m: Ditto. | |
3367 | 9135 * signal/detrend.m: Ditto. |
9136 * signal/freqz.m: Ditto. | |
9137 * signal/sinc.m: Ditto. | |
9138 * signal/fftconv.m: Ditto. | |
9139 * signal/fftfilt.m: Ditto. | |
3368 | 9140 * set/create_set.m: Ditto. |
9141 * set/union.m: Ditto. | |
9142 * set/intersection.m: Ditto. | |
9143 * set/complement.m: Ditto. | |
9144 * poly/compan.m: Ditto. | |
9145 * poly/conv: Ditto. | |
9146 * poly/deconv: Ditto. | |
9147 * poly/poly: Ditto. | |
9148 * poly/polyderiv: Ditto. | |
9149 * poly/polyfit: Ditto. | |
9150 * poly/polyinteg: Ditto. | |
9151 * poly/polyreduce: Ditto. | |
9152 * poly/polyval: Ditto. | |
9153 * poly/polyvalm: Ditto. | |
9154 * poly/residue: Ditto. | |
9155 * poly/roots: Ditto. | |
9156 * plot/top_title.m: Ditto | |
9157 * plot/subwindow.m: Ditto | |
9158 * plot/subplot.m: Ditto | |
9159 * plot/plot_border.m: Ditto | |
9160 * plot/oneplot.m: Ditto | |
9161 * plot/multiplot.m: Ditto | |
9162 * plot/mplot.m: Ditto | |
9163 * plot/xlabel.m: Ditto | |
9164 * plot/figure.m: Ditto | |
9165 * plot/meshdom.m: Ditto | |
9166 * plot/mesh.m: Ditto | |
9167 * plot/stairs.m: Ditto | |
9168 * plot/polar.m: Ditto | |
9169 * plot/loglog.m: Ditto | |
9170 * plot/hist.m: Ditto | |
9171 * plot/contour.m: Ditto | |
9172 * plot/bar.m: Ditto | |
9173 * plot/axis.m: Ditto | |
9174 * plot/plot.m: Ditto. | |
3367 | 9175 |
3361 | 9176 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9177 | |
3365 | 9178 * control/pinv.m: Delete. |
9179 | |
3364 | 9180 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
9181 | |
3361 | 9182 * strings/blanks.m: Texinfoize doc string. |
9183 * strings/strcat.m: Ditto. | |
9184 * strings/str2mat.m: Ditto. | |
9185 * strings/deblank.m: Ditto. | |
9186 * strings/findstr.m: Ditto. | |
9187 * strings/index.m: Ditto. | |
9188 * strings/rindex.m: Ditto. | |
9189 * strings/split.m: Ditto. | |
9190 * strings/strcmp.m: Ditto. | |
9191 * strings/strrep.m: Ditto. | |
9192 * strings/substr.m: Ditto. | |
9193 * general/int2str.m: Ditto. | |
9194 * general/num2str.m: Ditto. | |
9195 * strings/dec2bin.m: Ditto. | |
9196 * strings/bin2dec: Ditto. | |
9197 * strings/dec2bin: Ditto. | |
9198 * strings/dec2hex: Ditto. | |
9199 * strings/hex2dec: Ditto. | |
9200 * strings/str2num: Ditto. | |
9201 | |
3347 | 9202 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9203 | |
9204 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
9205 | |
5095 | 9206 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 9207 |
9208 * control/DEMOcontrol.m: Texinfoize doc string. | |
9209 * control/abcddim.m: Ditto. | |
9210 * control/abcddims.m: Ditto. | |
9211 * control/analdemo.m: Ditto. | |
9212 * control/are.m: Ditto. | |
9213 * control/axis2dlim.m: Ditto. | |
9214 * control/bddemo.m: Ditto. | |
9215 * control/bode.m: Ditto. | |
9216 * control/bode_bounds.m: Ditto. | |
9217 * control/bodquist.m: Ditto. | |
9218 * control/buildssic.m: Ditto. | |
9219 * control/c2d.m: Ditto. | |
9220 * control/ctrb.m: Ditto. | |
9221 * control/d2c.m: Ditto. | |
9222 * control/damp.m: Ditto. | |
9223 * control/dare.m: Ditto. | |
9224 * control/dcgain.m: Ditto. | |
9225 * control/dgkfdemo.m: Ditto. | |
9226 * control/dgram.m: Ditto. | |
9227 * control/dlqe.m: Ditto. | |
9228 * control/dlqr.m: Ditto. | |
9229 * control/dlyap.m: Ditto. | |
9230 * control/dmr2d.m: Ditto. | |
9231 * control/fir2sys.m: Ditto. | |
9232 * control/frdemo.m: Ditto. | |
9233 * control/freqchkw.m: Ditto. | |
9234 * control/freqresp.m: Ditto. | |
9235 * control/gram.m: Ditto. | |
9236 * control/h2norm.m: Ditto. | |
9237 * control/h2syn.m: Ditto. | |
9238 * control/hinf_ctr.m: Ditto. | |
9239 * control/hinfdemo.m: Ditto. | |
9240 * control/hinfnorm.m: Ditto. | |
9241 * control/hinfsyn.m: Ditto. | |
9242 * control/hinfsyn_chk.m: Ditto. | |
9243 * control/impulse.m: Ditto. | |
9244 * control/is_abcd.m: Ditto. | |
9245 * control/is_controllable.m: Ditto. | |
9246 * control/is_detectable.m: Ditto. | |
9247 * control/is_dgkf.m: Ditto. | |
9248 * control/is_digital.m: Ditto. | |
9249 * control/is_observable.m: Ditto. | |
9250 * control/is_sample.m: Ditto. | |
9251 * control/is_signal_list.m: Ditto. | |
9252 * control/is_siso.m: Ditto. | |
9253 * control/is_stabilizable.m: Ditto. | |
9254 * control/is_stable.m: Ditto. | |
9255 * control/jet707.m: Ditto. | |
9256 * control/lqe.m: Ditto. | |
9257 * control/lqg.m: Ditto. | |
9258 * control/lqr.m: Ditto. | |
9259 * control/lsim.m: Ditto. | |
9260 * control/ltifr.m: Ditto. | |
9261 * control/lyap.m: Ditto. | |
9262 * control/moddemo.m: Ditto. | |
9263 * control/nyquist.m: Ditto. | |
9264 * control/obsv.m: Ditto. | |
9265 * control/ord2.m: Ditto. | |
9266 * control/outlist.m: Ditto. | |
9267 * control/pinv.m: Ditto. | |
9268 * control/place.m: Ditto. | |
9269 * control/polyout.m: Ditto. | |
9270 * control/prompt.m: Ditto. | |
9271 * control/pzmap.m: Ditto. | |
9272 * control/qzval.m: Ditto. | |
9273 * control/rldemo.m: Ditto. | |
9274 * control/rlocus.m: Ditto. | |
9275 * control/sortcom.m: Ditto. | |
9276 * control/ss2sys.m: Ditto. | |
9277 * control/ss2tf.m: Ditto. | |
9278 * control/ss2zp.m: Ditto. | |
9279 * control/starp.m: Ditto. | |
9280 * control/step.m: Ditto. | |
9281 * control/stepimp.m: Ditto. | |
9282 * control/susball.m: Ditto. | |
9283 * control/sys2fir.m: Ditto. | |
9284 * control/sys2ss.m: Ditto. | |
9285 * control/sys2tf.m: Ditto. | |
9286 * control/sys2zp.m: Ditto. | |
9287 * control/sysadd.m: Ditto. | |
9288 * control/sysappend.m: Ditto. | |
9289 * control/syschnames.m: Ditto. | |
9290 * control/syschnamesl.m: Ditto. | |
9291 * control/syschtsam.m: Ditto. | |
9292 * control/sysconnect.m: Ditto. | |
9293 * control/syscont.m: Ditto. | |
9294 * control/syscont_disc.m: Ditto. | |
9295 * control/sysdefioname.m: Ditto. | |
9296 * control/sysdefstname.m: Ditto. | |
9297 * control/sysdimensions.m: Ditto. | |
9298 * control/sysdisc.m: Ditto. | |
9299 * control/sysdup.m: Ditto. | |
9300 * control/sysgetsignals.m: Ditto. | |
9301 * control/sysgettype.m: Ditto. | |
9302 * control/sysgroup.m: Ditto. | |
9303 * control/sysgroupn.m: Ditto. | |
9304 * control/sysmult.m: Ditto. | |
9305 * control/sysout.m: Ditto. | |
9306 * control/sysprune.m: Ditto. | |
9307 * control/sysreorder.m: Ditto. | |
9308 * control/sysrepdemo.m: Ditto. | |
9309 * control/sysscale.m: Ditto. | |
9310 * control/syssetsignals.m: Ditto. | |
9311 * control/syssub.m: Ditto. | |
9312 * control/sysupdate.m: Ditto. | |
9313 * control/tf2ss.m: Ditto. | |
9314 * control/tf2sys.m: Ditto. | |
9315 * control/tf2sysl.m: Ditto. | |
9316 * control/tf2zp.m: Ditto. | |
9317 * control/tfout.m: Ditto. | |
9318 * control/tzero.m: Ditto. | |
9319 * control/tzero2.m: Ditto. | |
9320 * control/ugain.m: Ditto. | |
9321 * control/wgt1o.m: Ditto. | |
9322 * control/zgfmul.m: Ditto. | |
9323 * control/zgfslv.m: Ditto. | |
9324 * control/zginit.m: Ditto. | |
9325 * control/zgpbal.m: Ditto. | |
9326 * control/zgreduce.m: Ditto. | |
9327 * control/zgrownorm.m: Ditto. | |
9328 * control/zgscal.m: Ditto. | |
9329 * control/zgsgiv.m: Ditto. | |
9330 * control/zgshsr.m: Ditto. | |
9331 * control/zp2ss.m: Ditto. | |
9332 * control/zp2ssg2.m: Ditto. | |
9333 * control/zp2sys.m: Ditto. | |
9334 * control/zp2tf.m: Ditto. | |
9335 * control/zpout.m: Ditto. | |
9336 | |
5095 | 9337 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 9338 |
5378 | 9339 * audio/lin2mu.m: Texinfoize doc string. |
9340 * audio/loadaudio.m: Ditto. | |
9341 * audio/mu2lin.m: Ditto. | |
9342 * audio/playaudio.m: Ditto. | |
9343 * audio/record.m: Ditto. | |
9344 * audio/saveaudio.m: Ditto. | |
3332 | 9345 |
5095 | 9346 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9347 |
9348 * elfun/acot.m: Texinfoize doc string. | |
9349 * elfun/acsc.m: Ditto. | |
9350 * elfun/acsch.m: Ditto. | |
9351 * elfun/asec.m: Ditto. | |
9352 * elfun/asech.m: Ditto. | |
9353 * elfun/cot.m: Ditto. | |
9354 * elfun/coth.m: Ditto. | |
9355 * elfun/csc.m: Ditto. | |
9356 * elfun/csch.m: Ditto. | |
9357 * elfun/gcd.m: Ditto. | |
9358 * elfun/lcm.m: Ditto. | |
9359 * elfun/sec.m: Ditto. | |
9360 * elfun/sech.m: Ditto. | |
9361 * general/nextpow2.m: Ditto. | |
9362 * general/rem.m: Ditto. | |
9363 * linear-algebra/commutation_matrix.m: Ditto. | |
9364 * linear-algebra/cross.m: Ditto. | |
9365 * linear-algebra/duplication_matrix.m: Ditto. | |
9366 * miscellaneous/bincoeff.m: Ditto. | |
9367 * miscellaneous/xor.m: Ditto. | |
9368 * specfun/bessel.m: Ditto. | |
9369 * specfun/beta.m: Ditto. | |
9370 * specfun/betai.m: Ditto. | |
9371 * specfun/erfinv.m: Ditto. | |
9372 * specfun/gammai.m: Ditto. | |
9373 * specfun/log2.m: Ditto. | |
9374 * specfun/pow2.m: Ditto. | |
9375 | |
5095 | 9376 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9377 |
9378 * general/is_scalar.m: Texinfoize help text. | |
9379 * general/is_square.m: Ditto. | |
9380 * general/is_symmetric.m: Ditto. | |
9381 | |
3320 | 9382 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9383 | |
9384 * strings/split.m: If the string to be split is empty, just return | |
9385 an empty string. | |
9386 | |
3319 | 9387 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9388 | |
9389 * Makefile.in (ALL_M_FILES): New macro. | |
9390 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
9391 | |
3306 | 9392 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9393 | |
9394 * control/bode.m: Don't return anything if nargout == 0. | |
9395 | |
9396 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
9397 | |
9398 * control/bode.m: Don't do axis scaling for magnitude plots. | |
9399 | |
3305 | 9400 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9401 | |
9402 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
9403 gethelp.cc to the list. | |
9404 | |
3296 | 9405 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9406 | |
3301 | 9407 * time/asctime.m: Texinfoize help text. |
9408 * time/clock.m: Ditto. | |
9409 * time/date.m: Ditto. | |
9410 * miscellaneous/cputime.m: Ditto. | |
9411 * miscellaneous/etime.m: Ditto. | |
9412 * miscellaneous/is_leap_year.m: Ditto. | |
9413 * miscellaneous/popen2.m: Ditto. | |
9414 * miscellaneous/version.m: Ditto. | |
9415 * miscellaneous/tic.m: Ditto. | |
9416 * miscellaneous/toc.m: Just refer to tic.m. | |
9417 | |
3297 | 9418 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
9419 `cd dir; $(MAKE); cd ..'. | |
9420 ($(SUBDIRS)): Likewise. | |
9421 | |
9422 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
9423 | |
9424 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
9425 of `cd dir; $(MAKE)'. | |
9426 | |
3296 | 9427 * gethelp.cc, mkdoc: New files. |
9428 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
9429 sources. | |
9430 | |
3291 | 9431 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9432 | |
9433 * linear-algebra/kron.m: Fix typo in previous change | |
9434 | |
3282 | 9435 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9436 | |
9437 * control/bode.m: Allow optional 5th arg to specify plot style. | |
9438 | |
5095 | 9439 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 9440 |
9441 * linear-algebra/krylov.m: Correctly handle case of V having full | |
9442 rank when V has more columns than rows. | |
9443 | |
9444 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9445 | |
9446 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
9447 | |
9448 * statistics/tests/manova.m: Avoid problems if | |
9449 whitespace_in_literal_matrix is set to "traditional". | |
9450 * statistics/tests/t_test_regression.m: Likewise. | |
9451 * statistics/tests/u_test.m: Likewise. | |
9452 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
9453 * statistics/tests/anova.m: Likewise. | |
9454 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9455 * statistics/base/statistics.m: Likewise. | |
9456 * image/saveimage.m: Likewise. | |
9457 * signal/arch_fit.m: Likewise. | |
9458 * signal/autoreg_matrix.m: Likewise. | |
9459 * signal/triangle_lw.m: Likewise. | |
9460 * strings/dec2hex.m: Likewise. | |
9461 | |
3268 | 9462 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9463 | |
9464 * image/saveimage.m: Initialize scale. | |
9465 | |
9466 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9467 | |
9468 * general/reshape.m: Allow reshape (a, size (b)). | |
9469 | |
3266 | 9470 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9471 | |
9472 * specfun/erfinv.m: Improve stopping criterion. | |
9473 Add iteration count as second return value. | |
9474 | |
3265 | 9475 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9476 | |
9477 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
9478 | |
3263 | 9479 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9480 | |
9481 * miscellaneous/pack.m: New function. | |
9482 | |
9483 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9484 | |
9485 * plot/figure.m: Always return figure number. With no args, | |
9486 figure now creates a new figure window and returns its number. | |
9487 Accept figure (property, value) syntax, but do nothing. | |
9488 | |
5095 | 9489 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 9490 |
9491 * general/shift.m: Avoid printing temporary value for backward shift. | |
9492 | |
3260 | 9493 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9494 | |
9495 * plot/bar.m: Compute bar widths correctly when x-values are not | |
9496 evenly spaced. | |
9497 | |
3250 | 9498 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9499 | |
9500 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
9501 contain only zeros. | |
9502 | |
5095 | 9503 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 9504 |
9505 * linear-algebra/kron.m: Create result matrix and insert blocks | |
9506 instead of appending them. | |
9507 | |
9508 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9509 | |
9510 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
9511 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
9512 Update from A. S. Hodel. | |
9513 | |
3246 | 9514 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9515 | |
9516 * polynomial/polyfit.m: Correct previous change. | |
9517 | |
3243 | 9518 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9519 | |
9520 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
9521 | |
5095 | 9522 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 9523 |
9524 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
9525 version of krylov and krylovb. | |
9526 | |
9527 * control/outlist.m, control/sysout.m: Fix typos. | |
9528 | |
9529 * control/sysdimensions.m: Add option for total number of states. | |
9530 | |
9531 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
9532 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
9533 arguments. | |
9534 | |
9535 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9536 | |
9537 * strings/index.m: Fail with meaningful error message if either | |
9538 arg is a string array. | |
9539 | |
3238 | 9540 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9541 | |
9542 * linear-algebra/norm.m: Do the right thing for 1- and | |
9543 infinity-norms of complex matrices. From Sven Khatri | |
9544 <khatri@saturn.vocalpoint.com>. | |
9545 | |
5095 | 9546 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 9547 |
9548 * linear-algebra/qrhouse.m: Handle default args correctly. | |
9549 | |
9550 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9551 | |
9552 * strings/split.m: Avoid problems when splitting strings that have | |
9553 \ in them. | |
9554 | |
5095 | 9555 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 9556 |
9557 * image/colormap.m: Do better arg checking, handle string args | |
9558 that name the colormap function to call (e.g., colormap ("ocean")). | |
9559 | |
5095 | 9560 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 9561 |
9562 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
9563 * linear-algebra/dot.m: Likewise. | |
9564 * linear-algebra/cross.m: Likewise. | |
9565 * general/rot90.m: Likewise. | |
9566 | |
5095 | 9567 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 9568 |
9569 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
9570 that the leading column is not all zeros. | |
9571 | |
9572 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9573 | |
9574 * general/shift.m: Fix potential problems with | |
9575 whitespace_in_literal_matrix. | |
9576 * signal/arch_rnd.m: Ditto. | |
9577 * signal/autocov.m: Ditto. | |
9578 * signal/diffpara.m: Ditto. | |
9579 * signal/hurst.m: Ditto. | |
9580 * signal/periodogram.m: Ditto. | |
9581 * signal/spectral_adf.m: Ditto. | |
9582 * signal/spectral_xdf.m: Ditto. | |
9583 * signal/spencer.m: Ditto. | |
9584 * signal/synthesis.m: Ditto. | |
9585 * statistics/distributions/wiener_rnd.m: Ditto. | |
9586 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
9587 * statistics/models/logistic_regression.m: Ditto. | |
9588 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
9589 * statistics/tests/run_test.m: Ditto. | |
9590 * statistics/tests/chisquare_test_independence.m: Ditto. | |
9591 | |
5095 | 9592 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 9593 |
9594 * plot/__plr2__.m: Fix typo. | |
9595 | |
3233 | 9596 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9597 | |
9598 * plot/__pltopt1__.m: Accept "k" to mean black. | |
9599 | |
5095 | 9600 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 9601 |
9602 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
9603 function. | |
9604 | |
5095 | 9605 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 9606 |
9607 * control/ss2sys.m: Fix typo. | |
9608 | |
9609 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9610 | |
9611 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
9612 | |
9613 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
9614 signal names as lists of strings instead of string arrays. | |
9615 | |
3225 | 9616 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9617 | |
3233 | 9618 * quaternion: New directory of functions from A. S. Hodel |
3225 | 9619 <a.s.hodel@eng.auburn.edu>. |
9620 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 9621 * quaternion/Makefile.in: New file. |
9622 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 9623 |
9624 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9625 | |
9626 * image/saveimage.m: Make it work again for black and white colormaps. | |
9627 | |
9628 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
9629 since there can be fewer rows than columns. Round values to | |
9630 nearest position in colormap instead of truncating. Correct usage | |
9631 message. | |
9632 | |
5095 | 9633 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 9634 |
9635 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
9636 zero rows of [A,v] as householder pivots; this avoids spurious | |
9637 non-zero entries in returned orthogonal matrix U, but destroys the | |
9638 Householder matrix structure of H. | |
9639 | |
9640 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9641 | |
9642 * general/logical.m: Just copy input to output if argument is | |
9643 already a logical object. | |
9644 | |
3215 | 9645 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9646 | |
9647 * New files from OCST, in control subdiretory: | |
9648 | |
9649 DEMOcontrol.m is_siso.m syschnames.m | |
9650 abcddim.m is_stabilizable.m syschnamesl.m | |
9651 abcddims.m is_stable.m syschtsam.m | |
9652 analdemo.m jet707.m sysconnect.m | |
9653 are.m lqe.m syscont.m | |
9654 axis2dlim.m lqg.m syscont_disc.m | |
9655 bddemo.m lqr.m sysdefioname.m | |
9656 bode.m lsim.m sysdefstname.m | |
9657 bode_bounds.m ltifr.m sysdimensions.m | |
9658 bodquist.m lyap.m sysdisc.m | |
9659 buildssic.m mb.m sysdup.m | |
9660 c2d.m minfo.m sysgetsignals.m | |
6302 | 9661 com2str.m moddemo.m sysgettsam.m |
3215 | 9662 controldemo.m nichols.m sysgettype.m |
9663 ctrb.m nyquist.m sysgroup.m | |
9664 d2c.m obsv.m sysgroupn.m | |
9665 damp.m ord2.m sysmult.m | |
9666 dare.m outlist.m sysout.m | |
9667 dcgain.m packedform.m sysprune.m | |
9668 demomarsyas.m packsys.m sysreorder.m | |
9669 dezero.m; parallel.m sysrepdemo.m | |
9670 dgkfdemo.m place.m sysscale.m | |
9671 dgram.m polyout.m syssub.m | |
9672 dhinfdemo.m prompt.m sysupdate.m | |
9673 dlqe.m pzmap.m tf2ss.m | |
9674 dlqg.m qzval.m tf2sys.m | |
9675 dlqr.m rldemo.m tf2sysl.m | |
9676 dlyap.m rlocus.m tf2zp.m | |
9677 dmr2d.m rotg.m tfout.m | |
9678 fir2sys.m run_cmd.m; tzero.m | |
9679 frdemo.m series.m tzero2.m | |
9680 freqchkw.m sortcom.m ugain.m | |
9681 freqresp.m ss2sys.m unpacksys.m | |
9682 gram.m ss2tf.m wgt1o.m | |
9683 h2norm.m ss2zp.m zgfmul.m | |
9684 h2syn.m starp.m zgfslv.m | |
9685 hinf_ctr.m step.m zginit.m | |
9686 hinfdemo.m stepimp.m zgpbal.m | |
9687 hinfnorm.m strappend.m; zgreduce.m | |
9688 hinfsyn.m susball.m zgrownorm.m | |
9689 hinfsyn_chk.m swap.m zgscal.m | |
9690 impulse.m swapcols.m zgsgiv.m | |
9691 is_abcd.m swaprows.m zgshsr.m | |
9692 is_controllable.m sys2fir.m zp2ss.m | |
9693 is_detectable.m sys2ss.m zp2ssg2.m | |
9694 is_dgkf.m sys2tf.m zp2sys.m | |
9695 is_digital.m sys2zp.m zp2tf.m | |
9696 is_observable.m sysadd.m zpout.m | |
9697 is_sample.m sysappend.m | |
9698 | |
9699 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9700 | |
9701 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
9702 | |
9703 * strings/deblank.m: Make it work for string arrays too. | |
9704 | |
3211 | 9705 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9706 | |
9707 * linear-algebra/housh.m: New file from the OCST. | |
9708 * linear-algebra/krygetq.m: Ditto. | |
9709 * linear-algebra/krylov.m: Ditto. | |
9710 * linear-algebra/krylovb.m: Ditto. | |
9711 * linear-algebra/qrhouse.m: Ditto. | |
9712 * general/is_duplicate_entry.m: Ditto. | |
9713 | |
9714 * general/is_symmetric.m: Call is_square instead of doing that | |
9715 check in line. | |
9716 | |
3196 | 9717 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9718 | |
3202 | 9719 * general/is_square.m: |
9720 | |
9721 * general/isempty.m, general/is_matrix.m: Delete. | |
9722 | |
9723 * general/is_symmetric: Delete special case for strings. Whether | |
9724 the conversion is valid should depend on implicit_str_to_num_ok. | |
9725 | |
9726 * general/is_square.m: If arg is not a matrix, don't check size, | |
9727 just return 0. | |
9728 * general/is_symmetric: Likewise. | |
9729 * general/is_vector.m: Likewise. | |
9730 * general/is_scalar.m: Likewise. | |
9731 | |
3196 | 9732 * general/length.m: Delete. |
9733 | |
3191 | 9734 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9735 | |
9736 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
9737 statistics/distributions/Makefile, statistics/models/Makefile, | |
9738 and statistics/tests/Makefile to the list of files to create. | |
9739 | |
9740 * finance/Makefile.in, statistics/base/Makefile.in, | |
9741 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
9742 statistics/tests/Makefile.in: New files. | |
9743 * statistics/Makefile.in: Delete file lists. Now only handle | |
9744 subdirectories. | |
9745 * Makefile.in (SUBDIRS): Add finance. | |
9746 | |
9747 * Move the following files from statistics to statistics/base: | |
9748 | |
9749 corrcoef.m | |
9750 kurtosis.m | |
9751 mahalanobis.m | |
9752 median.m | |
9753 ols.m | |
9754 skewness.m | |
9755 std.m | |
9756 | |
9757 New files, from Kurt Hornik's octave-ci package: | |
9758 | |
9759 * finance (new directory): | |
9760 | |
9761 fv.m | |
9762 fvl.m | |
9763 irr.m | |
9764 nper.m | |
9765 npv.m | |
9766 pmt.m | |
9767 pv.m | |
9768 pvl.m | |
9769 rate.m | |
9770 vol.m | |
9771 | |
9772 * linear-algebra/dmult.m | |
9773 | |
9774 * signal: | |
9775 | |
9776 arch_fit.m | |
9777 arch_rnd.m | |
9778 arch_test.m | |
9779 arma_rnd.m | |
9780 autocor.m | |
9781 autocov.m | |
9782 autoreg_matrix.m | |
9783 bartlett.m | |
9784 blackman.m | |
9785 diffpara.m | |
9786 durbinlevinson.m | |
9787 fractdiff.m | |
9788 hamming.m | |
9789 hanning.m | |
9790 hurst.m | |
9791 periodogram.m | |
9792 rectangle_lw.m | |
9793 rectangle_sw.m | |
9794 sinetone.m | |
9795 sinewave.m | |
9796 spectral_adf.m | |
9797 spectral_xdf.m | |
9798 spencer.m | |
9799 stft.m | |
9800 synthesis.m | |
9801 triangle_lw.m | |
9802 triangle_sw.m | |
9803 yulewalker.m | |
9804 | |
9805 * statistics/base (new directory): | |
9806 | |
9807 center.m | |
9808 cloglog.m | |
9809 cor.m | |
9810 cov.m | |
9811 cut.m | |
9812 iqr.m | |
9813 kendall.m | |
9814 logit.m | |
9815 mean.m | |
9816 meansq.m | |
9817 moment.m | |
9818 ppplot.m | |
9819 probit.m | |
9820 qqplot.m | |
9821 range.m | |
9822 ranks.m | |
9823 run_count.m | |
9824 spearman.m | |
9825 statistics.m | |
9826 studentize.m | |
9827 table.m | |
9828 values.m | |
9829 var.m | |
9830 | |
9831 (Replaces cov.m and mean.m with new versions.) | |
9832 | |
9833 * statistics/distributions (new directory): | |
9834 | |
9835 beta_cdf.m | |
9836 beta_inv.m | |
9837 beta_pdf.m | |
9838 beta_rnd.m | |
9839 binomial_cdf.m | |
9840 binomial_inv.m | |
9841 binomial_pdf.m | |
9842 binomial_rnd.m | |
9843 cauchy_cdf.m | |
9844 cauchy_inv.m | |
9845 cauchy_pdf.m | |
9846 cauchy_rnd.m | |
9847 chisquare_cdf.m | |
9848 chisquare_inv.m | |
9849 chisquare_pdf.m | |
9850 chisquare_rnd.m | |
9851 discrete_cdf.m | |
9852 discrete_inv.m | |
9853 discrete_pdf.m | |
9854 discrete_rnd.m | |
9855 empirical_cdf.m | |
9856 empirical_inv.m | |
9857 empirical_pdf.m | |
9858 empirical_rnd.m | |
9859 exponential_cdf.m | |
9860 exponential_inv.m | |
9861 exponential_pdf.m | |
9862 exponential_rnd.m | |
9863 f_cdf.m | |
9864 f_inv.m | |
9865 f_pdf.m | |
9866 f_rnd.m | |
9867 gamma_cdf.m | |
9868 gamma_inv.m | |
9869 gamma_pdf.m | |
9870 gamma_rnd.m | |
9871 geometric_cdf.m | |
9872 geometric_inv.m | |
9873 geometric_pdf.m | |
9874 geometric_rnd.m | |
9875 hypergeometric_cdf.m | |
9876 hypergeometric_inv.m | |
9877 hypergeometric_pdf.m | |
9878 hypergeometric_rnd.m | |
9879 kolmogorov_smirnov_cdf.m | |
9880 laplace_cdf.m | |
9881 laplace_inv.m | |
9882 laplace_pdf.m | |
9883 laplace_rnd.m | |
9884 logistic_cdf.m | |
9885 logistic_inv.m | |
9886 logistic_pdf.m | |
9887 logistic_rnd.m | |
9888 lognormal_cdf.m | |
9889 lognormal_inv.m | |
9890 lognormal_pdf.m | |
9891 lognormal_rnd.m | |
9892 normal_cdf.m | |
9893 normal_inv.m | |
9894 normal_pdf.m | |
9895 normal_rnd.m | |
9896 pascal_cdf.m | |
9897 pascal_inv.m | |
9898 pascal_pdf.m | |
9899 pascal_rnd.m | |
9900 poisson_cdf.m | |
9901 poisson_inv.m | |
9902 poisson_pdf.m | |
9903 poisson_rnd.m | |
9904 stdnormal_cdf.m | |
9905 stdnormal_inv.m | |
9906 stdnormal_pdf.m | |
9907 stdnormal_rnd.m | |
9908 t_cdf.m | |
9909 t_inv.m | |
9910 t_pdf.m | |
9911 t_rnd.m | |
9912 uniform_cdf.m | |
9913 uniform_inv.m | |
9914 uniform_pdf.m | |
9915 uniform_rnd.m | |
9916 weibull_cdf.m | |
9917 weibull_inv.m | |
9918 weibull_pdf.m | |
9919 weibull_rnd.m | |
9920 wiener_rnd.m | |
9921 | |
9922 * statistics/models (new directory): | |
9923 | |
9924 logistic_regression.m | |
9925 logistic_regression_derivatives.m | |
9926 logistic_regression_likelihood.m | |
9927 | |
9928 * statistics/tests (new directory): | |
9929 | |
9930 anova.m | |
9931 bartlett_test.m | |
9932 chisquare_test_homogeneity.m | |
9933 chisquare_test_independence.m | |
9934 cor_test.m | |
9935 f_test_regression.m | |
9936 hotelling_test.m | |
9937 hotelling_test_2.m | |
9938 kolmogorov_smirnov_test.m | |
9939 kolmogorov_smirnov_test_2.m | |
9940 kruskal_wallis_test.m | |
9941 manova.m | |
9942 mcnemar_test.m | |
9943 prop_test_2.m | |
9944 run_test.m | |
9945 sign_test.m | |
9946 t_test.m | |
9947 t_test_2.m | |
9948 t_test_regression.m | |
9949 u_test.m | |
9950 var_test.m | |
9951 welch_test.m | |
9952 wilcoxon_test.m | |
9953 z_test.m | |
9954 z_test_2.m | |
9955 | |
9956 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9957 | |
9958 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
9959 compatibility and to avoid Y2K problems. | |
9960 | |
3190 | 9961 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9962 | |
9963 * polynomial/polyfit.m: Just use the \ operator to handle the | |
9964 least-squares solution. | |
9965 | |
3180 | 9966 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9967 | |
9968 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
9969 | |
9970 * strings/strrep.m: Don't convert args to numeric values. | |
9971 Prevent warnings for empty string args. | |
9972 From Georg Thimm <thimm@idiap.ch>. | |
9973 | |
9974 * strings/strcat.m: Prevent warnings for empty string args. | |
9975 | |
9976 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9977 | |
9978 * miscellaneous/menu.m: Remove special case for empty string | |
9979 returned from input(). Add second arg to eval() to catch errors. | |
9980 | |
3178 | 9981 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9982 | |
9983 * plot/__plt__.m: Don't call usleep. | |
9984 | |
3175 | 9985 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9986 | |
9987 * linear-algebra/dot.m: New function. | |
9988 | |
9989 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
9990 compatibility. | |
9991 | |
9992 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9993 | |
9994 * plot/hist.m: Also allow just one output argument. | |
9995 | |
9996 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9997 | |
9998 * strings/deblank.m: Make it work if the string is only blanks. | |
9999 | |
10000 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10001 | |
10002 * plot/__plt2mv__.m: Delete calls to keyboard. | |
10003 | |
10004 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10005 | |
10006 * plot/oneplot.m: Fix typo. | |
10007 | |
3174 | 10008 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10009 | |
10010 * miscellaneous/flops.m: Allow a single argument too. | |
10011 | |
10012 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10013 | |
10014 * strings/str2mat.m: Also handle case when there are no empty | |
10015 strings correctly. | |
10016 | |
10017 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10018 | |
10019 * strings/isletter.m: New function, for Matlab compatibility. | |
10020 | |
3168 | 10021 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10022 | |
10023 * strings/str2mat.m: Handle string matrices too. | |
10024 | |
3167 | 10025 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10026 | |
10027 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
10028 linear encoding. | |
10029 | |
10030 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
10031 audio/record.m: Open files in binary mode. | |
10032 | |
3164 | 10033 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10034 | |
10035 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
10036 Move functionality of dump_1_pref here, but use built-in function | |
10037 type to extract value, and put it inside try/catch block. | |
10038 * miscellaneous/dump_1_pref.m: Delete unused function. | |
10039 | |
3162 | 10040 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10041 | |
10042 * plot/__pltopt1.m__: New file. | |
10043 * plot/__pltopt.m__: Handle opt as a string array by calling | |
10044 __pltopt1__ multiple times and returning a string array with rows | |
10045 corresponding to the rows of opt. | |
10046 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
10047 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
10048 array. | |
10049 | |
10050 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10051 | |
10052 * plot/mplot.m: Fix misspellings of global variables. | |
10053 Don't call clearplot. | |
10054 | |
10055 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10056 | |
10057 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
10058 "cle;rep" when going in ot multiplot mode. | |
10059 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
10060 switching out of multiplot mode. | |
10061 | |
3156 | 10062 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 10063 |
3156 | 10064 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
10065 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 10066 |
3141 | 10067 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10068 | |
10069 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
10070 | |
10071 * miscellaneous/bug_report.m: Don't try to get smart with | |
10072 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
10073 | |
10074 * Makefile.in (install): Create separate ls-R files for | |
10075 $(datadir) and $(libexecdir). | |
10076 (uninstall): Remove both ls-R files. | |
10077 | |
3136 | 10078 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10079 | |
10080 * signal/fftshift.m: New file. | |
10081 | |
10082 * plot/contour.m: Fix for non-square case. | |
10083 | |
10084 * general/randperm.m: New file. | |
10085 | |
10086 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10087 | |
10088 * specfun/betai.m: Restore file for compatibility with previous | |
10089 versions. Call betainc with reordered args. | |
10090 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
10091 | |
3131 | 10092 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10093 | |
10094 * plot/contour.m: Handle discrete contour levels. | |
10095 | |
10096 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10097 | |
10098 * control/lyap.m: For compatibility with Matlab, solve | |
10099 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
10100 | |
3124 | 10101 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10102 | |
10103 * specfun/bessel.m: New file. | |
10104 | |
10105 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
10106 specfun/gammainc.m: Delete. | |
10107 | |
3106 | 10108 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10109 | |
10110 * image/colormap.m: Initialize __current_color_map__ in global | |
10111 statement. | |
10112 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
10113 statement. | |
10114 * plot/axis.m: Initialize __current_axis__ in global statement. | |
10115 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
10116 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
10117 | |
3103 | 10118 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10119 | |
10120 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
10121 * time/toc.m: Likewise. | |
10122 | |
10123 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
10124 | |
10125 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
10126 anything special for automatic_replot when in multiplot mode -- | |
10127 recent 3.6beta releases handle this correctly. | |
10128 | |
10129 * plot/figure.m: Ensure that we are not in multiplot mode before | |
10130 setting the terminal type. | |
10131 | |
10132 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
10133 plot/subwindow.m: Use leading and trailing underscores for | |
10134 `private' globals. | |
10135 | |
10136 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
10137 | |
3101 | 10138 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10139 | |
10140 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
10141 | |
3091 | 10142 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10143 | |
3092 | 10144 * specfun/gammai.m: Avoid problems with whitespace when |
10145 constructing matrices. | |
10146 | |
3091 | 10147 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
10148 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
10149 original y vector. | |
10150 | |
3085 | 10151 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10152 | |
10153 * linear-algebra/cross.m: Use direct formula instead of calling | |
10154 det three times in a loop. If both args are column (row) vectors, | |
10155 return a column (row) vector. If they don't match, pay attention | |
10156 to the value of prefer_column_vectors. | |
10157 | |
5095 | 10158 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 10159 |
10160 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
10161 nonsymmetric matrices. | |
10162 | |
10163 * general/tril.m: Fix usage message. | |
10164 | |
10165 * polynomial/polyvalm.m: Fix error messages. | |
10166 * polynomial/polyderiv.m: Likewise. | |
10167 * polynomial/polyval.m: Likewise. | |
10168 | |
3081 | 10169 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10170 | |
10171 * strings/blanks.m: Allow blanks(0) to return empty string. | |
10172 Allow negative arguments if treat_neg_dim_as_zero is true. | |
10173 | |
3063 | 10174 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10175 | |
10176 * plot/mesh.m: Set noparametric plot mode after plotting. | |
10177 | |
5095 | 10178 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 10179 |
10180 * plot/__pltopt__.m: Handle key/legend names. | |
10181 Correctly set colors, line styles, and point styles. | |
10182 | |
3061 | 10183 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10184 | |
10185 * polynomial/polyfit.m: Return fit y values as second output. | |
10186 Don't use QR factorization to solve least squares problem. | |
10187 | |
10188 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10189 | |
10190 * control/dlqr.m: Use ao, not a, to compute k. | |
10191 | |
3024 | 10192 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10193 | |
10194 * miscellaneous/path.m: New file. | |
10195 | |
2993 | 10196 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10197 | |
10198 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
10199 name. | |
10200 | |
2968 | 10201 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10202 | |
10203 * specfun/erfinv.m: Add missing semicolon. | |
10204 | |
2870 | 10205 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10206 | |
10207 * miscellaneous/xor.m: Make type of return value logical. | |
10208 | |
2853 | 10209 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10210 | |
10211 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
10212 warn_comma_in_global_decl. | |
10213 | |
2831 | 10214 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10215 | |
10216 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
10217 octave-bug script. | |
10218 | |
2823 | 10219 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10220 | |
2824 | 10221 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
10222 prefer_zero_one_indexing. | |
10223 | |
2823 | 10224 * general/logical.m: New file. |
10225 | |
2816 | 10226 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10227 | |
10228 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
10229 and is_vector(). | |
10230 | |
5095 | 10231 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 10232 |
10233 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
10234 Use tolerance of 2 * eps. | |
10235 | |
2811 | 10236 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10237 | |
10238 * Makefile.in (install-strip): New target. | |
10239 * audio/Makefile.in: Ditto. | |
10240 * control/Makefile.in: Ditto. | |
10241 * elfun/Makefile.in: Ditto. | |
10242 * general/Makefile.in: Ditto. | |
10243 * image/Makefile.in: Ditto. | |
10244 * io/Makefile.in: Ditto. | |
10245 * linear-algebra/Makefile.in: Ditto. | |
10246 * miscellaneous/Makefile.in: Ditto. | |
10247 * plot/Makefile.in: Ditto. | |
10248 * polynomial/Makefile.in: Ditto. | |
10249 * set/Makefile.in: Ditto. | |
10250 * signal/Makefile.in: Ditto. | |
10251 * specfun/Makefile.in: Ditto. | |
10252 * special-matrix/Makefile.in: Ditto. | |
10253 * startup/Makefile.in: Ditto. | |
10254 * statistics/Makefile.in: Ditto. | |
10255 * strings/Makefile.in: Ditto. | |
10256 | |
2809 | 10257 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10258 | |
10259 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
10260 | |
2798 | 10261 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10262 | |
10263 * statistics/corrcoef.m: Make it actually work. | |
10264 | |
2795 | 10265 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10266 | |
2798 | 10267 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 10268 |
2779 | 10269 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 10270 |
10271 * Version 2.0.5 released. | |
10272 | |
2745 | 10273 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10274 | |
2749 | 10275 * Makefile.in (maintainer-clean): Also remove configure. |
10276 | |
2746 | 10277 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
10278 | |
2745 | 10279 * general/is_matrix.m: Return zero for empty matrices. |
10280 | |
10281 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10282 | |
10283 * linear-algebra/vech.m: Size result just once. | |
10284 | |
2726 | 10285 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10286 | |
10287 * general/is_square.m: Handle empty matrices correctly. | |
10288 * general/is_symmetric.m: Handle empty matrices and strings. | |
10289 | |
2716 | 10290 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10291 | |
10292 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
10293 * polynomial/deconv.m: Likewise. | |
10294 * polynomial/polyderiv.m: Likewise. | |
10295 * polynomial/polyinteg.m: Likewise. | |
10296 * polynomial/polyreduce.m: Likewise. | |
10297 * polynomial/polyval.m: Likewise. | |
10298 * polynomial/polyvalm.m: Likewise. | |
10299 * general/postpad.m: Likewise. | |
10300 * general/prepad.m: Likewise. | |
10301 | |
10302 * polynomial/compan.m: Check input with is_vector(), not | |
10303 is_matrix(). Handle scalar case. | |
10304 | |
2711 | 10305 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10306 | |
2715 | 10307 * plot/contour.m: Order data so that it is consistent with |
10308 meshgrid and mesh. | |
10309 | |
2711 | 10310 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
10311 * plot/sombrero.m: Use meshgrid, not meshdom. | |
10312 | |
2709 | 10313 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 10314 |
10315 * Version 2.0.4 released. | |
10316 | |
2706 | 10317 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10318 | |
2702 | 10319 * miscellaneous/paren.m: New file. |
10320 | |
2693 | 10321 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 10322 |
10323 * Version 2.0.3 released. | |
10324 | |
2676 | 10325 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10326 | |
10327 * image/saveimage.m: Only clip image data that is actually out of | |
10328 range. | |
10329 | |
2667 | 10330 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10331 | |
10332 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
10333 also be considered to be matrices. | |
10334 | |
10335 * general/is_vector.m: Scalars may also be considered to be vectors. | |
10336 | |
10337 * general/isempty.m: Use size(), not rows() and columns(). | |
10338 | |
10339 * plot/contour.m: Convert set to gset. | |
10340 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
10341 | |
2663 | 10342 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10343 | |
10344 * specfun/erfinv.m: Fix typo in last change. | |
10345 | |
2650 | 10346 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10347 | |
10348 * image/loadimage.m: Make it possible to load files with image | |
10349 data named X or img. | |
10350 | |
10351 * image/default.img: Change name of image from X to img to match | |
10352 what saveimage does now. | |
10353 | |
10354 * image/loadimage.m: Rename X to be img, to match what saveimage | |
10355 does now. | |
10356 | |
2632 | 10357 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10358 | |
2634 | 10359 * Version 2.0.2 released. |
10360 | |
2632 | 10361 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
10362 weird missing-lines bug without creating extra plots unecessarily. | |
10363 | |
2624 | 10364 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10365 | |
10366 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
10367 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
10368 io/Makefile.in, linear-algebra/Makefile.in, | |
10369 miscellaneous/Makefile.in, plot/Makefile.in, | |
10370 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
10371 specfun/Makefile.in, special-matrix/Makefile.in, | |
10372 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
10373 time/Makefile.in (bin-dist): New target. | |
10374 | |
2621 | 10375 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10376 | |
10377 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
10378 | |
10379 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10380 | |
10381 * miscellaneous/xor.m: Make it work. | |
10382 | |
2613 | 10383 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10384 | |
10385 * plot/sombrero.m: Doc fix. | |
10386 | |
2602 | 10387 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10388 | |
10389 * Version 2.0.1 released. | |
10390 | |
2601 | 10391 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10392 | |
10393 * elfun/lcm.m: Replace missing if statement. | |
10394 | |
10395 * elfun/gcd.m: Report error if no input args. | |
10396 * elfun/lcm.m: Likewise. | |
10397 | |
2597 | 10398 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10399 | |
10400 * Makefile.in (install): Use ls -LR to create ls-R database. | |
10401 Also list contents of $libexecdir/octave in ls-R database. | |
10402 | |
2583 | 10403 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10404 | |
10405 * Version 2.0 released. | |
10406 | |
2575 | 10407 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10408 | |
10409 * Version 1.94. | |
10410 | |
2558 | 10411 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10412 | |
10413 * strings/str2num.m: New file. | |
10414 | |
2554 | 10415 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10416 | |
10417 * Version 1.93. | |
10418 | |
2540 | 10419 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10420 | |
10421 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
10422 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
10423 linear-algebra/vech.m: New files from Kurt Hornik. | |
10424 | |
10425 * general/nextpow2.m, general/shift.m, general/diff.m, | |
10426 general/common_size.m: New files from Kurt Hornik. | |
10427 | |
10428 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
10429 New files from Kurt Hornik. | |
10430 | |
10431 * signal/detrend.m: New file from Kurt Hornik. | |
10432 | |
10433 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
10434 specfun/pow2.m, specfun/log2.m: | |
10435 New files and updates from Kurt Hornik. | |
10436 | |
2523 | 10437 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10438 | |
10439 * plot/__plt__.m: Add explicit replot after last command is | |
10440 issued, to force all lines to be displayed. Hmm. | |
10441 | |
2512 | 10442 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10443 | |
2520 | 10444 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
10445 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
10446 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
10447 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
10448 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
10449 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
10450 Uset gset, not set. | |
10451 | |
2512 | 10452 * Version 1.92. |
10453 | |
2482 | 10454 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10455 | |
2486 | 10456 * image/saveimage.m: When writing PostScript, name Octave as the |
10457 almighty Creator. Use single call to fprintf instead of looping. | |
10458 | |
10459 * image/Makefile.in: Delete references to octtopnm. | |
10460 | |
10461 * general/logspace.m: Doc fix. | |
10462 | |
2482 | 10463 * Version 1.91. |
10464 | |
2458 | 10465 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10466 | |
10467 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
10468 | |
10469 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
10470 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
10471 deleted. | |
10472 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
10473 of a system() command to delete the tmp file. | |
10474 | |
2452 | 10475 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10476 | |
10477 * Version 1.90. | |
10478 | |
10479 * Makefile.in (DISTFILES): Add ChangeLog. | |
10480 | |
2360 | 10481 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10482 | |
10483 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
10484 Don't check for string value of automatic_replot. | |
10485 | |
10486 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
10487 Temporarily set do_fortran_indexing to 1, not "true". | |
10488 | |
10489 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
10490 not "false". | |
10491 | |
10492 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
10493 "false". | |
10494 | |
2355 | 10495 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
10496 | |
10497 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
10498 | |
2330 | 10499 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10500 | |
10501 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
10502 system command. | |
10503 | |
10504 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10505 | |
10506 * __plr1__.m: Renamed from polar_int_1.m. | |
10507 * __plr2__.m: Renamed from polar_int_2.m. | |
10508 * __plr__.m: Renamed from polar_int.m. | |
10509 * __plt1__.m: Renamed from plot_int_1.m. | |
10510 * __plt2__.m: Renamed from plot_int_2.m. | |
10511 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
10512 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
10513 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
10514 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
10515 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
10516 * __plt__.m: Renamed from plot_int.m. | |
10517 * __pltopt__.m: Renamed from plot_opt.m. | |
10518 Change all callers. | |
10519 | |
10520 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10521 | |
10522 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
10523 comments like those found in Emacs lisp files. | |
10524 | |
10525 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10526 | |
10527 * All .m files: Change comment style. | |
10528 | |
10529 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10530 | |
10531 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
10532 subplot.m, subwindow.m, top_title.m: | |
10533 Print error message if gnuplot_has_multiplot is not true. | |
10534 | |
10535 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10536 | |
10537 * plot/figure.m: New function. | |
10538 | |
10539 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10540 | |
10541 * strings/strrep.m: New function. | |
10542 | |
10543 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10544 | |
10545 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
10546 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
10547 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
10548 strings/split.m, strings/str2mat.m, strings/substr.m: | |
10549 New functions from Kurt Hornik, heavily modified by jwe. | |
10550 | |
10551 * general/reshape.m: Allow strings to be reshaped too. | |
10552 | |
10553 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
10554 Always return a scalar. | |
10555 | |
10556 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10557 | |
10558 * polynomial/polyfit.m: Make orientation of result compatible with | |
10559 Matlab. | |
10560 | |
10561 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10562 | |
10563 * polynomial/polyfit.m: Add missing close paren. | |
10564 | |
10565 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10566 | |
10567 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
10568 | |
10569 * io/scanf.m: Delete. | |
10570 | |
10571 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10572 | |
10573 * statistics/median.m: Fix typo in usage message. | |
10574 | |
10575 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10576 | |
10577 * miscellaneous/popen2.m: New file. | |
10578 | |
10579 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10580 | |
10581 * configure.in (AC_OUTPUT): Add io/Makefile. | |
10582 | |
10583 * io: New directory. | |
10584 * Makefile.in (SUBDIRS): Add it to the list. | |
10585 | |
10586 * miscellaneous/flops.m: New file. | |
10587 | |
10588 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10589 | |
10590 * miscellaneous/cputime.m: Return three arguments instead of a | |
10591 vector, for compatibility with previous versions and with Matlab | |
10592 (which only returns one scalar value). | |
10593 | |
10594 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
10595 | |
10596 * general/triu.m: Compute lower bound on loop index correctly. | |
10597 * general/tril.m: Likewise, for upper bound. | |
10598 | |
10599 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10600 | |
10601 * image/saveimage.m: For color images, make sure indices into | |
10602 temporary colormap and result matrix have proper orientation. | |
10603 Set grey flag correctly. | |
10604 | |
10605 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10606 | |
10607 * statistics/std.m: Use better formula (from Jim Van Zandt | |
10608 jrv@vanzandt.mv.com). | |
10609 | |
10610 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10611 | |
10612 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
10613 * mesh.m: Transpose Z if only one arg. | |
10614 Handle case of all three args being matrices (from Jim Van Zandt | |
10615 jrv@vanzandt.mv.com). | |
10616 * meshdom.m: Undo previous change. | |
10617 | |
10618 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10619 | |
10620 * configure.in (AC_OUTPUT): Add audio/Makefile | |
10621 | |
10622 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10623 | |
10624 * audio: New directory of files from Kurt Hornik and Andreas | |
10625 Weingessel. | |
10626 * audio/Makefile.in: New file. | |
10627 * Makefile.in (SUBDIRS): Add audio to the list. | |
10628 | |
10629 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10630 | |
10631 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
10632 | |
10633 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10634 | |
10635 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
10636 columns (z), not the other way around. | |
10637 * plot/meshdom.m: Don't reverse order of elements in y. | |
10638 | |
10639 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10640 | |
10641 * plot/axis.m: Return current axis if nargin == 0. | |
10642 | |
10643 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10644 | |
10645 * polynomial/roots.m: Updates from Kurt Hornik. | |
10646 | |
10647 * polynomial/polyder.m: New file. | |
10648 | |
10649 * polynomial/polyderiv.m: Give return value and arg different names. | |
10650 | |
10651 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10652 | |
10653 * specfun/betainc.m: New file. | |
10654 * specfun/gammainc.m: New file. | |
10655 | |
10656 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10657 | |
10658 * general/strerror.m: New file. | |
10659 * general/perror.m: Implement using strerror(). | |
10660 | |
10661 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10662 | |
10663 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
10664 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
10665 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
10666 | |
10667 * image/saveimage.m: Round img values first. | |
10668 | |
10669 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10670 | |
10671 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
10672 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
10673 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
10674 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
10675 special-matrix/hankel.m special-matrix/toeplitz.m | |
10676 tuwien/strfun/split.m: Add missing semicolons. | |
10677 | |
10678 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
10679 | |
10680 * image/Makefile.in: Don't build or install octtoppm. | |
10681 | |
10682 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 10683 routines so that people who don't have the pbm stuff installed |
2330 | 10684 can still use this function. |
10685 | |
10686 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10687 | |
10688 * image/saveimage.m: Better error checking, clean up a bit. | |
10689 | |
10690 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10691 | |
10692 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
10693 avoid conflict with new built-in text-style function more. | |
10694 | |
10695 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
10696 | |
10697 * startup/Makefile.in (install): Also install octaverc in | |
10698 $localfcnfiledir/startup/octavrc. | |
10699 | |
10700 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10701 | |
10702 * mkinstalldirs: New file. | |
10703 * Makefile.in (DISTFILES): Add it to the list. | |
10704 | |
10705 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
10706 | |
10707 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10708 | |
10709 * special-matrix/hankel.m: Compatibility fix. Complain if | |
10710 r(1) != c(nr), not if r(1) != c(1). | |
10711 | |
10712 * signal/filter.m: Doc fix. | |
10713 | |
10714 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10715 | |
10716 * miscellaneous/cputime.m: Use new resource structure names (no | |
10717 ru_ or tv_ prefixes). | |
10718 | |
10719 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10720 | |
10721 * time/ctime.m: Fix doc string and usage message. | |
10722 | |
10723 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10724 | |
10725 * time/clock.m: Use new time structure names (no tm_ prefix). | |
10726 | |
10727 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10728 | |
10729 * control/c2d.m: Make function work for any value of | |
10730 whitespace_in_literal_matrix. | |
10731 * control/dare.m: Likewise. | |
10732 * control/tzero.m: Likewise. | |
10733 * elfun/gcd.m: Likewise. | |
10734 * elfun/lcm.m: Likewise. | |
10735 * general/postpad.m: Likewise. | |
10736 * general/prepad.m: Likewise. | |
10737 * linear-algebra/kron.m: Likewise. | |
10738 * miscellaneous/etime.m: Likewise. | |
10739 * polynomial/conv.m: Likewise. | |
10740 * polynomial/deconv.m: Likewise. | |
10741 * polynomial/poly.m: Likewise. | |
10742 * polynomial/roots.m: Likewise. | |
10743 * signal/filter.m: Likewise. | |
10744 * signal/freqz.m: Likewise. | |
10745 * signal/fftfilt.m: Likewise. | |
10746 | |
10747 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10748 | |
10749 * miscellaneous/is_leap_year.m: Make work for vector args. | |
10750 | |
10751 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10752 | |
10753 * plot/polar_int_2.m: Add missing semicolons. | |
10754 Set theta = theta', not rho'. | |
10755 | |
10756 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10757 | |
10758 * polynomial/roots.m: Make it work for any value of | |
10759 whitespace_in_literal_matrix. | |
10760 | |
10761 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10762 | |
10763 * configure.in: New file. | |
10764 | |
10765 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10766 | |
10767 * control/lyap.m: Add missing semicolon. | |
10768 | |
10769 * miscellaneous/cputime.m: New function file. | |
10770 | |
10771 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10772 | |
10773 * time: New directory. | |
10774 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
10775 New function files. | |
10776 * time/Makefile.in: New file. | |
10777 * Makefile.in (SUBDIRS): Add time. | |
10778 | |
10779 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10780 | |
10781 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
10782 | |
10783 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10784 | |
10785 * plot/plot_int_1.m: Transpose data with .', not '. | |
10786 | |
10787 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10788 | |
10789 * Makefile.in (install uninstall clean mostlyclean distclean | |
10790 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
10791 | |
10792 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10793 | |
10794 * Makefile.in (install): Create ls-R database file. | |
10795 (uninstall): Delete it. | |
10796 | |
10797 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10798 | |
5378 | 10799 * image/saveimage.m: Fix typo. |
2330 | 10800 |
10801 See ChangeLog.1 in the top level directory for earlier changes. |