Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 8557:ab82e19002c4
better compatibility for axis label properties
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 21 Jan 2009 14:30:41 -0500 |
parents | d81caf2e3a28 |
children | 438520011621 |
rev | line source |
---|---|
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1 2009-01-21 John W. Eaton <jwe@octave.org> |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
2 |
8557
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
3 * plot/__axis_label__.m: Set properties in existing axis label |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
4 object instead of creating a new text object. |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
5 * plot/ylabel.m: Don't set rotation property here. |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
6 * plot/title.m: Don't set horizontalalignment property here. |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
7 |
8556
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
8 * plot/ylabel.m: Insert rotation property in varargin before |
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
9 passing it on to __axis_label__. |
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
10 * plot/__axis_label__.m: Don't set rotation for ylabel here. |
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
11 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
12 * plot/title.m: Insert horizontalalignment property in varargin |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
13 before passing it on to __axis_label__. |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
14 |
8552
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
15 2009-01-21 Jaroslav Hajek <highegg@gmail.com> |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
16 |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
17 * strings/strchr.m: New function. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
18 * strings/Makefile.in: Add it. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
19 |
8550
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
20 2009-01-20 Jaroslav Hajek <highegg@gmail.com> |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
21 |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
22 * optimization/fsolve.m: Only use qrupdate if available. |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
23 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
24 2009-01-20 John W. Eaton <jwe@octave.org> |
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
25 |
8545
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
26 * general/postpad.m: Doc fix. |
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
27 * general/prepad.m: Doc fix. |
8544 | 28 * image/pink.m: Spelling fix. |
29 * image/hsv.m: Doc fix. | |
30 From Francesco Potorti` <Potorti@isti.cnr.it>. | |
8543 | 31 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
32 * testfun/assert.m: Use isfield instead of struct_contains. |
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
33 |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
34 2009-01-17 Ben Abbott <bpabbott@mac.com> |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
35 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
36 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
37 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
38 |
8532
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
39 2009-01-17 Steven Verstoep <isgoed@hotmail.com> |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
40 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
41 * plot/__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord. |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
42 |
8530
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
43 2009-01-16 Daniel J Sebald <daniel.sebald@ieee.org> |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
44 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
45 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
46 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
47 2009-01-16 Daniel J Sebald <daniel.sebald@ieee.org> |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
48 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
49 * plot/legend.m: Fix legend order for both horizontal and |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
50 vertical string cell. |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
51 |
8528 | 52 2008-01-15 Ben Abbott <bpabbott@mac.com> |
53 | |
54 * plot/grid.m: Document handle argument. | |
55 | |
8522
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
56 2009-01-15 Peter L. S�ndergaard <peter@sonderport.dk> |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
57 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
58 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
59 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
60 |
8521 | 61 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
62 | |
63 * gethelp.cc: Include <cstdio>. | |
64 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
65 2009-01-14 Ben Abbott <bpabbott@mac.com> |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
66 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
67 * plot/__go_draw_axes__.m (ticklabel_to_cell): New function. |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
68 Use it to handle non-cell ticklabels. |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
69 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
70 2009-01-14 S�ren Hauberg <hauberg@gmail.com> |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
71 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
72 * general/diff.m, general/logspace.m, general/nextpow2.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
73 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
74 linear-algebra/duplication_matrix.m, linear-algebra/expm.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
75 miscellaneous/bincoeff.m, miscellaneous/list_primes.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
76 optimization/fsolve.m, plot/subplot.m, polynomial/pchip.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
77 polynomial/polyout.m, polynomial/residue.m, polynomial/spline.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
78 signal/freqz.m, signal/sinc.m, specfun/beta.m, specfun/betaln.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
79 specfun/nchoosek.m, specfun/pow2.m, special-matrix/hankel.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
80 special-matrix/hilb.m, special-matrix/invhilb.m |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
81 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
82 special-matrix/vander.m, statistics/base/gls.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
83 statistics/base/kendall.m, statistics/base/kurtosis.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
84 statistics/base/mean.m, statistics/base/median.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
85 statistics/base/ols.m, statistics/base/skewness.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
86 statistics/distributions/kolmogorov_smirnov_cdf.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
87 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
88 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
89 2009-01-14 John W. Eaton <jwe@octave.org> |
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
90 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
91 * linear-algebra/expm.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
92 |
8513 | 93 * optimization/fsolve.m: Doc fix. |
94 | |
8510
738cb6271933
__go_draw_axes__.m: scale markersize by 1/3 instead of 1/6
John W. Eaton <jwe@octave.org>
parents:
8509
diff
changeset
|
95 * plot/__go_draw_axes__.m: Scale markersize by 1/3, not 1/6. |
738cb6271933
__go_draw_axes__.m: scale markersize by 1/3 instead of 1/6
John W. Eaton <jwe@octave.org>
parents:
8509
diff
changeset
|
96 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
97 * io/dlmwrite.m: Use '%c' format for character data. |
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
98 |
8506 | 99 2009-01-13 John W. Eaton <jwe@octave.org> |
100 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
101 * general/repmat.m: Handle negative row or column dimension. |
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
102 |
8507 | 103 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
104 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
105 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
106 general/quadgk.m, general/quadv.m, general/repmat.m, | |
107 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
108 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
109 image/imwrite.m, linear-algebra/dmult.m, | |
110 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
111 miscellaneous/setfield.m, miscellaneous/what.m, | |
112 optimization/fsolve.m, optimization/fzero.m, | |
113 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
114 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
115 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
116 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
117 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
118 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
119 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
120 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
121 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
122 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
123 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
124 statistics/base/center.m, statistics/base/quantile.m, | |
125 statistics/base/ranks.m, statistics/base/std.m, | |
126 statistics/distributions/hygepdf.m, | |
127 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
128 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
129 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
130 testfun/speed.m, testfun/test.m: Style fixes. | |
131 | |
8506 | 132 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
133 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
134 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
135 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
136 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
137 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
138 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
139 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
140 statistics/base/quantile.m, statistics/base/values.m, | |
141 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
142 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
143 time/datestr.m, time/datevec.m: Comment style fixes. | |
144 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
145 2009-01-13 Daniel J Sebald <daniel.sebald@ieee.org> |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
146 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
147 * set/unique.m: Fix for vertical array inputs. |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
148 |
8466 | 149 2009-01-12 John W. Eaton <jwe@octave.org> |
150 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
151 * optimization/fzero.m, optimization/fsolve.m: Style fixes. |
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
152 Use strcmpi to compare options. |
8466 | 153 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
154 2009-01-12 Thorsten Meyer <thorsten.meyier@gmx.de> |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
155 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
156 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
157 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
158 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
159 2009-01-12 John W. Eaton <jwe@octave.org> |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
160 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
161 * plot/diffuse.m, plot/surfl.m, plot/specular.m: Style fixes. |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
162 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
163 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
164 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
165 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
166 * miscellaneous/orderfields.m: Dtto. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
167 * miscellaneous/what.m: Dtto. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
168 * pkg/pkg.m: Dtto. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
169 * plot/ndgrid.m: Dtto. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
170 * strings/strcat.m: Dtto. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
171 |
8451 | 172 2009-01-09 Kai Habel <kai.habel@gmx.de> |
173 | |
174 * plot/surfl.m: New function | |
175 * plot/diffuse.m: dito | |
176 * plot/specular.m: dito | |
177 | |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
178 2009-01-05 John W. Eaton <jwe@octave.org> |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
179 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
180 * mkdoc: Set defaults for FIND and PERL. Check usage. |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
181 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
182 2009-01-01 Thorsten Meyer <thorsten.meyier@gmx.de> |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
183 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
184 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
185 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
186 2008-12-26 Thorsten Meyer <thorsten.meyier@gmx.de> |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
187 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
188 * general/int2str.m, general/num2str.m, strings/base2dec.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
189 strings/blanks.m, strings/cstrcat.m, strings/findstr.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
190 strings/isstrprop.m, strings/mat2str.m, strings/regexptranslate.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
191 strings/split.m, strings/str2double.m, strings/str2num.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
192 strings/strcat.m, strings/strcmpi.m, strings/strfind.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
193 strings/strjust.m, strings/strmatch.m, strings/strncmpi.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
194 strings/strrep.m, strings/strtok.m, strings/strtrim.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
195 strings/strtrunc.m, strings/strvcat.m, strings/substr.m: |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
196 Fix documentation strings, add examples, references and tests. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
197 * scripts/general/int2str.m: Add missing semicolon. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
198 * scripts/strings/regexptranslate.m: add nargin check. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
199 * scripts/strings/str2double.m: fix nargin check. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
200 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
201 2008-12-29 David Bateman <dbateman@free.fr> |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
202 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
203 * goemetry/voronoi.m: Speed up and handle dense grids. |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
204 |
8438 | 205 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
206 | |
207 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
208 operation fails. | |
209 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
210 2008-12-26 Francesco Potortì <pot@gnu.org> |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
211 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
212 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
213 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
214 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
215 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
216 * general/postpad.m: Use @seealso. Add reference to resize. |
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
217 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
218 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
219 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
220 * plot/hist.m: Doc string now mentions matrix input argument. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
221 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
222 |
8441
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
223 2008-12-30 Ben Abbott <bpabbott@mac.com> |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
224 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
225 * plot/__contour__.m: __contour__.m: correct order of patches |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
226 |
8450
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
227 2008-12-30 Ben Abbott <bpabbott@mac.com> |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
228 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
229 * plot/__contour__.m: __contour__.m: correct order of patches |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
230 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
231 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
232 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
233 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
234 |
8422
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
235 2008-12-24 John W. Eaton <jwe@octave.org> |
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
236 |
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
237 * testfun/test.m: Print "has no tests" message if there are demos |
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
238 but no tests instead of printing PASSES 0 out of 0 tests. |
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
239 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
240 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
241 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
242 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
243 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
244 |
8416 | 245 2008-11-21 Radek Salac <salac.r@gmail.com> |
246 | |
247 * sparse/bicgstab.m: New function. | |
248 * sparse/Makefile.in (SOURCES): Add it here. | |
249 | |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
250 2008-12-18 Daniel J Sebald <daniel.sebald@ieee.org> |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
251 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
252 * time/datevec.m (__date_vfmt2sfmt__): New helper function. |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
253 (datevec): Avoid repeated parsing of the format string. |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
254 * set/unique.m: Only check for options if nargin > 1. |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
255 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
256 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
257 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
258 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
259 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
260 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
261 |
8404
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
262 2008-12-13 Francesco Potort� <pot@gnu.org> |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
263 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
264 * specfun/nchoosek.m: Check for input arguments, signal loss of |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
265 precision, correctly handle k==0 and k==n cases, add proper tests. |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
266 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
267 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
268 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
269 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
270 |
8393 | 271 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
272 | |
8394 | 273 * linear-algebra/expm.m: New source. |
8393 | 274 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
275 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
276 |
8394 | 277 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
278 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
279 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
280 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
281 * general/repmat.m: Optimize & simplify the scalar & 2d matrix case. |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
282 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
283 2008-12-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
284 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
285 * strings/lower.m: Remove |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
286 * strings/upper.m: Remove |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
287 * strings/Makefile.in: Remove lower.m, upper.m |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
288 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
289 2008-12-02 Thorsten Meyer <thorsten.meyier@gmx.de> |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
290 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
291 * strings/str2mat.m: Make it a simple wrapper around |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
292 char() and move it to scripts/deprecated/str2mat.m, remove |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
293 obsolete tests, move remaining test to src/strfns.cc (Fchar). |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
294 * strings/Makefile.in: Remove str2mat.m. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
295 * deprecated/Makefile.in: Add str2mat.m. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
296 * strings/strvcat.m: Remove reference to str2mat. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
297 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
298 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
299 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
300 * plot/__go_draw_axes__.m: Set two point clipping mode to be on. |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
301 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
302 2008-11-26 Francesco Potortì <pot@gnu.org> |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
303 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
304 * specfun/nchoosek.m: Set max_recursion_depth and use a subfunction. |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
305 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
306 2008-11-29 Thorsten Meyer <thorsten.meyier@gmx.de> |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
307 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
308 * miscellaneous/gzip.m: Remove @seealso reference to __xzip__, |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
309 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
310 miscellaneous/bzip2.m: Remove @seealso reference to __xzip__, |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
311 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
312 miscellaneous/__xzip__.m: Improve error messages, fix cleanup |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
313 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
314 |
8343
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
315 2008-11-24 Ben Abbott <bpabbott@mac.com> |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
316 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
317 * plot/legend.m: Correct ording of legend labels. |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
318 |
8344
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
319 2008-11-24 Ben Abbott <bpabbott@mac.com> |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
320 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
321 * plot/__go_draw_axes__.m: Correct order for rendering children. |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
322 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
323 2008-11-21 Radek Salac <salac.r@gmail.com> |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
324 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
325 * sparse/cgs.m, sparse/treelayout.m: New functions. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
326 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
327 |
8324 | 328 2008-11-14 David Bateman <dbateman@free.fr> |
329 | |
330 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
331 of the axis object. | |
332 | |
8356
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
333 2008-11-14 Ben Abbott <bpabbott@mac.com> |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
334 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
335 * plot/gnuplot_drawnow.m: Add support of properites to gp backend. |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
336 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
337 2008-11-13 John W. Eaton <jwe@octave.org> |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
338 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
339 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
340 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
341 |
8315
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
342 2008-11-12 David Bateman <dbateman@free.fr> |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
343 |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
344 * plot/__quiver__.m: Only autoscale if more than one element to |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
345 plot. Modify callbacks for change in order of children. |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
346 * plot/__stem__.m: Modify callbacks for change in order of children. |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
347 |
8316 | 348 2008-11-10 John W. Eaton <jwe@octave.org> |
349 | |
350 * polynomial/spline.m: Delete debugging statements. From | |
351 Sebastian Sch�ps <sebastian@schoeps.org>. | |
352 | |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
353 2008-11-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
354 |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
355 * mkdoc: do not remove white space before @ within @example |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
356 environment |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
357 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
358 2008-11-05 Thorsten Meyer <thorsten.meyier@gmx.de> |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
359 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
360 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
361 |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
362 2008-11-04 Thorsten Meyer <thorsten.meyier@gmx.de> |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
363 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
364 * miscellaneous/unpack.m: return directly after recursive handling |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
365 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
366 |
8354
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
367 2008-11-03 Ben Abbott <bpabbott@mac.com> |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
368 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
369 * plot/__go_draw_axes__.m: xticklabel should accept a numeric vector. |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
370 |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
371 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
372 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
373 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
374 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
375 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
376 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
377 |
8305 | 378 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
379 | |
380 * optimization/fzero.m: Replace tabs by spaces. | |
381 | |
382 2008-09-28 Jaroslav Hajek <highegg@gmail.com> | |
383 | |
384 * optimization/fzero.m: Simplify exception handling. | |
385 | |
386 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
387 | |
388 * optimization/fzero.m: New function file. | |
389 * optimization/Makefile.in: Add it. | |
390 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
391 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
392 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
393 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
394 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
395 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
396 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
397 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
398 |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
399 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
400 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
401 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
402 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
403 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
404 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
405 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
406 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
407 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
408 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
409 2008-10-31 David Bateman <dbateman@free.fr> |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
410 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
411 * plot/__contour__.m: Exclude infinite values when calculating contour |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
412 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
413 * plot/clabel.m: Close previous plots in demos to avoid pollution |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
414 between other plot demos. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
415 * plot/plotyy.m: Ditto. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
416 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
417 2008-10-30 David Bateman <dbateman@free.fr> |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
418 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
419 * plot/legend.m: Add support for the "left" and "right" options. |
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
420 * plot/__go_draw_axes__.m: If the axes property keyreverse is set, |
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
421 reverse the key and labelling text. |
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
422 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
423 * plot/__clabel__.m, plot/clabel.m: New functions. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
424 * plot/Makefile.in (SOURCES): Add them here. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
425 * plot/__contour__.m: Rewrite to use contour groups. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
426 * plot/contourf.m: Call __contour__ instead of using specific code. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
427 * plot/contour.m, plot/contour3.m: Minor modification to allow for |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
428 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
429 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
430 2008-10-29 Thorsten Meyer <thorsten.meyier@gmx.de> |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
431 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
432 * set/create_set.m, set/ismember.m, set/union.m, set/complement.m: |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
433 Fix @seealso references to deprecated function intersection. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
434 * polynomial/polyvalm.m, polynomial/polyout.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
435 polynomial/polyint.m, polynomial/polygcd.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
436 deprecated/polyinteg.m: Remove "and" from @seealso string. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
437 * specfun/betaln.m: Change @seealso reference from deprecated |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
438 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
439 * plot/plot.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
440 plot/plot3.m: Fix @seealso references to ylabel and zlabel. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
441 * general/issymmetric.m, image/imagesc.m, specfun/realpow.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
442 polynomial/polyfit.m, time/eomday.m: Remove @seealso references to |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
443 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
444 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
445 2008-10-29 John W. Eaton <jwe@octave.org> |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
446 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
447 * plot/cla.m: In test, set visible off when creating figure. |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
448 |
8280
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
449 2008-10-28 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
450 |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
451 * optimization/qp.m: Convert bounds of the form b <= x <= b and |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
452 constraints of the form b <= A*x <= b to equality constraints. |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
453 |
8274
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
454 2008-10-27 S�ren Hauberg <hauberg@gmail.com> |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
455 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
456 * plot/ellipsoid.m: Check nargin == 6, not nargin == 5. |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
457 |
8264
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
458 2008-10-22 Ben Abbott <bpabbott@mac.com> |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
459 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
460 * plot/cla.m: Fix error when no children to clear. |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
461 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
462 * plot/findobj.m: Allow handle to be empty. |
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
463 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
464 2008-10-22 John W. Eaton <jwe@octave.org> |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
465 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
466 * plot/allchild.m: Move call to get showhiddenhandles outside of |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
467 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
468 |
8257 | 469 2008-10-22 David Bateman <dbateman@free.fr> |
470 | |
8260 | 471 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
472 "caller" workspace. | |
473 | |
8258 | 474 * plot/__errplot__.m: Add errorbar series objects. |
475 * plot/errbar.m: Add some demos. | |
476 | |
8257 | 477 * plot/__add_line_series__.m: Remove |
478 * plot/Makefile.in (SOURCES): Remove it here too. | |
479 * plot/__add_datasource__.m: Allow for more than one character in | |
480 source name. | |
481 * plot/refreshdata.m: Ditto. | |
482 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
483 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
484 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
485 * plot/__scatter__.m: Add scatter series objects and data sources. | |
486 * plot/legend.m: Update type in loop and remove debugging messages. | |
487 | |
8251 | 488 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
489 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
490 * 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
|
491 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
492 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
493 |
8249 | 494 2008-10-21 John W. Eaton <jwe@octave.org> |
495 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
496 * 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
|
497 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
498 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
499 |
8249 | 500 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
501 struct. Use get instead of examining struct fields directly. | |
502 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
503 object struct. Use get instead of examining struct elements | |
504 directly. Use allhild instead of looking at children field of | |
505 figure object struct. | |
506 | |
8251 | 507 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 508 |
509 * plot/orient.m: Fix syntax error. | |
510 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
511 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
512 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
513 * 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
|
514 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
515 * 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
|
516 * 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
|
517 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
518 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
|
519 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
520 * 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
|
521 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
|
522 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
523 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
524 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
|
525 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
526 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
527 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
528 * 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
|
529 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
530 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
531 * 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
|
532 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
533 * 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
|
534 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
535 * 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
|
536 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
537 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
|
538 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
539 * 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
|
540 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
|
541 |
8236 | 542 2008-10-17 David Bateman <dbateman@free.fr> |
543 | |
544 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
545 from potential axis handles. | |
546 * plot/colorbar.m: Remove debug output. | |
547 * plot/comet.m: Close plot before demo | |
548 * plot/contourc.m: No output if nargout == 0. | |
549 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
550 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
|
551 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
552 * 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
|
553 |
8229 | 554 2008-10-16 John W. Eaton <jwe@octave.org> |
555 | |
556 * testfun/rundemos.m: New function. | |
557 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
558 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
|
559 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
560 * 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
|
561 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
562 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
|
563 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
564 * 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
|
565 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
|
566 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
567 * 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
|
568 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
|
569 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
|
570 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
571 * 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
|
572 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
|
573 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
574 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
575 * 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
|
576 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
|
577 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
578 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
|
579 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
580 * 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
|
581 (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
|
582 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
583 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
|
584 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
585 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
586 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
587 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
588 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
|
589 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
590 * 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
|
591 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
|
592 (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
|
593 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
594 * 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
|
595 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
596 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
597 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
598 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
|
599 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
600 * 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
|
601 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
602 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
603 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
|
604 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
605 * 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
|
606 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
607 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
|
608 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
609 * 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
|
610 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
611 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
612 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
613 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
614 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
615 |
8208 | 616 2008-10-10 David Bateman <dbateman@free.fr> |
617 | |
618 * image/__img__.m: Manually set the limits of th eimage | |
619 * plot/__go_draw_axes__.m: Base window position in the axis | |
620 position property and not the outerposition property. Remove | |
621 colorbar code based on the gnuplot colorbox. Allow images to be a | |
622 vector to support image based colorbars. Also check labelmode for | |
623 manual tics. | |
624 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
625 colorbar code. | |
626 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
627 it to the principal axis. | |
628 * plot/legend.m: Support an axis handle as the first | |
629 argument. Support hggroups. | |
630 * plot/pareto.m: Don't support an axis handle as the first | |
631 argument as the plotyy command in fact needs two axis handles. | |
632 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
633 synchronize the two axes. | |
634 * plot/subplot.m: Also skip axes that are tagged as being a | |
635 colorbar. Don't break in search of overlapping axes to delete. Set | |
636 both the position and the outerposition. | |
637 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
638 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
|
639 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
640 * 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
|
641 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
642 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
|
643 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
644 * 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
|
645 * 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
|
646 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
647 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
|
648 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
649 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
650 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
651 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
652 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
653 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
654 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
655 * 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
|
656 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
657 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
|
658 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
659 * 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
|
660 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
661 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
|
662 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
663 * 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
|
664 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
|
665 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
|
666 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
|
667 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
|
668 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
|
669 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
|
670 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
|
671 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
|
672 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
|
673 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
674 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
|
675 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
676 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
677 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
678 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
679 * 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
|
680 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
681 * 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
|
682 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
683 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
|
684 |
8182 | 685 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
686 | |
687 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
|
688 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
689 * 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
|
690 |
8182 | 691 2008-10-02 Ben Abbott <bpabbott@mac.com> |
692 | |
693 * 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
|
694 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
695 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
696 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
697 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
698 |
8182 | 699 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
|
700 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
701 * 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
|
702 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
703 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
704 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
705 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
|
706 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
707 * 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
|
708 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
709 * 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
|
710 |
8182 | 711 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
|
712 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
713 * 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
|
714 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
715 * 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
|
716 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
717 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
|
718 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
719 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
720 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
721 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
722 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
723 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
724 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
|
725 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
726 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
727 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
|
728 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
729 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
730 |
8148 | 731 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
732 | |
733 * image/imread.m, image/imwrite.m: Doc fix. | |
734 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
735 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
|
736 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
737 * 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
|
738 |
8149 | 739 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
|
740 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
741 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
742 * 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
|
743 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
744 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
|
745 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
746 * 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
|
747 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
748 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
749 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
750 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
751 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
752 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
753 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
754 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
755 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
756 |
8182 | 757 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 758 |
759 * plot/comet.m: New file. | |
760 * plot/Makefile.in (SOURCES): Add it here. | |
761 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
762 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
|
763 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
764 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
765 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
766 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
767 * 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
|
768 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
|
769 |
8182 | 770 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
|
771 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
772 * 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
|
773 |
8116 | 774 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
775 | |
8117 | 776 * image/imshow.m: Fix for display_range. |
777 | |
8116 | 778 * general/interpn.m: Fixe for extrapval and documentation of |
779 extrapval. | |
780 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
781 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
|
782 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
783 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
784 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
785 * 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
|
786 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
787 * 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
|
788 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
789 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
790 * 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
|
791 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
|
792 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
793 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
794 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
795 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
796 |
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
|
797 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
|
798 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
799 * 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
|
800 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
|
801 |
8088 | 802 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
803 | |
804 * plot/plot.m: Doc fix. | |
805 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
806 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
|
807 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
808 * 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
|
809 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
810 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
811 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
|
812 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
813 * 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
|
814 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
815 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
816 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
817 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
818 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
819 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
820 * 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
|
821 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
822 |
8076 | 823 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
824 | |
825 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
826 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
827 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
828 | |
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
|
829 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
|
830 |
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
|
831 * 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
|
832 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
|
833 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
|
834 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
|
835 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
|
836 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
|
837 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
|
838 '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
|
839 * 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
|
840 |
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
|
841 * 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
|
842 * 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
|
843 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
844 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
845 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
846 * 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
|
847 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
848 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
849 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
850 * 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
|
851 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
|
852 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
853 * 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
|
854 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
|
855 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
|
856 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
857 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
858 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
859 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
860 |
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
|
861 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
|
862 |
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
|
863 * 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
|
864 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
|
865 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
866 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
|
867 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
868 * 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
|
869 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
870 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
871 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
|
872 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
873 * 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
|
874 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
|
875 * 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
|
876 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
|
877 * 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
|
878 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
879 * 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
|
880 * 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
|
881 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
|
882 * 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
|
883 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
|
884 * 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
|
885 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
|
886 * 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
|
887 * 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
|
888 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
|
889 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
890 |
8054 | 891 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
892 | |
893 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
894 Handle parameter-value options. Untabify. | |
895 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
896 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
|
897 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
898 * 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
|
899 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
900 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
901 * 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
|
902 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
|
903 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
904 * 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
|
905 * 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
|
906 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
907 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
908 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
|
909 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
910 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
911 |
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
|
912 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
|
913 |
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
|
914 * 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
|
915 (__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
|
916 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
|
917 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
918 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
919 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
920 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
921 |
8046 | 922 2008-08-21 David Bateman <dbateman@free.fr> |
923 | |
924 * plot/ezplot.m : New function. | |
925 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
926 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
927 | |
8182 | 928 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
|
929 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
930 * 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
|
931 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
932 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
933 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
|
934 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
935 * 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
|
936 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
|
937 |
8040 | 938 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
|
939 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
940 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
941 |
8035 | 942 2008-08-19 David Bateman <dbateman@free.fr> |
943 | |
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
|
944 * 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
|
945 * 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
|
946 |
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
|
947 * statistics/base/ranks.m: Doc fix. |
8035 | 948 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
949 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
|
950 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
951 * 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
|
952 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
953 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
|
954 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
955 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
956 |
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
|
957 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
|
958 |
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
|
959 * 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
|
960 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
|
961 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
962 2008-07-29 Thomas Treichl <Thomas.Treichl@gmx.net> |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
963 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
964 * general/arrayfun.m: Minor bug fixes, update help text and tests |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
965 |
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
|
966 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
|
967 |
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
|
968 * 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
|
969 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
|
970 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
971 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
|
972 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
973 * 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
|
974 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
975 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
976 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
977 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
978 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
979 * 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
|
980 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
981 * 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
|
982 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
983 |
8182 | 984 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
|
985 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
986 * plot/hold.m: Clarify help text. |
7986 | 987 |
988 * specfun/reallog.m: Fix help string. | |
989 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
990 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 991 |
992 * strings/regexptranslate.m: Add real documentation. | |
993 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
994 * 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
|
995 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
996 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
997 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
998 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
999 |
7974 | 1000 2008-07-28 John W. Eaton <jwe@octave.org> |
1001 | |
1002 * image/imwrite.m: New function. | |
1003 * image/Makefile.in (SOURCES): Add it to the list. | |
1004 | |
7969 | 1005 2008-07-24 Ben Abbott <bpabbott@mac.com> |
1006 | |
1007 * time/datestr.m: New xtest. | |
1008 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1009 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
|
1010 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1011 * 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
|
1012 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1013 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1014 |
7940 | 1015 2008-07-17 John W. Eaton <jwe@octave.org> |
1016 | |
1017 * general/fliplr.m: Fix usage test. | |
1018 * testfun/test.m: Fix usage tests. | |
1019 | |
8040 | 1020 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 1021 |
1022 * statistics/base/cov.m: Fix test that should no longer work. | |
1023 | |
7935 | 1024 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
1025 | |
1026 * plot/gcbo.m, plot/gcbf.m: New functions. | |
1027 * plot/Makefile.in (SOURCES): Add them to the list. | |
1028 | |
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
|
1029 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
|
1030 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1031 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1032 * 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
|
1033 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1034 * 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
|
1035 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1036 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1037 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1038 |
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
|
1039 * 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
|
1040 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
1041 * 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
|
1042 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
1043 * 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
|
1044 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1045 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
|
1046 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1047 * 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
|
1048 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1049 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
|
1050 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1051 * 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
|
1052 |
8040 | 1053 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
|
1054 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1055 * 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
|
1056 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1057 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1058 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1059 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1060 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
|
1061 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1062 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
|
1063 |
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
|
1064 * 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
|
1065 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1066 * 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
|
1067 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
|
1068 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1069 |
8040 | 1070 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
|
1071 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
1072 * 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
|
1073 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1074 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1075 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1076 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1077 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1078 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1079 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1080 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
|
1081 |
7817 | 1082 * miscellaneous/debug.m: New file.. |
1083 * Makefile.in (SOURCES): Add it to the list. | |
1084 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1085 * 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
|
1086 []. 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
|
1087 |
8040 | 1088 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 1089 |
1090 * strings/strcat.m: Add tests. | |
1091 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1092 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
|
1093 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1094 * 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
|
1095 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1096 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1097 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1098 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1099 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1100 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1101 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1102 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1103 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1104 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1105 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1106 |
7783 | 1107 2008-05-20 Bill Denney <bill@denney.ws> |
1108 | |
1109 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
1110 New tests. | |
1111 | |
7777 | 1112 2008-05-19 John W. Eaton <jwe@octave.org> |
1113 | |
1114 * general/isa.m: Fix tests. | |
1115 | |
7773 | 1116 2008-05-13 Bill Denney <bill@denney.ws> |
1117 | |
1118 * general/isa.m: Use persistent cell arrays to hold class names | |
1119 instead of multiple strcmp calls. | |
1120 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1121 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1122 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1123 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1124 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
|
1125 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1126 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1127 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
|
1128 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
|
1129 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1130 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1131 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1132 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1133 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1134 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1135 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
|
1136 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1137 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1138 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1139 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1140 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
|
1141 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1142 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
1143 * 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
|
1144 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
1145 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
1146 * 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
|
1147 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
1148 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1149 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1150 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1151 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1152 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
|
1153 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1154 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1155 |
7765 | 1156 2008-05-06 David Bateman <dbateman@free.fr> |
1157 | |
1158 * miscellaneous/symvar.m: New function. | |
1159 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1160 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1161 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
|
1162 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1163 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1164 * 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
|
1165 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1166 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1167 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1168 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1169 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
|
1170 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
|
1171 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1172 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1173 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1174 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1175 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1176 * 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
|
1177 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1178 |
7747 | 1179 2008-04-30 John W. Eaton <jwe@octave.org> |
1180 | |
1181 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
1182 elfun/asech.m, specfun/pow2.m: Fix tests. | |
1183 | |
8040 | 1184 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 1185 |
1186 * specfun/log2.m: Delete. | |
1187 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
1188 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
1189 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
|
1190 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
1191 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
|
1192 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1193 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1194 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1195 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1196 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1197 |
7736 | 1198 2008-04-25 John W. Eaton <jwe@octave.org> |
1199 | |
1200 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1201 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 1202 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
1203 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
|
1204 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
1205 * 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
|
1206 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
|
1207 * 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
|
1208 |
8149 | 1209 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
|
1210 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
1211 * 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
|
1212 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
1213 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
|
1214 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
1215 * 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
|
1216 |
7713 | 1217 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
|
1218 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
1219 * 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
|
1220 |
7710 | 1221 2008-04-14 David Bateman <dbateman@free.fr> |
1222 | |
1223 * plot/rose.m: Add missing comment mark that causes issues with | |
1224 octave-forge function referencing. | |
1225 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
1226 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1227 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
|
1228 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1229 * 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
|
1230 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
|
1231 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
|
1232 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
|
1233 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
|
1234 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
|
1235 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
|
1236 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
|
1237 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
|
1238 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
|
1239 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
|
1240 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
|
1241 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
|
1242 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
|
1243 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
|
1244 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
|
1245 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
|
1246 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
|
1247 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
|
1248 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
|
1249 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
|
1250 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
|
1251 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
|
1252 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
|
1253 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
|
1254 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
|
1255 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
|
1256 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
|
1257 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
|
1258 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
|
1259 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
|
1260 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
|
1261 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
|
1262 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
|
1263 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
|
1264 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
|
1265 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
|
1266 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
|
1267 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
|
1268 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
|
1269 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
|
1270 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
|
1271 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
|
1272 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
|
1273 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
|
1274 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
|
1275 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
|
1276 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
|
1277 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1278 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
|
1279 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1280 * 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
|
1281 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1282 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
|
1283 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1284 * 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
|
1285 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1286 * 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
|
1287 * 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
|
1288 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1289 * 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
|
1290 * 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
|
1291 * 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
|
1292 * 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
|
1293 * 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
|
1294 * 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
|
1295 * 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
|
1296 * 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
|
1297 * 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
|
1298 * 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
|
1299 * 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
|
1300 * 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
|
1301 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1302 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1303 * 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
|
1304 * 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
|
1305 * 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
|
1306 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1307 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
|
1308 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1309 * 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
|
1310 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
|
1311 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1312 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
|
1313 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1314 * 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
|
1315 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
|
1316 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
|
1317 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
|
1318 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
|
1319 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
|
1320 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
|
1321 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
|
1322 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
|
1323 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
|
1324 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
|
1325 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
|
1326 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
|
1327 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
|
1328 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
|
1329 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
|
1330 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1331 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
|
1332 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
|
1333 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
|
1334 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
|
1335 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
|
1336 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
|
1337 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1338 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
|
1339 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
|
1340 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
|
1341 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
|
1342 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
|
1343 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
|
1344 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1345 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
|
1346 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
|
1347 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
|
1348 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
|
1349 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
|
1350 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
|
1351 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
|
1352 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
|
1353 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
|
1354 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1355 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
|
1356 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1357 * 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
|
1358 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
|
1359 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
|
1360 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
|
1361 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
|
1362 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
|
1363 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
|
1364 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
|
1365 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
|
1366 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
|
1367 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
|
1368 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
|
1369 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
|
1370 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
|
1371 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
|
1372 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
|
1373 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1374 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
|
1375 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
|
1376 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
|
1377 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
|
1378 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
|
1379 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1380 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
|
1381 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
|
1382 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1383 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
|
1384 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
|
1385 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
|
1386 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
|
1387 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
|
1388 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1389 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
|
1390 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1391 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
|
1392 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
|
1393 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
|
1394 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
|
1395 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
|
1396 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
|
1397 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
|
1398 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
|
1399 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
|
1400 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1401 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
|
1402 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
|
1403 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
|
1404 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1405 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1406 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1407 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1408 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1409 * 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
|
1410 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1411 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1412 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1413 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1414 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1415 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1416 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1417 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1418 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1419 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1420 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1421 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1422 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1423 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1424 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1425 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
|
1426 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
1427 * 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
|
1428 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1429 * 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
|
1430 |
7682 | 1431 2008-04-02 Bill Denney <bill@denney.ws> |
1432 | |
1433 * optimization/lsqnonneg.m: New function. | |
1434 * optimization/Makefile.in (SOURCES): Add it to the list. | |
1435 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1436 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1437 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1438 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1439 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1440 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1441 * 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
|
1442 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
|
1443 * 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
|
1444 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1445 |
7678 | 1446 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
1447 | |
1448 * general/sortrows.m: Handle negative column arguments. | |
1449 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1450 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1451 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1452 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1453 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1454 |
7673 | 1455 2008-03-31 David Bateman <dbateman@free.fr> |
1456 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1457 * 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
|
1458 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
|
1459 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1460 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1461 * 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
|
1462 * 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
|
1463 * 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
|
1464 * 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
|
1465 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1466 * 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
|
1467 |
7673 | 1468 * plot/ginput.m: New function. |
1469 * plot/__gnuplot_ginput__.m: New function based on a version of | |
1470 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
1471 * plot/Makefile.in (SOURCES): Add them to the list. | |
1472 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1473 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
|
1474 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1475 * 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
|
1476 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1477 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1478 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1479 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1480 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1481 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1482 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1483 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1484 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1485 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
|
1486 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1487 * 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
|
1488 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1489 |
7669 | 1490 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
1491 | |
1492 * general/del2.m: Missing semicolon. | |
1493 | |
7668 | 1494 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
1495 | |
1496 * miscellaneous/info.m: New function. | |
1497 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1498 | |
8149 | 1499 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
|
1500 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1501 * 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
|
1502 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1503 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1504 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
|
1505 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1506 * 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
|
1507 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
|
1508 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
1509 * 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
|
1510 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
|
1511 |
7655 | 1512 2008-03-27 Bill Denney <bill@denney.ws> |
1513 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1514 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1515 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1516 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1517 * 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
|
1518 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1519 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1520 * 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
|
1521 |
7657 | 1522 * general/genvarname.m: New function. |
1523 * general/Makefile.in (SOURCES): Add it to the list. | |
1524 | |
7656 | 1525 * time/addtodate.m: New function. |
7657 | 1526 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 1527 |
7655 | 1528 * geometry/rectint.m: Vectorize and add more tests. |
1529 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
1530 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
|
1531 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
1532 * 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
|
1533 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1534 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1535 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1536 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1537 |
7650 | 1538 2008-03-26 John W. Eaton <jwe@octave.org> |
1539 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1540 * 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
|
1541 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1542 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1543 * 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
|
1544 |
7650 | 1545 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
1546 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
1547 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
1548 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
1549 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
1550 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
1551 Texinfo fixes. | |
1552 | |
8040 | 1553 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
|
1554 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
1555 * 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
|
1556 |
8149 | 1557 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
|
1558 |
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
|
1559 * 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
|
1560 |
8182 | 1561 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
|
1562 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1563 * 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
|
1564 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
|
1565 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1566 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1567 * 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
|
1568 |
8149 | 1569 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 1570 |
1571 * polynomial/convn.m: New function. | |
1572 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
1573 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1574 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1575 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1576 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1577 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 1578 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
1579 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
|
1580 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
1581 * 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
|
1582 |
7627 | 1583 2008-03-24 David Bateman <dbateman@free.fr> |
1584 | |
1585 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1586 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 1587 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
1588 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1589 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
1590 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
1591 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1592 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
1593 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
1594 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
|
1595 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1596 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1597 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1598 * 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
|
1599 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
1600 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
|
1601 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
1602 * 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
|
1603 |
7617 | 1604 * miscellaneous/cast.m: Also allow cast to "char". |
1605 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
1606 * 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
|
1607 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
1608 * 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
|
1609 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1610 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1611 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
1612 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
1613 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1614 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1615 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1616 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1617 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1618 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1619 |
7610 | 1620 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
1621 | |
1622 * signal/sinetone.m: Ensure integral number of samples. | |
1623 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
1624 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
|
1625 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
1626 * 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
|
1627 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1628 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
|
1629 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1630 * 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
|
1631 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1632 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
|
1633 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1634 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1635 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1636 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1637 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1638 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1639 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1640 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1641 * 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
|
1642 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1643 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1644 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1645 * 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
|
1646 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1647 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1648 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1649 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
|
1650 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
1651 * 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
|
1652 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1653 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
|
1654 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1655 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1656 |
7592 | 1657 2008-03-14 Kai Habel <kai.habel@gmx.de> |
1658 | |
1659 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
1660 style to default to avoid wrong mesh color in some cases. | |
1661 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1662 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1663 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1664 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1665 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
|
1666 |
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
|
1667 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
|
1668 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
1669 * 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
|
1670 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
|
1671 |
7592 | 1672 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
1673 | |
7582 | 1674 2008-03-11 Kai Habel <kai.habel@gmx.de> |
1675 | |
1676 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
1677 Allow plotting of uniform colored mesh plots with and | |
1678 w/o hidden line removal. | |
1679 | |
1680 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
|
1681 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
1682 * 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
|
1683 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
1684 * 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
|
1685 |
7569 | 1686 2008-03-07 John W. Eaton <jwe@octave.org> |
1687 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
1688 * 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
|
1689 |
7569 | 1690 * plot/__go_draw_axes__.m: Handle tickdir property. |
1691 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1692 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1693 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
1694 * 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
|
1695 Allow matrix arguments when number of bins > 30. |
7568 | 1696 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
|
1697 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
1698 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
1699 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
1700 * 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
|
1701 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1702 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1703 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1704 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
|
1705 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1706 * 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
|
1707 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1708 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
|
1709 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1710 * 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
|
1711 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1712 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
1713 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
|
1714 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
1715 * 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
|
1716 |
7551 | 1717 2008-03-04 Bill Denney <bill@denney.ws> |
1718 | |
7557 | 1719 * plot/allchild.m, plot/findall.m: New functions. |
1720 * plot/Makefile.in (SOURCES): Add them to the list. | |
1721 | |
7551 | 1722 * geometry/rectint.m: New function. |
7557 | 1723 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 1724 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1725 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
|
1726 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
1727 * 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
|
1728 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
|
1729 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1730 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 1731 |
1732 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
1733 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
1734 * 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
|
1735 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1736 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
|
1737 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1738 * 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
|
1739 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1740 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
|
1741 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1742 * 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
|
1743 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
|
1744 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1745 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
|
1746 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1747 * 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
|
1748 "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
|
1749 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1750 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
|
1751 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1752 * 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
|
1753 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
|
1754 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
|
1755 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
|
1756 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
|
1757 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
|
1758 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
|
1759 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
|
1760 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
|
1761 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
|
1762 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
|
1763 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
|
1764 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
|
1765 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1766 * 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
|
1767 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1768 * 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
|
1769 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1770 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
|
1771 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1772 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1773 |
7525 | 1774 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
1775 | |
1776 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
1777 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1778 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
|
1779 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1780 * 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
|
1781 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1782 |
7518 | 1783 2008-02-22 Ben Abbott <bpabbott@mac.com> |
1784 | |
1785 * specfun/legendre.m: Doc fix. | |
1786 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1787 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
|
1788 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1789 * 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
|
1790 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1791 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1792 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
|
1793 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1794 * 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
|
1795 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1796 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1797 * 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
|
1798 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1799 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
|
1800 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1801 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1802 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1803 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1804 * 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
|
1805 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1806 * 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
|
1807 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1808 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1809 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
|
1810 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1811 * 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
|
1812 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1813 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1814 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
|
1815 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1816 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1817 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1818 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
|
1819 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1820 * 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
|
1821 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
|
1822 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
|
1823 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
|
1824 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1825 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
|
1826 |
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
|
1827 * 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
|
1828 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
|
1829 |
7501 | 1830 * polynomial/polyfit.m: Use QR decomposition. Handle |
1831 normalization option. | |
1832 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
1833 generate 50% prediction intervals. | |
1834 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1835 * 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
|
1836 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1837 |
7498 | 1838 2008-02-19 John W. Eaton <jwe@octave.org> |
1839 | |
1840 * pkg/pkg.m: Style fixes. | |
1841 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1842 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 1843 |
1844 * pkg/pkg.m: Handle 'describe' command. | |
1845 (parse_pkg_idx, print_package_description): New subfunctions. | |
1846 | |
7493 | 1847 2008-02-19 Bill Denney <bill@denney.ws> |
1848 | |
1849 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
1850 elements wide. | |
1851 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1852 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
|
1853 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1854 * 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
|
1855 |
7485 | 1856 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
1857 | |
1858 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
1859 * general/runlength.m: New function from Paul Kienzle. | |
1860 | |
7484 | 1861 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
1862 | |
1863 * linear-algebra/cond.m: New optional second argument to | |
1864 specify 1-norm, inf-norm, or frobenius-norm. | |
1865 | |
7475 | 1866 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
1867 | |
1868 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
1869 body. Allow the linespec to specify the arrow color. | |
1870 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1871 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
|
1872 |
7474 | 1873 * miscellaneous/cast.m: Also treat the logical type. |
1874 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1875 * 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
|
1876 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1877 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1878 * 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
|
1879 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1880 * 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
|
1881 * 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
|
1882 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1883 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
|
1884 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1885 * 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
|
1886 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1887 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1888 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1889 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1890 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1891 * 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
|
1892 |
7436 | 1893 2008-02-01 Dave Goel <deego3@gmail.com> |
1894 | |
1895 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
1896 | |
7434 | 1897 2008-02-01 Bill Denney <bill@denney.ws> |
1898 | |
1899 * time/weekday.m: Allow vector inputs and speed up. | |
1900 * time/eomday.m: Return column vector for column vector inputs. | |
1901 | |
7429 | 1902 2008-01-30 John W. Eaton <jwe@octave.org> |
1903 | |
7434 | 1904 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
1905 revision". | |
1906 | |
7431 | 1907 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
1908 __plt2vs__.m in the list. | |
1909 | |
7430 | 1910 * miscellaneous/tempdir.m: Append filesep to name for |
1911 compatibility. Warn if not a directory or directory does not | |
1912 exist. | |
1913 | |
7429 | 1914 * strings/deblank.m: Improve compatibility. |
1915 | |
7428 | 1916 2008-01-29 John W. Eaton <jwe@octave.org> |
1917 | |
1918 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
1919 | |
1920 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 1921 |
1922 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
1923 Return the label handle, not the current axis handle. | |
1924 | |
7421 | 1925 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
1926 | |
1927 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
1928 abscissa. | |
1929 | |
1930 2008-01-25 David Bateman <dbateman@free.fr> | |
1931 | |
7423 | 1932 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 1933 * plot/__scatter__.m: Remove NaN values from data. |
1934 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
1935 | |
7418 | 1936 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
1937 | |
1938 * linear-algebra/trace.m: Test cases for non 2-d args. | |
1939 | |
1940 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
1941 | |
1942 * geometry/griddata3.m: Call griddata, not gridata. | |
1943 | |
7415 | 1944 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
1945 | |
1946 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
1947 | |
7411 | 1948 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
1949 | |
1950 * linear-algebra/cond.m, linear-algebra/trace.m: | |
1951 Move tests here from test/test_linalg.m. | |
1952 | |
1953 * general/diff.m, general/fliplr.m, general/flipud.m, | |
1954 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
1955 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
1956 special-matrix/hankel.m, special-matrix/hilb.m, | |
1957 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
1958 special-matrix/toeplitz.m, special-matrix/vander.m: | |
1959 Move tests here from test/test_matrix.m. | |
1960 | |
1961 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
1962 Move tests here from test/test_number.m. | |
1963 | |
1964 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
1965 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
1966 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
1967 polynomial/polyvalm.m, polynomial/roots.m: | |
1968 Move tests here from test/test_poly.m. | |
1969 | |
1970 * signal/unwrap.m: | |
1971 Move tests here from test/test_signal.m. | |
1972 | |
1973 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
1974 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
1975 statistics/base/mean.m, statistics/base/median.m, | |
1976 statistics/base/skewness.m, statistics/base/std.m: | |
1977 Move tests here from test/test_stats.m. | |
1978 | |
1979 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
1980 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
1981 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
1982 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
1983 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
1984 strings/substr.m: | |
1985 Move tests here from test/test_string.m. | |
1986 | |
1987 * miscellaneous/computer.m, miscellaneous/ls.m, | |
1988 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
1989 time/date.m, time/etime.m, time/is_leap_year.m: | |
1990 Move tests here from test/test_system.m. | |
1991 | |
7410 | 1992 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
1993 | |
1994 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
1995 Simplify initial checks on argument values. | |
1996 | |
7408 | 1997 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
1998 | |
1999 * plot/gnuplot_drawnow.m: New function corresponding to the | |
2000 implementation of the gnuplot-based graphics backend (derived from | |
2001 drawnow.m). | |
2002 * plot/drawnow.m: Deleted (converted to C++). | |
2003 | |
7401 | 2004 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
2005 | |
2006 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
2007 New tests. | |
2008 | |
7399 | 2009 2008-01-18 John W. Eaton <jwe@octave.org> |
2010 | |
2011 * optimization/sqp.m: End each function with endfunction. | |
2012 | |
7398 | 2013 2008-01-18 Ben Abbott <bpabbott@mac.com> |
2014 | |
2015 * polynomial/residue.m: For each group of pole multiplicity, set | |
2016 the poles of the group to the value of the group's average. | |
2017 | |
7396 | 2018 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
2019 | |
2020 * plot/print.m: Handle PDF output. | |
2021 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
2022 | |
7392 | 2023 2008-01-17 John W. Eaton <jwe@octave.org> |
2024 | |
7393 | 2025 * path/savepath.m: Print newline before initial comment line. |
2026 Double up single quote characters. | |
2027 * path/__extractpath__.m: Return just the path as a string. | |
2028 Undo single quote character doubling. | |
2029 | |
2030 * path/pathdef.m: Avoid eval. Simplify. | |
2031 | |
7392 | 2032 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
2033 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
2034 avoid possible file descriptor leak. | |
2035 | |
2036 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
2037 | |
2038 * path/savepath.m: Warn if modified file is not explicitly specified. | |
2039 * startup/main-rcfile: Call atexit ("__finish__"). | |
2040 | |
7388 | 2041 2008-01-16 John W. Eaton <jwe@octave.org> |
2042 | |
7390 | 2043 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
2044 Use it to disable enhanced mode for individual labels and titles. | |
2045 | |
7392 | 2046 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 2047 (install install-strip, uninstall): Handle function files. |
2048 | |
2049 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
2050 | |
7392 | 2051 * startup/__finish__.m: New file. |
2052 * path/__extractpath__.m, path/matlabroot.m, | |
2053 path/pathdef.m: New files. | |
7388 | 2054 * path/Makefile.in (SOURCES): Add them to the list. |
2055 | |
7385 | 2056 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
2057 | |
7387 | 2058 * special-matrix/vander.m: Vectorize. New test. |
2059 | |
7385 | 2060 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
2061 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
2062 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
2063 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
2064 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
2065 Move tests here from test/test_arith.m. | |
2066 | |
7382 | 2067 2008-01-15 John W. Eaton <jwe@octave.org> |
2068 | |
2069 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
2070 | |
7379 | 2071 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
2072 | |
2073 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
2074 Call __get__ instead of get. | |
2075 | |
2076 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
2077 | |
2078 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
2079 Frobenius norm if matrix is all zeros. Use transpose instead of | |
2080 hermitian operator. | |
2081 | |
7376 | 2082 2008-01-14 Bill Denney <bill@denney.ws> |
2083 | |
2084 * plot/axis.m: Correctly handle "tight" and "image" options. | |
2085 | |
8149 | 2086 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 2087 |
2088 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
2089 image/rgb2ntsc.m: Also accept images as input. | |
2090 | |
2091 * image/gray2ind.m: Handle image type other than double. | |
2092 Improve error checking and documentation. | |
2093 | |
7371 | 2094 2008-01-14 John W. Eaton <jwe@octave.org> |
2095 | |
7372 | 2096 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
2097 instead of calling tolower on first arg. Default font name is | |
2098 Helvetica, not helvetica. Don't downcase user-specified font name. | |
2099 (__maybe_munge_text__): Fix typo. | |
2100 | |
7371 | 2101 * optimization/sqp.m: Fix function definitions in test code. |
2102 | |
7361 | 2103 2008-01-12 John W. Eaton <jwe@octave.org> |
2104 | |
2105 * plot/gnuplot_binary.in: New file. | |
2106 * plot/gnuplot_binary.m: Delete. | |
2107 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
2108 (SOURCES_IN, GEN_M): New macros. | |
2109 (DISTFILES): Include $(SOURCES_IN) in the list. | |
2110 (FCN_FILES): Include $(GEN_M) in the list. | |
2111 (all): Depend on $(GEN_M). | |
2112 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 2113 (distclean): Also remove $(GEN_M). |
7361 | 2114 |
2115 2008-01-11 John W. Eaton <jwe@octave.org> | |
2116 | |
2117 * optimization/sqp.m: New test from example in doc string. | |
2118 | |
7360 | 2119 2008-01-10 Ben Abbott <bpabbott@mac.com> |
2120 | |
2121 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
2122 to more than one multiplicity group. | |
2123 | |
7358 | 2124 2008-01-10 John W. Eaton <jwe@octave.org> |
2125 | |
2126 * plot/gnuplot_binary.m: New file. | |
2127 * plot/Makefile.in (SOURCES): Add it to the list. | |
2128 | |
7355 | 2129 2008-01-09 John W. Eaton <jwe@octave.org> |
2130 | |
2131 * plot/drawnow.m: Fail if filename includes a directory part that | |
2132 does not exist. | |
2133 | |
7352 | 2134 2008-01-07 John W. Eaton <jwe@octave.org> |
2135 | |
2136 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
2137 Error if glob call fails to match any files. | |
2138 | |
7346 | 2139 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
2140 | |
2141 * strings/strtrim.m: Doc fix. | |
2142 | |
7345 | 2143 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
2144 | |
2145 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
2146 | |
8149 | 2147 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 2148 |
2149 * set/create_set.m, set/union.m: Accept "rows" argument. | |
2150 | |
7341 | 2151 2008-01-02 John W. Eaton <jwe@octave.org> |
2152 | |
2153 * plot/print.m: Correctly handle pbm terminal. | |
2154 | |
7340 | 2155 2007-12-28 John W. Eaton <jwe@octave.org> |
2156 | |
2157 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
2158 extensions. | |
2159 | |
7337 | 2160 2007-12-28 David Bateman <dbateman@free.fr> |
2161 | |
2162 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
2163 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
2164 * Makefile.in (SOURCES): Add to the sources. | |
2165 | |
2166 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
2167 | |
2168 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
2169 Remove unnecessary call of size function. | |
2170 | |
7334 | 2171 2007-12-21 John W. Eaton <jwe@octave.org> |
2172 | |
2173 Version 3.0.0 released. | |
2174 | |
8149 | 2175 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 2176 |
2177 * image/imshow.m: Accept empty value for display_range. | |
2178 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2179 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 2180 |
2181 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
2182 | |
8149 | 2183 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 2184 |
2185 * image/imshow.m: Store uint8 images as doubles. Handle default | |
2186 display ranges correctly. | |
2187 | |
7327 | 2188 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
2189 Peter A. Gustafson <petegus@umich.edu> | |
2190 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2191 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 2192 |
7325 | 2193 2007-12-19 John W. Eaton <jwe@octave.org> |
2194 | |
2195 * miscellaneous/edit.m: New function. | |
2196 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2197 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2198 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 2199 |
2200 * plot/__bar__.m: Handle "basevalue" option. | |
2201 * plot/__bars__.m: New arg, base_value. | |
2202 | |
7321 | 2203 2007-12-17 David Bateman <dbateman@free.fr> |
2204 | |
2205 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
2206 * plot/Makefiles (SOURCES): Add them to the sources | |
2207 * plot/polar.m: Set the x and y limits to the maximum polar | |
2208 radius. Set the axes to be square. | |
2209 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
2210 and print axis at zero if this is used. | |
2211 | |
2212 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
2213 contours can overlay pcolor plots. Priveldge no hidden line | |
2214 removal when there are multiple objects in the plot. | |
2215 | |
7320 | 2216 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
2217 | |
2218 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
2219 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
2220 | |
7319 | 2221 2007-12-17 Ben Abbott <bpabbott@mac.com> |
2222 | |
2223 * miscellaneous/run.m: Replace script with f when looking for | |
2224 file to run. | |
2225 | |
7316 | 2226 2007-12-14 David Bateman <dbateman@free.fr> |
2227 | |
7317 | 2228 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
2229 * plot/contour.m: Doc fix. | |
2230 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
2231 Include linetype in withclause. | |
2232 | |
7316 | 2233 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
2234 Use it to determine dimensions. Consolidate all 3-d settings. | |
2235 | |
7315 | 2236 2007-12-13 John W. Eaton <jwe@octave.org> |
2237 | |
2238 * image/imshow.m: Turn axis visibility off. | |
2239 Don't scale true color images. | |
2240 * image/image.m: Set axis layer property to "top". | |
2241 | |
7307 | 2242 2007-12-12 John W. Eaton <jwe@octave.org> |
2243 | |
7313 | 2244 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
2245 | |
2246 * plot/pie.m: Avoid calling "exist". | |
2247 | |
7309 | 2248 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 2249 Condense argument processing logic. Allow 6 arguments. |
2250 Use issquare. Avoid calling "exist". | |
7309 | 2251 |
7307 | 2252 * plot/__go_draw_axes__.m: Handle the axes layer property. |
2253 | |
7305 | 2254 2007-12-12 David Bateman <dbateman@free.fr> |
2255 | |
2256 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
2257 * plot/Makefile.in (SOURCES): Add to the sources. | |
2258 | |
7290 | 2259 2007-12-11 John W. Eaton <jwe@octave.org> |
2260 | |
7298 | 2261 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
2262 * plot/surface.m: Not here. | |
2263 | |
7297 | 2264 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
2265 subsequent "unset grid" if there is no grid. | |
2266 | |
7296 | 2267 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
2268 | |
7293 | 2269 * plot/surface.m: Don't set facecolor property in call to |
2270 __go_surface__. | |
2271 | |
7290 | 2272 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
2273 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
2274 | |
7292 | 2275 2007-12-11 Kai Habel <kai.habel@gmx.de> |
2276 | |
7295 | 2277 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
2278 color string is not taken as z value. | |
2279 | |
7292 | 2280 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
2281 zgrid to "on" and box to "off" for used axes. | |
2282 | |
2283 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
2284 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
2285 | |
7286 | 2286 2007-12-11 David Bateman <dbateman@free.fr> |
2287 | |
7288 | 2288 * miscelleaneous/fullfile.m: Ignore empty arguments. |
2289 | |
7287 | 2290 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
2291 * statistics/base/mode.m: Ditto. | |
2292 | |
7286 | 2293 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
2294 object handles are all now non integer. | |
2295 | |
7278 | 2296 2007-12-10 John W. Eaton <jwe@octave.org> |
2297 | |
7282 | 2298 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
2299 | |
7281 | 2300 * general/issymmetric.m: Use ' instead of .' for compatibility |
2301 with previous versions of Octave. | |
2302 * general/ishermitian.m: Delete. | |
7285 | 2303 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 2304 |
7280 | 2305 * plot/fplot.m: In N is not specified, increase initial number of |
2306 points from 3 and 5 to 5 and 8. | |
2307 | |
7279 | 2308 * signal/detrend.m: Move tests here from test/test_signal.m. |
2309 Loosen tolerance on first test from 10*eps to 20*eps. | |
2310 | |
7278 | 2311 * finance/rate.m: Don't request info from fsolve. |
2312 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2313 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 2314 |
2315 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
2316 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
2317 | |
7276 | 2318 2007-12-10 David Bateman <dbateman@free.fr> |
2319 | |
2320 * image/image.m: Rewritten to allow trailing properties to be | |
2321 passed to underlying image object. | |
2322 * image/__img__.m: Pass additional arguments to __go_image__. | |
2323 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
2324 | |
7274 | 2325 2007-12-10 John W. Eaton <jwe@octave.org> |
2326 | |
2327 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
2328 front" to gnuplot. | |
2329 | |
7271 | 2330 2007-12-10 David Bateman <dbateman@free.fr> |
2331 | |
7274 | 2332 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 2333 border front" from images. |
7274 | 2334 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
2335 * plot/pcolor.m: Set axis "box" property. | |
2336 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
2337 Mark as commands. | |
7271 | 2338 |
7269 | 2339 2007-12-07 David Bateman <dbateman@free.fr> |
2340 | |
2341 * plot/surf.m: Don't set facecolor property. | |
2342 | |
7265 | 2343 2007-12-06 John W. Eaton <jwe@octave.org> |
2344 | |
7269 | 2345 * plot/print.m: Pass mono to drawnow. |
2346 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
2347 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
2348 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
2349 disable color specifications. | |
2350 | |
7265 | 2351 * general/issymmetric.m: Move tests here from test/test_number.m |
2352 | |
2353 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
2354 | |
2355 * general/issymmetric.m: To keep its argument sparse and the | |
2356 function quick, use the infinity norm rather than the 2-norm. | |
2357 Also measure the symmetric part rather than the Hermitian part. | |
2358 * general/ishermitian.m: New file. Measure the Hermitian part. | |
2359 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
2360 | |
7248 | 2361 2007-12-04 John W. Eaton <jwe@octave.org> |
2362 | |
7257 | 2363 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
2364 text and label commands if font is "*". | |
2365 | |
7248 | 2366 * linear-algebra/krylov.m: Doc fixes. |
2367 From Marco Caliari <caliari@sci.univr.it>. | |
2368 | |
7250 | 2369 2007-12-04 Kai Habel <kai.habel@gmx.de> |
2370 | |
2371 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
2372 Add "## PKG_ADD: mark_as_command axis" line. | |
2373 | |
7245 | 2374 2007-12-03 John W. Eaton <jwe@octave.org> |
2375 | |
2376 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
2377 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
2378 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
2379 Generate demos from examples. | |
2380 | |
7240 | 2381 2007-12-03 David Bateman <dbateman@free.fr> |
2382 | |
7243 | 2383 * testfun/test.m: Disable "testif" test block to avoid spurious |
2384 skipped test for "make check". Avoid printing variables for | |
2385 skipped tests. | |
2386 | |
7242 | 2387 * testfun/test.m: Add "testif" type to allow for conditional tests. |
2388 | |
7240 | 2389 * plot/plotyy.m: Use activepositionproperty property of axes |
2390 object. Set second axis color to "none". | |
2391 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
2392 property of the axis objects. | |
2393 | |
7239 | 2394 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
2395 | |
2396 * linear-algebra/condest.m: Loosen tolerance in test. | |
2397 | |
7236 | 2398 2007-12-02 John W. Eaton <jwe@octave.org> |
2399 | |
2400 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
2401 get_data_limits. | |
2402 | |
7222 | 2403 2007-11-30 John W. Eaton <jwe@octave.org> |
2404 | |
2405 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
2406 (get_data_limits, get_axis_limits): Delete. | |
2407 | |
7228 | 2408 2007-11-30 David Bateman <dbateman@free.fr> |
2409 | |
7235 | 2410 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
2411 | |
7228 | 2412 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
2413 tick labels rather than one by one on the labels themselves. | |
2414 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
2415 95% crossing fixed. | |
2416 | |
7217 | 2417 2007-11-29 David Bateman <dbateman@free.fr> |
2418 | |
7220 | 2419 * plot/pareto.m: New file. |
2420 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2421 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
2422 marks to avoid gnuplot error about formating. More colorspec to | |
2423 after the tics. | |
2424 * plot/plotyy.m: More generic check for appropriate axis color. | |
2425 | |
7217 | 2426 * plot/__stem__.m: New file based on old stem.m expanded to treat |
2427 2- and 3-D. | |
2428 * plot/stem3.m: New function. | |
2429 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2430 * plot/stem.m: Adapt to use __stem__. | |
2431 | |
7216 | 2432 2007-11-29 John W. Eaton <jwe@octave.org> |
2433 | |
2434 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
2435 plot/surf.m, plot/surface.m: Don't return handle value unless | |
2436 requested. | |
2437 | |
2438 * plot/patch.m: Omit isnan check on handle returned from | |
2439 __plt_get_axis_arg__. | |
2440 | |
2441 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
2442 but has no axes. | |
2443 | |
7215 | 2444 2007-11-28 David Bateman <dbateman@free.fr> |
2445 | |
2446 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
2447 ancestor. If leading argument is logical set variable nogca to see | |
2448 if gca() should be called if there is no active handle found. | |
2449 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
2450 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
2451 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
2452 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
2453 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
2454 __plt__get_axis_arg__ to find axis handle. | |
2455 * polar.m: Typo. | |
2456 | |
7213 | 2457 2007-11-28 John W. Eaton <jwe@octave.org> |
2458 | |
2459 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
2460 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2461 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 2462 |
2463 * plot/drawnow.m: Fix typo. | |
2464 | |
7206 | 2465 2007-11-27 David Bateman <dbateman@free.fr> |
2466 | |
7207 | 2467 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
2468 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
2469 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
2470 | |
2471 * plot/meshz.m: New function. | |
2472 * plot/Makefile.in (SOURCES): Add it to the list. | |
2473 * plot/surface.m: Allow surface to accept an axis handle as the | |
2474 first argument. | |
2475 * plot/meshc.m: Extract z from the the surface object rather than | |
2476 varargin so that we can rely on code in surface to treat leading | |
2477 axis handles. | |
2478 | |
7206 | 2479 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
2480 y2tics" in the case of a plotyy plot. | |
2481 * plot/plotyy.m: ensure the position property is set correct for | |
2482 the second axis, by setting it after the plot itself. In the case | |
2483 of a plot that returns multiple handles, base the color selection | |
2484 on the first. | |
2485 | |
7204 | 2486 2007-11-27 Kai Habel <kai.habel@gmx.de> |
2487 | |
2488 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
2489 z-value of vertex 'c3'. | |
2490 | |
7203 | 2491 2007-11-27 John W. Eaton <jwe@octave.org> |
2492 | |
2493 * image/image.m: Allow nargin == 0 case to work again. | |
2494 | |
7202 | 2495 2007-11-27 David Bateman <dbateman@free.fr> |
2496 | |
2497 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
2498 colorbar, to ensure that the colorbar is on the canvas for png and | |
2499 postscipt outputs. | |
2500 | |
7189 | 2501 2007-11-26 David Bateman <dbateman@free.fr> |
2502 | |
7197 | 2503 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
2504 return values. | |
2505 | |
7194 | 2506 * plot/plotyy.m: New function |
2507 * plot/Makefile.in (SOURCES): Add it here. | |
2508 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
2509 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
2510 {x|y}label to respect the axis position. | |
2511 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
2512 handle as the first argument. | |
2513 | |
7192 | 2514 * pkg/pkg.m (pkg:install): When loading the installed packages |
2515 index into installed_pkgs_lst and not descriptions.. | |
2516 | |
7189 | 2517 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
2518 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2519 * plot/quiver.m: Modify to use __quiver__.m. | |
2520 | |
2521 * plot/hist.m: Avoid saturation when the x values are in an | |
2522 inetger type. | |
2523 | |
2524 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
2525 | |
2526 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
2527 functions. | |
2528 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
2529 | |
2530 2007-11-26 David Bateman <dbateman@free.fr> | |
2531 | |
2532 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
2533 extent. | |
2534 | |
2535 * plot/colorbar.m: New function. | |
2536 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2537 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
2538 precalculate the clim, set pm3d except for mesh. | |
2539 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
2540 save the real values so that colorbar corresponds to the contour | |
2541 levels. | |
2542 | |
2543 * plot/stem.m: Set marker color the same as the line color. Draw | |
2544 a single discontinous line object for the stems. | |
2545 | |
2546 * plot/sphere.m: New function ported from JHandles. | |
2547 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2548 | |
2549 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
2550 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
2551 to get enhanced mode to work correctly for the X11 terminal. | |
2552 | |
2553 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
2554 the reverse. Allow an axes handle to be passed and/or returned. | |
2555 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
2556 | |
2557 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
2558 sort surface patches by their depth and not the order they are | |
2559 rendered in. | |
2560 | |
2561 * plot/__patch__.m: Set clim correctly. | |
2562 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
2563 the marker color is determined by the cmap. | |
2564 * plot/scatter.m: New function to 2D scatter plots. | |
2565 * plot/scatter3.m: New function to 3D scatter plots. | |
2566 * plot/__scatter__.m: Support function for scatter plots | |
2567 * Makefile.in (SOURCES): Ad dnew functions here. | |
2568 | |
2569 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
2570 Return whether the terminal supports enhanced text or not. | |
2571 (drawnow:enhanced_term): New sub-function to determine if terminal | |
2572 supports enhanced mode. | |
2573 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
2574 __go_draw_axes__. | |
2575 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
2576 needed to support the enhanced mode. | |
2577 * plot/print.m: Remove "enhanced" option as this is now treated in | |
2578 drawnow.m. | |
2579 | |
2580 | |
2581 * plot/caxis.m: New function to control the color axis limits. | |
2582 * plot/Makefile.in (SOURCES): Include it. | |
2583 * plot/axis.m: Allow the first argument to be an axes handle. | |
2584 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
2585 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
2586 caxis limits. | |
2587 | |
2588 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
2589 * image/Makefile.in (SOURCES): Include it. | |
2590 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
2591 of the bars for the colormap. | |
2592 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
2593 passed. | |
2594 * plot/__contour.m: Avoid possible divide by zero error. | |
2595 * plot/contour.m: Missing semicolon. | |
2596 * plot/surface.m: Don't attempt to set additional arguments if | |
2597 there are none. | |
2598 * plot/Makefile.in (SOURCES): Include __bars__.m | |
2599 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2600 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 2601 |
2602 * plot/__bar__.m: put bar creation code into separate function | |
2603 to allow easy hook up from other graphic backends | |
2604 | |
2605 * plot/__bars__.m: new function containing bar creation code | |
2606 | |
7186 | 2607 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
2608 | |
2609 * general/accumarray.m: Correct dimension check. | |
2610 | |
7183 | 2611 2007-11-26 John W. Eaton <jwe@octave.org> |
2612 | |
2613 * polynomial/residue.m: Prepad along second dimension. | |
2614 From Doug Stewart <dastew@sympatico.ca>. | |
2615 | |
7181 | 2616 2007-11-26 Kai Habel <kai.habel@gmx.de> |
2617 | |
7183 | 2618 * plot/cylinder.m, plot/slice.m: New functions. |
2619 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 2620 |
7177 | 2621 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
2622 | |
2623 * plot/patch.m: Handle arg may also be hggroup object. | |
2624 Use ancestor to find parent axes object. | |
2625 | |
7175 | 2626 2007-11-14 David Bateman <dbateman@free.fr> |
2627 | |
2628 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
2629 flag to patch that it is not closed. Allow z to take string | |
2630 arguments and use it to flag that the contours are placed at the | |
2631 z level of the contour itself. | |
2632 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
2633 objects as well. Let hidden removal take precedence in case of a | |
2634 conflict. | |
2635 * plot/surface.m: Allow surface to treat handles being passed or | |
2636 returned. Any additional arguments arr used to set the surface | |
2637 handle. | |
2638 * plot/contour3.m: New function | |
2639 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2640 | |
7173 | 2641 2007-11-14 John W. Eaton <jwe@octave.org> |
2642 | |
2643 * specfun/bessel.m: Update doc string from | |
2644 src/DLD-FUNCTIONS/besselj.cc. | |
2645 | |
7170 | 2646 2007-11-12 David Bateman <dbateman@free.fr> |
2647 | |
2648 * plot/contour.m: Allow handles to be passed and returned. Split | |
2649 the countour function itself into __contour__.m to be shared with | |
2650 surfc and meshc. | |
2651 * plot/__contour__.m: New file | |
2652 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2653 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
2654 the face or edge if the facecolor or edge color are marked as | |
2655 "none". Allow the edgecolor to be determined by the cdata in the | |
2656 same manner as the facecolor. Fail if facecolor is not "none" and | |
2657 a 3-D plot is desired, rather than ignoring zdata. Make the | |
2658 storage of 3D/4D data consistent between line, surface and patch | |
2659 objects. | |
2660 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
2661 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 2662 |
2663 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
2664 Handle fontweight and fontangle properties. | |
2665 | |
7163 | 2666 2007-11-12 Kai Habel <kai.habel@gmx.de> |
2667 | |
2668 * plot/spinmap.m, plot/ribbon.m: New functions. | |
2669 * plot/Makefile.in (SOURCES): Add them to the list. | |
2670 | |
2671 2007-11-12 John W. Eaton <jwe@octave.org> | |
2672 | |
2673 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
2674 Use it to avoid duplicated code. | |
2675 | |
7161 | 2676 2007-11-12 David Bateman <dbateman@free.fr> |
2677 | |
7162 | 2678 * plot/title.m: Fix return value for nargout > 0. |
2679 | |
2680 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
2681 specified for the title, xlabel, ylabel and text objects. | |
2682 | |
7161 | 2683 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
2684 4.0 and surface plots. | |
2685 | |
7160 | 2686 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
2687 | |
2688 * plot/__patch__.m: Fix computation of faces when patch is defined | |
2689 with X/Y/Z data. | |
2690 | |
7146 | 2691 2007-11-09 John W. Eaton <jwe@octave.org> |
2692 | |
7152 | 2693 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 2694 Correct logic in setting palette data. |
7152 | 2695 |
7151 | 2696 * audio/wavread.m, control/base/__bodquist__.m, |
2697 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
2698 control/system/c2d.m, control/system/is_detectable.m, | |
2699 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
2700 control/system/tfout.m, general/isdefinite.m, | |
2701 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
2702 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
2703 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
2704 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
2705 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
2706 testfun/test.m: Use specific end keywords. | |
2707 | |
7146 | 2708 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
2709 | |
2710 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
2711 | |
2712 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
2713 Don't change view if hold is on. | |
2714 | |
7142 | 2715 2007-11-09 David Bateman <dbateman@free.fr> |
2716 | |
7149 | 2717 * plot/hidden.m: New function. |
2718 * plot/Makefile.in (SOURCES): Add it here. | |
2719 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
2720 line removal. | |
2721 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
2722 removal and if it is "none" don't do hidden line removal. | |
2723 | |
7148 | 2724 * plot/legend.m: Also allow labels for surface and patch types. |
2725 * plot/__bar__.m: Split into separate patch pbjects to allow | |
2726 setting of the legend. | |
2727 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
2728 objects as well. | |
2729 | |
7146 | 2730 * plot/area.m, plot/__area__.m: New functions |
2731 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
2732 | |
7142 | 2733 * plot/patch.m: Correctly handle case of axis handle as first arg. |
2734 | |
7144 | 2735 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
2736 | |
2737 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
2738 | |
7131 | 2739 2007-11-08 John W. Eaton <jwe@octave.org> |
2740 | |
7133 | 2741 * control/base/dcgain.m, control/base/dre.m, |
2742 control/base/impulse.m, control/base/step.m, | |
2743 control/system/dmr2d.m, control/system/ord2.m, | |
2744 control/system/sys2ss.m, control/system/sysdimensions.m, | |
2745 control/system/sysgetsignals.m, control/system/sysout.m, | |
2746 control/system/tfout.m, control/system/ugain.m, | |
2747 control/system/zpout.m, control/util/strappend.m: | |
2748 Don't fail with usage message if nargout is too large. | |
2749 | |
7131 | 2750 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
2751 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
2752 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 2753 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
2754 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
2755 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
2756 control/obsolete/rotg.m, control/obsolete/series.m, | |
2757 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
2758 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 2759 control/system/__syschnamesl__.m, |
2760 control/system/__syscont_disc__.m, | |
2761 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
2762 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
2763 control/system/abcddim.m, control/system/buildssic.m, | |
2764 control/system/c2d.m, control/system/cellidx.m, | |
2765 control/system/d2c.m, control/system/dmr2d.m, | |
2766 control/system/fir2sys.m, control/system/is_abcd.m, | |
2767 control/system/is_controllable.m, control/system/is_detectable.m, | |
2768 control/system/is_digital.m, control/system/is_observable.m, | |
2769 control/system/is_stabilizable.m, control/system/is_stable.m, | |
2770 control/system/jet707.m, control/system/listidx.m, | |
2771 control/system/parallel.m, control/system/ss.m, | |
2772 control/system/ss2sys.m, control/system/ss2zp.m, | |
2773 control/system/starp.m, control/system/sys2ss.m, | |
2774 control/system/sys2tf.m, control/system/sys2zp.m, | |
2775 control/system/sysadd.m, control/system/sysappend.m, | |
2776 control/system/sysconnect.m, control/system/syscont.m, | |
2777 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 2778 control/system/sysdup.m, control/system/sysgetsignals.m, |
2779 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 2780 control/system/sysmult.m, control/system/sysout.m, |
2781 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 2782 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 2783 control/system/syssub.m, control/system/sysupdate.m, |
2784 control/system/tf.m, control/system/tf2ss.m, | |
2785 control/system/tf2sys.m, control/system/tfout.m, | |
2786 control/system/zp.m, control/system/zp2ss.m, | |
2787 control/system/zp2sys.m, control/system/zp2tf.m, | |
2788 control/system/zpout.m, control/util/__outlist__.m, | |
2789 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
2790 control/util/prompt.m, control/util/sortcom.m, | |
2791 control/util/zgfmul.m, control/util/zgfslv.m, | |
2792 control/util/zginit.m, control/util/zgreduce.m, | |
2793 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 2794 |
7130 | 2795 2007-11-08 David Bateman <dbateman@free.fr> |
2796 | |
2797 * plot/quiver.m: Fix arrowheads. | |
2798 | |
7128 | 2799 2007-11-07 Ben Abbott <bpabbott@mac.com> |
2800 | |
2801 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 2802 Handle "rows" argument. New tests. |
7128 | 2803 (cell_ismember): New function. |
2804 | |
7127 | 2805 2007-11-07 John W. Eaton <jwe@octave.org> |
2806 | |
2807 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
2808 control/base/__stepimp__.m, control/base/are.m, | |
2809 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
2810 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
2811 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
2812 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
2813 control/base/ltifr.m, control/base/nichols.m, | |
2814 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
2815 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
2816 Style fixes. | |
2817 | |
7125 | 2818 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
2819 | |
2820 * control/base/bode_bounds.m, control/base/dgram.m, | |
2821 control/base/dlyap.m, control/base/freqchkw.m, | |
2822 control/base/gram.m, control/base/place.m, | |
2823 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
2824 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
2825 control/system/is_signal_list.m, control/system/ss2tf.m, | |
2826 control/system/sys2fir.m, control/system/sysgettsam.m, | |
2827 control/system/sysgettype.m, control/system/sysreorder.m, | |
2828 control/system/tf2sys.m, control/system/zp2tf.m, | |
2829 control/util/axis2dlim.m, control/util/swap.m, | |
2830 control/util/zgfmul.m, control/util/zgfslv.m, | |
2831 control/util/zginit.m, control/util/zgreduce.m, | |
2832 control/util/zgrownorm.m, control/util/zgscal.m, | |
2833 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
2834 geometry/inpolygon.m, linear-algebra/housh.m, | |
2835 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
2836 miscellaneous/run.m, quaternion/qconj.m, | |
2837 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
2838 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
2839 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
2840 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
2841 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
2842 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
2843 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
2844 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
2845 statistics/distributions/empirical_cdf.m, | |
2846 statistics/distributions/empirical_inv.m, | |
2847 statistics/distributions/empirical_pdf.m, | |
2848 statistics/models/logistic_regression_derivatives.m, | |
2849 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
2850 | |
7118 | 2851 2007-11-07 David Bateman <dbateman@free.fr> |
2852 | |
7120 | 2853 * general/gradient.m: Correctly convert deltax and deltay scalar |
2854 values are scalars to vectors. | |
2855 | |
7119 | 2856 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
2857 the meshc.m function. | |
2858 * plot/meshc.m: Also use the surface function. | |
2859 | |
7120 | 2860 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 2861 * plot/Makefile.in (SOURCES): Add them to the list. |
2862 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
2863 | |
7117 | 2864 2007-11-07 Michael Zeising <michael@michaels-website.de> |
2865 | |
2866 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
2867 | |
7115 | 2868 2007-11-07 John W. Eaton <jwe@octave.org> |
2869 | |
2870 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
2871 the data limits are infinite. | |
2872 (get_data_limits): Don't do anything if xdat or tx are empty. | |
2873 (get_axis_limits): Don't do anything if min_val or max_val are | |
2874 infinite. | |
2875 | |
7112 | 2876 2007-11-06 David Bateman <dbateman@free.fr> |
2877 | |
2878 * plot/hist.m: Pass any additional arguments to bar for | |
2879 treatment. Create a default x value that is always a vector. | |
2880 | |
7111 | 2881 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
2882 | |
2883 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
2884 when calling ./configure and add quotes to preserve spaces. | |
7109 | 2885 |
2886 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
2887 | |
2888 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
2889 New files. | |
2890 * plot/mesh.m: Call surface to do the real work. | |
2891 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
2892 properties. | |
2893 | |
2894 * image/colormap.m: Also return current colormap if nargout and | |
2895 nargin are both 0. | |
2896 | |
7106 | 2897 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
2898 | |
2899 * startup/inputrc: Delete key bindings starting with \340 code. | |
2900 | |
7112 | 2901 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 2902 |
2903 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
2904 to avoid issues of over- and underflow. From Rolf Fabian | |
2905 <Rolf.Fabian@gmx.de>. | |
2906 | |
7097 | 2907 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
2908 | |
2909 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
2910 help texts. | |
2911 | |
7096 | 2912 2007-11-02 Kai Habel <kai.habel@gmx.de> |
2913 | |
2914 * plot/bar.m, plot/barh.m: Doc fix. | |
2915 | |
7094 | 2916 2007-10-31 John W. Eaton <jwe@octave.org> |
2917 | |
2918 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
2919 | |
7086 | 2920 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
2921 | |
2922 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
2923 objects and legend objects are implemented with a separate axes | |
2924 object. | |
2925 | |
7078 | 2926 2007-10-30 David Bateman <dbateman@free.fr> |
2927 | |
7081 | 2928 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
2929 | |
7078 | 2930 * plot/__go_draw_axes__.m (do_linestyle_command): |
2931 Use point type 0 for ".". | |
2932 | |
7073 | 2933 2007-10-26 John W. Eaton <jwe@octave.org> |
2934 | |
7074 | 2935 * image/imshow.m: Improve compatibility. |
2936 * image/image.m: Return handle if nargou > 0. | |
2937 | |
7073 | 2938 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
2939 | |
7069 | 2940 2007-10-25 John W. Eaton <jwe@octave.org> |
2941 | |
2942 * miscellaneous/compare_versions.m: Style fixes. | |
2943 | |
7060 | 2944 2007-10-24 John W. Eaton <jwe@octave.org> |
2945 | |
7061 | 2946 * image/saveimage.m: Use functional form of save instead of eval. |
2947 Use -text instead of -ascii. | |
2948 | |
7060 | 2949 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
2950 | |
7054 | 2951 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
2952 | |
2953 * plot/legend.m: Also extract location string from varargin (lost | |
2954 when 2007-10-08 patch was applied). | |
2955 | |
7049 | 2956 2007-10-23 David Bateman <dbateman@free.fr> |
2957 | |
2958 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
2959 miscellaneous/what.m: New functions | |
2960 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
2961 functions. | |
2962 | |
7045 | 2963 2007-10-22 David Bateman <dbateman@free.fr> |
2964 | |
2965 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
2966 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
2967 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
2968 | |
7042 | 2969 2007-10-19 Kai Habel <kai.habel@gmx.de> |
2970 | |
2971 * plot/contourf.m: New function. | |
2972 * plot/Makefile.in (SOURCES): Add it to the list. | |
2973 | |
7040 | 2974 2007-10-19 John W. Eaton <jwe@octave.org> |
2975 | |
2976 * plot/subplot.m: Doc fix. | |
2977 | |
7039 | 2978 2007-10-19 David Bateman <dbateman@free.fr> |
2979 | |
7041 | 2980 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 2981 |
7037 | 2982 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
2983 | |
2984 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
2985 output. | |
2986 | |
7031 | 2987 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
2988 | |
2989 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
2990 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
2991 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
2992 control/system/syssetsignals.m, control/base/lqg.m, | |
2993 strings/str2double.m, control/system/sysscale.m, | |
2994 control/hinf/hinfdemo.m, general/cplxpair.m: | |
2995 Make help text fit on pages when using smallbook. | |
2996 | |
7028 | 2997 2007-10-15 David Bateman <dbateman@free.fr> |
2998 | |
7032 | 2999 * plot/print.m: Call drawnow before printing to ensure the plot is |
3000 on the screen. | |
3001 | |
7028 | 3002 * testfun/test.m: In error/warning blocks test for an error before |
3003 a warning to avoid unexpected failures. | |
3004 | |
7027 | 3005 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
3006 | |
3007 * testfun/assert.m: Correct documentation of absolution versus | |
3008 relative error tolerance and add tests. | |
3009 | |
7024 | 3010 2007-10-14 David Bateman <dbateman@free.fr> |
3011 | |
3012 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
3013 src directory. | |
3014 * plot/Makefile.in (SOURCES): Add fill.m. | |
3015 | |
7020 | 3016 2007-10-13 David Bateman <dbateman@free.fr> |
3017 | |
3018 * plot/__patch__.m: Allow multiple patches to be defined and | |
3019 return a single patch object. Allow Faces/Vertices form of | |
3020 patch. Flag failure so the patch can call print_usage. | |
3021 * plot/patch.m: Update help string for Faces/Vertices | |
3022 call. Respect the fail flag returned by __patch__. Add demo code | |
3023 that tests the functionality of patch. | |
3024 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
3025 patch object. | |
3026 * plot/fill.m: New function. | |
3027 | |
7016 | 3028 2007-10-12 John W. Eaton <jwe@octave.org> |
3029 | |
3030 * Change copyright notices in all files that are part of Octave to | |
3031 GPLv3 or any later version. | |
3032 | |
7012 | 3033 2007-10-11 John W. Eaton <jwe@octave.org> |
3034 | |
3035 * plot/__go_draw_axes__.m (get_axis_limits): | |
3036 Return lim = [] if logscale and no positive values. | |
3037 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
3038 Set initial min and min positive values to Inf, max values to -Inf. | |
3039 (get_data_limits): Correctly handle xminp when no positive values | |
3040 are found. | |
3041 | |
7011 | 3042 2007-10-11 Ben Abbott <bpabbott@mac.com> |
3043 | |
3044 * polynomial/residue.m: New optional input for pole multiplicity. | |
3045 Doc fix. Fix tests. | |
3046 | |
7010 | 3047 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
3048 | |
3049 * toplev.cc (Foctave_config_info): Add field "mac". | |
3050 | |
3051 * miscellaneous/ismac.m: New function. | |
3052 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3053 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
3054 | |
7009 | 3055 2007-10-11 Arno Onken <asnelt@asnelt.org> |
3056 | |
3057 * statistics/distributions/hygernd.m: Allow size to be specified | |
3058 as a scalar. Handle three argument case. Allow T, M, and N to be | |
3059 scalars or matrices of a common size. | |
3060 | |
7007 | 3061 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
3062 | |
3063 * control/csrefcard.lt, control/system/is_detectable.m, | |
3064 control/system/sysgroup.m, geometry/voronoin.m, | |
3065 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
3066 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
3067 statistics/distributions/binornd.m, | |
3068 statistics/distributions/cauchy_rnd.m, | |
3069 statistics/distributions/chi2rnd.m, | |
3070 statistics/distributions/discrete_rnd.m, | |
3071 statistics/distributions/exprnd.m, | |
3072 statistics/distributions/frnd.m, | |
3073 statistics/distributions/gamrnd.m, | |
3074 statistics/distributions/geornd.m, | |
3075 statistics/distributions/laplace_rnd.m, | |
3076 statistics/distributions/logistic_rnd.m, | |
3077 statistics/distributions/lognrnd.m, | |
3078 statistics/distributions/nbinrnd.m, | |
3079 statistics/distributions/normrnd.m, | |
3080 statistics/distributions/poissrnd.m, | |
3081 statistics/distributions/stdnormal_rnd.m, | |
3082 statistics/distributions/trnd.m, | |
3083 statistics/distributions/unifrnd.m, | |
3084 statistics/distributions/wblrnd.m: Spelling fixes. | |
3085 | |
7005 | 3086 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
3087 | |
3088 * time/tic.m: New optional output value. | |
3089 | |
3090 * general/int2str.m: Doc fix. | |
3091 | |
7002 | 3092 2007-10-10 Arno Onken <asnelt@asnelt.org> |
3093 | |
3094 * statistics/distributions/hygecdf.m, | |
3095 statistics/distributions/hygeinv.m, | |
3096 statistics/distributions/hygepdf.m, | |
3097 statistics/distributions/hygernd.m: | |
3098 Swap order of T and M args for compatibility. | |
3099 | |
7001 | 3100 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
3101 | |
3102 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
3103 control/system/buildssic.m, control/system/c2d.m, | |
3104 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
3105 control/system/ss2sys.m, control/system/ss2tf.m, | |
3106 control/system/syscont.m, control/system/sysdimensions.m, | |
3107 control/system/sysdisc.m, control/system/sysmult.m, | |
3108 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
3109 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
3110 general/interp1.m, general/interp2.m, general/interp3.m, | |
3111 general/interpft.m, general/interpn.m, general/polyarea.m, | |
3112 general/rat.m, general/structfun.m, general/trapz.m, | |
3113 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
3114 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
3115 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
3116 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
3117 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
3118 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
3119 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
3120 statistics/base/meansq.m, statistics/base/var.m, | |
3121 statistics/tests/chisquare_test_independence.m, | |
3122 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
3123 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
3124 testfun/test.m: Spelling fixes. | |
3125 | |
6998 | 3126 2007-10-10 Ben Abbott <bpabbott@mac.com> |
3127 | |
3128 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
3129 | |
6997 | 3130 2007-10-10 John W. Eaton <jwe@octave.org> |
3131 | |
3132 * general/num2str.m: Always allow for sign for automatically | |
3133 computed format widths. | |
3134 | |
6988 | 3135 2007-10-09 David Bateman <dbateman@free.fr> |
3136 | |
3137 * plot/patch.m: Accept a handle as the first argument. | |
3138 | |
6987 | 3139 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
3140 | |
7010 | 3141 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 3142 |
6985 | 3143 2007-10-09 John W. Eaton <jwe@octave.org> |
3144 | |
3145 * audio/wavwrite.m: Accept arguments in compatible order. | |
3146 | |
6979 | 3147 2007-10-08 David Bateman <dbateman@free.fr> |
3148 | |
3149 * general/interp2.m: Relax test for values outside the grid to | |
3150 allow monotonically decreasing abscissa as well. | |
3151 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3152 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 3153 |
3154 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
3155 as output parameter. | |
3156 | |
6977 | 3157 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
3158 | |
3159 * plot/__go_draw_axes__.m, plot/legend.m: | |
3160 Handle compatible position specifiers as strings. | |
3161 | |
6975 | 3162 2007-10-08 John Swensen <jpswensen@comcast.net> |
3163 | |
3164 * general/num2str.m: Eliminate extra whitespace in output. | |
3165 * strings/strtrim.m: New function. | |
3166 * strings/Makefile.in (SOURCES): Add it to the list. | |
3167 | |
6968 | 3168 2007-10-06 John W. Eaton <jwe@octave.org> |
3169 | |
3170 * polynomial/residue.m: New test from test/test_poly.m. | |
3171 | |
6967 | 3172 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
3173 | |
3174 * image/saveimage.m: Handle saving color images without a colormap. | |
3175 * image/__img_via_file__.m: Add missing semicolon. | |
3176 | |
3177 2007-10-06 Bill Denney <wsloand@gmail.com> | |
3178 | |
7010 | 3179 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 3180 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
3181 | |
6965 | 3182 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
3183 | |
3184 * plot/print.m: Handle svg output type. Accept new -S option to | |
3185 specify size for PNG and SVG output types. | |
3186 | |
3187 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 3188 |
3189 * polynomial/mpoles.m: New function. | |
3190 * polynomial/residue.m: Modified to behave in reciprocal | |
3191 manner. No longer compute 4th output, "e". No longer accept | |
3192 tolerance input. Explicitly set tolerance parameter to 0.001. | |
3193 Respect maximum relative difference in poles when determining | |
3194 their multiplicity. Use mpoles to determine the multiplicity of | |
3195 poles. | |
3196 | |
6963 | 3197 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
3198 | |
3199 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
3200 for surface plots. | |
3201 | |
6962 | 3202 2007-10-05 John W. Eaton <jwe@octave.org> |
3203 | |
3204 * plot/__next_line_color__.m: Get color_rotation from axes | |
3205 colororder property. | |
3206 | |
6953 | 3207 2007-10-03 John W. Eaton <jwe@octave.org> |
3208 | |
6955 | 3209 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
3210 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
3211 | |
6953 | 3212 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
3213 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
3214 special for __vnorm__. | |
3215 | |
6951 | 3216 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
3217 | |
6952 | 3218 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 3219 |
6950 | 3220 2007-10-03 David Bateman <dbateman@free.fr> |
3221 | |
3222 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
3223 if a file is architecture dependent based on a list of file | |
3224 extensions. | |
3225 (configure_make): Simplify the search for architecture dependent | |
3226 files based on this function. | |
3227 (load_pakages_and_dependencies): Also look for bin directory in | |
3228 the architecture dependent directory. | |
3229 | |
6947 | 3230 2007-10-03 John W. Eaton <jwe@octave.org> |
3231 | |
3232 * miscellaneous/dir.m: Create empty struct with field names. | |
3233 Include datenum in struct. | |
3234 | |
6943 | 3235 2007-10-02 David Bateman <dbateman@free.fr> |
3236 | |
3237 * miscellaneous/ls.m: If nargout return string array of files | |
3238 returned by ls. | |
3239 | |
6942 | 3240 2007-10-01 John W. Eaton <jwe@octave.org> |
3241 | |
3242 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
3243 range values. | |
3244 | |
6937 | 3245 2007-10-01 David Bateman <dbateman@free.fr> |
3246 | |
7010 | 3247 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 3248 speed with small vectors. |
6937 | 3249 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
3250 rather than OCTAVE_HOME(). | |
3251 | |
6935 | 3252 2007-09-30 Ben Abbott <bpabbott@mac.com> |
3253 | |
3254 * plot/findobj.m: New function. | |
3255 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
3256 | |
6925 | 3257 2007-09-26 David Bateman <dbateman@free.fr> |
3258 | |
3259 * pkg/pkg.m: Add second argument to setting for prefix for | |
3260 architecture dependent files. Use throughout. | |
3261 (pkg:issuperuser): New function, use through to check for | |
3262 root user. | |
3263 (pkg:getarchprefix): function to give the archiecture dependent | |
3264 prefix for a package. | |
3265 (pkg:getarchdir): New function giving location of architetcure | |
3266 dependent directory. Use through out. | |
3267 (pkg:install): Treat architecture dependent directory separately | |
3268 as in might not be a sub-directory of the package directory. | |
3269 (pkg:uninstall): ditto. | |
3270 (pkg:create_pkgadddel): Check for global or local install for | |
3271 architecture dependent directory. | |
3272 (pkg:finish_installation): ditto. | |
3273 (pkg:write_INDEX): ditto. | |
3274 (pkg:load_packages_and_dependencies): ditto. | |
3275 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
3276 files to a new location if user is root. | |
3277 (pkg:rm_rf): Check if file or directory exists before removing. | |
3278 (pkg:dirempty): Check if directory exists before checking. | |
3279 | |
3280 * plot/___patch__.m: Allow face colors to be passed as strings | |
3281 | |
3282 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
3283 needed for calls to "hold" without an argument. | |
3284 | |
6920 | 3285 2007-09-21 John W. Eaton <jwe@octave.org> |
3286 | |
6921 | 3287 * optimization/sqp.m: Fix typo. |
3288 | |
6920 | 3289 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
3290 | |
6919 | 3291 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
3292 | |
3293 * control/hinf/h2norm: Compute d*d', not d'*d. | |
3294 | |
6918 | 3295 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
3296 | |
3297 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
3298 unidpdf.m and unidinv.m | |
3299 | |
6914 | 3300 2007-09-18 John W. Eaton <jwe@octave.org> |
3301 | |
3302 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
3303 (do_tics_1): Set numeric axes formats to "%.15g". | |
3304 | |
6912 | 3305 2007-09-18 David Bateman <dbateman@free.fr> |
3306 | |
3307 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
3308 of %g when writing data. | |
3309 | |
6908 | 3310 2007-09-17 John W. Eaton <jwe@octave.org> |
3311 | |
3312 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
3313 | |
6903 | 3314 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
3315 | |
3316 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
3317 noninteger N with N-K < 1. | |
3318 | |
6901 | 3319 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
3320 | |
3321 * strings/index.m: Correct for strings differing after the third | |
3322 position (bug reported by Maude Martin). | |
3323 | |
6895 | 3324 2007-09-13 John W. Eaton <jwe@octave.org> |
3325 | |
3326 * plot/__default_colormap__.m: Delete. | |
3327 * plot/Makefile (SOURCES): Remove from the list. | |
3328 | |
6898 | 3329 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
3330 | |
3331 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
3332 | |
6885 | 3333 2007-09-10 David Bateman <dbateman@free.fr> |
3334 | |
3335 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
3336 limit the selection of colors in the same way as for lines. | |
3337 * plot/__patch__.m: Allow matrix arguments with one patch per | |
3338 column. | |
3339 * plot/__bar__.m: Adapt to use "patch". | |
3340 | |
6870 | 3341 2007-09-06 John W. Eaton <jwe@octave.org> |
3342 | |
3343 * plot/drawnow.m (drawnow): New arg, debug_file. | |
3344 (init_plot_stream): Split from open_plot_stream. | |
3345 * plot/print.m: Accept -debug=FILE argument. | |
3346 | |
6868 | 3347 2007-09-06 David Bateman <dbateman@free.fr> |
3348 | |
7010 | 3349 * general/celldisp.m: New function. |
3350 * general/Makefile.in (SOURCES): Add celldisp.m. | |
3351 * miscellaneous/swapbytes.m: New function. | |
3352 * miscellaneous/gzip.m: New function. | |
3353 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 3354 |
6863 | 3355 2007-09-05 David Bateman <dbateman@free.fr> |
3356 | |
7010 | 3357 * general/structfun.m: New function. |
3358 * general/Makefile.in (SOURCES): Add it to sources. | |
3359 * miscellaneous/run.m: New function. | |
3360 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
3361 * statistics/base/mode.m: New function. | |
3362 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 3363 |
6862 | 3364 2007-09-05 John W. Eaton <jwe@octave.org> |
3365 | |
3366 * miscellaneous/orderfields.m: Use numel instead of length. | |
3367 | |
3368 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
3369 | |
3370 * miscellaneous/orderfields.m: Handle empty structs. | |
3371 | |
6861 | 3372 2007-09-05 John W. Eaton <jwe@octave.org> |
3373 | |
3374 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
3375 DATA_IDX. | |
3376 | |
3377 2007-09-04 David Bateman <dbateman@free.fr> | |
3378 | |
3379 * general/isdir.m: Return a logical value. | |
3380 | |
6859 | 3381 2007-09-04 David Bateman <dbateman@free.fr> |
3382 | |
3383 * statistics/distributions/chi2pdf.m, | |
3384 statistics/distributions/chi2cdf.m, | |
3385 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
3386 distribution functions to account for inverse of scale factor in | |
3387 gamma functions. | |
3388 | |
6857 | 3389 2007-09-01 John W. Eaton <jwe@octave.org> |
3390 | |
3391 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
3392 | |
6853 | 3393 2007-09-01 David Bateman <dbateman@free.fr> |
3394 | |
3395 * polynomial/polyint.m: New function like polyinteg but with | |
3396 explicit integration constant. | |
3397 * polynomial/polyinteg.m: Remove. | |
3398 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
3399 polyinteg.m. | |
3400 * deprecated/polyinteg.m: Move version here. | |
3401 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
3402 | |
6852 | 3403 * geometry/voronoi.m: Add large box around data to get a good |
3404 approximation of the rays to infinity. | |
3405 | |
6851 | 3406 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
3407 | |
3408 * plot/axes.m: Allow parent to be specified when creating axes | |
3409 objects. Support non-figure parents. | |
3410 | |
3411 2007-08-31 John W. Eaton <jwe@octave.org> | |
3412 | |
3413 * plot/ancestor.m: New function, adapted from Octave Forge. | |
3414 | |
6850 | 3415 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
3416 | |
7010 | 3417 * polynomial/polygcd.m: Better layout of example. |
3418 * polynomial/compan.m: Remove unnecessary check. | |
3419 * polynomial/roots.m: Added example to help text. | |
3420 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
3421 * polynomial/poly.m: Added example to help text. | |
6850 | 3422 |
6848 | 3423 2007-08-30 John W. Eaton <jwe@octave.org> |
3424 | |
3425 * optimization/qp.m: Increase maxit to 200. | |
3426 | |
6847 | 3427 2007-08-30 David Bateman <dbateman@free.fr> |
3428 | |
3429 * geometry/inpolygon.m: New file. | |
3430 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
3431 | |
6843 | 3432 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
3433 | |
3434 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
3435 | |
6829 | 3436 2007-08-24 David Bateman <dbateman@free.fr> |
3437 | |
3438 * plot/__go_draw_axes__.m: Treat text color property. | |
3439 | |
6828 | 3440 2007-08-24 John W. Eaton <jwe@octave.org> |
3441 | |
3442 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
3443 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
3444 | |
3445 * miscellaneous/movefile.m: Separate second and third args and | |
3446 use p1 and p2, not f1 and f2 when constructing arguments for | |
3447 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
3448 | |
6825 | 3449 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
3450 | |
3451 * set/intersect.m: Make it work with cell arrays of strings. | |
3452 | |
6823 | 3453 2007-08-24 David Bateman <dbateman@free.fr> |
3454 | |
7010 | 3455 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 3456 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
3457 functions ported from octave-forge. | |
7010 | 3458 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 3459 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
3460 geometry/triplot.m, geometry/tsearchn.m: | |
3461 New functions. | |
7010 | 3462 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
3463 * geometry/Makefile.in (SOURCES): Add functions above. | |
3464 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 3465 |
6820 | 3466 2007-08-23 John W. Eaton <jwe@octave.org> |
3467 | |
3468 * pkg/pkg.m: Avoid using installed_packages for both function and | |
3469 variable name. | |
3470 | |
3471 2007-08-23 David Bateman <dbateman@free.fr> | |
3472 | |
3473 * plot/plot.m: Allow first arg to be axes handle. | |
3474 | |
6818 | 3475 2007-08-22 David Bateman <dbateman@free.fr> |
3476 | |
3477 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
3478 outputs are returned only if requested. | |
3479 | |
3480 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
3481 | |
3482 * control/base/nichols.m: Fix typo. | |
3483 | |
6813 | 3484 2007-08-13 John W. Eaton <jwe@octave.org> |
3485 | |
3486 * plot/meshgrid.m: Use repmat instead of multiplication. | |
3487 | |
6809 | 3488 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
3489 | |
3490 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
3491 use axes position in each appropriate gnuplot set statement. | |
3492 | |
6808 | 3493 2007-08-10 John W. Eaton <jwe@octave.org> |
3494 | |
3495 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
3496 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3497 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3498 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
3499 | |
6807 | 3500 2007-08-10 Kai Habel <kai.habel@gmx.de> |
3501 | |
3502 * plot/patch.m, plot/__patch__.m: New files. | |
3503 * plot/Makefile.in (SOURCES): Add them to the list. | |
3504 | |
3505 2007-08-07 John W. Eaton <jwe@octave.org> | |
3506 | |
3507 * path/savepath.m: Use single quotes for argument to PATH command | |
3508 that is inserted in file. | |
3509 | |
6805 | 3510 2007-07-27 John W. Eaton <jwe@octave.org> |
3511 | |
3512 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
3513 not set in the environment. | |
3514 | |
6796 | 3515 2007-07-25 David Bateman <dbateman@free.fr> |
3516 | |
3517 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3518 control/base/Makefile.in, control/hinf/Makefile.in, | |
3519 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3520 control/util/Makefile.in, deprecated/Makefile.in, | |
3521 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3522 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3523 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
3524 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3525 polynomial/Makefile.in, quaternion/Makefile.in, | |
3526 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
3527 specfun/Makefile.in, special-matrix/Makefile.in, | |
3528 startup/Makefile.in, statistics/Makefile.in, | |
3529 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
3530 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3531 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3532 Adjust DISTFILES to allow out of tree "make dist" to work. | |
3533 | |
6795 | 3534 2007-07-25 John W. Eaton <jwe@octave.org> |
3535 | |
3536 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
3537 | |
6793 | 3538 2007-07-24 David Bateman <dbateman@free.fr> |
3539 | |
3540 * image/flag.m: New colormap function. | |
3541 * images/Makefile.in: Include it in SOURCES. | |
3542 | |
3543 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
3544 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
3545 image/rainbow.m image/spring.m image/summer.m image/white.m | |
3546 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
3547 * image/gray.m, image/ocean.m: Use the same means of finding the | |
3548 number of colormap elements as the other colormap functions. | |
3549 | |
6790 | 3550 2007-07-24 Kai Habel <kai.habel@gmx.de> |
3551 | |
3552 * plot/__go_draw_axes__.m: Handle patch. | |
3553 | |
6788 | 3554 2007-07-23 David Bateman <dbateman@free.fr> |
3555 | |
3556 * general/rat.m: New function for ration approximation imported | |
3557 from octave-forge. | |
3558 * general/del2.m: New function for discrete laplacian operator. | |
3559 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
3560 | |
3561 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
3562 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
3563 image/rainbow.m image/spring.m image/summer.m image/white.m | |
3564 image/winter.m, image/brighten.m: Port image functions from | |
3565 octave-forge. | |
3566 * image/Makefile.in: Add ported functions to SOURCES. | |
3567 * image/gray.m, image/ocean.m: Don't set the colormap for | |
3568 compatibility with matlab. | |
3569 | |
3570 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
3571 octave-forge | |
3572 * plot/Makefile.in: Add ported functions to SOURCES. | |
3573 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
3574 using gnuplot 4.2 or greater. | |
3575 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3576 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 3577 |
3578 * general/cart2sph.m: Fix unbalanced paranthesis. | |
3579 | |
6781 | 3580 2007-07-19 David Bateman <dbateman@free.fr> |
3581 | |
3582 * plot/fplot.m: More compatible version. | |
3583 | |
6780 | 3584 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
3585 | |
3586 * plot/clf.m: Check for valid handle before deleting. | |
3587 | |
3588 * plot/figure.m: Pass "figure" property/value pairs directly to | |
3589 __go_figure__ instead of using regular "set" call. | |
3590 | |
6779 | 3591 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
3592 | |
3593 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
3594 type for gnuplot. | |
3595 | |
6778 | 3596 2007-07-18 John W. Eaton <jwe@octave.org> |
3597 | |
3598 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
3599 gnuplot for each set of axes. | |
3600 | |
6777 | 3601 2007-07-18 David Bateman <dbateman@free.fr> |
3602 | |
6778 | 3603 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
3604 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
3605 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
3606 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
3607 Use standard scale factor rather than one on the scale factor for | |
3608 compatibility. | |
3609 | |
3610 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
3611 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
3612 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
3613 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
3614 Preserve backward compatibility. | |
6777 | 3615 |
6776 | 3616 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
3617 | |
3618 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
3619 to avoid issues with regexp special characters in the path strings. | |
3620 | |
6770 | 3621 2007-07-06 David Bateman <dbateman@free.fr> |
3622 | |
6778 | 3623 * general/accumarray.m: New function to create an array by |
3624 accumulating the elements. | |
6770 | 3625 |
6768 | 3626 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
3627 | |
3628 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
3629 (fdjac): Set nx outside of if block. | |
3630 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
3631 | |
6765 | 3632 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
3633 | |
3634 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
3635 | |
3636 * plot/axis.m: Also set "visible" property when setting axes to | |
3637 on/off. | |
3638 | |
6762 | 3639 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
3640 | |
3641 * image/colormap.m: Only return colormap if nargout > 0. | |
3642 Mark as command. | |
3643 | |
6758 | 3644 2007-06-25 John W. Eaton <jwe@octave.org> |
3645 | |
3646 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
3647 strcmp for selected property comparisons. | |
3648 | |
6756 | 3649 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
3650 | |
6778 | 3651 * image/imshow.m: Fix check for colormap arguments. |
6756 | 3652 |
6754 | 3653 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
3654 | |
3655 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
3656 | |
6756 | 3657 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 3658 |
6778 | 3659 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 3660 argument, and note that the data should be sorted for the |
3661 definition of the median to be correct. | |
3662 | |
6778 | 3663 * statistics/base/std.m: Add missing square to definition of |
6754 | 3664 standard deviation. |
3665 | |
6778 | 3666 * statistics/base/cov.m: Add definition of covariance to the help text. |
3667 | |
3668 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 3669 statistics/base/std.m: |
3670 Note that \bar{x} is the mean value of x in the help text. | |
3671 | |
6778 | 3672 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 3673 coefficient to the help text. |
3674 | |
6778 | 3675 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
3676 | |
3677 * statistics/base/var.m: Put N in @math in help text. | |
3678 | |
3679 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 3680 statistics/tests/kolmogorov_smirnov_test.m: |
3681 Write about possible values of 'dist' in help text. | |
3682 | |
6778 | 3683 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 3684 Add definition of correlation to the help text. |
3685 | |
6778 | 3686 * statistics/base/logit.m, statistics/base/kendall.m, |
3687 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 3688 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
3689 TeXification of help text. | |
3690 | |
3691 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
3692 | |
3693 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
3694 Add missing @var's to help text. | |
3695 | |
3696 * statistics/models/logistic_regression.m: Fix typos in help text. | |
3697 | |
3698 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
3699 of help text. | |
3700 | |
3701 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
3702 help text. | |
3703 | |
3704 * statistics/distributions/unidpdf.m, | |
3705 statistics/distributions/discrete_pdf.m: | |
3706 Replace 'pDF' with 'PDF' in help text. | |
3707 | |
6753 | 3708 2007-06-25 John W. Eaton <jwe@octave.org> |
3709 | |
3710 * strings/substr.m: Use offset consistently in code and doc string. | |
3711 From Rafael Laboissiere <rafael@debian.org>. | |
3712 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3713 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 3714 |
6778 | 3715 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 3716 |
6751 | 3717 2007-06-25 John W. Eaton <jwe@octave.org> |
3718 | |
3719 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
3720 Recycle tic labels if necessary. From Juhani Saastamoinen | |
3721 <juhani@cs.joensuu.fi>. | |
3722 | |
6748 | 3723 2007-06-20 John W. Eaton <jwe@octave.org> |
3724 | |
6749 | 3725 * strings/index.m: Allow strings to be empty. |
3726 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
3727 | |
6748 | 3728 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
3729 | |
6747 | 3730 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
3731 | |
3732 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
3733 separate matrices. | |
3734 | |
6746 | 3735 2007-06-19 David Bateman <dbateman@free.fr> |
3736 | |
3737 * plot/axis.m: Prefer to use legend rather than the older Octave | |
3738 only ";;" legend syntax. | |
3739 * polynomial/mkpp.m: ditto. | |
3740 * polynomial/pchip.m: ditto. | |
3741 * signal/freqz_plot.m: ditto. | |
3742 * sparse/gplot.m: ditto. | |
3743 * sparse/treeplot.m: ditto. | |
3744 | |
6745 | 3745 2007-06-19 John W. Eaton <jwe@octave.org> |
3746 | |
3747 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
3748 (__go_draw_axes__): Call do_tics to handle tic marks. | |
3749 | |
6742 | 3750 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3751 | |
6778 | 3752 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 3753 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
3754 to check for NA. | |
3755 | |
6741 | 3756 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3757 | |
6778 | 3758 * optimization/glpk.m: TeXified the help text. |
3759 * optimization/qp.m: TeXified the help text. | |
3760 * optimization/sqp.m: TeXified the help text. | |
6741 | 3761 |
6740 | 3762 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
3763 | |
6778 | 3764 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 3765 |
6738 | 3766 2007-06-15 John W. Eaton <jwe@octave.org> |
3767 | |
3768 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
3769 have_newer_gnuplot is true. | |
3770 | |
6736 | 3771 2007-06-15 Pete Gustafson <petegus@umich.edu> |
3772 | |
6778 | 3773 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
3774 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 3775 to 90, all others 0. |
3776 | |
6778 | 3777 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
3778 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 3779 get_data_limits. |
6778 | 3780 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 3781 called by __errplot__. |
3782 | |
6730 | 3783 2007-06-15 John W. Eaton <jwe@octave.org> |
3784 | |
3785 * testfun/test.m: Also return number of expected failures. | |
3786 | |
6724 | 3787 2007-06-14 John W. Eaton <jwe@octave.org> |
3788 | |
6730 | 3789 * set/ismember.m: Mark two tests known to fail with xtest. |
3790 | |
6724 | 3791 * plot/__go_draw_axes__.m: Handle text rotation property. |
3792 | |
6728 | 3793 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
3794 | |
3795 * testfun/test.m: Add xtest support for tests known to fail. | |
3796 | |
6727 | 3797 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
3798 | |
3799 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
3800 epslatexstandalone terminals. | |
3801 | |
6721 | 3802 2007-06-14 David Bateman <dbateman@free.fr> |
3803 | |
3804 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
3805 as permutation of results was incorrect. | |
3806 * general/interp1.m: Add demo on second derivative | |
3807 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 3808 call. Add 3D demo. Fix typos |
3809 * general/interp3.m: Fix typos. Correct permutation for use of | |
3810 interpn. | |
6721 | 3811 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
3812 | |
6717 | 3813 2007-06-13 John W. Eaton <jwe@octave.org> |
3814 | |
3815 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 3816 |
6706 | 3817 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
3818 | |
3819 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
3820 | |
6704 | 3821 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
3822 | |
3823 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
3824 Set have_linestyle to true if two character linestyle is found. | |
3825 | |
6702 | 3826 2007-06-12 David Bateman <dbateman@free.fr> |
3827 | |
6717 | 3828 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
3829 and interpn.m. | |
3830 | |
3831 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
3832 structure before using it. | |
3833 | |
3834 2007-06-12 David Bateman <dbateman@free.fr> | |
3835 | |
6704 | 3836 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 3837 * general/__splinen__.m: New support function for N-dimensional |
3838 spline interpolation. | |
3839 * general/bicubic.m: Allow definition of extrapolation | |
3840 value. Adapt tests to use new graphics interface | |
3841 * general/interp2.m: Call __splinen__ for 2-D spline | |
3842 interpolation. Make the lookup table code only be called for | |
3843 linear and nearest methods. | |
3844 * general/interpn.m: New function for N-dimensional, linear, nearest | |
3845 and spline interpolation. | |
3846 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
3847 and spline interpolation. | |
6704 | 3848 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 3849 |
6701 | 3850 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
3851 | |
3852 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
3853 | |
6699 | 3854 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
3855 | |
3856 * plot/fplot.m: If function is inline, vectorize it. | |
3857 | |
6698 | 3858 2007-06-10 David Bateman <dbateman@free.fr> |
3859 | |
3860 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
3861 directory if need to, so that it fits on a line. | |
3862 | |
6695 | 3863 2007-06-07 David Bateman <dbateman@free.fr> |
3864 | |
3865 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
3866 saved file so that dependent packages are loaded first, and if | |
3867 nargout==0 don't return any arguments. | |
3868 (pkg:install): Only load packages that are marked autoload after | |
3869 install. Various fixes. Save in order. | |
3870 (pkg:uninstall): Save in order | |
3871 (pkg:load_packages): Use load_package_and_dependencies to load | |
3872 packages. | |
3873 (pkg:save_order): New function to sort package list with dependent | |
3874 packages first. | |
3875 (pkg:load_packages_and_dependencies): New function to load both a | |
3876 list of packages and their dependencies. | |
3877 (pkg:load_package_dirs): New function that returns a vector of the | |
3878 indexes into the installed package list indicating the packages to | |
3879 load and the order to load them in to respect the dependencies. | |
3880 | |
6688 | 3881 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
3882 | |
3883 * plot/axes.m: Eliminate redundant else clause. | |
3884 | |
6686 | 3885 2007-06-03 David Bateman <dbateman@free.fr> |
3886 | |
3887 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 3888 * pkg/pkg.m: Protect against multiple actions being define. |
3889 | |
6683 | 3890 2007-06-01 David Bateman <dbateman@free.fr> |
3891 | |
3892 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
3893 incorporate into main pkg function. | |
3894 (pkg:install): Check for existence of files to install before | |
3895 globbing and warn the user if they don't exist. | |
3896 | |
6675 | 3897 2007-05-31 David Bateman <dbateman@free.fr> |
3898 | |
6679 | 3899 * miscellaneous/copyfile.m: Split copying of multiple files to a |
3900 directory over several copy command to limit the line length. | |
3901 * miscellaneous/movefile.m: Ditto. | |
3902 | |
6675 | 3903 * pkg.m: Add build option to allow binary Octave packages to be |
3904 built from source packages. Probe absolute path of prefix, global | |
3905 and local lists. Use strcat, rather that [] for strings. | |
3906 (pkg:build): New function to binary binary package. | |
3907 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
3908 (pkg:repackage): Package binary Octave package from installation. | |
3909 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
3910 from m-files into main installation directory. | |
3911 (pkg:shell): Suppress verbose messages from shell and only display | |
3912 them with the verbose flag. | |
3913 (pkg:installed_packages): Also include the loaded flag in the | |
3914 local and global packages. | |
3915 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
3916 flagged as loaded. | |
3917 | |
3918 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
3919 | |
3920 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
3921 with and without architecture dependent directories. | |
3922 (pkg:installed_packages): Probe the global_list file even if it is | |
3923 the same as the local_list. | |
3924 | |
6669 | 3925 2007-05-29 John W. Eaton <jwe@octave.org> |
3926 | |
3927 * sparse/spy.m: Set axis to "ij" mode. | |
3928 | |
6664 | 3929 2007-05-24 John W. Eaton <jwe@octave.org> |
3930 | |
3931 * set/ismember.m: Quote first arg of "fail" tests. | |
3932 | |
6663 | 3933 2007-05-24 David Bateman <dbateman@free.fr> |
3934 | |
6778 | 3935 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 3936 |
6655 | 3937 2007-05-22 David Bateman <dbateman@free.fr> |
3938 | |
3939 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
3940 error(lasterr()(8:end)). | |
3941 (pkg:install): Warning for empty packages being removed. Suppress | |
3942 spurious output. Warning rather than error for uninstalling a | |
3943 package that is not installed to avoid RPM issue. | |
3944 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
3945 inst or architecture dependent directory if it exists. | |
3946 | |
6653 | 3947 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
3948 | |
3949 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
3950 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
3951 signal/freqz.m: Fix typos. | |
3952 | |
6645 | 3953 2007-05-21 David Bateman <dbateman@free.fr> |
3954 | |
3955 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
3956 force installation location. | |
3957 (rebuild): New subfunction to rebuild package database from | |
3958 installed packages. Also allows changing of autoload status | |
3959 (install): Warn use if attempting to install from non existent | |
3960 file. | |
3961 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
3962 "USER", "root"))' for root test. | |
3963 | |
3964 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
3965 | |
3966 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
3967 and replace "\" characters with "/". | |
3968 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
3969 characters with "/" throughout. | |
3970 (shell): New subfunction that wraps system and is careful with the | |
3971 shell on windows platforms. | |
3972 (configure_make): Explictly pass complier etc to configure | |
3973 process. | |
3974 (issuperuser): Force default to global install for Windows machines. | |
3975 | |
6636 | 3976 2007-05-19 Kristan Onu |
3977 | |
3978 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
3979 | |
6634 | 3980 2007-05-18 David Bateman <dbateman@free.fr> |
3981 | |
3982 * pkg/pkg.m (install): More verbosity. | |
3983 (configure_make): Ditto. | |
3984 (create_pkgadddel): Install in architecture dependent directory if | |
3985 it exists to address issues with autoload/mfilename. | |
3986 (write_INDEX): Check in archiecture dependent directories as well. | |
3987 | |
6633 | 3988 2007-05-17 David Bateman <dbateman@free.fr> |
3989 | |
3990 * plot/hbar.m: Remove. | |
3991 * plot/barh.m: and move it here. | |
3992 | |
6631 | 3993 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
3994 | |
3995 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
3996 | |
6629 | 3997 2007-05-16 John W. Eaton <jwe@octave.org> |
3998 | |
3999 * general/logspace.m: Return second arg if fewer than two values | |
4000 are requested. | |
4001 | |
6619 | 4002 2007-05-14 John W. Eaton <jwe@octave.org> |
4003 | |
4004 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
4005 on a new line. | |
4006 | |
6617 | 4007 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
4008 | |
4009 * statistics/distributions/norminv.m, | |
4010 statistics/distributions/norminv.m, | |
4011 statistics/distributions/normpdf.m, | |
4012 statistics/distributions/normrnd.m: | |
4013 Use standard deviation, not variance. | |
4014 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
4015 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
4016 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
4017 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
4018 backward compatibility. | |
4019 | |
6616 | 4020 2007-05-14 David Bateman <dbateman@free.fr> |
4021 | |
4022 * pkg/pkg.m: Mark loaded packages with "*". | |
4023 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4024 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 4025 |
4026 * miscellaneous/single.m: Doc fix. | |
4027 Convert to double instead of returning argument unchanged. | |
4028 | |
4029 * miscellaneous/doc.m: Doc fix. | |
4030 | |
4031 * miscellaneous/ver.m: Doc fix. | |
4032 Don't display information about Octave Forge. | |
4033 | |
6614 | 4034 2007-05-12 David Bateman <dbateman@free.fr> |
4035 | |
4036 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
4037 install to be printed. An error in the on_uninstall script causes | |
4038 a failure to uninstall. Place oct- and mex-files in an | |
4039 architecture dependent directory. | |
4040 | |
6611 | 4041 2007-05-09 John W. Eaton <jwe@octave.org> |
4042 | |
4043 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
4044 | |
6609 | 4045 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4046 | |
4047 * statistics/distributions/normcdf.m: Use standard deviation | |
4048 instead of variance for compatibility. | |
4049 | |
4050 2007-05-08 John W. Eaton <jwe@octave.org> | |
4051 | |
4052 | |
4053 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
4054 | |
4055 * set/ismember.m: Always return logical values. | |
4056 | |
4057 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 4058 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 4059 |
4060 * general/__isequal__.m: Allow numeric values of different classes | |
4061 to compare equal. | |
4062 | |
6606 | 4063 2007-05-07 David Bateman <dbateman@free.fr> |
4064 | |
6607 | 4065 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
4066 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 4067 |
6605 | 4068 2007-05-02 John W. Eaton <jwe@octave.org> |
4069 | |
4070 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
4071 | |
6604 | 4072 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4073 | |
4074 * contour.m: Rewrite help string. | |
4075 | |
6599 | 4076 2007-04-28 John W. Eaton <jwe@octave.org> |
4077 | |
4078 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
4079 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
4080 Special case nargout == 0. | |
4081 | |
6597 | 4082 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
4083 | |
4084 * general/sub2ind.m: Handle empty input, add tests. | |
4085 | |
6590 | 4086 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4087 | |
4088 * plot/contourc.m: Doc fix. | |
4089 | |
6586 | 4090 2007-04-26 David Bateman <dbateman@free.fr> |
4091 | |
4092 * plot/hist.m: Partially remove previous patch. | |
4093 | |
6582 | 4094 2007-04-26 David Bateman <dbateman@free.fr> |
4095 | |
4096 * plot/hist.m: Support returning of handle | |
4097 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
4098 cells. | |
4099 | |
6575 | 4100 2007-04-25 John W. Eaton <jwe@octave.org> |
4101 | |
6579 | 4102 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
4103 "title \"\"", not "". | |
4104 | |
6575 | 4105 * plot/legend.m: Initialize WARNED to false. |
4106 | |
6567 | 4107 2007-04-24 John W. Eaton <jwe@octave.org> |
4108 | |
4109 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4110 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 4111 |
4112 2007-04-23 John W. Eaton <jwe@octave.org> | |
4113 | |
4114 * plot/box.m: Delete extra endfunction keyword. | |
4115 | |
6560 | 4116 2007-04-23 David Bateman <dbateman@free.fr> |
4117 | |
4118 * plot/plot3.m: Call newplot. | |
4119 | |
6553 | 4120 2007-04-20 John W. Eaton <jwe@octave.org> |
4121 | |
4122 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
4123 | |
6546 | 4124 2007-04-19 John W. Eaton <jwe@octave.org> |
4125 | |
4126 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
4127 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
4128 | |
6544 | 4129 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
4130 | |
4131 * control/util/axis2dlim.m: Delete extraneous line. | |
4132 | |
6542 | 4133 2007-04-18 John W. Eaton <jwe@octave.org> |
4134 | |
4135 * specfun/factorial.m: Increase tolerance in large value test. | |
4136 | |
6540 | 4137 2007-04-18 David Bateman <dbateman@free.fr> |
4138 | |
4139 * __bar__.m: New support function for bar/hbar to support graphic | |
4140 handles, and additional arguments. | |
4141 * bar.m: Convert to use __bar__. | |
4142 * hbar.m: New function | |
4143 * hist.m: Explicitly set the width of the bar plot. | |
4144 | |
6533 | 4145 2007-04-17 John W. Eaton <jwe@octave.org> |
4146 | |
6534 | 4147 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
4148 | |
6533 | 4149 * set/ismember.m: New tests. |
4150 From David Grohmann <grohmann@arlut.utexas.edu> | |
4151 | |
6532 | 4152 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
4153 | |
4154 * specfun/factorial.m: Use gamma function instead of cumprod. | |
4155 Add tests. | |
4156 | |
6527 | 4157 2007-04-16 John W. Eaton <jwe@octave.org> |
4158 | |
6528 | 4159 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
4160 looks_like_copyright in src/help.cc. | |
4161 From S�ren Hauberg <soren@hauberg.org>. | |
4162 | |
6527 | 4163 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
4164 | |
6526 | 4165 2007-04-13 John W. Eaton <jwe@octave.org> |
4166 | |
6527 | 4167 * optimization/sqp.m: Initialize info to 0. |
4168 | |
6526 | 4169 * optimization/qp.m: Undo previous change. |
4170 | |
6524 | 4171 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4172 | |
4173 * spdiags.m: Fixed the four-argument case to work for columns of | |
4174 length one. | |
4175 | |
6523 | 4176 2007-04-12 John W. Eaton <jwe@octave.org> |
4177 | |
4178 * optimization/qp.m: Avoid Octave indexing bug. | |
4179 | |
6521 | 4180 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
4181 | |
6522 | 4182 * miscellaneous/menu.m, control/base/bddemo.m, |
4183 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
4184 control/system/sysrepdemo.m: | |
4185 Adapt to page_screen_output as a function. | |
6521 | 4186 |
6518 | 4187 2007-04-11 John W. Eaton <jwe@octave.org> |
4188 | |
4189 * miscellaneous/not.m: Delete. | |
4190 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
4191 | |
4192 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
4193 | |
4194 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
4195 that are close but not exactly equal. | |
4196 | |
6515 | 4197 2007-04-11 David Bateman <dbateman@free.fr> |
4198 | |
4199 * general/bitcmp.m: Make it work again. | |
4200 | |
6512 | 4201 2007-04-10 John W. Eaton <jwe@octave.org> |
4202 | |
4203 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
4204 that are close but not exactly equal. | |
4205 | |
6511 | 4206 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
4207 | |
4208 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
4209 in response to a change in x limits for now. | |
4210 | |
6510 | 4211 2007-04-09 John W. Eaton <jwe@octave.org> |
4212 | |
4213 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
4214 (__go_draw_axes__): Use it to write data to plot stream. | |
4215 | |
6509 | 4216 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
4217 | |
4218 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
4219 zeros. Set markerfacecolor property in call to plot. | |
4220 | |
6508 | 4221 2007-04-06 John W. Eaton <jwe@octave.org> |
4222 | |
4223 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
4224 | |
4225 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
4226 | |
4227 * plot/stem.m: Use plot instead of a series of calls to line. | |
4228 | |
6494 | 4229 2007-04-05 John W. Eaton <jwe@octave.org> |
4230 | |
6499 | 4231 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
4232 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
4233 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
4234 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
4235 | |
6496 | 4236 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 4237 Use strcmpi instead of strcmp+tolower. |
6496 | 4238 Style fixes. |
4239 | |
6494 | 4240 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
4241 Plotting fixes. Style fixes. | |
4242 | |
4243 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
4244 Style fixes. | |
4245 | |
4246 * testfun/fail.m: No need to check for evalin and lastwarn. | |
4247 Style fixes. | |
4248 | |
4249 * testfun/demo.m, testfun/example.m: Style fixes. | |
4250 Use "strcat (...)" instead of "[...]". | |
4251 Use format specifiers in calls to warning. | |
4252 | |
4253 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
4254 Use "strcat (...)" instead of "[...]". | |
4255 Use "x(end)" instead of "x(length (x))". | |
4256 Check NA before NaN. | |
4257 Style fixes. | |
4258 | |
6473 | 4259 2007-03-29 John W. Eaton <jwe@octave.org> |
4260 | |
6474 | 4261 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 4262 |
6467 | 4263 2007-03-27 John W. Eaton <jwe@octave.org> |
4264 | |
4265 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4266 control/base/Makefile.in, control/hinf/Makefile.in, | |
4267 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4268 control/util/Makefile.in, deprecated/Makefile.in, | |
4269 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4270 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4271 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4272 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4273 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4274 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4275 special-matrix/Makefile.in, startup/Makefile.in, | |
4276 statistics/Makefile.in, statistics/base/Makefile.in, | |
4277 statistics/distributions/Makefile.in, | |
4278 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4279 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4280 Use ln instead of $(LN_S) in dist target. | |
4281 | |
6465 | 4282 2007-03-27 David Bateman <dbateman@free.fr> |
4283 | |
4284 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
4285 gnuplot 4.0. | |
4286 | |
6464 | 4287 2007-03-26 John W. Eaton <jwe@octave.org> |
4288 | |
4289 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
4290 | |
6461 | 4291 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
4292 | |
4293 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
4294 plot stream and using binary data. | |
4295 | |
6459 | 4296 2007-03-26 John W. Eaton <jwe@octave.org> |
4297 | |
4298 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4299 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4300 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
4301 | |
4302 2007-03-26 David Bateman <dbateman@free.fr> | |
4303 | |
6461 | 4304 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
4305 | |
6459 | 4306 * plot/plot3.m: Handle line properties. |
4307 * plot/plot.m: Update docstring. | |
4308 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
4309 * plot/__plt__.m: Also gather properties. | |
4310 | |
6455 | 4311 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
4312 | |
4313 * testfun/assert.m: Delete special check for empty objects. | |
4314 Add test. | |
4315 | |
6453 | 4316 2007-03-26 John W. Eaton <jwe@octave.org> |
4317 | |
6454 | 4318 * plot/drawnow.m: Exit early if call is recursive. |
4319 | |
6453 | 4320 * plot/__go_draw_axes__.m (get_data_limits): New function. |
4321 Check for Inf too. | |
4322 (__go_draw_axes__): Use get_data_limits. | |
4323 | |
6450 | 4324 2007-03-24 John W. Eaton <jwe@octave.org> |
4325 | |
6451 | 4326 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
4327 send terminal setting command with title option to plot stream. | |
4328 | |
6450 | 4329 * plot/legend.m: Correctly increment index into list of children.. |
4330 | |
6434 | 4331 2007-03-23 John W. Eaton <jwe@octave.org> |
4332 | |
6448 | 4333 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
4334 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
4335 control/base/nyquist.m, control/base/nichols.m, | |
4336 control/base/frdemo.m, signal/freqz_plot.m, | |
4337 control/base/__stepimp__.m, control/base/bode.m, | |
4338 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
4339 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 4340 Update plotting code. |
4341 | |
4342 * control/base/bode.m: Unwrap phase angle. | |
4343 | |
4344 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
4345 | |
4346 * plot/axis.m: Don't check automatic_replot, or call replot. | |
4347 | |
4348 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
4349 commands. | |
6446 | 4350 |
6442 | 4351 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 4352 Handle numeric color specs. |
6442 | 4353 * plot/plot.m: Remove "-@" and "@" from docstring. |
4354 | |
6441 | 4355 * plot/orient.m: Fix tests to avoid creating a plot window. |
4356 | |
6440 | 4357 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
4358 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4359 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
4360 general/arrayfun.m, miscellaneous/compare_versions.m, | |
4361 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
4362 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
4363 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
4364 | |
6438 | 4365 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
4366 plot, not just multiplots. | |
4367 | |
6436 | 4368 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
4369 | |
6434 | 4370 * plot/contour.m: Don't call drawnow. |
4371 | |
6431 | 4372 2007-03-22 John W. Eaton <jwe@octave.org> |
4373 | |
6432 | 4374 * plot/drawnow.m: Check and optionally, set, the __modified__ |
4375 property of each figure. | |
4376 | |
6431 | 4377 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
4378 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4379 | |
4380 2007-03-21 John W. Eaton <jwe@octave.org> | |
4381 | |
4382 * linear-algebra/null.m: Set elements of retval with magnitudes | |
4383 less than eps to 0. | |
4384 | |
6429 | 4385 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 4386 |
4387 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 4388 * testfun/speed.m: Documentation and example fix. |
4389 | |
6424 | 4390 2007-03-21 John W. Eaton <jwe@octave.org> |
4391 | |
4392 * plot/subplot.m: If we find an existing subplot region, set | |
4393 it to be the "currentaxes" property for the current figure. | |
6425 | 4394 Delete old axes objects if the new axes object overlaps the old. |
6424 | 4395 |
6422 | 4396 2007-03-20 David Bateman <dbateman@free.fr> |
4397 | |
4398 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
4399 | |
4400 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
4401 | |
4402 * general/arrayfun.m: New function. | |
4403 | |
6418 | 4404 2007-03-20 John W. Eaton <jwe@octave.org> |
4405 | |
6419 | 4406 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
4407 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
4408 | |
4409 * plot/clf.m: Don't call drawnow. | |
4410 | |
6431 | 4411 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 4412 |
6420 | 4413 * image/__img__.m: Maybe set yaxis to reverse for images. |
4414 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
4415 images. | |
4416 | |
6418 | 4417 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 4418 instead of global. Only register __go_close_all__ with atexit if |
4419 the plot stream is successfully opened. | |
6418 | 4420 |
6413 | 4421 2007-03-15 John W. Eaton <jwe@octave.org> |
4422 | |
6418 | 4423 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 4424 From Daniel J Sebald <daniel.sebald@ieee.org>. |
4425 | |
4426 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
4427 | |
4428 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 4429 Use numeric line types. |
6413 | 4430 |
4431 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 4432 lines and larger markers. Remove key titles from line type |
4433 properties. | |
6413 | 4434 |
6405 | 4435 2007-03-14 John W. Eaton <jwe@octave.org> |
4436 | |
6412 | 4437 * plot/__axis_label__.m: Accept additional property-value pairs |
4438 and pass them to __go_text__. Simply return the handle obtained | |
4439 from __go_text__ instead of calling get on the current axis. | |
4440 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
4441 Allow for extra property value pairs to be passed along. | |
4442 * plot/title.m: Implement with __axis_label__ since it does all | |
4443 that title needs to do. | |
4444 | |
6410 | 4445 * plot/clf.m: Set currentaxes property for current figure to []. |
4446 | |
6405 | 4447 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
4448 | |
4449 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
4450 and __plt2__, not just the last. | |
4451 | |
4452 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
4453 (SOURCES_IN, GEN_M): Delete. | |
4454 (FCN_FILES): Don't include $(GEN_M). | |
4455 (all): Don't depend on $(GEN_M). | |
4456 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
4457 | |
4458 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
4459 | |
4460 * plot/newplot.m: Call __go_axes_init__ instead of | |
4461 __uiobject_axes_init__. | |
4462 | |
4463 * plot/mesh.m: Use __go_surface__ instead of | |
4464 __uiobject_surface_ctor__. Don't access object fields directly. | |
4465 | |
4466 * plot/line.m: Use __line__ to do actual work. | |
4467 * plot/__line__.m: New function. | |
4468 | |
4469 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
4470 Use get and set instead of accessing object fields directly. | |
4471 | |
4472 * plot/figure.m: Use __go_figure__ to create figure graphics | |
4473 handle. | |
4474 | |
4475 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
4476 __uiobject_close_all. Call __go_draw_figure__ instead of | |
4477 __uiobject_draw_figure__. | |
4478 | |
4479 * plot/clf.m: Use get instead of accessing object fields | |
4480 directly. Simply delete children. Don't set currentaxes. | |
4481 | |
4482 * plot/close.m (close_all_figures): New subfunction. | |
4483 Use it instead of getting list of figures to close from | |
4484 __uiobject_figures__. | |
4485 | |
4486 * plot/closereq.m: Simply delete the current figure. Don't set | |
4487 currentfigure. | |
4488 | |
4489 * plot/__errplot__.m: Call __line__ instead of | |
4490 __uiobject_line_ctor__. Use set instead of accesing object fields | |
4491 directly. Don't call __uiobject_adopt__. | |
4492 | |
4493 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
4494 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
4495 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
4496 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
4497 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
4498 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
4499 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
4500 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
4501 plot/__uiobject_init_root_figure__.in, | |
4502 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
4503 plot/__uiobject_root_figure_ctor__.m, | |
4504 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
4505 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
4506 plot/set.in: Delete. | |
6408 | 4507 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 4508 |
4509 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
4510 Pass "hidden" as second arg to close. | |
4511 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
4512 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 4513 * plot/Makefile.in (SOURCES_M): Rename in list. |
4514 | |
6405 | 4515 * image/__img__.m: Use __go_image__ to create image graphics |
4516 handle. | |
4517 | |
4518 * miscellaneous/delete.m: Call __go_delete__, not | |
4519 __uiobject_delete__. Check that arg is a graphics handle before | |
4520 calling __go_delete__. | |
4521 | |
6403 | 4522 2007-03-13 John W. Eaton <jwe@octave.org> |
4523 | |
4524 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
4525 arg instead of switch statement. | |
6528 | 4526 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 4527 |
4528 2007-03-12 John W. Eaton <jwe@octave.org> | |
4529 | |
4530 * miscellaneous/cast.m: New function. | |
4531 | |
4532 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
4533 | |
6398 | 4534 2007-03-08 John W. Eaton <jwe@octave.org> |
4535 | |
4536 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
4537 tilde expansion on target filename before passing it to the shell. | |
4538 | |
4539 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
4540 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
4541 | |
6396 | 4542 2007-03-08 David Bateman <dbateman@free.fr> |
4543 | |
4544 * statistics/base/unidrnd.m: Move to statistics/distributions | |
4545 replacing slower version based on dicrete_rnd. | |
4546 | |
6392 | 4547 2007-03-07 John W. Eaton <jwe@octave.org> |
4548 | |
6395 | 4549 * control/base/rlocus.m: Update for current plotting functions. |
4550 | |
4551 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
4552 | |
4553 * control/base/rlocus.m: Improve display. | |
4554 | |
4555 2007-03-07 John W. Eaton <jwe@octave.org> | |
4556 | |
4557 * plot/legend.m: Only handle positions -1:4. | |
4558 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
4559 found in option string | |
4560 * plot/__uiobject_draw_axes__.m: Handle key position. | |
4561 | |
6394 | 4562 * plot/newplot.m: Always reset next line color. |
4563 | |
6392 | 4564 * testfun/assert.m: Check that number of dimensions match before |
4565 checking dimensions. | |
4566 | |
6391 | 4567 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
4568 | |
4569 * specfun/perms.m, specfun/factorial.m: Check args. | |
4570 | |
6387 | 4571 2007-03-07 John W. Eaton <jwe@octave.org> |
4572 | |
6390 | 4573 * plot/mesh.m: Call newplot before doing anything. |
4574 | |
4575 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
4576 just "e". Only flush plot stream once. | |
4577 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4578 | |
6387 | 4579 * strings/blanks.m: Omit first index in assignment. |
4580 | |
6386 | 4581 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
4582 | |
4583 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
4584 | |
6385 | 4585 2007-03-06 David Bateman <dbateman@free.fr> |
4586 John W. Eaton <jwe@octave.org> | |
4587 | |
4588 * set/setdiff.m: Ignore "rows" for cell array args. | |
4589 Handle cellstr args. | |
4590 | |
6382 | 4591 2007-03-05 John W. Eaton <jwe@octave.org> |
4592 | |
4593 * optimization/sqp.m: Defer first call to obj_hess until after | |
4594 calling obj_fun. | |
4595 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4596 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 4597 |
4598 * specfun/nchoosek.m: Fix nargin check. | |
4599 | |
6376 | 4600 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
4601 | |
4602 * image/__img__.m: Don't set xlim and ylim properties. | |
4603 | |
6374 | 4604 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
4605 | |
4606 * general/interp1.m: Fix *style cases for decreasing x. | |
4607 | |
6372 | 4608 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
4609 | |
4610 * polynomial/roots.m: Check nargin before accessing arg. | |
4611 | |
6369 | 4612 2007-02-28 John W. Eaton <jwe@octave.org> |
4613 | |
4614 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
4615 increment data_idx unless using gnuplot for display. | |
4616 | |
6368 | 4617 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
4618 | |
4619 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
4620 plots with images. | |
4621 * image/image.m, image/imagesc.m, image/imshow.m: | |
4622 Deprecate zoom argument. | |
4623 | |
6366 | 4624 2007-02-28 John W. Eaton <jwe@octave.org> |
4625 | |
4626 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
4627 temporary file names. Keep image and colormap file ids separate. | |
4628 | |
4629 * general/interp1.m: Correctly compute min and max values when | |
4630 values are decreasing and not evenly spaced. | |
4631 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
4632 | |
6365 | 4633 2007-02-27 John W. Eaton <jwe@octave.org> |
4634 | |
4635 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
4636 returning an empty cell array. | |
4637 | |
6546 | 4638 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 4639 |
4640 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
4641 | |
6546 | 4642 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 4643 |
4644 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4645 control/base/Makefile.in, control/hinf/Makefile.in, | |
4646 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4647 control/util/Makefile.in, deprecated/Makefile.in, | |
4648 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4649 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4650 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4651 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4652 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4653 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4654 special-matrix/Makefile.in, startup/Makefile.in, | |
4655 statistics/Makefile.in, statistics/base/Makefile.in, | |
4656 statistics/distributions/Makefile.in, | |
4657 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4658 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4659 Use $(LN_S) instead of ln or ln -s. | |
4660 | |
6356 | 4661 2007-02-24 David Bateman <dbateman@free.fr> |
4662 | |
4663 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
4664 '\n' in FILES file. | |
6357 | 4665 (configure_make): Also install any mex files. |
6356 | 4666 |
6353 | 4667 2007-02-24 David Bateman <dbateman@free.fr> |
4668 | |
4669 * statistics/distributions (SOURCES): Add nbincdf.m, | |
4670 nbininv.m, nbinpdf.m and nbinrnd.m. | |
4671 | |
6351 | 4672 2007-02-23 John W. Eaton <jwe@octave.org> |
4673 | |
4674 * statistics/distributions/Makefile.in (SOURCES): Remove | |
4675 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
4676 | |
4677 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
4678 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
4679 | |
6349 | 4680 2007-02-23 David Bateman <dbateman@free.fr> |
4681 | |
4682 * statistics/distributions/discrete_rnd.m, | |
4683 statistics/distributions/geornd.m, | |
4684 statistics/distributions/lognnd.m, | |
4685 statistics/distributions/nbinrnd.m, | |
4686 statistics/distributions/wblrnd.m: Accelerate distributions. | |
4687 | |
4688 * statistics/distributions/unidcdf.m, | |
4689 statistics/distributions/unidinv.m, | |
4690 statistics/distributions/unidpdf.m, | |
4691 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 4692 discrete_cdf, etc. |
6349 | 4693 |
4694 * statistics/distributions/pascal_cdf.m, | |
4695 statistics/distributions/pascal_inv.m, | |
4696 statistics/distributions/pascal_pdf.m, | |
4697 statistics/distributions/pascal_rnd.m: Remove. | |
4698 * statistics/distributions/nbincdf.m, | |
4699 statistics/distributions/nbininv.m, | |
4700 statistics/distributions/nbinpdf.m, | |
4701 statistics/distributions/nbinrnd.m: Replace with matlab | |
4702 compatible functions. | |
4703 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
4704 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
4705 nbincdf, etc functions to implement these. | |
4706 | |
6344 | 4707 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4708 | |
4709 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
4710 command and data. | |
4711 | |
4712 2007-02-22 John W. Eaton <jwe@octave.org> | |
4713 | |
4714 * miscellaneous/doc.m: If index search fails, try again without | |
4715 the index search option. | |
4716 | |
6339 | 4717 2007-02-22 David Bateman <dbateman@free.fr> |
4718 | |
6341 | 4719 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
4720 | |
6340 | 4721 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
4722 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
4723 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
4724 statistics/distributions/betarnd.m: Convert to use randg, rande | |
4725 and randp to accelerate. | |
4726 | |
6339 | 4727 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
4728 | |
6338 | 4729 2007-02-22 John W. Eaton <jwe@octave.org> |
4730 | |
4731 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
4732 cache data and display after xlim and ylim have been determined. | |
4733 | |
6337 | 4734 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4735 | |
4736 * plot/__uiobject_draw_axes__.m: | |
4737 Allow multiple images to be displayed with gnuplot. | |
4738 | |
6333 | 4739 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
4740 | |
4741 * optimization/glpk.m: Document the fact that extra.mem does not work | |
4742 for versions of GLPK 4.15 and later. | |
4743 | |
6328 | 4744 2007-02-19 John W. Eaton <jwe@octave.org> |
4745 | |
4746 * plot/__uiobject_alloc__.in: If next available element in | |
4747 __uiobject_list__ is 0, grow list before doing anything else. | |
4748 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
4749 first call when size of __uiobject_list__ is 0. | |
4750 | |
6323 | 4751 2007-02-16 John W. Eaton <jwe@octave.org> |
4752 | |
4753 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
4754 | |
6321 | 4755 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
4756 | |
4757 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
4758 | |
6316 | 4759 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
4760 | |
4761 * specfun/nchoosek.m: Check nargin. | |
4762 | |
6314 | 4763 2007-02-15 John W. Eaton <jwe@octave.org> |
4764 | |
6315 | 4765 * path/addpath.m, path/rmpath.m: Delete |
4766 * path/Makefile.in (SOURCES): Remove them from the list. | |
4767 | |
6314 | 4768 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
4769 Delete title, xlabel, ylabel, and zlabel properties before | |
4770 reassigning. | |
4771 * plot/__uiobject_axes_init__.in: New arg, mode. | |
4772 Don't init outerposition if "mode" is "replace". | |
4773 * plot/newplot.m: Check both figure and axes nextplot properties. | |
4774 If axes nextplot property is replace, pass "replace" as mode arg | |
4775 to __uiobject_axes_init__. | |
4776 | |
6308 | 4777 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
4778 | |
6310 | 4779 * image/imshow.m: Don't restore old colormap. |
4780 | |
6309 | 4781 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
4782 * image/__img__.m: New file containing common parts of image.m and | |
4783 imshow.m. | |
6312 | 4784 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 4785 * image/image.m, image/imshow.m: Call __img__. |
4786 * plot/__uiobject_draw_axes__.m: | |
4787 Handle rgb imaged data stored in 3-d arrays. | |
4788 | |
6308 | 4789 * plot/figure.m: Doc fix. |
4790 | |
6304 | 4791 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
4792 | |
4793 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
4794 for reading and writing data. New tests. Improve rounding. | |
4795 | |
6302 | 4796 2007-02-13 John W. Eaton <jwe@octave.org> |
4797 | |
6303 | 4798 * plot/stem.m: New file, adapted from OctPlot. |
4799 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4800 | |
6302 | 4801 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
4802 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4803 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4804 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
4805 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
4806 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
4807 plot/semilogyerr.m: Return handles to line objects. | |
4808 | |
6301 | 4809 2007-02-11 John W. Eaton <jwe@octave.org> |
4810 | |
4811 * plot/__uiobject_close_all.m: New file. | |
4812 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4813 | |
6298 | 4814 2007-02-10 John W. Eaton <jwe@octave.org> |
4815 | |
4816 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
4817 * plot/__uiobject_globals__.m: Don't call mlock. | |
4818 | |
4819 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
4820 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
4821 before calling pclose. | |
4822 | |
6291 | 4823 2007-02-09 John W. Eaton <jwe@octave.org> |
4824 | |
6295 | 4825 * plot/subplot.m: Delete spurious call to axes. |
4826 | |
6293 | 4827 * plot/figure.m: Call drawnow for current figure before creating |
4828 or switching to a new figure. | |
4829 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
4830 nargin == 0 case. | |
4831 | |
6291 | 4832 * testfun/assert.m: Try to avoid problems when comparisons involve |
4833 strange values like Inf+NaNi. | |
4834 | |
6283 | 4835 2007-02-08 John W. Eaton <jwe@octave.org> |
4836 | |
6286 | 4837 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
4838 and check gnuplot_use_title_option instead of just assuming -title | |
4839 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
4840 | |
6285 | 4841 * Makefile.in (DISTFILES): Add move-if-change to the list. |
4842 | |
6284 | 4843 * audio/Makefile.in, control/base/Makefile.in, |
4844 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
4845 control/system/Makefile.in, control/util/Makefile.in, | |
4846 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
4847 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
4848 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
4849 optimization/Makefile.in, plot/Makefile.in, | |
4850 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4851 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4852 special-matrix/Makefile.in, startup/Makefile.in, | |
4853 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4854 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4855 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
4856 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
4857 | |
6283 | 4858 * plot/figure.m: Don't call drawnow. Correctly init figure when |
4859 only given property list. | |
4860 | |
6278 | 4861 2007-02-07 John W. Eaton <jwe@octave.org> |
4862 | |
6280 | 4863 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
4864 properties. | |
4865 | |
6278 | 4866 * plot/sombrero.m: Call box ("off") after mesh. |
4867 | |
4868 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
4869 line default" commands with older versions of gnuplot. | |
4870 | |
4871 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
4872 | |
6273 | 4873 2007-02-06 John W. Eaton <jwe@octave.org> |
4874 | |
4875 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
4876 * sparse/gplot.m: Use line style - instead of 1. | |
4877 | |
6272 | 4878 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
4879 | |
4880 * plot/print.m: Avoid error message from cellidx. | |
4881 | |
4882 2007-02-05 John W. Eaton <jwe@octave.org> | |
4883 | |
4884 * plot/legend.m: Fix check for data. | |
4885 | |
6270 | 4886 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
4887 | |
4888 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
4889 Always set lt and pt. | |
4890 | |
6269 | 4891 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
4892 | |
4893 * plot/contourc.m: Correctly compute X and Y. | |
4894 | |
6268 | 4895 2007-02-05 John W. Eaton <jwe@octave.org> |
4896 | |
4897 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
4898 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
4899 | |
6264 | 4900 2007-02-01 John W. Eaton <jwe@octave.org> |
4901 | |
6266 | 4902 * plot/__uiobject_draw_axes__.m: |
4903 Don't try to set axis limits unless we have data. | |
4904 | |
6264 | 4905 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
4906 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4907 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
4908 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
4909 instead of of key and fmt strings. | |
4910 | |
4911 * plot/__pltopt1__.m: Greatly simplify. | |
4912 | |
4913 * plot/__next_line_color__.m: New file. | |
4914 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4915 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
4916 | |
4917 * plot/__default_plot_options__.m: New file. | |
4918 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4919 | |
4920 * plot/__plt3__.m: Delete. | |
4921 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
4922 | |
6259 | 4923 2007-01-31 John W. Eaton <jwe@octave.org> |
4924 | |
6263 | 4925 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
4926 linestyle, linewidth, marker, and markersize properties. | |
4927 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
4928 colors and widths, and line styles. | |
4929 | |
4930 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 4931 |
6261 | 4932 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
4933 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4934 | |
4935 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
4936 __gnuplot_save_data__. | |
4937 | |
6259 | 4938 * image/image.m: Accept 2 args, but ignore the second for now. |
4939 | |
6258 | 4940 2007-01-30 David Bateman <dbateman@free.fr> |
4941 | |
4942 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
4943 to flag a package as to be autoloaded. Add install flags -noauto, | |
4944 -auto to force autoload behavior. | |
4945 (installed_packages): Make list of installed packages unique. | |
4946 | |
6259 | 4947 2007-01-30 John W. Eaton <jwe@octave.org> |
4948 | |
4949 * Merge of changes from graphics-branch: | |
4950 | |
4951 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 4952 |
4953 * plot/subplot.m: Set nextplot property of current figure to "add". | |
4954 | |
4955 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
4956 property if it exists. | |
4957 | |
6259 | 4958 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 4959 |
4960 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
4961 min values outside of loop over child objects. | |
4962 | |
4963 * plot/contour.m, plot/contourc.m: New files. | |
4964 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
4965 | |
4966 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
4967 find a gnuplot version newer than 4.0. | |
4968 * image/__img_gnuplot__.m: Delete. | |
4969 * image/image.m: Create image graphics object. | |
4970 Call newplot to setup and drawnow to finish. | |
4971 Eliminate ZOOM arg. | |
4972 | |
4973 * plot/__uiobject_draw_axes__.m: Handle image data. | |
4974 | |
4975 * plot/legend.m: Eliminate useless variable "warned". | |
4976 | |
4977 * plot/__uiobject_image_ctor__.m: New file. | |
4978 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4979 | |
4980 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
4981 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
4982 | |
4983 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
4984 | |
4985 * plot/__default_colormap__.m: New file. | |
4986 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4987 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
4988 property. | |
4989 * image/colormap.m: Use colormap property of current figure | |
4990 to store colormap instead of using persistent variable. | |
4991 Call __default_colormap__ to get default map value. | |
4992 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
4993 | |
4994 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
4995 Handle some tick mark options. | |
4996 | |
4997 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
4998 set corresponding *mode to "manual". If we set dataaspectratio, | |
4999 set dataaspectratiomode to "manual". | |
5000 | |
5001 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
5002 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
5003 | |
5004 * plot/axis.m: New file. | |
5005 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
5006 | |
5007 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
5008 set corresponding *limmode to "manual". | |
5009 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
5010 Use it to compute autosclaled limits. | |
5011 Arg is now handle, not object. Change all callers. | |
5012 Compute data limits. | |
5013 | |
6259 | 5014 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 5015 |
5016 * plot/drawnow: Fix visibility check for zero args. | |
5017 | |
5018 * plot/text.m: New file. | |
5019 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5020 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
5021 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
5022 horizontalalignment properties. | |
5023 | |
5024 * plot/figure.m: Set options for f we just constructed or were | |
5025 given as an argument, not gcf. Only return handle if nargout > 0. | |
5026 | |
5027 * plot/drawnow.m: Handle visible field for figure here. | |
5028 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
5029 | |
5030 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
5031 title and axis labels. | |
5032 | |
5033 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
5034 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
5035 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
5036 * plot/view.m: New file. | |
5037 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5038 | |
5039 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
5040 Call __request_drawnow__. | |
5041 | |
5042 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
5043 | |
5044 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5045 Call set to set properties. Return handle instead of structure. | |
5046 Change all callers. | |
5047 | |
5048 * plot/__uiobject_axes_setr__.m: New file. | |
5049 * plot/set.in: Check for __setter__ field. | |
5050 | |
5051 * plot/__uiobject_axes_init__.in: | |
5052 Rename from plot/__uiobject_axes_init__.m. | |
5053 Include __uiobject_globals__. | |
5054 Accept handle as arg instead of structure | |
5055 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
5056 from the list. | |
5057 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
5058 | |
6259 | 5059 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 5060 |
5061 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
5062 | |
5063 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
5064 initializing each global variable. | |
5065 | |
6259 | 5066 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 5067 |
5068 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
5069 __uiobject_figure_handles_free_list__): New global variables. | |
5070 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
5071 Place unused handles on the free list. | |
5072 | |
5073 * plot/__uiobject_get_figure_handle__.in: Delete. | |
5074 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
5075 | |
5076 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
5077 handles here. Return figure handle. | |
5078 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
5079 | |
6259 | 5080 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 5081 |
5082 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
5083 data for gnuplot. | |
5084 | |
5085 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
5086 files. | |
5087 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
5088 (DISTFILES): Include include-globals.awk in the list. | |
5089 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
5090 ($(GEN_M) : %.m : %.in): New rule. | |
5091 | |
5092 * include-globals.awk: New file. | |
5093 | |
5094 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
5095 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
5096 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
5097 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
5098 plot/__uiobject_init_root_figure__.in, | |
5099 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
5100 Rename from corresponding .m files. | |
5101 | |
5102 * move-if-change: New file. | |
5103 | |
5104 * plot/__uiobject_delete__.m: New file. | |
5105 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
5106 plot/__uiobject_delete_child__.m: Delete. | |
5107 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
5108 not a character string. | |
5109 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
5110 Fix assignment to tmp key value in loop. | |
5111 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
5112 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
5113 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
5114 Inline code to delete children. | |
5115 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
5116 __uiobject_list__. | |
5117 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
5118 and free child. | |
5119 | |
6259 | 5120 2006-12-08 John W. Eaton <jwe@octave.org> |
5121 | |
5122 * plot/gcf.m: Check if the root figure object's currentfigure | |
5123 handle is empty, not 0. | |
5124 * plot/__uiobject_root_figure_ctor__.m: | |
5125 Set currentfigure to [], not 0. | |
5126 | |
5127 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
5128 | |
5129 2006-12-07 John W. Eaton <jwe@octave.org> | |
5130 | |
5131 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
5132 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
5133 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
5134 plot/__uiobject_delete_children__.m, | |
5135 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
5136 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
5137 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
5138 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
5139 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
5140 plot/__uiobject_init_figure__.m, | |
5141 plot/__uiobject_init_root_figure__.m, | |
5142 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
5143 plot/__uiobject_remove_child__.m, | |
5144 plot/__uiobject_root_figure_ctor__.m, | |
5145 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
5146 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
5147 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
5148 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
5149 plot/set.m: New files. | |
5150 | |
5151 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
5152 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
5153 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
5154 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
5155 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
5156 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
5157 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
5158 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
5159 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
5160 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
5161 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
5162 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
5163 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
5164 plot/semilogyerr.m, plot/replot.m: | |
5165 Adapt to new graphics data structure. | |
5166 | |
5167 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
5168 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
5169 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
5170 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
5171 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5172 plot/plot_border.m, plot/subwindow.m: Delete. | |
5173 | |
5174 2007-01-24 David Bateman <dbateman@free.fr> | |
5175 | |
5176 * pkg/pkg.m: Install ChangeLog file if it exists. | |
5177 Delete bare newline in string passed to write_INDEX. | |
5178 | |
5179 * sparse/sprandsym.m: Make work for even values of N. | |
5180 | |
5181 2007-01-24 John W. Eaton <jwe@octave.org> | |
5182 | |
5183 * miscellaneous/news.m: New file. | |
5184 | |
5185 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
5186 | |
5187 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
5188 | |
5189 * strings/strncmp.m: Delete (we now have a built-in version). | |
5190 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5191 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 5192 |
5193 * testfun/test.m: Check for all files in path, use first found. | |
5194 | |
5195 2007-01-22 David Bateman <dbateman@free.fr> | |
5196 | |
5197 * polynomial/spline.m: Make DG a column instead of a row vector. | |
5198 | |
5199 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
5200 | |
5201 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
5202 file name. | |
5203 | |
5204 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
5205 nargout is 1. Handle colormaps that have too few colors. | |
5206 | |
5207 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
5208 (configure_make): Use fullfile instead of concatenating with "/". | |
5209 | |
6258 | 5210 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
5211 | |
5212 * set/ismember.m: Handle N-d arrays. | |
5213 | |
5214 2007-01-10 David Bateman <dbateman@free.fr> | |
5215 | |
5216 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
5217 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
5218 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
5219 New files. | |
5220 | |
5221 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
5222 | |
6778 | 5223 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 5224 |
5225 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
5226 | |
5227 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
5228 instead of concatenating with "/". Use mlock to ensure that | |
5229 persistent variables are not clobbered if user types clear all. | |
5230 | |
5231 2007-01-08 John W. Eaton <jwe@octave.org> | |
5232 | |
5233 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
5234 Improve handling of file names containing globbing characters. | |
5235 From S�ren Hauberg <hauberg@gmail.com>. | |
5236 | |
5237 2007-01-05 John W. Eaton <jwe@octave.org> | |
5238 | |
5239 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
5240 New files. | |
5241 | |
5242 2006-12-30 John W. Eaton <jwe@octave.org> | |
5243 | |
5244 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
5245 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
5246 | |
5247 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
5248 | |
5249 * image/imshow.m: Strip NaNs from image. | |
5250 | |
5251 2006-12-08 David Bateman <dbateman@free.fr> | |
5252 | |
5253 * sparse/normest.m: New file. | |
5254 | |
6286 | 5255 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 5256 |
6210 | 5257 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
5258 Work on Windows systems without cp or mv. | |
5259 | |
6209 | 5260 * startup/inputrc: Include sequences for Windows. |
5261 | |
6203 | 5262 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
5263 | |
5264 * pkg/pkg.m (unload_packages): New function. | |
5265 (pkg): Handle unload action. | |
5266 | |
5267 * __errplot__.m: Add missing semicolon. | |
5268 | |
6193 | 5269 2006-11-30 John W. Eaton <jwe@octave.org> |
5270 | |
5271 * miscellaneous/mexext.m: New file. | |
5272 | |
6189 | 5273 2006-11-29 David Bateman <dbateman@free.fr> |
5274 | |
5275 * pkg/pkg.m: Add local_list and global_list options that allow the | |
5276 location of package lists to be probed and set. | |
5277 | |
6179 | 5278 2006-11-17 John W. Eaton <jwe@octave.org> |
5279 | |
6181 | 5280 * plot/__render_plot1__.m: Reverse y axis for images. |
5281 | |
6179 | 5282 * plot/__render_plot__.m: New args, terminal and output. |
5283 * plot/print.m: Don't set output and term here. Instead, call | |
5284 __render_plot__ with terminal and output. | |
5285 | |
6178 | 5286 2006-11-16 John W. Eaton <jwe@octave.org> |
5287 | |
5288 * plot/__render_plot1__.m: New file. | |
5289 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
5290 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
5291 gnuplot. Let __render_plot__ do that. | |
5292 | |
6177 | 5293 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
5294 | |
5295 * plot/plot.m: Fix doc string. | |
5296 | |
6173 | 5297 2006-11-16 John W. Eaton <jwe@octave.org> |
5298 | |
5299 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
5300 before sending anything to the plotter. | |
5301 | |
6172 | 5302 2006-11-15 John W. Eaton <jwe@octave.org> |
5303 | |
5304 * image/__img_gnuplot__.m: Store more info in global plot | |
5305 structures and use __render_plot__ to build plot command to | |
5306 display image. | |
5307 | |
5308 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
5309 | |
5310 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
5311 __plot_command_sep__): Delete. | |
5312 (__plot_data_type__, __plot_data_parametric__, | |
5313 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
5314 __plot_usingstr__, __plot_withstr__): New variables. | |
5315 * plot/__init_plot_vars__.m: Initialize them. | |
5316 | |
5317 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
5318 Don't handle sep or cmd. | |
5319 | |
5320 * plot/__render_plot__.m: New function. | |
5321 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
5322 Store more info in global plot structures and use __render_plot__ | |
5323 to build plot command. | |
5324 * plot/replot.m: Simply call __render_plot__. | |
5325 | |
5326 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
5327 Set __plot_data_parametric__ here. | |
5328 | |
6164 | 5329 2006-11-14 John W. Eaton <jwe@octave.org> |
5330 | |
6166 | 5331 * plot/bottom_title.m, plot/top_title.m: Delete. |
5332 | |
6164 | 5333 * image/image_viewer.m: Set default values here. |
5334 * image/image.m: Not here. | |
5335 | |
5336 * image/image_viewer.m: Always return old values. Check arguments. | |
5337 * image/__img_gnuplot__.m: Rename from __img__m. | |
5338 | |
5339 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
5340 | |
5341 * image/image_viewer.m: New function. | |
5342 * image/__img_via_file__.m: New function. | |
5343 * image/image.m: Use image_viewer to determine which program to | |
5344 use for image viewing. | |
6754 | 5345 * image/__img__.m: Silently accept more than 3 args. |
6164 | 5346 |
6163 | 5347 2006-11-14 John W. Eaton <jwe@octave.org> |
5348 | |
5349 * plot/__do_legend__.m, plot/__errplot__.m, | |
5350 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
5351 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
5352 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5353 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
5354 Use __plot_globals__ for multiplot variables. Keep track of | |
5355 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
5356 | |
6157 | 5357 2006-11-13 John W. Eaton <jwe@octave.org> |
5358 | |
6158 | 5359 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
5360 | |
6157 | 5361 * miscellaneous/substruct.m: New function. |
5362 | |
5363 * testfun/assert.m: Force orientation to match when comparing | |
5364 struct elements. | |
5365 | |
5366 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
5367 when comparing structs. | |
5368 | |
5369 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
5370 | |
6754 | 5371 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
5372 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
5373 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
5374 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
5375 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
5376 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
5377 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 5378 |
6156 | 5379 2006-11-13 John W. Eaton <jwe@octave.org> |
5380 | |
5381 * plot/mesh.m: Use size_equal to compare dimensions. | |
5382 | |
6154 | 5383 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
5384 | |
5385 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
5386 | |
6152 | 5387 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
5388 | |
5389 * miscellaneous/copyfile.m: Fix docs to match function. | |
5390 | |
6145 | 5391 2006-11-08 John W. Eaton <jwe@octave.org> |
5392 | |
6146 | 5393 * plot/legend.m: New function, adapted from Octave Forge. |
5394 | |
5395 * plot/__do_legend__.m: New function. | |
5396 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
5397 plot/replot.m: Call it before plotting. | |
5398 | |
5399 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
5400 noparametric" to gnuplot.. | |
5401 | |
5402 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
5403 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
5404 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
5405 and return key title separate from line format. Accept format and | |
5406 key as cellstr. Always return data as cell array. Return format | |
5407 and key title as cellstr. | |
5408 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
5409 Handle line format and key titles separately. | |
5410 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
5411 | |
5412 * plot/__plot_globals__.m (__plot_line_offset__, | |
5413 __plot_key_labels__, __plot_key_properties__): New global | |
5414 variables. Initialize them. | |
5415 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
5416 __plot_key_labels__, __plot_key_properties__): Initialize. | |
5417 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
5418 (__plot_line_offset__, __plot_key_labels__, | |
5419 __plot_key_properties__): Store information about plot key titles. | |
5420 | |
5421 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
5422 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
5423 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
5424 respectively. | |
5425 | |
5426 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
5427 | |
6145 | 5428 * strings/strcat.m: Disable Octave:empty-list-elements warning |
5429 whle concatenating args. | |
5430 | |
6144 | 5431 2006-11-07 John W. Eaton <jwe@octave.org> |
5432 | |
5433 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
5434 | |
6142 | 5435 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
5436 | |
6143 | 5437 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
5438 option to regexp. | |
5439 | |
6142 | 5440 * image/__img__.m: Send "set size ratio -1" before plotting. |
5441 | |
6138 | 5442 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
5443 | |
6139 | 5444 * strings/index.m: New arg, direction. Simplify and speed up. |
5445 * strings/rindex.m: Implement using index (..., "last"); | |
5446 | |
6754 | 5447 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 5448 |
6130 | 5449 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
5450 | |
5451 * general/__isequal__.m: Test size and class more consistently. | |
5452 | |
6116 | 5453 2006-10-27 John W. Eaton <jwe@octave.org> |
5454 | |
6117 | 5455 * miscellaneous/ls_command.m: Use /D instead of /w. |
5456 From Michael Goffioul <michael.goffioul@swing.be>. | |
5457 | |
6116 | 5458 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
5459 * miscellaneous/dir.m: Mark as a command. | |
5460 | |
6112 | 5461 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5462 | |
5463 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
5464 | |
6088 | 5465 2006-10-25 John W. Eaton <jwe@octave.org> |
5466 | |
5467 * image/image.m: Set x = y = [] when nargin == 0; | |
5468 | |
5469 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
5470 | |
5471 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
5472 * image/__img__.m: New file, originally from | |
5473 Daniel J Sebald <daniel.sebald@ieee.org>. | |
5474 | |
6087 | 5475 2006-10-25 John W. Eaton <jwe@octave.org> |
5476 | |
5477 * plot/__gnuplot_version__.m: New function, originally from | |
5478 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
5479 Quentin Spencer <qspencer@ieee.org>. | |
5480 | |
6085 | 5481 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
5482 | |
5483 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
5484 | |
6081 | 5485 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
5486 | |
5487 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
5488 miscellaneous/gunzip.m: New files. | |
5489 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
5490 Call unpack to do the real work. | |
5491 | |
6075 | 5492 2006-10-24 John W. Eaton <jwe@octave.org> |
5493 | |
6078 | 5494 * plot/plot3.m: If we have a format string, then also pass using |
5495 string to __plt3__. | |
5496 | |
6077 | 5497 * plot/sombrero.m: Don't return anything if nargout == 0. |
5498 | |
6075 | 5499 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 5500 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 5501 |
6069 | 5502 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
5503 | |
5504 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
5505 Quote filenames in shell commands. | |
5506 | |
6055 | 5507 2006-10-17 David Bateman <dbateman@free.fr> |
5508 | |
5509 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
5510 the package directory is missing. | |
5511 | |
6052 | 5512 2006-10-13 John W. Eaton <jwe@octave.org> |
5513 | |
5514 * plot/box.m: New function. | |
5515 | |
6050 | 5516 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
5517 | |
5518 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
5519 | |
6049 | 5520 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
5521 | |
5522 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
5523 | |
6047 | 5524 2006-10-10 John W. Eaton <jwe@octave.org> |
5525 | |
5526 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
5527 | |
6046 | 5528 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
5529 | |
5530 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
5531 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
5532 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
5533 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
5534 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
5535 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
5536 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
5537 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
5538 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
5539 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
5540 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
5541 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
5542 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
5543 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
5544 control/system/buildssic.m, control/system/c2d.m, | |
5545 control/system/cellidx.m, control/system/d2c.m, | |
5546 control/system/dmr2d.m, control/system/fir2sys.m, | |
5547 control/system/is_abcd.m, control/system/is_controllable.m, | |
5548 control/system/is_detectable.m, control/system/is_digital.m, | |
5549 control/system/is_observable.m, control/system/is_siso.m, | |
5550 control/system/is_stabilizable.m, control/system/is_stable.m, | |
5551 control/system/jet707.m, control/system/listidx.m, | |
5552 control/system/ord2.m, control/system/parallel.m, | |
5553 control/system/ss.m, control/system/ss2zp.m, | |
5554 control/system/starp.m, control/system/sys2ss.m, | |
5555 control/system/sys2tf.m, control/system/sys2zp.m, | |
5556 control/system/sysadd.m, control/system/sysappend.m, | |
5557 control/system/syschtsam.m, control/system/sysconnect.m, | |
5558 control/system/syscont.m, control/system/sysdimensions.m, | |
5559 control/system/sysdisc.m, control/system/sysdup.m, | |
5560 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
5561 control/system/sysgroup.m, control/system/sysidx.m, | |
5562 control/system/sysmin.m, control/system/sysmult.m, | |
5563 control/system/sysout.m, control/system/sysprune.m, | |
5564 control/system/sysscale.m, control/system/syssetsignals.m, | |
5565 control/system/syssub.m, control/system/sysupdate.m, | |
5566 control/system/tf.m, control/system/tfout.m, | |
5567 control/system/ugain.m, control/system/zp.m, | |
5568 control/system/zpout.m, control/util/__outlist__.m, | |
5569 control/util/__zgpbal__.m, control/util/prompt.m, | |
5570 control/util/sortcom.m, control/util/strappend.m, | |
5571 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
5572 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
5573 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
5574 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
5575 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
5576 finance/pvl.m, finance/rate.m, finance/vol.m, | |
5577 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
5578 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
5579 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
5580 general/cumtrapz.m, general/deal.m, general/diff.m, | |
5581 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
5582 general/ind2sub.m, general/int2str.m, | |
5583 general/is_duplicate_entry.m, general/isdefinite.m, | |
5584 general/isequal.m, general/isequalwithequalnans.m, | |
5585 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
5586 general/isvector.m, general/logical.m, general/logspace.m, | |
5587 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
5588 general/perror.m, general/postpad.m, general/prepad.m, | |
5589 general/randperm.m, general/rem.m, general/repmat.m, | |
5590 general/rot90.m, general/rotdim.m, general/shift.m, | |
5591 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
5592 general/sub2ind.m, general/trapz.m, general/tril.m, | |
5593 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
5594 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
5595 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
5596 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
5597 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
5598 linear-algebra/cross.m, linear-algebra/dmult.m, | |
5599 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
5600 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
5601 linear-algebra/logm.m, linear-algebra/norm.m, | |
5602 linear-algebra/null.m, linear-algebra/orth.m, | |
5603 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
5604 linear-algebra/trace.m, linear-algebra/vec.m, | |
5605 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
5606 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
5607 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
5608 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
5609 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
5610 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
5611 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
5612 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
5613 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
5614 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
5615 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
5616 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
5617 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
5618 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
5619 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
5620 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
5621 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
5622 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
5623 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
5624 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
5625 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
5626 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
5627 polynomial/polyder.m, polynomial/polyderiv.m, | |
5628 polynomial/polyfit.m, polynomial/polygcd.m, | |
5629 polynomial/polyinteg.m, polynomial/polyout.m, | |
5630 polynomial/polyreduce.m, polynomial/polyval.m, | |
5631 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
5632 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
5633 set/complement.m, set/create_set.m, set/intersect.m, | |
5634 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
5635 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
5636 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
5637 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
5638 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
5639 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
5640 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
5641 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
5642 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
5643 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
5644 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
5645 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
5646 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
5647 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
5648 special-matrix/hankel.m, special-matrix/hilb.m, | |
5649 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
5650 special-matrix/toeplitz.m, special-matrix/vander.m, | |
5651 statistics/base/center.m, statistics/base/cloglog.m, | |
5652 statistics/base/cor.m, statistics/base/corrcoef.m, | |
5653 statistics/base/cov.m, statistics/base/cut.m, | |
5654 statistics/base/gls.m, statistics/base/iqr.m, | |
5655 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
5656 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
5657 statistics/base/mean.m, statistics/base/meansq.m, | |
5658 statistics/base/median.m, statistics/base/moment.m, | |
5659 statistics/base/ols.m, statistics/base/ppplot.m, | |
5660 statistics/base/probit.m, statistics/base/qqplot.m, | |
5661 statistics/base/range.m, statistics/base/ranks.m, | |
5662 statistics/base/run_count.m, statistics/base/skewness.m, | |
5663 statistics/base/spearman.m, statistics/base/statistics.m, | |
5664 statistics/base/std.m, statistics/base/studentize.m, | |
5665 statistics/base/table.m, statistics/base/values.m, | |
5666 statistics/base/var.m, statistics/distributions/betacdf.m, | |
5667 statistics/distributions/betainv.m, | |
5668 statistics/distributions/betapdf.m, | |
5669 statistics/distributions/betarnd.m, | |
5670 statistics/distributions/binocdf.m, | |
5671 statistics/distributions/binoinv.m, | |
5672 statistics/distributions/binopdf.m, | |
5673 statistics/distributions/binornd.m, | |
5674 statistics/distributions/cauchy_cdf.m, | |
5675 statistics/distributions/cauchy_inv.m, | |
5676 statistics/distributions/cauchy_pdf.m, | |
5677 statistics/distributions/cauchy_rnd.m, | |
5678 statistics/distributions/chi2cdf.m, | |
5679 statistics/distributions/chi2inv.m, | |
5680 statistics/distributions/chi2pdf.m, | |
5681 statistics/distributions/chi2rnd.m, | |
5682 statistics/distributions/discrete_cdf.m, | |
5683 statistics/distributions/discrete_inv.m, | |
5684 statistics/distributions/discrete_pdf.m, | |
5685 statistics/distributions/discrete_rnd.m, | |
5686 statistics/distributions/empirical_rnd.m, | |
5687 statistics/distributions/expcdf.m, | |
5688 statistics/distributions/expinv.m, | |
5689 statistics/distributions/exppdf.m, | |
5690 statistics/distributions/exprnd.m, | |
5691 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
5692 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
5693 statistics/distributions/gamcdf.m, | |
5694 statistics/distributions/gaminv.m, | |
5695 statistics/distributions/gampdf.m, | |
5696 statistics/distributions/gamrnd.m, | |
5697 statistics/distributions/geocdf.m, | |
5698 statistics/distributions/geoinv.m, | |
5699 statistics/distributions/geopdf.m, | |
5700 statistics/distributions/geornd.m, | |
5701 statistics/distributions/hygecdf.m, | |
5702 statistics/distributions/hygeinv.m, | |
5703 statistics/distributions/hygepdf.m, | |
5704 statistics/distributions/hygernd.m, | |
5705 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
5706 statistics/distributions/laplace_cdf.m, | |
5707 statistics/distributions/laplace_inv.m, | |
5708 statistics/distributions/laplace_pdf.m, | |
5709 statistics/distributions/laplace_rnd.m, | |
5710 statistics/distributions/logistic_cdf.m, | |
5711 statistics/distributions/logistic_inv.m, | |
5712 statistics/distributions/logistic_pdf.m, | |
5713 statistics/distributions/logistic_rnd.m, | |
5714 statistics/distributions/logncdf.m, | |
5715 statistics/distributions/logninv.m, | |
5716 statistics/distributions/lognpdf.m, | |
5717 statistics/distributions/lognrnd.m, | |
5718 statistics/distributions/normcdf.m, | |
5719 statistics/distributions/norminv.m, | |
5720 statistics/distributions/normpdf.m, | |
5721 statistics/distributions/normrnd.m, | |
5722 statistics/distributions/pascal_cdf.m, | |
5723 statistics/distributions/pascal_inv.m, | |
5724 statistics/distributions/pascal_pdf.m, | |
5725 statistics/distributions/pascal_rnd.m, | |
5726 statistics/distributions/poisscdf.m, | |
5727 statistics/distributions/poissinv.m, | |
5728 statistics/distributions/poisspdf.m, | |
5729 statistics/distributions/poissrnd.m, | |
5730 statistics/distributions/stdnormal_cdf.m, | |
5731 statistics/distributions/stdnormal_inv.m, | |
5732 statistics/distributions/stdnormal_pdf.m, | |
5733 statistics/distributions/stdnormal_rnd.m, | |
5734 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
5735 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
5736 statistics/distributions/unifcdf.m, | |
5737 statistics/distributions/unifinv.m, | |
5738 statistics/distributions/unifpdf.m, | |
5739 statistics/distributions/unifrnd.m, | |
5740 statistics/distributions/wblcdf.m, | |
5741 statistics/distributions/wblinv.m, | |
5742 statistics/distributions/wblpdf.m, | |
5743 statistics/distributions/wblrnd.m, | |
5744 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
5745 statistics/tests/bartlett_test.m, | |
5746 statistics/tests/chisquare_test_homogeneity.m, | |
5747 statistics/tests/chisquare_test_independence.m, | |
5748 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
5749 statistics/tests/hotelling_test.m, | |
5750 statistics/tests/hotelling_test_2.m, | |
5751 statistics/tests/kolmogorov_smirnov_test.m, | |
5752 statistics/tests/kolmogorov_smirnov_test_2.m, | |
5753 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
5754 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
5755 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
5756 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
5757 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
5758 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
5759 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
5760 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
5761 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
5762 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
5763 strings/index.m, strings/isletter.m, strings/lower.m, | |
5764 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
5765 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
5766 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
5767 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
5768 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
5769 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
5770 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
5771 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
5772 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5773 time/etime.m, time/is_leap_year.m: | |
5774 Use print_usage instead of usage. | |
5775 | |
6044 | 5776 2006-10-09 David Bateman <dbateman@free.fr> |
5777 | |
5778 * time/datevec.m: Add additional compatible default parsing strings. | |
5779 | |
6395 | 5780 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 5781 |
6042 | 5782 * pkg/pkg.m: Remove trailing "\n" from error messages. |
5783 Remove compare_versions subfunction. | |
5784 | |
5785 * miscellaneous/compare_versions.m: New function to compare | |
5786 version numbers as strings with any boolean operators. | |
5787 | |
6041 | 5788 * miscellaneous/untar.m: Check more rigorously to see if the tar |
5789 file exists. | |
5790 | |
6036 | 5791 2006-10-04 John W. Eaton <jwe@octave.org> |
5792 | |
5793 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
5794 | |
6032 | 5795 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
5796 | |
6037 | 5797 * pkg/pkg.m: Update docs. Handle prefix option. |
5798 Handle dependencies for load option. | |
6032 | 5799 |
6029 | 5800 2006-10-04 John W. Eaton <jwe@octave.org> |
5801 | |
6030 | 5802 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
5803 | |
5804 * plot/clg.m: Delete. | |
5805 * plot/__init_plot_vars__.m: New function. | |
5806 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 5807 |
6025 | 5808 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
5809 | |
5810 * pkg/pkg.m: Avoid calling addpath with no args. | |
5811 | |
6024 | 5812 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
5813 | |
5814 * audio/loadaudio.m, control/base/nyquist.m, | |
5815 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
5816 linear-algebra/krylov.m, statistics/base/center.m, | |
5817 statistics/base/median.m, statistics/base/std.m, | |
5818 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
5819 find first or last element matching a condition. | |
5820 | |
6023 | 5821 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
5822 | |
5823 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
5824 general/__isequal__.m: Minimize looping using cellfun. | |
5825 | |
6020 | 5826 2006-10-02 David Bateman <dbateman@free.fr> |
5827 | |
5828 * pkg/pkg.m (copy_files): always create installation directory. | |
5829 | |
6016 | 5830 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
5831 | |
5832 * miscellaneous/doc.m: Swap file and directory args to info. | |
5833 | |
5834 2006-10-01 Arno Onken <whyly@gmx.net> | |
5835 | |
5836 * statistics/distributions/exprnd.m: Fix typo. | |
5837 | |
6014 | 5838 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
5839 | |
5840 * polynomial/ppval.m: Use .' instead of '. | |
5841 * polynomial/spline.m: Likewise. New tests. | |
5842 | |
6004 | 5843 2006-09-26 David Bateman <dbateman@free.fr> |
5844 | |
5845 * __plt3__.m: Using global variables __plot_data__, | |
5846 __plot_data_offset__ and __plot_command__ to store plots and | |
5847 correctly handle multiplots, and hold state. Only accept a single | |
5848 data parameter plus, using, format and with strings. Remove | |
5849 setting of gnuplot parameters. | |
5850 * __make_using_clause__.m: New function extracted from __plt__.m. | |
5851 * __setup_plot__.m: Convert to a function and pass the plotting | |
5852 command to use. | |
5853 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
5854 * contour.m: Use unwind protect on the parametric state of plot | |
5855 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
5856 * mesh.m: ditto. | |
5857 * plot3.m: Error checking, setting of parametric state and | |
5858 formation of matrix to plot moved from old __plt3__. | |
5859 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5860 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 5861 |
5997 | 5862 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 5863 |
5864 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
5865 | |
5866 * signal/filter2.m: Correct texinfo doc. | |
5867 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5868 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 5869 |
5870 * miscellaneous/parseparams.m: Correct texinfo doc. | |
5871 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5872 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 5873 |
5874 * pkg/pkg.m (prepare_installation): Don't create package | |
5875 installation directory here. | |
5876 (copy_files): Create it here instead, to avoid issues with | |
5877 upgrades. Also install the COPYING file in packinfo. | |
5878 | |
5989 | 5879 2006-09-13 John W. Eaton <jwe@octave.org> |
5880 | |
5881 * general/blkdiag.m: Adjust to new cellfun rules. | |
5882 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5883 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 5884 |
5885 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
5886 error message for archive name not matching package name. | |
5887 (installed_packages): Size header of printed results to | |
5888 arguments. Sort the list of installed packages before printing | |
5889 them. | |
5890 | |
5986 | 5891 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
5892 | |
5893 * signal/freqz.m: Update tests. | |
5894 | |
5895 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
5896 | |
5897 * signal/freqz.m: Corretly postpad arrays. | |
5898 Don't call fliplr on a column vector. | |
5899 | |
5984 | 5900 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
5901 | |
5902 * general/shiftdim.m: Use permute instead of reshape. | |
5903 | |
5981 | 5904 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
5905 | |
5906 * miscellaneous/parseparams.m: New function. | |
5907 | |
5980 | 5908 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
5909 | |
5910 * miscellaneous/doc.m: Swap order of --file and --directory | |
5911 options for info program invocation. | |
5912 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5913 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 5914 |
5987 | 5915 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 5916 previous change. |
5917 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5918 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 5919 |
5920 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
5921 absence of trailing "/" in OCTAVE_HOME. | |
5922 | |
5973 | 5923 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
5924 | |
5925 * time/datenum.m: Allow arg to be character string. | |
5926 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5927 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 5928 |
5929 * pkg/pkg.m (install): Verify that package name correponds to the | |
5930 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
5931 they are empty. If package directory is empty, remove it to fail | |
5932 gracefully for system specific packages. | |
5933 (extract_pkgadd, create_pkgadd): delete. | |
5934 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
5935 (copy_files): Install both bin/ and doc/ directories, adding the | |
5936 bin/ to the EXEC_PATH when the package is loaded. | |
5937 | |
5962 | 5938 2006-08-24 John W. Eaton <jwe@octave.org> |
5939 | |
5940 * image/saveimage.m: Use logical indexing instead of | |
5941 indices computed by calling find on the logical index. | |
5942 | |
5961 | 5943 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5944 | |
5967 | 5945 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 5946 Use logical indexing instead of indices computed by calling find |
5947 on the logical index. | |
5948 | |
5949 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 5950 |
5959 | 5951 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
5952 | |
5953 * control/system/tf2zp.m: Simplify gain calculation. | |
5954 | |
5958 | 5955 2006-08-23 John W. Eaton <jwe@octave.org> |
5956 | |
5957 * plot/__plt__.m: Insert using clauses for all plots. | |
5958 | |
5957 | 5959 2006-08-23 A S Hodel <hodelas@auburn.edu> |
5960 | |
5961 * control/system/sysscale.m: Call tf and zp with correct number of | |
5962 args. | |
5963 | |
5955 | 5964 2006-08-22 David Bateman <dbateman@free.fr> |
5965 | |
5966 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
5967 Search inst/*.m and src/*.m files in the package for | |
5968 PKG_ADD directives and append user supplied PKG_ADD. | |
5969 (pkg): Call create_pkgadd after copying files. | |
5970 | |
5947 | 5971 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5972 | |
5973 * pkg/pkg.m: Handle multiple packages in a single file. | |
5974 Insert directory separator between OCTAVE_HOME and rest of package | |
5975 installation directory. | |
5976 | |
5977 2006-08-21 John W. Eaton <jwe@octave.org> | |
5978 | |
5979 * general/num2str.m: Early return if arg is empty. | |
5980 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
5981 | |
5946 | 5982 2006-08-21 David Bateman <dbateman@free.fr> |
5983 | |
5984 * strings/mat2str.m: Compute NC before using. | |
5985 | |
5937 | 5986 2006-08-17 John W. Eaton <jwe@octave.org> |
5987 | |
5988 * audio/wavread.m: Fix calculation of sample count. | |
5989 | |
5934 | 5990 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5991 | |
5992 * image/imshow.m: New Matlab-compatible version. | |
5993 | |
5930 | 5994 2006-08-15 John W. Eaton <jwe@octave.org> |
5995 | |
5996 * deprecated/is_global.m: Delete. | |
5997 | |
5928 | 5998 2006-08-14 John W. Eaton <jwe@octave.org> |
5999 | |
6000 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
6001 | |
5926 | 6002 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6003 | |
6004 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
6005 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
6006 | |
5928 | 6007 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
6008 | |
6778 | 6009 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 6010 Use addpath and rmpath instead of manipulating LOADPATH. |
6011 Handle changes to system function. | |
6012 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
6013 recursive directory removal. | |
5922 | 6014 |
5924 | 6015 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
6016 | |
6778 | 6017 * colormap.m: Change global variable to persistent. |
5923 | 6018 |
5922 | 6019 * rgb2ind.m: Handle single 3-d array as rgb image. |
6020 | |
5920 | 6021 2006-08-14 John W. Eaton <jwe@octave.org> |
6022 | |
6023 * strings/str2double.m: Fix missing semicolon. | |
6024 | |
5910 | 6025 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
6026 | |
6027 * plot/plot3.m: Accept one complex or one real and one complex | |
6028 argument and plot real and imaginary components for y and z. | |
6029 | |
5908 | 6030 2006-07-27 John W. Eaton <jwe@octave.org> |
6031 | |
6032 * testfun/test.m: Call fflush after each block of calls to | |
6033 fprintf, fputs, or fdisp. | |
6034 | |
5904 | 6035 2006-07-26 John W. Eaton <jwe@octave.org> |
6036 | |
6037 * miscellaneous/mex.m: New function. | |
6038 | |
5901 | 6039 2006-07-22 John W. Eaton <jwe@octave.org> |
6040 | |
6041 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
6042 | |
5881 | 6043 2006-07-07 John W. Eaton <jwe@octave.org> |
6044 | |
6045 * miscellaneous/orderfields.m: New file. | |
6046 | |
5873 | 6047 2006-06-30 John W. Eaton <jwe@octave.org> |
6048 | |
6049 * time/datevec.m: Make another attempt to account for precision of | |
6050 datenum format. | |
6051 | |
5868 | 6052 2006-06-29 John W. Eaton <jwe@octave.org> |
6053 | |
6054 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
6055 Use feval instead of "type -q" to get values now that all the | |
6056 symbols are functions. | |
6057 | |
5860 | 6058 2006-06-16 John W. Eaton <jwe@octave.org> |
6059 | |
6060 * time/datevec.m: Avoid computing log of non-positive values. | |
6061 | |
5859 | 6062 2006-06-14 John W. Eaton <jwe@octave.org> |
6063 | |
6064 * time/datevec.m: Attempt to account for precision of datenum format. | |
6065 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6066 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 6067 |
6068 * audio/wavread.m: Fix file range error and add read support for | |
6069 24-bit WAV files. | |
6070 | |
5837 | 6071 2006-06-01 David Bateman <dbateman@free.fr> |
6072 | |
6073 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
6074 general/interp1.m, general/gradient.m, general/interp2.m, | |
6075 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
6076 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
6077 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
6078 | |
5835 | 6079 2006-05-31 Bill Denney <bill@givebillmoney.com> |
6080 | |
6081 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
6082 * miscellaneous/texas_lotto.m: Fix warning message. | |
6083 | |
5830 | 6084 2006-05-26 John W. Eaton <jwe@octave.org> |
6085 | |
6086 * miscellaneous/doc.m: Also handle nargin == 0. | |
6087 | |
5829 | 6088 2006-05-23 John W. Eaton <jwe@octave.org> |
6089 | |
6090 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
6091 really needed. | |
6092 | |
5827 | 6093 2006-05-22 John W. Eaton <jwe@octave.org> |
6094 | |
6754 | 6095 * general/lookup.m: New file from Octave Forge. |
5827 | 6096 |
6097 2006-05-22 David Bateman <dbateman@free.fr> | |
6098 | |
6754 | 6099 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
6100 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
6101 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
6102 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
6103 special-matrix/magic.m, special-matrix/hadamard.m, | |
6104 strings/strtok.m: New files from Octave Forge. | |
5827 | 6105 |
5824 | 6106 2006-05-19 David Bateman <dbateman@free.fr> |
6107 | |
6108 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 6109 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 6110 |
5821 | 6111 2006-05-17 John W. Eaton <jwe@octave.org> |
6112 | |
6113 * set/intersection.m: Delete | |
6114 * deprecated/intersection.m: New file. | |
6115 | |
5820 | 6116 2006-05-17 David Bateman <dbateman@free.fr> |
6117 | |
6118 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
6119 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
6120 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
6121 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
6122 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
6123 Forge. | |
6124 | |
5809 | 6125 2006-05-11 John W. Eaton <jwe@octave.org> |
6126 | |
5815 | 6127 * path/path.m: Delete (now a built-in function). |
6128 | |
5811 | 6129 * pkg/Makefile.in: New file. |
6130 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 6131 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 6132 |
5808 | 6133 2006-05-10 John W. Eaton <jwe@octave.org> |
6134 | |
6135 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
6136 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
6137 | |
8149 | 6138 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 6139 |
6140 * tar.m, untar.m, unzip.m: New files. | |
6141 | |
5801 | 6142 2006-05-10 John W. Eaton <jwe@octave.org> |
6143 | |
5804 | 6144 * path/addpath.m, path/rmpath.m: Improve compatibility. |
6145 * path/setpath.m: Delete. | |
6146 | |
5801 | 6147 * pkg/pkg.m: New file. |
6148 | |
5798 | 6149 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
6150 | |
6151 * plot/plot.m: Doc string fix. | |
6152 | |
6153 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
6154 | |
6155 * testfun/speeed.m: Use new interface to unique and assert. | |
6156 Improve documentation. Approximate time complexity from log-log | |
6157 plot. Return time complexity and raw times if requested. The | |
6158 mean ratio is no longer returned. Provide complete control over | |
6159 which n are computed. | |
6160 | |
6161 2006-05-09 John W. Eaton <jwe@octave.org> | |
6162 | |
6163 * path/path.m: Move here from miscellaneous. | |
6164 Adapt to new LOADPATH definition. | |
6165 | |
5789 | 6166 2006-05-03 David Bateman <dbateman@free.fr> |
6167 | |
6168 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
6169 explicit uses of a path seperation character with pathsep(). | |
6170 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6171 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 6172 |
6778 | 6173 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 6174 |
5781 | 6175 2006-04-29 John W. Eaton <jwe@octave.org> |
6176 | |
6177 * startup/main-rcfile: Disable some warnings. | |
6178 | |
5762 | 6179 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
6180 | |
6181 * strings/strcmpi.m: Return false instead of error if args are not | |
6182 char or cellstr. | |
6183 | |
5750 | 6184 2006-04-10 John W. Eaton <jwe@octave.org> |
6185 | |
6186 * miscellaneous/dir.m: Ensure that returned structure array is | |
6187 Nx1, not 1xN. | |
6188 | |
5746 | 6189 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
6190 | |
6191 * plot/hist.m: Ignore NaN in inputs. | |
6192 | |
5745 | 6193 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
6194 | |
6195 * miscellaneous/mkoctfile.m: Doc string fix. | |
6196 | |
5741 | 6197 2006-04-05 John W. Eaton <jwe@octave.org> |
6198 | |
6199 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
6200 are both empty. | |
6201 * plot/__plt__.m: Ignore empty data and format strings returned | |
6202 from __plt1__ or __plt2__. | |
6203 | |
5737 | 6204 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
6205 | |
6778 | 6206 * set/unique.m: Properly handle single column input when |
5737 | 6207 "rows" is specified. |
6208 | |
5732 | 6209 2006-04-04 John W. Eaton <jwe@octave.org> |
6210 | |
5736 | 6211 * path/setpath.m: New file. |
6212 * path/savepath.m: Use setpath to set path instead of assigning | |
6213 directly to LOADPATH. | |
6214 | |
5732 | 6215 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
6216 New files, adapted from Octave Forge by Keith Goodman | |
6217 <kwgoodman@gmail.com>. | |
6218 * path: New directory. | |
6219 * Makefile.in (SUBDIRS): Add it to the list. | |
6220 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
6221 | |
5731 | 6222 2006-04-02 David Bateman <dbateman@free.fr> |
6223 | |
6224 * general/tril.m, general.triu.m: | |
6225 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
6226 to allow user types to work correctly. | |
6227 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
6228 | |
5727 | 6229 2006-04-03 David Bateman <dbateman@free.fr> |
6230 | |
6231 * plot/grid.m: Cache the state of the grid to allow toggling. | |
6232 Accept keyword "minor" for minor grid. | |
6233 | |
5721 | 6234 2006-03-28 John W. Eaton <jwe@octave.org> |
6235 | |
6236 * general/isscalar.m: Only require that all dimensions are 1 for | |
6237 compatiblity. | |
6238 | |
6239 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
6240 | |
6241 * general/isvector.m: Allow non-numeric objects to be vectors for | |
6242 compatibility. | |
6243 | |
5720 | 6244 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
6245 | |
6246 * plot/__errplot__.m: Doc string fix. | |
6247 | |
6248 * miscellaneous/doc.m: Mark as command. | |
6249 | |
6250 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
6251 general/isequalwithequalnans.m, general/blkdiag.m, | |
6252 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
6253 | |
5717 | 6254 2006-03-27 Don Bindner <dbindner@truman.edu> |
6255 | |
6256 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
6257 return 3d matrices. | |
6258 | |
6259 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
6260 | |
6261 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
6262 | |
5708 | 6263 2006-03-22 John W. Eaton <jwe@octave.org> |
6264 | |
6265 * plot/print.m: Don't replot after popping terminal setting. | |
6266 | |
5696 | 6267 2006-03-20 John W. Eaton <jwe@octave.org> |
6268 | |
6269 * miscellaneous/mkoctfile.m: Use version-specific name of | |
6270 mkoctfile. Use fullfile to construct file name. | |
6271 | |
5695 | 6272 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
6273 | |
6274 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
6275 shell script from Octave prompt. | |
6276 | |
5690 | 6277 2006-03-17 John W. Eaton <jwe@octave.org> |
6278 | |
5693 | 6279 * deprecated/weibcdf.m, deprecated/weibinv.m, |
6280 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
6281 | |
6282 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
6283 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
6284 Call new wbl functions to do the real work. | |
6285 Swap args and provide default values as necessary to preserve | |
6286 compatibility with old version of Octave. | |
6287 | |
6288 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
6289 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
6290 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
6291 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
6292 Swap scale and shape args for compatibility. | |
6293 | |
5692 | 6294 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
6295 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
6296 Preserve compatibility with old versions of Octave given new | |
6297 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 6298 |
5692 | 6299 * statistics/distributions/logncdf.m, |
6300 statistics/distributions/logninv.m, | |
6301 statistics/distributions/lognpdf.m, | |
6302 statistics/distributions/lognrnd.m: Compatibility fixes. | |
6303 From Ben Barrowes <barrowes@alum.mit.edu> | |
6304 | |
5691 | 6305 * deprecated/hypergeometric_rnd.m: Update interface to match |
6306 current 2.1.x version. | |
6307 | |
6308 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
6309 | |
5690 | 6310 * miscellaneous/dir.m: Use readdir instead of glob. |
6311 Special case for "." to avoid globbing. Use list_in_columns. | |
6312 Eliminate unused variables len and finfo. | |
6313 | |
5689 | 6314 2006-03-16 Bill Denney <bill@givebillmoney.com> |
6315 | |
6316 * miscellaneous/dir.m: Improve compatibility. | |
6317 | |
5687 | 6318 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6319 | |
6320 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6321 time/now.m, time/weekday.m: New functions from Octave Forge. | |
6322 | |
5686 | 6323 2006-03-16 John W. Eaton <jwe@octave.org> |
6324 | |
6325 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
6326 of looking at sum of max dimensions. | |
6327 | |
5681 | 6328 2006-03-16 David Bateman <dbateman@free.fr> |
6329 | |
6330 * testfun/test.m: Clear last warning before warning test to avoid | |
6331 issues with previously set warnings. | |
6332 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
6333 sparse matrices. Force matrix type from spqr solution to be | |
6334 singular to force QR solvers to be used for assert. | |
6335 | |
5678 | 6336 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6337 | |
6338 * strings/strfind.m: New file. | |
6339 | |
5677 | 6340 2006-03-16 John W. Eaton <jwe@octave.org> |
6341 | |
6342 * general/rows.m, general/columns.m: Delete. | |
6343 | |
5674 | 6344 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6345 | |
6346 * strings/strcmpi.m: Simplify. | |
6347 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 6348 * strings/strtrunc.m: New file. |
5674 | 6349 |
5676 | 6350 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
6351 | |
5672 | 6352 2006-03-15 John W. Eaton <jwe@octave.org> |
6353 | |
6354 * miscellaneous/doc.m: New file. | |
8149 | 6355 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 6356 |
5671 | 6357 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
6358 | |
6359 * miscellaneous/mkoctfile.m: New file. | |
6360 | |
5670 | 6361 2006-03-15 John W. Eaton <jwe@octave.org> |
6362 | |
6363 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
6364 | |
5666 | 6365 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
6366 | |
6367 * strings/bin2dec.m: Doc fix. | |
6368 | |
5661 | 6369 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
6370 | |
6371 * time/etime.m: Use datenum to support times spanning year boundaries. | |
6372 * time/datenum.m: New function to compute day number from time. | |
6373 | |
5659 | 6374 2006-03-09 John W. Eaton <jwe@octave.org> |
6375 | |
6376 * miscellaneous/unix.m, plot/print.m: | |
6377 Swap order of outputs from system. | |
6378 | |
5642 | 6379 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
6380 | |
6381 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6382 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6383 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
6384 control/base/__stepimp__.m, control/base/are.m, | |
6385 control/base/controldemo.m, control/base/damp.m, | |
6386 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
6387 control/base/step.m, control/system/abcddim.m, | |
6388 control/system/is_abcd.m, control/system/is_controllable.m, | |
6389 control/system/is_detectable.m, control/system/is_observable.m, | |
6390 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6391 control/system/jet707.m, control/system/sys2fir.m, | |
6392 control/system/sysdimensions.m, control/system/sysupdate.m, | |
6393 control/system/tfout.m, control/system/ugain.m, | |
6394 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
6395 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6396 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
6397 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
6398 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
6399 general/circshift.m, general/columns.m, general/flipdim.m, | |
6400 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
6401 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
6402 general/isequalwithequalnans.m, general/isscalar.m, | |
6403 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
6404 general/logspace.m, general/mod.m, general/nextpow2.m, | |
6405 general/num2str.m, general/perror.m, general/pol2cart.m, | |
6406 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
6407 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
6408 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
6409 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
6410 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
6411 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
6412 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
6413 miscellaneous/license.m, miscellaneous/menu.m, | |
6414 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
6415 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
6416 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
6417 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
6418 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
6419 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
6420 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
6421 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
6422 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
6423 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
6424 polynomial/polyinteg.m, polynomial/polyout.m, | |
6425 polynomial/polyreduce.m, polynomial/polyval.m, | |
6426 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
6427 set/create_set.m, set/intersection.m, set/ismember.m, | |
6428 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
6429 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
6430 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
6431 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
6432 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
6433 special-matrix/hilb.m, special-matrix/invhilb.m, | |
6434 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
6435 special-matrix/vander.m, statistics/base/median.m, | |
6436 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
6437 statistics/distributions/gaminv.m, | |
6438 statistics/distributions/gampdf.m, | |
6439 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
6440 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
6441 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
6442 strings/lower.m, strings/upper.m, testfun/assert.m, | |
6443 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
6444 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
6445 | |
5633 | 6446 2006-02-27 John W. Eaton <jwe@octave.org> |
6447 | |
6448 * time/tic.m: Move here from miscellaneous/tic.m. | |
6449 * time/toc.m: Move here from miscellaneous/toc.m. | |
6450 | |
6451 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
6452 | |
6453 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
6454 does not assign output of toc to a variable. | |
6455 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6456 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 6457 |
6458 * axis.m: Catch limits that are the same and return an error. | |
6459 | |
5625 | 6460 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6461 | |
6462 * plot/print.m: Accept emf device option to support Enhanced | |
6463 Metafile format. | |
6464 | |
6465 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
6466 | |
6467 * control/base/lqe.m: Doc fix. | |
6468 | |
5623 | 6469 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
6470 | |
6471 * statistics/distributions/gamcdf.m: Doc fix. | |
6472 * statistics/distributions/gaminv.m: Doc fix. | |
6473 * statistics/distributions/gampdf.m: Doc fix. | |
6474 * statistics/distributions/gamrnd.m: Doc fix. | |
6475 | |
5610 | 6476 2006-02-09 David Bateman <dbateman@free.fr> |
6477 | |
6778 | 6478 * general/triu.m: Minimum change to allow sparse matrix. More needed |
6479 for arbitrary user type. | |
6480 * general/tril.m: ditto. | |
6481 * sparse/sprand.m: Doc fix. | |
6482 * sparse/sprandn.m: Ditto. | |
6483 * sparse/sprandsym.m: New function. | |
6484 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
6485 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
6486 Update for syntax error for latest texinfo.tex file. | |
5610 | 6487 |
5605 | 6488 2006-02-02 John W. Eaton <jwe@octave.org> |
6489 | |
6490 * plot/grid.m: Append ";\n" to "set grid" command. | |
6491 | |
6492 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
6493 | |
6494 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
6495 | |
5597 | 6496 2006-01-13 John W. Eaton <jwe@octave.org> |
6497 | |
6498 * audio/Makefile.in, control/base/Makefile.in, | |
6499 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
6500 control/system/Makefile.in, control/util/Makefile.in, | |
6501 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
6502 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
6503 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
6504 optimization/Makefile.in, plot/Makefile.in, | |
6505 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6506 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6507 special-matrix/Makefile.in, startup/Makefile.in, | |
6508 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6509 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6510 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
6511 (all): Depend on PKG_ADD. | |
6512 (PKG_ADD): New target. | |
6513 | |
6514 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
6515 | |
6516 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
6517 | |
5596 | 6518 2006-01-13 John W. Eaton <jwe@octave.org> |
6519 | |
6520 * time/etime.m: Move here from miscellaneous/etime.m. | |
6521 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
6522 | |
5595 | 6523 2006-01-13 Bill Denney <bill@givebillmoney.com> |
6524 | |
6778 | 6525 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 6526 * miscellaneous/fullfile.m: Likewise. |
6527 | |
5592 | 6528 2006-01-12 David Bateman <dbateman@free.fr> |
6529 | |
6530 * general/blkdiag.m: Compatible behavior for empty matrices | |
6531 * statistics/base/unidrnd.m: Documentation buglet. | |
6532 | |
5583 | 6533 2005-12-14 David Bateman <dbateman@free.fr> |
6534 | |
5589 | 6535 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
6536 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
6537 | |
6538 * Makefile.in (SUBDIRS): Include testfun. | |
6539 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
6540 | |
5583 | 6541 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
6542 | |
6543 * general/__isequal__.m: Remove reference to getfield. | |
6544 | |
6545 * plot/hist.m: Update test code for row/column discrepencies. | |
6546 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
6547 Update the test code for this. | |
6548 * sparse/spstats.m: Fix small bug in the dimension of output. | |
6549 | |
5579 | 6550 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6551 | |
6552 * cell/cell2mat.m: New file, from octave-forge. | |
6553 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6554 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 6555 |
6556 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
6557 New graph theory functions. | |
6558 | |
5574 | 6559 2005-12-13 John W. Eaton <jwe@octave.org> |
6560 | |
6561 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
6562 | |
6563 * control/system/ss.m: Doc fix. | |
6564 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6565 | |
5572 | 6566 2005-12-12 Michael Zeising <michael@michaels-website.de> |
6567 | |
6568 * audio/wavread.m, audio/wavwrite.m: | |
6569 Correct scaling for 8-bit linear pcm samples. | |
6570 Improve scaling for all other linear pcm resolutions. | |
6571 | |
5568 | 6572 2005-12-07 John W. Eaton <jwe@octave.org> |
6573 | |
6574 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
6575 | |
6576 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
6577 * strings/strjust.m: Likewise. | |
6578 | |
6579 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
6580 * signal/arma_rnd.m: Likewise. | |
6581 * strings/strcat.m: Likewise. | |
6582 * control/base/__freqresp__.m: Likewise. | |
6583 * control/base/place.m: Likewise. | |
6584 * control/base/pzmap.m: Likewise. | |
6585 * control/base/pzmap.m: Likewise. | |
6586 * control/system/sysappend.m: Likewise. | |
6587 * control/system/syscont.m: Likewise. | |
6588 * control/system/sysdisc.m: Likewise. | |
6589 * control/system/sysgroup.m: Likewise. | |
6590 * control/system/tfout.m: Likewise. | |
6591 * control/system/zpout.m: Likewise. | |
6592 * control/util/__outlist__.m: Likewise. | |
6593 | |
5567 | 6594 2005-12-06 John W. Eaton <jwe@octave.org> |
6595 | |
6596 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
6597 Avoid for loop in interleave/deinterleave steps. | |
6598 | |
5565 | 6599 2005-12-06 Michael Zeising <michael@michaels-website.de> |
6600 | |
6601 * audio/wavread.m, audio/wavwrite.m: New files. | |
6602 | |
5563 | 6603 2005-12-06 John W. Eaton <jwe@octave.org> |
6604 | |
6605 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
6606 | |
5560 | 6607 2005-12-05 John W. Eaton <jwe@octave.org> |
6608 | |
5561 | 6609 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 6610 |
5558 | 6611 2005-12-02 John W. Eaton <jwe@octave.org> |
6612 | |
6613 * miscellaneous/fileattrib.m: New function. | |
6614 | |
5556 | 6615 2005-12-01 John W. Eaton <jwe@octave.org> |
6616 | |
6617 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
6618 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
6619 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
6620 | |
5555 | 6621 2005-11-30 John W. Eaton <jwe@octave.org> |
6622 | |
6623 * linear-algebra/krylov.m: Format doc string. | |
6624 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6625 | |
5551 | 6626 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
6627 | |
6628 * general/blkdiag.m: Import from octave-forge. | |
6629 Ignore empty matrices in the input. Add tests. | |
5549 | 6630 |
6631 * general/isequal.m, general/isequalwithequalnans.m: | |
6632 New wrapper scripts for general/__isequal__.m. | |
6633 * general/__isequal__.m: Rename from general/isequal.m. | |
6634 New arg, nans_compare_equal. | |
6635 | |
5548 | 6636 2005-11-29 John W. Eaton <jwe@octave.org> |
6637 | |
6638 * miscellaneous/ver.m: Use new uname built-in function instead of | |
6639 calling system. Only append octave_forge_string if | |
6640 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
6641 Call license instead of hard-coding license info here. | |
6642 | |
6643 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 6644 __octave_licenses__. Use puts instead of disp. |
5548 | 6645 Use getuid and getpwuid instead of calling unix ("id -un"). |
6646 If nargout = 1, return license info instead of printing usage message. | |
6647 | |
5546 | 6648 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6649 | |
6650 * miscellaneous/ver.m: New file. | |
6651 * miscellaneous/license.m: New file. | |
6652 | |
5545 | 6653 2005-11-22 John W. Eaton <jwe@octave.org> |
6654 | |
6655 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
6656 gnuplot set command. | |
6657 | |
5539 | 6658 2005-11-15 John W. Eaton <jwe@octave.org> |
6659 | |
6660 * general/shiftdim.m: Doc fix. | |
6661 | |
5532 | 6662 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
6663 | |
6664 * set/unique.m: Doc string fix. | |
6665 | |
5527 | 6666 2005-11-01 John W. Eaton <jwe@octave.org> |
6667 | |
6668 * Makefile.in (distclean, maintainer-clean): | |
6669 Also remove autom4te.cache directory. | |
6670 From Quentin Spencer <qspencer@ieee.org>. | |
6671 | |
5518 | 6672 2005-10-28 John W. Eaton <jwe@octave.org> |
6673 | |
6674 * general/shiftdim.m: Compatibility fix for row vectors. | |
6675 Correct check for non-scalar non-integer shift. For positive | |
6676 N, shift is remainder of N and number of dims. Always return NS. | |
6677 Simplify. | |
6678 | |
5500 | 6679 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
6680 | |
6681 * general/randperm.m: Improve compatibility by allowing input | |
6682 value of zero. | |
6683 | |
5493 | 6684 2005-10-13 John W. Eaton <jwe@octave.org> |
6685 | |
6686 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
6687 If in multiplot mode, clear plot before issuing new plot command. | |
6688 | |
6689 * plot/__setup_plot__.m: New function. | |
6690 * plot/__plt__.m, plot__errplot__.m: Use it. | |
6691 Handle multiplot data and offsets here. | |
6692 | |
6693 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
6694 Move initialization to __setup_plot__.m. | |
6695 | |
6696 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
6697 Don't reset gnuplot_command_replot. | |
6698 | |
6699 * plot/replot.m: Handle multiplot data and offsets here. | |
6700 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
6701 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
6702 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
6703 | |
5489 | 6704 2005-10-12 John W. Eaton <jwe@octave.org> |
6705 | |
6706 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
6707 | |
5482 | 6708 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
6709 | |
6710 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
6711 weibrnd.m: Removed calls and references to deprecated _pdf and | |
6712 _inv functions. | |
6713 * chi2pdf.m: Fixed typos in the documentation. | |
6714 | |
5475 | 6715 2005-09-28 John W. Eaton <jwe@octave.org> |
6716 | |
5476 | 6717 * miscellaneous/single.m: New function. |
6718 | |
5475 | 6719 * statistics/base/unidrnd.m: New function. |
6720 | |
5474 | 6721 2005-09-27 John W. Eaton <jwe@octave.org> |
6722 | |
6723 * miscellaneous/dir.m: Filename never includes directory part. | |
6724 | |
5464 | 6725 2005-09-22 John W. Eaton <jwe@octave.org> |
6726 | |
6727 * polynomial/residue.m: Use logical indexing instead of find.. | |
6728 | |
6729 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
6730 | |
6731 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
6732 and zero poles. | |
6733 | |
5462 | 6734 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
6735 | |
6736 * strings/deblank.m: Handle cell arrays. | |
6737 * strings/split.m: New argument, N, to limit number of splits. | |
6738 | |
6739 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
6740 | |
6741 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
6742 | |
5460 | 6743 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
6744 | |
6745 * control/base/rlocus.m: Doc fix. | |
6746 | |
5459 | 6747 2005-09-20 John W. Eaton <jwe@octave.org> |
6748 | |
6749 * general/isvector.m: Improve compatibility. | |
6750 | |
6751 * general/postpad.m: Allow first argument to be a scalar. | |
6752 Allow padding to extend dimensionality. | |
6753 * general/prepad.m: Likewise. | |
6754 | |
5448 | 6755 2005-09-14 Daniel <durbano@shbano.com> |
6756 | |
6757 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 6758 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
6759 /control/base/dgram.m: Doc string fixes. | |
5448 | 6760 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
6761 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6762 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 6763 |
6764 * saveimage.m: Do not ignore most significant bit when writing | |
6765 black and white images to file. | |
6766 | |
5443 | 6767 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
6768 | |
6769 * audio/playaudio.m, control/base/__bodquist__.m, | |
6770 control/base/lqg.m, control/obsolete/dezero.m, | |
6771 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
6772 control/system/c2d.m, control/system/cellidx.m, | |
6773 control/system/d2c.m, control/system/dmr2d.m, | |
6774 control/system/is_signal_list.m, control/system/listidx.m, | |
6775 control/system/ss.m, control/system/sysappend.m, | |
6776 control/system/sysconnect.m, control/system/sysdup.m, | |
6777 control/system/sysgetsignals.m, control/system/sysidx.m, | |
6778 control/system/sysprune.m, control/system/syssetsignals.m, | |
6779 control/system/tfout.m, control/system/zpout.m, | |
6780 control/util/prompt.m, control/util/sortcom.m, | |
6781 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
6782 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
6783 general/num2str.m, general/repmat.m, general/sortrows.m, | |
6784 general/strerror.m, image/colormap.m, image/imshow.m, | |
6785 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
6786 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
6787 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
6788 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
6789 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
6790 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
6791 plot/print.m, plot/title.m, plot/top_title.m, | |
6792 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
6793 statistics/base/mean.m, statistics/base/moment.m, | |
6794 statistics/tests/cor_test.m, | |
6795 statistics/tests/kolmogorov_smirnov_test.m, | |
6796 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6797 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
6798 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6799 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6800 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6801 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6802 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6803 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
6804 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6805 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6806 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
6807 Avoid deprecated functions. Use ischar instead of isstr. Use | |
6808 isvector instead of is_vector. Use isstruct instead of | |
6809 is_struct. Use char instead of setstr. | |
6810 | |
5435 | 6811 2005-08-31 Daniel <durbano@shbano.com> |
6812 | |
6813 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
6814 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
6815 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6816 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6817 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 6818 |
6819 * image/saveimage.m: Open output file in binary mode. | |
6820 | |
6821 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
6822 | |
5427 | 6823 2005-08-16 John W. Eaton <jwe@octave.org> |
6824 | |
6825 * miscellaneous/computer.m: Handle optional maxsize and endian | |
6826 outputs. | |
6827 | |
5426 | 6828 2005-08-15 John W. Eaton <jwe@octave.org> |
6829 | |
6830 * strings/strcat.m: Allow single argument. | |
6831 | |
5416 | 6832 2005-07-18 John W. Eaton <jwe@octave.org> |
6833 | |
6834 * strings/strcmp.m: Delete. | |
6835 | |
5413 | 6836 2005-07-13 John W. Eaton <jwe@octave.org> |
6837 | |
6838 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
6839 versions of Octave. | |
6840 | |
6841 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
6842 | |
6843 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
6844 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
6845 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
6846 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
6847 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
6848 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
6849 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
6850 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
6851 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
6852 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
6853 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
6854 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
6855 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
6856 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
6857 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
6858 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
6859 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
6860 * statistics/distributions/finv.m: Rename from f_inv.m. | |
6861 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
6862 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
6863 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
6864 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
6865 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
6866 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
6867 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
6868 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
6869 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
6870 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
6871 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
6872 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
6873 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
6874 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
6875 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
6876 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
6877 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
6878 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
6879 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
6880 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
6881 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
6882 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
6883 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
6884 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
6885 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
6886 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
6887 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
6888 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
6889 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
6890 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 6891 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 6892 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
6893 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
6894 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
6895 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
6896 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
6897 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
6898 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
6899 | |
6900 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
6901 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
6902 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
6903 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
6904 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
6905 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
6906 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
6907 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
6908 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
6909 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
6910 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
6911 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
6912 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
6913 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
6914 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
6915 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
6916 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
6917 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
6918 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
6919 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
6920 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
6921 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
6922 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
6923 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
6924 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
6925 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
6926 deprecated/wiener_rnd.m: New files. | |
6927 | |
5408 | 6928 2005-07-08 John W. Eaton <jwe@octave.org> |
6929 | |
6930 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
6931 * deprecated/weibull_rnd.m: New file. | |
6932 | |
5407 | 6933 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
6934 | |
6935 * strings/dec2base.m: Allow matrix arguments. | |
6936 | |
5406 | 6937 2005-07-08 John W. Eaton <jwe@octave.org> |
6938 | |
6939 * plot/__errplot__.m: Use __plot_globals__. | |
6940 * plot/__plt__.m: Likewise. | |
6941 * plot/figure.m: Likewise. | |
6942 | |
6943 * plot/hold.m: New file. | |
6944 * plot/ishold.m: New file. | |
6945 * plot/__plot_globals__.m: New file. | |
6946 | |
5400 | 6947 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
6948 | |
6949 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
6950 | |
6951 2005-07-05 John W. Eaton <jwe@octave.org> | |
6952 | |
6953 * strings/findstr.m: Return [] for no matches. | |
6954 | |
5399 | 6955 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
6956 | |
6957 * miscellaneous/tic.m: Fix doc string. | |
6958 | |
5395 | 6959 2005-06-15 John W. Eaton <jwe@octave.org> |
6960 | |
6961 * polynomial/polyfit.m: Force return value to be a row vector. | |
6962 | |
5393 | 6963 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
6964 | |
6965 * general/isequal.m: Correct nargin check. | |
6966 | |
5388 | 6967 2005-06-14 John W. Eaton <jwe@octave.org> |
6968 | |
6969 * general/isvector.m: Handle N-d arrays. | |
6970 From Bill Denney <denney@seas.upenn.edu>. | |
6971 | |
5381 | 6972 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
6973 | |
6974 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 6975 |
5377 | 6976 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
6977 | |
6978 * signal/freqz.m: Use correct calculations when given a vector of | |
6979 frequencies. Improve accuracy of returned frequency vector. | |
6980 Improve speed for medium length filters (at a slight cost for slow | |
6981 filters). Add test cases. | |
6982 | |
5373 | 6983 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
6984 | |
6985 * plot/loglog.m: Fix set commands. | |
6986 | |
5381 | 6987 2005-05-25 John W. Eaton <jwe@octave.org> |
6988 | |
6989 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
6990 | |
5371 | 6991 2005-05-24 John W. Eaton <jwe@octave.org> |
6992 | |
5373 | 6993 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
6994 | |
5372 | 6995 * strings/strncmp.m: New file, from Tom Holroyd |
6996 <tomh@kurage.nimh.nih.gov>. | |
6997 | |
5371 | 6998 * strings/strcmp.m: Return logical values in all cases. |
6999 | |
5366 | 7000 2005-05-23 John W. Eaton <jwe@octave.org> |
7001 | |
7002 * plot/orient.m: New file. Adapt to Octave coding style. | |
7003 Texinfoize doc string. | |
7004 | |
7005 * plot/print.m: New file. Adapt to Octave coding style. Include | |
7006 PKG_ADD command. Use set terminal consistently throughout. Use | |
7007 set terminal push/pop and unconditionally set output to screen | |
7008 when done to avoid requiring gget. Use a cell array for dev_list | |
7009 and cellidx to search for items in the list. Delete local | |
7010 variable endl. Don't set and restore automatic_replot. Use {} | |
7011 instead of nth to index varargin. Delete local variable | |
7012 va_arg_cnt. | |
7013 | |
5355 | 7014 2005-05-18 John W. Eaton <jwe@octave.org> |
7015 | |
7016 * general/num2str.m: Return early if X is a character string. | |
7017 | |
5347 | 7018 2005-05-11 John W. Eaton <jwe@octave.org> |
7019 | |
5348 | 7020 * strings/findstr.m: Allow non-string arguments for compatiblity. |
7021 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
7022 | |
5347 | 7023 * plot/polar.m: Don't call __pltopt__ here. |
7024 | |
5333 | 7025 2005-05-02 John W. Eaton <jwe@octave.org> |
7026 | |
7027 * mkdoc: Print header message. | |
7028 | |
5319 | 7029 2005-04-28 John W. Eaton <jwe@octave.org> |
7030 | |
7031 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
7032 startup/octaverc. | |
7033 | |
5318 | 7034 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
7035 | |
7036 * image/imshow.m: Handle various image depths and 3d RGB images. | |
7037 (__im_numeric_limits__): New internal function. | |
7038 | |
5317 | 7039 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
7040 | |
7041 * statistics/tests/anova.m: Compute total_mean as mean of all | |
7042 data, not mean of group_mean. | |
7043 | |
7044 2005-04-28 John W. Eaton <jwe@octave.org> | |
7045 | |
7046 * startup/local-rcfile: New file. | |
7047 * startup/main-rcfile: Rename from startup/octaverc. | |
7048 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
7049 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
7050 Install local-rcfile in $(localfcnfiledir)/startup. | |
7051 | |
7052 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
7053 | |
7054 * startup/inputrc: New file. | |
7055 * startup/octaverc: Configure readline using inputrc from | |
7056 startupfiledir. | |
7057 * startup/Makefile.in (install, install-strip): Install octaverc | |
7058 in $(fcnfiledir)/startup. | |
7059 | |
5310 | 7060 2005-04-27 John W. Eaton <jwe@octave.org> |
7061 | |
7062 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
7063 | |
5289 | 7064 2005-04-21 John W. Eaton <jwe@octave.org> |
7065 | |
7066 * optimization/glpk.m: Handle SENSE argument. | |
7067 | |
7068 * optimization/qp.m, optimization/sqp.m: New files. | |
7069 | |
5276 | 7070 2005-04-08 John W. Eaton <jwe@octave.org> |
7071 | |
7072 * Makefile.in (clean, distclean, maintainer-clean): | |
7073 Avoid duplication in rules. | |
7074 | |
5252 | 7075 2005-03-28 John W. Eaton <jwe@octave.org> |
7076 | |
7077 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
7078 setting {no,}parametric. | |
7079 * plot/figure.m: Likewise, for setting terminal type. | |
7080 | |
7081 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
7082 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
7083 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
7084 plot/title.m, plot/top_title.m: Avoid eval. | |
7085 | |
5251 | 7086 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7087 | |
5253 | 7088 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
7089 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
7090 Use __gnuplot_replot__ instead of replot. | |
7091 | |
5252 | 7092 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
7093 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
7094 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
7095 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
7096 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
7097 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
7098 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 7099 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 7100 |
5251 | 7101 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
7102 | |
5244 | 7103 2005-03-24 John W. Eaton <jwe@octave.org> |
7104 | |
7105 * optimization/glpkmex.m: Texinfoize Doc string. | |
7106 * optimization/glpk.m: Likewise. | |
7107 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
7108 (row vectors are orginary character strings). | |
7109 * optimization/glpkparam.m: Delete. | |
7110 | |
5243 | 7111 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
7112 | |
7113 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
7114 of dimensions of X. | |
7115 | |
5237 | 7116 2005-03-23 John W. Eaton <jwe@octave.org> |
7117 | |
5239 | 7118 * general/tril.m, general/triu.m: Return value of same class as |
7119 argument. | |
7120 | |
5237 | 7121 * optimization/glpk.m: Simplify interface. By default, solve |
7122 standard LP min C'*x s.t. A*x = b, x >= 0. | |
7123 * optimization/glpkmex.m: New file. | |
7124 | |
5232 | 7125 2005-03-22 John W. Eaton <jwe@octave.org> |
7126 | |
5237 | 7127 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
7128 list. | |
7129 | |
5233 | 7130 * optimization/glpk.m: Adapt to Octave coding style. |
7131 No need for varargout or varargin. | |
7132 Print usage message if nargin > 11. | |
7133 Allow any value of nargout. | |
7134 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
7135 Avoid looping when checking character classes. | |
7136 | |
5232 | 7137 * optimization: New directory. |
7138 * Makefile.in (SUBDIRS): Add it to the list. | |
7139 * optimization/Makefile.in: New file. | |
7140 * optimization/glpk.m, optimization/glpkparams.m, | |
7141 optimization/glpktest1, optimization/glpktest2: New files. | |
7142 | |
8149 | 7143 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 7144 |
7145 * strings/split.m: Quick return for empty second arg. | |
7146 Improve warning for multi-line strings. | |
7147 Speed up by avoiding sprintf in loop and eval. | |
7148 | |
5217 | 7149 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
7150 | |
7151 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
7152 * polynomial/polyder.m: Ditto. | |
6778 | 7153 * polynomial/polygcd.m: New function. |
5217 | 7154 |
5214 | 7155 2005-03-16 John W. Eaton <jwe@octave.org> |
7156 | |
5215 | 7157 * control/base/__stepimp__.m, control/base/bode.m, |
7158 control/base/frdemo.m, control/base/nichols.m, | |
7159 control/base/nyquist.m, control/base/pzmap.m, | |
7160 control/base/rldemo.m, control/base/rlocus.m, | |
7161 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
7162 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
7163 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
7164 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
7165 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
7166 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
7167 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
7168 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
7169 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
7170 plot/xlabel.m, quaternion/demoquat.m, | |
7171 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
7172 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
7173 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
7174 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
7175 gsplot from @seealso docs. | |
5214 | 7176 |
7177 * plot/replot.m: New file. | |
7178 | |
5205 | 7179 2005-03-15 David Bateman <dbateman@free.fr> |
7180 | |
7181 * set/unique.m, set/ismember.m: Handle cell arrays. | |
7182 | |
5196 | 7183 2005-03-09 John W. Eaton <jwe@octave.org> |
7184 | |
7185 * statistics/Makefile.in (bin-dist): Delete target. | |
7186 (BINDISTSUBDIRS): Delete variable. | |
6754 | 7187 * control/Makefile.in: Likewise. |
5196 | 7188 |
5378 | 7189 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 7190 (BINDISTFILES): Delete variable. |
5378 | 7191 * control/base/Makefile.in: Likewise. |
7192 * control/hinf/Makefile.in: Likewise. | |
7193 * control/obsolete/Makefile.in: Likewise. | |
7194 * control/system/Makefile.in: Likewise. | |
7195 * control/util/Makefile.in: Likewise. | |
7196 * deprecated/Makefile.in: Likewise. | |
7197 * elfun/Makefile.in: Likewise. | |
7198 * finance/Makefile.in: Likewise. | |
7199 * general/Makefile.in: Likewise. | |
7200 * image/Makefile.in: Likewise. | |
7201 * sparse/Makefile.in: Likewise. | |
7202 * io/Makefile.in: Likewise. | |
7203 * plot/Makefile.in: Likewise. | |
7204 * Makefile.in: Likewise. | |
7205 * miscellaneous/Makefile.in: Likewise. | |
7206 * linear-algebra/Makefile.in: Likewise. | |
7207 * polynomial/Makefile.in: Likewise. | |
7208 * quaternion/Makefile.in: Likewise. | |
7209 * set/Makefile.in: Likewise. | |
7210 * signal/Makefile.in: Likewise. | |
7211 * specfun/Makefile.in: Likewise. | |
7212 * special-matrix/Makefile.in: Likewise. | |
7213 * startup/Makefile.in: Likewise. | |
7214 * statistics/base/Makefile.in: Likewise. | |
7215 * statistics/distributions/Makefile.in: Likewise. | |
7216 * statistics/models/Makefile.in: Likewise. | |
7217 * statistics/tests/Makefile.in: Likewise. | |
7218 * strings/Makefile.in: Likewise. | |
7219 * time/Makefile.in: Likewise. | |
5196 | 7220 |
5195 | 7221 2005-03-08 John W. Eaton <jwe@octave.org> |
7222 | |
7223 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
7224 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
7225 | |
5192 | 7226 2005-03-04 John W. Eaton <jwe@octave.org> |
7227 | |
7228 * plot/clg.m: New file. | |
7229 | |
5193 | 7230 2005-03-03 John W. Eaton <jwe@octave.org> |
7231 | |
7232 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
7233 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
7234 strings/strcmpi.m: | |
7235 New files from Octave-forge. Adapt to Octave coding standards. | |
7236 | |
5181 | 7237 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
7238 | |
7239 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
7240 computation range. | |
7241 | |
5164 | 7242 2005-02-25 John W. Eaton <jwe@octave.org> |
7243 | |
7244 Sparse merge. | |
7245 | |
7246 2005-01-23 David Bateman <dbateman@free.fr> | |
7247 | |
7248 * sparse/randperm.m: Delete duplicate randperm.m. | |
7249 | |
7250 2005-01-10 John W. Eaton <jwe@octave.org> | |
7251 | |
7252 * sparse/Makefile.in: New file. | |
7253 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
7254 | |
7255 2005-01-07 David Bateman <dbateman@free.fr> | |
7256 | |
7257 * set/unique.m: import file from octave-forge. | |
7258 | |
7259 2005-01-05 David Bateman <dbateman@free.fr> | |
7260 | |
7261 * Makefile.in: include sparse directory in SUBDIRS. | |
7262 | |
7263 2004-12-30 John W. Eaton <jwe@octave.org> | |
7264 | |
7265 * sparse/nzmax.m: Delete (there is an nzmax function in | |
7266 src/DLD-FUNCTIONS/sparse.cc). | |
7267 | |
7268 2004-12-28 John W. Eaton <jwe@octave.org> | |
7269 | |
7270 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
7271 Andy Adler <adler@site.uottawa.ca>. | |
7272 | |
7273 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
7274 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
7275 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
7276 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
7277 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
7278 | |
7279 * sparse: New directory. | |
7280 | |
5158 | 7281 2005-02-22 John W. Eaton <jwe@octave.org> |
7282 | |
7283 * polynomial/residue.m: Force prepad to always create row vectors. | |
7284 | |
7285 * polynomial/poly.m: Quick return if m is 0. | |
7286 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
7287 | |
5154 | 7288 2005-02-21 David Bateman <dbateman@free.fr> |
7289 | |
7290 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
7291 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
7292 Fix for row vectors with at least one element of lambda not in | |
7293 (0, Inf). | |
7294 | |
5152 | 7295 2005-02-21 John W. Eaton <jwe@octave.org> |
7296 | |
5153 | 7297 * statistics/base/qqplot.m: Use feval instead of eval. |
7298 | |
5152 | 7299 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
7300 plot/__axis_label__.m: Issue replot command. | |
7301 | |
5135 | 7302 2005-02-09 John W. Eaton <jwe@octave.org> |
7303 | |
7304 * polynomial/polyderiv.m: Force P to be a row vector. | |
7305 | |
5133 | 7306 2005-02-08 John W. Eaton <jwe@octave.org> |
7307 | |
7308 * strings/dec2base.m: Don't delete leading zero if third arg is | |
7309 provided and len <= computed max_len. | |
7310 | |
5125 | 7311 2005-01-27 David Bateman <dbateman@free.fr> |
7312 | |
7313 * strings/dec2base.m: Be even more careful about handling all digits. | |
7314 | |
7315 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
7316 | |
7317 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
7318 | |
5123 | 7319 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
7320 | |
7321 * statistics/base/median.m: Make it work for the scalar case too. | |
7322 | |
6308 | 7323 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 7324 |
7325 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 7326 Simplify logic for decoding args. |
5117 | 7327 |
5115 | 7328 2005-01-24 John W. Eaton <jwe@octave.org> |
7329 | |
5116 | 7330 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
7331 | |
7332 * plot/__plt__.m: No need to save and reset hold state now. | |
7333 (first_plot): Delete unused variable. | |
7334 | |
5115 | 7335 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
7336 | |
7337 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
7338 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
7339 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
7340 plot/__plt2vv__.m: | |
7341 Return data and gnuplot commands instead of evaluating them. | |
7342 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
7343 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
7344 | |
5108 | 7345 2005-01-18 John W. Eaton <jwe@octave.org> |
7346 | |
7347 * linear-algebra/cross.m: Allocate idx1 before use. | |
7348 | |
5096 | 7349 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
7350 | |
7351 * statistics/base/range.m: Fix varargin usage. | |
7352 | |
5091 | 7353 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
7354 | |
7355 * strings/deblank.m: Remove all trailing whitespace (check with | |
7356 isspace), not just SPC. | |
7357 | |
5090 | 7358 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
7359 | |
7360 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
7361 | |
5073 | 7362 2004-11-09 John W. Eaton <jwe@octave.org> |
7363 | |
7364 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
7365 From Julius Smith <jos@ccrma.stanford.edu>. | |
7366 | |
5072 | 7367 2004-11-08 John W. Eaton <jwe@octave.org> |
7368 | |
7369 * plot/__plt2vm__.m: Delete debugging statement. | |
7370 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
7371 | |
5065 | 7372 2004-11-04 John W. Eaton <jwe@octave.org> |
7373 | |
7374 * plot/hist.m: Always return row vectors for vector args. | |
7375 | |
5031 | 7376 2004-09-23 John W. Eaton <jwe@octave.org> |
7377 | |
7378 * strings/strcmp.m: If args are not strings or cell arrays of | |
7379 strings, return zero instead of reporting an error. | |
7380 | |
5021 | 7381 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
7382 | |
7383 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
7384 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
7385 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
7386 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
7387 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
7388 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
7389 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
7390 control/hinf/is_dgkf.m, control/system/c2d.m, | |
7391 control/system/is_detectable.m, control/system/is_sample.m, | |
7392 control/system/is_siso.m, control/system/is_stable.m, | |
7393 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
7394 control/system/sys2tf.m, control/system/sys2zp.m, | |
7395 control/system/sysappend.m, control/system/sysconnect.m, | |
7396 control/system/sysdisc.m, control/system/sysdup.m, | |
7397 control/system/sysgetsignals.m, control/system/sysmult.m, | |
7398 control/system/syssetsignals.m, control/system/syssub.m, | |
7399 control/system/tf2sys.m, control/system/ugain.m, | |
7400 control/system/zp2ss.m, control/system/zp2sys.m, | |
7401 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
7402 special-matrix/toeplitz.m: Fix typos in doc strings. | |
7403 | |
7404 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
7405 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
7406 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
7407 ontrol/system/is_abcd.m, control/system/parallel.m, | |
7408 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
7409 control/system/sysappend.m, control/system/sysconnect.m, | |
7410 control/system/sysdup.m, control/system/sysgroup.m, | |
7411 control/system/sysprune.m, control/system/sysreorder.m, | |
7412 control/system/sysscale.m, control/system/syssub.m, | |
7413 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
7414 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
7415 polynomial/polyout.m, specfun/log2.m: | |
7416 Add output arguments in doc strings. | |
7417 | |
7418 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
7419 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
7420 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
7421 control/base/freqchkw.m, control/base/__freqresp__.m, | |
7422 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
7423 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
7424 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
7425 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
7426 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
7427 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
7428 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
7429 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
7430 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
7431 control/system/c2d.m, control/system/is_abcd.m, | |
7432 control/system/is_controllable.m, control/system/is_detectable.m, | |
7433 control/system/is_observable.m, control/system/is_stable.m, | |
7434 control/system/jet707.m, control/system/ord2.m, | |
7435 control/system/starp.m, control/system/sys2fir.m, | |
7436 control/system/sys2ss.m, control/system/sys2tf.m, | |
7437 control/system/sys2zp.m, control/system/syscont.m, | |
7438 control/system/sysdisc.m, control/system/sysdup.m, | |
7439 control/system/sysgettype.m, control/system/sysgroup.m, | |
7440 control/system/sysmult.m, control/system/sysprune.m, | |
7441 control/system/sysreorder.m, control/system/sysscale.m, | |
7442 control/system/syssetsignals.m, control/system/sysupdate.m, | |
7443 control/system/tf2ss.m, control/system/tf2sys.m, | |
7444 control/system/zp2ss.m, control/system/zp2sys.m, | |
7445 control/util/axis2dlim.m, control/util/prompt.m, | |
7446 control/util/zgfmul.m, control/util/zginit.m, | |
7447 control/util/__zgpbal__.m, control/util/zgscal.m: | |
7448 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
7449 in doc strings. | |
7450 | |
7451 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
7452 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
7453 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
7454 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7455 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7456 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7457 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7458 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
7459 control/system/c2d.m, control/system/fir2sys.m, | |
7460 control/system/is_stabilizable.m, control/system/jet707.m, | |
7461 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
7462 control/util/zgshsr.m, polynomial/polyout.m: | |
7463 New @tex section(s) in doc strings for better formating of printed | |
7464 output. | |
7465 | |
7466 * control/base/__freqresp__.m, control/base/nyquist.m, | |
7467 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
7468 control/obsolete/syschnames.m, control/system/sysprune.m: | |
7469 Use proper double quote marks for TeX. | |
7470 | |
7471 * control/base/DEMOcontrol.m: Add missing ; | |
7472 | |
7473 * control/base/nichols.m, control/base/rlocus.m, | |
7474 control/obsolete/minfo.m, control/system/is_digital.m, | |
7475 control/system/ss2zp.m, control/system/sysmin.m, | |
7476 control/system/tf2zp.m, control/util/sortcom.m: | |
7477 Convert documentation to use or more completely use Texinfo. | |
7478 | |
7479 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
7480 control/hinf/hinfdemo.m, control/system/ord2.m, | |
7481 control/system/parallel.m, control/system/ss2tf.m, | |
7482 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
7483 art splitting over a page boundary. | |
7484 | |
7485 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7486 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7487 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7488 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7489 control/hinf/wgt1o.m, control/system/buildssic.m: | |
7490 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
7491 the TeX documentation. | |
7492 | |
7493 * control/system/is_stabilizable.m: | |
7494 Add Copyright so that help is displayed correctly. | |
7495 | |
7496 * special-matrix/vander.m: Octave indexes start at 1. | |
7497 | |
5011 | 7498 2004-09-21 David Bateman <dbateman@free.fr> |
7499 | |
7500 * general/rotdim.m: New function for rotation of an N-d array in an | |
7501 arbitrary plane. | |
7502 | |
7503 * general/flipdim.m: New function to flip an N-d array about an | |
7504 arbitrary axis. | |
7505 | |
5003 | 7506 2004-09-15 David Bateman <dbateman@free.fr> |
7507 | |
7508 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
7509 | |
4992 | 7510 2004-09-15 John W. Eaton <jwe@octave.org> |
7511 | |
7512 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 7513 Use iscellstr to check for cells rather than iscell. |
7514 Improve diagnostics for invalid args. | |
4992 | 7515 |
4983 | 7516 2004-09-10 David Bateman <dbateman@free.fr> |
7517 | |
7518 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
7519 and p with n > 1, and fix for matrix n and p with n == 1. | |
7520 | |
7521 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
7522 due to row vs. column vector operations. | |
7523 | |
4964 | 7524 2004-09-03 David Bateman <dbateman@free.fr> |
7525 | |
7526 * general/repmat.m: Fix to allow logical classes. | |
7527 | |
4950 | 7528 2004-08-31 John W. Eaton <jwe@octave.org> |
7529 | |
7530 * general/isa.m: New function, from Octave-forge. | |
7531 | |
7532 2004-08-31 David Bateman <dbateman@free.fr> | |
7533 | |
7534 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
7535 limitation on the use of int64 and uint64 types, and the use | |
7536 of the eval. | |
7537 | |
7538 * general/bitset.m: Remove superfluous cast to return type, as bug | |
7539 in .^ with integer types is fixed. | |
7540 | |
7541 * general/repmat.m: Adapt to allow integer types. | |
4945 | 7542 |
7543 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
7544 | |
7545 * plot/axis.m: Don't reset axes when querying them. | |
7546 | |
4942 | 7547 2004-08-27 David Bateman <dbateman@free.fr> |
7548 | |
7549 * statistics/base/ranks.m: Handle non-consecutive ties. | |
7550 Eliminate loop. | |
7551 | |
4918 | 7552 2004-07-27 David Bateman <dbateman@free.fr> |
7553 | |
7554 * general/num2str.m: Also insert spaces in output when precision | |
7555 argument is supplied. | |
7556 | |
4915 | 7557 2004-07-23 David Bateman <dbateman@free.fr> |
7558 | |
7559 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
7560 | |
4911 | 7561 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
7562 | |
7563 * general/sub2ind.m: Make reshaping index list unnecessary. | |
7564 | |
7565 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
7566 | |
7567 * miscellaneous/unix.m: Fix doc string. | |
7568 | |
7569 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
7570 | |
7571 * plot/figure.m: Clarification of documentation. | |
7572 | |
7573 * image/imshow.m: Warn for complex images. | |
7574 Only estimate colourmap for images in [0, 65536]. | |
7575 | |
7576 2004-07-22 David Bateman <dbateman@free.fr> | |
7577 | |
7578 * general/num2str.m: Fix the case of an all zero input. | |
7579 | |
4906 | 7580 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
7581 | |
7582 * general/ind2sub.m: Doc fix. | |
7583 | |
4900 | 7584 2004-06-08 John W. Eaton <jwe@octave.org> |
7585 | |
7586 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
7587 convert function handle to string for eval. | |
7588 | |
4898 | 7589 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
7590 | |
7591 * plot/errorbar.m: Remove debugging output. | |
7592 | |
7593 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
7594 | |
7595 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
7596 | |
4897 | 7597 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
7598 | |
4898 | 7599 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
7600 | |
7601 * polynomial/polyout.m: Use parenthesis if necessary around | |
7602 complex polynomial coefficient. | |
7603 | |
4897 | 7604 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
7605 the bug which causes __errplot__ to ignore the last argument. | |
7606 | |
4894 | 7607 2004-06-03 David Bateman <dbateman@free.fr> |
7608 | |
7609 * general/shiftdim.m: New function based on JWE code snippet. | |
7610 | |
7611 * general/circdim.m: New function. | |
7612 | |
4890 | 7613 2004-05-06 David Bateman <dbateman@free.fr> |
7614 | |
7615 * general/issquare.m: Fail if ndim(x) > 2. | |
7616 | |
7617 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
7618 | |
7619 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
7620 N-d array arguments. Add optional dim argument to define | |
7621 dimension along which to operate. | |
7622 | |
7623 * linear-algebra/dmult.m: Allow N-d arrays. | |
7624 | |
7625 * linear-algebra/vec.m: Use v(:) and not reshape. | |
7626 | |
4885 | 7627 2004-04-29 David Bateman <dbateman@free.fr> |
7628 | |
7629 * statistics/base/ranks.m, statistics/base/run_count.m, | |
7630 statistics/base/studentize.m, statistics/base/kurtosis.m | |
7631 statistics/base/statistics.m, statistics/base/skewness.m | |
7632 statistics/base/iqr.m: | |
7633 Make N-d array aware. Allow optional argument to define the | |
7634 dimension along which to operate. Update the documentation. | |
7635 | |
7636 * statistics/base/ranks.m: Change algorithm to use sort, | |
7637 and adjust for the ties after. | |
7638 | |
7639 * statistics/base/run_counts.m: Change algorithm to use | |
7640 the a combination of diff and find, rather than a for-loop. | |
7641 | |
4881 | 7642 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
7643 | |
7644 * plot/hist.m: Correctly determine cutoffs. New tests. | |
7645 | |
4878 | 7646 2004-04-23 David Bateman <dbateman@free.fr> |
7647 | |
7648 * general/int2str.m: Treat only real part of argument, and treat | |
7649 NDArrays by stacking the slices through the matrix vertically. | |
7650 | |
7651 * general/num2str.m: Improve format of integer matrices, and the | |
7652 conversion of complex matrices added. Treat NDArrays by stacking | |
7653 the slices through the matrix vertically. | |
7654 | |
7655 * deprecated/com2str.m: Moved here from general subdirectory. | |
7656 | |
4877 | 7657 2004-04-22 John W. Eaton <jwe@octave.org> |
7658 | |
7659 * quaternion/qtransvmat.m: Use continuation characters to make | |
7660 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
7661 | |
4869 | 7662 2004-04-21 David Bateman <dbateman@free.fr> |
7663 | |
5378 | 7664 * elfun/lcm.m: Make N-d aware. |
4870 | 7665 |
4869 | 7666 * general/diff.m: Make the code N-d array aware. Allow an |
7667 optional argument to define the dimension along which to perform | |
7668 the differences and allow the order of the differences to be larger | |
7669 than the dimension itself. | |
7670 | |
7671 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
7672 use of these functions to 1- and 2-d arrays. | |
7673 | |
4863 | 7674 2004-04-16 John W. Eaton <jwe@octave.org> |
7675 | |
7676 * elfun/gcd.m: Delete. | |
7677 | |
4862 | 7678 2004-04-15 David Bateman <dbateman@free.fr> |
7679 | |
7680 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
7681 | |
7682 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
7683 array aware and and optional argument for the dimension along | |
7684 which to operate. | |
7685 | |
5378 | 7686 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 7687 argument for the dimension to be consistent with other N-d array |
7688 functions. | |
7689 | |
4860 | 7690 2004-04-08 David Bateman <dbateman@free.fr> |
7691 | |
7692 * statistics/distributions/discrete_cdf.m, | |
7693 statistics/distributions/discrete_inv.m, | |
7694 statistics/distributions/discrete_pdf.m, | |
7695 statistics/distributions/discrete_rnd.m, | |
7696 statistics/distributions/exponential_cdf.m, | |
7697 statistics/distributions/exponential_inv.m, | |
7698 statistics/distributions/exponential_pdf.m, | |
7699 statistics/distributions/exponential_rnd.m, | |
7700 statistics/distributions/f_cdf.m, | |
7701 statistics/distributions/f_inv.m, | |
7702 statistics/distributions/f_pdf.m, | |
7703 statistics/distributions/f_rnd.m, | |
7704 statistics/distributions/geometric_cdf.m, | |
7705 statistics/distributions/geometric_inv.m, | |
7706 statistics/distributions/geometric_pdf.m, | |
7707 statistics/distributions/geometric_rnd.m, | |
7708 statistics/distributions/hypergeometric_rnd.m, | |
7709 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
7710 statistics/distributions/laplace_cdf.m, | |
7711 statistics/distributions/laplace_inv.m, | |
7712 statistics/distributions/laplace_pdf.m, | |
7713 statistics/distributions/laplace_rnd.m, | |
7714 statistics/distributions/logistic_inv.m, | |
7715 statistics/distributions/logistic_rnd.m, | |
7716 statistics/distributions/lognormal_cdf.m, | |
7717 statistics/distributions/lognormal_inv.m, | |
7718 statistics/distributions/lognormal_pdf.m, | |
7719 statistics/distributions/lognormal_rnd.m, | |
7720 statistics/distributions/pascal_cdf.m, | |
7721 statistics/distributions/pascal_inv.m, | |
7722 statistics/distributions/pascal_pdf.m, | |
7723 statistics/distributions/pascal_rnd.m, | |
7724 statistics/distributions/poisson_cdf.m, | |
7725 statistics/distributions/poisson_inv.m, | |
7726 statistics/distributions/poisson_pdf.m, | |
7727 statistics/distributions/poisson_rnd.m, | |
7728 statistics/distributions/t_cdf.m, | |
7729 statistics/distributions/t_inv.m, | |
7730 statistics/distributions/t_pdf.m, | |
7731 statistics/distributions/t_rnd.m, | |
7732 statistics/distributions/weibull_cdf.m, | |
7733 statistics/distributions/weibull_inv.m, | |
7734 statistics/distributions/weibull_pdf.m, | |
7735 statistics/distributions/weibull_rnd.m: | |
7736 Allow N-d arrays. | |
7737 | |
7738 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
7739 that results in NaN in places where it should not have had. | |
7740 | |
7741 * statistics/distributions/discrete_rnd.m: New argument formats to | |
7742 allow creating arbitrary matrices, compatiable with the other | |
5583 | 7743 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 7744 |
7745 * statistics/distributions/empirical_rnd.m: New argument formats | |
7746 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 7747 *_rnd.m functions. Maintain compatibility with previous |
4860 | 7748 format. Allow N-d arrays. |
7749 | |
7750 * statistics/distributions/hypergeometric_cdf.m, | |
7751 statistics/distributions/hypergeometric_inv.m, | |
7752 statistics/distributions/hypergeometric_pdf.m, | |
7753 statistics/distributions/wiener_rnd.m: | |
7754 Error for non-scalar arguments. | |
7755 | |
7756 * statistics/distributions/pascal_rnd.m: | |
7757 Correct for n = 1 bug, where all elements were equal. | |
7758 | |
4849 | 7759 2004-04-06 David Bateman <dbateman@free.fr> |
7760 | |
4854 | 7761 * general/common_size.m, miscellaneous/bincoeff.m, |
7762 statistics/distributions/beta_cdf.m, | |
7763 statistics/distributions/beta_inv.m, | |
7764 statistics/distributions/beta_pdf.m, | |
7765 statistics/distributions/beta_rnd.m, | |
7766 statistics/distributions/binomial_cdf.m, | |
7767 statistics/distributions/binomial_inv.m, | |
7768 statistics/distributions/binomial_pdf.m, | |
7769 statistics/distributions/binomial_rnd.m, | |
7770 statistics/distributions/cauchy_cdf.m, | |
7771 statistics/distributions/cauchy_inv.m, | |
7772 statistics/distributions/cauchy_pdf.m, | |
7773 statistics/distributions/cauchy_rnd.m, | |
7774 statistics/distributions/chisquare_cdf.m, | |
7775 statistics/distributions/chisquare_inv.m, | |
7776 statistics/distributions/chisquare_pdf.m, | |
7777 statistics/distributions/chisquare_rnd.m, | |
7778 statistics/distributions/gamma_cdf.m, | |
7779 statistics/distributions/gamma_inv.m, | |
7780 statistics/distributions/gamma_pdf.m, | |
7781 statistics/distributions/gamma_rnd.m, | |
7782 statistics/distributions/normal_cdf.m, | |
7783 statistics/distributions/normal_inv.m, | |
7784 statistics/distributions/normal_pdf.m, | |
7785 statistics/distributions/normal_rnd.m, | |
7786 statistics/distributions/stdnormal_cdf.m, | |
7787 statistics/distributions/stdnormal_pdf.m, | |
7788 statistics/distributions/stdnormal_rnd.m, | |
7789 statistics/distributions/uniform_cdf.m, | |
7790 statistics/distributions/uniform_inv.m, | |
7791 statistics/distributions/uniform_pdf.m, | |
7792 statistics/distributions/uniform_rnd.m: | |
7793 Allow the inputs to be N-d arrays. | |
7794 | |
4852 | 7795 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
7796 * statistics/base/median.m: Likewise. | |
4849 | 7797 |
4844 | 7798 2004-04-02 David Bateman <dbateman@free.fr> |
7799 | |
7800 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 7801 * statistics/base/center.m, statistics/base/meansq.m, |
7802 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 7803 Update for N-d arrays. |
4844 | 7804 * signal/fftshift.m: Fix dimensioning error. |
7805 | |
7806 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 7807 N-d arrays. |
4844 | 7808 |
4852 | 7809 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
7810 | |
7811 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 7812 |
4852 | 7813 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 7814 |
7815 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
7816 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
7817 control/system/sysprune.m: Doc update for usage of cell arrays. | |
7818 | |
7819 * control/system/sysidx.m: Use cellidx and not listidx. | |
7820 | |
4841 | 7821 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
7822 | |
7823 * plot/__pltopt1__.m: Always add title clause to plot command with | |
7824 default of "" (so it is off unless explicitly set by the user). | |
7825 | |
4836 | 7826 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
7827 | |
7828 * image/imshow.m: Accept "truesize" argument. | |
7829 Ignore current colormap. New tests and demos. | |
7830 | |
4834 | 7831 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
7832 | |
7833 * signal/sinewave.m: Allow N to default to M. | |
7834 | |
4826 | 7835 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7836 | |
7837 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
7838 | |
4818 | 7839 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7840 | |
7841 * general/deal.m: New function. | |
4819 | 7842 Add tests from Paul Kienzle. |
4818 | 7843 |
4811 | 7844 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
7845 | |
7846 * plot/hist.m: Compute histogram correctly for n>=30. | |
7847 | |
5095 | 7848 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 7849 |
7850 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
7851 | |
4806 | 7852 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7853 | |
7854 * miscellaneous/horzcat.m: Delete. | |
7855 * miscellaneous/vertcat.m: Delete. | |
7856 | |
4790 | 7857 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7858 | |
7859 * plot/figure.m: Also look for GNUTERM in the environment and use | |
7860 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
7861 | |
4789 | 7862 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7863 | |
7864 * control/base/__stepimp__.m: Only call clearplot if we will be | |
7865 doing multiple plots in the same gnuplot frame. | |
7866 | |
4780 | 7867 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7868 | |
7869 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
7870 control/system/cellidx.m, control/system/ss.m, | |
7871 control/system/tf.m, control/system/zp.m: New functions. | |
7872 | |
4778 | 7873 2004-02-16 Glenn Golden <gdg@zplane.com> |
7874 | |
7875 * statistics/distributions/discrete_inv.m: | |
7876 Reduce memory requirements. | |
7877 | |
4772 | 7878 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7879 | |
7880 * plot/__errcomm__.m: Fix thinko in previous change. | |
7881 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
7882 | |
4771 | 7883 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
7884 | |
7885 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
7886 control/base/analdemo.m, control/base/bddemo.m, | |
7887 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
7888 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
7889 control/base/rldemo.m, control/base/rlocus.m, | |
7890 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
7891 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
7892 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
7893 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
7894 control/obsolete/packsys.m, control/obsolete/series.m, | |
7895 control/system/__sysdefioname__.m, | |
7896 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
7897 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
7898 control/system/c2d.m, control/system/d2c.m, | |
7899 control/system/dmr2d.m, control/system/fir2sys.m, | |
7900 control/system/is_signal_list.m, control/system/is_siso.m, | |
7901 control/system/jet707.m, control/system/listidx.m, | |
7902 control/system/moddemo.m, control/system/ord2.m, | |
7903 control/system/packedform.m, control/system/parallel.m, | |
7904 control/system/ss2sys.m, control/system/sys2tf.m, | |
7905 control/system/sys2zp.m, control/system/sysadd.m, | |
7906 control/system/sysappend.m, control/system/sysconnect.m, | |
7907 control/system/syscont.m, control/system/sysdimensions.m, | |
7908 control/system/sysdisc.m, control/system/sysdup.m, | |
7909 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
7910 control/system/sysgroup.m, control/system/sysmin.m, | |
7911 control/system/sysmult.m, control/system/sysprune.m, | |
7912 control/system/sysrepdemo.m, control/system/sysscale.m, | |
7913 control/system/syssetsignals.m, control/system/syssub.m, | |
7914 control/system/sysupdate.m, control/system/tf2sys.m, | |
7915 control/system/ugain.m, control/system/zp2ss.m, | |
7916 control/system/zp2sys.m, control/util/__outlist__.m, | |
7917 control/util/__zgpbal__.m, control/util/strappend.m: | |
7918 Use cell arrays instead of lists. | |
7919 | |
4723 | 7920 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
7921 | |
7922 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
7923 so that bar (1, 1) will work. | |
7924 | |
4710 | 7925 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7926 | |
4717 | 7927 * plot/__errcomm__.m: Cope with nargin now being a function. |
7928 * plot/__errplot__.m: Likewise. | |
7929 * plot/__plt__.m: Likewise. | |
7930 * plot/plot_border.m: Likewise. | |
7931 | |
4710 | 7932 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
7933 not $(DOCSTRINGS). | |
7934 | |
4706 | 7935 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
7936 | |
7937 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
7938 rank ([], tol). | |
7939 | |
4691 | 7940 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7941 | |
4692 | 7942 * elfun/acot.m: Return atan (1./z). |
7943 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
7944 | |
4691 | 7945 * miscellaneous/dir.m: New file. |
7946 | |
7947 * general/num2str.m: Use "%d" as format if values are ints with | |
7948 magnitude less than 1e10. | |
7949 | |
7950 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7951 | |
7952 * general/num2str.m: If single arg is string, return it. | |
7953 | |
7954 * miscellaneous/not.m: New file. | |
7955 | |
7956 * miscellaneous/unix.m: New file. | |
7957 | |
7958 * miscellaneous/isunix.m: New file. | |
7959 * miscellaneous/ispc.m: New file. | |
7960 | |
7961 * miscellaneous/computer.m: New file. | |
7962 | |
7963 * miscellaneous/delete.m: New file. | |
7964 | |
4689 | 7965 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7966 | |
7967 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
7968 | |
7969 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7970 | |
7971 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
7972 Always return substituted version of LOADPATH if nargout != 0. | |
7973 | |
4685 | 7974 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
7975 | |
7976 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
7977 before continuing. | |
7978 | |
7979 * miscellaneous/fileparts.m: Allow name to start with ".". | |
7980 | |
4677 | 7981 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7982 | |
7983 * general/ind2sub.m: New file. | |
7984 * general/sub2ind.m: New file. | |
7985 | |
4675 | 7986 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7987 | |
7988 * control/system/zp2ss.m: Don't save and restore | |
7989 warn_empty_list_elements. | |
7990 | |
7991 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
7992 | |
6778 | 7993 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 7994 |
4673 | 7995 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
7996 | |
7997 * statistics/base/mean.m: Remove special case for row vectors. | |
7998 | |
4637 | 7999 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
8000 | |
8001 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
8002 | |
4631 | 8003 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
8004 | |
8005 * statistics/base/iqr.m: Handle matrices. | |
8006 | |
4630 | 8007 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8008 | |
8009 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
8010 | |
4629 | 8011 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8012 | |
8013 * miscellaneous/path.m: Fix thinko in previous change. | |
8014 | |
4609 | 8015 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
8016 | |
4629 | 8017 * control/base/dare.m: Check positive (semi)definiteness and |
8018 dimensions of r (and q). | |
8019 * control/base/dlqr.m: Check stabilizability of (A,B), | |
8020 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
8021 near unit circle. | |
4611 | 8022 |
8023 * control/system/is_detectable.m: Use Hautus Lemma. | |
8024 Correct the behavior for discrete-time systems. | |
8025 * control/system/is_stabilizable.m: Likewise. | |
8026 | |
4609 | 8027 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
8028 | |
8029 * linear-algebra/krylovb.m: Fix typo in usage message. | |
8030 | |
4610 | 8031 * general/isdefinite.m: New function. |
8032 | |
4567 | 8033 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8034 | |
8035 * general/reshape: Delete. | |
8036 | |
4559 | 8037 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8038 | |
8039 * general/numel.m: Delete. | |
8040 | |
4535 | 8041 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8042 | |
4536 | 8043 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
8044 | |
8045 * deprecated/isstr.m: New file. | |
4535 | 8046 |
4529 | 8047 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8048 | |
8049 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
8050 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
8051 | |
4525 | 8052 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
8053 | |
8054 * statistics/base/mean.m: Fix missing semicolon problem. | |
8055 | |
4503 | 8056 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
8057 | |
8058 * plot/subplot.m: New global variable, __multiplot_scale__. | |
8059 | |
4492 | 8060 2003-08-29 David Castelow <DCastelow@Airspan.com> |
8061 | |
8062 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
8063 Allow optional length argument. | |
8064 | |
4491 | 8065 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8066 | |
8067 * polynomial/polyfit.m: Avoid calling flipud. | |
8068 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
8069 Return structure as second output value for improved Matlab | |
8070 compatibility. | |
8071 | |
4476 | 8072 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8073 | |
4478 | 8074 * linear-algebra/cond.m: Behave as though old built-in variable |
8075 propagate_empty_matrices is always 1. Also handle empty matrices | |
8076 with one non-zero dimension. | |
8077 | |
4476 | 8078 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
8079 warn_single_quote_string to the list. | |
4478 | 8080 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
8081 from the list. | |
4476 | 8082 |
5095 | 8083 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 8084 |
8085 * signal/autocov.m: Transpose result of conj because diag returns | |
8086 a column vector, not a row vector. | |
8087 | |
8088 * audio/playaudio.m, audio/record.m, image/image.m, | |
8089 miscellaneous/bug_report.m: Protect spaces in filenames | |
8090 with quotes. | |
8091 | |
4466 | 8092 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8093 | |
4468 | 8094 * io/printf.m, io/puts.m: Delete. |
8095 | |
4466 | 8096 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
8097 default_return_value from the list. | |
8098 Add warn_undefined_return_values to the list. | |
8099 | |
8100 | |
4464 | 8101 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8102 | |
8103 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
8104 and initialize_global_variables from the list. | |
8105 | |
4460 | 8106 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8107 | |
4463 | 8108 * image/colormap.m: Don't save and restore default_eval_print_flag. |
8109 | |
8110 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
8111 | |
8112 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
8113 * control/system/sys2fir.m: Likewise. | |
8114 | |
8115 * control/system/is_siso.m: Use && instead of & where appropriate. | |
8116 * control/system/__tf2sysl__.m: Likewise. | |
8117 | |
8118 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
8119 | |
8120 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
8121 and [] concatenation. | |
8122 * control/system/sys2fir.m: Likewise. | |
8123 | |
8124 * control/base/dgram.m, control/base/freqchkw.m, | |
8125 control/base/gram.m, control/system/__abcddims__.m, | |
8126 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
8127 control/system/is_sample.m, control/system/is_signal_list.m, | |
8128 control/system/is_siso.m, control/system/sys2fir.m, | |
8129 control/system/syschtsam.m, control/system/sysgettsam.m, | |
8130 control/system/sysgettype.m, control/system/tf2zp.m, | |
8131 control/system/ugain.m, control/util/prompt.m, | |
8132 control/util/run_cmd.m, control/util/zgrownorm.m, | |
8133 control/util/zgshsr.m: | |
8134 Improve conformance to Octave coding style. | |
8135 | |
4461 | 8136 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
8137 the list. | |
8138 Delete resize_on_range_error from the list. | |
8139 | |
4460 | 8140 * control/base/pzmap.m, control/base/place.m, |
8141 control/base/__freqresp__.m, control/system/sysappend.m, | |
8142 control/system/syscont.m, control/system/sysdisc.m, | |
8143 control/system/sysgroup.m, control/system/tfout.m, | |
8144 control/system/zp2ss.m, control/system/zpout.m, | |
8145 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
8146 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
8147 empty_list_elements_ok. | |
8148 | |
8149 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
8150 Delete empty_list_elements_ok from the list. | |
8151 | |
4457 | 8152 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8153 | |
8154 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
8155 list. | |
8156 Delete treat_neg_dim_as_zero from the list. | |
8157 | |
8158 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
8159 | |
4451 | 8160 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8161 | |
4455 | 8162 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
8163 was not used in the code in any case). | |
8164 | |
8165 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
8166 do_fortran_indexing. | |
8167 | |
4452 | 8168 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
8169 implict_str_to_num_ok. Use unwind_protect block to do it. | |
8170 | |
4451 | 8171 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
8172 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 8173 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 8174 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
8175 warn_fortran_indexing in the list. | |
8176 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
8177 implicit_str_to_num_ok, do_fortran_indexing, and | |
8178 prefer_column_vectors from list. | |
4451 | 8179 |
4440 | 8180 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8181 | |
8182 * Makefile.in (distclean, maintainer-clean): Also remove | |
8183 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
8184 directory. | |
8185 | |
5095 | 8186 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 8187 |
8188 * plot/hist.m: Don't forget to define n if x is a vector. | |
8189 | |
5095 | 8190 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 8191 |
8192 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
8193 return "." with extension. | |
8194 | |
4422 | 8195 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8196 | |
8197 * control/base/__stepimp__.m, control/base/nichols.m, | |
8198 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
8199 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
8200 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
8201 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
8202 Eliminate gnuplot_has_multiplot (assume it is always true). | |
8203 | |
4413 | 8204 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8205 | |
8206 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
8207 | |
5095 | 8208 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 8209 |
8210 * plot/hist.m: Improve performance by using different algorithms | |
8211 depending on number of bins. | |
8212 | |
4404 | 8213 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8214 | |
8215 * control/system/sysadd.m: If systems are not "tf", convert before | |
8216 adding. | |
8217 | |
5095 | 8218 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 8219 |
8220 * image/imagesc.m: Accept data limits parameter for colormap. | |
8221 | |
5095 | 8222 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 8223 |
8224 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
8225 the impulse by t_step. | |
8226 | |
4373 | 8227 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8228 | |
8229 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
8230 column vectors. | |
8231 | |
5095 | 8232 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 8233 |
8234 * linear-algebra/null.m: Handle empty matrix arg. | |
8235 | |
4369 | 8236 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8237 | |
8238 * general/shift.m: Force empty_list_elements_ok to 1. | |
8239 | |
4358 | 8240 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8241 | |
8242 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
8243 New files. | |
8244 | |
4348 | 8245 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8246 | |
8247 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
8248 function handle to pass to feval. | |
8249 * statistics/base/qqplot.m: Likewise. | |
8250 * statistics/base/ppplot.m: Likewise. | |
8251 * signal/spectral_xdf.m: Likewise. | |
8252 * signal/spectral_adf.m: Likewise. | |
8253 | |
4340 | 8254 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8255 | |
8256 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
8257 | |
4334 | 8258 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8259 | |
8260 * linear-algebra/logm.m: New file. | |
8261 | |
5095 | 8262 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 8263 |
8264 * mkpkgadd: Scan C++ files as well | |
8265 | |
5095 | 8266 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 8267 |
8268 * strings/findstr.m: Return empty set for zero-length target. | |
8269 | |
5095 | 8270 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 8271 |
8272 * set/union.m: Preserve the orientation of inputs. | |
8273 | |
4305 | 8274 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8275 | |
8276 * general/int2str.m: Eliminate leading spaces. | |
8277 | |
4303 | 8278 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8279 | |
8280 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
8281 | |
5095 | 8282 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 8283 |
8284 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
8285 $(BUILD_LDFLAGS) to compiler. | |
8286 | |
4295 | 8287 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8288 | |
8289 * general/num2str.m: Don't specify field width for scalars. | |
8290 | |
4292 | 8291 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8292 | |
8293 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
8294 | |
4265 | 8295 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
8296 | |
4279 | 8297 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
8298 | |
4266 | 8299 * miscellaneous/tempname.m: New file. |
8300 | |
8301 * miscellaneous/tempdir.m: New file. | |
8302 | |
4265 | 8303 * miscellaneous/fullfile.m: New file. |
8304 | |
4259 | 8305 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8306 | |
4264 | 8307 * miscellaneous/fileparts.m: New file. |
8308 | |
8309 * io/beep.m: New file. | |
8310 | |
4260 | 8311 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
8312 format only. | |
4259 | 8313 |
4257 | 8314 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8315 | |
8316 * strings/strcmp.m: Handle cell arrays of strings. | |
8317 | |
4229 | 8318 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8319 | |
8320 * general/int2str.m: Handle matrices. | |
8321 * general/num2str.m: Likewise. | |
8322 Also handle optional precision, and format args. | |
8323 | |
4225 | 8324 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8325 | |
8326 * audio/Makefile.in, control/base/Makefile.in, | |
8327 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
8328 control/system/Makefile.in, elfun/Makefile.in, | |
8329 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
8330 io/Makefile.in, linear-algebra/Makefile.in, | |
8331 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
8332 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
8333 specfun/Makefile.in, special-matrix/Makefile.in, | |
8334 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
8335 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
8336 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
8337 deprecated/Makefile.in: Use new do-script-install and | |
8338 do-script-uninstall macros. | |
8339 | |
8340 * mkpkgadd: New script. | |
8341 | |
8342 * plot/close.m: New file. | |
8343 | |
4184 | 8344 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8345 | |
8346 * image/image.m: Use -raw option for xv. | |
8347 From Remy Bruno <remy.bruno@libertysurf.fr> | |
8348 | |
4172 | 8349 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8350 | |
4174 | 8351 * control/base/lsim.m: Use approximate test for step size change. |
8352 | |
4172 | 8353 * signal/bartlett.m: Avoid row/column mismatch error. |
8354 | |
5095 | 8355 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 8356 |
8357 * statistics/base/var.m: Use better formula for improved accuracy. | |
8358 | |
5095 | 8359 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 8360 |
8361 * control/base/lsim.m: Correct doc string. | |
8362 | |
5095 | 8363 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 8364 |
8365 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
8366 | |
4148 | 8367 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8368 | |
8369 * plot/contour.m: Handle x and y as matrices too. | |
8370 | |
5095 | 8371 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 8372 |
8373 * plot/contour.m: Fix error and usage messages. | |
8374 | |
4146 | 8375 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8376 | |
8377 * plot/contour.m: Correct orientation of plot. | |
8378 | |
4139 | 8379 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
8380 | |
8381 * control/base/analdemo.m: Fix typo. | |
8382 | |
5095 | 8383 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 8384 |
8385 * statistics/distributions/discrete_pdf.m: Fix typo. | |
8386 | |
4098 | 8387 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8388 | |
8389 * mkdoc: Exit immediately on errors. | |
8390 Exit with error if gethelp does not exist. | |
8391 | |
8392 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
8393 | |
4093 | 8394 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8395 | |
8396 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
8397 | |
5095 | 8398 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 8399 |
8400 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
8401 * statistics/distributions/normal_pdf.m: Likewise. | |
8402 * statistics/distributions/normal_inv.m: Likewise. | |
8403 | |
5095 | 8404 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 8405 |
8406 * specfun/erfinv.m: Return NaN for NaN inputs. | |
8407 | |
5095 | 8408 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 8409 |
8410 * statistics/base/var.m: Handle complex values. | |
8411 | |
4031 | 8412 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8413 | |
8414 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
8415 list. | |
8416 * deprecated/Makefile.in: New file. | |
8417 | |
5095 | 8418 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 8419 |
8420 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
8421 * statistics/distributions/binomial_cdf.m: Likewise. | |
8422 * statistics/distributions/f_cdf.m: Likewise. | |
8423 * statistics/distributions/t_cdf.m: Likewise. | |
8424 | |
8425 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
8426 * specfun/beta.m: Likewise. | |
8427 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
8428 * statistics/distributions/gamma_pdf.m: Likewise. | |
8429 * statistics/distributions/poisson_pdf.m: Likewise. | |
8430 | |
8431 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
8432 * statistics/distributions/poisson_cdf.m: Likewise. | |
8433 | |
4026 | 8434 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8435 | |
4028 | 8436 * deprecated/is_bool.m: New file. |
8437 * deprecated/is_complex.m: New file. | |
8438 * deprecated/is_global.m: New file. | |
8439 * deprecated/is_list.m: New file. | |
8440 * deprecated/is_matrix.m: New file. | |
8441 * deprecated/is_scalar.m: New file. | |
8442 * deprecated/is_square.m: New file. | |
8443 * deprecated/is_stream.m: New file. | |
8444 * deprecated/is_struct.m: New file. | |
8445 * deprecated/is_symmetric.m: New file. | |
8446 * deprecated/is_vector.m: New file. | |
4030 | 8447 * Change all callers of these functions to use the new names. |
4028 | 8448 |
4029 | 8449 * deprecated: New directory. |
8450 * Makefile.in (SUBDIRS): Add it to the list. | |
8451 | |
4026 | 8452 * general/isscalar.m: Rename from is_scalar.m. |
8453 * general/issquare.m: Rename from is_square.m. | |
8454 * general/issymmetric.m: Rename from is_symmetric.m. | |
8455 * general/isvector.m: Rename from is_vector.m. | |
8456 | |
4022 | 8457 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8458 | |
8459 * statistics/base/mean.m: Allow empty matrices. | |
8460 Handle DIM arg. | |
8461 | |
5095 | 8462 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 8463 |
8464 * plot/__errcomm__.m: If format is not specified, default to error | |
8465 bar format. | |
8466 | |
4011 | 8467 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8468 | |
8469 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
8470 __F_SETFL__ and __O_NONBLOCK__. | |
8471 | |
8472 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
8473 * miscellaneous/bug_report.m: Likewise. | |
8474 | |
4007 | 8475 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8476 | |
4008 | 8477 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
8478 * general/rem.m: Likewise. | |
8479 | |
8480 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
8481 * plot/semilogxerr.m: Likewise. | |
4007 | 8482 * plot/semilogyerr.m: Likewise. |
8483 | |
5095 | 8484 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 8485 |
8486 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
8487 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
8488 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
8489 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
8490 | |
8491 * plot/errorbar.m: Use __errcomm__.m. | |
8492 * plot/__errplot__.m: Minor cleanups. | |
8493 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
8494 * plot/__pltopt1__.m: Likewise. | |
8495 | |
3980 | 8496 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8497 | |
3981 | 8498 * general/rem.m: Delete redundant call to usage. |
8499 | |
3980 | 8500 * general/mod.m: Additional error checks, Texinfoize doc string. |
8501 | |
5095 | 8502 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 8503 |
8504 * general/mod.m: New function. | |
8505 | |
3979 | 8506 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8507 | |
8508 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
8509 * control/system/sysadd.m: Likewise. | |
8510 * control/system/sysgroup.m: Likewise. | |
8511 * control/system/syssub.m: Likewise. | |
8512 * elfun/gcd.m: Likewise. | |
8513 * elfun/lcm.m: Likewise. | |
8514 * general/common_size.m: Likewise. | |
8515 * io/printf.m: Likewise. | |
8516 * miscellaneous/menu.m: Likewise. | |
8517 * miscellaneous/path.m: Likewise. | |
8518 * plot/__errplot__.m: Likewise. | |
8519 * plot/__plt__.m: Likewise. | |
8520 * plot/axis.m: Likewise. | |
8521 * plot/errorbar.m: Likewise. | |
8522 * plot/mplot.m: Likewise. | |
8523 * plot/loglog.m: Likewise. | |
8524 * plot/plot.m: Likewise. | |
8525 * plot/plot_border.m: Likewise. | |
8526 * plot/semilogx.m: Likewise. | |
8527 * plot/semilogy.m: Likewise. | |
8528 * plot/xlabel.m: Likewise. | |
8529 * plot/ylabel.m: Likewise. | |
8530 * plot/zlabel.m: Likewise. | |
8531 * statistics/base/ppplot.m: Likewise. | |
8532 * statistics/base/qqplot.m: Likewise. | |
8533 * statistics/tests/bartlett_test.m: Likewise. | |
8534 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
8535 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
8536 * strings/str2mat.m: Likewise. | |
8537 * strings/strcat.m: Likewise. | |
8538 | |
5095 | 8539 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 8540 |
8541 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
8542 | |
3924 | 8543 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8544 | |
8545 * skip-autoheader: New file, for autogen.sh. | |
3925 | 8546 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 8547 |
5095 | 8548 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 8549 |
8550 * general/repmat.m: New function. | |
8551 | |
5095 | 8552 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 8553 |
8554 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
8555 Use optional parameter to specify the number of bits in the input. | |
8556 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
8557 floats in the range [-1,1], 2x speedup. | |
8558 | |
8559 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
8560 | |
3910 | 8561 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8562 | |
8563 * linear-algebra/kron.m: Delete. | |
8564 | |
5095 | 8565 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 8566 |
8567 * signal/freqz.m: If nargout is zero, plot results instead of | |
8568 returning them. | |
8569 * signal/freqz_plot.m: New file. | |
8570 | |
5095 | 8571 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 8572 |
5378 | 8573 * signal/unwrap.m: New file. |
3906 | 8574 |
5095 | 8575 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 8576 |
8577 * image/rgb2hsv.m: Faster, more accurate, remove the | |
8578 divide by zero warning. | |
8579 | |
5095 | 8580 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 8581 |
3894 | 8582 * strings/deblank.m: Trim \0 as well as blank. |
8583 | |
5378 | 8584 * freqz.m: Evaluate a specific range of frequencies |
3893 | 8585 expressed in radians or Hz relative to a supplied sample rate. |
8586 | |
5095 | 8587 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 8588 |
8589 * signal/fftfilt.m: Filter columns if called with a matrix. | |
8590 | |
3891 | 8591 * strings/findstr.m: Vectorize as much as possible. |
8592 | |
5095 | 8593 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 8594 |
8595 * special-matrix/invhilb.m: New version that is faster and more | |
8596 accurate. | |
8597 | |
5095 | 8598 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 8599 |
8600 * configure.in: Update for autoconf 2.5x. | |
8601 | |
5095 | 8602 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 8603 |
8604 * special-matrix/vander.m: Code tidy and vectorize. | |
8605 | |
5095 | 8606 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 8607 |
3883 | 8608 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
8609 to vectors. Issue a warning in the case x matches y' but return a | |
8610 column vector as Octave currently does. | |
8611 | |
3882 | 8612 * plot/contour.m: Set default number of levels for contour(x,y,z). |
8613 | |
8614 * control/system/starp.m: Leave more of the documentation | |
8615 processing to texinfo and less to the @format block. | |
8616 | |
8617 * image/imagesc.m: Only display image if no output is requested. | |
8618 Code tidying. | |
8619 | |
3876 | 8620 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8621 | |
8622 * statistics/base/center.m: Accept and return empty matrix. | |
8623 | |
3872 | 8624 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8625 | |
8626 * specfun/erfinv.m: Fix usage message. | |
8627 | |
3869 | 8628 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8629 | |
8630 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
8631 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
8632 | |
3837 | 8633 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8634 | |
8635 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
8636 capitalized variable names. | |
8637 | |
3836 | 8638 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
8639 | |
8640 * m/image/saveimage.m: fix saving an image to Postscript format. | |
8641 | |
5095 | 8642 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 8643 |
8644 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
8645 | |
3803 | 8646 2001-02-28 Kai Habel <kai.habel@gmx.de> |
8647 | |
3833 | 8648 * general/cart2pol.m: New file. |
8649 * general/pol2cart.m: New file. | |
8650 * general/cart2sph.m: New file. | |
8651 * general/sph2cart.m: New file. | |
8652 * image/rgb2hsv.m: New file. | |
8653 * image/hsv2rgb.m: New file. | |
3803 | 8654 |
8655 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
8656 | |
8657 * plot/meshgrid.m: Avoid for loops. | |
8658 * plot/meshdom.m: Likewise. | |
8659 | |
3801 | 8660 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8661 | |
8662 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
8663 | |
8664 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
8665 | |
8666 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
8667 norm. | |
8668 | |
3792 | 8669 2001-02-09 David Livings <david.livings@asa.co.uk> |
8670 | |
8671 * statistics/tests/welch_test.m: Fix typo. | |
8672 | |
8673 * statistics/distributions/chisquare_cdf.m: | |
8674 Don't restrict inputs to be only positive integers. | |
8675 * statistics/distributions/chisquare_inv.m: Likewise. | |
8676 * statistics/distributions/chisquare_pdf.m: Likewise. | |
8677 * statistics/distributions/chisquare_rnd.m: Likewise. | |
8678 * statistics/distributions/f_cdf.m: Likewise. | |
8679 * statistics/distributions/f_inv.m: Likewise. | |
8680 * statistics/distributions/f_pdf.m: Likewise. | |
8681 * statistics/distributions/f_rnd.m: Likewise. | |
8682 * statistics/distributions/t_cdf.m: Likewise. | |
8683 * statistics/distributions/t_inv.m: Likewise. | |
8684 * statistics/distributions/t_pdf.m: Likewise. | |
8685 * statistics/distributions/t_rnd.m: Likewise. | |
8686 | |
3790 | 8687 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8688 | |
8689 * strings/dec2base.m: New file. | |
8690 * strings/base2dec.m: New file. | |
8691 * strings/strjust.m: New file. | |
8692 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
8693 * strings/dec2bin.m: Likewise. | |
8694 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
8695 * strings/bin2dec.m: Likewise. | |
8696 | |
5095 | 8697 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 8698 |
8699 * statistics/base/ppplot.m: Use gset, not set. | |
8700 * statistics/base/qqplot.m: Likewise. | |
8701 | |
5095 | 8702 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 8703 |
8704 * control/system/c2d.m: Add missing endif. | |
8705 | |
3759 | 8706 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8707 | |
8708 * strings/index.m: Return 0 if either string is empty. | |
8709 | |
8710 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
8711 | |
8712 * control/system/c2d.m: Allow option of matched pole/zero | |
8713 equivalent for conversion. | |
8714 | |
8715 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
8716 | |
8717 * strings/findstr.m: Return empty matrix if search string is empty. | |
8718 | |
3757 | 8719 2000-12-15 Kai Habel <kai.habel@gmx.de> |
8720 | |
8721 * saveimage.m: Do create rawbit image for black and white images, | |
8722 but do it correctly. | |
8723 | |
3754 | 8724 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8725 | |
6778 | 8726 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
8727 result polynomials. | |
3754 | 8728 |
3748 | 8729 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8730 | |
8731 * image/saveimage.m: Don't try to create rawbit image. | |
8732 | |
3740 | 8733 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8734 | |
8735 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
8736 | |
5095 | 8737 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 8738 |
8739 * plot/contour.m: Reorder args for Matlab compatibility. | |
8740 | |
3727 | 8741 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
8742 | |
8743 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
8744 | |
3717 | 8745 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8746 | |
3718 | 8747 * plot/errorbar.m, plot/__errplot__.m: New functions. |
8748 | |
3717 | 8749 * plot/mesh.m: Also set nologscale before plotting. |
8750 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
8751 xyerrorbars instead of just errorbars. | |
8752 | |
3714 | 8753 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
8754 | |
8755 * image/image.m: Try display (from ImageMagick) first. | |
8756 | |
3709 | 8757 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
8758 | |
8759 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
8760 conjugate transpose. | |
8761 | |
3705 | 8762 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8763 | |
8764 * strings/str2mat.m: Apply setstr to each argument. | |
8765 | |
3696 | 8766 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
8767 | |
8768 * control/base/dkalman.m: New file. | |
8769 * control/base/dlqe.m: Handle singular A matrix. | |
8770 * control/base/dlqr.m: Likewise. | |
8771 | |
3695 | 8772 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8773 | |
8774 * strings/strcmp.m: Return 0 instead of an error if row and column | |
8775 dimensions don't match. | |
8776 | |
3690 | 8777 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
8778 | |
8779 * plot/hist.m: Allow 3 argument form to work. | |
8780 | |
5095 | 8781 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 8782 |
8783 * plot/plot.m: Add examples in doc string. | |
8784 | |
5095 | 8785 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 8786 |
8787 * control/base/__stepimp__.m: Reset multiplot state when done. | |
8788 Do the right thing even if automatic_replot is not zero. | |
8789 Avoid failure if system has pure imaginary poles. | |
8790 | |
3674 | 8791 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8792 | |
8793 * general/logical.m: Return arg if it is empty. Better error | |
8794 message for non-numeric types. | |
8795 | |
5095 | 8796 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 8797 |
8798 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
8799 about difference with Matlab dlqe function. | |
8800 | |
8801 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
8802 | |
5095 | 8803 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 8804 |
8805 * strings/strrep.m: Fix typo. | |
8806 | |
3666 | 8807 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8808 | |
8809 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
8810 | |
5095 | 8811 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 8812 |
8813 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 8814 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 8815 |
5095 | 8816 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 8817 |
8818 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
8819 guess for iteration. | |
8820 | |
3651 | 8821 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8822 | |
8823 * image/image.m: Allow image (A) or image (x, y, A). | |
8824 * image/imagesc.m: Likewise. | |
8825 | |
8826 * image/image.m: If zoom is not supplied, or if it is an empty | |
8827 matrix, autoscale the image. | |
8828 | |
3618 | 8829 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8830 | |
3619 | 8831 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
8832 Undo string escapes in text twice(!) before sending to gnuplot. | |
8833 | |
3618 | 8834 * image/saveimage.m: Add comment to file saying who created it and |
8835 when it was created. Suggested by Stephen Eglen | |
8836 <stephen@cogsci.ed.ac.uk>. | |
8837 | |
5095 | 8838 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 8839 |
8840 * polynomial/polyreduce.m: Simplify by looking for the first | |
8841 non-zero element rather than the last of the first set of zero | |
8842 elements. | |
8843 | |
8844 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
8845 | |
5095 | 8846 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 8847 |
8848 * image/saveimage.m: Swap black and white colormaps so zero is | |
8849 displayed as black and 1 is displayed as white. | |
8850 Fix indexing bug in ppm case. | |
8851 | |
3604 | 8852 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
8853 | |
8854 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
8855 between the two distributions (took same approach as ks.test() in R.) | |
8856 | |
3603 | 8857 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8858 | |
8859 * control/base/bode.m: Temporarily disable automatic_replot. | |
8860 | |
3599 | 8861 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8862 | |
3601 | 8863 * Makefile.in (clean): Also remove gethelp. |
8864 | |
3599 | 8865 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
8866 | |
5095 | 8867 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 8868 |
8869 * set/create_set.m: Use find to avoid while loop. | |
8870 | |
5095 | 8871 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 8872 |
8873 * plot/hist.m: New optional third argument. | |
8874 | |
8875 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8876 | |
8877 * miscellaneous/bug_report.m: Use octave-bug script with version | |
8878 number appended. | |
8879 | |
3575 | 8880 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8881 | |
8882 * gethelp.cc: Sprinkle with std:: qualifier. | |
8883 | |
3498 | 8884 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8885 | |
8886 * image/saveimage.m: Delete some debugging code. | |
8887 | |
3486 | 8888 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
8889 | |
8890 * signal/sinc.m: Avoid reshaping. | |
8891 | |
8892 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
8893 * image/ind2rgb.m: Ditto. | |
8894 * image/ind2gray.m: Ditto. | |
8895 * general/reshape.m: Ditto. Also no longer needs to reset | |
8896 implicit_str_to_num_ok. | |
8897 | |
3483 | 8898 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
8899 | |
8900 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
8901 a list of file structures, not a vector of numeric file ids. | |
8902 | |
3474 | 8903 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8904 | |
3476 | 8905 * plot/__axis_label__.m: New function. |
8906 Undo string escapes in text twice(!) before sending to gnuplot. | |
8907 * plot/xlabel.m: Use it. | |
8908 * plot/ylabel.m: Ditto. | |
8909 * plot/zlabel.m: Ditto. | |
8910 | |
3474 | 8911 * plot/mesh.m: Fix error message to reflect reality. |
8912 | |
5095 | 8913 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 8914 |
8915 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
8916 | |
5095 | 8917 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 8918 |
8919 * audio/saveaudio.m: Also accept files with .ul extension. | |
8920 * audio/loadaudio.m: Ditto. | |
8921 * audio/playaudio.m: Ditto. | |
8922 | |
3456 | 8923 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8924 | |
8925 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
8926 * statistics/distributions/beta_inv.m: Ditto. | |
8927 * statistics/distributions/beta_pdf.m: Ditto. | |
8928 * statistics/distributions/beta_rnd.m: Ditto. | |
8929 * statistics/distributions/binomial_cdf.m: Ditto. | |
8930 * statistics/distributions/binomial_inv.m: Ditto. | |
8931 * statistics/distributions/binomial_pdf.m: Ditto. | |
8932 * statistics/distributions/binomial_rnd.m: Ditto. | |
8933 * statistics/distributions/cauchy_cdf.m: Ditto. | |
8934 * statistics/distributions/cauchy_inv.m: Ditto. | |
8935 * statistics/distributions/cauchy_pdf.m: Ditto. | |
8936 * statistics/distributions/cauchy_rnd.m: Ditto. | |
8937 * statistics/distributions/chisquare_cdf.m: Ditto. | |
8938 * statistics/distributions/chisquare_inv.m: Ditto. | |
8939 * statistics/distributions/chisquare_pdf.m: Ditto. | |
8940 * statistics/distributions/chisquare_rnd.m: Ditto. | |
8941 * statistics/distributions/discrete_cdf.m: Ditto. | |
8942 * statistics/distributions/discrete_inv.m: Ditto. | |
8943 * statistics/distributions/discrete_pdf.m: Ditto. | |
8944 * statistics/distributions/discrete_rnd.m: Ditto. | |
8945 * statistics/distributions/empirical_cdf.m: Ditto. | |
8946 * statistics/distributions/empirical_inv.m: Ditto. | |
8947 * statistics/distributions/empirical_pdf.m: Ditto. | |
8948 * statistics/distributions/empirical_rnd.m: Ditto. | |
8949 * statistics/distributions/exponential_cdf.m: Ditto. | |
8950 * statistics/distributions/exponential_inv.m: Ditto. | |
8951 * statistics/distributions/exponential_pdf.m: Ditto. | |
8952 * statistics/distributions/exponential_rnd.m: Ditto. | |
8953 * statistics/distributions/f_cdf.m: Ditto. | |
8954 * statistics/distributions/f_inv.m: Ditto. | |
8955 * statistics/distributions/f_pdf.m: Ditto. | |
8956 * statistics/distributions/f_rnd.m: Ditto. | |
8957 * statistics/distributions/gamma_cdf.m: Ditto. | |
8958 * statistics/distributions/gamma_inv.m: Ditto. | |
8959 * statistics/distributions/gamma_pdf.m: Ditto. | |
8960 * statistics/distributions/gamma_rnd.m: Ditto. | |
8961 * statistics/distributions/geometric_cdf.m: Ditto. | |
8962 * statistics/distributions/geometric_inv.m: Ditto. | |
8963 * statistics/distributions/geometric_pdf.m: Ditto. | |
8964 * statistics/distributions/geometric_rnd.m: Ditto. | |
8965 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
8966 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
8967 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
8968 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
8969 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
8970 * statistics/distributions/laplace_cdf.m: Ditto. | |
8971 * statistics/distributions/laplace_inv.m: Ditto. | |
8972 * statistics/distributions/laplace_pdf.m: Ditto. | |
8973 * statistics/distributions/laplace_rnd.m: Ditto. | |
8974 * statistics/distributions/logistic_cdf.m: Ditto. | |
8975 * statistics/distributions/logistic_inv.m: Ditto. | |
8976 * statistics/distributions/logistic_pdf.m: Ditto. | |
8977 * statistics/distributions/logistic_rnd.m: Ditto. | |
8978 * statistics/distributions/lognormal_cdf.m: Ditto. | |
8979 * statistics/distributions/lognormal_inv.m: Ditto. | |
8980 * statistics/distributions/lognormal_pdf.m: Ditto. | |
8981 * statistics/distributions/lognormal_rnd.m: Ditto. | |
8982 * statistics/distributions/normal_cdf.m: Ditto. | |
8983 * statistics/distributions/normal_inv.m: Ditto. | |
8984 * statistics/distributions/normal_pdf.m: Ditto. | |
8985 * statistics/distributions/normal_rnd.m: Ditto. | |
8986 * statistics/distributions/pascal_cdf.m: Ditto. | |
8987 * statistics/distributions/pascal_inv.m: Ditto. | |
8988 * statistics/distributions/pascal_pdf.m: Ditto. | |
8989 * statistics/distributions/pascal_rnd.m: Ditto. | |
8990 * statistics/distributions/poisson_cdf.m: Ditto. | |
8991 * statistics/distributions/poisson_inv.m: Ditto. | |
8992 * statistics/distributions/poisson_pdf.m: Ditto. | |
8993 * statistics/distributions/poisson_rnd.m: Ditto. | |
8994 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
8995 * statistics/distributions/stdnormal_inv.m: Ditto. | |
8996 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
8997 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
8998 * statistics/distributions/t_cdf.m: Ditto. | |
8999 * statistics/distributions/t_inv.m: Ditto. | |
9000 * statistics/distributions/t_pdf.m: Ditto. | |
9001 * statistics/distributions/t_rnd.m: Ditto. | |
9002 * statistics/distributions/uniform_cdf.m: Ditto. | |
9003 * statistics/distributions/uniform_inv.m: Ditto. | |
9004 * statistics/distributions/uniform_pdf.m: Ditto. | |
9005 * statistics/distributions/uniform_rnd.m: Ditto. | |
9006 * statistics/distributions/weibull_cdf.m: Ditto. | |
9007 * statistics/distributions/weibull_inv.m: Ditto. | |
9008 * statistics/distributions/weibull_pdf.m: Ditto. | |
9009 * statistics/distributions/weibull_rnd.m: Ditto. | |
9010 * statistics/distributions/wiener_rnd.m: Ditto. | |
9011 | |
3453 | 9012 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9013 | |
9014 * statistics/base/values.m: Texinfoize doc string. | |
9015 * statistics/base/var.m: Ditto. | |
9016 * statistics/base/table.m: Ditto. | |
9017 * statistics/base/studentize.m: Ditto. | |
9018 * statistics/base/statistics.m: Ditto. | |
9019 * statistics/base/spearman.m: Ditto. | |
9020 * statistics/base/run_count.m: Ditto. | |
9021 * statistics/base/ranks.m: Ditto. | |
9022 * statistics/base/range.m: Ditto. | |
9023 * statistics/base/qqplot.m: Ditto. | |
9024 * statistics/base/probit.m: Ditto. | |
9025 * statistics/base/ppplot.m: Ditto. | |
9026 * statistics/base/moment.m: Ditto. | |
9027 * statistics/base/meansq.m: Ditto. | |
9028 * statistics/base/logit.m: Ditto. | |
9029 * statistics/base/kendall.m: Ditto. | |
9030 * statistics/base/iqr.m: Ditto. | |
9031 * statistics/base/cut.m: Ditto. | |
9032 * statistics/base/cor.m: Ditto. | |
9033 * statistics/base/cloglog.m: Ditto. | |
9034 * statistics/base/center.m: Ditto. | |
3454 | 9035 * statistics/models/logistic_regression.m: Ditto. |
9036 * statistics/models/logistic_regression_derivative.m: Ditto. | |
9037 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
9038 * statistics/tests/anova.m: Ditto. | |
9039 * statistics/tests/bartlett_test.m: Ditto. | |
9040 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
9041 * statistics/tests/chisquare_test_independence.m: Ditto. | |
9042 * statistics/tests/cor_test.m: Ditto. | |
9043 * statistics/tests/f_test_regression.m: Ditto. | |
9044 * statistics/tests/hotelling_test.m: Ditto. | |
9045 * statistics/tests/hotelling_test_2.m: Ditto. | |
9046 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
9047 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
9048 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
9049 * statistics/tests/manova.m: Ditto. | |
9050 * statistics/tests/mcnemar_test.m: Ditto. | |
9051 * statistics/tests/prop_test_2.m: Ditto. | |
9052 * statistics/tests/run_test.m: Ditto. | |
9053 * statistics/tests/sign_test.m: Ditto. | |
9054 * statistics/tests/t_test.m: Ditto. | |
9055 * statistics/tests/t_test_2.m: Ditto. | |
9056 * statistics/tests/t_test_regression.m: Ditto. | |
9057 * statistics/tests/u_test.m: Ditto. | |
9058 * statistics/tests/var_test.m: Ditto. | |
9059 * statistics/tests/welch_test.m: Ditto. | |
9060 * statistics/tests/wilcoxon_test.m: Ditto. | |
9061 * statistics/tests/z_test.m: Ditto. | |
9062 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 9063 |
3446 | 9064 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9065 | |
9066 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 9067 * plot/__plr1__.m: Ditto. |
9068 * plot/__pltopt__.m: Ditto. | |
9069 * plot/__plt__.m: Ditto. | |
9070 * plot/__plt2vv__.m: Ditto. | |
9071 * plot/__plr2__.m: Ditto. | |
9072 * plot/__plr__.m: Ditto. | |
9073 * plot/__plt1__.m: Ditto. | |
9074 * plot/__plt2__.m: Ditto. | |
9075 * plot/__plt2mm__.m: Ditto. | |
9076 * plot/__plt2mv__.m: Ditto. | |
9077 * plot/__plt2ss__.m: Ditto. | |
9078 * miscellaneous/paren.m: Ditto. | |
9079 * miscellaneous/comma.m: Ditto. | |
9080 * miscellaneous/semicolon.m: Ditto. | |
9081 * miscellaneous/path.m: Ditto. | |
9082 * miscellaneous/list_primes.m: Ditto. | |
9083 * miscellaneous/flops.m: Ditto. | |
9084 * miscellaneous/dump_prefs.m: Ditto. | |
9085 * miscellaneous/bug_report.m: Ditto. | |
9086 * linear-algebra/dot.m: Ditto | |
9087 * linear-algebra/dmult.m: Ditto. | |
9088 * general/randperm.m: Ditto. | |
9089 * general/logical.m: Ditto. | |
9090 * general/is_duplicate_entry.m: Ditto. | |
9091 * signal/arch_fit.m: Ditto. | |
9092 * signal/arch_rnd.m: Ditto. | |
9093 * signal/arch_test.m: Ditto. | |
9094 * signal/arma_rnd.m: Ditto. | |
9095 * signal/autocor.m: Ditto. | |
9096 * signal/autocov.m: Ditto. | |
9097 * signal/autoreg_matrix.m: Ditto. | |
9098 * signal/bartlett.m: Ditto. | |
9099 * signal/blackman.m: Ditto. | |
9100 * signal/detrend.m: Ditto. | |
9101 * signal/diffpara.m: Ditto. | |
9102 * signal/durbinlevinson.m: Ditto. | |
9103 * signal/fftconv.m: Ditto. | |
9104 * signal/fftfilt.m: Ditto. | |
9105 * signal/fftshift.m: Ditto. | |
9106 * signal/fractdiff.m: Ditto. | |
9107 * signal/freqz.m: Ditto. | |
9108 * signal/hamming.m: Ditto. | |
9109 * signal/hanning.m: Ditto. | |
9110 * signal/hurst.m: Ditto. | |
9111 * signal/periodogram.m: Ditto. | |
9112 * signal/rectangle_lw.m: Ditto. | |
9113 * signal/rectangle_sw.m: Ditto. | |
9114 * signal/sinc.m: Ditto. | |
9115 * signal/sinetone.m: Ditto. | |
9116 * signal/sinewave.m: Ditto. | |
9117 * signal/spectral_adf.m: Ditto. | |
9118 * signal/spectral_xdf.m: Ditto. | |
9119 * signal/spencer.m: Ditto. | |
9120 * signal/stft.m: Ditto. | |
9121 * signal/synthesis.m: Ditto. | |
9122 * signal/triangle_lw.m: Ditto. | |
9123 * signal/triangle_sw.m: Ditto. | |
9124 * signal/yulewalker.m: Ditto. | |
3450 | 9125 * control/util/strappend.m: Ditto. |
3451 | 9126 * control/base/nichols.m: Ditto. |
3452 | 9127 * control/system/is_signal_list.m: Ditto. |
9128 * control/system/listidx.m: Ditto. | |
9129 * control/system/sysgettsam.m: Ditto. | |
9130 * control/system/sysidx.m: Ditto. | |
3446 | 9131 |
3438 | 9132 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9133 | |
9134 * control/system/__abcddims__.m: Rename from | |
9135 control/system/abcddims.m, change all callers. | |
9136 * control/base/__bodquist__.m: Likewise. | |
9137 * control/base/__freqresp__.m: Likewise. | |
9138 * control/util/__outlist__.m: Likewise. | |
9139 * control/base/__stepimp__.m: Likewise. | |
9140 * control/system/__syschnamesl__.m: Likewise. | |
9141 * control/system/__syscont_disc__.m: Likewise. | |
9142 * control/system/__sysdefioname__.m: Likewise. | |
9143 * control/system/__sysdefstname__.m: Likewise. | |
9144 * control/system/__sysgroupn__.m: Likewise. | |
9145 * control/system/__tf2sysl__.m: Likewise. | |
9146 * control/util/__zgpbal__.m: Likewise. | |
9147 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 9148 |
9149 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 9150 * quaternion/qconj.m: Ditto. |
9151 * quaternion/qcoordinate_plot.m: Ditto. | |
9152 * quaternion/qderiv.m: Ditto. | |
9153 * quaternion/qderivmat.m: Ditto. | |
9154 * quaternion/qinv.m: Ditto. | |
9155 * quaternion/qmult.m: Ditto. | |
9156 * quaternion/qtrans.m: Ditto. | |
9157 * quaternion/qtransv.m: Ditto. | |
9158 * quaternion/qtransvmat.m: Ditto. | |
9159 * quaternion/quaternion.m: Ditto. | |
3438 | 9160 |
3436 | 9161 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9162 | |
9163 * control/base/Makefile.in: Ditto. | |
9164 * control/hinf/Makefile.in: New file. | |
9165 * control/marsyas/Makefile.in: Ditto. | |
9166 * control/obsolete/Makefile.in: Ditto. | |
9167 * control/system/Makefile.in: Ditto. | |
9168 * control/util/Makefile.in: Ditto. | |
9169 | |
9170 * strings/com2str.m: Move here from control directory. | |
9171 | |
9172 * control/base: New directory. | |
9173 * control/base/DEMOcontrol.m: Move here from control directory. | |
9174 * control/base/analdemo.m: Ditto. | |
9175 * control/base/are.m: Ditto. | |
9176 * control/base/bddemo.m: Ditto. | |
9177 * control/base/bode.m: Ditto. | |
9178 * control/base/bode_bounds.m: Ditto. | |
9179 * control/base/bodquist.m: Ditto. | |
9180 * control/base/controldemo.m: Ditto. | |
9181 * control/base/ctrb.m: Ditto. | |
9182 * control/base/damp.m: Ditto. | |
9183 * control/base/dare.m: Ditto. | |
9184 * control/base/dcgain.m: Ditto. | |
9185 * control/base/dgram.m: Ditto. | |
9186 * control/base/dlqe.m: Ditto. | |
9187 * control/base/dlqr.m: Ditto. | |
9188 * control/base/dlyap.m: Ditto. | |
9189 * control/base/dre.m: Ditto. | |
9190 * control/base/frdemo.m: Ditto. | |
9191 * control/base/freqchkw.m: Ditto. | |
9192 * control/base/freqresp.m: Ditto. | |
9193 * control/base/gram.m: Ditto. | |
9194 * control/base/impulse.m: Ditto. | |
9195 * control/base/lqe.m: Ditto. | |
9196 * control/base/lqg.m: Ditto. | |
9197 * control/base/lqr.m: Ditto. | |
9198 * control/base/lsim.m: Ditto. | |
9199 * control/base/ltifr.m: Ditto. | |
9200 * control/base/lyap.m: Ditto. | |
9201 * control/base/nichols.m: Ditto. | |
9202 * control/base/nyquist.m: Ditto. | |
9203 * control/base/obsv.m: Ditto. | |
9204 * control/base/place.m: Ditto. | |
9205 * control/base/pzmap.m: Ditto. | |
9206 * control/base/rldemo.m: Ditto. | |
9207 * control/base/rlocus.m: Ditto. | |
9208 * control/base/step.m: Ditto. | |
9209 * control/base/stepimp.m: Ditto. | |
9210 * control/base/tzero.m: Ditto. | |
9211 * control/base/tzero2.m: Ditto. | |
9212 | |
9213 * control/hinf: New directory. | |
9214 * control/hinf/dhinfdemo.m: Move here from control directory. | |
9215 * control/hinf/h2norm.m: Ditto. | |
9216 * control/hinf/h2syn.m: Ditto. | |
9217 * control/hinf/hinf_ctr.m: Ditto. | |
9218 * control/hinf/hinfdemo.m: Ditto. | |
9219 * control/hinf/hinfnorm.m: Ditto. | |
9220 * control/hinf/hinfsyn.m: Ditto. | |
9221 * control/hinf/hinfsyn_chk.m: Ditto. | |
9222 * control/hinf/hinfsyn_ric.m: Ditto. | |
9223 * control/hinf/wgt1o.m: Ditto. | |
3441 | 9224 * control/hinf/dgkfdemo.m: Ditto. |
9225 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 9226 |
9227 * control/marsyas: New directory. | |
9228 * control/marsyas/demomarsyas.m: Move here from control directory. | |
9229 * control/marsyas/susball.m: Ditto. | |
9230 | |
9231 * control/obsolete/dezero.m: Move here from control directory. | |
9232 * control/obsolete/rotg.m: Ditto. | |
9233 | |
9234 * control/system: New directory. | |
9235 * control/system/abcddim.m: Move here from control directory. | |
9236 * control/system/abcddims.m: Ditto. | |
9237 * control/system/buildssic.m: Ditto. | |
9238 * control/system/c2d.m: Ditto. | |
9239 * control/system/d2c.m: Ditto. | |
9240 * control/system/dmr2d.m: Ditto. | |
9241 * control/system/fir2sys.m: Ditto. | |
9242 * control/system/is_abcd.m: Ditto. | |
9243 * control/system/is_digital.m: Ditto. | |
9244 * control/system/is_sample.m: Ditto. | |
9245 * control/system/is_signal_list.m: Ditto. | |
9246 * control/system/is_siso.m: Ditto. | |
3441 | 9247 * control/system/is_controllable.m: Ditto. |
9248 * control/system/is_detectable.m: Ditto. | |
9249 * control/system/is_observable.m: Ditto. | |
9250 * control/system/is_stabilizable.m: Ditto. | |
9251 * control/system/is_stable.m: Ditto. | |
3436 | 9252 * control/system/jet707.m: Ditto. |
9253 * control/system/listidx.m: Ditto. | |
9254 * control/system/moddemo.m: Ditto. | |
9255 * control/system/ord2.m: Ditto. | |
9256 * control/system/packedform.m: Ditto. | |
9257 * control/system/parallel.m: Ditto. | |
9258 * control/system/ss2sys.m: Ditto. | |
9259 * control/system/ss2tf.m: Ditto. | |
9260 * control/system/ss2zp.m: Ditto. | |
9261 * control/system/starp.m: Ditto. | |
9262 * control/system/sys2fir.m: Ditto. | |
9263 * control/system/sys2ss.m: Ditto. | |
9264 * control/system/sys2tf.m: Ditto. | |
9265 * control/system/sys2zp.m: Ditto. | |
9266 * control/system/sysadd.m: Ditto. | |
9267 * control/system/sysappend.m: Ditto. | |
9268 * control/system/syschnamesl.m: Ditto. | |
9269 * control/system/syschtsam.m: Ditto. | |
9270 * control/system/sysconnect.m: Ditto. | |
9271 * control/system/syscont.m: Ditto. | |
9272 * control/system/syscont_disc.m: Ditto. | |
9273 * control/system/sysdefioname.m: Ditto. | |
9274 * control/system/sysdefstname.m: Ditto. | |
9275 * control/system/sysdimensions.m: Ditto. | |
9276 * control/system/sysdisc.m: Ditto. | |
9277 * control/system/sysdup.m: Ditto. | |
9278 * control/system/sysgetsignals.m: Ditto. | |
9279 * control/system/sysgettsam.m: Ditto. | |
9280 * control/system/sysgettype.m: Ditto. | |
9281 * control/system/sysgroup.m: Ditto. | |
9282 * control/system/sysgroupn.m: Ditto. | |
9283 * control/system/sysidx.m: Ditto. | |
9284 * control/system/sysmin.m: Ditto. | |
9285 * control/system/sysmult.m: Ditto. | |
9286 * control/system/sysout.m: Ditto. | |
9287 * control/system/sysprune.m: Ditto. | |
9288 * control/system/sysreorder.m: Ditto. | |
9289 * control/system/sysrepdemo.m: Ditto. | |
9290 * control/system/sysscale.m: Ditto. | |
9291 * control/system/syssetsignals.m: Ditto. | |
9292 * control/system/syssub.m: Ditto. | |
9293 * control/system/sysupdate.m: Ditto. | |
9294 * control/system/tf2ss.m: Ditto. | |
9295 * control/system/tf2sys.m: Ditto. | |
9296 * control/system/tf2sysl.m: Ditto. | |
9297 * control/system/tf2zp.m: Ditto. | |
9298 * control/system/tfout.m: Ditto. | |
9299 * control/system/ugain.m: Ditto. | |
9300 * control/system/zp2ss.m: Ditto. | |
9301 * control/system/zp2ssg2.m: Ditto. | |
9302 * control/system/zp2sys.m: Ditto. | |
9303 * control/system/zp2tf.m: Ditto. | |
9304 * control/system/zpout.m: Ditto. | |
9305 | |
9306 * control/util: New directory. | |
9307 * control/util/axis2dlim.m: Move here from control directory. | |
9308 * control/util/outlist.m: Ditto. | |
9309 * control/util/prompt.m: Ditto. | |
9310 * control/util/run_cmd.m: Ditto. | |
9311 * control/util/sortcom.m: Ditto. | |
9312 * control/util/strappend.m: Ditto. | |
9313 * control/util/swap.m: Ditto. | |
9314 * control/util/zgfmul.m: Ditto. | |
9315 * control/util/zgfslv.m: Ditto. | |
9316 * control/util/zginit.m: Ditto. | |
9317 * control/util/zgpbal.m: Ditto. | |
9318 * control/util/zgreduce.m: Ditto. | |
9319 * control/util/zgrownorm.m: Ditto. | |
9320 * control/util/zgscal.m: Ditto. | |
9321 * control/util/zgsgiv.m: Ditto. | |
9322 * control/util/zgshsr.m: Ditto. | |
9323 | |
3427 | 9324 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9325 | |
9326 * gethelp.cc (extract_help_text): Discard first space character | |
9327 after consecutive comment characters. | |
9328 | |
3422 | 9329 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
9330 | |
9331 * control/obsolete: New directory | |
9332 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 9333 * control/obsolete/swapcols.m: Ditto. |
9334 * control/obsolete/dlqg.m: Ditto. | |
9335 * control/obsolete/minfo.m: Ditto. | |
9336 * control/obsolete/packsys.m: Ditto. | |
9337 * control/obsolete/qzval.m: Ditto. | |
9338 * control/obsolete/unpacksys.m: Ditto. | |
9339 * control/obsolete/series.m: Ditto. | |
9340 * control/obsolete/syschnames.m: Ditto. | |
9341 * polynomial/polyout.m: Ditto. | |
3422 | 9342 |
3420 | 9343 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9344 | |
9345 * general/fliplr.m: Eliminate useless copy of arg. | |
9346 * general/flipud.m: Ditto. | |
9347 | |
3418 | 9348 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9349 | |
9350 * linear-algebra/cross.m: Only return a row vector if both args | |
9351 are row vectors. | |
9352 * polynomial/polyfit.m: Likewise. | |
9353 | |
9354 * signal/autocov.m: Don't reset prefer_column_vectors. | |
9355 | |
9356 * statistics/distributions/discrete_rnd.m: | |
9357 Always generate a row vector. | |
9358 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
9359 | |
5095 | 9360 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 9361 |
9362 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
9363 | |
9364 * audio/setaudio.m: Texinfoize doc string. | |
9365 * control/com2str.m: Likewise. | |
9366 * control/controldemo.m: Likewise. | |
9367 * control/DEMOcontrol.m: Likewise. | |
9368 * control/dezero.m: Likewise. | |
9369 * control/dre.m: Likewise. | |
9370 * control/hinfsyn_ric.m: Likewise. | |
9371 | |
5095 | 9372 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 9373 |
9374 * io/printf.m: Add @seealso{...} to doc string. | |
9375 * io/puts.m: Likewise. | |
9376 * plot/semilogx.m: Likewise. | |
9377 * plot/semilogy.m: Likewise. | |
9378 * plot/__pltopt__.m: Likewise. | |
9379 * plot/bar.m: Likewise. | |
9380 * plot/xlabel.m: Likewise. | |
9381 * plot/grid.m: Likewise. | |
9382 * plot/shg.m: Likewise. | |
9383 * plot/title.m: Likewise. | |
9384 * plot/mesh.m: Likewise. | |
9385 * plot/__pltopt1__.m: Likewise. | |
9386 * plot/contour.m: Likewise. | |
9387 * plot/hist.m: Likewise. | |
9388 * plot/stairs.m: Likewise. | |
9389 * plot/meshgrid.m: Likewise. | |
9390 * plot/polar.m: Likewise. | |
9391 * plot/loglog.m: Likewise. | |
9392 * plot/plot.m: Likewise. | |
9393 * miscellaneous/semicolon.m: Likewise. | |
9394 * miscellaneous/menu.m: Likewise. | |
9395 * miscellaneous/etime.m: Likewise. | |
9396 * miscellaneous/texas_lotto.m: Likewise. | |
9397 * miscellaneous/comma.m: Likewise. | |
9398 * audio/lin2mu.m: Likewise. | |
9399 * audio/playaudio.m: Likewise. | |
9400 * audio/loadaudio.m: Likewise. | |
9401 * audio/saveaudio.m: Likewise. | |
9402 * audio/mu2lin.m: Likewise. | |
9403 * audio/record.m: Likewise. | |
9404 * strings/isletter.m: Likewise. | |
9405 * strings/lower.m: Likewise. | |
9406 * strings/lower.m: Likewise. | |
9407 * strings/upper.m: Likewise. | |
9408 * specfun/erfinv.m: Likewise. | |
9409 * specfun/gammai.m: Likewise. | |
9410 * specfun/log2.m: Likewise. | |
9411 * specfun/pow2.m: Likewise. | |
9412 * elfun/gcd.m: Likewise. | |
9413 * elfun/lcm.m: Likewise. | |
9414 * special-matrix/vander.m: Likewise. | |
9415 * special-matrix/sylvester_matrix.m: Likewise. | |
9416 * special-matrix/hilb.m: Likewise. | |
9417 * special-matrix/hankel.m: Likewise. | |
9418 * special-matrix/toeplitz.m: Likewise. | |
9419 * special-matrix/invhilb.m: Likewise. | |
9420 * statistics/base/std.m: Likewise. | |
9421 * statistics/base/median.m: Likewise. | |
9422 * linear-algebra/cond.m: Likewise. | |
9423 * linear-algebra/norm.m: Likewise. | |
9424 * finance/nper.m: Likewise. | |
9425 * finance/pmt.m: Likewise. | |
9426 * finance/pv.m: Likewise. | |
9427 * finance/rate.m: Likewise. | |
9428 * finance/npv.m: Likewise. | |
9429 * general/fliplr.m: Likewise. | |
9430 * general/flipud.m: Likewise. | |
9431 * general/is_scalar.m: Likewise. | |
9432 * general/rem.m: Likewise. | |
9433 * general/perror.m: Likewise. | |
9434 * general/tril.m: Likewise. | |
9435 * general/rot90.m: Likewise. | |
9436 * general/num2str.m: Likewise. | |
9437 * general/int2str.m: Likewise. | |
9438 * general/reshape.m: Likewise. | |
9439 * general/logspace.m: Likewise. | |
9440 * general/is_symmetric.m: Likewise. | |
9441 * general/is_vector.m: Likewise. | |
9442 * general/nextpow2.m: Likewise. | |
9443 * general/columns.m: Likewise. | |
9444 * general/is_square.m: Likewise. | |
9445 * general/rows.m: Likewise. | |
9446 * control/ugain.m: Likewise. | |
9447 * control/damp.m: Likewise. | |
9448 * control/dare.m: Likewise. | |
9449 * control/are.m: Likewise. | |
9450 * control/sys2fir.m: Likewise. | |
9451 * control/abcddim.m: Likewise. | |
9452 * control/is_abcd.m: Likewise. | |
9453 * control/step.m: Likewise. | |
9454 * control/is_observable.m: Likewise. | |
9455 * control/is_controllable.m: Likewise. | |
9456 * control/jet707.m: Likewise. | |
9457 * control/polyout.m: Likewise. | |
9458 * control/impulse.m: Likewise. | |
9459 * control/lqg.m: Likewise. | |
9460 * control/is_detectable.m: Likewise. | |
9461 * control/sysdimensions.m: Likewise. | |
9462 * control/sysupdate.m: Likewise. | |
9463 * control/stepimp.m: Likewise. | |
9464 * control/is_stable.m: Likewise. | |
9465 * control/tfout.m: Likewise. | |
9466 * control/zpout.m: Likewise. | |
9467 | |
3405 | 9468 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9469 | |
9470 * set/complement.m: Add @seealso{} stuff. | |
9471 * set/create_set.m: Likewise. | |
9472 * set/intersection.m: Likewise. | |
9473 * set/union.m: Likewise. | |
9474 | |
3399 | 9475 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9476 | |
3400 | 9477 * control/d2c.m: Use double quotes instead of single quotes for |
9478 string constants. | |
9479 * control/dgkfdemo.m: Likewise. | |
9480 * control/fir2sys.m: Likewise. | |
9481 * control/frdemo.m: Likewise. | |
9482 * control/moddemo.m: Likewise. | |
9483 * control/minfo.m: Likewise. | |
9484 * control/is_stabilizable.m: Likewise. | |
9485 * control/is_dgkf.m: Likewise. | |
9486 * control/polyout.m: Likewise. | |
9487 * control/sysconnect.m: Likewise. | |
9488 * control/sysrepdemo.m: Likewise. | |
9489 * control/tf2sys.m: Likewise. | |
9490 * control/tfout.m: Likewise. | |
9491 * control/zp2sys.m: Likewise. | |
9492 * control/zpout.m: Likewise. | |
9493 * control/tzero.m: Likewise. | |
9494 | |
9495 * control/DEMOcontrol.m: Handle moddemo case too. | |
9496 | |
9497 * image/loadimage.m: Use double quotes instead of single quotes | |
9498 for string constants. Use sprintf instead of square brackets to | |
9499 construct string. | |
9500 | |
3399 | 9501 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 9502 * control/fir2sys.m: Likewise. |
3399 | 9503 |
3390 | 9504 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9505 | |
9506 * mkdoc: Only delete spaces before @ characters at the beginning | |
9507 of a line. | |
9508 | |
3383 | 9509 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9510 | |
3388 | 9511 * control/bddemo.m: Make it more likely to work with any value of |
9512 whitespace_in_literal_matrix. | |
3386 | 9513 * control/analdemo.m: Ditto. |
9514 * control/dgkfdemo.m: Ditto. | |
9515 * control/frdemo.m: Ditto. | |
9516 * control/sysrepdemo.m: Ditto. | |
9517 * control/moddemo.m: Ditto. | |
3388 | 9518 * control/zp2ss.m: Ditto. |
3387 | 9519 * control/zp2tf.m: Ditto. |
3388 | 9520 * control/syssub.m: Ditto. |
9521 * finance/npv.m: Ditto. | |
9522 * statistics/base/studentize.m: Ditto. | |
9523 * statistics/base/values.m: Ditto. | |
9524 * statistics/distributions/exponential_cdf.m: Ditto. | |
9525 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 9526 |
3384 | 9527 * control/dezero.m: Use toascii to convert string to ASCII value |
9528 instead of multiplying it by 1. | |
9529 | |
3383 | 9530 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
9531 * control/zpout.m: Ditto. | |
9532 * control/tfout.m: Ditto. | |
9533 * control/tf2sys.m: Ditto. | |
9534 * control/syssub.m: Ditto. | |
9535 * control/syssetsignals.m: Ditto. | |
9536 * control/sysout.m: Ditto. | |
9537 * control/sysmult.m: Ditto. | |
9538 * control/sysgroup.m: Ditto. | |
9539 * control/sysdup.m: Ditto. | |
9540 * control/sysdisc.m: Ditto. | |
9541 * control/syscont.m: Ditto. | |
9542 * control/sysconnect.m: Ditto. | |
9543 * control/sysappend.m: Ditto. | |
9544 * control/sysadd.m: Ditto. | |
9545 * control/ss2sys.m: Ditto. | |
9546 * control/nyquist.m: Ditto. | |
9547 * control/lqg.m: Ditto. | |
9548 * control/fir2sys.m: Ditto. | |
9549 * control/dmr2d.m: Ditto. | |
9550 * control/dezero.m: Ditto. | |
9551 * control/d2c.m: Ditto. | |
9552 * control/c2d.m: Ditto. | |
9553 * control/bddemo.m: Ditto. | |
9554 * control/pzmap.m: Ditto. | |
9555 | |
5095 | 9556 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 9557 |
9558 * signal/spectral_adf.m: Fix typo. | |
9559 | |
3372 | 9560 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9561 | |
9562 * linear-algebra/cond.m: Texinfoize doc string. | |
9563 * linear-algebra/kron.m: Ditto. | |
9564 * linear-algebra/norm.m: Ditto. | |
9565 * linear-algebra/null.m: Ditto. | |
9566 * linear-algebra/orth.m: Ditto. | |
9567 * linear-algebra/rank.m: Ditto. | |
9568 * linear-algebra/trace.m: Ditto. | |
9569 * linear-algebra/qzhess.m: Ditto. | |
9570 * miscellaneous/menu.m: Ditto. | |
3373 | 9571 * general/perror.m: Ditto. |
9572 * general/strerror.m: Ditto. | |
9573 * general/columns.m: Ditto. | |
9574 * general/rows.m: Ditto. | |
9575 * image/colormap.m: Ditto. | |
9576 * image/gray.m: Ditto. | |
9577 * image/gray2ind.m: Ditto. | |
9578 * image/image.m: Ditto. | |
9579 * image/imagesc.m: Ditto. | |
9580 * image/imshow.m: Ditto. | |
9581 * image/ind2gray.m: Ditto. | |
9582 * image/ind2rgb.m: Ditto. | |
9583 * image/loadimage.m: Ditto. | |
9584 * image/rgb2ntsc.m: Ditto. | |
9585 * image/ntsc2rgb.m: Ditto. | |
9586 * image/ocean.m: Ditto. | |
9587 * image/rgb2ind.m: Ditto. | |
9588 * image/saveimage.m: Ditto. | |
3372 | 9589 * io/printf.m: Ditto. |
9590 * io/puts.m: Ditto. | |
9591 | |
3369 | 9592 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9593 | |
9594 * special-matrix/hankel.m: Texinfoize doc string. | |
9595 * special-matrix/hilb.m: Ditto. | |
9596 * special-matrix/invhilb.m: Ditto. | |
9597 * special-matrix/sylvester_matrix.m: Ditto. | |
9598 * special-matrix/toeplitz.m: Ditto. | |
9599 * special-matrix/vander.m: Ditto. | |
9600 * linear-algebra/vec.m: Ditto. | |
9601 * linear-algebra/vech.m: Ditto. | |
9602 * general/common_size.m: Ditto. | |
9603 * general/diff.m: Ditto. | |
9604 * general/fliplr.m: Ditto. | |
9605 * general/flipud.m: Ditto. | |
9606 * general/rot90.m: Ditto. | |
9607 * general/reshape.m: Ditto. | |
9608 * general/shift.m: Ditto. | |
9609 * general/tril.m: Ditto. | |
9610 * general/triu.m: Ditto. | |
9611 * general/logspace.m: Ditto. | |
3371 | 9612 * general/nargchk.m: Ditto. |
3369 | 9613 |
3367 | 9614 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9615 | |
9616 * statistics/base/mean: Texinfoize doc string. | |
9617 * statistics/base/median: Ditto. | |
9618 * statistics/base/std: Ditto. | |
9619 * statistics/base/cov: Ditto. | |
9620 * statistics/base/corrcoef: Ditto. | |
9621 * statistics/base/kurtosis: Ditto. | |
9622 * statistics/base/mahalanobis: Ditto. | |
9623 * statistics/base/skewness: Ditto. | |
3368 | 9624 * statistics/base/gls.m: Ditto. |
9625 * statistics/base/ols.m: Ditto. | |
3367 | 9626 * signal/detrend.m: Ditto. |
9627 * signal/freqz.m: Ditto. | |
9628 * signal/sinc.m: Ditto. | |
9629 * signal/fftconv.m: Ditto. | |
9630 * signal/fftfilt.m: Ditto. | |
3368 | 9631 * set/create_set.m: Ditto. |
9632 * set/union.m: Ditto. | |
9633 * set/intersection.m: Ditto. | |
9634 * set/complement.m: Ditto. | |
9635 * poly/compan.m: Ditto. | |
9636 * poly/conv: Ditto. | |
9637 * poly/deconv: Ditto. | |
9638 * poly/poly: Ditto. | |
9639 * poly/polyderiv: Ditto. | |
9640 * poly/polyfit: Ditto. | |
9641 * poly/polyinteg: Ditto. | |
9642 * poly/polyreduce: Ditto. | |
9643 * poly/polyval: Ditto. | |
9644 * poly/polyvalm: Ditto. | |
9645 * poly/residue: Ditto. | |
9646 * poly/roots: Ditto. | |
9647 * plot/top_title.m: Ditto | |
9648 * plot/subwindow.m: Ditto | |
9649 * plot/subplot.m: Ditto | |
9650 * plot/plot_border.m: Ditto | |
9651 * plot/oneplot.m: Ditto | |
9652 * plot/multiplot.m: Ditto | |
9653 * plot/mplot.m: Ditto | |
9654 * plot/xlabel.m: Ditto | |
9655 * plot/figure.m: Ditto | |
9656 * plot/meshdom.m: Ditto | |
9657 * plot/mesh.m: Ditto | |
9658 * plot/stairs.m: Ditto | |
9659 * plot/polar.m: Ditto | |
9660 * plot/loglog.m: Ditto | |
9661 * plot/hist.m: Ditto | |
9662 * plot/contour.m: Ditto | |
9663 * plot/bar.m: Ditto | |
9664 * plot/axis.m: Ditto | |
9665 * plot/plot.m: Ditto. | |
3367 | 9666 |
3361 | 9667 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9668 | |
3365 | 9669 * control/pinv.m: Delete. |
9670 | |
3364 | 9671 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
9672 | |
3361 | 9673 * strings/blanks.m: Texinfoize doc string. |
9674 * strings/strcat.m: Ditto. | |
9675 * strings/str2mat.m: Ditto. | |
9676 * strings/deblank.m: Ditto. | |
9677 * strings/findstr.m: Ditto. | |
9678 * strings/index.m: Ditto. | |
9679 * strings/rindex.m: Ditto. | |
9680 * strings/split.m: Ditto. | |
9681 * strings/strcmp.m: Ditto. | |
9682 * strings/strrep.m: Ditto. | |
9683 * strings/substr.m: Ditto. | |
9684 * general/int2str.m: Ditto. | |
9685 * general/num2str.m: Ditto. | |
9686 * strings/dec2bin.m: Ditto. | |
9687 * strings/bin2dec: Ditto. | |
9688 * strings/dec2bin: Ditto. | |
9689 * strings/dec2hex: Ditto. | |
9690 * strings/hex2dec: Ditto. | |
9691 * strings/str2num: Ditto. | |
9692 | |
3347 | 9693 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9694 | |
9695 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
9696 | |
5095 | 9697 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 9698 |
9699 * control/DEMOcontrol.m: Texinfoize doc string. | |
9700 * control/abcddim.m: Ditto. | |
9701 * control/abcddims.m: Ditto. | |
9702 * control/analdemo.m: Ditto. | |
9703 * control/are.m: Ditto. | |
9704 * control/axis2dlim.m: Ditto. | |
9705 * control/bddemo.m: Ditto. | |
9706 * control/bode.m: Ditto. | |
9707 * control/bode_bounds.m: Ditto. | |
9708 * control/bodquist.m: Ditto. | |
9709 * control/buildssic.m: Ditto. | |
9710 * control/c2d.m: Ditto. | |
9711 * control/ctrb.m: Ditto. | |
9712 * control/d2c.m: Ditto. | |
9713 * control/damp.m: Ditto. | |
9714 * control/dare.m: Ditto. | |
9715 * control/dcgain.m: Ditto. | |
9716 * control/dgkfdemo.m: Ditto. | |
9717 * control/dgram.m: Ditto. | |
9718 * control/dlqe.m: Ditto. | |
9719 * control/dlqr.m: Ditto. | |
9720 * control/dlyap.m: Ditto. | |
9721 * control/dmr2d.m: Ditto. | |
9722 * control/fir2sys.m: Ditto. | |
9723 * control/frdemo.m: Ditto. | |
9724 * control/freqchkw.m: Ditto. | |
9725 * control/freqresp.m: Ditto. | |
9726 * control/gram.m: Ditto. | |
9727 * control/h2norm.m: Ditto. | |
9728 * control/h2syn.m: Ditto. | |
9729 * control/hinf_ctr.m: Ditto. | |
9730 * control/hinfdemo.m: Ditto. | |
9731 * control/hinfnorm.m: Ditto. | |
9732 * control/hinfsyn.m: Ditto. | |
9733 * control/hinfsyn_chk.m: Ditto. | |
9734 * control/impulse.m: Ditto. | |
9735 * control/is_abcd.m: Ditto. | |
9736 * control/is_controllable.m: Ditto. | |
9737 * control/is_detectable.m: Ditto. | |
9738 * control/is_dgkf.m: Ditto. | |
9739 * control/is_digital.m: Ditto. | |
9740 * control/is_observable.m: Ditto. | |
9741 * control/is_sample.m: Ditto. | |
9742 * control/is_signal_list.m: Ditto. | |
9743 * control/is_siso.m: Ditto. | |
9744 * control/is_stabilizable.m: Ditto. | |
9745 * control/is_stable.m: Ditto. | |
9746 * control/jet707.m: Ditto. | |
9747 * control/lqe.m: Ditto. | |
9748 * control/lqg.m: Ditto. | |
9749 * control/lqr.m: Ditto. | |
9750 * control/lsim.m: Ditto. | |
9751 * control/ltifr.m: Ditto. | |
9752 * control/lyap.m: Ditto. | |
9753 * control/moddemo.m: Ditto. | |
9754 * control/nyquist.m: Ditto. | |
9755 * control/obsv.m: Ditto. | |
9756 * control/ord2.m: Ditto. | |
9757 * control/outlist.m: Ditto. | |
9758 * control/pinv.m: Ditto. | |
9759 * control/place.m: Ditto. | |
9760 * control/polyout.m: Ditto. | |
9761 * control/prompt.m: Ditto. | |
9762 * control/pzmap.m: Ditto. | |
9763 * control/qzval.m: Ditto. | |
9764 * control/rldemo.m: Ditto. | |
9765 * control/rlocus.m: Ditto. | |
9766 * control/sortcom.m: Ditto. | |
9767 * control/ss2sys.m: Ditto. | |
9768 * control/ss2tf.m: Ditto. | |
9769 * control/ss2zp.m: Ditto. | |
9770 * control/starp.m: Ditto. | |
9771 * control/step.m: Ditto. | |
9772 * control/stepimp.m: Ditto. | |
9773 * control/susball.m: Ditto. | |
9774 * control/sys2fir.m: Ditto. | |
9775 * control/sys2ss.m: Ditto. | |
9776 * control/sys2tf.m: Ditto. | |
9777 * control/sys2zp.m: Ditto. | |
9778 * control/sysadd.m: Ditto. | |
9779 * control/sysappend.m: Ditto. | |
9780 * control/syschnames.m: Ditto. | |
9781 * control/syschnamesl.m: Ditto. | |
9782 * control/syschtsam.m: Ditto. | |
9783 * control/sysconnect.m: Ditto. | |
9784 * control/syscont.m: Ditto. | |
9785 * control/syscont_disc.m: Ditto. | |
9786 * control/sysdefioname.m: Ditto. | |
9787 * control/sysdefstname.m: Ditto. | |
9788 * control/sysdimensions.m: Ditto. | |
9789 * control/sysdisc.m: Ditto. | |
9790 * control/sysdup.m: Ditto. | |
9791 * control/sysgetsignals.m: Ditto. | |
9792 * control/sysgettype.m: Ditto. | |
9793 * control/sysgroup.m: Ditto. | |
9794 * control/sysgroupn.m: Ditto. | |
9795 * control/sysmult.m: Ditto. | |
9796 * control/sysout.m: Ditto. | |
9797 * control/sysprune.m: Ditto. | |
9798 * control/sysreorder.m: Ditto. | |
9799 * control/sysrepdemo.m: Ditto. | |
9800 * control/sysscale.m: Ditto. | |
9801 * control/syssetsignals.m: Ditto. | |
9802 * control/syssub.m: Ditto. | |
9803 * control/sysupdate.m: Ditto. | |
9804 * control/tf2ss.m: Ditto. | |
9805 * control/tf2sys.m: Ditto. | |
9806 * control/tf2sysl.m: Ditto. | |
9807 * control/tf2zp.m: Ditto. | |
9808 * control/tfout.m: Ditto. | |
9809 * control/tzero.m: Ditto. | |
9810 * control/tzero2.m: Ditto. | |
9811 * control/ugain.m: Ditto. | |
9812 * control/wgt1o.m: Ditto. | |
9813 * control/zgfmul.m: Ditto. | |
9814 * control/zgfslv.m: Ditto. | |
9815 * control/zginit.m: Ditto. | |
9816 * control/zgpbal.m: Ditto. | |
9817 * control/zgreduce.m: Ditto. | |
9818 * control/zgrownorm.m: Ditto. | |
9819 * control/zgscal.m: Ditto. | |
9820 * control/zgsgiv.m: Ditto. | |
9821 * control/zgshsr.m: Ditto. | |
9822 * control/zp2ss.m: Ditto. | |
9823 * control/zp2ssg2.m: Ditto. | |
9824 * control/zp2sys.m: Ditto. | |
9825 * control/zp2tf.m: Ditto. | |
9826 * control/zpout.m: Ditto. | |
9827 | |
5095 | 9828 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 9829 |
5378 | 9830 * audio/lin2mu.m: Texinfoize doc string. |
9831 * audio/loadaudio.m: Ditto. | |
9832 * audio/mu2lin.m: Ditto. | |
9833 * audio/playaudio.m: Ditto. | |
9834 * audio/record.m: Ditto. | |
9835 * audio/saveaudio.m: Ditto. | |
3332 | 9836 |
5095 | 9837 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9838 |
9839 * elfun/acot.m: Texinfoize doc string. | |
9840 * elfun/acsc.m: Ditto. | |
9841 * elfun/acsch.m: Ditto. | |
9842 * elfun/asec.m: Ditto. | |
9843 * elfun/asech.m: Ditto. | |
9844 * elfun/cot.m: Ditto. | |
9845 * elfun/coth.m: Ditto. | |
9846 * elfun/csc.m: Ditto. | |
9847 * elfun/csch.m: Ditto. | |
9848 * elfun/gcd.m: Ditto. | |
9849 * elfun/lcm.m: Ditto. | |
9850 * elfun/sec.m: Ditto. | |
9851 * elfun/sech.m: Ditto. | |
9852 * general/nextpow2.m: Ditto. | |
9853 * general/rem.m: Ditto. | |
9854 * linear-algebra/commutation_matrix.m: Ditto. | |
9855 * linear-algebra/cross.m: Ditto. | |
9856 * linear-algebra/duplication_matrix.m: Ditto. | |
9857 * miscellaneous/bincoeff.m: Ditto. | |
9858 * miscellaneous/xor.m: Ditto. | |
9859 * specfun/bessel.m: Ditto. | |
9860 * specfun/beta.m: Ditto. | |
9861 * specfun/betai.m: Ditto. | |
9862 * specfun/erfinv.m: Ditto. | |
9863 * specfun/gammai.m: Ditto. | |
9864 * specfun/log2.m: Ditto. | |
9865 * specfun/pow2.m: Ditto. | |
9866 | |
5095 | 9867 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9868 |
9869 * general/is_scalar.m: Texinfoize help text. | |
9870 * general/is_square.m: Ditto. | |
9871 * general/is_symmetric.m: Ditto. | |
9872 | |
3320 | 9873 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9874 | |
9875 * strings/split.m: If the string to be split is empty, just return | |
9876 an empty string. | |
9877 | |
3319 | 9878 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9879 | |
9880 * Makefile.in (ALL_M_FILES): New macro. | |
9881 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
9882 | |
3306 | 9883 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9884 | |
9885 * control/bode.m: Don't return anything if nargout == 0. | |
9886 | |
9887 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
9888 | |
9889 * control/bode.m: Don't do axis scaling for magnitude plots. | |
9890 | |
3305 | 9891 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9892 | |
9893 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
9894 gethelp.cc to the list. | |
9895 | |
3296 | 9896 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9897 | |
3301 | 9898 * time/asctime.m: Texinfoize help text. |
9899 * time/clock.m: Ditto. | |
9900 * time/date.m: Ditto. | |
9901 * miscellaneous/cputime.m: Ditto. | |
9902 * miscellaneous/etime.m: Ditto. | |
9903 * miscellaneous/is_leap_year.m: Ditto. | |
9904 * miscellaneous/popen2.m: Ditto. | |
9905 * miscellaneous/version.m: Ditto. | |
9906 * miscellaneous/tic.m: Ditto. | |
9907 * miscellaneous/toc.m: Just refer to tic.m. | |
9908 | |
3297 | 9909 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
9910 `cd dir; $(MAKE); cd ..'. | |
9911 ($(SUBDIRS)): Likewise. | |
9912 | |
9913 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
9914 | |
9915 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
9916 of `cd dir; $(MAKE)'. | |
9917 | |
3296 | 9918 * gethelp.cc, mkdoc: New files. |
9919 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
9920 sources. | |
9921 | |
3291 | 9922 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9923 | |
9924 * linear-algebra/kron.m: Fix typo in previous change | |
9925 | |
3282 | 9926 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9927 | |
9928 * control/bode.m: Allow optional 5th arg to specify plot style. | |
9929 | |
5095 | 9930 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 9931 |
9932 * linear-algebra/krylov.m: Correctly handle case of V having full | |
9933 rank when V has more columns than rows. | |
9934 | |
9935 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9936 | |
9937 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
9938 | |
9939 * statistics/tests/manova.m: Avoid problems if | |
9940 whitespace_in_literal_matrix is set to "traditional". | |
9941 * statistics/tests/t_test_regression.m: Likewise. | |
9942 * statistics/tests/u_test.m: Likewise. | |
9943 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
9944 * statistics/tests/anova.m: Likewise. | |
9945 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9946 * statistics/base/statistics.m: Likewise. | |
9947 * image/saveimage.m: Likewise. | |
9948 * signal/arch_fit.m: Likewise. | |
9949 * signal/autoreg_matrix.m: Likewise. | |
9950 * signal/triangle_lw.m: Likewise. | |
9951 * strings/dec2hex.m: Likewise. | |
9952 | |
3268 | 9953 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9954 | |
9955 * image/saveimage.m: Initialize scale. | |
9956 | |
9957 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9958 | |
9959 * general/reshape.m: Allow reshape (a, size (b)). | |
9960 | |
3266 | 9961 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9962 | |
9963 * specfun/erfinv.m: Improve stopping criterion. | |
9964 Add iteration count as second return value. | |
9965 | |
3265 | 9966 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9967 | |
9968 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
9969 | |
3263 | 9970 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9971 | |
9972 * miscellaneous/pack.m: New function. | |
9973 | |
9974 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9975 | |
9976 * plot/figure.m: Always return figure number. With no args, | |
9977 figure now creates a new figure window and returns its number. | |
9978 Accept figure (property, value) syntax, but do nothing. | |
9979 | |
5095 | 9980 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 9981 |
9982 * general/shift.m: Avoid printing temporary value for backward shift. | |
9983 | |
3260 | 9984 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9985 | |
9986 * plot/bar.m: Compute bar widths correctly when x-values are not | |
9987 evenly spaced. | |
9988 | |
3250 | 9989 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9990 | |
9991 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
9992 contain only zeros. | |
9993 | |
5095 | 9994 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 9995 |
9996 * linear-algebra/kron.m: Create result matrix and insert blocks | |
9997 instead of appending them. | |
9998 | |
9999 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10000 | |
10001 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
10002 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
10003 Update from A. S. Hodel. | |
10004 | |
3246 | 10005 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10006 | |
10007 * polynomial/polyfit.m: Correct previous change. | |
10008 | |
3243 | 10009 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10010 | |
10011 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
10012 | |
5095 | 10013 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 10014 |
10015 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
10016 version of krylov and krylovb. | |
10017 | |
10018 * control/outlist.m, control/sysout.m: Fix typos. | |
10019 | |
10020 * control/sysdimensions.m: Add option for total number of states. | |
10021 | |
10022 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
10023 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
10024 arguments. | |
10025 | |
10026 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10027 | |
10028 * strings/index.m: Fail with meaningful error message if either | |
10029 arg is a string array. | |
10030 | |
3238 | 10031 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10032 | |
10033 * linear-algebra/norm.m: Do the right thing for 1- and | |
10034 infinity-norms of complex matrices. From Sven Khatri | |
10035 <khatri@saturn.vocalpoint.com>. | |
10036 | |
5095 | 10037 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 10038 |
10039 * linear-algebra/qrhouse.m: Handle default args correctly. | |
10040 | |
10041 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10042 | |
10043 * strings/split.m: Avoid problems when splitting strings that have | |
10044 \ in them. | |
10045 | |
5095 | 10046 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 10047 |
10048 * image/colormap.m: Do better arg checking, handle string args | |
10049 that name the colormap function to call (e.g., colormap ("ocean")). | |
10050 | |
5095 | 10051 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 10052 |
10053 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
10054 * linear-algebra/dot.m: Likewise. | |
10055 * linear-algebra/cross.m: Likewise. | |
10056 * general/rot90.m: Likewise. | |
10057 | |
5095 | 10058 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 10059 |
10060 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
10061 that the leading column is not all zeros. | |
10062 | |
10063 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10064 | |
10065 * general/shift.m: Fix potential problems with | |
10066 whitespace_in_literal_matrix. | |
10067 * signal/arch_rnd.m: Ditto. | |
10068 * signal/autocov.m: Ditto. | |
10069 * signal/diffpara.m: Ditto. | |
10070 * signal/hurst.m: Ditto. | |
10071 * signal/periodogram.m: Ditto. | |
10072 * signal/spectral_adf.m: Ditto. | |
10073 * signal/spectral_xdf.m: Ditto. | |
10074 * signal/spencer.m: Ditto. | |
10075 * signal/synthesis.m: Ditto. | |
10076 * statistics/distributions/wiener_rnd.m: Ditto. | |
10077 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
10078 * statistics/models/logistic_regression.m: Ditto. | |
10079 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
10080 * statistics/tests/run_test.m: Ditto. | |
10081 * statistics/tests/chisquare_test_independence.m: Ditto. | |
10082 | |
5095 | 10083 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 10084 |
10085 * plot/__plr2__.m: Fix typo. | |
10086 | |
3233 | 10087 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10088 | |
10089 * plot/__pltopt1__.m: Accept "k" to mean black. | |
10090 | |
5095 | 10091 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10092 |
10093 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
10094 function. | |
10095 | |
5095 | 10096 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10097 |
10098 * control/ss2sys.m: Fix typo. | |
10099 | |
10100 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10101 | |
10102 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
10103 | |
10104 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
10105 signal names as lists of strings instead of string arrays. | |
10106 | |
3225 | 10107 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10108 | |
3233 | 10109 * quaternion: New directory of functions from A. S. Hodel |
3225 | 10110 <a.s.hodel@eng.auburn.edu>. |
10111 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 10112 * quaternion/Makefile.in: New file. |
10113 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 10114 |
10115 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10116 | |
10117 * image/saveimage.m: Make it work again for black and white colormaps. | |
10118 | |
10119 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
10120 since there can be fewer rows than columns. Round values to | |
10121 nearest position in colormap instead of truncating. Correct usage | |
10122 message. | |
10123 | |
5095 | 10124 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 10125 |
10126 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
10127 zero rows of [A,v] as householder pivots; this avoids spurious | |
10128 non-zero entries in returned orthogonal matrix U, but destroys the | |
10129 Householder matrix structure of H. | |
10130 | |
10131 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10132 | |
10133 * general/logical.m: Just copy input to output if argument is | |
10134 already a logical object. | |
10135 | |
3215 | 10136 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10137 | |
10138 * New files from OCST, in control subdiretory: | |
10139 | |
10140 DEMOcontrol.m is_siso.m syschnames.m | |
10141 abcddim.m is_stabilizable.m syschnamesl.m | |
10142 abcddims.m is_stable.m syschtsam.m | |
10143 analdemo.m jet707.m sysconnect.m | |
10144 are.m lqe.m syscont.m | |
10145 axis2dlim.m lqg.m syscont_disc.m | |
10146 bddemo.m lqr.m sysdefioname.m | |
10147 bode.m lsim.m sysdefstname.m | |
10148 bode_bounds.m ltifr.m sysdimensions.m | |
10149 bodquist.m lyap.m sysdisc.m | |
10150 buildssic.m mb.m sysdup.m | |
10151 c2d.m minfo.m sysgetsignals.m | |
6302 | 10152 com2str.m moddemo.m sysgettsam.m |
3215 | 10153 controldemo.m nichols.m sysgettype.m |
10154 ctrb.m nyquist.m sysgroup.m | |
10155 d2c.m obsv.m sysgroupn.m | |
10156 damp.m ord2.m sysmult.m | |
10157 dare.m outlist.m sysout.m | |
10158 dcgain.m packedform.m sysprune.m | |
10159 demomarsyas.m packsys.m sysreorder.m | |
10160 dezero.m; parallel.m sysrepdemo.m | |
10161 dgkfdemo.m place.m sysscale.m | |
10162 dgram.m polyout.m syssub.m | |
10163 dhinfdemo.m prompt.m sysupdate.m | |
10164 dlqe.m pzmap.m tf2ss.m | |
10165 dlqg.m qzval.m tf2sys.m | |
10166 dlqr.m rldemo.m tf2sysl.m | |
10167 dlyap.m rlocus.m tf2zp.m | |
10168 dmr2d.m rotg.m tfout.m | |
10169 fir2sys.m run_cmd.m; tzero.m | |
10170 frdemo.m series.m tzero2.m | |
10171 freqchkw.m sortcom.m ugain.m | |
10172 freqresp.m ss2sys.m unpacksys.m | |
10173 gram.m ss2tf.m wgt1o.m | |
10174 h2norm.m ss2zp.m zgfmul.m | |
10175 h2syn.m starp.m zgfslv.m | |
10176 hinf_ctr.m step.m zginit.m | |
10177 hinfdemo.m stepimp.m zgpbal.m | |
10178 hinfnorm.m strappend.m; zgreduce.m | |
10179 hinfsyn.m susball.m zgrownorm.m | |
10180 hinfsyn_chk.m swap.m zgscal.m | |
10181 impulse.m swapcols.m zgsgiv.m | |
10182 is_abcd.m swaprows.m zgshsr.m | |
10183 is_controllable.m sys2fir.m zp2ss.m | |
10184 is_detectable.m sys2ss.m zp2ssg2.m | |
10185 is_dgkf.m sys2tf.m zp2sys.m | |
10186 is_digital.m sys2zp.m zp2tf.m | |
10187 is_observable.m sysadd.m zpout.m | |
10188 is_sample.m sysappend.m | |
10189 | |
10190 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10191 | |
10192 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
10193 | |
10194 * strings/deblank.m: Make it work for string arrays too. | |
10195 | |
3211 | 10196 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10197 | |
10198 * linear-algebra/housh.m: New file from the OCST. | |
10199 * linear-algebra/krygetq.m: Ditto. | |
10200 * linear-algebra/krylov.m: Ditto. | |
10201 * linear-algebra/krylovb.m: Ditto. | |
10202 * linear-algebra/qrhouse.m: Ditto. | |
10203 * general/is_duplicate_entry.m: Ditto. | |
10204 | |
10205 * general/is_symmetric.m: Call is_square instead of doing that | |
10206 check in line. | |
10207 | |
3196 | 10208 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10209 | |
3202 | 10210 * general/is_square.m: |
10211 | |
10212 * general/isempty.m, general/is_matrix.m: Delete. | |
10213 | |
10214 * general/is_symmetric: Delete special case for strings. Whether | |
10215 the conversion is valid should depend on implicit_str_to_num_ok. | |
10216 | |
10217 * general/is_square.m: If arg is not a matrix, don't check size, | |
10218 just return 0. | |
10219 * general/is_symmetric: Likewise. | |
10220 * general/is_vector.m: Likewise. | |
10221 * general/is_scalar.m: Likewise. | |
10222 | |
3196 | 10223 * general/length.m: Delete. |
10224 | |
3191 | 10225 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10226 | |
10227 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
10228 statistics/distributions/Makefile, statistics/models/Makefile, | |
10229 and statistics/tests/Makefile to the list of files to create. | |
10230 | |
10231 * finance/Makefile.in, statistics/base/Makefile.in, | |
10232 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
10233 statistics/tests/Makefile.in: New files. | |
10234 * statistics/Makefile.in: Delete file lists. Now only handle | |
10235 subdirectories. | |
10236 * Makefile.in (SUBDIRS): Add finance. | |
10237 | |
10238 * Move the following files from statistics to statistics/base: | |
10239 | |
10240 corrcoef.m | |
10241 kurtosis.m | |
10242 mahalanobis.m | |
10243 median.m | |
10244 ols.m | |
10245 skewness.m | |
10246 std.m | |
10247 | |
10248 New files, from Kurt Hornik's octave-ci package: | |
10249 | |
10250 * finance (new directory): | |
10251 | |
10252 fv.m | |
10253 fvl.m | |
10254 irr.m | |
10255 nper.m | |
10256 npv.m | |
10257 pmt.m | |
10258 pv.m | |
10259 pvl.m | |
10260 rate.m | |
10261 vol.m | |
10262 | |
10263 * linear-algebra/dmult.m | |
10264 | |
10265 * signal: | |
10266 | |
10267 arch_fit.m | |
10268 arch_rnd.m | |
10269 arch_test.m | |
10270 arma_rnd.m | |
10271 autocor.m | |
10272 autocov.m | |
10273 autoreg_matrix.m | |
10274 bartlett.m | |
10275 blackman.m | |
10276 diffpara.m | |
10277 durbinlevinson.m | |
10278 fractdiff.m | |
10279 hamming.m | |
10280 hanning.m | |
10281 hurst.m | |
10282 periodogram.m | |
10283 rectangle_lw.m | |
10284 rectangle_sw.m | |
10285 sinetone.m | |
10286 sinewave.m | |
10287 spectral_adf.m | |
10288 spectral_xdf.m | |
10289 spencer.m | |
10290 stft.m | |
10291 synthesis.m | |
10292 triangle_lw.m | |
10293 triangle_sw.m | |
10294 yulewalker.m | |
10295 | |
10296 * statistics/base (new directory): | |
10297 | |
10298 center.m | |
10299 cloglog.m | |
10300 cor.m | |
10301 cov.m | |
10302 cut.m | |
10303 iqr.m | |
10304 kendall.m | |
10305 logit.m | |
10306 mean.m | |
10307 meansq.m | |
10308 moment.m | |
10309 ppplot.m | |
10310 probit.m | |
10311 qqplot.m | |
10312 range.m | |
10313 ranks.m | |
10314 run_count.m | |
10315 spearman.m | |
10316 statistics.m | |
10317 studentize.m | |
10318 table.m | |
10319 values.m | |
10320 var.m | |
10321 | |
10322 (Replaces cov.m and mean.m with new versions.) | |
10323 | |
10324 * statistics/distributions (new directory): | |
10325 | |
10326 beta_cdf.m | |
10327 beta_inv.m | |
10328 beta_pdf.m | |
10329 beta_rnd.m | |
10330 binomial_cdf.m | |
10331 binomial_inv.m | |
10332 binomial_pdf.m | |
10333 binomial_rnd.m | |
10334 cauchy_cdf.m | |
10335 cauchy_inv.m | |
10336 cauchy_pdf.m | |
10337 cauchy_rnd.m | |
10338 chisquare_cdf.m | |
10339 chisquare_inv.m | |
10340 chisquare_pdf.m | |
10341 chisquare_rnd.m | |
10342 discrete_cdf.m | |
10343 discrete_inv.m | |
10344 discrete_pdf.m | |
10345 discrete_rnd.m | |
10346 empirical_cdf.m | |
10347 empirical_inv.m | |
10348 empirical_pdf.m | |
10349 empirical_rnd.m | |
10350 exponential_cdf.m | |
10351 exponential_inv.m | |
10352 exponential_pdf.m | |
10353 exponential_rnd.m | |
10354 f_cdf.m | |
10355 f_inv.m | |
10356 f_pdf.m | |
10357 f_rnd.m | |
10358 gamma_cdf.m | |
10359 gamma_inv.m | |
10360 gamma_pdf.m | |
10361 gamma_rnd.m | |
10362 geometric_cdf.m | |
10363 geometric_inv.m | |
10364 geometric_pdf.m | |
10365 geometric_rnd.m | |
10366 hypergeometric_cdf.m | |
10367 hypergeometric_inv.m | |
10368 hypergeometric_pdf.m | |
10369 hypergeometric_rnd.m | |
10370 kolmogorov_smirnov_cdf.m | |
10371 laplace_cdf.m | |
10372 laplace_inv.m | |
10373 laplace_pdf.m | |
10374 laplace_rnd.m | |
10375 logistic_cdf.m | |
10376 logistic_inv.m | |
10377 logistic_pdf.m | |
10378 logistic_rnd.m | |
10379 lognormal_cdf.m | |
10380 lognormal_inv.m | |
10381 lognormal_pdf.m | |
10382 lognormal_rnd.m | |
10383 normal_cdf.m | |
10384 normal_inv.m | |
10385 normal_pdf.m | |
10386 normal_rnd.m | |
10387 pascal_cdf.m | |
10388 pascal_inv.m | |
10389 pascal_pdf.m | |
10390 pascal_rnd.m | |
10391 poisson_cdf.m | |
10392 poisson_inv.m | |
10393 poisson_pdf.m | |
10394 poisson_rnd.m | |
10395 stdnormal_cdf.m | |
10396 stdnormal_inv.m | |
10397 stdnormal_pdf.m | |
10398 stdnormal_rnd.m | |
10399 t_cdf.m | |
10400 t_inv.m | |
10401 t_pdf.m | |
10402 t_rnd.m | |
10403 uniform_cdf.m | |
10404 uniform_inv.m | |
10405 uniform_pdf.m | |
10406 uniform_rnd.m | |
10407 weibull_cdf.m | |
10408 weibull_inv.m | |
10409 weibull_pdf.m | |
10410 weibull_rnd.m | |
10411 wiener_rnd.m | |
10412 | |
10413 * statistics/models (new directory): | |
10414 | |
10415 logistic_regression.m | |
10416 logistic_regression_derivatives.m | |
10417 logistic_regression_likelihood.m | |
10418 | |
10419 * statistics/tests (new directory): | |
10420 | |
10421 anova.m | |
10422 bartlett_test.m | |
10423 chisquare_test_homogeneity.m | |
10424 chisquare_test_independence.m | |
10425 cor_test.m | |
10426 f_test_regression.m | |
10427 hotelling_test.m | |
10428 hotelling_test_2.m | |
10429 kolmogorov_smirnov_test.m | |
10430 kolmogorov_smirnov_test_2.m | |
10431 kruskal_wallis_test.m | |
10432 manova.m | |
10433 mcnemar_test.m | |
10434 prop_test_2.m | |
10435 run_test.m | |
10436 sign_test.m | |
10437 t_test.m | |
10438 t_test_2.m | |
10439 t_test_regression.m | |
10440 u_test.m | |
10441 var_test.m | |
10442 welch_test.m | |
10443 wilcoxon_test.m | |
10444 z_test.m | |
10445 z_test_2.m | |
10446 | |
10447 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10448 | |
10449 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
10450 compatibility and to avoid Y2K problems. | |
10451 | |
3190 | 10452 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10453 | |
10454 * polynomial/polyfit.m: Just use the \ operator to handle the | |
10455 least-squares solution. | |
10456 | |
3180 | 10457 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10458 | |
10459 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
10460 | |
10461 * strings/strrep.m: Don't convert args to numeric values. | |
10462 Prevent warnings for empty string args. | |
10463 From Georg Thimm <thimm@idiap.ch>. | |
10464 | |
10465 * strings/strcat.m: Prevent warnings for empty string args. | |
10466 | |
10467 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10468 | |
10469 * miscellaneous/menu.m: Remove special case for empty string | |
10470 returned from input(). Add second arg to eval() to catch errors. | |
10471 | |
3178 | 10472 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10473 | |
10474 * plot/__plt__.m: Don't call usleep. | |
10475 | |
3175 | 10476 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10477 | |
10478 * linear-algebra/dot.m: New function. | |
10479 | |
10480 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
10481 compatibility. | |
10482 | |
10483 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10484 | |
10485 * plot/hist.m: Also allow just one output argument. | |
10486 | |
10487 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10488 | |
10489 * strings/deblank.m: Make it work if the string is only blanks. | |
10490 | |
10491 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10492 | |
10493 * plot/__plt2mv__.m: Delete calls to keyboard. | |
10494 | |
10495 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10496 | |
10497 * plot/oneplot.m: Fix typo. | |
10498 | |
3174 | 10499 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10500 | |
10501 * miscellaneous/flops.m: Allow a single argument too. | |
10502 | |
10503 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10504 | |
10505 * strings/str2mat.m: Also handle case when there are no empty | |
10506 strings correctly. | |
10507 | |
10508 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10509 | |
10510 * strings/isletter.m: New function, for Matlab compatibility. | |
10511 | |
3168 | 10512 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10513 | |
10514 * strings/str2mat.m: Handle string matrices too. | |
10515 | |
3167 | 10516 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10517 | |
10518 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
10519 linear encoding. | |
10520 | |
10521 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
10522 audio/record.m: Open files in binary mode. | |
10523 | |
3164 | 10524 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10525 | |
10526 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
10527 Move functionality of dump_1_pref here, but use built-in function | |
10528 type to extract value, and put it inside try/catch block. | |
10529 * miscellaneous/dump_1_pref.m: Delete unused function. | |
10530 | |
3162 | 10531 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10532 | |
10533 * plot/__pltopt1.m__: New file. | |
10534 * plot/__pltopt.m__: Handle opt as a string array by calling | |
10535 __pltopt1__ multiple times and returning a string array with rows | |
10536 corresponding to the rows of opt. | |
10537 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
10538 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
10539 array. | |
10540 | |
10541 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10542 | |
10543 * plot/mplot.m: Fix misspellings of global variables. | |
10544 Don't call clearplot. | |
10545 | |
10546 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10547 | |
10548 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
10549 "cle;rep" when going in ot multiplot mode. | |
10550 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
10551 switching out of multiplot mode. | |
10552 | |
3156 | 10553 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 10554 |
3156 | 10555 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
10556 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 10557 |
3141 | 10558 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10559 | |
10560 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
10561 | |
10562 * miscellaneous/bug_report.m: Don't try to get smart with | |
10563 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
10564 | |
10565 * Makefile.in (install): Create separate ls-R files for | |
10566 $(datadir) and $(libexecdir). | |
10567 (uninstall): Remove both ls-R files. | |
10568 | |
3136 | 10569 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10570 | |
10571 * signal/fftshift.m: New file. | |
10572 | |
10573 * plot/contour.m: Fix for non-square case. | |
10574 | |
10575 * general/randperm.m: New file. | |
10576 | |
10577 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10578 | |
10579 * specfun/betai.m: Restore file for compatibility with previous | |
10580 versions. Call betainc with reordered args. | |
10581 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
10582 | |
3131 | 10583 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10584 | |
10585 * plot/contour.m: Handle discrete contour levels. | |
10586 | |
10587 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10588 | |
10589 * control/lyap.m: For compatibility with Matlab, solve | |
10590 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
10591 | |
3124 | 10592 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10593 | |
10594 * specfun/bessel.m: New file. | |
10595 | |
10596 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
10597 specfun/gammainc.m: Delete. | |
10598 | |
3106 | 10599 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10600 | |
10601 * image/colormap.m: Initialize __current_color_map__ in global | |
10602 statement. | |
10603 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
10604 statement. | |
10605 * plot/axis.m: Initialize __current_axis__ in global statement. | |
10606 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
10607 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
10608 | |
3103 | 10609 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10610 | |
10611 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
10612 * time/toc.m: Likewise. | |
10613 | |
10614 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
10615 | |
10616 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
10617 anything special for automatic_replot when in multiplot mode -- | |
10618 recent 3.6beta releases handle this correctly. | |
10619 | |
10620 * plot/figure.m: Ensure that we are not in multiplot mode before | |
10621 setting the terminal type. | |
10622 | |
10623 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
10624 plot/subwindow.m: Use leading and trailing underscores for | |
10625 `private' globals. | |
10626 | |
10627 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
10628 | |
3101 | 10629 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10630 | |
10631 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
10632 | |
3091 | 10633 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10634 | |
3092 | 10635 * specfun/gammai.m: Avoid problems with whitespace when |
10636 constructing matrices. | |
10637 | |
3091 | 10638 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
10639 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
10640 original y vector. | |
10641 | |
3085 | 10642 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10643 | |
10644 * linear-algebra/cross.m: Use direct formula instead of calling | |
10645 det three times in a loop. If both args are column (row) vectors, | |
10646 return a column (row) vector. If they don't match, pay attention | |
10647 to the value of prefer_column_vectors. | |
10648 | |
5095 | 10649 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 10650 |
10651 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
10652 nonsymmetric matrices. | |
10653 | |
10654 * general/tril.m: Fix usage message. | |
10655 | |
10656 * polynomial/polyvalm.m: Fix error messages. | |
10657 * polynomial/polyderiv.m: Likewise. | |
10658 * polynomial/polyval.m: Likewise. | |
10659 | |
3081 | 10660 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10661 | |
10662 * strings/blanks.m: Allow blanks(0) to return empty string. | |
10663 Allow negative arguments if treat_neg_dim_as_zero is true. | |
10664 | |
3063 | 10665 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10666 | |
10667 * plot/mesh.m: Set noparametric plot mode after plotting. | |
10668 | |
5095 | 10669 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 10670 |
10671 * plot/__pltopt__.m: Handle key/legend names. | |
10672 Correctly set colors, line styles, and point styles. | |
10673 | |
3061 | 10674 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10675 | |
10676 * polynomial/polyfit.m: Return fit y values as second output. | |
10677 Don't use QR factorization to solve least squares problem. | |
10678 | |
10679 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10680 | |
10681 * control/dlqr.m: Use ao, not a, to compute k. | |
10682 | |
3024 | 10683 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10684 | |
10685 * miscellaneous/path.m: New file. | |
10686 | |
2993 | 10687 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10688 | |
10689 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
10690 name. | |
10691 | |
2968 | 10692 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10693 | |
10694 * specfun/erfinv.m: Add missing semicolon. | |
10695 | |
2870 | 10696 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10697 | |
10698 * miscellaneous/xor.m: Make type of return value logical. | |
10699 | |
2853 | 10700 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10701 | |
10702 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
10703 warn_comma_in_global_decl. | |
10704 | |
2831 | 10705 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10706 | |
10707 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
10708 octave-bug script. | |
10709 | |
2823 | 10710 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10711 | |
2824 | 10712 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
10713 prefer_zero_one_indexing. | |
10714 | |
2823 | 10715 * general/logical.m: New file. |
10716 | |
2816 | 10717 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10718 | |
10719 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
10720 and is_vector(). | |
10721 | |
5095 | 10722 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 10723 |
10724 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
10725 Use tolerance of 2 * eps. | |
10726 | |
2811 | 10727 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10728 | |
10729 * Makefile.in (install-strip): New target. | |
10730 * audio/Makefile.in: Ditto. | |
10731 * control/Makefile.in: Ditto. | |
10732 * elfun/Makefile.in: Ditto. | |
10733 * general/Makefile.in: Ditto. | |
10734 * image/Makefile.in: Ditto. | |
10735 * io/Makefile.in: Ditto. | |
10736 * linear-algebra/Makefile.in: Ditto. | |
10737 * miscellaneous/Makefile.in: Ditto. | |
10738 * plot/Makefile.in: Ditto. | |
10739 * polynomial/Makefile.in: Ditto. | |
10740 * set/Makefile.in: Ditto. | |
10741 * signal/Makefile.in: Ditto. | |
10742 * specfun/Makefile.in: Ditto. | |
10743 * special-matrix/Makefile.in: Ditto. | |
10744 * startup/Makefile.in: Ditto. | |
10745 * statistics/Makefile.in: Ditto. | |
10746 * strings/Makefile.in: Ditto. | |
10747 | |
2809 | 10748 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10749 | |
10750 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
10751 | |
2798 | 10752 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10753 | |
10754 * statistics/corrcoef.m: Make it actually work. | |
10755 | |
2795 | 10756 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10757 | |
2798 | 10758 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 10759 |
2779 | 10760 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 10761 |
10762 * Version 2.0.5 released. | |
10763 | |
2745 | 10764 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10765 | |
2749 | 10766 * Makefile.in (maintainer-clean): Also remove configure. |
10767 | |
2746 | 10768 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
10769 | |
2745 | 10770 * general/is_matrix.m: Return zero for empty matrices. |
10771 | |
10772 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10773 | |
10774 * linear-algebra/vech.m: Size result just once. | |
10775 | |
2726 | 10776 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10777 | |
10778 * general/is_square.m: Handle empty matrices correctly. | |
10779 * general/is_symmetric.m: Handle empty matrices and strings. | |
10780 | |
2716 | 10781 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10782 | |
10783 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
10784 * polynomial/deconv.m: Likewise. | |
10785 * polynomial/polyderiv.m: Likewise. | |
10786 * polynomial/polyinteg.m: Likewise. | |
10787 * polynomial/polyreduce.m: Likewise. | |
10788 * polynomial/polyval.m: Likewise. | |
10789 * polynomial/polyvalm.m: Likewise. | |
10790 * general/postpad.m: Likewise. | |
10791 * general/prepad.m: Likewise. | |
10792 | |
10793 * polynomial/compan.m: Check input with is_vector(), not | |
10794 is_matrix(). Handle scalar case. | |
10795 | |
2711 | 10796 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10797 | |
2715 | 10798 * plot/contour.m: Order data so that it is consistent with |
10799 meshgrid and mesh. | |
10800 | |
2711 | 10801 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
10802 * plot/sombrero.m: Use meshgrid, not meshdom. | |
10803 | |
2709 | 10804 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 10805 |
10806 * Version 2.0.4 released. | |
10807 | |
2706 | 10808 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10809 | |
2702 | 10810 * miscellaneous/paren.m: New file. |
10811 | |
2693 | 10812 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 10813 |
10814 * Version 2.0.3 released. | |
10815 | |
2676 | 10816 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10817 | |
10818 * image/saveimage.m: Only clip image data that is actually out of | |
10819 range. | |
10820 | |
2667 | 10821 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10822 | |
10823 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
10824 also be considered to be matrices. | |
10825 | |
10826 * general/is_vector.m: Scalars may also be considered to be vectors. | |
10827 | |
10828 * general/isempty.m: Use size(), not rows() and columns(). | |
10829 | |
10830 * plot/contour.m: Convert set to gset. | |
10831 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
10832 | |
2663 | 10833 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10834 | |
10835 * specfun/erfinv.m: Fix typo in last change. | |
10836 | |
2650 | 10837 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10838 | |
10839 * image/loadimage.m: Make it possible to load files with image | |
10840 data named X or img. | |
10841 | |
10842 * image/default.img: Change name of image from X to img to match | |
10843 what saveimage does now. | |
10844 | |
10845 * image/loadimage.m: Rename X to be img, to match what saveimage | |
10846 does now. | |
10847 | |
2632 | 10848 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10849 | |
2634 | 10850 * Version 2.0.2 released. |
10851 | |
2632 | 10852 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
10853 weird missing-lines bug without creating extra plots unecessarily. | |
10854 | |
2624 | 10855 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10856 | |
10857 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
10858 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
10859 io/Makefile.in, linear-algebra/Makefile.in, | |
10860 miscellaneous/Makefile.in, plot/Makefile.in, | |
10861 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
10862 specfun/Makefile.in, special-matrix/Makefile.in, | |
10863 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
10864 time/Makefile.in (bin-dist): New target. | |
10865 | |
2621 | 10866 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10867 | |
10868 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
10869 | |
10870 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10871 | |
10872 * miscellaneous/xor.m: Make it work. | |
10873 | |
2613 | 10874 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10875 | |
10876 * plot/sombrero.m: Doc fix. | |
10877 | |
2602 | 10878 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10879 | |
10880 * Version 2.0.1 released. | |
10881 | |
2601 | 10882 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10883 | |
10884 * elfun/lcm.m: Replace missing if statement. | |
10885 | |
10886 * elfun/gcd.m: Report error if no input args. | |
10887 * elfun/lcm.m: Likewise. | |
10888 | |
2597 | 10889 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10890 | |
10891 * Makefile.in (install): Use ls -LR to create ls-R database. | |
10892 Also list contents of $libexecdir/octave in ls-R database. | |
10893 | |
2583 | 10894 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10895 | |
10896 * Version 2.0 released. | |
10897 | |
2575 | 10898 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10899 | |
10900 * Version 1.94. | |
10901 | |
2558 | 10902 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10903 | |
10904 * strings/str2num.m: New file. | |
10905 | |
2554 | 10906 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10907 | |
10908 * Version 1.93. | |
10909 | |
2540 | 10910 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10911 | |
10912 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
10913 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
10914 linear-algebra/vech.m: New files from Kurt Hornik. | |
10915 | |
10916 * general/nextpow2.m, general/shift.m, general/diff.m, | |
10917 general/common_size.m: New files from Kurt Hornik. | |
10918 | |
10919 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
10920 New files from Kurt Hornik. | |
10921 | |
10922 * signal/detrend.m: New file from Kurt Hornik. | |
10923 | |
10924 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
10925 specfun/pow2.m, specfun/log2.m: | |
10926 New files and updates from Kurt Hornik. | |
10927 | |
2523 | 10928 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10929 | |
10930 * plot/__plt__.m: Add explicit replot after last command is | |
10931 issued, to force all lines to be displayed. Hmm. | |
10932 | |
2512 | 10933 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10934 | |
2520 | 10935 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
10936 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
10937 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
10938 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
10939 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
10940 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
10941 Uset gset, not set. | |
10942 | |
2512 | 10943 * Version 1.92. |
10944 | |
2482 | 10945 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10946 | |
2486 | 10947 * image/saveimage.m: When writing PostScript, name Octave as the |
10948 almighty Creator. Use single call to fprintf instead of looping. | |
10949 | |
10950 * image/Makefile.in: Delete references to octtopnm. | |
10951 | |
10952 * general/logspace.m: Doc fix. | |
10953 | |
2482 | 10954 * Version 1.91. |
10955 | |
2458 | 10956 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10957 | |
10958 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
10959 | |
10960 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
10961 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
10962 deleted. | |
10963 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
10964 of a system() command to delete the tmp file. | |
10965 | |
2452 | 10966 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10967 | |
10968 * Version 1.90. | |
10969 | |
10970 * Makefile.in (DISTFILES): Add ChangeLog. | |
10971 | |
2360 | 10972 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10973 | |
10974 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
10975 Don't check for string value of automatic_replot. | |
10976 | |
10977 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
10978 Temporarily set do_fortran_indexing to 1, not "true". | |
10979 | |
10980 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
10981 not "false". | |
10982 | |
10983 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
10984 "false". | |
10985 | |
2355 | 10986 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
10987 | |
10988 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
10989 | |
2330 | 10990 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10991 | |
10992 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
10993 system command. | |
10994 | |
10995 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10996 | |
10997 * __plr1__.m: Renamed from polar_int_1.m. | |
10998 * __plr2__.m: Renamed from polar_int_2.m. | |
10999 * __plr__.m: Renamed from polar_int.m. | |
11000 * __plt1__.m: Renamed from plot_int_1.m. | |
11001 * __plt2__.m: Renamed from plot_int_2.m. | |
11002 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
11003 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
11004 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
11005 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
11006 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
11007 * __plt__.m: Renamed from plot_int.m. | |
11008 * __pltopt__.m: Renamed from plot_opt.m. | |
11009 Change all callers. | |
11010 | |
11011 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11012 | |
11013 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
11014 comments like those found in Emacs lisp files. | |
11015 | |
11016 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11017 | |
11018 * All .m files: Change comment style. | |
11019 | |
11020 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11021 | |
11022 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
11023 subplot.m, subwindow.m, top_title.m: | |
11024 Print error message if gnuplot_has_multiplot is not true. | |
11025 | |
11026 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11027 | |
11028 * plot/figure.m: New function. | |
11029 | |
11030 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11031 | |
11032 * strings/strrep.m: New function. | |
11033 | |
11034 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11035 | |
11036 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
11037 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
11038 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
11039 strings/split.m, strings/str2mat.m, strings/substr.m: | |
11040 New functions from Kurt Hornik, heavily modified by jwe. | |
11041 | |
11042 * general/reshape.m: Allow strings to be reshaped too. | |
11043 | |
11044 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
11045 Always return a scalar. | |
11046 | |
11047 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11048 | |
11049 * polynomial/polyfit.m: Make orientation of result compatible with | |
11050 Matlab. | |
11051 | |
11052 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11053 | |
11054 * polynomial/polyfit.m: Add missing close paren. | |
11055 | |
11056 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11057 | |
11058 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
11059 | |
11060 * io/scanf.m: Delete. | |
11061 | |
11062 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11063 | |
11064 * statistics/median.m: Fix typo in usage message. | |
11065 | |
11066 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11067 | |
11068 * miscellaneous/popen2.m: New file. | |
11069 | |
11070 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11071 | |
11072 * configure.in (AC_OUTPUT): Add io/Makefile. | |
11073 | |
11074 * io: New directory. | |
11075 * Makefile.in (SUBDIRS): Add it to the list. | |
11076 | |
11077 * miscellaneous/flops.m: New file. | |
11078 | |
11079 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11080 | |
11081 * miscellaneous/cputime.m: Return three arguments instead of a | |
11082 vector, for compatibility with previous versions and with Matlab | |
11083 (which only returns one scalar value). | |
11084 | |
11085 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
11086 | |
11087 * general/triu.m: Compute lower bound on loop index correctly. | |
11088 * general/tril.m: Likewise, for upper bound. | |
11089 | |
11090 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11091 | |
11092 * image/saveimage.m: For color images, make sure indices into | |
11093 temporary colormap and result matrix have proper orientation. | |
11094 Set grey flag correctly. | |
11095 | |
11096 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11097 | |
11098 * statistics/std.m: Use better formula (from Jim Van Zandt | |
11099 jrv@vanzandt.mv.com). | |
11100 | |
11101 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11102 | |
11103 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
11104 * mesh.m: Transpose Z if only one arg. | |
11105 Handle case of all three args being matrices (from Jim Van Zandt | |
11106 jrv@vanzandt.mv.com). | |
11107 * meshdom.m: Undo previous change. | |
11108 | |
11109 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11110 | |
11111 * configure.in (AC_OUTPUT): Add audio/Makefile | |
11112 | |
11113 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11114 | |
11115 * audio: New directory of files from Kurt Hornik and Andreas | |
11116 Weingessel. | |
11117 * audio/Makefile.in: New file. | |
11118 * Makefile.in (SUBDIRS): Add audio to the list. | |
11119 | |
11120 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11121 | |
11122 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
11123 | |
11124 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11125 | |
11126 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
11127 columns (z), not the other way around. | |
11128 * plot/meshdom.m: Don't reverse order of elements in y. | |
11129 | |
11130 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11131 | |
11132 * plot/axis.m: Return current axis if nargin == 0. | |
11133 | |
11134 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11135 | |
11136 * polynomial/roots.m: Updates from Kurt Hornik. | |
11137 | |
11138 * polynomial/polyder.m: New file. | |
11139 | |
11140 * polynomial/polyderiv.m: Give return value and arg different names. | |
11141 | |
11142 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11143 | |
11144 * specfun/betainc.m: New file. | |
11145 * specfun/gammainc.m: New file. | |
11146 | |
11147 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11148 | |
11149 * general/strerror.m: New file. | |
11150 * general/perror.m: Implement using strerror(). | |
11151 | |
11152 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11153 | |
11154 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
11155 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
11156 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
11157 | |
11158 * image/saveimage.m: Round img values first. | |
11159 | |
11160 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11161 | |
11162 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
11163 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
11164 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
11165 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
11166 special-matrix/hankel.m special-matrix/toeplitz.m | |
11167 tuwien/strfun/split.m: Add missing semicolons. | |
11168 | |
11169 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
11170 | |
11171 * image/Makefile.in: Don't build or install octtoppm. | |
11172 | |
11173 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 11174 routines so that people who don't have the pbm stuff installed |
2330 | 11175 can still use this function. |
11176 | |
11177 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11178 | |
11179 * image/saveimage.m: Better error checking, clean up a bit. | |
11180 | |
11181 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11182 | |
11183 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
11184 avoid conflict with new built-in text-style function more. | |
11185 | |
11186 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
11187 | |
11188 * startup/Makefile.in (install): Also install octaverc in | |
11189 $localfcnfiledir/startup/octavrc. | |
11190 | |
11191 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11192 | |
11193 * mkinstalldirs: New file. | |
11194 * Makefile.in (DISTFILES): Add it to the list. | |
11195 | |
11196 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
11197 | |
11198 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11199 | |
11200 * special-matrix/hankel.m: Compatibility fix. Complain if | |
11201 r(1) != c(nr), not if r(1) != c(1). | |
11202 | |
11203 * signal/filter.m: Doc fix. | |
11204 | |
11205 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11206 | |
11207 * miscellaneous/cputime.m: Use new resource structure names (no | |
11208 ru_ or tv_ prefixes). | |
11209 | |
11210 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11211 | |
11212 * time/ctime.m: Fix doc string and usage message. | |
11213 | |
11214 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11215 | |
11216 * time/clock.m: Use new time structure names (no tm_ prefix). | |
11217 | |
11218 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11219 | |
11220 * control/c2d.m: Make function work for any value of | |
11221 whitespace_in_literal_matrix. | |
11222 * control/dare.m: Likewise. | |
11223 * control/tzero.m: Likewise. | |
11224 * elfun/gcd.m: Likewise. | |
11225 * elfun/lcm.m: Likewise. | |
11226 * general/postpad.m: Likewise. | |
11227 * general/prepad.m: Likewise. | |
11228 * linear-algebra/kron.m: Likewise. | |
11229 * miscellaneous/etime.m: Likewise. | |
11230 * polynomial/conv.m: Likewise. | |
11231 * polynomial/deconv.m: Likewise. | |
11232 * polynomial/poly.m: Likewise. | |
11233 * polynomial/roots.m: Likewise. | |
11234 * signal/filter.m: Likewise. | |
11235 * signal/freqz.m: Likewise. | |
11236 * signal/fftfilt.m: Likewise. | |
11237 | |
11238 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11239 | |
11240 * miscellaneous/is_leap_year.m: Make work for vector args. | |
11241 | |
11242 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11243 | |
11244 * plot/polar_int_2.m: Add missing semicolons. | |
11245 Set theta = theta', not rho'. | |
11246 | |
11247 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11248 | |
11249 * polynomial/roots.m: Make it work for any value of | |
11250 whitespace_in_literal_matrix. | |
11251 | |
11252 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11253 | |
11254 * configure.in: New file. | |
11255 | |
11256 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11257 | |
11258 * control/lyap.m: Add missing semicolon. | |
11259 | |
11260 * miscellaneous/cputime.m: New function file. | |
11261 | |
11262 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11263 | |
11264 * time: New directory. | |
11265 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
11266 New function files. | |
11267 * time/Makefile.in: New file. | |
11268 * Makefile.in (SUBDIRS): Add time. | |
11269 | |
11270 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11271 | |
11272 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
11273 | |
11274 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11275 | |
11276 * plot/plot_int_1.m: Transpose data with .', not '. | |
11277 | |
11278 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11279 | |
11280 * Makefile.in (install uninstall clean mostlyclean distclean | |
11281 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
11282 | |
11283 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11284 | |
11285 * Makefile.in (install): Create ls-R database file. | |
11286 (uninstall): Delete it. | |
11287 | |
11288 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11289 | |
5378 | 11290 * image/saveimage.m: Fix typo. |
2330 | 11291 |
11292 See ChangeLog.1 in the top level directory for earlier changes. |