Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 8545:faccdb98d953
postpad.m, prepad.m: doc fix
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 20 Jan 2009 11:09:22 -0500 |
parents | c0d71b4deeb7 |
children | 1cb63ac13934 |
rev | line source |
---|---|
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1 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
|
2 |
8545
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
3 * general/postpad.m: Doc fix. |
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
4 * general/prepad.m: Doc fix. |
8544 | 5 * image/pink.m: Spelling fix. |
6 * image/hsv.m: Doc fix. | |
7 From Francesco Potorti` <Potorti@isti.cnr.it>. | |
8543 | 8 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
9 * 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
|
10 |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
11 2009-01-17 Ben Abbott <bpabbott@mac.com> |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
12 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
13 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
14 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
15 |
8532
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
16 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
|
17 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
18 * 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
|
19 |
8530
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
20 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
|
21 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
22 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
23 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
24 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
|
25 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
26 * 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
|
27 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
|
28 |
8528 | 29 2008-01-15 Ben Abbott <bpabbott@mac.com> |
30 | |
31 * plot/grid.m: Document handle argument. | |
32 | |
8522
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
33 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
|
34 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
35 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
36 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
37 |
8521 | 38 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
39 | |
40 * gethelp.cc: Include <cstdio>. | |
41 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
42 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
|
43 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
44 * 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
|
45 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
|
46 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
47 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
|
48 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
49 * 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
|
50 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
51 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
|
52 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
|
53 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
|
54 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
|
55 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
|
56 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
|
57 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
|
58 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
|
59 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
|
60 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
|
61 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
|
62 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
|
63 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
|
64 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
65 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
66 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
|
67 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
68 * linear-algebra/expm.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
69 |
8513 | 70 * optimization/fsolve.m: Doc fix. |
71 | |
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
|
72 * 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
|
73 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
74 * 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
|
75 |
8506 | 76 2009-01-13 John W. Eaton <jwe@octave.org> |
77 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
78 * 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
|
79 |
8507 | 80 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
81 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
82 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
83 general/quadgk.m, general/quadv.m, general/repmat.m, | |
84 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
85 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
86 image/imwrite.m, linear-algebra/dmult.m, | |
87 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
88 miscellaneous/setfield.m, miscellaneous/what.m, | |
89 optimization/fsolve.m, optimization/fzero.m, | |
90 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
91 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
92 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
93 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
94 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
95 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
96 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
97 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
98 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
99 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
100 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
101 statistics/base/center.m, statistics/base/quantile.m, | |
102 statistics/base/ranks.m, statistics/base/std.m, | |
103 statistics/distributions/hygepdf.m, | |
104 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
105 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
106 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
107 testfun/speed.m, testfun/test.m: Style fixes. | |
108 | |
8506 | 109 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
110 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
111 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
112 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
113 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
114 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
115 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
116 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
117 statistics/base/quantile.m, statistics/base/values.m, | |
118 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
119 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
120 time/datestr.m, time/datevec.m: Comment style fixes. | |
121 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
122 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
|
123 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
124 * 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
|
125 |
8466 | 126 2009-01-12 John W. Eaton <jwe@octave.org> |
127 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
128 * 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
|
129 Use strcmpi to compare options. |
8466 | 130 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
131 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
|
132 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
133 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
134 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
135 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
136 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
|
137 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
138 * 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
|
139 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
140 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
141 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
142 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
143 * miscellaneous/orderfields.m: Dtto. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
144 * miscellaneous/what.m: Dtto. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
145 * pkg/pkg.m: Dtto. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
146 * plot/ndgrid.m: Dtto. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
147 * strings/strcat.m: Dtto. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
148 |
8451 | 149 2009-01-09 Kai Habel <kai.habel@gmx.de> |
150 | |
151 * plot/surfl.m: New function | |
152 * plot/diffuse.m: dito | |
153 * plot/specular.m: dito | |
154 | |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
155 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
|
156 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
157 * 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
|
158 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
159 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
|
160 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
161 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
162 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
163 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
|
164 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
165 * 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
|
166 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
|
167 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
|
168 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
|
169 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
|
170 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
|
171 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
|
172 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
|
173 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
|
174 * 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
|
175 * 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
|
176 * 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
|
177 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
178 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
|
179 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
180 * 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
|
181 |
8438 | 182 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
183 | |
184 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
185 operation fails. | |
186 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
187 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
|
188 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
189 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
190 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
191 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
192 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
193 * 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
|
194 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
195 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
196 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
197 * 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
|
198 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
199 |
8441
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
200 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
|
201 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
202 * 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
|
203 |
8450
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
204 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
|
205 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
206 * 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
|
207 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
208 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
209 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
210 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
211 |
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
|
212 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
|
213 |
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
|
214 * 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
|
215 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
|
216 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
217 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
218 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
219 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
220 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
221 |
8416 | 222 2008-11-21 Radek Salac <salac.r@gmail.com> |
223 | |
224 * sparse/bicgstab.m: New function. | |
225 * sparse/Makefile.in (SOURCES): Add it here. | |
226 | |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
227 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
|
228 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
229 * 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
|
230 (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
|
231 * 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
|
232 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
233 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
234 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
235 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
236 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
237 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
238 |
8404
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
239 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
|
240 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
241 * 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
|
242 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
|
243 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
244 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
245 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
246 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
247 |
8393 | 248 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
249 | |
8394 | 250 * linear-algebra/expm.m: New source. |
8393 | 251 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
252 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
253 |
8394 | 254 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
255 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
256 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
257 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
258 * 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
|
259 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
260 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
|
261 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
262 * 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
|
263 * 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
|
264 * 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
|
265 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
266 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
|
267 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
268 * 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
|
269 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
|
270 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
|
271 * 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
|
272 * 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
|
273 * 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
|
274 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
275 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
276 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
277 * 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
|
278 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
279 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
|
280 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
281 * 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
|
282 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
283 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
|
284 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
285 * 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
|
286 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
287 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
|
288 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
289 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
|
290 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
291 |
8343
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
292 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
|
293 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
294 * 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
|
295 |
8344
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
296 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
|
297 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
298 * 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
|
299 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
300 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
|
301 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
302 * 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
|
303 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
304 |
8324 | 305 2008-11-14 David Bateman <dbateman@free.fr> |
306 | |
307 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
308 of the axis object. | |
309 | |
8356
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
310 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
|
311 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
312 * 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
|
313 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
314 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
|
315 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
316 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
317 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
318 |
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
|
319 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
|
320 |
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
|
321 * 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
|
322 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
|
323 * 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
|
324 |
8316 | 325 2008-11-10 John W. Eaton <jwe@octave.org> |
326 | |
327 * polynomial/spline.m: Delete debugging statements. From | |
328 Sebastian Sch�ps <sebastian@schoeps.org>. | |
329 | |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
330 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
|
331 |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
332 * 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
|
333 environment |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
334 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
335 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
|
336 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
337 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
338 |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
339 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
|
340 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
341 * 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
|
342 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
343 |
8354
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
344 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
|
345 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
346 * 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
|
347 |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
348 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
349 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
350 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
351 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
352 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
353 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
354 |
8305 | 355 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
356 | |
357 * optimization/fzero.m: Replace tabs by spaces. | |
358 | |
359 2008-09-28 Jaroslav Hajek <highegg@gmail.com> | |
360 | |
361 * optimization/fzero.m: Simplify exception handling. | |
362 | |
363 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
364 | |
365 * optimization/fzero.m: New function file. | |
366 * optimization/Makefile.in: Add it. | |
367 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
368 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
369 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
370 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
371 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
372 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
373 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
374 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
375 |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
376 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
377 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
378 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
379 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
380 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
381 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
382 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
383 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
384 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
385 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
386 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
|
387 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
388 * 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
|
389 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
390 * 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
|
391 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
|
392 * 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
|
393 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
394 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
|
395 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
396 * 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
|
397 * 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
|
398 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
|
399 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
400 * 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
|
401 * 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
|
402 * 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
|
403 * 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
|
404 * 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
|
405 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
406 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
407 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
|
408 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
409 * 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
|
410 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
|
411 * 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
|
412 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
|
413 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
|
414 * 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
|
415 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
416 * 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
|
417 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
|
418 * 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
|
419 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
|
420 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
421 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
422 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
|
423 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
424 * 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
|
425 |
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
|
426 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
|
427 |
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
|
428 * 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
|
429 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
|
430 |
8274
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
431 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
|
432 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
433 * 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
|
434 |
8264
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
435 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
|
436 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
437 * 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
|
438 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
439 * 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
|
440 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
441 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
|
442 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
443 * 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
|
444 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
445 |
8257 | 446 2008-10-22 David Bateman <dbateman@free.fr> |
447 | |
8260 | 448 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
449 "caller" workspace. | |
450 | |
8258 | 451 * plot/__errplot__.m: Add errorbar series objects. |
452 * plot/errbar.m: Add some demos. | |
453 | |
8257 | 454 * plot/__add_line_series__.m: Remove |
455 * plot/Makefile.in (SOURCES): Remove it here too. | |
456 * plot/__add_datasource__.m: Allow for more than one character in | |
457 source name. | |
458 * plot/refreshdata.m: Ditto. | |
459 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
460 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
461 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
462 * plot/__scatter__.m: Add scatter series objects and data sources. | |
463 * plot/legend.m: Update type in loop and remove debugging messages. | |
464 | |
8251 | 465 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
466 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
467 * 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
|
468 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
469 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
470 |
8249 | 471 2008-10-21 John W. Eaton <jwe@octave.org> |
472 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
473 * 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
|
474 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
475 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
476 |
8249 | 477 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
478 struct. Use get instead of examining struct fields directly. | |
479 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
480 object struct. Use get instead of examining struct elements | |
481 directly. Use allhild instead of looking at children field of | |
482 figure object struct. | |
483 | |
8251 | 484 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 485 |
486 * plot/orient.m: Fix syntax error. | |
487 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
488 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
489 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
490 * 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
|
491 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
492 * 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
|
493 * 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
|
494 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
495 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
|
496 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
497 * 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
|
498 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
|
499 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
500 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
501 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
|
502 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
503 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
504 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
505 * 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
|
506 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
507 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
508 * 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
|
509 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
510 * 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
|
511 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
512 * 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
|
513 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
514 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
|
515 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
516 * 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
|
517 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
|
518 |
8236 | 519 2008-10-17 David Bateman <dbateman@free.fr> |
520 | |
521 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
522 from potential axis handles. | |
523 * plot/colorbar.m: Remove debug output. | |
524 * plot/comet.m: Close plot before demo | |
525 * plot/contourc.m: No output if nargout == 0. | |
526 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
527 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
|
528 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
529 * 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
|
530 |
8229 | 531 2008-10-16 John W. Eaton <jwe@octave.org> |
532 | |
533 * testfun/rundemos.m: New function. | |
534 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
535 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
|
536 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
537 * 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
|
538 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
539 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
|
540 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
541 * 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
|
542 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
|
543 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
544 * 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
|
545 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
|
546 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
|
547 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
548 * 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
|
549 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
|
550 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
551 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
552 * 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
|
553 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
|
554 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
555 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
|
556 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
557 * 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
|
558 (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
|
559 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
560 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
|
561 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
562 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
563 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
564 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
565 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
|
566 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
567 * 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
|
568 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
|
569 (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
|
570 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
571 * 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
|
572 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
573 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
574 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
575 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
|
576 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
577 * 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
|
578 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
579 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
580 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
|
581 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
582 * 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
|
583 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
584 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
|
585 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
586 * 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
|
587 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
588 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
589 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
590 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
591 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
592 |
8208 | 593 2008-10-10 David Bateman <dbateman@free.fr> |
594 | |
595 * image/__img__.m: Manually set the limits of th eimage | |
596 * plot/__go_draw_axes__.m: Base window position in the axis | |
597 position property and not the outerposition property. Remove | |
598 colorbar code based on the gnuplot colorbox. Allow images to be a | |
599 vector to support image based colorbars. Also check labelmode for | |
600 manual tics. | |
601 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
602 colorbar code. | |
603 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
604 it to the principal axis. | |
605 * plot/legend.m: Support an axis handle as the first | |
606 argument. Support hggroups. | |
607 * plot/pareto.m: Don't support an axis handle as the first | |
608 argument as the plotyy command in fact needs two axis handles. | |
609 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
610 synchronize the two axes. | |
611 * plot/subplot.m: Also skip axes that are tagged as being a | |
612 colorbar. Don't break in search of overlapping axes to delete. Set | |
613 both the position and the outerposition. | |
614 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
615 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
|
616 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
617 * 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
|
618 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
619 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
|
620 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
621 * 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
|
622 * 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
|
623 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
624 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
|
625 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
626 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
627 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
628 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
629 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
630 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
631 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
632 * 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
|
633 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
634 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
|
635 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
636 * 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
|
637 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
638 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
|
639 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
640 * 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
|
641 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
|
642 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
|
643 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
|
644 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
|
645 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
|
646 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
|
647 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
|
648 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
|
649 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
|
650 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
651 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
|
652 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
653 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
654 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
655 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
656 * 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
|
657 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
658 * 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
|
659 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
660 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
|
661 |
8182 | 662 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
663 | |
664 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
|
665 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
666 * 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
|
667 |
8182 | 668 2008-10-02 Ben Abbott <bpabbott@mac.com> |
669 | |
670 * 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
|
671 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
672 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
673 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
674 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
675 |
8182 | 676 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
|
677 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
678 * 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
|
679 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
680 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
681 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
682 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
|
683 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
684 * 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
|
685 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
686 * 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
|
687 |
8182 | 688 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
|
689 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
690 * 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
|
691 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
692 * 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
|
693 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
694 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
|
695 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
696 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
697 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
698 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
699 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
700 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
701 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
|
702 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
703 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
704 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
|
705 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
706 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
707 |
8148 | 708 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
709 | |
710 * image/imread.m, image/imwrite.m: Doc fix. | |
711 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
712 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
|
713 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
714 * 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
|
715 |
8149 | 716 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
|
717 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
718 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
719 * 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
|
720 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
721 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
|
722 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
723 * 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
|
724 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
725 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
726 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
727 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
728 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
729 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
730 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
731 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
732 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
733 |
8182 | 734 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 735 |
736 * plot/comet.m: New file. | |
737 * plot/Makefile.in (SOURCES): Add it here. | |
738 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
739 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
|
740 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
741 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
742 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
743 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
744 * 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
|
745 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
|
746 |
8182 | 747 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
|
748 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
749 * 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
|
750 |
8116 | 751 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
752 | |
8117 | 753 * image/imshow.m: Fix for display_range. |
754 | |
8116 | 755 * general/interpn.m: Fixe for extrapval and documentation of |
756 extrapval. | |
757 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
758 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
|
759 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
760 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
761 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
762 * 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
|
763 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
764 * 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
|
765 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
766 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
767 * 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
|
768 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
|
769 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
770 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
771 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
772 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
773 |
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
|
774 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
|
775 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
776 * 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
|
777 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
|
778 |
8088 | 779 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
780 | |
781 * plot/plot.m: Doc fix. | |
782 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
783 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
|
784 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
785 * 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
|
786 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
787 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
788 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
|
789 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
790 * 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
|
791 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
792 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
793 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
794 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
795 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
796 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
797 * 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
|
798 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
799 |
8076 | 800 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
801 | |
802 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
803 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
804 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
805 | |
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
|
806 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
|
807 |
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
|
808 * 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
|
809 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
|
810 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
|
811 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
|
812 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
|
813 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
|
814 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
|
815 '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
|
816 * 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
|
817 |
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
|
818 * 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
|
819 * 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
|
820 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
821 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
822 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
823 * 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
|
824 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
825 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
826 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
827 * 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
|
828 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
|
829 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
830 * 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
|
831 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
|
832 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
|
833 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
834 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
835 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
836 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
837 |
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
|
838 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
|
839 |
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
|
840 * 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
|
841 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
|
842 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
843 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
|
844 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
845 * 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
|
846 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
847 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
848 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
|
849 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
850 * 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
|
851 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
|
852 * 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
|
853 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
|
854 * 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
|
855 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
856 * 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
|
857 * 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
|
858 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
|
859 * 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
|
860 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
|
861 * 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
|
862 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
|
863 * 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
|
864 * 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
|
865 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
|
866 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
867 |
8054 | 868 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
869 | |
870 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
871 Handle parameter-value options. Untabify. | |
872 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
873 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
|
874 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
875 * 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
|
876 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
877 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
878 * 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
|
879 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
|
880 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
881 * 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
|
882 * 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
|
883 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
884 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
885 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
|
886 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
887 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
888 |
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
|
889 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
|
890 |
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
|
891 * 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
|
892 (__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
|
893 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
|
894 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
895 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
896 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
897 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
898 |
8046 | 899 2008-08-21 David Bateman <dbateman@free.fr> |
900 | |
901 * plot/ezplot.m : New function. | |
902 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
903 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
904 | |
8182 | 905 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
|
906 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
907 * 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
|
908 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
909 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
910 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
|
911 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
912 * 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
|
913 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
|
914 |
8040 | 915 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
|
916 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
917 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
918 |
8035 | 919 2008-08-19 David Bateman <dbateman@free.fr> |
920 | |
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
|
921 * 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
|
922 * 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
|
923 |
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
|
924 * statistics/base/ranks.m: Doc fix. |
8035 | 925 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
926 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
|
927 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
928 * 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
|
929 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
930 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
|
931 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
932 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
933 |
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
|
934 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
|
935 |
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
|
936 * 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
|
937 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
|
938 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
939 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
|
940 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
941 * 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
|
942 |
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
|
943 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
|
944 |
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
|
945 * 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
|
946 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
|
947 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
948 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
|
949 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
950 * 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
|
951 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
952 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
953 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
954 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
955 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
956 * 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
|
957 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
958 * 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
|
959 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
960 |
8182 | 961 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
|
962 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
963 * plot/hold.m: Clarify help text. |
7986 | 964 |
965 * specfun/reallog.m: Fix help string. | |
966 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
967 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 968 |
969 * strings/regexptranslate.m: Add real documentation. | |
970 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
971 * 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
|
972 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
973 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
974 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
975 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
976 |
7974 | 977 2008-07-28 John W. Eaton <jwe@octave.org> |
978 | |
979 * image/imwrite.m: New function. | |
980 * image/Makefile.in (SOURCES): Add it to the list. | |
981 | |
7969 | 982 2008-07-24 Ben Abbott <bpabbott@mac.com> |
983 | |
984 * time/datestr.m: New xtest. | |
985 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
986 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
|
987 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
988 * 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
|
989 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
990 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
991 |
7940 | 992 2008-07-17 John W. Eaton <jwe@octave.org> |
993 | |
994 * general/fliplr.m: Fix usage test. | |
995 * testfun/test.m: Fix usage tests. | |
996 | |
8040 | 997 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 998 |
999 * statistics/base/cov.m: Fix test that should no longer work. | |
1000 | |
7935 | 1001 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
1002 | |
1003 * plot/gcbo.m, plot/gcbf.m: New functions. | |
1004 * plot/Makefile.in (SOURCES): Add them to the list. | |
1005 | |
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
|
1006 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
|
1007 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1008 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1009 * 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
|
1010 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1011 * 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
|
1012 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1013 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1014 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1015 |
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
|
1016 * 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
|
1017 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
1018 * 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
|
1019 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
1020 * 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
|
1021 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1022 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
|
1023 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1024 * 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
|
1025 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1026 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
|
1027 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1028 * 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
|
1029 |
8040 | 1030 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
|
1031 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1032 * 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
|
1033 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1034 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1035 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1036 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1037 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
|
1038 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1039 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
|
1040 |
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
|
1041 * 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
|
1042 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1043 * 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
|
1044 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
|
1045 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1046 |
8040 | 1047 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
|
1048 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
1049 * 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
|
1050 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1051 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1052 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1053 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1054 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1055 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1056 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1057 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
|
1058 |
7817 | 1059 * miscellaneous/debug.m: New file.. |
1060 * Makefile.in (SOURCES): Add it to the list. | |
1061 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1062 * 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
|
1063 []. 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
|
1064 |
8040 | 1065 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 1066 |
1067 * strings/strcat.m: Add tests. | |
1068 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1069 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
|
1070 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1071 * 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
|
1072 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1073 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1074 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1075 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1076 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1077 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1078 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1079 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1080 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1081 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1082 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1083 |
7783 | 1084 2008-05-20 Bill Denney <bill@denney.ws> |
1085 | |
1086 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
1087 New tests. | |
1088 | |
7777 | 1089 2008-05-19 John W. Eaton <jwe@octave.org> |
1090 | |
1091 * general/isa.m: Fix tests. | |
1092 | |
7773 | 1093 2008-05-13 Bill Denney <bill@denney.ws> |
1094 | |
1095 * general/isa.m: Use persistent cell arrays to hold class names | |
1096 instead of multiple strcmp calls. | |
1097 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1098 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1099 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1100 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1101 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
|
1102 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1103 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1104 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
|
1105 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
|
1106 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1107 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1108 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1109 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1110 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1111 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1112 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
|
1113 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1114 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1115 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1116 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1117 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
|
1118 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1119 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
1120 * 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
|
1121 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
1122 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
1123 * 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
|
1124 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
1125 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1126 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1127 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1128 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1129 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
|
1130 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1131 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1132 |
7765 | 1133 2008-05-06 David Bateman <dbateman@free.fr> |
1134 | |
1135 * miscellaneous/symvar.m: New function. | |
1136 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1137 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1138 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
|
1139 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1140 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1141 * 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
|
1142 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1143 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1144 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1145 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1146 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
|
1147 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
|
1148 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1149 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1150 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1151 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1152 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1153 * 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
|
1154 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1155 |
7747 | 1156 2008-04-30 John W. Eaton <jwe@octave.org> |
1157 | |
1158 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
1159 elfun/asech.m, specfun/pow2.m: Fix tests. | |
1160 | |
8040 | 1161 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 1162 |
1163 * specfun/log2.m: Delete. | |
1164 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
1165 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
1166 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
|
1167 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
1168 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
|
1169 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1170 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1171 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1172 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1173 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1174 |
7736 | 1175 2008-04-25 John W. Eaton <jwe@octave.org> |
1176 | |
1177 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1178 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 1179 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
1180 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
|
1181 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
1182 * 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
|
1183 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
|
1184 * 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
|
1185 |
8149 | 1186 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
|
1187 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
1188 * 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
|
1189 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
1190 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
|
1191 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
1192 * 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
|
1193 |
7713 | 1194 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
|
1195 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
1196 * 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
|
1197 |
7710 | 1198 2008-04-14 David Bateman <dbateman@free.fr> |
1199 | |
1200 * plot/rose.m: Add missing comment mark that causes issues with | |
1201 octave-forge function referencing. | |
1202 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
1203 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1204 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
|
1205 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1206 * 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
|
1207 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
|
1208 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
|
1209 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
|
1210 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
|
1211 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
|
1212 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
|
1213 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
|
1214 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
|
1215 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
|
1216 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
|
1217 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
|
1218 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
|
1219 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
|
1220 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
|
1221 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
|
1222 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
|
1223 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
|
1224 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
|
1225 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
|
1226 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
|
1227 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
|
1228 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
|
1229 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
|
1230 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
|
1231 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
|
1232 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
|
1233 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
|
1234 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
|
1235 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
|
1236 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
|
1237 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
|
1238 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
|
1239 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
|
1240 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
|
1241 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
|
1242 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
|
1243 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
|
1244 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
|
1245 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
|
1246 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
|
1247 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
|
1248 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
|
1249 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
|
1250 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
|
1251 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
|
1252 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
|
1253 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
|
1254 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1255 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
|
1256 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1257 * 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
|
1258 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1259 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
|
1260 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1261 * 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
|
1262 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1263 * 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
|
1264 * 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
|
1265 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1266 * 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
|
1267 * 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
|
1268 * 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
|
1269 * 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
|
1270 * 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
|
1271 * 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
|
1272 * 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
|
1273 * 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
|
1274 * 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
|
1275 * 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
|
1276 * 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
|
1277 * 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
|
1278 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1279 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1280 * 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
|
1281 * 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
|
1282 * 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
|
1283 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1284 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
|
1285 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1286 * 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
|
1287 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
|
1288 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1289 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
|
1290 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1291 * 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
|
1292 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
|
1293 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
|
1294 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
|
1295 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
|
1296 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
|
1297 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
|
1298 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
|
1299 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
|
1300 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
|
1301 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
|
1302 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
|
1303 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
|
1304 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
|
1305 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
|
1306 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
|
1307 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1308 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
|
1309 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
|
1310 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
|
1311 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
|
1312 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
|
1313 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
|
1314 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1315 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
|
1316 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
|
1317 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
|
1318 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
|
1319 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
|
1320 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
|
1321 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1322 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
|
1323 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
|
1324 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
|
1325 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
|
1326 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
|
1327 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
|
1328 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
|
1329 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
|
1330 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
|
1331 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1332 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
|
1333 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1334 * 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
|
1335 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
|
1336 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
|
1337 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
|
1338 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
|
1339 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
|
1340 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
|
1341 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
|
1342 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
|
1343 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
|
1344 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
|
1345 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
|
1346 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
|
1347 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
|
1348 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
|
1349 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
|
1350 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1351 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
|
1352 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
|
1353 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
|
1354 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
|
1355 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
|
1356 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1357 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
|
1358 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
|
1359 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1360 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
|
1361 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
|
1362 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
|
1363 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
|
1364 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
|
1365 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1366 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
|
1367 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1368 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
|
1369 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
|
1370 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
|
1371 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
|
1372 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
|
1373 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
|
1374 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
|
1375 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
|
1376 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
|
1377 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1378 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
|
1379 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
|
1380 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
|
1381 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1382 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1383 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1384 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1385 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1386 * 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
|
1387 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1388 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1389 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1390 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1391 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1392 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1393 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1394 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1395 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1396 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1397 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1398 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1399 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1400 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1401 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1402 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
|
1403 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
1404 * 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
|
1405 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1406 * 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
|
1407 |
7682 | 1408 2008-04-02 Bill Denney <bill@denney.ws> |
1409 | |
1410 * optimization/lsqnonneg.m: New function. | |
1411 * optimization/Makefile.in (SOURCES): Add it to the list. | |
1412 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1413 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1414 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1415 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1416 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1417 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1418 * 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
|
1419 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
|
1420 * 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
|
1421 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1422 |
7678 | 1423 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
1424 | |
1425 * general/sortrows.m: Handle negative column arguments. | |
1426 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1427 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1428 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1429 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1430 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1431 |
7673 | 1432 2008-03-31 David Bateman <dbateman@free.fr> |
1433 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1434 * 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
|
1435 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
|
1436 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1437 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1438 * 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
|
1439 * 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
|
1440 * 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
|
1441 * 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
|
1442 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1443 * 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
|
1444 |
7673 | 1445 * plot/ginput.m: New function. |
1446 * plot/__gnuplot_ginput__.m: New function based on a version of | |
1447 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
1448 * plot/Makefile.in (SOURCES): Add them to the list. | |
1449 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1450 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
|
1451 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1452 * 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
|
1453 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1454 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1455 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1456 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1457 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1458 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1459 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1460 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1461 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1462 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
|
1463 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1464 * 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
|
1465 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1466 |
7669 | 1467 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
1468 | |
1469 * general/del2.m: Missing semicolon. | |
1470 | |
7668 | 1471 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
1472 | |
1473 * miscellaneous/info.m: New function. | |
1474 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1475 | |
8149 | 1476 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
|
1477 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1478 * 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
|
1479 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1480 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1481 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
|
1482 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1483 * 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
|
1484 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
|
1485 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
1486 * 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
|
1487 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
|
1488 |
7655 | 1489 2008-03-27 Bill Denney <bill@denney.ws> |
1490 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1491 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1492 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1493 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1494 * 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
|
1495 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1496 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1497 * 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
|
1498 |
7657 | 1499 * general/genvarname.m: New function. |
1500 * general/Makefile.in (SOURCES): Add it to the list. | |
1501 | |
7656 | 1502 * time/addtodate.m: New function. |
7657 | 1503 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 1504 |
7655 | 1505 * geometry/rectint.m: Vectorize and add more tests. |
1506 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
1507 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
|
1508 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
1509 * 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
|
1510 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1511 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1512 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1513 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1514 |
7650 | 1515 2008-03-26 John W. Eaton <jwe@octave.org> |
1516 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1517 * 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
|
1518 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1519 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1520 * 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
|
1521 |
7650 | 1522 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
1523 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
1524 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
1525 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
1526 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
1527 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
1528 Texinfo fixes. | |
1529 | |
8040 | 1530 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
|
1531 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
1532 * 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
|
1533 |
8149 | 1534 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
|
1535 |
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
|
1536 * 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
|
1537 |
8182 | 1538 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
|
1539 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1540 * 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
|
1541 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
|
1542 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1543 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1544 * 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
|
1545 |
8149 | 1546 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 1547 |
1548 * polynomial/convn.m: New function. | |
1549 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
1550 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1551 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1552 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1553 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1554 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 1555 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
1556 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
|
1557 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
1558 * 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
|
1559 |
7627 | 1560 2008-03-24 David Bateman <dbateman@free.fr> |
1561 | |
1562 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1563 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 1564 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
1565 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1566 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
1567 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
1568 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1569 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
1570 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
1571 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
|
1572 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1573 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1574 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1575 * 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
|
1576 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
1577 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
|
1578 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
1579 * 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
|
1580 |
7617 | 1581 * miscellaneous/cast.m: Also allow cast to "char". |
1582 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
1583 * 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
|
1584 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
1585 * 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
|
1586 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1587 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1588 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
1589 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
1590 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1591 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1592 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1593 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1594 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1595 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1596 |
7610 | 1597 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
1598 | |
1599 * signal/sinetone.m: Ensure integral number of samples. | |
1600 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
1601 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
|
1602 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
1603 * 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
|
1604 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1605 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
|
1606 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1607 * 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
|
1608 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1609 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
|
1610 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1611 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1612 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1613 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1614 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1615 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1616 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1617 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1618 * 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
|
1619 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1620 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1621 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1622 * 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
|
1623 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1624 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1625 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1626 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
|
1627 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
1628 * 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
|
1629 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1630 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
|
1631 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1632 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1633 |
7592 | 1634 2008-03-14 Kai Habel <kai.habel@gmx.de> |
1635 | |
1636 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
1637 style to default to avoid wrong mesh color in some cases. | |
1638 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1639 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1640 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1641 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1642 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
|
1643 |
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
|
1644 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
|
1645 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
1646 * 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
|
1647 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
|
1648 |
7592 | 1649 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
1650 | |
7582 | 1651 2008-03-11 Kai Habel <kai.habel@gmx.de> |
1652 | |
1653 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
1654 Allow plotting of uniform colored mesh plots with and | |
1655 w/o hidden line removal. | |
1656 | |
1657 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
|
1658 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
1659 * 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
|
1660 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
1661 * 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
|
1662 |
7569 | 1663 2008-03-07 John W. Eaton <jwe@octave.org> |
1664 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
1665 * 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
|
1666 |
7569 | 1667 * plot/__go_draw_axes__.m: Handle tickdir property. |
1668 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1669 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1670 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
1671 * 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
|
1672 Allow matrix arguments when number of bins > 30. |
7568 | 1673 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
|
1674 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
1675 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
1676 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
1677 * 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
|
1678 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1679 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1680 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1681 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
|
1682 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1683 * 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
|
1684 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1685 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
|
1686 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1687 * 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
|
1688 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1689 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
1690 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
|
1691 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
1692 * 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
|
1693 |
7551 | 1694 2008-03-04 Bill Denney <bill@denney.ws> |
1695 | |
7557 | 1696 * plot/allchild.m, plot/findall.m: New functions. |
1697 * plot/Makefile.in (SOURCES): Add them to the list. | |
1698 | |
7551 | 1699 * geometry/rectint.m: New function. |
7557 | 1700 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 1701 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1702 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
|
1703 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
1704 * 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
|
1705 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
|
1706 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1707 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 1708 |
1709 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
1710 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
1711 * 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
|
1712 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1713 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
|
1714 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1715 * 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
|
1716 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1717 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
|
1718 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1719 * 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
|
1720 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
|
1721 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1722 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
|
1723 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1724 * 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
|
1725 "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
|
1726 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1727 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
|
1728 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1729 * 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
|
1730 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
|
1731 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
|
1732 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
|
1733 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
|
1734 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
|
1735 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
|
1736 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
|
1737 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
|
1738 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
|
1739 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
|
1740 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
|
1741 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
|
1742 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1743 * 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
|
1744 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1745 * 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
|
1746 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1747 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
|
1748 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1749 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1750 |
7525 | 1751 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
1752 | |
1753 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
1754 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1755 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
|
1756 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1757 * 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
|
1758 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1759 |
7518 | 1760 2008-02-22 Ben Abbott <bpabbott@mac.com> |
1761 | |
1762 * specfun/legendre.m: Doc fix. | |
1763 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1764 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
|
1765 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1766 * 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
|
1767 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1768 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1769 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
|
1770 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1771 * 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
|
1772 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1773 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1774 * 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
|
1775 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1776 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
|
1777 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1778 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1779 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1780 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1781 * 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
|
1782 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1783 * 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
|
1784 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1785 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1786 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
|
1787 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1788 * 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
|
1789 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1790 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1791 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
|
1792 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1793 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1794 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1795 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
|
1796 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1797 * 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
|
1798 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
|
1799 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
|
1800 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
|
1801 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1802 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
|
1803 |
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
|
1804 * 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
|
1805 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
|
1806 |
7501 | 1807 * polynomial/polyfit.m: Use QR decomposition. Handle |
1808 normalization option. | |
1809 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
1810 generate 50% prediction intervals. | |
1811 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1812 * 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
|
1813 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1814 |
7498 | 1815 2008-02-19 John W. Eaton <jwe@octave.org> |
1816 | |
1817 * pkg/pkg.m: Style fixes. | |
1818 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1819 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 1820 |
1821 * pkg/pkg.m: Handle 'describe' command. | |
1822 (parse_pkg_idx, print_package_description): New subfunctions. | |
1823 | |
7493 | 1824 2008-02-19 Bill Denney <bill@denney.ws> |
1825 | |
1826 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
1827 elements wide. | |
1828 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1829 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
|
1830 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1831 * 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
|
1832 |
7485 | 1833 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
1834 | |
1835 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
1836 * general/runlength.m: New function from Paul Kienzle. | |
1837 | |
7484 | 1838 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
1839 | |
1840 * linear-algebra/cond.m: New optional second argument to | |
1841 specify 1-norm, inf-norm, or frobenius-norm. | |
1842 | |
7475 | 1843 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
1844 | |
1845 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
1846 body. Allow the linespec to specify the arrow color. | |
1847 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1848 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
|
1849 |
7474 | 1850 * miscellaneous/cast.m: Also treat the logical type. |
1851 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1852 * 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
|
1853 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1854 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1855 * 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
|
1856 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1857 * 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
|
1858 * 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
|
1859 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1860 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
|
1861 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1862 * 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
|
1863 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1864 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1865 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1866 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1867 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1868 * 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
|
1869 |
7436 | 1870 2008-02-01 Dave Goel <deego3@gmail.com> |
1871 | |
1872 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
1873 | |
7434 | 1874 2008-02-01 Bill Denney <bill@denney.ws> |
1875 | |
1876 * time/weekday.m: Allow vector inputs and speed up. | |
1877 * time/eomday.m: Return column vector for column vector inputs. | |
1878 | |
7429 | 1879 2008-01-30 John W. Eaton <jwe@octave.org> |
1880 | |
7434 | 1881 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
1882 revision". | |
1883 | |
7431 | 1884 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
1885 __plt2vs__.m in the list. | |
1886 | |
7430 | 1887 * miscellaneous/tempdir.m: Append filesep to name for |
1888 compatibility. Warn if not a directory or directory does not | |
1889 exist. | |
1890 | |
7429 | 1891 * strings/deblank.m: Improve compatibility. |
1892 | |
7428 | 1893 2008-01-29 John W. Eaton <jwe@octave.org> |
1894 | |
1895 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
1896 | |
1897 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 1898 |
1899 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
1900 Return the label handle, not the current axis handle. | |
1901 | |
7421 | 1902 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
1903 | |
1904 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
1905 abscissa. | |
1906 | |
1907 2008-01-25 David Bateman <dbateman@free.fr> | |
1908 | |
7423 | 1909 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 1910 * plot/__scatter__.m: Remove NaN values from data. |
1911 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
1912 | |
7418 | 1913 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
1914 | |
1915 * linear-algebra/trace.m: Test cases for non 2-d args. | |
1916 | |
1917 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
1918 | |
1919 * geometry/griddata3.m: Call griddata, not gridata. | |
1920 | |
7415 | 1921 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
1922 | |
1923 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
1924 | |
7411 | 1925 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
1926 | |
1927 * linear-algebra/cond.m, linear-algebra/trace.m: | |
1928 Move tests here from test/test_linalg.m. | |
1929 | |
1930 * general/diff.m, general/fliplr.m, general/flipud.m, | |
1931 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
1932 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
1933 special-matrix/hankel.m, special-matrix/hilb.m, | |
1934 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
1935 special-matrix/toeplitz.m, special-matrix/vander.m: | |
1936 Move tests here from test/test_matrix.m. | |
1937 | |
1938 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
1939 Move tests here from test/test_number.m. | |
1940 | |
1941 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
1942 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
1943 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
1944 polynomial/polyvalm.m, polynomial/roots.m: | |
1945 Move tests here from test/test_poly.m. | |
1946 | |
1947 * signal/unwrap.m: | |
1948 Move tests here from test/test_signal.m. | |
1949 | |
1950 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
1951 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
1952 statistics/base/mean.m, statistics/base/median.m, | |
1953 statistics/base/skewness.m, statistics/base/std.m: | |
1954 Move tests here from test/test_stats.m. | |
1955 | |
1956 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
1957 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
1958 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
1959 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
1960 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
1961 strings/substr.m: | |
1962 Move tests here from test/test_string.m. | |
1963 | |
1964 * miscellaneous/computer.m, miscellaneous/ls.m, | |
1965 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
1966 time/date.m, time/etime.m, time/is_leap_year.m: | |
1967 Move tests here from test/test_system.m. | |
1968 | |
7410 | 1969 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
1970 | |
1971 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
1972 Simplify initial checks on argument values. | |
1973 | |
7408 | 1974 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
1975 | |
1976 * plot/gnuplot_drawnow.m: New function corresponding to the | |
1977 implementation of the gnuplot-based graphics backend (derived from | |
1978 drawnow.m). | |
1979 * plot/drawnow.m: Deleted (converted to C++). | |
1980 | |
7401 | 1981 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
1982 | |
1983 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
1984 New tests. | |
1985 | |
7399 | 1986 2008-01-18 John W. Eaton <jwe@octave.org> |
1987 | |
1988 * optimization/sqp.m: End each function with endfunction. | |
1989 | |
7398 | 1990 2008-01-18 Ben Abbott <bpabbott@mac.com> |
1991 | |
1992 * polynomial/residue.m: For each group of pole multiplicity, set | |
1993 the poles of the group to the value of the group's average. | |
1994 | |
7396 | 1995 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
1996 | |
1997 * plot/print.m: Handle PDF output. | |
1998 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
1999 | |
7392 | 2000 2008-01-17 John W. Eaton <jwe@octave.org> |
2001 | |
7393 | 2002 * path/savepath.m: Print newline before initial comment line. |
2003 Double up single quote characters. | |
2004 * path/__extractpath__.m: Return just the path as a string. | |
2005 Undo single quote character doubling. | |
2006 | |
2007 * path/pathdef.m: Avoid eval. Simplify. | |
2008 | |
7392 | 2009 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
2010 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
2011 avoid possible file descriptor leak. | |
2012 | |
2013 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
2014 | |
2015 * path/savepath.m: Warn if modified file is not explicitly specified. | |
2016 * startup/main-rcfile: Call atexit ("__finish__"). | |
2017 | |
7388 | 2018 2008-01-16 John W. Eaton <jwe@octave.org> |
2019 | |
7390 | 2020 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
2021 Use it to disable enhanced mode for individual labels and titles. | |
2022 | |
7392 | 2023 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 2024 (install install-strip, uninstall): Handle function files. |
2025 | |
2026 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
2027 | |
7392 | 2028 * startup/__finish__.m: New file. |
2029 * path/__extractpath__.m, path/matlabroot.m, | |
2030 path/pathdef.m: New files. | |
7388 | 2031 * path/Makefile.in (SOURCES): Add them to the list. |
2032 | |
7385 | 2033 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
2034 | |
7387 | 2035 * special-matrix/vander.m: Vectorize. New test. |
2036 | |
7385 | 2037 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
2038 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
2039 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
2040 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
2041 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
2042 Move tests here from test/test_arith.m. | |
2043 | |
7382 | 2044 2008-01-15 John W. Eaton <jwe@octave.org> |
2045 | |
2046 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
2047 | |
7379 | 2048 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
2049 | |
2050 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
2051 Call __get__ instead of get. | |
2052 | |
2053 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
2054 | |
2055 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
2056 Frobenius norm if matrix is all zeros. Use transpose instead of | |
2057 hermitian operator. | |
2058 | |
7376 | 2059 2008-01-14 Bill Denney <bill@denney.ws> |
2060 | |
2061 * plot/axis.m: Correctly handle "tight" and "image" options. | |
2062 | |
8149 | 2063 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 2064 |
2065 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
2066 image/rgb2ntsc.m: Also accept images as input. | |
2067 | |
2068 * image/gray2ind.m: Handle image type other than double. | |
2069 Improve error checking and documentation. | |
2070 | |
7371 | 2071 2008-01-14 John W. Eaton <jwe@octave.org> |
2072 | |
7372 | 2073 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
2074 instead of calling tolower on first arg. Default font name is | |
2075 Helvetica, not helvetica. Don't downcase user-specified font name. | |
2076 (__maybe_munge_text__): Fix typo. | |
2077 | |
7371 | 2078 * optimization/sqp.m: Fix function definitions in test code. |
2079 | |
7361 | 2080 2008-01-12 John W. Eaton <jwe@octave.org> |
2081 | |
2082 * plot/gnuplot_binary.in: New file. | |
2083 * plot/gnuplot_binary.m: Delete. | |
2084 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
2085 (SOURCES_IN, GEN_M): New macros. | |
2086 (DISTFILES): Include $(SOURCES_IN) in the list. | |
2087 (FCN_FILES): Include $(GEN_M) in the list. | |
2088 (all): Depend on $(GEN_M). | |
2089 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 2090 (distclean): Also remove $(GEN_M). |
7361 | 2091 |
2092 2008-01-11 John W. Eaton <jwe@octave.org> | |
2093 | |
2094 * optimization/sqp.m: New test from example in doc string. | |
2095 | |
7360 | 2096 2008-01-10 Ben Abbott <bpabbott@mac.com> |
2097 | |
2098 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
2099 to more than one multiplicity group. | |
2100 | |
7358 | 2101 2008-01-10 John W. Eaton <jwe@octave.org> |
2102 | |
2103 * plot/gnuplot_binary.m: New file. | |
2104 * plot/Makefile.in (SOURCES): Add it to the list. | |
2105 | |
7355 | 2106 2008-01-09 John W. Eaton <jwe@octave.org> |
2107 | |
2108 * plot/drawnow.m: Fail if filename includes a directory part that | |
2109 does not exist. | |
2110 | |
7352 | 2111 2008-01-07 John W. Eaton <jwe@octave.org> |
2112 | |
2113 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
2114 Error if glob call fails to match any files. | |
2115 | |
7346 | 2116 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
2117 | |
2118 * strings/strtrim.m: Doc fix. | |
2119 | |
7345 | 2120 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
2121 | |
2122 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
2123 | |
8149 | 2124 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 2125 |
2126 * set/create_set.m, set/union.m: Accept "rows" argument. | |
2127 | |
7341 | 2128 2008-01-02 John W. Eaton <jwe@octave.org> |
2129 | |
2130 * plot/print.m: Correctly handle pbm terminal. | |
2131 | |
7340 | 2132 2007-12-28 John W. Eaton <jwe@octave.org> |
2133 | |
2134 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
2135 extensions. | |
2136 | |
7337 | 2137 2007-12-28 David Bateman <dbateman@free.fr> |
2138 | |
2139 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
2140 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
2141 * Makefile.in (SOURCES): Add to the sources. | |
2142 | |
2143 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
2144 | |
2145 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
2146 Remove unnecessary call of size function. | |
2147 | |
7334 | 2148 2007-12-21 John W. Eaton <jwe@octave.org> |
2149 | |
2150 Version 3.0.0 released. | |
2151 | |
8149 | 2152 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 2153 |
2154 * image/imshow.m: Accept empty value for display_range. | |
2155 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2156 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 2157 |
2158 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
2159 | |
8149 | 2160 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 2161 |
2162 * image/imshow.m: Store uint8 images as doubles. Handle default | |
2163 display ranges correctly. | |
2164 | |
7327 | 2165 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
2166 Peter A. Gustafson <petegus@umich.edu> | |
2167 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2168 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 2169 |
7325 | 2170 2007-12-19 John W. Eaton <jwe@octave.org> |
2171 | |
2172 * miscellaneous/edit.m: New function. | |
2173 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2174 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2175 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 2176 |
2177 * plot/__bar__.m: Handle "basevalue" option. | |
2178 * plot/__bars__.m: New arg, base_value. | |
2179 | |
7321 | 2180 2007-12-17 David Bateman <dbateman@free.fr> |
2181 | |
2182 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
2183 * plot/Makefiles (SOURCES): Add them to the sources | |
2184 * plot/polar.m: Set the x and y limits to the maximum polar | |
2185 radius. Set the axes to be square. | |
2186 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
2187 and print axis at zero if this is used. | |
2188 | |
2189 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
2190 contours can overlay pcolor plots. Priveldge no hidden line | |
2191 removal when there are multiple objects in the plot. | |
2192 | |
7320 | 2193 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
2194 | |
2195 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
2196 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
2197 | |
7319 | 2198 2007-12-17 Ben Abbott <bpabbott@mac.com> |
2199 | |
2200 * miscellaneous/run.m: Replace script with f when looking for | |
2201 file to run. | |
2202 | |
7316 | 2203 2007-12-14 David Bateman <dbateman@free.fr> |
2204 | |
7317 | 2205 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
2206 * plot/contour.m: Doc fix. | |
2207 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
2208 Include linetype in withclause. | |
2209 | |
7316 | 2210 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
2211 Use it to determine dimensions. Consolidate all 3-d settings. | |
2212 | |
7315 | 2213 2007-12-13 John W. Eaton <jwe@octave.org> |
2214 | |
2215 * image/imshow.m: Turn axis visibility off. | |
2216 Don't scale true color images. | |
2217 * image/image.m: Set axis layer property to "top". | |
2218 | |
7307 | 2219 2007-12-12 John W. Eaton <jwe@octave.org> |
2220 | |
7313 | 2221 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
2222 | |
2223 * plot/pie.m: Avoid calling "exist". | |
2224 | |
7309 | 2225 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 2226 Condense argument processing logic. Allow 6 arguments. |
2227 Use issquare. Avoid calling "exist". | |
7309 | 2228 |
7307 | 2229 * plot/__go_draw_axes__.m: Handle the axes layer property. |
2230 | |
7305 | 2231 2007-12-12 David Bateman <dbateman@free.fr> |
2232 | |
2233 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
2234 * plot/Makefile.in (SOURCES): Add to the sources. | |
2235 | |
7290 | 2236 2007-12-11 John W. Eaton <jwe@octave.org> |
2237 | |
7298 | 2238 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
2239 * plot/surface.m: Not here. | |
2240 | |
7297 | 2241 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
2242 subsequent "unset grid" if there is no grid. | |
2243 | |
7296 | 2244 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
2245 | |
7293 | 2246 * plot/surface.m: Don't set facecolor property in call to |
2247 __go_surface__. | |
2248 | |
7290 | 2249 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
2250 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
2251 | |
7292 | 2252 2007-12-11 Kai Habel <kai.habel@gmx.de> |
2253 | |
7295 | 2254 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
2255 color string is not taken as z value. | |
2256 | |
7292 | 2257 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
2258 zgrid to "on" and box to "off" for used axes. | |
2259 | |
2260 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
2261 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
2262 | |
7286 | 2263 2007-12-11 David Bateman <dbateman@free.fr> |
2264 | |
7288 | 2265 * miscelleaneous/fullfile.m: Ignore empty arguments. |
2266 | |
7287 | 2267 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
2268 * statistics/base/mode.m: Ditto. | |
2269 | |
7286 | 2270 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
2271 object handles are all now non integer. | |
2272 | |
7278 | 2273 2007-12-10 John W. Eaton <jwe@octave.org> |
2274 | |
7282 | 2275 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
2276 | |
7281 | 2277 * general/issymmetric.m: Use ' instead of .' for compatibility |
2278 with previous versions of Octave. | |
2279 * general/ishermitian.m: Delete. | |
7285 | 2280 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 2281 |
7280 | 2282 * plot/fplot.m: In N is not specified, increase initial number of |
2283 points from 3 and 5 to 5 and 8. | |
2284 | |
7279 | 2285 * signal/detrend.m: Move tests here from test/test_signal.m. |
2286 Loosen tolerance on first test from 10*eps to 20*eps. | |
2287 | |
7278 | 2288 * finance/rate.m: Don't request info from fsolve. |
2289 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2290 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 2291 |
2292 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
2293 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
2294 | |
7276 | 2295 2007-12-10 David Bateman <dbateman@free.fr> |
2296 | |
2297 * image/image.m: Rewritten to allow trailing properties to be | |
2298 passed to underlying image object. | |
2299 * image/__img__.m: Pass additional arguments to __go_image__. | |
2300 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
2301 | |
7274 | 2302 2007-12-10 John W. Eaton <jwe@octave.org> |
2303 | |
2304 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
2305 front" to gnuplot. | |
2306 | |
7271 | 2307 2007-12-10 David Bateman <dbateman@free.fr> |
2308 | |
7274 | 2309 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 2310 border front" from images. |
7274 | 2311 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
2312 * plot/pcolor.m: Set axis "box" property. | |
2313 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
2314 Mark as commands. | |
7271 | 2315 |
7269 | 2316 2007-12-07 David Bateman <dbateman@free.fr> |
2317 | |
2318 * plot/surf.m: Don't set facecolor property. | |
2319 | |
7265 | 2320 2007-12-06 John W. Eaton <jwe@octave.org> |
2321 | |
7269 | 2322 * plot/print.m: Pass mono to drawnow. |
2323 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
2324 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
2325 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
2326 disable color specifications. | |
2327 | |
7265 | 2328 * general/issymmetric.m: Move tests here from test/test_number.m |
2329 | |
2330 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
2331 | |
2332 * general/issymmetric.m: To keep its argument sparse and the | |
2333 function quick, use the infinity norm rather than the 2-norm. | |
2334 Also measure the symmetric part rather than the Hermitian part. | |
2335 * general/ishermitian.m: New file. Measure the Hermitian part. | |
2336 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
2337 | |
7248 | 2338 2007-12-04 John W. Eaton <jwe@octave.org> |
2339 | |
7257 | 2340 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
2341 text and label commands if font is "*". | |
2342 | |
7248 | 2343 * linear-algebra/krylov.m: Doc fixes. |
2344 From Marco Caliari <caliari@sci.univr.it>. | |
2345 | |
7250 | 2346 2007-12-04 Kai Habel <kai.habel@gmx.de> |
2347 | |
2348 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
2349 Add "## PKG_ADD: mark_as_command axis" line. | |
2350 | |
7245 | 2351 2007-12-03 John W. Eaton <jwe@octave.org> |
2352 | |
2353 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
2354 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
2355 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
2356 Generate demos from examples. | |
2357 | |
7240 | 2358 2007-12-03 David Bateman <dbateman@free.fr> |
2359 | |
7243 | 2360 * testfun/test.m: Disable "testif" test block to avoid spurious |
2361 skipped test for "make check". Avoid printing variables for | |
2362 skipped tests. | |
2363 | |
7242 | 2364 * testfun/test.m: Add "testif" type to allow for conditional tests. |
2365 | |
7240 | 2366 * plot/plotyy.m: Use activepositionproperty property of axes |
2367 object. Set second axis color to "none". | |
2368 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
2369 property of the axis objects. | |
2370 | |
7239 | 2371 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
2372 | |
2373 * linear-algebra/condest.m: Loosen tolerance in test. | |
2374 | |
7236 | 2375 2007-12-02 John W. Eaton <jwe@octave.org> |
2376 | |
2377 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
2378 get_data_limits. | |
2379 | |
7222 | 2380 2007-11-30 John W. Eaton <jwe@octave.org> |
2381 | |
2382 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
2383 (get_data_limits, get_axis_limits): Delete. | |
2384 | |
7228 | 2385 2007-11-30 David Bateman <dbateman@free.fr> |
2386 | |
7235 | 2387 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
2388 | |
7228 | 2389 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
2390 tick labels rather than one by one on the labels themselves. | |
2391 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
2392 95% crossing fixed. | |
2393 | |
7217 | 2394 2007-11-29 David Bateman <dbateman@free.fr> |
2395 | |
7220 | 2396 * plot/pareto.m: New file. |
2397 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2398 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
2399 marks to avoid gnuplot error about formating. More colorspec to | |
2400 after the tics. | |
2401 * plot/plotyy.m: More generic check for appropriate axis color. | |
2402 | |
7217 | 2403 * plot/__stem__.m: New file based on old stem.m expanded to treat |
2404 2- and 3-D. | |
2405 * plot/stem3.m: New function. | |
2406 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2407 * plot/stem.m: Adapt to use __stem__. | |
2408 | |
7216 | 2409 2007-11-29 John W. Eaton <jwe@octave.org> |
2410 | |
2411 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
2412 plot/surf.m, plot/surface.m: Don't return handle value unless | |
2413 requested. | |
2414 | |
2415 * plot/patch.m: Omit isnan check on handle returned from | |
2416 __plt_get_axis_arg__. | |
2417 | |
2418 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
2419 but has no axes. | |
2420 | |
7215 | 2421 2007-11-28 David Bateman <dbateman@free.fr> |
2422 | |
2423 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
2424 ancestor. If leading argument is logical set variable nogca to see | |
2425 if gca() should be called if there is no active handle found. | |
2426 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
2427 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
2428 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
2429 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
2430 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
2431 __plt__get_axis_arg__ to find axis handle. | |
2432 * polar.m: Typo. | |
2433 | |
7213 | 2434 2007-11-28 John W. Eaton <jwe@octave.org> |
2435 | |
2436 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
2437 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2438 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 2439 |
2440 * plot/drawnow.m: Fix typo. | |
2441 | |
7206 | 2442 2007-11-27 David Bateman <dbateman@free.fr> |
2443 | |
7207 | 2444 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
2445 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
2446 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
2447 | |
2448 * plot/meshz.m: New function. | |
2449 * plot/Makefile.in (SOURCES): Add it to the list. | |
2450 * plot/surface.m: Allow surface to accept an axis handle as the | |
2451 first argument. | |
2452 * plot/meshc.m: Extract z from the the surface object rather than | |
2453 varargin so that we can rely on code in surface to treat leading | |
2454 axis handles. | |
2455 | |
7206 | 2456 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
2457 y2tics" in the case of a plotyy plot. | |
2458 * plot/plotyy.m: ensure the position property is set correct for | |
2459 the second axis, by setting it after the plot itself. In the case | |
2460 of a plot that returns multiple handles, base the color selection | |
2461 on the first. | |
2462 | |
7204 | 2463 2007-11-27 Kai Habel <kai.habel@gmx.de> |
2464 | |
2465 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
2466 z-value of vertex 'c3'. | |
2467 | |
7203 | 2468 2007-11-27 John W. Eaton <jwe@octave.org> |
2469 | |
2470 * image/image.m: Allow nargin == 0 case to work again. | |
2471 | |
7202 | 2472 2007-11-27 David Bateman <dbateman@free.fr> |
2473 | |
2474 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
2475 colorbar, to ensure that the colorbar is on the canvas for png and | |
2476 postscipt outputs. | |
2477 | |
7189 | 2478 2007-11-26 David Bateman <dbateman@free.fr> |
2479 | |
7197 | 2480 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
2481 return values. | |
2482 | |
7194 | 2483 * plot/plotyy.m: New function |
2484 * plot/Makefile.in (SOURCES): Add it here. | |
2485 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
2486 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
2487 {x|y}label to respect the axis position. | |
2488 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
2489 handle as the first argument. | |
2490 | |
7192 | 2491 * pkg/pkg.m (pkg:install): When loading the installed packages |
2492 index into installed_pkgs_lst and not descriptions.. | |
2493 | |
7189 | 2494 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
2495 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2496 * plot/quiver.m: Modify to use __quiver__.m. | |
2497 | |
2498 * plot/hist.m: Avoid saturation when the x values are in an | |
2499 inetger type. | |
2500 | |
2501 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
2502 | |
2503 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
2504 functions. | |
2505 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
2506 | |
2507 2007-11-26 David Bateman <dbateman@free.fr> | |
2508 | |
2509 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
2510 extent. | |
2511 | |
2512 * plot/colorbar.m: New function. | |
2513 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2514 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
2515 precalculate the clim, set pm3d except for mesh. | |
2516 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
2517 save the real values so that colorbar corresponds to the contour | |
2518 levels. | |
2519 | |
2520 * plot/stem.m: Set marker color the same as the line color. Draw | |
2521 a single discontinous line object for the stems. | |
2522 | |
2523 * plot/sphere.m: New function ported from JHandles. | |
2524 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2525 | |
2526 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
2527 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
2528 to get enhanced mode to work correctly for the X11 terminal. | |
2529 | |
2530 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
2531 the reverse. Allow an axes handle to be passed and/or returned. | |
2532 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
2533 | |
2534 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
2535 sort surface patches by their depth and not the order they are | |
2536 rendered in. | |
2537 | |
2538 * plot/__patch__.m: Set clim correctly. | |
2539 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
2540 the marker color is determined by the cmap. | |
2541 * plot/scatter.m: New function to 2D scatter plots. | |
2542 * plot/scatter3.m: New function to 3D scatter plots. | |
2543 * plot/__scatter__.m: Support function for scatter plots | |
2544 * Makefile.in (SOURCES): Ad dnew functions here. | |
2545 | |
2546 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
2547 Return whether the terminal supports enhanced text or not. | |
2548 (drawnow:enhanced_term): New sub-function to determine if terminal | |
2549 supports enhanced mode. | |
2550 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
2551 __go_draw_axes__. | |
2552 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
2553 needed to support the enhanced mode. | |
2554 * plot/print.m: Remove "enhanced" option as this is now treated in | |
2555 drawnow.m. | |
2556 | |
2557 | |
2558 * plot/caxis.m: New function to control the color axis limits. | |
2559 * plot/Makefile.in (SOURCES): Include it. | |
2560 * plot/axis.m: Allow the first argument to be an axes handle. | |
2561 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
2562 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
2563 caxis limits. | |
2564 | |
2565 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
2566 * image/Makefile.in (SOURCES): Include it. | |
2567 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
2568 of the bars for the colormap. | |
2569 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
2570 passed. | |
2571 * plot/__contour.m: Avoid possible divide by zero error. | |
2572 * plot/contour.m: Missing semicolon. | |
2573 * plot/surface.m: Don't attempt to set additional arguments if | |
2574 there are none. | |
2575 * plot/Makefile.in (SOURCES): Include __bars__.m | |
2576 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2577 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 2578 |
2579 * plot/__bar__.m: put bar creation code into separate function | |
2580 to allow easy hook up from other graphic backends | |
2581 | |
2582 * plot/__bars__.m: new function containing bar creation code | |
2583 | |
7186 | 2584 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
2585 | |
2586 * general/accumarray.m: Correct dimension check. | |
2587 | |
7183 | 2588 2007-11-26 John W. Eaton <jwe@octave.org> |
2589 | |
2590 * polynomial/residue.m: Prepad along second dimension. | |
2591 From Doug Stewart <dastew@sympatico.ca>. | |
2592 | |
7181 | 2593 2007-11-26 Kai Habel <kai.habel@gmx.de> |
2594 | |
7183 | 2595 * plot/cylinder.m, plot/slice.m: New functions. |
2596 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 2597 |
7177 | 2598 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
2599 | |
2600 * plot/patch.m: Handle arg may also be hggroup object. | |
2601 Use ancestor to find parent axes object. | |
2602 | |
7175 | 2603 2007-11-14 David Bateman <dbateman@free.fr> |
2604 | |
2605 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
2606 flag to patch that it is not closed. Allow z to take string | |
2607 arguments and use it to flag that the contours are placed at the | |
2608 z level of the contour itself. | |
2609 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
2610 objects as well. Let hidden removal take precedence in case of a | |
2611 conflict. | |
2612 * plot/surface.m: Allow surface to treat handles being passed or | |
2613 returned. Any additional arguments arr used to set the surface | |
2614 handle. | |
2615 * plot/contour3.m: New function | |
2616 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2617 | |
7173 | 2618 2007-11-14 John W. Eaton <jwe@octave.org> |
2619 | |
2620 * specfun/bessel.m: Update doc string from | |
2621 src/DLD-FUNCTIONS/besselj.cc. | |
2622 | |
7170 | 2623 2007-11-12 David Bateman <dbateman@free.fr> |
2624 | |
2625 * plot/contour.m: Allow handles to be passed and returned. Split | |
2626 the countour function itself into __contour__.m to be shared with | |
2627 surfc and meshc. | |
2628 * plot/__contour__.m: New file | |
2629 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2630 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
2631 the face or edge if the facecolor or edge color are marked as | |
2632 "none". Allow the edgecolor to be determined by the cdata in the | |
2633 same manner as the facecolor. Fail if facecolor is not "none" and | |
2634 a 3-D plot is desired, rather than ignoring zdata. Make the | |
2635 storage of 3D/4D data consistent between line, surface and patch | |
2636 objects. | |
2637 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
2638 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 2639 |
2640 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
2641 Handle fontweight and fontangle properties. | |
2642 | |
7163 | 2643 2007-11-12 Kai Habel <kai.habel@gmx.de> |
2644 | |
2645 * plot/spinmap.m, plot/ribbon.m: New functions. | |
2646 * plot/Makefile.in (SOURCES): Add them to the list. | |
2647 | |
2648 2007-11-12 John W. Eaton <jwe@octave.org> | |
2649 | |
2650 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
2651 Use it to avoid duplicated code. | |
2652 | |
7161 | 2653 2007-11-12 David Bateman <dbateman@free.fr> |
2654 | |
7162 | 2655 * plot/title.m: Fix return value for nargout > 0. |
2656 | |
2657 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
2658 specified for the title, xlabel, ylabel and text objects. | |
2659 | |
7161 | 2660 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
2661 4.0 and surface plots. | |
2662 | |
7160 | 2663 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
2664 | |
2665 * plot/__patch__.m: Fix computation of faces when patch is defined | |
2666 with X/Y/Z data. | |
2667 | |
7146 | 2668 2007-11-09 John W. Eaton <jwe@octave.org> |
2669 | |
7152 | 2670 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 2671 Correct logic in setting palette data. |
7152 | 2672 |
7151 | 2673 * audio/wavread.m, control/base/__bodquist__.m, |
2674 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
2675 control/system/c2d.m, control/system/is_detectable.m, | |
2676 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
2677 control/system/tfout.m, general/isdefinite.m, | |
2678 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
2679 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
2680 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
2681 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
2682 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
2683 testfun/test.m: Use specific end keywords. | |
2684 | |
7146 | 2685 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
2686 | |
2687 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
2688 | |
2689 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
2690 Don't change view if hold is on. | |
2691 | |
7142 | 2692 2007-11-09 David Bateman <dbateman@free.fr> |
2693 | |
7149 | 2694 * plot/hidden.m: New function. |
2695 * plot/Makefile.in (SOURCES): Add it here. | |
2696 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
2697 line removal. | |
2698 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
2699 removal and if it is "none" don't do hidden line removal. | |
2700 | |
7148 | 2701 * plot/legend.m: Also allow labels for surface and patch types. |
2702 * plot/__bar__.m: Split into separate patch pbjects to allow | |
2703 setting of the legend. | |
2704 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
2705 objects as well. | |
2706 | |
7146 | 2707 * plot/area.m, plot/__area__.m: New functions |
2708 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
2709 | |
7142 | 2710 * plot/patch.m: Correctly handle case of axis handle as first arg. |
2711 | |
7144 | 2712 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
2713 | |
2714 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
2715 | |
7131 | 2716 2007-11-08 John W. Eaton <jwe@octave.org> |
2717 | |
7133 | 2718 * control/base/dcgain.m, control/base/dre.m, |
2719 control/base/impulse.m, control/base/step.m, | |
2720 control/system/dmr2d.m, control/system/ord2.m, | |
2721 control/system/sys2ss.m, control/system/sysdimensions.m, | |
2722 control/system/sysgetsignals.m, control/system/sysout.m, | |
2723 control/system/tfout.m, control/system/ugain.m, | |
2724 control/system/zpout.m, control/util/strappend.m: | |
2725 Don't fail with usage message if nargout is too large. | |
2726 | |
7131 | 2727 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
2728 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
2729 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 2730 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
2731 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
2732 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
2733 control/obsolete/rotg.m, control/obsolete/series.m, | |
2734 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
2735 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 2736 control/system/__syschnamesl__.m, |
2737 control/system/__syscont_disc__.m, | |
2738 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
2739 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
2740 control/system/abcddim.m, control/system/buildssic.m, | |
2741 control/system/c2d.m, control/system/cellidx.m, | |
2742 control/system/d2c.m, control/system/dmr2d.m, | |
2743 control/system/fir2sys.m, control/system/is_abcd.m, | |
2744 control/system/is_controllable.m, control/system/is_detectable.m, | |
2745 control/system/is_digital.m, control/system/is_observable.m, | |
2746 control/system/is_stabilizable.m, control/system/is_stable.m, | |
2747 control/system/jet707.m, control/system/listidx.m, | |
2748 control/system/parallel.m, control/system/ss.m, | |
2749 control/system/ss2sys.m, control/system/ss2zp.m, | |
2750 control/system/starp.m, control/system/sys2ss.m, | |
2751 control/system/sys2tf.m, control/system/sys2zp.m, | |
2752 control/system/sysadd.m, control/system/sysappend.m, | |
2753 control/system/sysconnect.m, control/system/syscont.m, | |
2754 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 2755 control/system/sysdup.m, control/system/sysgetsignals.m, |
2756 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 2757 control/system/sysmult.m, control/system/sysout.m, |
2758 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 2759 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 2760 control/system/syssub.m, control/system/sysupdate.m, |
2761 control/system/tf.m, control/system/tf2ss.m, | |
2762 control/system/tf2sys.m, control/system/tfout.m, | |
2763 control/system/zp.m, control/system/zp2ss.m, | |
2764 control/system/zp2sys.m, control/system/zp2tf.m, | |
2765 control/system/zpout.m, control/util/__outlist__.m, | |
2766 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
2767 control/util/prompt.m, control/util/sortcom.m, | |
2768 control/util/zgfmul.m, control/util/zgfslv.m, | |
2769 control/util/zginit.m, control/util/zgreduce.m, | |
2770 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 2771 |
7130 | 2772 2007-11-08 David Bateman <dbateman@free.fr> |
2773 | |
2774 * plot/quiver.m: Fix arrowheads. | |
2775 | |
7128 | 2776 2007-11-07 Ben Abbott <bpabbott@mac.com> |
2777 | |
2778 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 2779 Handle "rows" argument. New tests. |
7128 | 2780 (cell_ismember): New function. |
2781 | |
7127 | 2782 2007-11-07 John W. Eaton <jwe@octave.org> |
2783 | |
2784 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
2785 control/base/__stepimp__.m, control/base/are.m, | |
2786 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
2787 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
2788 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
2789 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
2790 control/base/ltifr.m, control/base/nichols.m, | |
2791 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
2792 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
2793 Style fixes. | |
2794 | |
7125 | 2795 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
2796 | |
2797 * control/base/bode_bounds.m, control/base/dgram.m, | |
2798 control/base/dlyap.m, control/base/freqchkw.m, | |
2799 control/base/gram.m, control/base/place.m, | |
2800 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
2801 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
2802 control/system/is_signal_list.m, control/system/ss2tf.m, | |
2803 control/system/sys2fir.m, control/system/sysgettsam.m, | |
2804 control/system/sysgettype.m, control/system/sysreorder.m, | |
2805 control/system/tf2sys.m, control/system/zp2tf.m, | |
2806 control/util/axis2dlim.m, control/util/swap.m, | |
2807 control/util/zgfmul.m, control/util/zgfslv.m, | |
2808 control/util/zginit.m, control/util/zgreduce.m, | |
2809 control/util/zgrownorm.m, control/util/zgscal.m, | |
2810 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
2811 geometry/inpolygon.m, linear-algebra/housh.m, | |
2812 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
2813 miscellaneous/run.m, quaternion/qconj.m, | |
2814 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
2815 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
2816 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
2817 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
2818 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
2819 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
2820 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
2821 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
2822 statistics/distributions/empirical_cdf.m, | |
2823 statistics/distributions/empirical_inv.m, | |
2824 statistics/distributions/empirical_pdf.m, | |
2825 statistics/models/logistic_regression_derivatives.m, | |
2826 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
2827 | |
7118 | 2828 2007-11-07 David Bateman <dbateman@free.fr> |
2829 | |
7120 | 2830 * general/gradient.m: Correctly convert deltax and deltay scalar |
2831 values are scalars to vectors. | |
2832 | |
7119 | 2833 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
2834 the meshc.m function. | |
2835 * plot/meshc.m: Also use the surface function. | |
2836 | |
7120 | 2837 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 2838 * plot/Makefile.in (SOURCES): Add them to the list. |
2839 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
2840 | |
7117 | 2841 2007-11-07 Michael Zeising <michael@michaels-website.de> |
2842 | |
2843 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
2844 | |
7115 | 2845 2007-11-07 John W. Eaton <jwe@octave.org> |
2846 | |
2847 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
2848 the data limits are infinite. | |
2849 (get_data_limits): Don't do anything if xdat or tx are empty. | |
2850 (get_axis_limits): Don't do anything if min_val or max_val are | |
2851 infinite. | |
2852 | |
7112 | 2853 2007-11-06 David Bateman <dbateman@free.fr> |
2854 | |
2855 * plot/hist.m: Pass any additional arguments to bar for | |
2856 treatment. Create a default x value that is always a vector. | |
2857 | |
7111 | 2858 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
2859 | |
2860 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
2861 when calling ./configure and add quotes to preserve spaces. | |
7109 | 2862 |
2863 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
2864 | |
2865 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
2866 New files. | |
2867 * plot/mesh.m: Call surface to do the real work. | |
2868 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
2869 properties. | |
2870 | |
2871 * image/colormap.m: Also return current colormap if nargout and | |
2872 nargin are both 0. | |
2873 | |
7106 | 2874 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
2875 | |
2876 * startup/inputrc: Delete key bindings starting with \340 code. | |
2877 | |
7112 | 2878 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 2879 |
2880 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
2881 to avoid issues of over- and underflow. From Rolf Fabian | |
2882 <Rolf.Fabian@gmx.de>. | |
2883 | |
7097 | 2884 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
2885 | |
2886 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
2887 help texts. | |
2888 | |
7096 | 2889 2007-11-02 Kai Habel <kai.habel@gmx.de> |
2890 | |
2891 * plot/bar.m, plot/barh.m: Doc fix. | |
2892 | |
7094 | 2893 2007-10-31 John W. Eaton <jwe@octave.org> |
2894 | |
2895 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
2896 | |
7086 | 2897 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
2898 | |
2899 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
2900 objects and legend objects are implemented with a separate axes | |
2901 object. | |
2902 | |
7078 | 2903 2007-10-30 David Bateman <dbateman@free.fr> |
2904 | |
7081 | 2905 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
2906 | |
7078 | 2907 * plot/__go_draw_axes__.m (do_linestyle_command): |
2908 Use point type 0 for ".". | |
2909 | |
7073 | 2910 2007-10-26 John W. Eaton <jwe@octave.org> |
2911 | |
7074 | 2912 * image/imshow.m: Improve compatibility. |
2913 * image/image.m: Return handle if nargou > 0. | |
2914 | |
7073 | 2915 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
2916 | |
7069 | 2917 2007-10-25 John W. Eaton <jwe@octave.org> |
2918 | |
2919 * miscellaneous/compare_versions.m: Style fixes. | |
2920 | |
7060 | 2921 2007-10-24 John W. Eaton <jwe@octave.org> |
2922 | |
7061 | 2923 * image/saveimage.m: Use functional form of save instead of eval. |
2924 Use -text instead of -ascii. | |
2925 | |
7060 | 2926 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
2927 | |
7054 | 2928 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
2929 | |
2930 * plot/legend.m: Also extract location string from varargin (lost | |
2931 when 2007-10-08 patch was applied). | |
2932 | |
7049 | 2933 2007-10-23 David Bateman <dbateman@free.fr> |
2934 | |
2935 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
2936 miscellaneous/what.m: New functions | |
2937 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
2938 functions. | |
2939 | |
7045 | 2940 2007-10-22 David Bateman <dbateman@free.fr> |
2941 | |
2942 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
2943 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
2944 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
2945 | |
7042 | 2946 2007-10-19 Kai Habel <kai.habel@gmx.de> |
2947 | |
2948 * plot/contourf.m: New function. | |
2949 * plot/Makefile.in (SOURCES): Add it to the list. | |
2950 | |
7040 | 2951 2007-10-19 John W. Eaton <jwe@octave.org> |
2952 | |
2953 * plot/subplot.m: Doc fix. | |
2954 | |
7039 | 2955 2007-10-19 David Bateman <dbateman@free.fr> |
2956 | |
7041 | 2957 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 2958 |
7037 | 2959 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
2960 | |
2961 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
2962 output. | |
2963 | |
7031 | 2964 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
2965 | |
2966 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
2967 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
2968 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
2969 control/system/syssetsignals.m, control/base/lqg.m, | |
2970 strings/str2double.m, control/system/sysscale.m, | |
2971 control/hinf/hinfdemo.m, general/cplxpair.m: | |
2972 Make help text fit on pages when using smallbook. | |
2973 | |
7028 | 2974 2007-10-15 David Bateman <dbateman@free.fr> |
2975 | |
7032 | 2976 * plot/print.m: Call drawnow before printing to ensure the plot is |
2977 on the screen. | |
2978 | |
7028 | 2979 * testfun/test.m: In error/warning blocks test for an error before |
2980 a warning to avoid unexpected failures. | |
2981 | |
7027 | 2982 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
2983 | |
2984 * testfun/assert.m: Correct documentation of absolution versus | |
2985 relative error tolerance and add tests. | |
2986 | |
7024 | 2987 2007-10-14 David Bateman <dbateman@free.fr> |
2988 | |
2989 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
2990 src directory. | |
2991 * plot/Makefile.in (SOURCES): Add fill.m. | |
2992 | |
7020 | 2993 2007-10-13 David Bateman <dbateman@free.fr> |
2994 | |
2995 * plot/__patch__.m: Allow multiple patches to be defined and | |
2996 return a single patch object. Allow Faces/Vertices form of | |
2997 patch. Flag failure so the patch can call print_usage. | |
2998 * plot/patch.m: Update help string for Faces/Vertices | |
2999 call. Respect the fail flag returned by __patch__. Add demo code | |
3000 that tests the functionality of patch. | |
3001 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
3002 patch object. | |
3003 * plot/fill.m: New function. | |
3004 | |
7016 | 3005 2007-10-12 John W. Eaton <jwe@octave.org> |
3006 | |
3007 * Change copyright notices in all files that are part of Octave to | |
3008 GPLv3 or any later version. | |
3009 | |
7012 | 3010 2007-10-11 John W. Eaton <jwe@octave.org> |
3011 | |
3012 * plot/__go_draw_axes__.m (get_axis_limits): | |
3013 Return lim = [] if logscale and no positive values. | |
3014 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
3015 Set initial min and min positive values to Inf, max values to -Inf. | |
3016 (get_data_limits): Correctly handle xminp when no positive values | |
3017 are found. | |
3018 | |
7011 | 3019 2007-10-11 Ben Abbott <bpabbott@mac.com> |
3020 | |
3021 * polynomial/residue.m: New optional input for pole multiplicity. | |
3022 Doc fix. Fix tests. | |
3023 | |
7010 | 3024 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
3025 | |
3026 * toplev.cc (Foctave_config_info): Add field "mac". | |
3027 | |
3028 * miscellaneous/ismac.m: New function. | |
3029 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3030 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
3031 | |
7009 | 3032 2007-10-11 Arno Onken <asnelt@asnelt.org> |
3033 | |
3034 * statistics/distributions/hygernd.m: Allow size to be specified | |
3035 as a scalar. Handle three argument case. Allow T, M, and N to be | |
3036 scalars or matrices of a common size. | |
3037 | |
7007 | 3038 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
3039 | |
3040 * control/csrefcard.lt, control/system/is_detectable.m, | |
3041 control/system/sysgroup.m, geometry/voronoin.m, | |
3042 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
3043 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
3044 statistics/distributions/binornd.m, | |
3045 statistics/distributions/cauchy_rnd.m, | |
3046 statistics/distributions/chi2rnd.m, | |
3047 statistics/distributions/discrete_rnd.m, | |
3048 statistics/distributions/exprnd.m, | |
3049 statistics/distributions/frnd.m, | |
3050 statistics/distributions/gamrnd.m, | |
3051 statistics/distributions/geornd.m, | |
3052 statistics/distributions/laplace_rnd.m, | |
3053 statistics/distributions/logistic_rnd.m, | |
3054 statistics/distributions/lognrnd.m, | |
3055 statistics/distributions/nbinrnd.m, | |
3056 statistics/distributions/normrnd.m, | |
3057 statistics/distributions/poissrnd.m, | |
3058 statistics/distributions/stdnormal_rnd.m, | |
3059 statistics/distributions/trnd.m, | |
3060 statistics/distributions/unifrnd.m, | |
3061 statistics/distributions/wblrnd.m: Spelling fixes. | |
3062 | |
7005 | 3063 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
3064 | |
3065 * time/tic.m: New optional output value. | |
3066 | |
3067 * general/int2str.m: Doc fix. | |
3068 | |
7002 | 3069 2007-10-10 Arno Onken <asnelt@asnelt.org> |
3070 | |
3071 * statistics/distributions/hygecdf.m, | |
3072 statistics/distributions/hygeinv.m, | |
3073 statistics/distributions/hygepdf.m, | |
3074 statistics/distributions/hygernd.m: | |
3075 Swap order of T and M args for compatibility. | |
3076 | |
7001 | 3077 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
3078 | |
3079 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
3080 control/system/buildssic.m, control/system/c2d.m, | |
3081 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
3082 control/system/ss2sys.m, control/system/ss2tf.m, | |
3083 control/system/syscont.m, control/system/sysdimensions.m, | |
3084 control/system/sysdisc.m, control/system/sysmult.m, | |
3085 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
3086 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
3087 general/interp1.m, general/interp2.m, general/interp3.m, | |
3088 general/interpft.m, general/interpn.m, general/polyarea.m, | |
3089 general/rat.m, general/structfun.m, general/trapz.m, | |
3090 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
3091 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
3092 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
3093 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
3094 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
3095 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
3096 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
3097 statistics/base/meansq.m, statistics/base/var.m, | |
3098 statistics/tests/chisquare_test_independence.m, | |
3099 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
3100 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
3101 testfun/test.m: Spelling fixes. | |
3102 | |
6998 | 3103 2007-10-10 Ben Abbott <bpabbott@mac.com> |
3104 | |
3105 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
3106 | |
6997 | 3107 2007-10-10 John W. Eaton <jwe@octave.org> |
3108 | |
3109 * general/num2str.m: Always allow for sign for automatically | |
3110 computed format widths. | |
3111 | |
6988 | 3112 2007-10-09 David Bateman <dbateman@free.fr> |
3113 | |
3114 * plot/patch.m: Accept a handle as the first argument. | |
3115 | |
6987 | 3116 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
3117 | |
7010 | 3118 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 3119 |
6985 | 3120 2007-10-09 John W. Eaton <jwe@octave.org> |
3121 | |
3122 * audio/wavwrite.m: Accept arguments in compatible order. | |
3123 | |
6979 | 3124 2007-10-08 David Bateman <dbateman@free.fr> |
3125 | |
3126 * general/interp2.m: Relax test for values outside the grid to | |
3127 allow monotonically decreasing abscissa as well. | |
3128 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3129 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 3130 |
3131 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
3132 as output parameter. | |
3133 | |
6977 | 3134 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
3135 | |
3136 * plot/__go_draw_axes__.m, plot/legend.m: | |
3137 Handle compatible position specifiers as strings. | |
3138 | |
6975 | 3139 2007-10-08 John Swensen <jpswensen@comcast.net> |
3140 | |
3141 * general/num2str.m: Eliminate extra whitespace in output. | |
3142 * strings/strtrim.m: New function. | |
3143 * strings/Makefile.in (SOURCES): Add it to the list. | |
3144 | |
6968 | 3145 2007-10-06 John W. Eaton <jwe@octave.org> |
3146 | |
3147 * polynomial/residue.m: New test from test/test_poly.m. | |
3148 | |
6967 | 3149 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
3150 | |
3151 * image/saveimage.m: Handle saving color images without a colormap. | |
3152 * image/__img_via_file__.m: Add missing semicolon. | |
3153 | |
3154 2007-10-06 Bill Denney <wsloand@gmail.com> | |
3155 | |
7010 | 3156 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 3157 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
3158 | |
6965 | 3159 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
3160 | |
3161 * plot/print.m: Handle svg output type. Accept new -S option to | |
3162 specify size for PNG and SVG output types. | |
3163 | |
3164 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 3165 |
3166 * polynomial/mpoles.m: New function. | |
3167 * polynomial/residue.m: Modified to behave in reciprocal | |
3168 manner. No longer compute 4th output, "e". No longer accept | |
3169 tolerance input. Explicitly set tolerance parameter to 0.001. | |
3170 Respect maximum relative difference in poles when determining | |
3171 their multiplicity. Use mpoles to determine the multiplicity of | |
3172 poles. | |
3173 | |
6963 | 3174 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
3175 | |
3176 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
3177 for surface plots. | |
3178 | |
6962 | 3179 2007-10-05 John W. Eaton <jwe@octave.org> |
3180 | |
3181 * plot/__next_line_color__.m: Get color_rotation from axes | |
3182 colororder property. | |
3183 | |
6953 | 3184 2007-10-03 John W. Eaton <jwe@octave.org> |
3185 | |
6955 | 3186 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
3187 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
3188 | |
6953 | 3189 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
3190 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
3191 special for __vnorm__. | |
3192 | |
6951 | 3193 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
3194 | |
6952 | 3195 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 3196 |
6950 | 3197 2007-10-03 David Bateman <dbateman@free.fr> |
3198 | |
3199 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
3200 if a file is architecture dependent based on a list of file | |
3201 extensions. | |
3202 (configure_make): Simplify the search for architecture dependent | |
3203 files based on this function. | |
3204 (load_pakages_and_dependencies): Also look for bin directory in | |
3205 the architecture dependent directory. | |
3206 | |
6947 | 3207 2007-10-03 John W. Eaton <jwe@octave.org> |
3208 | |
3209 * miscellaneous/dir.m: Create empty struct with field names. | |
3210 Include datenum in struct. | |
3211 | |
6943 | 3212 2007-10-02 David Bateman <dbateman@free.fr> |
3213 | |
3214 * miscellaneous/ls.m: If nargout return string array of files | |
3215 returned by ls. | |
3216 | |
6942 | 3217 2007-10-01 John W. Eaton <jwe@octave.org> |
3218 | |
3219 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
3220 range values. | |
3221 | |
6937 | 3222 2007-10-01 David Bateman <dbateman@free.fr> |
3223 | |
7010 | 3224 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 3225 speed with small vectors. |
6937 | 3226 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
3227 rather than OCTAVE_HOME(). | |
3228 | |
6935 | 3229 2007-09-30 Ben Abbott <bpabbott@mac.com> |
3230 | |
3231 * plot/findobj.m: New function. | |
3232 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
3233 | |
6925 | 3234 2007-09-26 David Bateman <dbateman@free.fr> |
3235 | |
3236 * pkg/pkg.m: Add second argument to setting for prefix for | |
3237 architecture dependent files. Use throughout. | |
3238 (pkg:issuperuser): New function, use through to check for | |
3239 root user. | |
3240 (pkg:getarchprefix): function to give the archiecture dependent | |
3241 prefix for a package. | |
3242 (pkg:getarchdir): New function giving location of architetcure | |
3243 dependent directory. Use through out. | |
3244 (pkg:install): Treat architecture dependent directory separately | |
3245 as in might not be a sub-directory of the package directory. | |
3246 (pkg:uninstall): ditto. | |
3247 (pkg:create_pkgadddel): Check for global or local install for | |
3248 architecture dependent directory. | |
3249 (pkg:finish_installation): ditto. | |
3250 (pkg:write_INDEX): ditto. | |
3251 (pkg:load_packages_and_dependencies): ditto. | |
3252 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
3253 files to a new location if user is root. | |
3254 (pkg:rm_rf): Check if file or directory exists before removing. | |
3255 (pkg:dirempty): Check if directory exists before checking. | |
3256 | |
3257 * plot/___patch__.m: Allow face colors to be passed as strings | |
3258 | |
3259 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
3260 needed for calls to "hold" without an argument. | |
3261 | |
6920 | 3262 2007-09-21 John W. Eaton <jwe@octave.org> |
3263 | |
6921 | 3264 * optimization/sqp.m: Fix typo. |
3265 | |
6920 | 3266 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
3267 | |
6919 | 3268 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
3269 | |
3270 * control/hinf/h2norm: Compute d*d', not d'*d. | |
3271 | |
6918 | 3272 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
3273 | |
3274 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
3275 unidpdf.m and unidinv.m | |
3276 | |
6914 | 3277 2007-09-18 John W. Eaton <jwe@octave.org> |
3278 | |
3279 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
3280 (do_tics_1): Set numeric axes formats to "%.15g". | |
3281 | |
6912 | 3282 2007-09-18 David Bateman <dbateman@free.fr> |
3283 | |
3284 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
3285 of %g when writing data. | |
3286 | |
6908 | 3287 2007-09-17 John W. Eaton <jwe@octave.org> |
3288 | |
3289 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
3290 | |
6903 | 3291 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
3292 | |
3293 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
3294 noninteger N with N-K < 1. | |
3295 | |
6901 | 3296 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
3297 | |
3298 * strings/index.m: Correct for strings differing after the third | |
3299 position (bug reported by Maude Martin). | |
3300 | |
6895 | 3301 2007-09-13 John W. Eaton <jwe@octave.org> |
3302 | |
3303 * plot/__default_colormap__.m: Delete. | |
3304 * plot/Makefile (SOURCES): Remove from the list. | |
3305 | |
6898 | 3306 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
3307 | |
3308 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
3309 | |
6885 | 3310 2007-09-10 David Bateman <dbateman@free.fr> |
3311 | |
3312 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
3313 limit the selection of colors in the same way as for lines. | |
3314 * plot/__patch__.m: Allow matrix arguments with one patch per | |
3315 column. | |
3316 * plot/__bar__.m: Adapt to use "patch". | |
3317 | |
6870 | 3318 2007-09-06 John W. Eaton <jwe@octave.org> |
3319 | |
3320 * plot/drawnow.m (drawnow): New arg, debug_file. | |
3321 (init_plot_stream): Split from open_plot_stream. | |
3322 * plot/print.m: Accept -debug=FILE argument. | |
3323 | |
6868 | 3324 2007-09-06 David Bateman <dbateman@free.fr> |
3325 | |
7010 | 3326 * general/celldisp.m: New function. |
3327 * general/Makefile.in (SOURCES): Add celldisp.m. | |
3328 * miscellaneous/swapbytes.m: New function. | |
3329 * miscellaneous/gzip.m: New function. | |
3330 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 3331 |
6863 | 3332 2007-09-05 David Bateman <dbateman@free.fr> |
3333 | |
7010 | 3334 * general/structfun.m: New function. |
3335 * general/Makefile.in (SOURCES): Add it to sources. | |
3336 * miscellaneous/run.m: New function. | |
3337 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
3338 * statistics/base/mode.m: New function. | |
3339 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 3340 |
6862 | 3341 2007-09-05 John W. Eaton <jwe@octave.org> |
3342 | |
3343 * miscellaneous/orderfields.m: Use numel instead of length. | |
3344 | |
3345 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
3346 | |
3347 * miscellaneous/orderfields.m: Handle empty structs. | |
3348 | |
6861 | 3349 2007-09-05 John W. Eaton <jwe@octave.org> |
3350 | |
3351 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
3352 DATA_IDX. | |
3353 | |
3354 2007-09-04 David Bateman <dbateman@free.fr> | |
3355 | |
3356 * general/isdir.m: Return a logical value. | |
3357 | |
6859 | 3358 2007-09-04 David Bateman <dbateman@free.fr> |
3359 | |
3360 * statistics/distributions/chi2pdf.m, | |
3361 statistics/distributions/chi2cdf.m, | |
3362 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
3363 distribution functions to account for inverse of scale factor in | |
3364 gamma functions. | |
3365 | |
6857 | 3366 2007-09-01 John W. Eaton <jwe@octave.org> |
3367 | |
3368 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
3369 | |
6853 | 3370 2007-09-01 David Bateman <dbateman@free.fr> |
3371 | |
3372 * polynomial/polyint.m: New function like polyinteg but with | |
3373 explicit integration constant. | |
3374 * polynomial/polyinteg.m: Remove. | |
3375 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
3376 polyinteg.m. | |
3377 * deprecated/polyinteg.m: Move version here. | |
3378 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
3379 | |
6852 | 3380 * geometry/voronoi.m: Add large box around data to get a good |
3381 approximation of the rays to infinity. | |
3382 | |
6851 | 3383 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
3384 | |
3385 * plot/axes.m: Allow parent to be specified when creating axes | |
3386 objects. Support non-figure parents. | |
3387 | |
3388 2007-08-31 John W. Eaton <jwe@octave.org> | |
3389 | |
3390 * plot/ancestor.m: New function, adapted from Octave Forge. | |
3391 | |
6850 | 3392 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
3393 | |
7010 | 3394 * polynomial/polygcd.m: Better layout of example. |
3395 * polynomial/compan.m: Remove unnecessary check. | |
3396 * polynomial/roots.m: Added example to help text. | |
3397 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
3398 * polynomial/poly.m: Added example to help text. | |
6850 | 3399 |
6848 | 3400 2007-08-30 John W. Eaton <jwe@octave.org> |
3401 | |
3402 * optimization/qp.m: Increase maxit to 200. | |
3403 | |
6847 | 3404 2007-08-30 David Bateman <dbateman@free.fr> |
3405 | |
3406 * geometry/inpolygon.m: New file. | |
3407 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
3408 | |
6843 | 3409 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
3410 | |
3411 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
3412 | |
6829 | 3413 2007-08-24 David Bateman <dbateman@free.fr> |
3414 | |
3415 * plot/__go_draw_axes__.m: Treat text color property. | |
3416 | |
6828 | 3417 2007-08-24 John W. Eaton <jwe@octave.org> |
3418 | |
3419 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
3420 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
3421 | |
3422 * miscellaneous/movefile.m: Separate second and third args and | |
3423 use p1 and p2, not f1 and f2 when constructing arguments for | |
3424 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
3425 | |
6825 | 3426 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
3427 | |
3428 * set/intersect.m: Make it work with cell arrays of strings. | |
3429 | |
6823 | 3430 2007-08-24 David Bateman <dbateman@free.fr> |
3431 | |
7010 | 3432 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 3433 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
3434 functions ported from octave-forge. | |
7010 | 3435 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 3436 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
3437 geometry/triplot.m, geometry/tsearchn.m: | |
3438 New functions. | |
7010 | 3439 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
3440 * geometry/Makefile.in (SOURCES): Add functions above. | |
3441 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 3442 |
6820 | 3443 2007-08-23 John W. Eaton <jwe@octave.org> |
3444 | |
3445 * pkg/pkg.m: Avoid using installed_packages for both function and | |
3446 variable name. | |
3447 | |
3448 2007-08-23 David Bateman <dbateman@free.fr> | |
3449 | |
3450 * plot/plot.m: Allow first arg to be axes handle. | |
3451 | |
6818 | 3452 2007-08-22 David Bateman <dbateman@free.fr> |
3453 | |
3454 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
3455 outputs are returned only if requested. | |
3456 | |
3457 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
3458 | |
3459 * control/base/nichols.m: Fix typo. | |
3460 | |
6813 | 3461 2007-08-13 John W. Eaton <jwe@octave.org> |
3462 | |
3463 * plot/meshgrid.m: Use repmat instead of multiplication. | |
3464 | |
6809 | 3465 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
3466 | |
3467 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
3468 use axes position in each appropriate gnuplot set statement. | |
3469 | |
6808 | 3470 2007-08-10 John W. Eaton <jwe@octave.org> |
3471 | |
3472 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
3473 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3474 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3475 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
3476 | |
6807 | 3477 2007-08-10 Kai Habel <kai.habel@gmx.de> |
3478 | |
3479 * plot/patch.m, plot/__patch__.m: New files. | |
3480 * plot/Makefile.in (SOURCES): Add them to the list. | |
3481 | |
3482 2007-08-07 John W. Eaton <jwe@octave.org> | |
3483 | |
3484 * path/savepath.m: Use single quotes for argument to PATH command | |
3485 that is inserted in file. | |
3486 | |
6805 | 3487 2007-07-27 John W. Eaton <jwe@octave.org> |
3488 | |
3489 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
3490 not set in the environment. | |
3491 | |
6796 | 3492 2007-07-25 David Bateman <dbateman@free.fr> |
3493 | |
3494 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3495 control/base/Makefile.in, control/hinf/Makefile.in, | |
3496 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3497 control/util/Makefile.in, deprecated/Makefile.in, | |
3498 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3499 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3500 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
3501 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3502 polynomial/Makefile.in, quaternion/Makefile.in, | |
3503 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
3504 specfun/Makefile.in, special-matrix/Makefile.in, | |
3505 startup/Makefile.in, statistics/Makefile.in, | |
3506 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
3507 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3508 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3509 Adjust DISTFILES to allow out of tree "make dist" to work. | |
3510 | |
6795 | 3511 2007-07-25 John W. Eaton <jwe@octave.org> |
3512 | |
3513 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
3514 | |
6793 | 3515 2007-07-24 David Bateman <dbateman@free.fr> |
3516 | |
3517 * image/flag.m: New colormap function. | |
3518 * images/Makefile.in: Include it in SOURCES. | |
3519 | |
3520 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
3521 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
3522 image/rainbow.m image/spring.m image/summer.m image/white.m | |
3523 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
3524 * image/gray.m, image/ocean.m: Use the same means of finding the | |
3525 number of colormap elements as the other colormap functions. | |
3526 | |
6790 | 3527 2007-07-24 Kai Habel <kai.habel@gmx.de> |
3528 | |
3529 * plot/__go_draw_axes__.m: Handle patch. | |
3530 | |
6788 | 3531 2007-07-23 David Bateman <dbateman@free.fr> |
3532 | |
3533 * general/rat.m: New function for ration approximation imported | |
3534 from octave-forge. | |
3535 * general/del2.m: New function for discrete laplacian operator. | |
3536 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
3537 | |
3538 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
3539 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
3540 image/rainbow.m image/spring.m image/summer.m image/white.m | |
3541 image/winter.m, image/brighten.m: Port image functions from | |
3542 octave-forge. | |
3543 * image/Makefile.in: Add ported functions to SOURCES. | |
3544 * image/gray.m, image/ocean.m: Don't set the colormap for | |
3545 compatibility with matlab. | |
3546 | |
3547 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
3548 octave-forge | |
3549 * plot/Makefile.in: Add ported functions to SOURCES. | |
3550 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
3551 using gnuplot 4.2 or greater. | |
3552 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3553 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 3554 |
3555 * general/cart2sph.m: Fix unbalanced paranthesis. | |
3556 | |
6781 | 3557 2007-07-19 David Bateman <dbateman@free.fr> |
3558 | |
3559 * plot/fplot.m: More compatible version. | |
3560 | |
6780 | 3561 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
3562 | |
3563 * plot/clf.m: Check for valid handle before deleting. | |
3564 | |
3565 * plot/figure.m: Pass "figure" property/value pairs directly to | |
3566 __go_figure__ instead of using regular "set" call. | |
3567 | |
6779 | 3568 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
3569 | |
3570 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
3571 type for gnuplot. | |
3572 | |
6778 | 3573 2007-07-18 John W. Eaton <jwe@octave.org> |
3574 | |
3575 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
3576 gnuplot for each set of axes. | |
3577 | |
6777 | 3578 2007-07-18 David Bateman <dbateman@free.fr> |
3579 | |
6778 | 3580 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
3581 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
3582 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
3583 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
3584 Use standard scale factor rather than one on the scale factor for | |
3585 compatibility. | |
3586 | |
3587 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
3588 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
3589 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
3590 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
3591 Preserve backward compatibility. | |
6777 | 3592 |
6776 | 3593 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
3594 | |
3595 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
3596 to avoid issues with regexp special characters in the path strings. | |
3597 | |
6770 | 3598 2007-07-06 David Bateman <dbateman@free.fr> |
3599 | |
6778 | 3600 * general/accumarray.m: New function to create an array by |
3601 accumulating the elements. | |
6770 | 3602 |
6768 | 3603 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
3604 | |
3605 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
3606 (fdjac): Set nx outside of if block. | |
3607 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
3608 | |
6765 | 3609 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
3610 | |
3611 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
3612 | |
3613 * plot/axis.m: Also set "visible" property when setting axes to | |
3614 on/off. | |
3615 | |
6762 | 3616 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
3617 | |
3618 * image/colormap.m: Only return colormap if nargout > 0. | |
3619 Mark as command. | |
3620 | |
6758 | 3621 2007-06-25 John W. Eaton <jwe@octave.org> |
3622 | |
3623 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
3624 strcmp for selected property comparisons. | |
3625 | |
6756 | 3626 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
3627 | |
6778 | 3628 * image/imshow.m: Fix check for colormap arguments. |
6756 | 3629 |
6754 | 3630 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
3631 | |
3632 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
3633 | |
6756 | 3634 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 3635 |
6778 | 3636 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 3637 argument, and note that the data should be sorted for the |
3638 definition of the median to be correct. | |
3639 | |
6778 | 3640 * statistics/base/std.m: Add missing square to definition of |
6754 | 3641 standard deviation. |
3642 | |
6778 | 3643 * statistics/base/cov.m: Add definition of covariance to the help text. |
3644 | |
3645 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 3646 statistics/base/std.m: |
3647 Note that \bar{x} is the mean value of x in the help text. | |
3648 | |
6778 | 3649 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 3650 coefficient to the help text. |
3651 | |
6778 | 3652 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
3653 | |
3654 * statistics/base/var.m: Put N in @math in help text. | |
3655 | |
3656 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 3657 statistics/tests/kolmogorov_smirnov_test.m: |
3658 Write about possible values of 'dist' in help text. | |
3659 | |
6778 | 3660 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 3661 Add definition of correlation to the help text. |
3662 | |
6778 | 3663 * statistics/base/logit.m, statistics/base/kendall.m, |
3664 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 3665 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
3666 TeXification of help text. | |
3667 | |
3668 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
3669 | |
3670 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
3671 Add missing @var's to help text. | |
3672 | |
3673 * statistics/models/logistic_regression.m: Fix typos in help text. | |
3674 | |
3675 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
3676 of help text. | |
3677 | |
3678 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
3679 help text. | |
3680 | |
3681 * statistics/distributions/unidpdf.m, | |
3682 statistics/distributions/discrete_pdf.m: | |
3683 Replace 'pDF' with 'PDF' in help text. | |
3684 | |
6753 | 3685 2007-06-25 John W. Eaton <jwe@octave.org> |
3686 | |
3687 * strings/substr.m: Use offset consistently in code and doc string. | |
3688 From Rafael Laboissiere <rafael@debian.org>. | |
3689 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3690 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 3691 |
6778 | 3692 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 3693 |
6751 | 3694 2007-06-25 John W. Eaton <jwe@octave.org> |
3695 | |
3696 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
3697 Recycle tic labels if necessary. From Juhani Saastamoinen | |
3698 <juhani@cs.joensuu.fi>. | |
3699 | |
6748 | 3700 2007-06-20 John W. Eaton <jwe@octave.org> |
3701 | |
6749 | 3702 * strings/index.m: Allow strings to be empty. |
3703 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
3704 | |
6748 | 3705 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
3706 | |
6747 | 3707 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
3708 | |
3709 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
3710 separate matrices. | |
3711 | |
6746 | 3712 2007-06-19 David Bateman <dbateman@free.fr> |
3713 | |
3714 * plot/axis.m: Prefer to use legend rather than the older Octave | |
3715 only ";;" legend syntax. | |
3716 * polynomial/mkpp.m: ditto. | |
3717 * polynomial/pchip.m: ditto. | |
3718 * signal/freqz_plot.m: ditto. | |
3719 * sparse/gplot.m: ditto. | |
3720 * sparse/treeplot.m: ditto. | |
3721 | |
6745 | 3722 2007-06-19 John W. Eaton <jwe@octave.org> |
3723 | |
3724 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
3725 (__go_draw_axes__): Call do_tics to handle tic marks. | |
3726 | |
6742 | 3727 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3728 | |
6778 | 3729 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 3730 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
3731 to check for NA. | |
3732 | |
6741 | 3733 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3734 | |
6778 | 3735 * optimization/glpk.m: TeXified the help text. |
3736 * optimization/qp.m: TeXified the help text. | |
3737 * optimization/sqp.m: TeXified the help text. | |
6741 | 3738 |
6740 | 3739 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
3740 | |
6778 | 3741 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 3742 |
6738 | 3743 2007-06-15 John W. Eaton <jwe@octave.org> |
3744 | |
3745 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
3746 have_newer_gnuplot is true. | |
3747 | |
6736 | 3748 2007-06-15 Pete Gustafson <petegus@umich.edu> |
3749 | |
6778 | 3750 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
3751 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 3752 to 90, all others 0. |
3753 | |
6778 | 3754 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
3755 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 3756 get_data_limits. |
6778 | 3757 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 3758 called by __errplot__. |
3759 | |
6730 | 3760 2007-06-15 John W. Eaton <jwe@octave.org> |
3761 | |
3762 * testfun/test.m: Also return number of expected failures. | |
3763 | |
6724 | 3764 2007-06-14 John W. Eaton <jwe@octave.org> |
3765 | |
6730 | 3766 * set/ismember.m: Mark two tests known to fail with xtest. |
3767 | |
6724 | 3768 * plot/__go_draw_axes__.m: Handle text rotation property. |
3769 | |
6728 | 3770 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
3771 | |
3772 * testfun/test.m: Add xtest support for tests known to fail. | |
3773 | |
6727 | 3774 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
3775 | |
3776 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
3777 epslatexstandalone terminals. | |
3778 | |
6721 | 3779 2007-06-14 David Bateman <dbateman@free.fr> |
3780 | |
3781 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
3782 as permutation of results was incorrect. | |
3783 * general/interp1.m: Add demo on second derivative | |
3784 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 3785 call. Add 3D demo. Fix typos |
3786 * general/interp3.m: Fix typos. Correct permutation for use of | |
3787 interpn. | |
6721 | 3788 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
3789 | |
6717 | 3790 2007-06-13 John W. Eaton <jwe@octave.org> |
3791 | |
3792 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 3793 |
6706 | 3794 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
3795 | |
3796 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
3797 | |
6704 | 3798 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
3799 | |
3800 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
3801 Set have_linestyle to true if two character linestyle is found. | |
3802 | |
6702 | 3803 2007-06-12 David Bateman <dbateman@free.fr> |
3804 | |
6717 | 3805 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
3806 and interpn.m. | |
3807 | |
3808 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
3809 structure before using it. | |
3810 | |
3811 2007-06-12 David Bateman <dbateman@free.fr> | |
3812 | |
6704 | 3813 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 3814 * general/__splinen__.m: New support function for N-dimensional |
3815 spline interpolation. | |
3816 * general/bicubic.m: Allow definition of extrapolation | |
3817 value. Adapt tests to use new graphics interface | |
3818 * general/interp2.m: Call __splinen__ for 2-D spline | |
3819 interpolation. Make the lookup table code only be called for | |
3820 linear and nearest methods. | |
3821 * general/interpn.m: New function for N-dimensional, linear, nearest | |
3822 and spline interpolation. | |
3823 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
3824 and spline interpolation. | |
6704 | 3825 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 3826 |
6701 | 3827 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
3828 | |
3829 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
3830 | |
6699 | 3831 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
3832 | |
3833 * plot/fplot.m: If function is inline, vectorize it. | |
3834 | |
6698 | 3835 2007-06-10 David Bateman <dbateman@free.fr> |
3836 | |
3837 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
3838 directory if need to, so that it fits on a line. | |
3839 | |
6695 | 3840 2007-06-07 David Bateman <dbateman@free.fr> |
3841 | |
3842 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
3843 saved file so that dependent packages are loaded first, and if | |
3844 nargout==0 don't return any arguments. | |
3845 (pkg:install): Only load packages that are marked autoload after | |
3846 install. Various fixes. Save in order. | |
3847 (pkg:uninstall): Save in order | |
3848 (pkg:load_packages): Use load_package_and_dependencies to load | |
3849 packages. | |
3850 (pkg:save_order): New function to sort package list with dependent | |
3851 packages first. | |
3852 (pkg:load_packages_and_dependencies): New function to load both a | |
3853 list of packages and their dependencies. | |
3854 (pkg:load_package_dirs): New function that returns a vector of the | |
3855 indexes into the installed package list indicating the packages to | |
3856 load and the order to load them in to respect the dependencies. | |
3857 | |
6688 | 3858 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
3859 | |
3860 * plot/axes.m: Eliminate redundant else clause. | |
3861 | |
6686 | 3862 2007-06-03 David Bateman <dbateman@free.fr> |
3863 | |
3864 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 3865 * pkg/pkg.m: Protect against multiple actions being define. |
3866 | |
6683 | 3867 2007-06-01 David Bateman <dbateman@free.fr> |
3868 | |
3869 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
3870 incorporate into main pkg function. | |
3871 (pkg:install): Check for existence of files to install before | |
3872 globbing and warn the user if they don't exist. | |
3873 | |
6675 | 3874 2007-05-31 David Bateman <dbateman@free.fr> |
3875 | |
6679 | 3876 * miscellaneous/copyfile.m: Split copying of multiple files to a |
3877 directory over several copy command to limit the line length. | |
3878 * miscellaneous/movefile.m: Ditto. | |
3879 | |
6675 | 3880 * pkg.m: Add build option to allow binary Octave packages to be |
3881 built from source packages. Probe absolute path of prefix, global | |
3882 and local lists. Use strcat, rather that [] for strings. | |
3883 (pkg:build): New function to binary binary package. | |
3884 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
3885 (pkg:repackage): Package binary Octave package from installation. | |
3886 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
3887 from m-files into main installation directory. | |
3888 (pkg:shell): Suppress verbose messages from shell and only display | |
3889 them with the verbose flag. | |
3890 (pkg:installed_packages): Also include the loaded flag in the | |
3891 local and global packages. | |
3892 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
3893 flagged as loaded. | |
3894 | |
3895 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
3896 | |
3897 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
3898 with and without architecture dependent directories. | |
3899 (pkg:installed_packages): Probe the global_list file even if it is | |
3900 the same as the local_list. | |
3901 | |
6669 | 3902 2007-05-29 John W. Eaton <jwe@octave.org> |
3903 | |
3904 * sparse/spy.m: Set axis to "ij" mode. | |
3905 | |
6664 | 3906 2007-05-24 John W. Eaton <jwe@octave.org> |
3907 | |
3908 * set/ismember.m: Quote first arg of "fail" tests. | |
3909 | |
6663 | 3910 2007-05-24 David Bateman <dbateman@free.fr> |
3911 | |
6778 | 3912 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 3913 |
6655 | 3914 2007-05-22 David Bateman <dbateman@free.fr> |
3915 | |
3916 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
3917 error(lasterr()(8:end)). | |
3918 (pkg:install): Warning for empty packages being removed. Suppress | |
3919 spurious output. Warning rather than error for uninstalling a | |
3920 package that is not installed to avoid RPM issue. | |
3921 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
3922 inst or architecture dependent directory if it exists. | |
3923 | |
6653 | 3924 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
3925 | |
3926 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
3927 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
3928 signal/freqz.m: Fix typos. | |
3929 | |
6645 | 3930 2007-05-21 David Bateman <dbateman@free.fr> |
3931 | |
3932 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
3933 force installation location. | |
3934 (rebuild): New subfunction to rebuild package database from | |
3935 installed packages. Also allows changing of autoload status | |
3936 (install): Warn use if attempting to install from non existent | |
3937 file. | |
3938 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
3939 "USER", "root"))' for root test. | |
3940 | |
3941 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
3942 | |
3943 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
3944 and replace "\" characters with "/". | |
3945 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
3946 characters with "/" throughout. | |
3947 (shell): New subfunction that wraps system and is careful with the | |
3948 shell on windows platforms. | |
3949 (configure_make): Explictly pass complier etc to configure | |
3950 process. | |
3951 (issuperuser): Force default to global install for Windows machines. | |
3952 | |
6636 | 3953 2007-05-19 Kristan Onu |
3954 | |
3955 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
3956 | |
6634 | 3957 2007-05-18 David Bateman <dbateman@free.fr> |
3958 | |
3959 * pkg/pkg.m (install): More verbosity. | |
3960 (configure_make): Ditto. | |
3961 (create_pkgadddel): Install in architecture dependent directory if | |
3962 it exists to address issues with autoload/mfilename. | |
3963 (write_INDEX): Check in archiecture dependent directories as well. | |
3964 | |
6633 | 3965 2007-05-17 David Bateman <dbateman@free.fr> |
3966 | |
3967 * plot/hbar.m: Remove. | |
3968 * plot/barh.m: and move it here. | |
3969 | |
6631 | 3970 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
3971 | |
3972 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
3973 | |
6629 | 3974 2007-05-16 John W. Eaton <jwe@octave.org> |
3975 | |
3976 * general/logspace.m: Return second arg if fewer than two values | |
3977 are requested. | |
3978 | |
6619 | 3979 2007-05-14 John W. Eaton <jwe@octave.org> |
3980 | |
3981 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
3982 on a new line. | |
3983 | |
6617 | 3984 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
3985 | |
3986 * statistics/distributions/norminv.m, | |
3987 statistics/distributions/norminv.m, | |
3988 statistics/distributions/normpdf.m, | |
3989 statistics/distributions/normrnd.m: | |
3990 Use standard deviation, not variance. | |
3991 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
3992 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
3993 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
3994 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
3995 backward compatibility. | |
3996 | |
6616 | 3997 2007-05-14 David Bateman <dbateman@free.fr> |
3998 | |
3999 * pkg/pkg.m: Mark loaded packages with "*". | |
4000 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4001 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 4002 |
4003 * miscellaneous/single.m: Doc fix. | |
4004 Convert to double instead of returning argument unchanged. | |
4005 | |
4006 * miscellaneous/doc.m: Doc fix. | |
4007 | |
4008 * miscellaneous/ver.m: Doc fix. | |
4009 Don't display information about Octave Forge. | |
4010 | |
6614 | 4011 2007-05-12 David Bateman <dbateman@free.fr> |
4012 | |
4013 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
4014 install to be printed. An error in the on_uninstall script causes | |
4015 a failure to uninstall. Place oct- and mex-files in an | |
4016 architecture dependent directory. | |
4017 | |
6611 | 4018 2007-05-09 John W. Eaton <jwe@octave.org> |
4019 | |
4020 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
4021 | |
6609 | 4022 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4023 | |
4024 * statistics/distributions/normcdf.m: Use standard deviation | |
4025 instead of variance for compatibility. | |
4026 | |
4027 2007-05-08 John W. Eaton <jwe@octave.org> | |
4028 | |
4029 | |
4030 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
4031 | |
4032 * set/ismember.m: Always return logical values. | |
4033 | |
4034 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 4035 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 4036 |
4037 * general/__isequal__.m: Allow numeric values of different classes | |
4038 to compare equal. | |
4039 | |
6606 | 4040 2007-05-07 David Bateman <dbateman@free.fr> |
4041 | |
6607 | 4042 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
4043 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 4044 |
6605 | 4045 2007-05-02 John W. Eaton <jwe@octave.org> |
4046 | |
4047 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
4048 | |
6604 | 4049 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4050 | |
4051 * contour.m: Rewrite help string. | |
4052 | |
6599 | 4053 2007-04-28 John W. Eaton <jwe@octave.org> |
4054 | |
4055 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
4056 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
4057 Special case nargout == 0. | |
4058 | |
6597 | 4059 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
4060 | |
4061 * general/sub2ind.m: Handle empty input, add tests. | |
4062 | |
6590 | 4063 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4064 | |
4065 * plot/contourc.m: Doc fix. | |
4066 | |
6586 | 4067 2007-04-26 David Bateman <dbateman@free.fr> |
4068 | |
4069 * plot/hist.m: Partially remove previous patch. | |
4070 | |
6582 | 4071 2007-04-26 David Bateman <dbateman@free.fr> |
4072 | |
4073 * plot/hist.m: Support returning of handle | |
4074 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
4075 cells. | |
4076 | |
6575 | 4077 2007-04-25 John W. Eaton <jwe@octave.org> |
4078 | |
6579 | 4079 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
4080 "title \"\"", not "". | |
4081 | |
6575 | 4082 * plot/legend.m: Initialize WARNED to false. |
4083 | |
6567 | 4084 2007-04-24 John W. Eaton <jwe@octave.org> |
4085 | |
4086 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4087 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 4088 |
4089 2007-04-23 John W. Eaton <jwe@octave.org> | |
4090 | |
4091 * plot/box.m: Delete extra endfunction keyword. | |
4092 | |
6560 | 4093 2007-04-23 David Bateman <dbateman@free.fr> |
4094 | |
4095 * plot/plot3.m: Call newplot. | |
4096 | |
6553 | 4097 2007-04-20 John W. Eaton <jwe@octave.org> |
4098 | |
4099 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
4100 | |
6546 | 4101 2007-04-19 John W. Eaton <jwe@octave.org> |
4102 | |
4103 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
4104 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
4105 | |
6544 | 4106 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
4107 | |
4108 * control/util/axis2dlim.m: Delete extraneous line. | |
4109 | |
6542 | 4110 2007-04-18 John W. Eaton <jwe@octave.org> |
4111 | |
4112 * specfun/factorial.m: Increase tolerance in large value test. | |
4113 | |
6540 | 4114 2007-04-18 David Bateman <dbateman@free.fr> |
4115 | |
4116 * __bar__.m: New support function for bar/hbar to support graphic | |
4117 handles, and additional arguments. | |
4118 * bar.m: Convert to use __bar__. | |
4119 * hbar.m: New function | |
4120 * hist.m: Explicitly set the width of the bar plot. | |
4121 | |
6533 | 4122 2007-04-17 John W. Eaton <jwe@octave.org> |
4123 | |
6534 | 4124 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
4125 | |
6533 | 4126 * set/ismember.m: New tests. |
4127 From David Grohmann <grohmann@arlut.utexas.edu> | |
4128 | |
6532 | 4129 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
4130 | |
4131 * specfun/factorial.m: Use gamma function instead of cumprod. | |
4132 Add tests. | |
4133 | |
6527 | 4134 2007-04-16 John W. Eaton <jwe@octave.org> |
4135 | |
6528 | 4136 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
4137 looks_like_copyright in src/help.cc. | |
4138 From S�ren Hauberg <soren@hauberg.org>. | |
4139 | |
6527 | 4140 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
4141 | |
6526 | 4142 2007-04-13 John W. Eaton <jwe@octave.org> |
4143 | |
6527 | 4144 * optimization/sqp.m: Initialize info to 0. |
4145 | |
6526 | 4146 * optimization/qp.m: Undo previous change. |
4147 | |
6524 | 4148 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4149 | |
4150 * spdiags.m: Fixed the four-argument case to work for columns of | |
4151 length one. | |
4152 | |
6523 | 4153 2007-04-12 John W. Eaton <jwe@octave.org> |
4154 | |
4155 * optimization/qp.m: Avoid Octave indexing bug. | |
4156 | |
6521 | 4157 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
4158 | |
6522 | 4159 * miscellaneous/menu.m, control/base/bddemo.m, |
4160 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
4161 control/system/sysrepdemo.m: | |
4162 Adapt to page_screen_output as a function. | |
6521 | 4163 |
6518 | 4164 2007-04-11 John W. Eaton <jwe@octave.org> |
4165 | |
4166 * miscellaneous/not.m: Delete. | |
4167 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
4168 | |
4169 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
4170 | |
4171 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
4172 that are close but not exactly equal. | |
4173 | |
6515 | 4174 2007-04-11 David Bateman <dbateman@free.fr> |
4175 | |
4176 * general/bitcmp.m: Make it work again. | |
4177 | |
6512 | 4178 2007-04-10 John W. Eaton <jwe@octave.org> |
4179 | |
4180 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
4181 that are close but not exactly equal. | |
4182 | |
6511 | 4183 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
4184 | |
4185 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
4186 in response to a change in x limits for now. | |
4187 | |
6510 | 4188 2007-04-09 John W. Eaton <jwe@octave.org> |
4189 | |
4190 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
4191 (__go_draw_axes__): Use it to write data to plot stream. | |
4192 | |
6509 | 4193 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
4194 | |
4195 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
4196 zeros. Set markerfacecolor property in call to plot. | |
4197 | |
6508 | 4198 2007-04-06 John W. Eaton <jwe@octave.org> |
4199 | |
4200 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
4201 | |
4202 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
4203 | |
4204 * plot/stem.m: Use plot instead of a series of calls to line. | |
4205 | |
6494 | 4206 2007-04-05 John W. Eaton <jwe@octave.org> |
4207 | |
6499 | 4208 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
4209 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
4210 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
4211 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
4212 | |
6496 | 4213 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 4214 Use strcmpi instead of strcmp+tolower. |
6496 | 4215 Style fixes. |
4216 | |
6494 | 4217 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
4218 Plotting fixes. Style fixes. | |
4219 | |
4220 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
4221 Style fixes. | |
4222 | |
4223 * testfun/fail.m: No need to check for evalin and lastwarn. | |
4224 Style fixes. | |
4225 | |
4226 * testfun/demo.m, testfun/example.m: Style fixes. | |
4227 Use "strcat (...)" instead of "[...]". | |
4228 Use format specifiers in calls to warning. | |
4229 | |
4230 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
4231 Use "strcat (...)" instead of "[...]". | |
4232 Use "x(end)" instead of "x(length (x))". | |
4233 Check NA before NaN. | |
4234 Style fixes. | |
4235 | |
6473 | 4236 2007-03-29 John W. Eaton <jwe@octave.org> |
4237 | |
6474 | 4238 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 4239 |
6467 | 4240 2007-03-27 John W. Eaton <jwe@octave.org> |
4241 | |
4242 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4243 control/base/Makefile.in, control/hinf/Makefile.in, | |
4244 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4245 control/util/Makefile.in, deprecated/Makefile.in, | |
4246 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4247 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4248 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4249 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4250 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4251 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4252 special-matrix/Makefile.in, startup/Makefile.in, | |
4253 statistics/Makefile.in, statistics/base/Makefile.in, | |
4254 statistics/distributions/Makefile.in, | |
4255 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4256 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4257 Use ln instead of $(LN_S) in dist target. | |
4258 | |
6465 | 4259 2007-03-27 David Bateman <dbateman@free.fr> |
4260 | |
4261 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
4262 gnuplot 4.0. | |
4263 | |
6464 | 4264 2007-03-26 John W. Eaton <jwe@octave.org> |
4265 | |
4266 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
4267 | |
6461 | 4268 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
4269 | |
4270 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
4271 plot stream and using binary data. | |
4272 | |
6459 | 4273 2007-03-26 John W. Eaton <jwe@octave.org> |
4274 | |
4275 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4276 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4277 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
4278 | |
4279 2007-03-26 David Bateman <dbateman@free.fr> | |
4280 | |
6461 | 4281 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
4282 | |
6459 | 4283 * plot/plot3.m: Handle line properties. |
4284 * plot/plot.m: Update docstring. | |
4285 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
4286 * plot/__plt__.m: Also gather properties. | |
4287 | |
6455 | 4288 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
4289 | |
4290 * testfun/assert.m: Delete special check for empty objects. | |
4291 Add test. | |
4292 | |
6453 | 4293 2007-03-26 John W. Eaton <jwe@octave.org> |
4294 | |
6454 | 4295 * plot/drawnow.m: Exit early if call is recursive. |
4296 | |
6453 | 4297 * plot/__go_draw_axes__.m (get_data_limits): New function. |
4298 Check for Inf too. | |
4299 (__go_draw_axes__): Use get_data_limits. | |
4300 | |
6450 | 4301 2007-03-24 John W. Eaton <jwe@octave.org> |
4302 | |
6451 | 4303 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
4304 send terminal setting command with title option to plot stream. | |
4305 | |
6450 | 4306 * plot/legend.m: Correctly increment index into list of children.. |
4307 | |
6434 | 4308 2007-03-23 John W. Eaton <jwe@octave.org> |
4309 | |
6448 | 4310 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
4311 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
4312 control/base/nyquist.m, control/base/nichols.m, | |
4313 control/base/frdemo.m, signal/freqz_plot.m, | |
4314 control/base/__stepimp__.m, control/base/bode.m, | |
4315 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
4316 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 4317 Update plotting code. |
4318 | |
4319 * control/base/bode.m: Unwrap phase angle. | |
4320 | |
4321 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
4322 | |
4323 * plot/axis.m: Don't check automatic_replot, or call replot. | |
4324 | |
4325 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
4326 commands. | |
6446 | 4327 |
6442 | 4328 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 4329 Handle numeric color specs. |
6442 | 4330 * plot/plot.m: Remove "-@" and "@" from docstring. |
4331 | |
6441 | 4332 * plot/orient.m: Fix tests to avoid creating a plot window. |
4333 | |
6440 | 4334 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
4335 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4336 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
4337 general/arrayfun.m, miscellaneous/compare_versions.m, | |
4338 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
4339 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
4340 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
4341 | |
6438 | 4342 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
4343 plot, not just multiplots. | |
4344 | |
6436 | 4345 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
4346 | |
6434 | 4347 * plot/contour.m: Don't call drawnow. |
4348 | |
6431 | 4349 2007-03-22 John W. Eaton <jwe@octave.org> |
4350 | |
6432 | 4351 * plot/drawnow.m: Check and optionally, set, the __modified__ |
4352 property of each figure. | |
4353 | |
6431 | 4354 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
4355 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4356 | |
4357 2007-03-21 John W. Eaton <jwe@octave.org> | |
4358 | |
4359 * linear-algebra/null.m: Set elements of retval with magnitudes | |
4360 less than eps to 0. | |
4361 | |
6429 | 4362 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 4363 |
4364 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 4365 * testfun/speed.m: Documentation and example fix. |
4366 | |
6424 | 4367 2007-03-21 John W. Eaton <jwe@octave.org> |
4368 | |
4369 * plot/subplot.m: If we find an existing subplot region, set | |
4370 it to be the "currentaxes" property for the current figure. | |
6425 | 4371 Delete old axes objects if the new axes object overlaps the old. |
6424 | 4372 |
6422 | 4373 2007-03-20 David Bateman <dbateman@free.fr> |
4374 | |
4375 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
4376 | |
4377 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
4378 | |
4379 * general/arrayfun.m: New function. | |
4380 | |
6418 | 4381 2007-03-20 John W. Eaton <jwe@octave.org> |
4382 | |
6419 | 4383 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
4384 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
4385 | |
4386 * plot/clf.m: Don't call drawnow. | |
4387 | |
6431 | 4388 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 4389 |
6420 | 4390 * image/__img__.m: Maybe set yaxis to reverse for images. |
4391 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
4392 images. | |
4393 | |
6418 | 4394 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 4395 instead of global. Only register __go_close_all__ with atexit if |
4396 the plot stream is successfully opened. | |
6418 | 4397 |
6413 | 4398 2007-03-15 John W. Eaton <jwe@octave.org> |
4399 | |
6418 | 4400 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 4401 From Daniel J Sebald <daniel.sebald@ieee.org>. |
4402 | |
4403 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
4404 | |
4405 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 4406 Use numeric line types. |
6413 | 4407 |
4408 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 4409 lines and larger markers. Remove key titles from line type |
4410 properties. | |
6413 | 4411 |
6405 | 4412 2007-03-14 John W. Eaton <jwe@octave.org> |
4413 | |
6412 | 4414 * plot/__axis_label__.m: Accept additional property-value pairs |
4415 and pass them to __go_text__. Simply return the handle obtained | |
4416 from __go_text__ instead of calling get on the current axis. | |
4417 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
4418 Allow for extra property value pairs to be passed along. | |
4419 * plot/title.m: Implement with __axis_label__ since it does all | |
4420 that title needs to do. | |
4421 | |
6410 | 4422 * plot/clf.m: Set currentaxes property for current figure to []. |
4423 | |
6405 | 4424 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
4425 | |
4426 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
4427 and __plt2__, not just the last. | |
4428 | |
4429 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
4430 (SOURCES_IN, GEN_M): Delete. | |
4431 (FCN_FILES): Don't include $(GEN_M). | |
4432 (all): Don't depend on $(GEN_M). | |
4433 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
4434 | |
4435 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
4436 | |
4437 * plot/newplot.m: Call __go_axes_init__ instead of | |
4438 __uiobject_axes_init__. | |
4439 | |
4440 * plot/mesh.m: Use __go_surface__ instead of | |
4441 __uiobject_surface_ctor__. Don't access object fields directly. | |
4442 | |
4443 * plot/line.m: Use __line__ to do actual work. | |
4444 * plot/__line__.m: New function. | |
4445 | |
4446 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
4447 Use get and set instead of accessing object fields directly. | |
4448 | |
4449 * plot/figure.m: Use __go_figure__ to create figure graphics | |
4450 handle. | |
4451 | |
4452 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
4453 __uiobject_close_all. Call __go_draw_figure__ instead of | |
4454 __uiobject_draw_figure__. | |
4455 | |
4456 * plot/clf.m: Use get instead of accessing object fields | |
4457 directly. Simply delete children. Don't set currentaxes. | |
4458 | |
4459 * plot/close.m (close_all_figures): New subfunction. | |
4460 Use it instead of getting list of figures to close from | |
4461 __uiobject_figures__. | |
4462 | |
4463 * plot/closereq.m: Simply delete the current figure. Don't set | |
4464 currentfigure. | |
4465 | |
4466 * plot/__errplot__.m: Call __line__ instead of | |
4467 __uiobject_line_ctor__. Use set instead of accesing object fields | |
4468 directly. Don't call __uiobject_adopt__. | |
4469 | |
4470 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
4471 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
4472 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
4473 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
4474 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
4475 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
4476 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
4477 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
4478 plot/__uiobject_init_root_figure__.in, | |
4479 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
4480 plot/__uiobject_root_figure_ctor__.m, | |
4481 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
4482 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
4483 plot/set.in: Delete. | |
6408 | 4484 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 4485 |
4486 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
4487 Pass "hidden" as second arg to close. | |
4488 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
4489 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 4490 * plot/Makefile.in (SOURCES_M): Rename in list. |
4491 | |
6405 | 4492 * image/__img__.m: Use __go_image__ to create image graphics |
4493 handle. | |
4494 | |
4495 * miscellaneous/delete.m: Call __go_delete__, not | |
4496 __uiobject_delete__. Check that arg is a graphics handle before | |
4497 calling __go_delete__. | |
4498 | |
6403 | 4499 2007-03-13 John W. Eaton <jwe@octave.org> |
4500 | |
4501 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
4502 arg instead of switch statement. | |
6528 | 4503 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 4504 |
4505 2007-03-12 John W. Eaton <jwe@octave.org> | |
4506 | |
4507 * miscellaneous/cast.m: New function. | |
4508 | |
4509 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
4510 | |
6398 | 4511 2007-03-08 John W. Eaton <jwe@octave.org> |
4512 | |
4513 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
4514 tilde expansion on target filename before passing it to the shell. | |
4515 | |
4516 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
4517 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
4518 | |
6396 | 4519 2007-03-08 David Bateman <dbateman@free.fr> |
4520 | |
4521 * statistics/base/unidrnd.m: Move to statistics/distributions | |
4522 replacing slower version based on dicrete_rnd. | |
4523 | |
6392 | 4524 2007-03-07 John W. Eaton <jwe@octave.org> |
4525 | |
6395 | 4526 * control/base/rlocus.m: Update for current plotting functions. |
4527 | |
4528 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
4529 | |
4530 * control/base/rlocus.m: Improve display. | |
4531 | |
4532 2007-03-07 John W. Eaton <jwe@octave.org> | |
4533 | |
4534 * plot/legend.m: Only handle positions -1:4. | |
4535 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
4536 found in option string | |
4537 * plot/__uiobject_draw_axes__.m: Handle key position. | |
4538 | |
6394 | 4539 * plot/newplot.m: Always reset next line color. |
4540 | |
6392 | 4541 * testfun/assert.m: Check that number of dimensions match before |
4542 checking dimensions. | |
4543 | |
6391 | 4544 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
4545 | |
4546 * specfun/perms.m, specfun/factorial.m: Check args. | |
4547 | |
6387 | 4548 2007-03-07 John W. Eaton <jwe@octave.org> |
4549 | |
6390 | 4550 * plot/mesh.m: Call newplot before doing anything. |
4551 | |
4552 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
4553 just "e". Only flush plot stream once. | |
4554 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4555 | |
6387 | 4556 * strings/blanks.m: Omit first index in assignment. |
4557 | |
6386 | 4558 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
4559 | |
4560 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
4561 | |
6385 | 4562 2007-03-06 David Bateman <dbateman@free.fr> |
4563 John W. Eaton <jwe@octave.org> | |
4564 | |
4565 * set/setdiff.m: Ignore "rows" for cell array args. | |
4566 Handle cellstr args. | |
4567 | |
6382 | 4568 2007-03-05 John W. Eaton <jwe@octave.org> |
4569 | |
4570 * optimization/sqp.m: Defer first call to obj_hess until after | |
4571 calling obj_fun. | |
4572 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4573 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 4574 |
4575 * specfun/nchoosek.m: Fix nargin check. | |
4576 | |
6376 | 4577 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
4578 | |
4579 * image/__img__.m: Don't set xlim and ylim properties. | |
4580 | |
6374 | 4581 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
4582 | |
4583 * general/interp1.m: Fix *style cases for decreasing x. | |
4584 | |
6372 | 4585 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
4586 | |
4587 * polynomial/roots.m: Check nargin before accessing arg. | |
4588 | |
6369 | 4589 2007-02-28 John W. Eaton <jwe@octave.org> |
4590 | |
4591 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
4592 increment data_idx unless using gnuplot for display. | |
4593 | |
6368 | 4594 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
4595 | |
4596 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
4597 plots with images. | |
4598 * image/image.m, image/imagesc.m, image/imshow.m: | |
4599 Deprecate zoom argument. | |
4600 | |
6366 | 4601 2007-02-28 John W. Eaton <jwe@octave.org> |
4602 | |
4603 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
4604 temporary file names. Keep image and colormap file ids separate. | |
4605 | |
4606 * general/interp1.m: Correctly compute min and max values when | |
4607 values are decreasing and not evenly spaced. | |
4608 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
4609 | |
6365 | 4610 2007-02-27 John W. Eaton <jwe@octave.org> |
4611 | |
4612 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
4613 returning an empty cell array. | |
4614 | |
6546 | 4615 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 4616 |
4617 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
4618 | |
6546 | 4619 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 4620 |
4621 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4622 control/base/Makefile.in, control/hinf/Makefile.in, | |
4623 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4624 control/util/Makefile.in, deprecated/Makefile.in, | |
4625 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4626 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4627 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4628 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4629 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4630 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4631 special-matrix/Makefile.in, startup/Makefile.in, | |
4632 statistics/Makefile.in, statistics/base/Makefile.in, | |
4633 statistics/distributions/Makefile.in, | |
4634 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4635 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4636 Use $(LN_S) instead of ln or ln -s. | |
4637 | |
6356 | 4638 2007-02-24 David Bateman <dbateman@free.fr> |
4639 | |
4640 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
4641 '\n' in FILES file. | |
6357 | 4642 (configure_make): Also install any mex files. |
6356 | 4643 |
6353 | 4644 2007-02-24 David Bateman <dbateman@free.fr> |
4645 | |
4646 * statistics/distributions (SOURCES): Add nbincdf.m, | |
4647 nbininv.m, nbinpdf.m and nbinrnd.m. | |
4648 | |
6351 | 4649 2007-02-23 John W. Eaton <jwe@octave.org> |
4650 | |
4651 * statistics/distributions/Makefile.in (SOURCES): Remove | |
4652 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
4653 | |
4654 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
4655 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
4656 | |
6349 | 4657 2007-02-23 David Bateman <dbateman@free.fr> |
4658 | |
4659 * statistics/distributions/discrete_rnd.m, | |
4660 statistics/distributions/geornd.m, | |
4661 statistics/distributions/lognnd.m, | |
4662 statistics/distributions/nbinrnd.m, | |
4663 statistics/distributions/wblrnd.m: Accelerate distributions. | |
4664 | |
4665 * statistics/distributions/unidcdf.m, | |
4666 statistics/distributions/unidinv.m, | |
4667 statistics/distributions/unidpdf.m, | |
4668 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 4669 discrete_cdf, etc. |
6349 | 4670 |
4671 * statistics/distributions/pascal_cdf.m, | |
4672 statistics/distributions/pascal_inv.m, | |
4673 statistics/distributions/pascal_pdf.m, | |
4674 statistics/distributions/pascal_rnd.m: Remove. | |
4675 * statistics/distributions/nbincdf.m, | |
4676 statistics/distributions/nbininv.m, | |
4677 statistics/distributions/nbinpdf.m, | |
4678 statistics/distributions/nbinrnd.m: Replace with matlab | |
4679 compatible functions. | |
4680 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
4681 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
4682 nbincdf, etc functions to implement these. | |
4683 | |
6344 | 4684 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4685 | |
4686 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
4687 command and data. | |
4688 | |
4689 2007-02-22 John W. Eaton <jwe@octave.org> | |
4690 | |
4691 * miscellaneous/doc.m: If index search fails, try again without | |
4692 the index search option. | |
4693 | |
6339 | 4694 2007-02-22 David Bateman <dbateman@free.fr> |
4695 | |
6341 | 4696 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
4697 | |
6340 | 4698 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
4699 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
4700 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
4701 statistics/distributions/betarnd.m: Convert to use randg, rande | |
4702 and randp to accelerate. | |
4703 | |
6339 | 4704 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
4705 | |
6338 | 4706 2007-02-22 John W. Eaton <jwe@octave.org> |
4707 | |
4708 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
4709 cache data and display after xlim and ylim have been determined. | |
4710 | |
6337 | 4711 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4712 | |
4713 * plot/__uiobject_draw_axes__.m: | |
4714 Allow multiple images to be displayed with gnuplot. | |
4715 | |
6333 | 4716 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
4717 | |
4718 * optimization/glpk.m: Document the fact that extra.mem does not work | |
4719 for versions of GLPK 4.15 and later. | |
4720 | |
6328 | 4721 2007-02-19 John W. Eaton <jwe@octave.org> |
4722 | |
4723 * plot/__uiobject_alloc__.in: If next available element in | |
4724 __uiobject_list__ is 0, grow list before doing anything else. | |
4725 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
4726 first call when size of __uiobject_list__ is 0. | |
4727 | |
6323 | 4728 2007-02-16 John W. Eaton <jwe@octave.org> |
4729 | |
4730 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
4731 | |
6321 | 4732 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
4733 | |
4734 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
4735 | |
6316 | 4736 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
4737 | |
4738 * specfun/nchoosek.m: Check nargin. | |
4739 | |
6314 | 4740 2007-02-15 John W. Eaton <jwe@octave.org> |
4741 | |
6315 | 4742 * path/addpath.m, path/rmpath.m: Delete |
4743 * path/Makefile.in (SOURCES): Remove them from the list. | |
4744 | |
6314 | 4745 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
4746 Delete title, xlabel, ylabel, and zlabel properties before | |
4747 reassigning. | |
4748 * plot/__uiobject_axes_init__.in: New arg, mode. | |
4749 Don't init outerposition if "mode" is "replace". | |
4750 * plot/newplot.m: Check both figure and axes nextplot properties. | |
4751 If axes nextplot property is replace, pass "replace" as mode arg | |
4752 to __uiobject_axes_init__. | |
4753 | |
6308 | 4754 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
4755 | |
6310 | 4756 * image/imshow.m: Don't restore old colormap. |
4757 | |
6309 | 4758 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
4759 * image/__img__.m: New file containing common parts of image.m and | |
4760 imshow.m. | |
6312 | 4761 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 4762 * image/image.m, image/imshow.m: Call __img__. |
4763 * plot/__uiobject_draw_axes__.m: | |
4764 Handle rgb imaged data stored in 3-d arrays. | |
4765 | |
6308 | 4766 * plot/figure.m: Doc fix. |
4767 | |
6304 | 4768 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
4769 | |
4770 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
4771 for reading and writing data. New tests. Improve rounding. | |
4772 | |
6302 | 4773 2007-02-13 John W. Eaton <jwe@octave.org> |
4774 | |
6303 | 4775 * plot/stem.m: New file, adapted from OctPlot. |
4776 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4777 | |
6302 | 4778 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
4779 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4780 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4781 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
4782 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
4783 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
4784 plot/semilogyerr.m: Return handles to line objects. | |
4785 | |
6301 | 4786 2007-02-11 John W. Eaton <jwe@octave.org> |
4787 | |
4788 * plot/__uiobject_close_all.m: New file. | |
4789 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4790 | |
6298 | 4791 2007-02-10 John W. Eaton <jwe@octave.org> |
4792 | |
4793 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
4794 * plot/__uiobject_globals__.m: Don't call mlock. | |
4795 | |
4796 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
4797 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
4798 before calling pclose. | |
4799 | |
6291 | 4800 2007-02-09 John W. Eaton <jwe@octave.org> |
4801 | |
6295 | 4802 * plot/subplot.m: Delete spurious call to axes. |
4803 | |
6293 | 4804 * plot/figure.m: Call drawnow for current figure before creating |
4805 or switching to a new figure. | |
4806 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
4807 nargin == 0 case. | |
4808 | |
6291 | 4809 * testfun/assert.m: Try to avoid problems when comparisons involve |
4810 strange values like Inf+NaNi. | |
4811 | |
6283 | 4812 2007-02-08 John W. Eaton <jwe@octave.org> |
4813 | |
6286 | 4814 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
4815 and check gnuplot_use_title_option instead of just assuming -title | |
4816 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
4817 | |
6285 | 4818 * Makefile.in (DISTFILES): Add move-if-change to the list. |
4819 | |
6284 | 4820 * audio/Makefile.in, control/base/Makefile.in, |
4821 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
4822 control/system/Makefile.in, control/util/Makefile.in, | |
4823 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
4824 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
4825 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
4826 optimization/Makefile.in, plot/Makefile.in, | |
4827 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4828 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4829 special-matrix/Makefile.in, startup/Makefile.in, | |
4830 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4831 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4832 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
4833 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
4834 | |
6283 | 4835 * plot/figure.m: Don't call drawnow. Correctly init figure when |
4836 only given property list. | |
4837 | |
6278 | 4838 2007-02-07 John W. Eaton <jwe@octave.org> |
4839 | |
6280 | 4840 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
4841 properties. | |
4842 | |
6278 | 4843 * plot/sombrero.m: Call box ("off") after mesh. |
4844 | |
4845 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
4846 line default" commands with older versions of gnuplot. | |
4847 | |
4848 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
4849 | |
6273 | 4850 2007-02-06 John W. Eaton <jwe@octave.org> |
4851 | |
4852 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
4853 * sparse/gplot.m: Use line style - instead of 1. | |
4854 | |
6272 | 4855 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
4856 | |
4857 * plot/print.m: Avoid error message from cellidx. | |
4858 | |
4859 2007-02-05 John W. Eaton <jwe@octave.org> | |
4860 | |
4861 * plot/legend.m: Fix check for data. | |
4862 | |
6270 | 4863 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
4864 | |
4865 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
4866 Always set lt and pt. | |
4867 | |
6269 | 4868 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
4869 | |
4870 * plot/contourc.m: Correctly compute X and Y. | |
4871 | |
6268 | 4872 2007-02-05 John W. Eaton <jwe@octave.org> |
4873 | |
4874 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
4875 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
4876 | |
6264 | 4877 2007-02-01 John W. Eaton <jwe@octave.org> |
4878 | |
6266 | 4879 * plot/__uiobject_draw_axes__.m: |
4880 Don't try to set axis limits unless we have data. | |
4881 | |
6264 | 4882 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
4883 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4884 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
4885 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
4886 instead of of key and fmt strings. | |
4887 | |
4888 * plot/__pltopt1__.m: Greatly simplify. | |
4889 | |
4890 * plot/__next_line_color__.m: New file. | |
4891 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4892 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
4893 | |
4894 * plot/__default_plot_options__.m: New file. | |
4895 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4896 | |
4897 * plot/__plt3__.m: Delete. | |
4898 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
4899 | |
6259 | 4900 2007-01-31 John W. Eaton <jwe@octave.org> |
4901 | |
6263 | 4902 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
4903 linestyle, linewidth, marker, and markersize properties. | |
4904 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
4905 colors and widths, and line styles. | |
4906 | |
4907 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 4908 |
6261 | 4909 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
4910 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4911 | |
4912 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
4913 __gnuplot_save_data__. | |
4914 | |
6259 | 4915 * image/image.m: Accept 2 args, but ignore the second for now. |
4916 | |
6258 | 4917 2007-01-30 David Bateman <dbateman@free.fr> |
4918 | |
4919 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
4920 to flag a package as to be autoloaded. Add install flags -noauto, | |
4921 -auto to force autoload behavior. | |
4922 (installed_packages): Make list of installed packages unique. | |
4923 | |
6259 | 4924 2007-01-30 John W. Eaton <jwe@octave.org> |
4925 | |
4926 * Merge of changes from graphics-branch: | |
4927 | |
4928 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 4929 |
4930 * plot/subplot.m: Set nextplot property of current figure to "add". | |
4931 | |
4932 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
4933 property if it exists. | |
4934 | |
6259 | 4935 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 4936 |
4937 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
4938 min values outside of loop over child objects. | |
4939 | |
4940 * plot/contour.m, plot/contourc.m: New files. | |
4941 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
4942 | |
4943 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
4944 find a gnuplot version newer than 4.0. | |
4945 * image/__img_gnuplot__.m: Delete. | |
4946 * image/image.m: Create image graphics object. | |
4947 Call newplot to setup and drawnow to finish. | |
4948 Eliminate ZOOM arg. | |
4949 | |
4950 * plot/__uiobject_draw_axes__.m: Handle image data. | |
4951 | |
4952 * plot/legend.m: Eliminate useless variable "warned". | |
4953 | |
4954 * plot/__uiobject_image_ctor__.m: New file. | |
4955 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4956 | |
4957 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
4958 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
4959 | |
4960 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
4961 | |
4962 * plot/__default_colormap__.m: New file. | |
4963 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4964 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
4965 property. | |
4966 * image/colormap.m: Use colormap property of current figure | |
4967 to store colormap instead of using persistent variable. | |
4968 Call __default_colormap__ to get default map value. | |
4969 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
4970 | |
4971 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
4972 Handle some tick mark options. | |
4973 | |
4974 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
4975 set corresponding *mode to "manual". If we set dataaspectratio, | |
4976 set dataaspectratiomode to "manual". | |
4977 | |
4978 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
4979 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
4980 | |
4981 * plot/axis.m: New file. | |
4982 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
4983 | |
4984 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
4985 set corresponding *limmode to "manual". | |
4986 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
4987 Use it to compute autosclaled limits. | |
4988 Arg is now handle, not object. Change all callers. | |
4989 Compute data limits. | |
4990 | |
6259 | 4991 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 4992 |
4993 * plot/drawnow: Fix visibility check for zero args. | |
4994 | |
4995 * plot/text.m: New file. | |
4996 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4997 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
4998 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
4999 horizontalalignment properties. | |
5000 | |
5001 * plot/figure.m: Set options for f we just constructed or were | |
5002 given as an argument, not gcf. Only return handle if nargout > 0. | |
5003 | |
5004 * plot/drawnow.m: Handle visible field for figure here. | |
5005 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
5006 | |
5007 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
5008 title and axis labels. | |
5009 | |
5010 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
5011 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
5012 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
5013 * plot/view.m: New file. | |
5014 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5015 | |
5016 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
5017 Call __request_drawnow__. | |
5018 | |
5019 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
5020 | |
5021 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5022 Call set to set properties. Return handle instead of structure. | |
5023 Change all callers. | |
5024 | |
5025 * plot/__uiobject_axes_setr__.m: New file. | |
5026 * plot/set.in: Check for __setter__ field. | |
5027 | |
5028 * plot/__uiobject_axes_init__.in: | |
5029 Rename from plot/__uiobject_axes_init__.m. | |
5030 Include __uiobject_globals__. | |
5031 Accept handle as arg instead of structure | |
5032 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
5033 from the list. | |
5034 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
5035 | |
6259 | 5036 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 5037 |
5038 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
5039 | |
5040 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
5041 initializing each global variable. | |
5042 | |
6259 | 5043 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 5044 |
5045 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
5046 __uiobject_figure_handles_free_list__): New global variables. | |
5047 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
5048 Place unused handles on the free list. | |
5049 | |
5050 * plot/__uiobject_get_figure_handle__.in: Delete. | |
5051 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
5052 | |
5053 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
5054 handles here. Return figure handle. | |
5055 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
5056 | |
6259 | 5057 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 5058 |
5059 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
5060 data for gnuplot. | |
5061 | |
5062 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
5063 files. | |
5064 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
5065 (DISTFILES): Include include-globals.awk in the list. | |
5066 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
5067 ($(GEN_M) : %.m : %.in): New rule. | |
5068 | |
5069 * include-globals.awk: New file. | |
5070 | |
5071 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
5072 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
5073 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
5074 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
5075 plot/__uiobject_init_root_figure__.in, | |
5076 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
5077 Rename from corresponding .m files. | |
5078 | |
5079 * move-if-change: New file. | |
5080 | |
5081 * plot/__uiobject_delete__.m: New file. | |
5082 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
5083 plot/__uiobject_delete_child__.m: Delete. | |
5084 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
5085 not a character string. | |
5086 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
5087 Fix assignment to tmp key value in loop. | |
5088 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
5089 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
5090 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
5091 Inline code to delete children. | |
5092 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
5093 __uiobject_list__. | |
5094 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
5095 and free child. | |
5096 | |
6259 | 5097 2006-12-08 John W. Eaton <jwe@octave.org> |
5098 | |
5099 * plot/gcf.m: Check if the root figure object's currentfigure | |
5100 handle is empty, not 0. | |
5101 * plot/__uiobject_root_figure_ctor__.m: | |
5102 Set currentfigure to [], not 0. | |
5103 | |
5104 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
5105 | |
5106 2006-12-07 John W. Eaton <jwe@octave.org> | |
5107 | |
5108 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
5109 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
5110 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
5111 plot/__uiobject_delete_children__.m, | |
5112 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
5113 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
5114 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
5115 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
5116 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
5117 plot/__uiobject_init_figure__.m, | |
5118 plot/__uiobject_init_root_figure__.m, | |
5119 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
5120 plot/__uiobject_remove_child__.m, | |
5121 plot/__uiobject_root_figure_ctor__.m, | |
5122 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
5123 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
5124 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
5125 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
5126 plot/set.m: New files. | |
5127 | |
5128 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
5129 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
5130 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
5131 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
5132 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
5133 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
5134 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
5135 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
5136 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
5137 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
5138 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
5139 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
5140 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
5141 plot/semilogyerr.m, plot/replot.m: | |
5142 Adapt to new graphics data structure. | |
5143 | |
5144 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
5145 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
5146 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
5147 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
5148 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5149 plot/plot_border.m, plot/subwindow.m: Delete. | |
5150 | |
5151 2007-01-24 David Bateman <dbateman@free.fr> | |
5152 | |
5153 * pkg/pkg.m: Install ChangeLog file if it exists. | |
5154 Delete bare newline in string passed to write_INDEX. | |
5155 | |
5156 * sparse/sprandsym.m: Make work for even values of N. | |
5157 | |
5158 2007-01-24 John W. Eaton <jwe@octave.org> | |
5159 | |
5160 * miscellaneous/news.m: New file. | |
5161 | |
5162 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
5163 | |
5164 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
5165 | |
5166 * strings/strncmp.m: Delete (we now have a built-in version). | |
5167 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5168 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 5169 |
5170 * testfun/test.m: Check for all files in path, use first found. | |
5171 | |
5172 2007-01-22 David Bateman <dbateman@free.fr> | |
5173 | |
5174 * polynomial/spline.m: Make DG a column instead of a row vector. | |
5175 | |
5176 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
5177 | |
5178 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
5179 file name. | |
5180 | |
5181 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
5182 nargout is 1. Handle colormaps that have too few colors. | |
5183 | |
5184 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
5185 (configure_make): Use fullfile instead of concatenating with "/". | |
5186 | |
6258 | 5187 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
5188 | |
5189 * set/ismember.m: Handle N-d arrays. | |
5190 | |
5191 2007-01-10 David Bateman <dbateman@free.fr> | |
5192 | |
5193 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
5194 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
5195 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
5196 New files. | |
5197 | |
5198 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
5199 | |
6778 | 5200 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 5201 |
5202 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
5203 | |
5204 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
5205 instead of concatenating with "/". Use mlock to ensure that | |
5206 persistent variables are not clobbered if user types clear all. | |
5207 | |
5208 2007-01-08 John W. Eaton <jwe@octave.org> | |
5209 | |
5210 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
5211 Improve handling of file names containing globbing characters. | |
5212 From S�ren Hauberg <hauberg@gmail.com>. | |
5213 | |
5214 2007-01-05 John W. Eaton <jwe@octave.org> | |
5215 | |
5216 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
5217 New files. | |
5218 | |
5219 2006-12-30 John W. Eaton <jwe@octave.org> | |
5220 | |
5221 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
5222 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
5223 | |
5224 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
5225 | |
5226 * image/imshow.m: Strip NaNs from image. | |
5227 | |
5228 2006-12-08 David Bateman <dbateman@free.fr> | |
5229 | |
5230 * sparse/normest.m: New file. | |
5231 | |
6286 | 5232 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 5233 |
6210 | 5234 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
5235 Work on Windows systems without cp or mv. | |
5236 | |
6209 | 5237 * startup/inputrc: Include sequences for Windows. |
5238 | |
6203 | 5239 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
5240 | |
5241 * pkg/pkg.m (unload_packages): New function. | |
5242 (pkg): Handle unload action. | |
5243 | |
5244 * __errplot__.m: Add missing semicolon. | |
5245 | |
6193 | 5246 2006-11-30 John W. Eaton <jwe@octave.org> |
5247 | |
5248 * miscellaneous/mexext.m: New file. | |
5249 | |
6189 | 5250 2006-11-29 David Bateman <dbateman@free.fr> |
5251 | |
5252 * pkg/pkg.m: Add local_list and global_list options that allow the | |
5253 location of package lists to be probed and set. | |
5254 | |
6179 | 5255 2006-11-17 John W. Eaton <jwe@octave.org> |
5256 | |
6181 | 5257 * plot/__render_plot1__.m: Reverse y axis for images. |
5258 | |
6179 | 5259 * plot/__render_plot__.m: New args, terminal and output. |
5260 * plot/print.m: Don't set output and term here. Instead, call | |
5261 __render_plot__ with terminal and output. | |
5262 | |
6178 | 5263 2006-11-16 John W. Eaton <jwe@octave.org> |
5264 | |
5265 * plot/__render_plot1__.m: New file. | |
5266 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
5267 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
5268 gnuplot. Let __render_plot__ do that. | |
5269 | |
6177 | 5270 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
5271 | |
5272 * plot/plot.m: Fix doc string. | |
5273 | |
6173 | 5274 2006-11-16 John W. Eaton <jwe@octave.org> |
5275 | |
5276 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
5277 before sending anything to the plotter. | |
5278 | |
6172 | 5279 2006-11-15 John W. Eaton <jwe@octave.org> |
5280 | |
5281 * image/__img_gnuplot__.m: Store more info in global plot | |
5282 structures and use __render_plot__ to build plot command to | |
5283 display image. | |
5284 | |
5285 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
5286 | |
5287 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
5288 __plot_command_sep__): Delete. | |
5289 (__plot_data_type__, __plot_data_parametric__, | |
5290 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
5291 __plot_usingstr__, __plot_withstr__): New variables. | |
5292 * plot/__init_plot_vars__.m: Initialize them. | |
5293 | |
5294 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
5295 Don't handle sep or cmd. | |
5296 | |
5297 * plot/__render_plot__.m: New function. | |
5298 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
5299 Store more info in global plot structures and use __render_plot__ | |
5300 to build plot command. | |
5301 * plot/replot.m: Simply call __render_plot__. | |
5302 | |
5303 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
5304 Set __plot_data_parametric__ here. | |
5305 | |
6164 | 5306 2006-11-14 John W. Eaton <jwe@octave.org> |
5307 | |
6166 | 5308 * plot/bottom_title.m, plot/top_title.m: Delete. |
5309 | |
6164 | 5310 * image/image_viewer.m: Set default values here. |
5311 * image/image.m: Not here. | |
5312 | |
5313 * image/image_viewer.m: Always return old values. Check arguments. | |
5314 * image/__img_gnuplot__.m: Rename from __img__m. | |
5315 | |
5316 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
5317 | |
5318 * image/image_viewer.m: New function. | |
5319 * image/__img_via_file__.m: New function. | |
5320 * image/image.m: Use image_viewer to determine which program to | |
5321 use for image viewing. | |
6754 | 5322 * image/__img__.m: Silently accept more than 3 args. |
6164 | 5323 |
6163 | 5324 2006-11-14 John W. Eaton <jwe@octave.org> |
5325 | |
5326 * plot/__do_legend__.m, plot/__errplot__.m, | |
5327 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
5328 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
5329 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5330 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
5331 Use __plot_globals__ for multiplot variables. Keep track of | |
5332 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
5333 | |
6157 | 5334 2006-11-13 John W. Eaton <jwe@octave.org> |
5335 | |
6158 | 5336 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
5337 | |
6157 | 5338 * miscellaneous/substruct.m: New function. |
5339 | |
5340 * testfun/assert.m: Force orientation to match when comparing | |
5341 struct elements. | |
5342 | |
5343 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
5344 when comparing structs. | |
5345 | |
5346 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
5347 | |
6754 | 5348 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
5349 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
5350 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
5351 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
5352 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
5353 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
5354 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 5355 |
6156 | 5356 2006-11-13 John W. Eaton <jwe@octave.org> |
5357 | |
5358 * plot/mesh.m: Use size_equal to compare dimensions. | |
5359 | |
6154 | 5360 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
5361 | |
5362 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
5363 | |
6152 | 5364 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
5365 | |
5366 * miscellaneous/copyfile.m: Fix docs to match function. | |
5367 | |
6145 | 5368 2006-11-08 John W. Eaton <jwe@octave.org> |
5369 | |
6146 | 5370 * plot/legend.m: New function, adapted from Octave Forge. |
5371 | |
5372 * plot/__do_legend__.m: New function. | |
5373 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
5374 plot/replot.m: Call it before plotting. | |
5375 | |
5376 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
5377 noparametric" to gnuplot.. | |
5378 | |
5379 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
5380 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
5381 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
5382 and return key title separate from line format. Accept format and | |
5383 key as cellstr. Always return data as cell array. Return format | |
5384 and key title as cellstr. | |
5385 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
5386 Handle line format and key titles separately. | |
5387 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
5388 | |
5389 * plot/__plot_globals__.m (__plot_line_offset__, | |
5390 __plot_key_labels__, __plot_key_properties__): New global | |
5391 variables. Initialize them. | |
5392 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
5393 __plot_key_labels__, __plot_key_properties__): Initialize. | |
5394 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
5395 (__plot_line_offset__, __plot_key_labels__, | |
5396 __plot_key_properties__): Store information about plot key titles. | |
5397 | |
5398 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
5399 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
5400 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
5401 respectively. | |
5402 | |
5403 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
5404 | |
6145 | 5405 * strings/strcat.m: Disable Octave:empty-list-elements warning |
5406 whle concatenating args. | |
5407 | |
6144 | 5408 2006-11-07 John W. Eaton <jwe@octave.org> |
5409 | |
5410 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
5411 | |
6142 | 5412 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
5413 | |
6143 | 5414 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
5415 option to regexp. | |
5416 | |
6142 | 5417 * image/__img__.m: Send "set size ratio -1" before plotting. |
5418 | |
6138 | 5419 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
5420 | |
6139 | 5421 * strings/index.m: New arg, direction. Simplify and speed up. |
5422 * strings/rindex.m: Implement using index (..., "last"); | |
5423 | |
6754 | 5424 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 5425 |
6130 | 5426 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
5427 | |
5428 * general/__isequal__.m: Test size and class more consistently. | |
5429 | |
6116 | 5430 2006-10-27 John W. Eaton <jwe@octave.org> |
5431 | |
6117 | 5432 * miscellaneous/ls_command.m: Use /D instead of /w. |
5433 From Michael Goffioul <michael.goffioul@swing.be>. | |
5434 | |
6116 | 5435 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
5436 * miscellaneous/dir.m: Mark as a command. | |
5437 | |
6112 | 5438 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5439 | |
5440 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
5441 | |
6088 | 5442 2006-10-25 John W. Eaton <jwe@octave.org> |
5443 | |
5444 * image/image.m: Set x = y = [] when nargin == 0; | |
5445 | |
5446 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
5447 | |
5448 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
5449 * image/__img__.m: New file, originally from | |
5450 Daniel J Sebald <daniel.sebald@ieee.org>. | |
5451 | |
6087 | 5452 2006-10-25 John W. Eaton <jwe@octave.org> |
5453 | |
5454 * plot/__gnuplot_version__.m: New function, originally from | |
5455 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
5456 Quentin Spencer <qspencer@ieee.org>. | |
5457 | |
6085 | 5458 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
5459 | |
5460 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
5461 | |
6081 | 5462 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
5463 | |
5464 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
5465 miscellaneous/gunzip.m: New files. | |
5466 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
5467 Call unpack to do the real work. | |
5468 | |
6075 | 5469 2006-10-24 John W. Eaton <jwe@octave.org> |
5470 | |
6078 | 5471 * plot/plot3.m: If we have a format string, then also pass using |
5472 string to __plt3__. | |
5473 | |
6077 | 5474 * plot/sombrero.m: Don't return anything if nargout == 0. |
5475 | |
6075 | 5476 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 5477 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 5478 |
6069 | 5479 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
5480 | |
5481 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
5482 Quote filenames in shell commands. | |
5483 | |
6055 | 5484 2006-10-17 David Bateman <dbateman@free.fr> |
5485 | |
5486 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
5487 the package directory is missing. | |
5488 | |
6052 | 5489 2006-10-13 John W. Eaton <jwe@octave.org> |
5490 | |
5491 * plot/box.m: New function. | |
5492 | |
6050 | 5493 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
5494 | |
5495 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
5496 | |
6049 | 5497 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
5498 | |
5499 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
5500 | |
6047 | 5501 2006-10-10 John W. Eaton <jwe@octave.org> |
5502 | |
5503 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
5504 | |
6046 | 5505 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
5506 | |
5507 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
5508 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
5509 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
5510 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
5511 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
5512 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
5513 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
5514 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
5515 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
5516 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
5517 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
5518 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
5519 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
5520 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
5521 control/system/buildssic.m, control/system/c2d.m, | |
5522 control/system/cellidx.m, control/system/d2c.m, | |
5523 control/system/dmr2d.m, control/system/fir2sys.m, | |
5524 control/system/is_abcd.m, control/system/is_controllable.m, | |
5525 control/system/is_detectable.m, control/system/is_digital.m, | |
5526 control/system/is_observable.m, control/system/is_siso.m, | |
5527 control/system/is_stabilizable.m, control/system/is_stable.m, | |
5528 control/system/jet707.m, control/system/listidx.m, | |
5529 control/system/ord2.m, control/system/parallel.m, | |
5530 control/system/ss.m, control/system/ss2zp.m, | |
5531 control/system/starp.m, control/system/sys2ss.m, | |
5532 control/system/sys2tf.m, control/system/sys2zp.m, | |
5533 control/system/sysadd.m, control/system/sysappend.m, | |
5534 control/system/syschtsam.m, control/system/sysconnect.m, | |
5535 control/system/syscont.m, control/system/sysdimensions.m, | |
5536 control/system/sysdisc.m, control/system/sysdup.m, | |
5537 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
5538 control/system/sysgroup.m, control/system/sysidx.m, | |
5539 control/system/sysmin.m, control/system/sysmult.m, | |
5540 control/system/sysout.m, control/system/sysprune.m, | |
5541 control/system/sysscale.m, control/system/syssetsignals.m, | |
5542 control/system/syssub.m, control/system/sysupdate.m, | |
5543 control/system/tf.m, control/system/tfout.m, | |
5544 control/system/ugain.m, control/system/zp.m, | |
5545 control/system/zpout.m, control/util/__outlist__.m, | |
5546 control/util/__zgpbal__.m, control/util/prompt.m, | |
5547 control/util/sortcom.m, control/util/strappend.m, | |
5548 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
5549 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
5550 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
5551 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
5552 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
5553 finance/pvl.m, finance/rate.m, finance/vol.m, | |
5554 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
5555 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
5556 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
5557 general/cumtrapz.m, general/deal.m, general/diff.m, | |
5558 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
5559 general/ind2sub.m, general/int2str.m, | |
5560 general/is_duplicate_entry.m, general/isdefinite.m, | |
5561 general/isequal.m, general/isequalwithequalnans.m, | |
5562 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
5563 general/isvector.m, general/logical.m, general/logspace.m, | |
5564 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
5565 general/perror.m, general/postpad.m, general/prepad.m, | |
5566 general/randperm.m, general/rem.m, general/repmat.m, | |
5567 general/rot90.m, general/rotdim.m, general/shift.m, | |
5568 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
5569 general/sub2ind.m, general/trapz.m, general/tril.m, | |
5570 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
5571 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
5572 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
5573 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
5574 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
5575 linear-algebra/cross.m, linear-algebra/dmult.m, | |
5576 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
5577 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
5578 linear-algebra/logm.m, linear-algebra/norm.m, | |
5579 linear-algebra/null.m, linear-algebra/orth.m, | |
5580 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
5581 linear-algebra/trace.m, linear-algebra/vec.m, | |
5582 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
5583 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
5584 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
5585 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
5586 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
5587 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
5588 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
5589 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
5590 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
5591 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
5592 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
5593 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
5594 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
5595 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
5596 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
5597 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
5598 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
5599 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
5600 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
5601 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
5602 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
5603 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
5604 polynomial/polyder.m, polynomial/polyderiv.m, | |
5605 polynomial/polyfit.m, polynomial/polygcd.m, | |
5606 polynomial/polyinteg.m, polynomial/polyout.m, | |
5607 polynomial/polyreduce.m, polynomial/polyval.m, | |
5608 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
5609 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
5610 set/complement.m, set/create_set.m, set/intersect.m, | |
5611 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
5612 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
5613 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
5614 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
5615 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
5616 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
5617 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
5618 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
5619 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
5620 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
5621 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
5622 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
5623 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
5624 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
5625 special-matrix/hankel.m, special-matrix/hilb.m, | |
5626 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
5627 special-matrix/toeplitz.m, special-matrix/vander.m, | |
5628 statistics/base/center.m, statistics/base/cloglog.m, | |
5629 statistics/base/cor.m, statistics/base/corrcoef.m, | |
5630 statistics/base/cov.m, statistics/base/cut.m, | |
5631 statistics/base/gls.m, statistics/base/iqr.m, | |
5632 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
5633 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
5634 statistics/base/mean.m, statistics/base/meansq.m, | |
5635 statistics/base/median.m, statistics/base/moment.m, | |
5636 statistics/base/ols.m, statistics/base/ppplot.m, | |
5637 statistics/base/probit.m, statistics/base/qqplot.m, | |
5638 statistics/base/range.m, statistics/base/ranks.m, | |
5639 statistics/base/run_count.m, statistics/base/skewness.m, | |
5640 statistics/base/spearman.m, statistics/base/statistics.m, | |
5641 statistics/base/std.m, statistics/base/studentize.m, | |
5642 statistics/base/table.m, statistics/base/values.m, | |
5643 statistics/base/var.m, statistics/distributions/betacdf.m, | |
5644 statistics/distributions/betainv.m, | |
5645 statistics/distributions/betapdf.m, | |
5646 statistics/distributions/betarnd.m, | |
5647 statistics/distributions/binocdf.m, | |
5648 statistics/distributions/binoinv.m, | |
5649 statistics/distributions/binopdf.m, | |
5650 statistics/distributions/binornd.m, | |
5651 statistics/distributions/cauchy_cdf.m, | |
5652 statistics/distributions/cauchy_inv.m, | |
5653 statistics/distributions/cauchy_pdf.m, | |
5654 statistics/distributions/cauchy_rnd.m, | |
5655 statistics/distributions/chi2cdf.m, | |
5656 statistics/distributions/chi2inv.m, | |
5657 statistics/distributions/chi2pdf.m, | |
5658 statistics/distributions/chi2rnd.m, | |
5659 statistics/distributions/discrete_cdf.m, | |
5660 statistics/distributions/discrete_inv.m, | |
5661 statistics/distributions/discrete_pdf.m, | |
5662 statistics/distributions/discrete_rnd.m, | |
5663 statistics/distributions/empirical_rnd.m, | |
5664 statistics/distributions/expcdf.m, | |
5665 statistics/distributions/expinv.m, | |
5666 statistics/distributions/exppdf.m, | |
5667 statistics/distributions/exprnd.m, | |
5668 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
5669 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
5670 statistics/distributions/gamcdf.m, | |
5671 statistics/distributions/gaminv.m, | |
5672 statistics/distributions/gampdf.m, | |
5673 statistics/distributions/gamrnd.m, | |
5674 statistics/distributions/geocdf.m, | |
5675 statistics/distributions/geoinv.m, | |
5676 statistics/distributions/geopdf.m, | |
5677 statistics/distributions/geornd.m, | |
5678 statistics/distributions/hygecdf.m, | |
5679 statistics/distributions/hygeinv.m, | |
5680 statistics/distributions/hygepdf.m, | |
5681 statistics/distributions/hygernd.m, | |
5682 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
5683 statistics/distributions/laplace_cdf.m, | |
5684 statistics/distributions/laplace_inv.m, | |
5685 statistics/distributions/laplace_pdf.m, | |
5686 statistics/distributions/laplace_rnd.m, | |
5687 statistics/distributions/logistic_cdf.m, | |
5688 statistics/distributions/logistic_inv.m, | |
5689 statistics/distributions/logistic_pdf.m, | |
5690 statistics/distributions/logistic_rnd.m, | |
5691 statistics/distributions/logncdf.m, | |
5692 statistics/distributions/logninv.m, | |
5693 statistics/distributions/lognpdf.m, | |
5694 statistics/distributions/lognrnd.m, | |
5695 statistics/distributions/normcdf.m, | |
5696 statistics/distributions/norminv.m, | |
5697 statistics/distributions/normpdf.m, | |
5698 statistics/distributions/normrnd.m, | |
5699 statistics/distributions/pascal_cdf.m, | |
5700 statistics/distributions/pascal_inv.m, | |
5701 statistics/distributions/pascal_pdf.m, | |
5702 statistics/distributions/pascal_rnd.m, | |
5703 statistics/distributions/poisscdf.m, | |
5704 statistics/distributions/poissinv.m, | |
5705 statistics/distributions/poisspdf.m, | |
5706 statistics/distributions/poissrnd.m, | |
5707 statistics/distributions/stdnormal_cdf.m, | |
5708 statistics/distributions/stdnormal_inv.m, | |
5709 statistics/distributions/stdnormal_pdf.m, | |
5710 statistics/distributions/stdnormal_rnd.m, | |
5711 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
5712 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
5713 statistics/distributions/unifcdf.m, | |
5714 statistics/distributions/unifinv.m, | |
5715 statistics/distributions/unifpdf.m, | |
5716 statistics/distributions/unifrnd.m, | |
5717 statistics/distributions/wblcdf.m, | |
5718 statistics/distributions/wblinv.m, | |
5719 statistics/distributions/wblpdf.m, | |
5720 statistics/distributions/wblrnd.m, | |
5721 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
5722 statistics/tests/bartlett_test.m, | |
5723 statistics/tests/chisquare_test_homogeneity.m, | |
5724 statistics/tests/chisquare_test_independence.m, | |
5725 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
5726 statistics/tests/hotelling_test.m, | |
5727 statistics/tests/hotelling_test_2.m, | |
5728 statistics/tests/kolmogorov_smirnov_test.m, | |
5729 statistics/tests/kolmogorov_smirnov_test_2.m, | |
5730 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
5731 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
5732 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
5733 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
5734 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
5735 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
5736 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
5737 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
5738 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
5739 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
5740 strings/index.m, strings/isletter.m, strings/lower.m, | |
5741 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
5742 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
5743 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
5744 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
5745 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
5746 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
5747 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
5748 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
5749 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5750 time/etime.m, time/is_leap_year.m: | |
5751 Use print_usage instead of usage. | |
5752 | |
6044 | 5753 2006-10-09 David Bateman <dbateman@free.fr> |
5754 | |
5755 * time/datevec.m: Add additional compatible default parsing strings. | |
5756 | |
6395 | 5757 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 5758 |
6042 | 5759 * pkg/pkg.m: Remove trailing "\n" from error messages. |
5760 Remove compare_versions subfunction. | |
5761 | |
5762 * miscellaneous/compare_versions.m: New function to compare | |
5763 version numbers as strings with any boolean operators. | |
5764 | |
6041 | 5765 * miscellaneous/untar.m: Check more rigorously to see if the tar |
5766 file exists. | |
5767 | |
6036 | 5768 2006-10-04 John W. Eaton <jwe@octave.org> |
5769 | |
5770 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
5771 | |
6032 | 5772 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
5773 | |
6037 | 5774 * pkg/pkg.m: Update docs. Handle prefix option. |
5775 Handle dependencies for load option. | |
6032 | 5776 |
6029 | 5777 2006-10-04 John W. Eaton <jwe@octave.org> |
5778 | |
6030 | 5779 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
5780 | |
5781 * plot/clg.m: Delete. | |
5782 * plot/__init_plot_vars__.m: New function. | |
5783 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 5784 |
6025 | 5785 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
5786 | |
5787 * pkg/pkg.m: Avoid calling addpath with no args. | |
5788 | |
6024 | 5789 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
5790 | |
5791 * audio/loadaudio.m, control/base/nyquist.m, | |
5792 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
5793 linear-algebra/krylov.m, statistics/base/center.m, | |
5794 statistics/base/median.m, statistics/base/std.m, | |
5795 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
5796 find first or last element matching a condition. | |
5797 | |
6023 | 5798 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
5799 | |
5800 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
5801 general/__isequal__.m: Minimize looping using cellfun. | |
5802 | |
6020 | 5803 2006-10-02 David Bateman <dbateman@free.fr> |
5804 | |
5805 * pkg/pkg.m (copy_files): always create installation directory. | |
5806 | |
6016 | 5807 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
5808 | |
5809 * miscellaneous/doc.m: Swap file and directory args to info. | |
5810 | |
5811 2006-10-01 Arno Onken <whyly@gmx.net> | |
5812 | |
5813 * statistics/distributions/exprnd.m: Fix typo. | |
5814 | |
6014 | 5815 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
5816 | |
5817 * polynomial/ppval.m: Use .' instead of '. | |
5818 * polynomial/spline.m: Likewise. New tests. | |
5819 | |
6004 | 5820 2006-09-26 David Bateman <dbateman@free.fr> |
5821 | |
5822 * __plt3__.m: Using global variables __plot_data__, | |
5823 __plot_data_offset__ and __plot_command__ to store plots and | |
5824 correctly handle multiplots, and hold state. Only accept a single | |
5825 data parameter plus, using, format and with strings. Remove | |
5826 setting of gnuplot parameters. | |
5827 * __make_using_clause__.m: New function extracted from __plt__.m. | |
5828 * __setup_plot__.m: Convert to a function and pass the plotting | |
5829 command to use. | |
5830 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
5831 * contour.m: Use unwind protect on the parametric state of plot | |
5832 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
5833 * mesh.m: ditto. | |
5834 * plot3.m: Error checking, setting of parametric state and | |
5835 formation of matrix to plot moved from old __plt3__. | |
5836 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5837 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 5838 |
5997 | 5839 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 5840 |
5841 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
5842 | |
5843 * signal/filter2.m: Correct texinfo doc. | |
5844 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5845 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 5846 |
5847 * miscellaneous/parseparams.m: Correct texinfo doc. | |
5848 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5849 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 5850 |
5851 * pkg/pkg.m (prepare_installation): Don't create package | |
5852 installation directory here. | |
5853 (copy_files): Create it here instead, to avoid issues with | |
5854 upgrades. Also install the COPYING file in packinfo. | |
5855 | |
5989 | 5856 2006-09-13 John W. Eaton <jwe@octave.org> |
5857 | |
5858 * general/blkdiag.m: Adjust to new cellfun rules. | |
5859 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5860 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 5861 |
5862 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
5863 error message for archive name not matching package name. | |
5864 (installed_packages): Size header of printed results to | |
5865 arguments. Sort the list of installed packages before printing | |
5866 them. | |
5867 | |
5986 | 5868 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
5869 | |
5870 * signal/freqz.m: Update tests. | |
5871 | |
5872 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
5873 | |
5874 * signal/freqz.m: Corretly postpad arrays. | |
5875 Don't call fliplr on a column vector. | |
5876 | |
5984 | 5877 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
5878 | |
5879 * general/shiftdim.m: Use permute instead of reshape. | |
5880 | |
5981 | 5881 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
5882 | |
5883 * miscellaneous/parseparams.m: New function. | |
5884 | |
5980 | 5885 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
5886 | |
5887 * miscellaneous/doc.m: Swap order of --file and --directory | |
5888 options for info program invocation. | |
5889 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5890 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 5891 |
5987 | 5892 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 5893 previous change. |
5894 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5895 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 5896 |
5897 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
5898 absence of trailing "/" in OCTAVE_HOME. | |
5899 | |
5973 | 5900 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
5901 | |
5902 * time/datenum.m: Allow arg to be character string. | |
5903 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5904 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 5905 |
5906 * pkg/pkg.m (install): Verify that package name correponds to the | |
5907 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
5908 they are empty. If package directory is empty, remove it to fail | |
5909 gracefully for system specific packages. | |
5910 (extract_pkgadd, create_pkgadd): delete. | |
5911 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
5912 (copy_files): Install both bin/ and doc/ directories, adding the | |
5913 bin/ to the EXEC_PATH when the package is loaded. | |
5914 | |
5962 | 5915 2006-08-24 John W. Eaton <jwe@octave.org> |
5916 | |
5917 * image/saveimage.m: Use logical indexing instead of | |
5918 indices computed by calling find on the logical index. | |
5919 | |
5961 | 5920 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5921 | |
5967 | 5922 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 5923 Use logical indexing instead of indices computed by calling find |
5924 on the logical index. | |
5925 | |
5926 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 5927 |
5959 | 5928 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
5929 | |
5930 * control/system/tf2zp.m: Simplify gain calculation. | |
5931 | |
5958 | 5932 2006-08-23 John W. Eaton <jwe@octave.org> |
5933 | |
5934 * plot/__plt__.m: Insert using clauses for all plots. | |
5935 | |
5957 | 5936 2006-08-23 A S Hodel <hodelas@auburn.edu> |
5937 | |
5938 * control/system/sysscale.m: Call tf and zp with correct number of | |
5939 args. | |
5940 | |
5955 | 5941 2006-08-22 David Bateman <dbateman@free.fr> |
5942 | |
5943 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
5944 Search inst/*.m and src/*.m files in the package for | |
5945 PKG_ADD directives and append user supplied PKG_ADD. | |
5946 (pkg): Call create_pkgadd after copying files. | |
5947 | |
5947 | 5948 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5949 | |
5950 * pkg/pkg.m: Handle multiple packages in a single file. | |
5951 Insert directory separator between OCTAVE_HOME and rest of package | |
5952 installation directory. | |
5953 | |
5954 2006-08-21 John W. Eaton <jwe@octave.org> | |
5955 | |
5956 * general/num2str.m: Early return if arg is empty. | |
5957 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
5958 | |
5946 | 5959 2006-08-21 David Bateman <dbateman@free.fr> |
5960 | |
5961 * strings/mat2str.m: Compute NC before using. | |
5962 | |
5937 | 5963 2006-08-17 John W. Eaton <jwe@octave.org> |
5964 | |
5965 * audio/wavread.m: Fix calculation of sample count. | |
5966 | |
5934 | 5967 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5968 | |
5969 * image/imshow.m: New Matlab-compatible version. | |
5970 | |
5930 | 5971 2006-08-15 John W. Eaton <jwe@octave.org> |
5972 | |
5973 * deprecated/is_global.m: Delete. | |
5974 | |
5928 | 5975 2006-08-14 John W. Eaton <jwe@octave.org> |
5976 | |
5977 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
5978 | |
5926 | 5979 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5980 | |
5981 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
5982 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
5983 | |
5928 | 5984 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5985 | |
6778 | 5986 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 5987 Use addpath and rmpath instead of manipulating LOADPATH. |
5988 Handle changes to system function. | |
5989 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
5990 recursive directory removal. | |
5922 | 5991 |
5924 | 5992 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
5993 | |
6778 | 5994 * colormap.m: Change global variable to persistent. |
5923 | 5995 |
5922 | 5996 * rgb2ind.m: Handle single 3-d array as rgb image. |
5997 | |
5920 | 5998 2006-08-14 John W. Eaton <jwe@octave.org> |
5999 | |
6000 * strings/str2double.m: Fix missing semicolon. | |
6001 | |
5910 | 6002 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
6003 | |
6004 * plot/plot3.m: Accept one complex or one real and one complex | |
6005 argument and plot real and imaginary components for y and z. | |
6006 | |
5908 | 6007 2006-07-27 John W. Eaton <jwe@octave.org> |
6008 | |
6009 * testfun/test.m: Call fflush after each block of calls to | |
6010 fprintf, fputs, or fdisp. | |
6011 | |
5904 | 6012 2006-07-26 John W. Eaton <jwe@octave.org> |
6013 | |
6014 * miscellaneous/mex.m: New function. | |
6015 | |
5901 | 6016 2006-07-22 John W. Eaton <jwe@octave.org> |
6017 | |
6018 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
6019 | |
5881 | 6020 2006-07-07 John W. Eaton <jwe@octave.org> |
6021 | |
6022 * miscellaneous/orderfields.m: New file. | |
6023 | |
5873 | 6024 2006-06-30 John W. Eaton <jwe@octave.org> |
6025 | |
6026 * time/datevec.m: Make another attempt to account for precision of | |
6027 datenum format. | |
6028 | |
5868 | 6029 2006-06-29 John W. Eaton <jwe@octave.org> |
6030 | |
6031 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
6032 Use feval instead of "type -q" to get values now that all the | |
6033 symbols are functions. | |
6034 | |
5860 | 6035 2006-06-16 John W. Eaton <jwe@octave.org> |
6036 | |
6037 * time/datevec.m: Avoid computing log of non-positive values. | |
6038 | |
5859 | 6039 2006-06-14 John W. Eaton <jwe@octave.org> |
6040 | |
6041 * time/datevec.m: Attempt to account for precision of datenum format. | |
6042 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6043 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 6044 |
6045 * audio/wavread.m: Fix file range error and add read support for | |
6046 24-bit WAV files. | |
6047 | |
5837 | 6048 2006-06-01 David Bateman <dbateman@free.fr> |
6049 | |
6050 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
6051 general/interp1.m, general/gradient.m, general/interp2.m, | |
6052 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
6053 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
6054 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
6055 | |
5835 | 6056 2006-05-31 Bill Denney <bill@givebillmoney.com> |
6057 | |
6058 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
6059 * miscellaneous/texas_lotto.m: Fix warning message. | |
6060 | |
5830 | 6061 2006-05-26 John W. Eaton <jwe@octave.org> |
6062 | |
6063 * miscellaneous/doc.m: Also handle nargin == 0. | |
6064 | |
5829 | 6065 2006-05-23 John W. Eaton <jwe@octave.org> |
6066 | |
6067 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
6068 really needed. | |
6069 | |
5827 | 6070 2006-05-22 John W. Eaton <jwe@octave.org> |
6071 | |
6754 | 6072 * general/lookup.m: New file from Octave Forge. |
5827 | 6073 |
6074 2006-05-22 David Bateman <dbateman@free.fr> | |
6075 | |
6754 | 6076 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
6077 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
6078 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
6079 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
6080 special-matrix/magic.m, special-matrix/hadamard.m, | |
6081 strings/strtok.m: New files from Octave Forge. | |
5827 | 6082 |
5824 | 6083 2006-05-19 David Bateman <dbateman@free.fr> |
6084 | |
6085 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 6086 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 6087 |
5821 | 6088 2006-05-17 John W. Eaton <jwe@octave.org> |
6089 | |
6090 * set/intersection.m: Delete | |
6091 * deprecated/intersection.m: New file. | |
6092 | |
5820 | 6093 2006-05-17 David Bateman <dbateman@free.fr> |
6094 | |
6095 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
6096 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
6097 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
6098 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
6099 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
6100 Forge. | |
6101 | |
5809 | 6102 2006-05-11 John W. Eaton <jwe@octave.org> |
6103 | |
5815 | 6104 * path/path.m: Delete (now a built-in function). |
6105 | |
5811 | 6106 * pkg/Makefile.in: New file. |
6107 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 6108 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 6109 |
5808 | 6110 2006-05-10 John W. Eaton <jwe@octave.org> |
6111 | |
6112 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
6113 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
6114 | |
8149 | 6115 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 6116 |
6117 * tar.m, untar.m, unzip.m: New files. | |
6118 | |
5801 | 6119 2006-05-10 John W. Eaton <jwe@octave.org> |
6120 | |
5804 | 6121 * path/addpath.m, path/rmpath.m: Improve compatibility. |
6122 * path/setpath.m: Delete. | |
6123 | |
5801 | 6124 * pkg/pkg.m: New file. |
6125 | |
5798 | 6126 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
6127 | |
6128 * plot/plot.m: Doc string fix. | |
6129 | |
6130 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
6131 | |
6132 * testfun/speeed.m: Use new interface to unique and assert. | |
6133 Improve documentation. Approximate time complexity from log-log | |
6134 plot. Return time complexity and raw times if requested. The | |
6135 mean ratio is no longer returned. Provide complete control over | |
6136 which n are computed. | |
6137 | |
6138 2006-05-09 John W. Eaton <jwe@octave.org> | |
6139 | |
6140 * path/path.m: Move here from miscellaneous. | |
6141 Adapt to new LOADPATH definition. | |
6142 | |
5789 | 6143 2006-05-03 David Bateman <dbateman@free.fr> |
6144 | |
6145 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
6146 explicit uses of a path seperation character with pathsep(). | |
6147 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6148 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 6149 |
6778 | 6150 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 6151 |
5781 | 6152 2006-04-29 John W. Eaton <jwe@octave.org> |
6153 | |
6154 * startup/main-rcfile: Disable some warnings. | |
6155 | |
5762 | 6156 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
6157 | |
6158 * strings/strcmpi.m: Return false instead of error if args are not | |
6159 char or cellstr. | |
6160 | |
5750 | 6161 2006-04-10 John W. Eaton <jwe@octave.org> |
6162 | |
6163 * miscellaneous/dir.m: Ensure that returned structure array is | |
6164 Nx1, not 1xN. | |
6165 | |
5746 | 6166 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
6167 | |
6168 * plot/hist.m: Ignore NaN in inputs. | |
6169 | |
5745 | 6170 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
6171 | |
6172 * miscellaneous/mkoctfile.m: Doc string fix. | |
6173 | |
5741 | 6174 2006-04-05 John W. Eaton <jwe@octave.org> |
6175 | |
6176 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
6177 are both empty. | |
6178 * plot/__plt__.m: Ignore empty data and format strings returned | |
6179 from __plt1__ or __plt2__. | |
6180 | |
5737 | 6181 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
6182 | |
6778 | 6183 * set/unique.m: Properly handle single column input when |
5737 | 6184 "rows" is specified. |
6185 | |
5732 | 6186 2006-04-04 John W. Eaton <jwe@octave.org> |
6187 | |
5736 | 6188 * path/setpath.m: New file. |
6189 * path/savepath.m: Use setpath to set path instead of assigning | |
6190 directly to LOADPATH. | |
6191 | |
5732 | 6192 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
6193 New files, adapted from Octave Forge by Keith Goodman | |
6194 <kwgoodman@gmail.com>. | |
6195 * path: New directory. | |
6196 * Makefile.in (SUBDIRS): Add it to the list. | |
6197 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
6198 | |
5731 | 6199 2006-04-02 David Bateman <dbateman@free.fr> |
6200 | |
6201 * general/tril.m, general.triu.m: | |
6202 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
6203 to allow user types to work correctly. | |
6204 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
6205 | |
5727 | 6206 2006-04-03 David Bateman <dbateman@free.fr> |
6207 | |
6208 * plot/grid.m: Cache the state of the grid to allow toggling. | |
6209 Accept keyword "minor" for minor grid. | |
6210 | |
5721 | 6211 2006-03-28 John W. Eaton <jwe@octave.org> |
6212 | |
6213 * general/isscalar.m: Only require that all dimensions are 1 for | |
6214 compatiblity. | |
6215 | |
6216 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
6217 | |
6218 * general/isvector.m: Allow non-numeric objects to be vectors for | |
6219 compatibility. | |
6220 | |
5720 | 6221 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
6222 | |
6223 * plot/__errplot__.m: Doc string fix. | |
6224 | |
6225 * miscellaneous/doc.m: Mark as command. | |
6226 | |
6227 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
6228 general/isequalwithequalnans.m, general/blkdiag.m, | |
6229 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
6230 | |
5717 | 6231 2006-03-27 Don Bindner <dbindner@truman.edu> |
6232 | |
6233 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
6234 return 3d matrices. | |
6235 | |
6236 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
6237 | |
6238 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
6239 | |
5708 | 6240 2006-03-22 John W. Eaton <jwe@octave.org> |
6241 | |
6242 * plot/print.m: Don't replot after popping terminal setting. | |
6243 | |
5696 | 6244 2006-03-20 John W. Eaton <jwe@octave.org> |
6245 | |
6246 * miscellaneous/mkoctfile.m: Use version-specific name of | |
6247 mkoctfile. Use fullfile to construct file name. | |
6248 | |
5695 | 6249 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
6250 | |
6251 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
6252 shell script from Octave prompt. | |
6253 | |
5690 | 6254 2006-03-17 John W. Eaton <jwe@octave.org> |
6255 | |
5693 | 6256 * deprecated/weibcdf.m, deprecated/weibinv.m, |
6257 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
6258 | |
6259 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
6260 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
6261 Call new wbl functions to do the real work. | |
6262 Swap args and provide default values as necessary to preserve | |
6263 compatibility with old version of Octave. | |
6264 | |
6265 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
6266 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
6267 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
6268 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
6269 Swap scale and shape args for compatibility. | |
6270 | |
5692 | 6271 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
6272 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
6273 Preserve compatibility with old versions of Octave given new | |
6274 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 6275 |
5692 | 6276 * statistics/distributions/logncdf.m, |
6277 statistics/distributions/logninv.m, | |
6278 statistics/distributions/lognpdf.m, | |
6279 statistics/distributions/lognrnd.m: Compatibility fixes. | |
6280 From Ben Barrowes <barrowes@alum.mit.edu> | |
6281 | |
5691 | 6282 * deprecated/hypergeometric_rnd.m: Update interface to match |
6283 current 2.1.x version. | |
6284 | |
6285 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
6286 | |
5690 | 6287 * miscellaneous/dir.m: Use readdir instead of glob. |
6288 Special case for "." to avoid globbing. Use list_in_columns. | |
6289 Eliminate unused variables len and finfo. | |
6290 | |
5689 | 6291 2006-03-16 Bill Denney <bill@givebillmoney.com> |
6292 | |
6293 * miscellaneous/dir.m: Improve compatibility. | |
6294 | |
5687 | 6295 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6296 | |
6297 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6298 time/now.m, time/weekday.m: New functions from Octave Forge. | |
6299 | |
5686 | 6300 2006-03-16 John W. Eaton <jwe@octave.org> |
6301 | |
6302 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
6303 of looking at sum of max dimensions. | |
6304 | |
5681 | 6305 2006-03-16 David Bateman <dbateman@free.fr> |
6306 | |
6307 * testfun/test.m: Clear last warning before warning test to avoid | |
6308 issues with previously set warnings. | |
6309 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
6310 sparse matrices. Force matrix type from spqr solution to be | |
6311 singular to force QR solvers to be used for assert. | |
6312 | |
5678 | 6313 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6314 | |
6315 * strings/strfind.m: New file. | |
6316 | |
5677 | 6317 2006-03-16 John W. Eaton <jwe@octave.org> |
6318 | |
6319 * general/rows.m, general/columns.m: Delete. | |
6320 | |
5674 | 6321 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6322 | |
6323 * strings/strcmpi.m: Simplify. | |
6324 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 6325 * strings/strtrunc.m: New file. |
5674 | 6326 |
5676 | 6327 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
6328 | |
5672 | 6329 2006-03-15 John W. Eaton <jwe@octave.org> |
6330 | |
6331 * miscellaneous/doc.m: New file. | |
8149 | 6332 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 6333 |
5671 | 6334 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
6335 | |
6336 * miscellaneous/mkoctfile.m: New file. | |
6337 | |
5670 | 6338 2006-03-15 John W. Eaton <jwe@octave.org> |
6339 | |
6340 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
6341 | |
5666 | 6342 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
6343 | |
6344 * strings/bin2dec.m: Doc fix. | |
6345 | |
5661 | 6346 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
6347 | |
6348 * time/etime.m: Use datenum to support times spanning year boundaries. | |
6349 * time/datenum.m: New function to compute day number from time. | |
6350 | |
5659 | 6351 2006-03-09 John W. Eaton <jwe@octave.org> |
6352 | |
6353 * miscellaneous/unix.m, plot/print.m: | |
6354 Swap order of outputs from system. | |
6355 | |
5642 | 6356 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
6357 | |
6358 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6359 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6360 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
6361 control/base/__stepimp__.m, control/base/are.m, | |
6362 control/base/controldemo.m, control/base/damp.m, | |
6363 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
6364 control/base/step.m, control/system/abcddim.m, | |
6365 control/system/is_abcd.m, control/system/is_controllable.m, | |
6366 control/system/is_detectable.m, control/system/is_observable.m, | |
6367 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6368 control/system/jet707.m, control/system/sys2fir.m, | |
6369 control/system/sysdimensions.m, control/system/sysupdate.m, | |
6370 control/system/tfout.m, control/system/ugain.m, | |
6371 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
6372 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6373 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
6374 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
6375 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
6376 general/circshift.m, general/columns.m, general/flipdim.m, | |
6377 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
6378 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
6379 general/isequalwithequalnans.m, general/isscalar.m, | |
6380 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
6381 general/logspace.m, general/mod.m, general/nextpow2.m, | |
6382 general/num2str.m, general/perror.m, general/pol2cart.m, | |
6383 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
6384 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
6385 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
6386 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
6387 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
6388 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
6389 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
6390 miscellaneous/license.m, miscellaneous/menu.m, | |
6391 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
6392 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
6393 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
6394 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
6395 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
6396 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
6397 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
6398 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
6399 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
6400 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
6401 polynomial/polyinteg.m, polynomial/polyout.m, | |
6402 polynomial/polyreduce.m, polynomial/polyval.m, | |
6403 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
6404 set/create_set.m, set/intersection.m, set/ismember.m, | |
6405 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
6406 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
6407 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
6408 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
6409 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
6410 special-matrix/hilb.m, special-matrix/invhilb.m, | |
6411 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
6412 special-matrix/vander.m, statistics/base/median.m, | |
6413 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
6414 statistics/distributions/gaminv.m, | |
6415 statistics/distributions/gampdf.m, | |
6416 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
6417 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
6418 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
6419 strings/lower.m, strings/upper.m, testfun/assert.m, | |
6420 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
6421 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
6422 | |
5633 | 6423 2006-02-27 John W. Eaton <jwe@octave.org> |
6424 | |
6425 * time/tic.m: Move here from miscellaneous/tic.m. | |
6426 * time/toc.m: Move here from miscellaneous/toc.m. | |
6427 | |
6428 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
6429 | |
6430 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
6431 does not assign output of toc to a variable. | |
6432 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6433 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 6434 |
6435 * axis.m: Catch limits that are the same and return an error. | |
6436 | |
5625 | 6437 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6438 | |
6439 * plot/print.m: Accept emf device option to support Enhanced | |
6440 Metafile format. | |
6441 | |
6442 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
6443 | |
6444 * control/base/lqe.m: Doc fix. | |
6445 | |
5623 | 6446 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
6447 | |
6448 * statistics/distributions/gamcdf.m: Doc fix. | |
6449 * statistics/distributions/gaminv.m: Doc fix. | |
6450 * statistics/distributions/gampdf.m: Doc fix. | |
6451 * statistics/distributions/gamrnd.m: Doc fix. | |
6452 | |
5610 | 6453 2006-02-09 David Bateman <dbateman@free.fr> |
6454 | |
6778 | 6455 * general/triu.m: Minimum change to allow sparse matrix. More needed |
6456 for arbitrary user type. | |
6457 * general/tril.m: ditto. | |
6458 * sparse/sprand.m: Doc fix. | |
6459 * sparse/sprandn.m: Ditto. | |
6460 * sparse/sprandsym.m: New function. | |
6461 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
6462 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
6463 Update for syntax error for latest texinfo.tex file. | |
5610 | 6464 |
5605 | 6465 2006-02-02 John W. Eaton <jwe@octave.org> |
6466 | |
6467 * plot/grid.m: Append ";\n" to "set grid" command. | |
6468 | |
6469 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
6470 | |
6471 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
6472 | |
5597 | 6473 2006-01-13 John W. Eaton <jwe@octave.org> |
6474 | |
6475 * audio/Makefile.in, control/base/Makefile.in, | |
6476 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
6477 control/system/Makefile.in, control/util/Makefile.in, | |
6478 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
6479 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
6480 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
6481 optimization/Makefile.in, plot/Makefile.in, | |
6482 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6483 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6484 special-matrix/Makefile.in, startup/Makefile.in, | |
6485 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6486 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6487 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
6488 (all): Depend on PKG_ADD. | |
6489 (PKG_ADD): New target. | |
6490 | |
6491 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
6492 | |
6493 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
6494 | |
5596 | 6495 2006-01-13 John W. Eaton <jwe@octave.org> |
6496 | |
6497 * time/etime.m: Move here from miscellaneous/etime.m. | |
6498 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
6499 | |
5595 | 6500 2006-01-13 Bill Denney <bill@givebillmoney.com> |
6501 | |
6778 | 6502 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 6503 * miscellaneous/fullfile.m: Likewise. |
6504 | |
5592 | 6505 2006-01-12 David Bateman <dbateman@free.fr> |
6506 | |
6507 * general/blkdiag.m: Compatible behavior for empty matrices | |
6508 * statistics/base/unidrnd.m: Documentation buglet. | |
6509 | |
5583 | 6510 2005-12-14 David Bateman <dbateman@free.fr> |
6511 | |
5589 | 6512 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
6513 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
6514 | |
6515 * Makefile.in (SUBDIRS): Include testfun. | |
6516 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
6517 | |
5583 | 6518 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
6519 | |
6520 * general/__isequal__.m: Remove reference to getfield. | |
6521 | |
6522 * plot/hist.m: Update test code for row/column discrepencies. | |
6523 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
6524 Update the test code for this. | |
6525 * sparse/spstats.m: Fix small bug in the dimension of output. | |
6526 | |
5579 | 6527 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6528 | |
6529 * cell/cell2mat.m: New file, from octave-forge. | |
6530 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6531 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 6532 |
6533 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
6534 New graph theory functions. | |
6535 | |
5574 | 6536 2005-12-13 John W. Eaton <jwe@octave.org> |
6537 | |
6538 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
6539 | |
6540 * control/system/ss.m: Doc fix. | |
6541 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6542 | |
5572 | 6543 2005-12-12 Michael Zeising <michael@michaels-website.de> |
6544 | |
6545 * audio/wavread.m, audio/wavwrite.m: | |
6546 Correct scaling for 8-bit linear pcm samples. | |
6547 Improve scaling for all other linear pcm resolutions. | |
6548 | |
5568 | 6549 2005-12-07 John W. Eaton <jwe@octave.org> |
6550 | |
6551 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
6552 | |
6553 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
6554 * strings/strjust.m: Likewise. | |
6555 | |
6556 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
6557 * signal/arma_rnd.m: Likewise. | |
6558 * strings/strcat.m: Likewise. | |
6559 * control/base/__freqresp__.m: Likewise. | |
6560 * control/base/place.m: Likewise. | |
6561 * control/base/pzmap.m: Likewise. | |
6562 * control/base/pzmap.m: Likewise. | |
6563 * control/system/sysappend.m: Likewise. | |
6564 * control/system/syscont.m: Likewise. | |
6565 * control/system/sysdisc.m: Likewise. | |
6566 * control/system/sysgroup.m: Likewise. | |
6567 * control/system/tfout.m: Likewise. | |
6568 * control/system/zpout.m: Likewise. | |
6569 * control/util/__outlist__.m: Likewise. | |
6570 | |
5567 | 6571 2005-12-06 John W. Eaton <jwe@octave.org> |
6572 | |
6573 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
6574 Avoid for loop in interleave/deinterleave steps. | |
6575 | |
5565 | 6576 2005-12-06 Michael Zeising <michael@michaels-website.de> |
6577 | |
6578 * audio/wavread.m, audio/wavwrite.m: New files. | |
6579 | |
5563 | 6580 2005-12-06 John W. Eaton <jwe@octave.org> |
6581 | |
6582 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
6583 | |
5560 | 6584 2005-12-05 John W. Eaton <jwe@octave.org> |
6585 | |
5561 | 6586 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 6587 |
5558 | 6588 2005-12-02 John W. Eaton <jwe@octave.org> |
6589 | |
6590 * miscellaneous/fileattrib.m: New function. | |
6591 | |
5556 | 6592 2005-12-01 John W. Eaton <jwe@octave.org> |
6593 | |
6594 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
6595 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
6596 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
6597 | |
5555 | 6598 2005-11-30 John W. Eaton <jwe@octave.org> |
6599 | |
6600 * linear-algebra/krylov.m: Format doc string. | |
6601 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6602 | |
5551 | 6603 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
6604 | |
6605 * general/blkdiag.m: Import from octave-forge. | |
6606 Ignore empty matrices in the input. Add tests. | |
5549 | 6607 |
6608 * general/isequal.m, general/isequalwithequalnans.m: | |
6609 New wrapper scripts for general/__isequal__.m. | |
6610 * general/__isequal__.m: Rename from general/isequal.m. | |
6611 New arg, nans_compare_equal. | |
6612 | |
5548 | 6613 2005-11-29 John W. Eaton <jwe@octave.org> |
6614 | |
6615 * miscellaneous/ver.m: Use new uname built-in function instead of | |
6616 calling system. Only append octave_forge_string if | |
6617 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
6618 Call license instead of hard-coding license info here. | |
6619 | |
6620 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 6621 __octave_licenses__. Use puts instead of disp. |
5548 | 6622 Use getuid and getpwuid instead of calling unix ("id -un"). |
6623 If nargout = 1, return license info instead of printing usage message. | |
6624 | |
5546 | 6625 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6626 | |
6627 * miscellaneous/ver.m: New file. | |
6628 * miscellaneous/license.m: New file. | |
6629 | |
5545 | 6630 2005-11-22 John W. Eaton <jwe@octave.org> |
6631 | |
6632 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
6633 gnuplot set command. | |
6634 | |
5539 | 6635 2005-11-15 John W. Eaton <jwe@octave.org> |
6636 | |
6637 * general/shiftdim.m: Doc fix. | |
6638 | |
5532 | 6639 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
6640 | |
6641 * set/unique.m: Doc string fix. | |
6642 | |
5527 | 6643 2005-11-01 John W. Eaton <jwe@octave.org> |
6644 | |
6645 * Makefile.in (distclean, maintainer-clean): | |
6646 Also remove autom4te.cache directory. | |
6647 From Quentin Spencer <qspencer@ieee.org>. | |
6648 | |
5518 | 6649 2005-10-28 John W. Eaton <jwe@octave.org> |
6650 | |
6651 * general/shiftdim.m: Compatibility fix for row vectors. | |
6652 Correct check for non-scalar non-integer shift. For positive | |
6653 N, shift is remainder of N and number of dims. Always return NS. | |
6654 Simplify. | |
6655 | |
5500 | 6656 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
6657 | |
6658 * general/randperm.m: Improve compatibility by allowing input | |
6659 value of zero. | |
6660 | |
5493 | 6661 2005-10-13 John W. Eaton <jwe@octave.org> |
6662 | |
6663 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
6664 If in multiplot mode, clear plot before issuing new plot command. | |
6665 | |
6666 * plot/__setup_plot__.m: New function. | |
6667 * plot/__plt__.m, plot__errplot__.m: Use it. | |
6668 Handle multiplot data and offsets here. | |
6669 | |
6670 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
6671 Move initialization to __setup_plot__.m. | |
6672 | |
6673 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
6674 Don't reset gnuplot_command_replot. | |
6675 | |
6676 * plot/replot.m: Handle multiplot data and offsets here. | |
6677 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
6678 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
6679 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
6680 | |
5489 | 6681 2005-10-12 John W. Eaton <jwe@octave.org> |
6682 | |
6683 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
6684 | |
5482 | 6685 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
6686 | |
6687 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
6688 weibrnd.m: Removed calls and references to deprecated _pdf and | |
6689 _inv functions. | |
6690 * chi2pdf.m: Fixed typos in the documentation. | |
6691 | |
5475 | 6692 2005-09-28 John W. Eaton <jwe@octave.org> |
6693 | |
5476 | 6694 * miscellaneous/single.m: New function. |
6695 | |
5475 | 6696 * statistics/base/unidrnd.m: New function. |
6697 | |
5474 | 6698 2005-09-27 John W. Eaton <jwe@octave.org> |
6699 | |
6700 * miscellaneous/dir.m: Filename never includes directory part. | |
6701 | |
5464 | 6702 2005-09-22 John W. Eaton <jwe@octave.org> |
6703 | |
6704 * polynomial/residue.m: Use logical indexing instead of find.. | |
6705 | |
6706 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
6707 | |
6708 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
6709 and zero poles. | |
6710 | |
5462 | 6711 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
6712 | |
6713 * strings/deblank.m: Handle cell arrays. | |
6714 * strings/split.m: New argument, N, to limit number of splits. | |
6715 | |
6716 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
6717 | |
6718 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
6719 | |
5460 | 6720 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
6721 | |
6722 * control/base/rlocus.m: Doc fix. | |
6723 | |
5459 | 6724 2005-09-20 John W. Eaton <jwe@octave.org> |
6725 | |
6726 * general/isvector.m: Improve compatibility. | |
6727 | |
6728 * general/postpad.m: Allow first argument to be a scalar. | |
6729 Allow padding to extend dimensionality. | |
6730 * general/prepad.m: Likewise. | |
6731 | |
5448 | 6732 2005-09-14 Daniel <durbano@shbano.com> |
6733 | |
6734 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 6735 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
6736 /control/base/dgram.m: Doc string fixes. | |
5448 | 6737 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
6738 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6739 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 6740 |
6741 * saveimage.m: Do not ignore most significant bit when writing | |
6742 black and white images to file. | |
6743 | |
5443 | 6744 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
6745 | |
6746 * audio/playaudio.m, control/base/__bodquist__.m, | |
6747 control/base/lqg.m, control/obsolete/dezero.m, | |
6748 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
6749 control/system/c2d.m, control/system/cellidx.m, | |
6750 control/system/d2c.m, control/system/dmr2d.m, | |
6751 control/system/is_signal_list.m, control/system/listidx.m, | |
6752 control/system/ss.m, control/system/sysappend.m, | |
6753 control/system/sysconnect.m, control/system/sysdup.m, | |
6754 control/system/sysgetsignals.m, control/system/sysidx.m, | |
6755 control/system/sysprune.m, control/system/syssetsignals.m, | |
6756 control/system/tfout.m, control/system/zpout.m, | |
6757 control/util/prompt.m, control/util/sortcom.m, | |
6758 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
6759 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
6760 general/num2str.m, general/repmat.m, general/sortrows.m, | |
6761 general/strerror.m, image/colormap.m, image/imshow.m, | |
6762 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
6763 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
6764 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
6765 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
6766 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
6767 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
6768 plot/print.m, plot/title.m, plot/top_title.m, | |
6769 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
6770 statistics/base/mean.m, statistics/base/moment.m, | |
6771 statistics/tests/cor_test.m, | |
6772 statistics/tests/kolmogorov_smirnov_test.m, | |
6773 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6774 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
6775 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6776 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6777 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6778 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6779 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6780 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
6781 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6782 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6783 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
6784 Avoid deprecated functions. Use ischar instead of isstr. Use | |
6785 isvector instead of is_vector. Use isstruct instead of | |
6786 is_struct. Use char instead of setstr. | |
6787 | |
5435 | 6788 2005-08-31 Daniel <durbano@shbano.com> |
6789 | |
6790 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
6791 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
6792 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6793 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6794 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 6795 |
6796 * image/saveimage.m: Open output file in binary mode. | |
6797 | |
6798 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
6799 | |
5427 | 6800 2005-08-16 John W. Eaton <jwe@octave.org> |
6801 | |
6802 * miscellaneous/computer.m: Handle optional maxsize and endian | |
6803 outputs. | |
6804 | |
5426 | 6805 2005-08-15 John W. Eaton <jwe@octave.org> |
6806 | |
6807 * strings/strcat.m: Allow single argument. | |
6808 | |
5416 | 6809 2005-07-18 John W. Eaton <jwe@octave.org> |
6810 | |
6811 * strings/strcmp.m: Delete. | |
6812 | |
5413 | 6813 2005-07-13 John W. Eaton <jwe@octave.org> |
6814 | |
6815 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
6816 versions of Octave. | |
6817 | |
6818 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
6819 | |
6820 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
6821 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
6822 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
6823 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
6824 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
6825 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
6826 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
6827 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
6828 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
6829 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
6830 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
6831 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
6832 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
6833 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
6834 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
6835 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
6836 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
6837 * statistics/distributions/finv.m: Rename from f_inv.m. | |
6838 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
6839 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
6840 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
6841 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
6842 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
6843 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
6844 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
6845 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
6846 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
6847 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
6848 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
6849 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
6850 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
6851 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
6852 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
6853 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
6854 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
6855 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
6856 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
6857 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
6858 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
6859 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
6860 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
6861 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
6862 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
6863 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
6864 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
6865 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
6866 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
6867 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 6868 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 6869 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
6870 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
6871 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
6872 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
6873 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
6874 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
6875 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
6876 | |
6877 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
6878 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
6879 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
6880 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
6881 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
6882 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
6883 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
6884 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
6885 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
6886 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
6887 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
6888 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
6889 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
6890 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
6891 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
6892 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
6893 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
6894 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
6895 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
6896 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
6897 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
6898 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
6899 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
6900 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
6901 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
6902 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
6903 deprecated/wiener_rnd.m: New files. | |
6904 | |
5408 | 6905 2005-07-08 John W. Eaton <jwe@octave.org> |
6906 | |
6907 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
6908 * deprecated/weibull_rnd.m: New file. | |
6909 | |
5407 | 6910 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
6911 | |
6912 * strings/dec2base.m: Allow matrix arguments. | |
6913 | |
5406 | 6914 2005-07-08 John W. Eaton <jwe@octave.org> |
6915 | |
6916 * plot/__errplot__.m: Use __plot_globals__. | |
6917 * plot/__plt__.m: Likewise. | |
6918 * plot/figure.m: Likewise. | |
6919 | |
6920 * plot/hold.m: New file. | |
6921 * plot/ishold.m: New file. | |
6922 * plot/__plot_globals__.m: New file. | |
6923 | |
5400 | 6924 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
6925 | |
6926 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
6927 | |
6928 2005-07-05 John W. Eaton <jwe@octave.org> | |
6929 | |
6930 * strings/findstr.m: Return [] for no matches. | |
6931 | |
5399 | 6932 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
6933 | |
6934 * miscellaneous/tic.m: Fix doc string. | |
6935 | |
5395 | 6936 2005-06-15 John W. Eaton <jwe@octave.org> |
6937 | |
6938 * polynomial/polyfit.m: Force return value to be a row vector. | |
6939 | |
5393 | 6940 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
6941 | |
6942 * general/isequal.m: Correct nargin check. | |
6943 | |
5388 | 6944 2005-06-14 John W. Eaton <jwe@octave.org> |
6945 | |
6946 * general/isvector.m: Handle N-d arrays. | |
6947 From Bill Denney <denney@seas.upenn.edu>. | |
6948 | |
5381 | 6949 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
6950 | |
6951 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 6952 |
5377 | 6953 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
6954 | |
6955 * signal/freqz.m: Use correct calculations when given a vector of | |
6956 frequencies. Improve accuracy of returned frequency vector. | |
6957 Improve speed for medium length filters (at a slight cost for slow | |
6958 filters). Add test cases. | |
6959 | |
5373 | 6960 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
6961 | |
6962 * plot/loglog.m: Fix set commands. | |
6963 | |
5381 | 6964 2005-05-25 John W. Eaton <jwe@octave.org> |
6965 | |
6966 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
6967 | |
5371 | 6968 2005-05-24 John W. Eaton <jwe@octave.org> |
6969 | |
5373 | 6970 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
6971 | |
5372 | 6972 * strings/strncmp.m: New file, from Tom Holroyd |
6973 <tomh@kurage.nimh.nih.gov>. | |
6974 | |
5371 | 6975 * strings/strcmp.m: Return logical values in all cases. |
6976 | |
5366 | 6977 2005-05-23 John W. Eaton <jwe@octave.org> |
6978 | |
6979 * plot/orient.m: New file. Adapt to Octave coding style. | |
6980 Texinfoize doc string. | |
6981 | |
6982 * plot/print.m: New file. Adapt to Octave coding style. Include | |
6983 PKG_ADD command. Use set terminal consistently throughout. Use | |
6984 set terminal push/pop and unconditionally set output to screen | |
6985 when done to avoid requiring gget. Use a cell array for dev_list | |
6986 and cellidx to search for items in the list. Delete local | |
6987 variable endl. Don't set and restore automatic_replot. Use {} | |
6988 instead of nth to index varargin. Delete local variable | |
6989 va_arg_cnt. | |
6990 | |
5355 | 6991 2005-05-18 John W. Eaton <jwe@octave.org> |
6992 | |
6993 * general/num2str.m: Return early if X is a character string. | |
6994 | |
5347 | 6995 2005-05-11 John W. Eaton <jwe@octave.org> |
6996 | |
5348 | 6997 * strings/findstr.m: Allow non-string arguments for compatiblity. |
6998 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
6999 | |
5347 | 7000 * plot/polar.m: Don't call __pltopt__ here. |
7001 | |
5333 | 7002 2005-05-02 John W. Eaton <jwe@octave.org> |
7003 | |
7004 * mkdoc: Print header message. | |
7005 | |
5319 | 7006 2005-04-28 John W. Eaton <jwe@octave.org> |
7007 | |
7008 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
7009 startup/octaverc. | |
7010 | |
5318 | 7011 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
7012 | |
7013 * image/imshow.m: Handle various image depths and 3d RGB images. | |
7014 (__im_numeric_limits__): New internal function. | |
7015 | |
5317 | 7016 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
7017 | |
7018 * statistics/tests/anova.m: Compute total_mean as mean of all | |
7019 data, not mean of group_mean. | |
7020 | |
7021 2005-04-28 John W. Eaton <jwe@octave.org> | |
7022 | |
7023 * startup/local-rcfile: New file. | |
7024 * startup/main-rcfile: Rename from startup/octaverc. | |
7025 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
7026 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
7027 Install local-rcfile in $(localfcnfiledir)/startup. | |
7028 | |
7029 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
7030 | |
7031 * startup/inputrc: New file. | |
7032 * startup/octaverc: Configure readline using inputrc from | |
7033 startupfiledir. | |
7034 * startup/Makefile.in (install, install-strip): Install octaverc | |
7035 in $(fcnfiledir)/startup. | |
7036 | |
5310 | 7037 2005-04-27 John W. Eaton <jwe@octave.org> |
7038 | |
7039 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
7040 | |
5289 | 7041 2005-04-21 John W. Eaton <jwe@octave.org> |
7042 | |
7043 * optimization/glpk.m: Handle SENSE argument. | |
7044 | |
7045 * optimization/qp.m, optimization/sqp.m: New files. | |
7046 | |
5276 | 7047 2005-04-08 John W. Eaton <jwe@octave.org> |
7048 | |
7049 * Makefile.in (clean, distclean, maintainer-clean): | |
7050 Avoid duplication in rules. | |
7051 | |
5252 | 7052 2005-03-28 John W. Eaton <jwe@octave.org> |
7053 | |
7054 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
7055 setting {no,}parametric. | |
7056 * plot/figure.m: Likewise, for setting terminal type. | |
7057 | |
7058 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
7059 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
7060 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
7061 plot/title.m, plot/top_title.m: Avoid eval. | |
7062 | |
5251 | 7063 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7064 | |
5253 | 7065 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
7066 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
7067 Use __gnuplot_replot__ instead of replot. | |
7068 | |
5252 | 7069 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
7070 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
7071 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
7072 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
7073 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
7074 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
7075 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 7076 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 7077 |
5251 | 7078 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
7079 | |
5244 | 7080 2005-03-24 John W. Eaton <jwe@octave.org> |
7081 | |
7082 * optimization/glpkmex.m: Texinfoize Doc string. | |
7083 * optimization/glpk.m: Likewise. | |
7084 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
7085 (row vectors are orginary character strings). | |
7086 * optimization/glpkparam.m: Delete. | |
7087 | |
5243 | 7088 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
7089 | |
7090 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
7091 of dimensions of X. | |
7092 | |
5237 | 7093 2005-03-23 John W. Eaton <jwe@octave.org> |
7094 | |
5239 | 7095 * general/tril.m, general/triu.m: Return value of same class as |
7096 argument. | |
7097 | |
5237 | 7098 * optimization/glpk.m: Simplify interface. By default, solve |
7099 standard LP min C'*x s.t. A*x = b, x >= 0. | |
7100 * optimization/glpkmex.m: New file. | |
7101 | |
5232 | 7102 2005-03-22 John W. Eaton <jwe@octave.org> |
7103 | |
5237 | 7104 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
7105 list. | |
7106 | |
5233 | 7107 * optimization/glpk.m: Adapt to Octave coding style. |
7108 No need for varargout or varargin. | |
7109 Print usage message if nargin > 11. | |
7110 Allow any value of nargout. | |
7111 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
7112 Avoid looping when checking character classes. | |
7113 | |
5232 | 7114 * optimization: New directory. |
7115 * Makefile.in (SUBDIRS): Add it to the list. | |
7116 * optimization/Makefile.in: New file. | |
7117 * optimization/glpk.m, optimization/glpkparams.m, | |
7118 optimization/glpktest1, optimization/glpktest2: New files. | |
7119 | |
8149 | 7120 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 7121 |
7122 * strings/split.m: Quick return for empty second arg. | |
7123 Improve warning for multi-line strings. | |
7124 Speed up by avoiding sprintf in loop and eval. | |
7125 | |
5217 | 7126 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
7127 | |
7128 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
7129 * polynomial/polyder.m: Ditto. | |
6778 | 7130 * polynomial/polygcd.m: New function. |
5217 | 7131 |
5214 | 7132 2005-03-16 John W. Eaton <jwe@octave.org> |
7133 | |
5215 | 7134 * control/base/__stepimp__.m, control/base/bode.m, |
7135 control/base/frdemo.m, control/base/nichols.m, | |
7136 control/base/nyquist.m, control/base/pzmap.m, | |
7137 control/base/rldemo.m, control/base/rlocus.m, | |
7138 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
7139 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
7140 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
7141 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
7142 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
7143 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
7144 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
7145 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
7146 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
7147 plot/xlabel.m, quaternion/demoquat.m, | |
7148 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
7149 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
7150 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
7151 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
7152 gsplot from @seealso docs. | |
5214 | 7153 |
7154 * plot/replot.m: New file. | |
7155 | |
5205 | 7156 2005-03-15 David Bateman <dbateman@free.fr> |
7157 | |
7158 * set/unique.m, set/ismember.m: Handle cell arrays. | |
7159 | |
5196 | 7160 2005-03-09 John W. Eaton <jwe@octave.org> |
7161 | |
7162 * statistics/Makefile.in (bin-dist): Delete target. | |
7163 (BINDISTSUBDIRS): Delete variable. | |
6754 | 7164 * control/Makefile.in: Likewise. |
5196 | 7165 |
5378 | 7166 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 7167 (BINDISTFILES): Delete variable. |
5378 | 7168 * control/base/Makefile.in: Likewise. |
7169 * control/hinf/Makefile.in: Likewise. | |
7170 * control/obsolete/Makefile.in: Likewise. | |
7171 * control/system/Makefile.in: Likewise. | |
7172 * control/util/Makefile.in: Likewise. | |
7173 * deprecated/Makefile.in: Likewise. | |
7174 * elfun/Makefile.in: Likewise. | |
7175 * finance/Makefile.in: Likewise. | |
7176 * general/Makefile.in: Likewise. | |
7177 * image/Makefile.in: Likewise. | |
7178 * sparse/Makefile.in: Likewise. | |
7179 * io/Makefile.in: Likewise. | |
7180 * plot/Makefile.in: Likewise. | |
7181 * Makefile.in: Likewise. | |
7182 * miscellaneous/Makefile.in: Likewise. | |
7183 * linear-algebra/Makefile.in: Likewise. | |
7184 * polynomial/Makefile.in: Likewise. | |
7185 * quaternion/Makefile.in: Likewise. | |
7186 * set/Makefile.in: Likewise. | |
7187 * signal/Makefile.in: Likewise. | |
7188 * specfun/Makefile.in: Likewise. | |
7189 * special-matrix/Makefile.in: Likewise. | |
7190 * startup/Makefile.in: Likewise. | |
7191 * statistics/base/Makefile.in: Likewise. | |
7192 * statistics/distributions/Makefile.in: Likewise. | |
7193 * statistics/models/Makefile.in: Likewise. | |
7194 * statistics/tests/Makefile.in: Likewise. | |
7195 * strings/Makefile.in: Likewise. | |
7196 * time/Makefile.in: Likewise. | |
5196 | 7197 |
5195 | 7198 2005-03-08 John W. Eaton <jwe@octave.org> |
7199 | |
7200 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
7201 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
7202 | |
5192 | 7203 2005-03-04 John W. Eaton <jwe@octave.org> |
7204 | |
7205 * plot/clg.m: New file. | |
7206 | |
5193 | 7207 2005-03-03 John W. Eaton <jwe@octave.org> |
7208 | |
7209 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
7210 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
7211 strings/strcmpi.m: | |
7212 New files from Octave-forge. Adapt to Octave coding standards. | |
7213 | |
5181 | 7214 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
7215 | |
7216 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
7217 computation range. | |
7218 | |
5164 | 7219 2005-02-25 John W. Eaton <jwe@octave.org> |
7220 | |
7221 Sparse merge. | |
7222 | |
7223 2005-01-23 David Bateman <dbateman@free.fr> | |
7224 | |
7225 * sparse/randperm.m: Delete duplicate randperm.m. | |
7226 | |
7227 2005-01-10 John W. Eaton <jwe@octave.org> | |
7228 | |
7229 * sparse/Makefile.in: New file. | |
7230 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
7231 | |
7232 2005-01-07 David Bateman <dbateman@free.fr> | |
7233 | |
7234 * set/unique.m: import file from octave-forge. | |
7235 | |
7236 2005-01-05 David Bateman <dbateman@free.fr> | |
7237 | |
7238 * Makefile.in: include sparse directory in SUBDIRS. | |
7239 | |
7240 2004-12-30 John W. Eaton <jwe@octave.org> | |
7241 | |
7242 * sparse/nzmax.m: Delete (there is an nzmax function in | |
7243 src/DLD-FUNCTIONS/sparse.cc). | |
7244 | |
7245 2004-12-28 John W. Eaton <jwe@octave.org> | |
7246 | |
7247 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
7248 Andy Adler <adler@site.uottawa.ca>. | |
7249 | |
7250 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
7251 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
7252 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
7253 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
7254 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
7255 | |
7256 * sparse: New directory. | |
7257 | |
5158 | 7258 2005-02-22 John W. Eaton <jwe@octave.org> |
7259 | |
7260 * polynomial/residue.m: Force prepad to always create row vectors. | |
7261 | |
7262 * polynomial/poly.m: Quick return if m is 0. | |
7263 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
7264 | |
5154 | 7265 2005-02-21 David Bateman <dbateman@free.fr> |
7266 | |
7267 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
7268 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
7269 Fix for row vectors with at least one element of lambda not in | |
7270 (0, Inf). | |
7271 | |
5152 | 7272 2005-02-21 John W. Eaton <jwe@octave.org> |
7273 | |
5153 | 7274 * statistics/base/qqplot.m: Use feval instead of eval. |
7275 | |
5152 | 7276 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
7277 plot/__axis_label__.m: Issue replot command. | |
7278 | |
5135 | 7279 2005-02-09 John W. Eaton <jwe@octave.org> |
7280 | |
7281 * polynomial/polyderiv.m: Force P to be a row vector. | |
7282 | |
5133 | 7283 2005-02-08 John W. Eaton <jwe@octave.org> |
7284 | |
7285 * strings/dec2base.m: Don't delete leading zero if third arg is | |
7286 provided and len <= computed max_len. | |
7287 | |
5125 | 7288 2005-01-27 David Bateman <dbateman@free.fr> |
7289 | |
7290 * strings/dec2base.m: Be even more careful about handling all digits. | |
7291 | |
7292 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
7293 | |
7294 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
7295 | |
5123 | 7296 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
7297 | |
7298 * statistics/base/median.m: Make it work for the scalar case too. | |
7299 | |
6308 | 7300 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 7301 |
7302 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 7303 Simplify logic for decoding args. |
5117 | 7304 |
5115 | 7305 2005-01-24 John W. Eaton <jwe@octave.org> |
7306 | |
5116 | 7307 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
7308 | |
7309 * plot/__plt__.m: No need to save and reset hold state now. | |
7310 (first_plot): Delete unused variable. | |
7311 | |
5115 | 7312 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
7313 | |
7314 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
7315 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
7316 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
7317 plot/__plt2vv__.m: | |
7318 Return data and gnuplot commands instead of evaluating them. | |
7319 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
7320 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
7321 | |
5108 | 7322 2005-01-18 John W. Eaton <jwe@octave.org> |
7323 | |
7324 * linear-algebra/cross.m: Allocate idx1 before use. | |
7325 | |
5096 | 7326 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
7327 | |
7328 * statistics/base/range.m: Fix varargin usage. | |
7329 | |
5091 | 7330 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
7331 | |
7332 * strings/deblank.m: Remove all trailing whitespace (check with | |
7333 isspace), not just SPC. | |
7334 | |
5090 | 7335 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
7336 | |
7337 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
7338 | |
5073 | 7339 2004-11-09 John W. Eaton <jwe@octave.org> |
7340 | |
7341 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
7342 From Julius Smith <jos@ccrma.stanford.edu>. | |
7343 | |
5072 | 7344 2004-11-08 John W. Eaton <jwe@octave.org> |
7345 | |
7346 * plot/__plt2vm__.m: Delete debugging statement. | |
7347 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
7348 | |
5065 | 7349 2004-11-04 John W. Eaton <jwe@octave.org> |
7350 | |
7351 * plot/hist.m: Always return row vectors for vector args. | |
7352 | |
5031 | 7353 2004-09-23 John W. Eaton <jwe@octave.org> |
7354 | |
7355 * strings/strcmp.m: If args are not strings or cell arrays of | |
7356 strings, return zero instead of reporting an error. | |
7357 | |
5021 | 7358 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
7359 | |
7360 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
7361 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
7362 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
7363 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
7364 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
7365 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
7366 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
7367 control/hinf/is_dgkf.m, control/system/c2d.m, | |
7368 control/system/is_detectable.m, control/system/is_sample.m, | |
7369 control/system/is_siso.m, control/system/is_stable.m, | |
7370 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
7371 control/system/sys2tf.m, control/system/sys2zp.m, | |
7372 control/system/sysappend.m, control/system/sysconnect.m, | |
7373 control/system/sysdisc.m, control/system/sysdup.m, | |
7374 control/system/sysgetsignals.m, control/system/sysmult.m, | |
7375 control/system/syssetsignals.m, control/system/syssub.m, | |
7376 control/system/tf2sys.m, control/system/ugain.m, | |
7377 control/system/zp2ss.m, control/system/zp2sys.m, | |
7378 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
7379 special-matrix/toeplitz.m: Fix typos in doc strings. | |
7380 | |
7381 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
7382 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
7383 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
7384 ontrol/system/is_abcd.m, control/system/parallel.m, | |
7385 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
7386 control/system/sysappend.m, control/system/sysconnect.m, | |
7387 control/system/sysdup.m, control/system/sysgroup.m, | |
7388 control/system/sysprune.m, control/system/sysreorder.m, | |
7389 control/system/sysscale.m, control/system/syssub.m, | |
7390 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
7391 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
7392 polynomial/polyout.m, specfun/log2.m: | |
7393 Add output arguments in doc strings. | |
7394 | |
7395 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
7396 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
7397 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
7398 control/base/freqchkw.m, control/base/__freqresp__.m, | |
7399 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
7400 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
7401 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
7402 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
7403 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
7404 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
7405 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
7406 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
7407 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
7408 control/system/c2d.m, control/system/is_abcd.m, | |
7409 control/system/is_controllable.m, control/system/is_detectable.m, | |
7410 control/system/is_observable.m, control/system/is_stable.m, | |
7411 control/system/jet707.m, control/system/ord2.m, | |
7412 control/system/starp.m, control/system/sys2fir.m, | |
7413 control/system/sys2ss.m, control/system/sys2tf.m, | |
7414 control/system/sys2zp.m, control/system/syscont.m, | |
7415 control/system/sysdisc.m, control/system/sysdup.m, | |
7416 control/system/sysgettype.m, control/system/sysgroup.m, | |
7417 control/system/sysmult.m, control/system/sysprune.m, | |
7418 control/system/sysreorder.m, control/system/sysscale.m, | |
7419 control/system/syssetsignals.m, control/system/sysupdate.m, | |
7420 control/system/tf2ss.m, control/system/tf2sys.m, | |
7421 control/system/zp2ss.m, control/system/zp2sys.m, | |
7422 control/util/axis2dlim.m, control/util/prompt.m, | |
7423 control/util/zgfmul.m, control/util/zginit.m, | |
7424 control/util/__zgpbal__.m, control/util/zgscal.m: | |
7425 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
7426 in doc strings. | |
7427 | |
7428 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
7429 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
7430 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
7431 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7432 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7433 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7434 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7435 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
7436 control/system/c2d.m, control/system/fir2sys.m, | |
7437 control/system/is_stabilizable.m, control/system/jet707.m, | |
7438 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
7439 control/util/zgshsr.m, polynomial/polyout.m: | |
7440 New @tex section(s) in doc strings for better formating of printed | |
7441 output. | |
7442 | |
7443 * control/base/__freqresp__.m, control/base/nyquist.m, | |
7444 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
7445 control/obsolete/syschnames.m, control/system/sysprune.m: | |
7446 Use proper double quote marks for TeX. | |
7447 | |
7448 * control/base/DEMOcontrol.m: Add missing ; | |
7449 | |
7450 * control/base/nichols.m, control/base/rlocus.m, | |
7451 control/obsolete/minfo.m, control/system/is_digital.m, | |
7452 control/system/ss2zp.m, control/system/sysmin.m, | |
7453 control/system/tf2zp.m, control/util/sortcom.m: | |
7454 Convert documentation to use or more completely use Texinfo. | |
7455 | |
7456 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
7457 control/hinf/hinfdemo.m, control/system/ord2.m, | |
7458 control/system/parallel.m, control/system/ss2tf.m, | |
7459 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
7460 art splitting over a page boundary. | |
7461 | |
7462 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7463 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7464 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7465 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7466 control/hinf/wgt1o.m, control/system/buildssic.m: | |
7467 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
7468 the TeX documentation. | |
7469 | |
7470 * control/system/is_stabilizable.m: | |
7471 Add Copyright so that help is displayed correctly. | |
7472 | |
7473 * special-matrix/vander.m: Octave indexes start at 1. | |
7474 | |
5011 | 7475 2004-09-21 David Bateman <dbateman@free.fr> |
7476 | |
7477 * general/rotdim.m: New function for rotation of an N-d array in an | |
7478 arbitrary plane. | |
7479 | |
7480 * general/flipdim.m: New function to flip an N-d array about an | |
7481 arbitrary axis. | |
7482 | |
5003 | 7483 2004-09-15 David Bateman <dbateman@free.fr> |
7484 | |
7485 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
7486 | |
4992 | 7487 2004-09-15 John W. Eaton <jwe@octave.org> |
7488 | |
7489 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 7490 Use iscellstr to check for cells rather than iscell. |
7491 Improve diagnostics for invalid args. | |
4992 | 7492 |
4983 | 7493 2004-09-10 David Bateman <dbateman@free.fr> |
7494 | |
7495 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
7496 and p with n > 1, and fix for matrix n and p with n == 1. | |
7497 | |
7498 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
7499 due to row vs. column vector operations. | |
7500 | |
4964 | 7501 2004-09-03 David Bateman <dbateman@free.fr> |
7502 | |
7503 * general/repmat.m: Fix to allow logical classes. | |
7504 | |
4950 | 7505 2004-08-31 John W. Eaton <jwe@octave.org> |
7506 | |
7507 * general/isa.m: New function, from Octave-forge. | |
7508 | |
7509 2004-08-31 David Bateman <dbateman@free.fr> | |
7510 | |
7511 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
7512 limitation on the use of int64 and uint64 types, and the use | |
7513 of the eval. | |
7514 | |
7515 * general/bitset.m: Remove superfluous cast to return type, as bug | |
7516 in .^ with integer types is fixed. | |
7517 | |
7518 * general/repmat.m: Adapt to allow integer types. | |
4945 | 7519 |
7520 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
7521 | |
7522 * plot/axis.m: Don't reset axes when querying them. | |
7523 | |
4942 | 7524 2004-08-27 David Bateman <dbateman@free.fr> |
7525 | |
7526 * statistics/base/ranks.m: Handle non-consecutive ties. | |
7527 Eliminate loop. | |
7528 | |
4918 | 7529 2004-07-27 David Bateman <dbateman@free.fr> |
7530 | |
7531 * general/num2str.m: Also insert spaces in output when precision | |
7532 argument is supplied. | |
7533 | |
4915 | 7534 2004-07-23 David Bateman <dbateman@free.fr> |
7535 | |
7536 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
7537 | |
4911 | 7538 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
7539 | |
7540 * general/sub2ind.m: Make reshaping index list unnecessary. | |
7541 | |
7542 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
7543 | |
7544 * miscellaneous/unix.m: Fix doc string. | |
7545 | |
7546 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
7547 | |
7548 * plot/figure.m: Clarification of documentation. | |
7549 | |
7550 * image/imshow.m: Warn for complex images. | |
7551 Only estimate colourmap for images in [0, 65536]. | |
7552 | |
7553 2004-07-22 David Bateman <dbateman@free.fr> | |
7554 | |
7555 * general/num2str.m: Fix the case of an all zero input. | |
7556 | |
4906 | 7557 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
7558 | |
7559 * general/ind2sub.m: Doc fix. | |
7560 | |
4900 | 7561 2004-06-08 John W. Eaton <jwe@octave.org> |
7562 | |
7563 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
7564 convert function handle to string for eval. | |
7565 | |
4898 | 7566 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
7567 | |
7568 * plot/errorbar.m: Remove debugging output. | |
7569 | |
7570 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
7571 | |
7572 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
7573 | |
4897 | 7574 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
7575 | |
4898 | 7576 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
7577 | |
7578 * polynomial/polyout.m: Use parenthesis if necessary around | |
7579 complex polynomial coefficient. | |
7580 | |
4897 | 7581 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
7582 the bug which causes __errplot__ to ignore the last argument. | |
7583 | |
4894 | 7584 2004-06-03 David Bateman <dbateman@free.fr> |
7585 | |
7586 * general/shiftdim.m: New function based on JWE code snippet. | |
7587 | |
7588 * general/circdim.m: New function. | |
7589 | |
4890 | 7590 2004-05-06 David Bateman <dbateman@free.fr> |
7591 | |
7592 * general/issquare.m: Fail if ndim(x) > 2. | |
7593 | |
7594 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
7595 | |
7596 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
7597 N-d array arguments. Add optional dim argument to define | |
7598 dimension along which to operate. | |
7599 | |
7600 * linear-algebra/dmult.m: Allow N-d arrays. | |
7601 | |
7602 * linear-algebra/vec.m: Use v(:) and not reshape. | |
7603 | |
4885 | 7604 2004-04-29 David Bateman <dbateman@free.fr> |
7605 | |
7606 * statistics/base/ranks.m, statistics/base/run_count.m, | |
7607 statistics/base/studentize.m, statistics/base/kurtosis.m | |
7608 statistics/base/statistics.m, statistics/base/skewness.m | |
7609 statistics/base/iqr.m: | |
7610 Make N-d array aware. Allow optional argument to define the | |
7611 dimension along which to operate. Update the documentation. | |
7612 | |
7613 * statistics/base/ranks.m: Change algorithm to use sort, | |
7614 and adjust for the ties after. | |
7615 | |
7616 * statistics/base/run_counts.m: Change algorithm to use | |
7617 the a combination of diff and find, rather than a for-loop. | |
7618 | |
4881 | 7619 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
7620 | |
7621 * plot/hist.m: Correctly determine cutoffs. New tests. | |
7622 | |
4878 | 7623 2004-04-23 David Bateman <dbateman@free.fr> |
7624 | |
7625 * general/int2str.m: Treat only real part of argument, and treat | |
7626 NDArrays by stacking the slices through the matrix vertically. | |
7627 | |
7628 * general/num2str.m: Improve format of integer matrices, and the | |
7629 conversion of complex matrices added. Treat NDArrays by stacking | |
7630 the slices through the matrix vertically. | |
7631 | |
7632 * deprecated/com2str.m: Moved here from general subdirectory. | |
7633 | |
4877 | 7634 2004-04-22 John W. Eaton <jwe@octave.org> |
7635 | |
7636 * quaternion/qtransvmat.m: Use continuation characters to make | |
7637 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
7638 | |
4869 | 7639 2004-04-21 David Bateman <dbateman@free.fr> |
7640 | |
5378 | 7641 * elfun/lcm.m: Make N-d aware. |
4870 | 7642 |
4869 | 7643 * general/diff.m: Make the code N-d array aware. Allow an |
7644 optional argument to define the dimension along which to perform | |
7645 the differences and allow the order of the differences to be larger | |
7646 than the dimension itself. | |
7647 | |
7648 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
7649 use of these functions to 1- and 2-d arrays. | |
7650 | |
4863 | 7651 2004-04-16 John W. Eaton <jwe@octave.org> |
7652 | |
7653 * elfun/gcd.m: Delete. | |
7654 | |
4862 | 7655 2004-04-15 David Bateman <dbateman@free.fr> |
7656 | |
7657 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
7658 | |
7659 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
7660 array aware and and optional argument for the dimension along | |
7661 which to operate. | |
7662 | |
5378 | 7663 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 7664 argument for the dimension to be consistent with other N-d array |
7665 functions. | |
7666 | |
4860 | 7667 2004-04-08 David Bateman <dbateman@free.fr> |
7668 | |
7669 * statistics/distributions/discrete_cdf.m, | |
7670 statistics/distributions/discrete_inv.m, | |
7671 statistics/distributions/discrete_pdf.m, | |
7672 statistics/distributions/discrete_rnd.m, | |
7673 statistics/distributions/exponential_cdf.m, | |
7674 statistics/distributions/exponential_inv.m, | |
7675 statistics/distributions/exponential_pdf.m, | |
7676 statistics/distributions/exponential_rnd.m, | |
7677 statistics/distributions/f_cdf.m, | |
7678 statistics/distributions/f_inv.m, | |
7679 statistics/distributions/f_pdf.m, | |
7680 statistics/distributions/f_rnd.m, | |
7681 statistics/distributions/geometric_cdf.m, | |
7682 statistics/distributions/geometric_inv.m, | |
7683 statistics/distributions/geometric_pdf.m, | |
7684 statistics/distributions/geometric_rnd.m, | |
7685 statistics/distributions/hypergeometric_rnd.m, | |
7686 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
7687 statistics/distributions/laplace_cdf.m, | |
7688 statistics/distributions/laplace_inv.m, | |
7689 statistics/distributions/laplace_pdf.m, | |
7690 statistics/distributions/laplace_rnd.m, | |
7691 statistics/distributions/logistic_inv.m, | |
7692 statistics/distributions/logistic_rnd.m, | |
7693 statistics/distributions/lognormal_cdf.m, | |
7694 statistics/distributions/lognormal_inv.m, | |
7695 statistics/distributions/lognormal_pdf.m, | |
7696 statistics/distributions/lognormal_rnd.m, | |
7697 statistics/distributions/pascal_cdf.m, | |
7698 statistics/distributions/pascal_inv.m, | |
7699 statistics/distributions/pascal_pdf.m, | |
7700 statistics/distributions/pascal_rnd.m, | |
7701 statistics/distributions/poisson_cdf.m, | |
7702 statistics/distributions/poisson_inv.m, | |
7703 statistics/distributions/poisson_pdf.m, | |
7704 statistics/distributions/poisson_rnd.m, | |
7705 statistics/distributions/t_cdf.m, | |
7706 statistics/distributions/t_inv.m, | |
7707 statistics/distributions/t_pdf.m, | |
7708 statistics/distributions/t_rnd.m, | |
7709 statistics/distributions/weibull_cdf.m, | |
7710 statistics/distributions/weibull_inv.m, | |
7711 statistics/distributions/weibull_pdf.m, | |
7712 statistics/distributions/weibull_rnd.m: | |
7713 Allow N-d arrays. | |
7714 | |
7715 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
7716 that results in NaN in places where it should not have had. | |
7717 | |
7718 * statistics/distributions/discrete_rnd.m: New argument formats to | |
7719 allow creating arbitrary matrices, compatiable with the other | |
5583 | 7720 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 7721 |
7722 * statistics/distributions/empirical_rnd.m: New argument formats | |
7723 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 7724 *_rnd.m functions. Maintain compatibility with previous |
4860 | 7725 format. Allow N-d arrays. |
7726 | |
7727 * statistics/distributions/hypergeometric_cdf.m, | |
7728 statistics/distributions/hypergeometric_inv.m, | |
7729 statistics/distributions/hypergeometric_pdf.m, | |
7730 statistics/distributions/wiener_rnd.m: | |
7731 Error for non-scalar arguments. | |
7732 | |
7733 * statistics/distributions/pascal_rnd.m: | |
7734 Correct for n = 1 bug, where all elements were equal. | |
7735 | |
4849 | 7736 2004-04-06 David Bateman <dbateman@free.fr> |
7737 | |
4854 | 7738 * general/common_size.m, miscellaneous/bincoeff.m, |
7739 statistics/distributions/beta_cdf.m, | |
7740 statistics/distributions/beta_inv.m, | |
7741 statistics/distributions/beta_pdf.m, | |
7742 statistics/distributions/beta_rnd.m, | |
7743 statistics/distributions/binomial_cdf.m, | |
7744 statistics/distributions/binomial_inv.m, | |
7745 statistics/distributions/binomial_pdf.m, | |
7746 statistics/distributions/binomial_rnd.m, | |
7747 statistics/distributions/cauchy_cdf.m, | |
7748 statistics/distributions/cauchy_inv.m, | |
7749 statistics/distributions/cauchy_pdf.m, | |
7750 statistics/distributions/cauchy_rnd.m, | |
7751 statistics/distributions/chisquare_cdf.m, | |
7752 statistics/distributions/chisquare_inv.m, | |
7753 statistics/distributions/chisquare_pdf.m, | |
7754 statistics/distributions/chisquare_rnd.m, | |
7755 statistics/distributions/gamma_cdf.m, | |
7756 statistics/distributions/gamma_inv.m, | |
7757 statistics/distributions/gamma_pdf.m, | |
7758 statistics/distributions/gamma_rnd.m, | |
7759 statistics/distributions/normal_cdf.m, | |
7760 statistics/distributions/normal_inv.m, | |
7761 statistics/distributions/normal_pdf.m, | |
7762 statistics/distributions/normal_rnd.m, | |
7763 statistics/distributions/stdnormal_cdf.m, | |
7764 statistics/distributions/stdnormal_pdf.m, | |
7765 statistics/distributions/stdnormal_rnd.m, | |
7766 statistics/distributions/uniform_cdf.m, | |
7767 statistics/distributions/uniform_inv.m, | |
7768 statistics/distributions/uniform_pdf.m, | |
7769 statistics/distributions/uniform_rnd.m: | |
7770 Allow the inputs to be N-d arrays. | |
7771 | |
4852 | 7772 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
7773 * statistics/base/median.m: Likewise. | |
4849 | 7774 |
4844 | 7775 2004-04-02 David Bateman <dbateman@free.fr> |
7776 | |
7777 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 7778 * statistics/base/center.m, statistics/base/meansq.m, |
7779 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 7780 Update for N-d arrays. |
4844 | 7781 * signal/fftshift.m: Fix dimensioning error. |
7782 | |
7783 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 7784 N-d arrays. |
4844 | 7785 |
4852 | 7786 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
7787 | |
7788 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 7789 |
4852 | 7790 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 7791 |
7792 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
7793 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
7794 control/system/sysprune.m: Doc update for usage of cell arrays. | |
7795 | |
7796 * control/system/sysidx.m: Use cellidx and not listidx. | |
7797 | |
4841 | 7798 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
7799 | |
7800 * plot/__pltopt1__.m: Always add title clause to plot command with | |
7801 default of "" (so it is off unless explicitly set by the user). | |
7802 | |
4836 | 7803 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
7804 | |
7805 * image/imshow.m: Accept "truesize" argument. | |
7806 Ignore current colormap. New tests and demos. | |
7807 | |
4834 | 7808 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
7809 | |
7810 * signal/sinewave.m: Allow N to default to M. | |
7811 | |
4826 | 7812 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7813 | |
7814 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
7815 | |
4818 | 7816 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7817 | |
7818 * general/deal.m: New function. | |
4819 | 7819 Add tests from Paul Kienzle. |
4818 | 7820 |
4811 | 7821 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
7822 | |
7823 * plot/hist.m: Compute histogram correctly for n>=30. | |
7824 | |
5095 | 7825 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 7826 |
7827 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
7828 | |
4806 | 7829 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7830 | |
7831 * miscellaneous/horzcat.m: Delete. | |
7832 * miscellaneous/vertcat.m: Delete. | |
7833 | |
4790 | 7834 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7835 | |
7836 * plot/figure.m: Also look for GNUTERM in the environment and use | |
7837 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
7838 | |
4789 | 7839 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7840 | |
7841 * control/base/__stepimp__.m: Only call clearplot if we will be | |
7842 doing multiple plots in the same gnuplot frame. | |
7843 | |
4780 | 7844 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7845 | |
7846 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
7847 control/system/cellidx.m, control/system/ss.m, | |
7848 control/system/tf.m, control/system/zp.m: New functions. | |
7849 | |
4778 | 7850 2004-02-16 Glenn Golden <gdg@zplane.com> |
7851 | |
7852 * statistics/distributions/discrete_inv.m: | |
7853 Reduce memory requirements. | |
7854 | |
4772 | 7855 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7856 | |
7857 * plot/__errcomm__.m: Fix thinko in previous change. | |
7858 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
7859 | |
4771 | 7860 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
7861 | |
7862 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
7863 control/base/analdemo.m, control/base/bddemo.m, | |
7864 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
7865 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
7866 control/base/rldemo.m, control/base/rlocus.m, | |
7867 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
7868 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
7869 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
7870 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
7871 control/obsolete/packsys.m, control/obsolete/series.m, | |
7872 control/system/__sysdefioname__.m, | |
7873 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
7874 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
7875 control/system/c2d.m, control/system/d2c.m, | |
7876 control/system/dmr2d.m, control/system/fir2sys.m, | |
7877 control/system/is_signal_list.m, control/system/is_siso.m, | |
7878 control/system/jet707.m, control/system/listidx.m, | |
7879 control/system/moddemo.m, control/system/ord2.m, | |
7880 control/system/packedform.m, control/system/parallel.m, | |
7881 control/system/ss2sys.m, control/system/sys2tf.m, | |
7882 control/system/sys2zp.m, control/system/sysadd.m, | |
7883 control/system/sysappend.m, control/system/sysconnect.m, | |
7884 control/system/syscont.m, control/system/sysdimensions.m, | |
7885 control/system/sysdisc.m, control/system/sysdup.m, | |
7886 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
7887 control/system/sysgroup.m, control/system/sysmin.m, | |
7888 control/system/sysmult.m, control/system/sysprune.m, | |
7889 control/system/sysrepdemo.m, control/system/sysscale.m, | |
7890 control/system/syssetsignals.m, control/system/syssub.m, | |
7891 control/system/sysupdate.m, control/system/tf2sys.m, | |
7892 control/system/ugain.m, control/system/zp2ss.m, | |
7893 control/system/zp2sys.m, control/util/__outlist__.m, | |
7894 control/util/__zgpbal__.m, control/util/strappend.m: | |
7895 Use cell arrays instead of lists. | |
7896 | |
4723 | 7897 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
7898 | |
7899 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
7900 so that bar (1, 1) will work. | |
7901 | |
4710 | 7902 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7903 | |
4717 | 7904 * plot/__errcomm__.m: Cope with nargin now being a function. |
7905 * plot/__errplot__.m: Likewise. | |
7906 * plot/__plt__.m: Likewise. | |
7907 * plot/plot_border.m: Likewise. | |
7908 | |
4710 | 7909 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
7910 not $(DOCSTRINGS). | |
7911 | |
4706 | 7912 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
7913 | |
7914 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
7915 rank ([], tol). | |
7916 | |
4691 | 7917 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7918 | |
4692 | 7919 * elfun/acot.m: Return atan (1./z). |
7920 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
7921 | |
4691 | 7922 * miscellaneous/dir.m: New file. |
7923 | |
7924 * general/num2str.m: Use "%d" as format if values are ints with | |
7925 magnitude less than 1e10. | |
7926 | |
7927 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7928 | |
7929 * general/num2str.m: If single arg is string, return it. | |
7930 | |
7931 * miscellaneous/not.m: New file. | |
7932 | |
7933 * miscellaneous/unix.m: New file. | |
7934 | |
7935 * miscellaneous/isunix.m: New file. | |
7936 * miscellaneous/ispc.m: New file. | |
7937 | |
7938 * miscellaneous/computer.m: New file. | |
7939 | |
7940 * miscellaneous/delete.m: New file. | |
7941 | |
4689 | 7942 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7943 | |
7944 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
7945 | |
7946 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7947 | |
7948 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
7949 Always return substituted version of LOADPATH if nargout != 0. | |
7950 | |
4685 | 7951 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
7952 | |
7953 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
7954 before continuing. | |
7955 | |
7956 * miscellaneous/fileparts.m: Allow name to start with ".". | |
7957 | |
4677 | 7958 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7959 | |
7960 * general/ind2sub.m: New file. | |
7961 * general/sub2ind.m: New file. | |
7962 | |
4675 | 7963 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7964 | |
7965 * control/system/zp2ss.m: Don't save and restore | |
7966 warn_empty_list_elements. | |
7967 | |
7968 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
7969 | |
6778 | 7970 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 7971 |
4673 | 7972 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
7973 | |
7974 * statistics/base/mean.m: Remove special case for row vectors. | |
7975 | |
4637 | 7976 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
7977 | |
7978 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
7979 | |
4631 | 7980 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
7981 | |
7982 * statistics/base/iqr.m: Handle matrices. | |
7983 | |
4630 | 7984 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7985 | |
7986 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
7987 | |
4629 | 7988 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7989 | |
7990 * miscellaneous/path.m: Fix thinko in previous change. | |
7991 | |
4609 | 7992 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
7993 | |
4629 | 7994 * control/base/dare.m: Check positive (semi)definiteness and |
7995 dimensions of r (and q). | |
7996 * control/base/dlqr.m: Check stabilizability of (A,B), | |
7997 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
7998 near unit circle. | |
4611 | 7999 |
8000 * control/system/is_detectable.m: Use Hautus Lemma. | |
8001 Correct the behavior for discrete-time systems. | |
8002 * control/system/is_stabilizable.m: Likewise. | |
8003 | |
4609 | 8004 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
8005 | |
8006 * linear-algebra/krylovb.m: Fix typo in usage message. | |
8007 | |
4610 | 8008 * general/isdefinite.m: New function. |
8009 | |
4567 | 8010 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8011 | |
8012 * general/reshape: Delete. | |
8013 | |
4559 | 8014 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8015 | |
8016 * general/numel.m: Delete. | |
8017 | |
4535 | 8018 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8019 | |
4536 | 8020 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
8021 | |
8022 * deprecated/isstr.m: New file. | |
4535 | 8023 |
4529 | 8024 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8025 | |
8026 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
8027 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
8028 | |
4525 | 8029 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
8030 | |
8031 * statistics/base/mean.m: Fix missing semicolon problem. | |
8032 | |
4503 | 8033 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
8034 | |
8035 * plot/subplot.m: New global variable, __multiplot_scale__. | |
8036 | |
4492 | 8037 2003-08-29 David Castelow <DCastelow@Airspan.com> |
8038 | |
8039 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
8040 Allow optional length argument. | |
8041 | |
4491 | 8042 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8043 | |
8044 * polynomial/polyfit.m: Avoid calling flipud. | |
8045 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
8046 Return structure as second output value for improved Matlab | |
8047 compatibility. | |
8048 | |
4476 | 8049 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8050 | |
4478 | 8051 * linear-algebra/cond.m: Behave as though old built-in variable |
8052 propagate_empty_matrices is always 1. Also handle empty matrices | |
8053 with one non-zero dimension. | |
8054 | |
4476 | 8055 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
8056 warn_single_quote_string to the list. | |
4478 | 8057 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
8058 from the list. | |
4476 | 8059 |
5095 | 8060 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 8061 |
8062 * signal/autocov.m: Transpose result of conj because diag returns | |
8063 a column vector, not a row vector. | |
8064 | |
8065 * audio/playaudio.m, audio/record.m, image/image.m, | |
8066 miscellaneous/bug_report.m: Protect spaces in filenames | |
8067 with quotes. | |
8068 | |
4466 | 8069 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8070 | |
4468 | 8071 * io/printf.m, io/puts.m: Delete. |
8072 | |
4466 | 8073 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
8074 default_return_value from the list. | |
8075 Add warn_undefined_return_values to the list. | |
8076 | |
8077 | |
4464 | 8078 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8079 | |
8080 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
8081 and initialize_global_variables from the list. | |
8082 | |
4460 | 8083 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8084 | |
4463 | 8085 * image/colormap.m: Don't save and restore default_eval_print_flag. |
8086 | |
8087 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
8088 | |
8089 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
8090 * control/system/sys2fir.m: Likewise. | |
8091 | |
8092 * control/system/is_siso.m: Use && instead of & where appropriate. | |
8093 * control/system/__tf2sysl__.m: Likewise. | |
8094 | |
8095 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
8096 | |
8097 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
8098 and [] concatenation. | |
8099 * control/system/sys2fir.m: Likewise. | |
8100 | |
8101 * control/base/dgram.m, control/base/freqchkw.m, | |
8102 control/base/gram.m, control/system/__abcddims__.m, | |
8103 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
8104 control/system/is_sample.m, control/system/is_signal_list.m, | |
8105 control/system/is_siso.m, control/system/sys2fir.m, | |
8106 control/system/syschtsam.m, control/system/sysgettsam.m, | |
8107 control/system/sysgettype.m, control/system/tf2zp.m, | |
8108 control/system/ugain.m, control/util/prompt.m, | |
8109 control/util/run_cmd.m, control/util/zgrownorm.m, | |
8110 control/util/zgshsr.m: | |
8111 Improve conformance to Octave coding style. | |
8112 | |
4461 | 8113 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
8114 the list. | |
8115 Delete resize_on_range_error from the list. | |
8116 | |
4460 | 8117 * control/base/pzmap.m, control/base/place.m, |
8118 control/base/__freqresp__.m, control/system/sysappend.m, | |
8119 control/system/syscont.m, control/system/sysdisc.m, | |
8120 control/system/sysgroup.m, control/system/tfout.m, | |
8121 control/system/zp2ss.m, control/system/zpout.m, | |
8122 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
8123 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
8124 empty_list_elements_ok. | |
8125 | |
8126 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
8127 Delete empty_list_elements_ok from the list. | |
8128 | |
4457 | 8129 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8130 | |
8131 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
8132 list. | |
8133 Delete treat_neg_dim_as_zero from the list. | |
8134 | |
8135 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
8136 | |
4451 | 8137 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8138 | |
4455 | 8139 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
8140 was not used in the code in any case). | |
8141 | |
8142 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
8143 do_fortran_indexing. | |
8144 | |
4452 | 8145 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
8146 implict_str_to_num_ok. Use unwind_protect block to do it. | |
8147 | |
4451 | 8148 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
8149 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 8150 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 8151 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
8152 warn_fortran_indexing in the list. | |
8153 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
8154 implicit_str_to_num_ok, do_fortran_indexing, and | |
8155 prefer_column_vectors from list. | |
4451 | 8156 |
4440 | 8157 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8158 | |
8159 * Makefile.in (distclean, maintainer-clean): Also remove | |
8160 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
8161 directory. | |
8162 | |
5095 | 8163 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 8164 |
8165 * plot/hist.m: Don't forget to define n if x is a vector. | |
8166 | |
5095 | 8167 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 8168 |
8169 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
8170 return "." with extension. | |
8171 | |
4422 | 8172 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8173 | |
8174 * control/base/__stepimp__.m, control/base/nichols.m, | |
8175 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
8176 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
8177 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
8178 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
8179 Eliminate gnuplot_has_multiplot (assume it is always true). | |
8180 | |
4413 | 8181 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8182 | |
8183 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
8184 | |
5095 | 8185 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 8186 |
8187 * plot/hist.m: Improve performance by using different algorithms | |
8188 depending on number of bins. | |
8189 | |
4404 | 8190 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8191 | |
8192 * control/system/sysadd.m: If systems are not "tf", convert before | |
8193 adding. | |
8194 | |
5095 | 8195 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 8196 |
8197 * image/imagesc.m: Accept data limits parameter for colormap. | |
8198 | |
5095 | 8199 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 8200 |
8201 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
8202 the impulse by t_step. | |
8203 | |
4373 | 8204 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8205 | |
8206 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
8207 column vectors. | |
8208 | |
5095 | 8209 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 8210 |
8211 * linear-algebra/null.m: Handle empty matrix arg. | |
8212 | |
4369 | 8213 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8214 | |
8215 * general/shift.m: Force empty_list_elements_ok to 1. | |
8216 | |
4358 | 8217 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8218 | |
8219 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
8220 New files. | |
8221 | |
4348 | 8222 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8223 | |
8224 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
8225 function handle to pass to feval. | |
8226 * statistics/base/qqplot.m: Likewise. | |
8227 * statistics/base/ppplot.m: Likewise. | |
8228 * signal/spectral_xdf.m: Likewise. | |
8229 * signal/spectral_adf.m: Likewise. | |
8230 | |
4340 | 8231 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8232 | |
8233 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
8234 | |
4334 | 8235 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8236 | |
8237 * linear-algebra/logm.m: New file. | |
8238 | |
5095 | 8239 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 8240 |
8241 * mkpkgadd: Scan C++ files as well | |
8242 | |
5095 | 8243 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 8244 |
8245 * strings/findstr.m: Return empty set for zero-length target. | |
8246 | |
5095 | 8247 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 8248 |
8249 * set/union.m: Preserve the orientation of inputs. | |
8250 | |
4305 | 8251 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8252 | |
8253 * general/int2str.m: Eliminate leading spaces. | |
8254 | |
4303 | 8255 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8256 | |
8257 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
8258 | |
5095 | 8259 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 8260 |
8261 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
8262 $(BUILD_LDFLAGS) to compiler. | |
8263 | |
4295 | 8264 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8265 | |
8266 * general/num2str.m: Don't specify field width for scalars. | |
8267 | |
4292 | 8268 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8269 | |
8270 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
8271 | |
4265 | 8272 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
8273 | |
4279 | 8274 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
8275 | |
4266 | 8276 * miscellaneous/tempname.m: New file. |
8277 | |
8278 * miscellaneous/tempdir.m: New file. | |
8279 | |
4265 | 8280 * miscellaneous/fullfile.m: New file. |
8281 | |
4259 | 8282 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8283 | |
4264 | 8284 * miscellaneous/fileparts.m: New file. |
8285 | |
8286 * io/beep.m: New file. | |
8287 | |
4260 | 8288 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
8289 format only. | |
4259 | 8290 |
4257 | 8291 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8292 | |
8293 * strings/strcmp.m: Handle cell arrays of strings. | |
8294 | |
4229 | 8295 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8296 | |
8297 * general/int2str.m: Handle matrices. | |
8298 * general/num2str.m: Likewise. | |
8299 Also handle optional precision, and format args. | |
8300 | |
4225 | 8301 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8302 | |
8303 * audio/Makefile.in, control/base/Makefile.in, | |
8304 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
8305 control/system/Makefile.in, elfun/Makefile.in, | |
8306 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
8307 io/Makefile.in, linear-algebra/Makefile.in, | |
8308 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
8309 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
8310 specfun/Makefile.in, special-matrix/Makefile.in, | |
8311 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
8312 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
8313 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
8314 deprecated/Makefile.in: Use new do-script-install and | |
8315 do-script-uninstall macros. | |
8316 | |
8317 * mkpkgadd: New script. | |
8318 | |
8319 * plot/close.m: New file. | |
8320 | |
4184 | 8321 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8322 | |
8323 * image/image.m: Use -raw option for xv. | |
8324 From Remy Bruno <remy.bruno@libertysurf.fr> | |
8325 | |
4172 | 8326 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8327 | |
4174 | 8328 * control/base/lsim.m: Use approximate test for step size change. |
8329 | |
4172 | 8330 * signal/bartlett.m: Avoid row/column mismatch error. |
8331 | |
5095 | 8332 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 8333 |
8334 * statistics/base/var.m: Use better formula for improved accuracy. | |
8335 | |
5095 | 8336 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 8337 |
8338 * control/base/lsim.m: Correct doc string. | |
8339 | |
5095 | 8340 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 8341 |
8342 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
8343 | |
4148 | 8344 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8345 | |
8346 * plot/contour.m: Handle x and y as matrices too. | |
8347 | |
5095 | 8348 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 8349 |
8350 * plot/contour.m: Fix error and usage messages. | |
8351 | |
4146 | 8352 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8353 | |
8354 * plot/contour.m: Correct orientation of plot. | |
8355 | |
4139 | 8356 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
8357 | |
8358 * control/base/analdemo.m: Fix typo. | |
8359 | |
5095 | 8360 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 8361 |
8362 * statistics/distributions/discrete_pdf.m: Fix typo. | |
8363 | |
4098 | 8364 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8365 | |
8366 * mkdoc: Exit immediately on errors. | |
8367 Exit with error if gethelp does not exist. | |
8368 | |
8369 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
8370 | |
4093 | 8371 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8372 | |
8373 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
8374 | |
5095 | 8375 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 8376 |
8377 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
8378 * statistics/distributions/normal_pdf.m: Likewise. | |
8379 * statistics/distributions/normal_inv.m: Likewise. | |
8380 | |
5095 | 8381 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 8382 |
8383 * specfun/erfinv.m: Return NaN for NaN inputs. | |
8384 | |
5095 | 8385 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 8386 |
8387 * statistics/base/var.m: Handle complex values. | |
8388 | |
4031 | 8389 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8390 | |
8391 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
8392 list. | |
8393 * deprecated/Makefile.in: New file. | |
8394 | |
5095 | 8395 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 8396 |
8397 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
8398 * statistics/distributions/binomial_cdf.m: Likewise. | |
8399 * statistics/distributions/f_cdf.m: Likewise. | |
8400 * statistics/distributions/t_cdf.m: Likewise. | |
8401 | |
8402 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
8403 * specfun/beta.m: Likewise. | |
8404 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
8405 * statistics/distributions/gamma_pdf.m: Likewise. | |
8406 * statistics/distributions/poisson_pdf.m: Likewise. | |
8407 | |
8408 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
8409 * statistics/distributions/poisson_cdf.m: Likewise. | |
8410 | |
4026 | 8411 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8412 | |
4028 | 8413 * deprecated/is_bool.m: New file. |
8414 * deprecated/is_complex.m: New file. | |
8415 * deprecated/is_global.m: New file. | |
8416 * deprecated/is_list.m: New file. | |
8417 * deprecated/is_matrix.m: New file. | |
8418 * deprecated/is_scalar.m: New file. | |
8419 * deprecated/is_square.m: New file. | |
8420 * deprecated/is_stream.m: New file. | |
8421 * deprecated/is_struct.m: New file. | |
8422 * deprecated/is_symmetric.m: New file. | |
8423 * deprecated/is_vector.m: New file. | |
4030 | 8424 * Change all callers of these functions to use the new names. |
4028 | 8425 |
4029 | 8426 * deprecated: New directory. |
8427 * Makefile.in (SUBDIRS): Add it to the list. | |
8428 | |
4026 | 8429 * general/isscalar.m: Rename from is_scalar.m. |
8430 * general/issquare.m: Rename from is_square.m. | |
8431 * general/issymmetric.m: Rename from is_symmetric.m. | |
8432 * general/isvector.m: Rename from is_vector.m. | |
8433 | |
4022 | 8434 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8435 | |
8436 * statistics/base/mean.m: Allow empty matrices. | |
8437 Handle DIM arg. | |
8438 | |
5095 | 8439 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 8440 |
8441 * plot/__errcomm__.m: If format is not specified, default to error | |
8442 bar format. | |
8443 | |
4011 | 8444 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8445 | |
8446 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
8447 __F_SETFL__ and __O_NONBLOCK__. | |
8448 | |
8449 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
8450 * miscellaneous/bug_report.m: Likewise. | |
8451 | |
4007 | 8452 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8453 | |
4008 | 8454 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
8455 * general/rem.m: Likewise. | |
8456 | |
8457 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
8458 * plot/semilogxerr.m: Likewise. | |
4007 | 8459 * plot/semilogyerr.m: Likewise. |
8460 | |
5095 | 8461 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 8462 |
8463 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
8464 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
8465 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
8466 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
8467 | |
8468 * plot/errorbar.m: Use __errcomm__.m. | |
8469 * plot/__errplot__.m: Minor cleanups. | |
8470 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
8471 * plot/__pltopt1__.m: Likewise. | |
8472 | |
3980 | 8473 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8474 | |
3981 | 8475 * general/rem.m: Delete redundant call to usage. |
8476 | |
3980 | 8477 * general/mod.m: Additional error checks, Texinfoize doc string. |
8478 | |
5095 | 8479 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 8480 |
8481 * general/mod.m: New function. | |
8482 | |
3979 | 8483 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8484 | |
8485 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
8486 * control/system/sysadd.m: Likewise. | |
8487 * control/system/sysgroup.m: Likewise. | |
8488 * control/system/syssub.m: Likewise. | |
8489 * elfun/gcd.m: Likewise. | |
8490 * elfun/lcm.m: Likewise. | |
8491 * general/common_size.m: Likewise. | |
8492 * io/printf.m: Likewise. | |
8493 * miscellaneous/menu.m: Likewise. | |
8494 * miscellaneous/path.m: Likewise. | |
8495 * plot/__errplot__.m: Likewise. | |
8496 * plot/__plt__.m: Likewise. | |
8497 * plot/axis.m: Likewise. | |
8498 * plot/errorbar.m: Likewise. | |
8499 * plot/mplot.m: Likewise. | |
8500 * plot/loglog.m: Likewise. | |
8501 * plot/plot.m: Likewise. | |
8502 * plot/plot_border.m: Likewise. | |
8503 * plot/semilogx.m: Likewise. | |
8504 * plot/semilogy.m: Likewise. | |
8505 * plot/xlabel.m: Likewise. | |
8506 * plot/ylabel.m: Likewise. | |
8507 * plot/zlabel.m: Likewise. | |
8508 * statistics/base/ppplot.m: Likewise. | |
8509 * statistics/base/qqplot.m: Likewise. | |
8510 * statistics/tests/bartlett_test.m: Likewise. | |
8511 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
8512 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
8513 * strings/str2mat.m: Likewise. | |
8514 * strings/strcat.m: Likewise. | |
8515 | |
5095 | 8516 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 8517 |
8518 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
8519 | |
3924 | 8520 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8521 | |
8522 * skip-autoheader: New file, for autogen.sh. | |
3925 | 8523 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 8524 |
5095 | 8525 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 8526 |
8527 * general/repmat.m: New function. | |
8528 | |
5095 | 8529 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 8530 |
8531 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
8532 Use optional parameter to specify the number of bits in the input. | |
8533 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
8534 floats in the range [-1,1], 2x speedup. | |
8535 | |
8536 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
8537 | |
3910 | 8538 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8539 | |
8540 * linear-algebra/kron.m: Delete. | |
8541 | |
5095 | 8542 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 8543 |
8544 * signal/freqz.m: If nargout is zero, plot results instead of | |
8545 returning them. | |
8546 * signal/freqz_plot.m: New file. | |
8547 | |
5095 | 8548 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 8549 |
5378 | 8550 * signal/unwrap.m: New file. |
3906 | 8551 |
5095 | 8552 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 8553 |
8554 * image/rgb2hsv.m: Faster, more accurate, remove the | |
8555 divide by zero warning. | |
8556 | |
5095 | 8557 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 8558 |
3894 | 8559 * strings/deblank.m: Trim \0 as well as blank. |
8560 | |
5378 | 8561 * freqz.m: Evaluate a specific range of frequencies |
3893 | 8562 expressed in radians or Hz relative to a supplied sample rate. |
8563 | |
5095 | 8564 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 8565 |
8566 * signal/fftfilt.m: Filter columns if called with a matrix. | |
8567 | |
3891 | 8568 * strings/findstr.m: Vectorize as much as possible. |
8569 | |
5095 | 8570 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 8571 |
8572 * special-matrix/invhilb.m: New version that is faster and more | |
8573 accurate. | |
8574 | |
5095 | 8575 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 8576 |
8577 * configure.in: Update for autoconf 2.5x. | |
8578 | |
5095 | 8579 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 8580 |
8581 * special-matrix/vander.m: Code tidy and vectorize. | |
8582 | |
5095 | 8583 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 8584 |
3883 | 8585 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
8586 to vectors. Issue a warning in the case x matches y' but return a | |
8587 column vector as Octave currently does. | |
8588 | |
3882 | 8589 * plot/contour.m: Set default number of levels for contour(x,y,z). |
8590 | |
8591 * control/system/starp.m: Leave more of the documentation | |
8592 processing to texinfo and less to the @format block. | |
8593 | |
8594 * image/imagesc.m: Only display image if no output is requested. | |
8595 Code tidying. | |
8596 | |
3876 | 8597 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8598 | |
8599 * statistics/base/center.m: Accept and return empty matrix. | |
8600 | |
3872 | 8601 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8602 | |
8603 * specfun/erfinv.m: Fix usage message. | |
8604 | |
3869 | 8605 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8606 | |
8607 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
8608 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
8609 | |
3837 | 8610 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8611 | |
8612 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
8613 capitalized variable names. | |
8614 | |
3836 | 8615 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
8616 | |
8617 * m/image/saveimage.m: fix saving an image to Postscript format. | |
8618 | |
5095 | 8619 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 8620 |
8621 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
8622 | |
3803 | 8623 2001-02-28 Kai Habel <kai.habel@gmx.de> |
8624 | |
3833 | 8625 * general/cart2pol.m: New file. |
8626 * general/pol2cart.m: New file. | |
8627 * general/cart2sph.m: New file. | |
8628 * general/sph2cart.m: New file. | |
8629 * image/rgb2hsv.m: New file. | |
8630 * image/hsv2rgb.m: New file. | |
3803 | 8631 |
8632 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
8633 | |
8634 * plot/meshgrid.m: Avoid for loops. | |
8635 * plot/meshdom.m: Likewise. | |
8636 | |
3801 | 8637 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8638 | |
8639 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
8640 | |
8641 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
8642 | |
8643 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
8644 norm. | |
8645 | |
3792 | 8646 2001-02-09 David Livings <david.livings@asa.co.uk> |
8647 | |
8648 * statistics/tests/welch_test.m: Fix typo. | |
8649 | |
8650 * statistics/distributions/chisquare_cdf.m: | |
8651 Don't restrict inputs to be only positive integers. | |
8652 * statistics/distributions/chisquare_inv.m: Likewise. | |
8653 * statistics/distributions/chisquare_pdf.m: Likewise. | |
8654 * statistics/distributions/chisquare_rnd.m: Likewise. | |
8655 * statistics/distributions/f_cdf.m: Likewise. | |
8656 * statistics/distributions/f_inv.m: Likewise. | |
8657 * statistics/distributions/f_pdf.m: Likewise. | |
8658 * statistics/distributions/f_rnd.m: Likewise. | |
8659 * statistics/distributions/t_cdf.m: Likewise. | |
8660 * statistics/distributions/t_inv.m: Likewise. | |
8661 * statistics/distributions/t_pdf.m: Likewise. | |
8662 * statistics/distributions/t_rnd.m: Likewise. | |
8663 | |
3790 | 8664 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8665 | |
8666 * strings/dec2base.m: New file. | |
8667 * strings/base2dec.m: New file. | |
8668 * strings/strjust.m: New file. | |
8669 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
8670 * strings/dec2bin.m: Likewise. | |
8671 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
8672 * strings/bin2dec.m: Likewise. | |
8673 | |
5095 | 8674 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 8675 |
8676 * statistics/base/ppplot.m: Use gset, not set. | |
8677 * statistics/base/qqplot.m: Likewise. | |
8678 | |
5095 | 8679 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 8680 |
8681 * control/system/c2d.m: Add missing endif. | |
8682 | |
3759 | 8683 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8684 | |
8685 * strings/index.m: Return 0 if either string is empty. | |
8686 | |
8687 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
8688 | |
8689 * control/system/c2d.m: Allow option of matched pole/zero | |
8690 equivalent for conversion. | |
8691 | |
8692 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
8693 | |
8694 * strings/findstr.m: Return empty matrix if search string is empty. | |
8695 | |
3757 | 8696 2000-12-15 Kai Habel <kai.habel@gmx.de> |
8697 | |
8698 * saveimage.m: Do create rawbit image for black and white images, | |
8699 but do it correctly. | |
8700 | |
3754 | 8701 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8702 | |
6778 | 8703 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
8704 result polynomials. | |
3754 | 8705 |
3748 | 8706 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8707 | |
8708 * image/saveimage.m: Don't try to create rawbit image. | |
8709 | |
3740 | 8710 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8711 | |
8712 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
8713 | |
5095 | 8714 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 8715 |
8716 * plot/contour.m: Reorder args for Matlab compatibility. | |
8717 | |
3727 | 8718 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
8719 | |
8720 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
8721 | |
3717 | 8722 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8723 | |
3718 | 8724 * plot/errorbar.m, plot/__errplot__.m: New functions. |
8725 | |
3717 | 8726 * plot/mesh.m: Also set nologscale before plotting. |
8727 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
8728 xyerrorbars instead of just errorbars. | |
8729 | |
3714 | 8730 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
8731 | |
8732 * image/image.m: Try display (from ImageMagick) first. | |
8733 | |
3709 | 8734 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
8735 | |
8736 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
8737 conjugate transpose. | |
8738 | |
3705 | 8739 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8740 | |
8741 * strings/str2mat.m: Apply setstr to each argument. | |
8742 | |
3696 | 8743 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
8744 | |
8745 * control/base/dkalman.m: New file. | |
8746 * control/base/dlqe.m: Handle singular A matrix. | |
8747 * control/base/dlqr.m: Likewise. | |
8748 | |
3695 | 8749 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8750 | |
8751 * strings/strcmp.m: Return 0 instead of an error if row and column | |
8752 dimensions don't match. | |
8753 | |
3690 | 8754 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
8755 | |
8756 * plot/hist.m: Allow 3 argument form to work. | |
8757 | |
5095 | 8758 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 8759 |
8760 * plot/plot.m: Add examples in doc string. | |
8761 | |
5095 | 8762 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 8763 |
8764 * control/base/__stepimp__.m: Reset multiplot state when done. | |
8765 Do the right thing even if automatic_replot is not zero. | |
8766 Avoid failure if system has pure imaginary poles. | |
8767 | |
3674 | 8768 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8769 | |
8770 * general/logical.m: Return arg if it is empty. Better error | |
8771 message for non-numeric types. | |
8772 | |
5095 | 8773 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 8774 |
8775 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
8776 about difference with Matlab dlqe function. | |
8777 | |
8778 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
8779 | |
5095 | 8780 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 8781 |
8782 * strings/strrep.m: Fix typo. | |
8783 | |
3666 | 8784 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8785 | |
8786 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
8787 | |
5095 | 8788 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 8789 |
8790 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 8791 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 8792 |
5095 | 8793 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 8794 |
8795 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
8796 guess for iteration. | |
8797 | |
3651 | 8798 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8799 | |
8800 * image/image.m: Allow image (A) or image (x, y, A). | |
8801 * image/imagesc.m: Likewise. | |
8802 | |
8803 * image/image.m: If zoom is not supplied, or if it is an empty | |
8804 matrix, autoscale the image. | |
8805 | |
3618 | 8806 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8807 | |
3619 | 8808 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
8809 Undo string escapes in text twice(!) before sending to gnuplot. | |
8810 | |
3618 | 8811 * image/saveimage.m: Add comment to file saying who created it and |
8812 when it was created. Suggested by Stephen Eglen | |
8813 <stephen@cogsci.ed.ac.uk>. | |
8814 | |
5095 | 8815 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 8816 |
8817 * polynomial/polyreduce.m: Simplify by looking for the first | |
8818 non-zero element rather than the last of the first set of zero | |
8819 elements. | |
8820 | |
8821 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
8822 | |
5095 | 8823 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 8824 |
8825 * image/saveimage.m: Swap black and white colormaps so zero is | |
8826 displayed as black and 1 is displayed as white. | |
8827 Fix indexing bug in ppm case. | |
8828 | |
3604 | 8829 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
8830 | |
8831 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
8832 between the two distributions (took same approach as ks.test() in R.) | |
8833 | |
3603 | 8834 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8835 | |
8836 * control/base/bode.m: Temporarily disable automatic_replot. | |
8837 | |
3599 | 8838 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8839 | |
3601 | 8840 * Makefile.in (clean): Also remove gethelp. |
8841 | |
3599 | 8842 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
8843 | |
5095 | 8844 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 8845 |
8846 * set/create_set.m: Use find to avoid while loop. | |
8847 | |
5095 | 8848 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 8849 |
8850 * plot/hist.m: New optional third argument. | |
8851 | |
8852 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8853 | |
8854 * miscellaneous/bug_report.m: Use octave-bug script with version | |
8855 number appended. | |
8856 | |
3575 | 8857 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8858 | |
8859 * gethelp.cc: Sprinkle with std:: qualifier. | |
8860 | |
3498 | 8861 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8862 | |
8863 * image/saveimage.m: Delete some debugging code. | |
8864 | |
3486 | 8865 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
8866 | |
8867 * signal/sinc.m: Avoid reshaping. | |
8868 | |
8869 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
8870 * image/ind2rgb.m: Ditto. | |
8871 * image/ind2gray.m: Ditto. | |
8872 * general/reshape.m: Ditto. Also no longer needs to reset | |
8873 implicit_str_to_num_ok. | |
8874 | |
3483 | 8875 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
8876 | |
8877 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
8878 a list of file structures, not a vector of numeric file ids. | |
8879 | |
3474 | 8880 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8881 | |
3476 | 8882 * plot/__axis_label__.m: New function. |
8883 Undo string escapes in text twice(!) before sending to gnuplot. | |
8884 * plot/xlabel.m: Use it. | |
8885 * plot/ylabel.m: Ditto. | |
8886 * plot/zlabel.m: Ditto. | |
8887 | |
3474 | 8888 * plot/mesh.m: Fix error message to reflect reality. |
8889 | |
5095 | 8890 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 8891 |
8892 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
8893 | |
5095 | 8894 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 8895 |
8896 * audio/saveaudio.m: Also accept files with .ul extension. | |
8897 * audio/loadaudio.m: Ditto. | |
8898 * audio/playaudio.m: Ditto. | |
8899 | |
3456 | 8900 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8901 | |
8902 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
8903 * statistics/distributions/beta_inv.m: Ditto. | |
8904 * statistics/distributions/beta_pdf.m: Ditto. | |
8905 * statistics/distributions/beta_rnd.m: Ditto. | |
8906 * statistics/distributions/binomial_cdf.m: Ditto. | |
8907 * statistics/distributions/binomial_inv.m: Ditto. | |
8908 * statistics/distributions/binomial_pdf.m: Ditto. | |
8909 * statistics/distributions/binomial_rnd.m: Ditto. | |
8910 * statistics/distributions/cauchy_cdf.m: Ditto. | |
8911 * statistics/distributions/cauchy_inv.m: Ditto. | |
8912 * statistics/distributions/cauchy_pdf.m: Ditto. | |
8913 * statistics/distributions/cauchy_rnd.m: Ditto. | |
8914 * statistics/distributions/chisquare_cdf.m: Ditto. | |
8915 * statistics/distributions/chisquare_inv.m: Ditto. | |
8916 * statistics/distributions/chisquare_pdf.m: Ditto. | |
8917 * statistics/distributions/chisquare_rnd.m: Ditto. | |
8918 * statistics/distributions/discrete_cdf.m: Ditto. | |
8919 * statistics/distributions/discrete_inv.m: Ditto. | |
8920 * statistics/distributions/discrete_pdf.m: Ditto. | |
8921 * statistics/distributions/discrete_rnd.m: Ditto. | |
8922 * statistics/distributions/empirical_cdf.m: Ditto. | |
8923 * statistics/distributions/empirical_inv.m: Ditto. | |
8924 * statistics/distributions/empirical_pdf.m: Ditto. | |
8925 * statistics/distributions/empirical_rnd.m: Ditto. | |
8926 * statistics/distributions/exponential_cdf.m: Ditto. | |
8927 * statistics/distributions/exponential_inv.m: Ditto. | |
8928 * statistics/distributions/exponential_pdf.m: Ditto. | |
8929 * statistics/distributions/exponential_rnd.m: Ditto. | |
8930 * statistics/distributions/f_cdf.m: Ditto. | |
8931 * statistics/distributions/f_inv.m: Ditto. | |
8932 * statistics/distributions/f_pdf.m: Ditto. | |
8933 * statistics/distributions/f_rnd.m: Ditto. | |
8934 * statistics/distributions/gamma_cdf.m: Ditto. | |
8935 * statistics/distributions/gamma_inv.m: Ditto. | |
8936 * statistics/distributions/gamma_pdf.m: Ditto. | |
8937 * statistics/distributions/gamma_rnd.m: Ditto. | |
8938 * statistics/distributions/geometric_cdf.m: Ditto. | |
8939 * statistics/distributions/geometric_inv.m: Ditto. | |
8940 * statistics/distributions/geometric_pdf.m: Ditto. | |
8941 * statistics/distributions/geometric_rnd.m: Ditto. | |
8942 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
8943 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
8944 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
8945 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
8946 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
8947 * statistics/distributions/laplace_cdf.m: Ditto. | |
8948 * statistics/distributions/laplace_inv.m: Ditto. | |
8949 * statistics/distributions/laplace_pdf.m: Ditto. | |
8950 * statistics/distributions/laplace_rnd.m: Ditto. | |
8951 * statistics/distributions/logistic_cdf.m: Ditto. | |
8952 * statistics/distributions/logistic_inv.m: Ditto. | |
8953 * statistics/distributions/logistic_pdf.m: Ditto. | |
8954 * statistics/distributions/logistic_rnd.m: Ditto. | |
8955 * statistics/distributions/lognormal_cdf.m: Ditto. | |
8956 * statistics/distributions/lognormal_inv.m: Ditto. | |
8957 * statistics/distributions/lognormal_pdf.m: Ditto. | |
8958 * statistics/distributions/lognormal_rnd.m: Ditto. | |
8959 * statistics/distributions/normal_cdf.m: Ditto. | |
8960 * statistics/distributions/normal_inv.m: Ditto. | |
8961 * statistics/distributions/normal_pdf.m: Ditto. | |
8962 * statistics/distributions/normal_rnd.m: Ditto. | |
8963 * statistics/distributions/pascal_cdf.m: Ditto. | |
8964 * statistics/distributions/pascal_inv.m: Ditto. | |
8965 * statistics/distributions/pascal_pdf.m: Ditto. | |
8966 * statistics/distributions/pascal_rnd.m: Ditto. | |
8967 * statistics/distributions/poisson_cdf.m: Ditto. | |
8968 * statistics/distributions/poisson_inv.m: Ditto. | |
8969 * statistics/distributions/poisson_pdf.m: Ditto. | |
8970 * statistics/distributions/poisson_rnd.m: Ditto. | |
8971 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
8972 * statistics/distributions/stdnormal_inv.m: Ditto. | |
8973 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
8974 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
8975 * statistics/distributions/t_cdf.m: Ditto. | |
8976 * statistics/distributions/t_inv.m: Ditto. | |
8977 * statistics/distributions/t_pdf.m: Ditto. | |
8978 * statistics/distributions/t_rnd.m: Ditto. | |
8979 * statistics/distributions/uniform_cdf.m: Ditto. | |
8980 * statistics/distributions/uniform_inv.m: Ditto. | |
8981 * statistics/distributions/uniform_pdf.m: Ditto. | |
8982 * statistics/distributions/uniform_rnd.m: Ditto. | |
8983 * statistics/distributions/weibull_cdf.m: Ditto. | |
8984 * statistics/distributions/weibull_inv.m: Ditto. | |
8985 * statistics/distributions/weibull_pdf.m: Ditto. | |
8986 * statistics/distributions/weibull_rnd.m: Ditto. | |
8987 * statistics/distributions/wiener_rnd.m: Ditto. | |
8988 | |
3453 | 8989 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8990 | |
8991 * statistics/base/values.m: Texinfoize doc string. | |
8992 * statistics/base/var.m: Ditto. | |
8993 * statistics/base/table.m: Ditto. | |
8994 * statistics/base/studentize.m: Ditto. | |
8995 * statistics/base/statistics.m: Ditto. | |
8996 * statistics/base/spearman.m: Ditto. | |
8997 * statistics/base/run_count.m: Ditto. | |
8998 * statistics/base/ranks.m: Ditto. | |
8999 * statistics/base/range.m: Ditto. | |
9000 * statistics/base/qqplot.m: Ditto. | |
9001 * statistics/base/probit.m: Ditto. | |
9002 * statistics/base/ppplot.m: Ditto. | |
9003 * statistics/base/moment.m: Ditto. | |
9004 * statistics/base/meansq.m: Ditto. | |
9005 * statistics/base/logit.m: Ditto. | |
9006 * statistics/base/kendall.m: Ditto. | |
9007 * statistics/base/iqr.m: Ditto. | |
9008 * statistics/base/cut.m: Ditto. | |
9009 * statistics/base/cor.m: Ditto. | |
9010 * statistics/base/cloglog.m: Ditto. | |
9011 * statistics/base/center.m: Ditto. | |
3454 | 9012 * statistics/models/logistic_regression.m: Ditto. |
9013 * statistics/models/logistic_regression_derivative.m: Ditto. | |
9014 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
9015 * statistics/tests/anova.m: Ditto. | |
9016 * statistics/tests/bartlett_test.m: Ditto. | |
9017 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
9018 * statistics/tests/chisquare_test_independence.m: Ditto. | |
9019 * statistics/tests/cor_test.m: Ditto. | |
9020 * statistics/tests/f_test_regression.m: Ditto. | |
9021 * statistics/tests/hotelling_test.m: Ditto. | |
9022 * statistics/tests/hotelling_test_2.m: Ditto. | |
9023 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
9024 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
9025 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
9026 * statistics/tests/manova.m: Ditto. | |
9027 * statistics/tests/mcnemar_test.m: Ditto. | |
9028 * statistics/tests/prop_test_2.m: Ditto. | |
9029 * statistics/tests/run_test.m: Ditto. | |
9030 * statistics/tests/sign_test.m: Ditto. | |
9031 * statistics/tests/t_test.m: Ditto. | |
9032 * statistics/tests/t_test_2.m: Ditto. | |
9033 * statistics/tests/t_test_regression.m: Ditto. | |
9034 * statistics/tests/u_test.m: Ditto. | |
9035 * statistics/tests/var_test.m: Ditto. | |
9036 * statistics/tests/welch_test.m: Ditto. | |
9037 * statistics/tests/wilcoxon_test.m: Ditto. | |
9038 * statistics/tests/z_test.m: Ditto. | |
9039 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 9040 |
3446 | 9041 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9042 | |
9043 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 9044 * plot/__plr1__.m: Ditto. |
9045 * plot/__pltopt__.m: Ditto. | |
9046 * plot/__plt__.m: Ditto. | |
9047 * plot/__plt2vv__.m: Ditto. | |
9048 * plot/__plr2__.m: Ditto. | |
9049 * plot/__plr__.m: Ditto. | |
9050 * plot/__plt1__.m: Ditto. | |
9051 * plot/__plt2__.m: Ditto. | |
9052 * plot/__plt2mm__.m: Ditto. | |
9053 * plot/__plt2mv__.m: Ditto. | |
9054 * plot/__plt2ss__.m: Ditto. | |
9055 * miscellaneous/paren.m: Ditto. | |
9056 * miscellaneous/comma.m: Ditto. | |
9057 * miscellaneous/semicolon.m: Ditto. | |
9058 * miscellaneous/path.m: Ditto. | |
9059 * miscellaneous/list_primes.m: Ditto. | |
9060 * miscellaneous/flops.m: Ditto. | |
9061 * miscellaneous/dump_prefs.m: Ditto. | |
9062 * miscellaneous/bug_report.m: Ditto. | |
9063 * linear-algebra/dot.m: Ditto | |
9064 * linear-algebra/dmult.m: Ditto. | |
9065 * general/randperm.m: Ditto. | |
9066 * general/logical.m: Ditto. | |
9067 * general/is_duplicate_entry.m: Ditto. | |
9068 * signal/arch_fit.m: Ditto. | |
9069 * signal/arch_rnd.m: Ditto. | |
9070 * signal/arch_test.m: Ditto. | |
9071 * signal/arma_rnd.m: Ditto. | |
9072 * signal/autocor.m: Ditto. | |
9073 * signal/autocov.m: Ditto. | |
9074 * signal/autoreg_matrix.m: Ditto. | |
9075 * signal/bartlett.m: Ditto. | |
9076 * signal/blackman.m: Ditto. | |
9077 * signal/detrend.m: Ditto. | |
9078 * signal/diffpara.m: Ditto. | |
9079 * signal/durbinlevinson.m: Ditto. | |
9080 * signal/fftconv.m: Ditto. | |
9081 * signal/fftfilt.m: Ditto. | |
9082 * signal/fftshift.m: Ditto. | |
9083 * signal/fractdiff.m: Ditto. | |
9084 * signal/freqz.m: Ditto. | |
9085 * signal/hamming.m: Ditto. | |
9086 * signal/hanning.m: Ditto. | |
9087 * signal/hurst.m: Ditto. | |
9088 * signal/periodogram.m: Ditto. | |
9089 * signal/rectangle_lw.m: Ditto. | |
9090 * signal/rectangle_sw.m: Ditto. | |
9091 * signal/sinc.m: Ditto. | |
9092 * signal/sinetone.m: Ditto. | |
9093 * signal/sinewave.m: Ditto. | |
9094 * signal/spectral_adf.m: Ditto. | |
9095 * signal/spectral_xdf.m: Ditto. | |
9096 * signal/spencer.m: Ditto. | |
9097 * signal/stft.m: Ditto. | |
9098 * signal/synthesis.m: Ditto. | |
9099 * signal/triangle_lw.m: Ditto. | |
9100 * signal/triangle_sw.m: Ditto. | |
9101 * signal/yulewalker.m: Ditto. | |
3450 | 9102 * control/util/strappend.m: Ditto. |
3451 | 9103 * control/base/nichols.m: Ditto. |
3452 | 9104 * control/system/is_signal_list.m: Ditto. |
9105 * control/system/listidx.m: Ditto. | |
9106 * control/system/sysgettsam.m: Ditto. | |
9107 * control/system/sysidx.m: Ditto. | |
3446 | 9108 |
3438 | 9109 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9110 | |
9111 * control/system/__abcddims__.m: Rename from | |
9112 control/system/abcddims.m, change all callers. | |
9113 * control/base/__bodquist__.m: Likewise. | |
9114 * control/base/__freqresp__.m: Likewise. | |
9115 * control/util/__outlist__.m: Likewise. | |
9116 * control/base/__stepimp__.m: Likewise. | |
9117 * control/system/__syschnamesl__.m: Likewise. | |
9118 * control/system/__syscont_disc__.m: Likewise. | |
9119 * control/system/__sysdefioname__.m: Likewise. | |
9120 * control/system/__sysdefstname__.m: Likewise. | |
9121 * control/system/__sysgroupn__.m: Likewise. | |
9122 * control/system/__tf2sysl__.m: Likewise. | |
9123 * control/util/__zgpbal__.m: Likewise. | |
9124 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 9125 |
9126 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 9127 * quaternion/qconj.m: Ditto. |
9128 * quaternion/qcoordinate_plot.m: Ditto. | |
9129 * quaternion/qderiv.m: Ditto. | |
9130 * quaternion/qderivmat.m: Ditto. | |
9131 * quaternion/qinv.m: Ditto. | |
9132 * quaternion/qmult.m: Ditto. | |
9133 * quaternion/qtrans.m: Ditto. | |
9134 * quaternion/qtransv.m: Ditto. | |
9135 * quaternion/qtransvmat.m: Ditto. | |
9136 * quaternion/quaternion.m: Ditto. | |
3438 | 9137 |
3436 | 9138 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9139 | |
9140 * control/base/Makefile.in: Ditto. | |
9141 * control/hinf/Makefile.in: New file. | |
9142 * control/marsyas/Makefile.in: Ditto. | |
9143 * control/obsolete/Makefile.in: Ditto. | |
9144 * control/system/Makefile.in: Ditto. | |
9145 * control/util/Makefile.in: Ditto. | |
9146 | |
9147 * strings/com2str.m: Move here from control directory. | |
9148 | |
9149 * control/base: New directory. | |
9150 * control/base/DEMOcontrol.m: Move here from control directory. | |
9151 * control/base/analdemo.m: Ditto. | |
9152 * control/base/are.m: Ditto. | |
9153 * control/base/bddemo.m: Ditto. | |
9154 * control/base/bode.m: Ditto. | |
9155 * control/base/bode_bounds.m: Ditto. | |
9156 * control/base/bodquist.m: Ditto. | |
9157 * control/base/controldemo.m: Ditto. | |
9158 * control/base/ctrb.m: Ditto. | |
9159 * control/base/damp.m: Ditto. | |
9160 * control/base/dare.m: Ditto. | |
9161 * control/base/dcgain.m: Ditto. | |
9162 * control/base/dgram.m: Ditto. | |
9163 * control/base/dlqe.m: Ditto. | |
9164 * control/base/dlqr.m: Ditto. | |
9165 * control/base/dlyap.m: Ditto. | |
9166 * control/base/dre.m: Ditto. | |
9167 * control/base/frdemo.m: Ditto. | |
9168 * control/base/freqchkw.m: Ditto. | |
9169 * control/base/freqresp.m: Ditto. | |
9170 * control/base/gram.m: Ditto. | |
9171 * control/base/impulse.m: Ditto. | |
9172 * control/base/lqe.m: Ditto. | |
9173 * control/base/lqg.m: Ditto. | |
9174 * control/base/lqr.m: Ditto. | |
9175 * control/base/lsim.m: Ditto. | |
9176 * control/base/ltifr.m: Ditto. | |
9177 * control/base/lyap.m: Ditto. | |
9178 * control/base/nichols.m: Ditto. | |
9179 * control/base/nyquist.m: Ditto. | |
9180 * control/base/obsv.m: Ditto. | |
9181 * control/base/place.m: Ditto. | |
9182 * control/base/pzmap.m: Ditto. | |
9183 * control/base/rldemo.m: Ditto. | |
9184 * control/base/rlocus.m: Ditto. | |
9185 * control/base/step.m: Ditto. | |
9186 * control/base/stepimp.m: Ditto. | |
9187 * control/base/tzero.m: Ditto. | |
9188 * control/base/tzero2.m: Ditto. | |
9189 | |
9190 * control/hinf: New directory. | |
9191 * control/hinf/dhinfdemo.m: Move here from control directory. | |
9192 * control/hinf/h2norm.m: Ditto. | |
9193 * control/hinf/h2syn.m: Ditto. | |
9194 * control/hinf/hinf_ctr.m: Ditto. | |
9195 * control/hinf/hinfdemo.m: Ditto. | |
9196 * control/hinf/hinfnorm.m: Ditto. | |
9197 * control/hinf/hinfsyn.m: Ditto. | |
9198 * control/hinf/hinfsyn_chk.m: Ditto. | |
9199 * control/hinf/hinfsyn_ric.m: Ditto. | |
9200 * control/hinf/wgt1o.m: Ditto. | |
3441 | 9201 * control/hinf/dgkfdemo.m: Ditto. |
9202 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 9203 |
9204 * control/marsyas: New directory. | |
9205 * control/marsyas/demomarsyas.m: Move here from control directory. | |
9206 * control/marsyas/susball.m: Ditto. | |
9207 | |
9208 * control/obsolete/dezero.m: Move here from control directory. | |
9209 * control/obsolete/rotg.m: Ditto. | |
9210 | |
9211 * control/system: New directory. | |
9212 * control/system/abcddim.m: Move here from control directory. | |
9213 * control/system/abcddims.m: Ditto. | |
9214 * control/system/buildssic.m: Ditto. | |
9215 * control/system/c2d.m: Ditto. | |
9216 * control/system/d2c.m: Ditto. | |
9217 * control/system/dmr2d.m: Ditto. | |
9218 * control/system/fir2sys.m: Ditto. | |
9219 * control/system/is_abcd.m: Ditto. | |
9220 * control/system/is_digital.m: Ditto. | |
9221 * control/system/is_sample.m: Ditto. | |
9222 * control/system/is_signal_list.m: Ditto. | |
9223 * control/system/is_siso.m: Ditto. | |
3441 | 9224 * control/system/is_controllable.m: Ditto. |
9225 * control/system/is_detectable.m: Ditto. | |
9226 * control/system/is_observable.m: Ditto. | |
9227 * control/system/is_stabilizable.m: Ditto. | |
9228 * control/system/is_stable.m: Ditto. | |
3436 | 9229 * control/system/jet707.m: Ditto. |
9230 * control/system/listidx.m: Ditto. | |
9231 * control/system/moddemo.m: Ditto. | |
9232 * control/system/ord2.m: Ditto. | |
9233 * control/system/packedform.m: Ditto. | |
9234 * control/system/parallel.m: Ditto. | |
9235 * control/system/ss2sys.m: Ditto. | |
9236 * control/system/ss2tf.m: Ditto. | |
9237 * control/system/ss2zp.m: Ditto. | |
9238 * control/system/starp.m: Ditto. | |
9239 * control/system/sys2fir.m: Ditto. | |
9240 * control/system/sys2ss.m: Ditto. | |
9241 * control/system/sys2tf.m: Ditto. | |
9242 * control/system/sys2zp.m: Ditto. | |
9243 * control/system/sysadd.m: Ditto. | |
9244 * control/system/sysappend.m: Ditto. | |
9245 * control/system/syschnamesl.m: Ditto. | |
9246 * control/system/syschtsam.m: Ditto. | |
9247 * control/system/sysconnect.m: Ditto. | |
9248 * control/system/syscont.m: Ditto. | |
9249 * control/system/syscont_disc.m: Ditto. | |
9250 * control/system/sysdefioname.m: Ditto. | |
9251 * control/system/sysdefstname.m: Ditto. | |
9252 * control/system/sysdimensions.m: Ditto. | |
9253 * control/system/sysdisc.m: Ditto. | |
9254 * control/system/sysdup.m: Ditto. | |
9255 * control/system/sysgetsignals.m: Ditto. | |
9256 * control/system/sysgettsam.m: Ditto. | |
9257 * control/system/sysgettype.m: Ditto. | |
9258 * control/system/sysgroup.m: Ditto. | |
9259 * control/system/sysgroupn.m: Ditto. | |
9260 * control/system/sysidx.m: Ditto. | |
9261 * control/system/sysmin.m: Ditto. | |
9262 * control/system/sysmult.m: Ditto. | |
9263 * control/system/sysout.m: Ditto. | |
9264 * control/system/sysprune.m: Ditto. | |
9265 * control/system/sysreorder.m: Ditto. | |
9266 * control/system/sysrepdemo.m: Ditto. | |
9267 * control/system/sysscale.m: Ditto. | |
9268 * control/system/syssetsignals.m: Ditto. | |
9269 * control/system/syssub.m: Ditto. | |
9270 * control/system/sysupdate.m: Ditto. | |
9271 * control/system/tf2ss.m: Ditto. | |
9272 * control/system/tf2sys.m: Ditto. | |
9273 * control/system/tf2sysl.m: Ditto. | |
9274 * control/system/tf2zp.m: Ditto. | |
9275 * control/system/tfout.m: Ditto. | |
9276 * control/system/ugain.m: Ditto. | |
9277 * control/system/zp2ss.m: Ditto. | |
9278 * control/system/zp2ssg2.m: Ditto. | |
9279 * control/system/zp2sys.m: Ditto. | |
9280 * control/system/zp2tf.m: Ditto. | |
9281 * control/system/zpout.m: Ditto. | |
9282 | |
9283 * control/util: New directory. | |
9284 * control/util/axis2dlim.m: Move here from control directory. | |
9285 * control/util/outlist.m: Ditto. | |
9286 * control/util/prompt.m: Ditto. | |
9287 * control/util/run_cmd.m: Ditto. | |
9288 * control/util/sortcom.m: Ditto. | |
9289 * control/util/strappend.m: Ditto. | |
9290 * control/util/swap.m: Ditto. | |
9291 * control/util/zgfmul.m: Ditto. | |
9292 * control/util/zgfslv.m: Ditto. | |
9293 * control/util/zginit.m: Ditto. | |
9294 * control/util/zgpbal.m: Ditto. | |
9295 * control/util/zgreduce.m: Ditto. | |
9296 * control/util/zgrownorm.m: Ditto. | |
9297 * control/util/zgscal.m: Ditto. | |
9298 * control/util/zgsgiv.m: Ditto. | |
9299 * control/util/zgshsr.m: Ditto. | |
9300 | |
3427 | 9301 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9302 | |
9303 * gethelp.cc (extract_help_text): Discard first space character | |
9304 after consecutive comment characters. | |
9305 | |
3422 | 9306 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
9307 | |
9308 * control/obsolete: New directory | |
9309 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 9310 * control/obsolete/swapcols.m: Ditto. |
9311 * control/obsolete/dlqg.m: Ditto. | |
9312 * control/obsolete/minfo.m: Ditto. | |
9313 * control/obsolete/packsys.m: Ditto. | |
9314 * control/obsolete/qzval.m: Ditto. | |
9315 * control/obsolete/unpacksys.m: Ditto. | |
9316 * control/obsolete/series.m: Ditto. | |
9317 * control/obsolete/syschnames.m: Ditto. | |
9318 * polynomial/polyout.m: Ditto. | |
3422 | 9319 |
3420 | 9320 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9321 | |
9322 * general/fliplr.m: Eliminate useless copy of arg. | |
9323 * general/flipud.m: Ditto. | |
9324 | |
3418 | 9325 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9326 | |
9327 * linear-algebra/cross.m: Only return a row vector if both args | |
9328 are row vectors. | |
9329 * polynomial/polyfit.m: Likewise. | |
9330 | |
9331 * signal/autocov.m: Don't reset prefer_column_vectors. | |
9332 | |
9333 * statistics/distributions/discrete_rnd.m: | |
9334 Always generate a row vector. | |
9335 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
9336 | |
5095 | 9337 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 9338 |
9339 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
9340 | |
9341 * audio/setaudio.m: Texinfoize doc string. | |
9342 * control/com2str.m: Likewise. | |
9343 * control/controldemo.m: Likewise. | |
9344 * control/DEMOcontrol.m: Likewise. | |
9345 * control/dezero.m: Likewise. | |
9346 * control/dre.m: Likewise. | |
9347 * control/hinfsyn_ric.m: Likewise. | |
9348 | |
5095 | 9349 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 9350 |
9351 * io/printf.m: Add @seealso{...} to doc string. | |
9352 * io/puts.m: Likewise. | |
9353 * plot/semilogx.m: Likewise. | |
9354 * plot/semilogy.m: Likewise. | |
9355 * plot/__pltopt__.m: Likewise. | |
9356 * plot/bar.m: Likewise. | |
9357 * plot/xlabel.m: Likewise. | |
9358 * plot/grid.m: Likewise. | |
9359 * plot/shg.m: Likewise. | |
9360 * plot/title.m: Likewise. | |
9361 * plot/mesh.m: Likewise. | |
9362 * plot/__pltopt1__.m: Likewise. | |
9363 * plot/contour.m: Likewise. | |
9364 * plot/hist.m: Likewise. | |
9365 * plot/stairs.m: Likewise. | |
9366 * plot/meshgrid.m: Likewise. | |
9367 * plot/polar.m: Likewise. | |
9368 * plot/loglog.m: Likewise. | |
9369 * plot/plot.m: Likewise. | |
9370 * miscellaneous/semicolon.m: Likewise. | |
9371 * miscellaneous/menu.m: Likewise. | |
9372 * miscellaneous/etime.m: Likewise. | |
9373 * miscellaneous/texas_lotto.m: Likewise. | |
9374 * miscellaneous/comma.m: Likewise. | |
9375 * audio/lin2mu.m: Likewise. | |
9376 * audio/playaudio.m: Likewise. | |
9377 * audio/loadaudio.m: Likewise. | |
9378 * audio/saveaudio.m: Likewise. | |
9379 * audio/mu2lin.m: Likewise. | |
9380 * audio/record.m: Likewise. | |
9381 * strings/isletter.m: Likewise. | |
9382 * strings/lower.m: Likewise. | |
9383 * strings/lower.m: Likewise. | |
9384 * strings/upper.m: Likewise. | |
9385 * specfun/erfinv.m: Likewise. | |
9386 * specfun/gammai.m: Likewise. | |
9387 * specfun/log2.m: Likewise. | |
9388 * specfun/pow2.m: Likewise. | |
9389 * elfun/gcd.m: Likewise. | |
9390 * elfun/lcm.m: Likewise. | |
9391 * special-matrix/vander.m: Likewise. | |
9392 * special-matrix/sylvester_matrix.m: Likewise. | |
9393 * special-matrix/hilb.m: Likewise. | |
9394 * special-matrix/hankel.m: Likewise. | |
9395 * special-matrix/toeplitz.m: Likewise. | |
9396 * special-matrix/invhilb.m: Likewise. | |
9397 * statistics/base/std.m: Likewise. | |
9398 * statistics/base/median.m: Likewise. | |
9399 * linear-algebra/cond.m: Likewise. | |
9400 * linear-algebra/norm.m: Likewise. | |
9401 * finance/nper.m: Likewise. | |
9402 * finance/pmt.m: Likewise. | |
9403 * finance/pv.m: Likewise. | |
9404 * finance/rate.m: Likewise. | |
9405 * finance/npv.m: Likewise. | |
9406 * general/fliplr.m: Likewise. | |
9407 * general/flipud.m: Likewise. | |
9408 * general/is_scalar.m: Likewise. | |
9409 * general/rem.m: Likewise. | |
9410 * general/perror.m: Likewise. | |
9411 * general/tril.m: Likewise. | |
9412 * general/rot90.m: Likewise. | |
9413 * general/num2str.m: Likewise. | |
9414 * general/int2str.m: Likewise. | |
9415 * general/reshape.m: Likewise. | |
9416 * general/logspace.m: Likewise. | |
9417 * general/is_symmetric.m: Likewise. | |
9418 * general/is_vector.m: Likewise. | |
9419 * general/nextpow2.m: Likewise. | |
9420 * general/columns.m: Likewise. | |
9421 * general/is_square.m: Likewise. | |
9422 * general/rows.m: Likewise. | |
9423 * control/ugain.m: Likewise. | |
9424 * control/damp.m: Likewise. | |
9425 * control/dare.m: Likewise. | |
9426 * control/are.m: Likewise. | |
9427 * control/sys2fir.m: Likewise. | |
9428 * control/abcddim.m: Likewise. | |
9429 * control/is_abcd.m: Likewise. | |
9430 * control/step.m: Likewise. | |
9431 * control/is_observable.m: Likewise. | |
9432 * control/is_controllable.m: Likewise. | |
9433 * control/jet707.m: Likewise. | |
9434 * control/polyout.m: Likewise. | |
9435 * control/impulse.m: Likewise. | |
9436 * control/lqg.m: Likewise. | |
9437 * control/is_detectable.m: Likewise. | |
9438 * control/sysdimensions.m: Likewise. | |
9439 * control/sysupdate.m: Likewise. | |
9440 * control/stepimp.m: Likewise. | |
9441 * control/is_stable.m: Likewise. | |
9442 * control/tfout.m: Likewise. | |
9443 * control/zpout.m: Likewise. | |
9444 | |
3405 | 9445 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9446 | |
9447 * set/complement.m: Add @seealso{} stuff. | |
9448 * set/create_set.m: Likewise. | |
9449 * set/intersection.m: Likewise. | |
9450 * set/union.m: Likewise. | |
9451 | |
3399 | 9452 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9453 | |
3400 | 9454 * control/d2c.m: Use double quotes instead of single quotes for |
9455 string constants. | |
9456 * control/dgkfdemo.m: Likewise. | |
9457 * control/fir2sys.m: Likewise. | |
9458 * control/frdemo.m: Likewise. | |
9459 * control/moddemo.m: Likewise. | |
9460 * control/minfo.m: Likewise. | |
9461 * control/is_stabilizable.m: Likewise. | |
9462 * control/is_dgkf.m: Likewise. | |
9463 * control/polyout.m: Likewise. | |
9464 * control/sysconnect.m: Likewise. | |
9465 * control/sysrepdemo.m: Likewise. | |
9466 * control/tf2sys.m: Likewise. | |
9467 * control/tfout.m: Likewise. | |
9468 * control/zp2sys.m: Likewise. | |
9469 * control/zpout.m: Likewise. | |
9470 * control/tzero.m: Likewise. | |
9471 | |
9472 * control/DEMOcontrol.m: Handle moddemo case too. | |
9473 | |
9474 * image/loadimage.m: Use double quotes instead of single quotes | |
9475 for string constants. Use sprintf instead of square brackets to | |
9476 construct string. | |
9477 | |
3399 | 9478 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 9479 * control/fir2sys.m: Likewise. |
3399 | 9480 |
3390 | 9481 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9482 | |
9483 * mkdoc: Only delete spaces before @ characters at the beginning | |
9484 of a line. | |
9485 | |
3383 | 9486 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9487 | |
3388 | 9488 * control/bddemo.m: Make it more likely to work with any value of |
9489 whitespace_in_literal_matrix. | |
3386 | 9490 * control/analdemo.m: Ditto. |
9491 * control/dgkfdemo.m: Ditto. | |
9492 * control/frdemo.m: Ditto. | |
9493 * control/sysrepdemo.m: Ditto. | |
9494 * control/moddemo.m: Ditto. | |
3388 | 9495 * control/zp2ss.m: Ditto. |
3387 | 9496 * control/zp2tf.m: Ditto. |
3388 | 9497 * control/syssub.m: Ditto. |
9498 * finance/npv.m: Ditto. | |
9499 * statistics/base/studentize.m: Ditto. | |
9500 * statistics/base/values.m: Ditto. | |
9501 * statistics/distributions/exponential_cdf.m: Ditto. | |
9502 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 9503 |
3384 | 9504 * control/dezero.m: Use toascii to convert string to ASCII value |
9505 instead of multiplying it by 1. | |
9506 | |
3383 | 9507 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
9508 * control/zpout.m: Ditto. | |
9509 * control/tfout.m: Ditto. | |
9510 * control/tf2sys.m: Ditto. | |
9511 * control/syssub.m: Ditto. | |
9512 * control/syssetsignals.m: Ditto. | |
9513 * control/sysout.m: Ditto. | |
9514 * control/sysmult.m: Ditto. | |
9515 * control/sysgroup.m: Ditto. | |
9516 * control/sysdup.m: Ditto. | |
9517 * control/sysdisc.m: Ditto. | |
9518 * control/syscont.m: Ditto. | |
9519 * control/sysconnect.m: Ditto. | |
9520 * control/sysappend.m: Ditto. | |
9521 * control/sysadd.m: Ditto. | |
9522 * control/ss2sys.m: Ditto. | |
9523 * control/nyquist.m: Ditto. | |
9524 * control/lqg.m: Ditto. | |
9525 * control/fir2sys.m: Ditto. | |
9526 * control/dmr2d.m: Ditto. | |
9527 * control/dezero.m: Ditto. | |
9528 * control/d2c.m: Ditto. | |
9529 * control/c2d.m: Ditto. | |
9530 * control/bddemo.m: Ditto. | |
9531 * control/pzmap.m: Ditto. | |
9532 | |
5095 | 9533 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 9534 |
9535 * signal/spectral_adf.m: Fix typo. | |
9536 | |
3372 | 9537 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9538 | |
9539 * linear-algebra/cond.m: Texinfoize doc string. | |
9540 * linear-algebra/kron.m: Ditto. | |
9541 * linear-algebra/norm.m: Ditto. | |
9542 * linear-algebra/null.m: Ditto. | |
9543 * linear-algebra/orth.m: Ditto. | |
9544 * linear-algebra/rank.m: Ditto. | |
9545 * linear-algebra/trace.m: Ditto. | |
9546 * linear-algebra/qzhess.m: Ditto. | |
9547 * miscellaneous/menu.m: Ditto. | |
3373 | 9548 * general/perror.m: Ditto. |
9549 * general/strerror.m: Ditto. | |
9550 * general/columns.m: Ditto. | |
9551 * general/rows.m: Ditto. | |
9552 * image/colormap.m: Ditto. | |
9553 * image/gray.m: Ditto. | |
9554 * image/gray2ind.m: Ditto. | |
9555 * image/image.m: Ditto. | |
9556 * image/imagesc.m: Ditto. | |
9557 * image/imshow.m: Ditto. | |
9558 * image/ind2gray.m: Ditto. | |
9559 * image/ind2rgb.m: Ditto. | |
9560 * image/loadimage.m: Ditto. | |
9561 * image/rgb2ntsc.m: Ditto. | |
9562 * image/ntsc2rgb.m: Ditto. | |
9563 * image/ocean.m: Ditto. | |
9564 * image/rgb2ind.m: Ditto. | |
9565 * image/saveimage.m: Ditto. | |
3372 | 9566 * io/printf.m: Ditto. |
9567 * io/puts.m: Ditto. | |
9568 | |
3369 | 9569 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9570 | |
9571 * special-matrix/hankel.m: Texinfoize doc string. | |
9572 * special-matrix/hilb.m: Ditto. | |
9573 * special-matrix/invhilb.m: Ditto. | |
9574 * special-matrix/sylvester_matrix.m: Ditto. | |
9575 * special-matrix/toeplitz.m: Ditto. | |
9576 * special-matrix/vander.m: Ditto. | |
9577 * linear-algebra/vec.m: Ditto. | |
9578 * linear-algebra/vech.m: Ditto. | |
9579 * general/common_size.m: Ditto. | |
9580 * general/diff.m: Ditto. | |
9581 * general/fliplr.m: Ditto. | |
9582 * general/flipud.m: Ditto. | |
9583 * general/rot90.m: Ditto. | |
9584 * general/reshape.m: Ditto. | |
9585 * general/shift.m: Ditto. | |
9586 * general/tril.m: Ditto. | |
9587 * general/triu.m: Ditto. | |
9588 * general/logspace.m: Ditto. | |
3371 | 9589 * general/nargchk.m: Ditto. |
3369 | 9590 |
3367 | 9591 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9592 | |
9593 * statistics/base/mean: Texinfoize doc string. | |
9594 * statistics/base/median: Ditto. | |
9595 * statistics/base/std: Ditto. | |
9596 * statistics/base/cov: Ditto. | |
9597 * statistics/base/corrcoef: Ditto. | |
9598 * statistics/base/kurtosis: Ditto. | |
9599 * statistics/base/mahalanobis: Ditto. | |
9600 * statistics/base/skewness: Ditto. | |
3368 | 9601 * statistics/base/gls.m: Ditto. |
9602 * statistics/base/ols.m: Ditto. | |
3367 | 9603 * signal/detrend.m: Ditto. |
9604 * signal/freqz.m: Ditto. | |
9605 * signal/sinc.m: Ditto. | |
9606 * signal/fftconv.m: Ditto. | |
9607 * signal/fftfilt.m: Ditto. | |
3368 | 9608 * set/create_set.m: Ditto. |
9609 * set/union.m: Ditto. | |
9610 * set/intersection.m: Ditto. | |
9611 * set/complement.m: Ditto. | |
9612 * poly/compan.m: Ditto. | |
9613 * poly/conv: Ditto. | |
9614 * poly/deconv: Ditto. | |
9615 * poly/poly: Ditto. | |
9616 * poly/polyderiv: Ditto. | |
9617 * poly/polyfit: Ditto. | |
9618 * poly/polyinteg: Ditto. | |
9619 * poly/polyreduce: Ditto. | |
9620 * poly/polyval: Ditto. | |
9621 * poly/polyvalm: Ditto. | |
9622 * poly/residue: Ditto. | |
9623 * poly/roots: Ditto. | |
9624 * plot/top_title.m: Ditto | |
9625 * plot/subwindow.m: Ditto | |
9626 * plot/subplot.m: Ditto | |
9627 * plot/plot_border.m: Ditto | |
9628 * plot/oneplot.m: Ditto | |
9629 * plot/multiplot.m: Ditto | |
9630 * plot/mplot.m: Ditto | |
9631 * plot/xlabel.m: Ditto | |
9632 * plot/figure.m: Ditto | |
9633 * plot/meshdom.m: Ditto | |
9634 * plot/mesh.m: Ditto | |
9635 * plot/stairs.m: Ditto | |
9636 * plot/polar.m: Ditto | |
9637 * plot/loglog.m: Ditto | |
9638 * plot/hist.m: Ditto | |
9639 * plot/contour.m: Ditto | |
9640 * plot/bar.m: Ditto | |
9641 * plot/axis.m: Ditto | |
9642 * plot/plot.m: Ditto. | |
3367 | 9643 |
3361 | 9644 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9645 | |
3365 | 9646 * control/pinv.m: Delete. |
9647 | |
3364 | 9648 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
9649 | |
3361 | 9650 * strings/blanks.m: Texinfoize doc string. |
9651 * strings/strcat.m: Ditto. | |
9652 * strings/str2mat.m: Ditto. | |
9653 * strings/deblank.m: Ditto. | |
9654 * strings/findstr.m: Ditto. | |
9655 * strings/index.m: Ditto. | |
9656 * strings/rindex.m: Ditto. | |
9657 * strings/split.m: Ditto. | |
9658 * strings/strcmp.m: Ditto. | |
9659 * strings/strrep.m: Ditto. | |
9660 * strings/substr.m: Ditto. | |
9661 * general/int2str.m: Ditto. | |
9662 * general/num2str.m: Ditto. | |
9663 * strings/dec2bin.m: Ditto. | |
9664 * strings/bin2dec: Ditto. | |
9665 * strings/dec2bin: Ditto. | |
9666 * strings/dec2hex: Ditto. | |
9667 * strings/hex2dec: Ditto. | |
9668 * strings/str2num: Ditto. | |
9669 | |
3347 | 9670 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9671 | |
9672 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
9673 | |
5095 | 9674 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 9675 |
9676 * control/DEMOcontrol.m: Texinfoize doc string. | |
9677 * control/abcddim.m: Ditto. | |
9678 * control/abcddims.m: Ditto. | |
9679 * control/analdemo.m: Ditto. | |
9680 * control/are.m: Ditto. | |
9681 * control/axis2dlim.m: Ditto. | |
9682 * control/bddemo.m: Ditto. | |
9683 * control/bode.m: Ditto. | |
9684 * control/bode_bounds.m: Ditto. | |
9685 * control/bodquist.m: Ditto. | |
9686 * control/buildssic.m: Ditto. | |
9687 * control/c2d.m: Ditto. | |
9688 * control/ctrb.m: Ditto. | |
9689 * control/d2c.m: Ditto. | |
9690 * control/damp.m: Ditto. | |
9691 * control/dare.m: Ditto. | |
9692 * control/dcgain.m: Ditto. | |
9693 * control/dgkfdemo.m: Ditto. | |
9694 * control/dgram.m: Ditto. | |
9695 * control/dlqe.m: Ditto. | |
9696 * control/dlqr.m: Ditto. | |
9697 * control/dlyap.m: Ditto. | |
9698 * control/dmr2d.m: Ditto. | |
9699 * control/fir2sys.m: Ditto. | |
9700 * control/frdemo.m: Ditto. | |
9701 * control/freqchkw.m: Ditto. | |
9702 * control/freqresp.m: Ditto. | |
9703 * control/gram.m: Ditto. | |
9704 * control/h2norm.m: Ditto. | |
9705 * control/h2syn.m: Ditto. | |
9706 * control/hinf_ctr.m: Ditto. | |
9707 * control/hinfdemo.m: Ditto. | |
9708 * control/hinfnorm.m: Ditto. | |
9709 * control/hinfsyn.m: Ditto. | |
9710 * control/hinfsyn_chk.m: Ditto. | |
9711 * control/impulse.m: Ditto. | |
9712 * control/is_abcd.m: Ditto. | |
9713 * control/is_controllable.m: Ditto. | |
9714 * control/is_detectable.m: Ditto. | |
9715 * control/is_dgkf.m: Ditto. | |
9716 * control/is_digital.m: Ditto. | |
9717 * control/is_observable.m: Ditto. | |
9718 * control/is_sample.m: Ditto. | |
9719 * control/is_signal_list.m: Ditto. | |
9720 * control/is_siso.m: Ditto. | |
9721 * control/is_stabilizable.m: Ditto. | |
9722 * control/is_stable.m: Ditto. | |
9723 * control/jet707.m: Ditto. | |
9724 * control/lqe.m: Ditto. | |
9725 * control/lqg.m: Ditto. | |
9726 * control/lqr.m: Ditto. | |
9727 * control/lsim.m: Ditto. | |
9728 * control/ltifr.m: Ditto. | |
9729 * control/lyap.m: Ditto. | |
9730 * control/moddemo.m: Ditto. | |
9731 * control/nyquist.m: Ditto. | |
9732 * control/obsv.m: Ditto. | |
9733 * control/ord2.m: Ditto. | |
9734 * control/outlist.m: Ditto. | |
9735 * control/pinv.m: Ditto. | |
9736 * control/place.m: Ditto. | |
9737 * control/polyout.m: Ditto. | |
9738 * control/prompt.m: Ditto. | |
9739 * control/pzmap.m: Ditto. | |
9740 * control/qzval.m: Ditto. | |
9741 * control/rldemo.m: Ditto. | |
9742 * control/rlocus.m: Ditto. | |
9743 * control/sortcom.m: Ditto. | |
9744 * control/ss2sys.m: Ditto. | |
9745 * control/ss2tf.m: Ditto. | |
9746 * control/ss2zp.m: Ditto. | |
9747 * control/starp.m: Ditto. | |
9748 * control/step.m: Ditto. | |
9749 * control/stepimp.m: Ditto. | |
9750 * control/susball.m: Ditto. | |
9751 * control/sys2fir.m: Ditto. | |
9752 * control/sys2ss.m: Ditto. | |
9753 * control/sys2tf.m: Ditto. | |
9754 * control/sys2zp.m: Ditto. | |
9755 * control/sysadd.m: Ditto. | |
9756 * control/sysappend.m: Ditto. | |
9757 * control/syschnames.m: Ditto. | |
9758 * control/syschnamesl.m: Ditto. | |
9759 * control/syschtsam.m: Ditto. | |
9760 * control/sysconnect.m: Ditto. | |
9761 * control/syscont.m: Ditto. | |
9762 * control/syscont_disc.m: Ditto. | |
9763 * control/sysdefioname.m: Ditto. | |
9764 * control/sysdefstname.m: Ditto. | |
9765 * control/sysdimensions.m: Ditto. | |
9766 * control/sysdisc.m: Ditto. | |
9767 * control/sysdup.m: Ditto. | |
9768 * control/sysgetsignals.m: Ditto. | |
9769 * control/sysgettype.m: Ditto. | |
9770 * control/sysgroup.m: Ditto. | |
9771 * control/sysgroupn.m: Ditto. | |
9772 * control/sysmult.m: Ditto. | |
9773 * control/sysout.m: Ditto. | |
9774 * control/sysprune.m: Ditto. | |
9775 * control/sysreorder.m: Ditto. | |
9776 * control/sysrepdemo.m: Ditto. | |
9777 * control/sysscale.m: Ditto. | |
9778 * control/syssetsignals.m: Ditto. | |
9779 * control/syssub.m: Ditto. | |
9780 * control/sysupdate.m: Ditto. | |
9781 * control/tf2ss.m: Ditto. | |
9782 * control/tf2sys.m: Ditto. | |
9783 * control/tf2sysl.m: Ditto. | |
9784 * control/tf2zp.m: Ditto. | |
9785 * control/tfout.m: Ditto. | |
9786 * control/tzero.m: Ditto. | |
9787 * control/tzero2.m: Ditto. | |
9788 * control/ugain.m: Ditto. | |
9789 * control/wgt1o.m: Ditto. | |
9790 * control/zgfmul.m: Ditto. | |
9791 * control/zgfslv.m: Ditto. | |
9792 * control/zginit.m: Ditto. | |
9793 * control/zgpbal.m: Ditto. | |
9794 * control/zgreduce.m: Ditto. | |
9795 * control/zgrownorm.m: Ditto. | |
9796 * control/zgscal.m: Ditto. | |
9797 * control/zgsgiv.m: Ditto. | |
9798 * control/zgshsr.m: Ditto. | |
9799 * control/zp2ss.m: Ditto. | |
9800 * control/zp2ssg2.m: Ditto. | |
9801 * control/zp2sys.m: Ditto. | |
9802 * control/zp2tf.m: Ditto. | |
9803 * control/zpout.m: Ditto. | |
9804 | |
5095 | 9805 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 9806 |
5378 | 9807 * audio/lin2mu.m: Texinfoize doc string. |
9808 * audio/loadaudio.m: Ditto. | |
9809 * audio/mu2lin.m: Ditto. | |
9810 * audio/playaudio.m: Ditto. | |
9811 * audio/record.m: Ditto. | |
9812 * audio/saveaudio.m: Ditto. | |
3332 | 9813 |
5095 | 9814 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9815 |
9816 * elfun/acot.m: Texinfoize doc string. | |
9817 * elfun/acsc.m: Ditto. | |
9818 * elfun/acsch.m: Ditto. | |
9819 * elfun/asec.m: Ditto. | |
9820 * elfun/asech.m: Ditto. | |
9821 * elfun/cot.m: Ditto. | |
9822 * elfun/coth.m: Ditto. | |
9823 * elfun/csc.m: Ditto. | |
9824 * elfun/csch.m: Ditto. | |
9825 * elfun/gcd.m: Ditto. | |
9826 * elfun/lcm.m: Ditto. | |
9827 * elfun/sec.m: Ditto. | |
9828 * elfun/sech.m: Ditto. | |
9829 * general/nextpow2.m: Ditto. | |
9830 * general/rem.m: Ditto. | |
9831 * linear-algebra/commutation_matrix.m: Ditto. | |
9832 * linear-algebra/cross.m: Ditto. | |
9833 * linear-algebra/duplication_matrix.m: Ditto. | |
9834 * miscellaneous/bincoeff.m: Ditto. | |
9835 * miscellaneous/xor.m: Ditto. | |
9836 * specfun/bessel.m: Ditto. | |
9837 * specfun/beta.m: Ditto. | |
9838 * specfun/betai.m: Ditto. | |
9839 * specfun/erfinv.m: Ditto. | |
9840 * specfun/gammai.m: Ditto. | |
9841 * specfun/log2.m: Ditto. | |
9842 * specfun/pow2.m: Ditto. | |
9843 | |
5095 | 9844 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9845 |
9846 * general/is_scalar.m: Texinfoize help text. | |
9847 * general/is_square.m: Ditto. | |
9848 * general/is_symmetric.m: Ditto. | |
9849 | |
3320 | 9850 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9851 | |
9852 * strings/split.m: If the string to be split is empty, just return | |
9853 an empty string. | |
9854 | |
3319 | 9855 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9856 | |
9857 * Makefile.in (ALL_M_FILES): New macro. | |
9858 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
9859 | |
3306 | 9860 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9861 | |
9862 * control/bode.m: Don't return anything if nargout == 0. | |
9863 | |
9864 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
9865 | |
9866 * control/bode.m: Don't do axis scaling for magnitude plots. | |
9867 | |
3305 | 9868 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9869 | |
9870 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
9871 gethelp.cc to the list. | |
9872 | |
3296 | 9873 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9874 | |
3301 | 9875 * time/asctime.m: Texinfoize help text. |
9876 * time/clock.m: Ditto. | |
9877 * time/date.m: Ditto. | |
9878 * miscellaneous/cputime.m: Ditto. | |
9879 * miscellaneous/etime.m: Ditto. | |
9880 * miscellaneous/is_leap_year.m: Ditto. | |
9881 * miscellaneous/popen2.m: Ditto. | |
9882 * miscellaneous/version.m: Ditto. | |
9883 * miscellaneous/tic.m: Ditto. | |
9884 * miscellaneous/toc.m: Just refer to tic.m. | |
9885 | |
3297 | 9886 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
9887 `cd dir; $(MAKE); cd ..'. | |
9888 ($(SUBDIRS)): Likewise. | |
9889 | |
9890 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
9891 | |
9892 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
9893 of `cd dir; $(MAKE)'. | |
9894 | |
3296 | 9895 * gethelp.cc, mkdoc: New files. |
9896 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
9897 sources. | |
9898 | |
3291 | 9899 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9900 | |
9901 * linear-algebra/kron.m: Fix typo in previous change | |
9902 | |
3282 | 9903 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9904 | |
9905 * control/bode.m: Allow optional 5th arg to specify plot style. | |
9906 | |
5095 | 9907 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 9908 |
9909 * linear-algebra/krylov.m: Correctly handle case of V having full | |
9910 rank when V has more columns than rows. | |
9911 | |
9912 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9913 | |
9914 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
9915 | |
9916 * statistics/tests/manova.m: Avoid problems if | |
9917 whitespace_in_literal_matrix is set to "traditional". | |
9918 * statistics/tests/t_test_regression.m: Likewise. | |
9919 * statistics/tests/u_test.m: Likewise. | |
9920 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
9921 * statistics/tests/anova.m: Likewise. | |
9922 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9923 * statistics/base/statistics.m: Likewise. | |
9924 * image/saveimage.m: Likewise. | |
9925 * signal/arch_fit.m: Likewise. | |
9926 * signal/autoreg_matrix.m: Likewise. | |
9927 * signal/triangle_lw.m: Likewise. | |
9928 * strings/dec2hex.m: Likewise. | |
9929 | |
3268 | 9930 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9931 | |
9932 * image/saveimage.m: Initialize scale. | |
9933 | |
9934 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9935 | |
9936 * general/reshape.m: Allow reshape (a, size (b)). | |
9937 | |
3266 | 9938 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9939 | |
9940 * specfun/erfinv.m: Improve stopping criterion. | |
9941 Add iteration count as second return value. | |
9942 | |
3265 | 9943 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9944 | |
9945 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
9946 | |
3263 | 9947 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9948 | |
9949 * miscellaneous/pack.m: New function. | |
9950 | |
9951 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9952 | |
9953 * plot/figure.m: Always return figure number. With no args, | |
9954 figure now creates a new figure window and returns its number. | |
9955 Accept figure (property, value) syntax, but do nothing. | |
9956 | |
5095 | 9957 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 9958 |
9959 * general/shift.m: Avoid printing temporary value for backward shift. | |
9960 | |
3260 | 9961 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9962 | |
9963 * plot/bar.m: Compute bar widths correctly when x-values are not | |
9964 evenly spaced. | |
9965 | |
3250 | 9966 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9967 | |
9968 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
9969 contain only zeros. | |
9970 | |
5095 | 9971 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 9972 |
9973 * linear-algebra/kron.m: Create result matrix and insert blocks | |
9974 instead of appending them. | |
9975 | |
9976 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9977 | |
9978 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
9979 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
9980 Update from A. S. Hodel. | |
9981 | |
3246 | 9982 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9983 | |
9984 * polynomial/polyfit.m: Correct previous change. | |
9985 | |
3243 | 9986 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9987 | |
9988 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
9989 | |
5095 | 9990 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 9991 |
9992 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
9993 version of krylov and krylovb. | |
9994 | |
9995 * control/outlist.m, control/sysout.m: Fix typos. | |
9996 | |
9997 * control/sysdimensions.m: Add option for total number of states. | |
9998 | |
9999 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
10000 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
10001 arguments. | |
10002 | |
10003 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10004 | |
10005 * strings/index.m: Fail with meaningful error message if either | |
10006 arg is a string array. | |
10007 | |
3238 | 10008 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10009 | |
10010 * linear-algebra/norm.m: Do the right thing for 1- and | |
10011 infinity-norms of complex matrices. From Sven Khatri | |
10012 <khatri@saturn.vocalpoint.com>. | |
10013 | |
5095 | 10014 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 10015 |
10016 * linear-algebra/qrhouse.m: Handle default args correctly. | |
10017 | |
10018 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10019 | |
10020 * strings/split.m: Avoid problems when splitting strings that have | |
10021 \ in them. | |
10022 | |
5095 | 10023 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 10024 |
10025 * image/colormap.m: Do better arg checking, handle string args | |
10026 that name the colormap function to call (e.g., colormap ("ocean")). | |
10027 | |
5095 | 10028 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 10029 |
10030 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
10031 * linear-algebra/dot.m: Likewise. | |
10032 * linear-algebra/cross.m: Likewise. | |
10033 * general/rot90.m: Likewise. | |
10034 | |
5095 | 10035 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 10036 |
10037 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
10038 that the leading column is not all zeros. | |
10039 | |
10040 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10041 | |
10042 * general/shift.m: Fix potential problems with | |
10043 whitespace_in_literal_matrix. | |
10044 * signal/arch_rnd.m: Ditto. | |
10045 * signal/autocov.m: Ditto. | |
10046 * signal/diffpara.m: Ditto. | |
10047 * signal/hurst.m: Ditto. | |
10048 * signal/periodogram.m: Ditto. | |
10049 * signal/spectral_adf.m: Ditto. | |
10050 * signal/spectral_xdf.m: Ditto. | |
10051 * signal/spencer.m: Ditto. | |
10052 * signal/synthesis.m: Ditto. | |
10053 * statistics/distributions/wiener_rnd.m: Ditto. | |
10054 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
10055 * statistics/models/logistic_regression.m: Ditto. | |
10056 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
10057 * statistics/tests/run_test.m: Ditto. | |
10058 * statistics/tests/chisquare_test_independence.m: Ditto. | |
10059 | |
5095 | 10060 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 10061 |
10062 * plot/__plr2__.m: Fix typo. | |
10063 | |
3233 | 10064 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10065 | |
10066 * plot/__pltopt1__.m: Accept "k" to mean black. | |
10067 | |
5095 | 10068 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10069 |
10070 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
10071 function. | |
10072 | |
5095 | 10073 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10074 |
10075 * control/ss2sys.m: Fix typo. | |
10076 | |
10077 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10078 | |
10079 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
10080 | |
10081 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
10082 signal names as lists of strings instead of string arrays. | |
10083 | |
3225 | 10084 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10085 | |
3233 | 10086 * quaternion: New directory of functions from A. S. Hodel |
3225 | 10087 <a.s.hodel@eng.auburn.edu>. |
10088 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 10089 * quaternion/Makefile.in: New file. |
10090 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 10091 |
10092 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10093 | |
10094 * image/saveimage.m: Make it work again for black and white colormaps. | |
10095 | |
10096 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
10097 since there can be fewer rows than columns. Round values to | |
10098 nearest position in colormap instead of truncating. Correct usage | |
10099 message. | |
10100 | |
5095 | 10101 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 10102 |
10103 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
10104 zero rows of [A,v] as householder pivots; this avoids spurious | |
10105 non-zero entries in returned orthogonal matrix U, but destroys the | |
10106 Householder matrix structure of H. | |
10107 | |
10108 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10109 | |
10110 * general/logical.m: Just copy input to output if argument is | |
10111 already a logical object. | |
10112 | |
3215 | 10113 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10114 | |
10115 * New files from OCST, in control subdiretory: | |
10116 | |
10117 DEMOcontrol.m is_siso.m syschnames.m | |
10118 abcddim.m is_stabilizable.m syschnamesl.m | |
10119 abcddims.m is_stable.m syschtsam.m | |
10120 analdemo.m jet707.m sysconnect.m | |
10121 are.m lqe.m syscont.m | |
10122 axis2dlim.m lqg.m syscont_disc.m | |
10123 bddemo.m lqr.m sysdefioname.m | |
10124 bode.m lsim.m sysdefstname.m | |
10125 bode_bounds.m ltifr.m sysdimensions.m | |
10126 bodquist.m lyap.m sysdisc.m | |
10127 buildssic.m mb.m sysdup.m | |
10128 c2d.m minfo.m sysgetsignals.m | |
6302 | 10129 com2str.m moddemo.m sysgettsam.m |
3215 | 10130 controldemo.m nichols.m sysgettype.m |
10131 ctrb.m nyquist.m sysgroup.m | |
10132 d2c.m obsv.m sysgroupn.m | |
10133 damp.m ord2.m sysmult.m | |
10134 dare.m outlist.m sysout.m | |
10135 dcgain.m packedform.m sysprune.m | |
10136 demomarsyas.m packsys.m sysreorder.m | |
10137 dezero.m; parallel.m sysrepdemo.m | |
10138 dgkfdemo.m place.m sysscale.m | |
10139 dgram.m polyout.m syssub.m | |
10140 dhinfdemo.m prompt.m sysupdate.m | |
10141 dlqe.m pzmap.m tf2ss.m | |
10142 dlqg.m qzval.m tf2sys.m | |
10143 dlqr.m rldemo.m tf2sysl.m | |
10144 dlyap.m rlocus.m tf2zp.m | |
10145 dmr2d.m rotg.m tfout.m | |
10146 fir2sys.m run_cmd.m; tzero.m | |
10147 frdemo.m series.m tzero2.m | |
10148 freqchkw.m sortcom.m ugain.m | |
10149 freqresp.m ss2sys.m unpacksys.m | |
10150 gram.m ss2tf.m wgt1o.m | |
10151 h2norm.m ss2zp.m zgfmul.m | |
10152 h2syn.m starp.m zgfslv.m | |
10153 hinf_ctr.m step.m zginit.m | |
10154 hinfdemo.m stepimp.m zgpbal.m | |
10155 hinfnorm.m strappend.m; zgreduce.m | |
10156 hinfsyn.m susball.m zgrownorm.m | |
10157 hinfsyn_chk.m swap.m zgscal.m | |
10158 impulse.m swapcols.m zgsgiv.m | |
10159 is_abcd.m swaprows.m zgshsr.m | |
10160 is_controllable.m sys2fir.m zp2ss.m | |
10161 is_detectable.m sys2ss.m zp2ssg2.m | |
10162 is_dgkf.m sys2tf.m zp2sys.m | |
10163 is_digital.m sys2zp.m zp2tf.m | |
10164 is_observable.m sysadd.m zpout.m | |
10165 is_sample.m sysappend.m | |
10166 | |
10167 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10168 | |
10169 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
10170 | |
10171 * strings/deblank.m: Make it work for string arrays too. | |
10172 | |
3211 | 10173 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10174 | |
10175 * linear-algebra/housh.m: New file from the OCST. | |
10176 * linear-algebra/krygetq.m: Ditto. | |
10177 * linear-algebra/krylov.m: Ditto. | |
10178 * linear-algebra/krylovb.m: Ditto. | |
10179 * linear-algebra/qrhouse.m: Ditto. | |
10180 * general/is_duplicate_entry.m: Ditto. | |
10181 | |
10182 * general/is_symmetric.m: Call is_square instead of doing that | |
10183 check in line. | |
10184 | |
3196 | 10185 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10186 | |
3202 | 10187 * general/is_square.m: |
10188 | |
10189 * general/isempty.m, general/is_matrix.m: Delete. | |
10190 | |
10191 * general/is_symmetric: Delete special case for strings. Whether | |
10192 the conversion is valid should depend on implicit_str_to_num_ok. | |
10193 | |
10194 * general/is_square.m: If arg is not a matrix, don't check size, | |
10195 just return 0. | |
10196 * general/is_symmetric: Likewise. | |
10197 * general/is_vector.m: Likewise. | |
10198 * general/is_scalar.m: Likewise. | |
10199 | |
3196 | 10200 * general/length.m: Delete. |
10201 | |
3191 | 10202 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10203 | |
10204 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
10205 statistics/distributions/Makefile, statistics/models/Makefile, | |
10206 and statistics/tests/Makefile to the list of files to create. | |
10207 | |
10208 * finance/Makefile.in, statistics/base/Makefile.in, | |
10209 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
10210 statistics/tests/Makefile.in: New files. | |
10211 * statistics/Makefile.in: Delete file lists. Now only handle | |
10212 subdirectories. | |
10213 * Makefile.in (SUBDIRS): Add finance. | |
10214 | |
10215 * Move the following files from statistics to statistics/base: | |
10216 | |
10217 corrcoef.m | |
10218 kurtosis.m | |
10219 mahalanobis.m | |
10220 median.m | |
10221 ols.m | |
10222 skewness.m | |
10223 std.m | |
10224 | |
10225 New files, from Kurt Hornik's octave-ci package: | |
10226 | |
10227 * finance (new directory): | |
10228 | |
10229 fv.m | |
10230 fvl.m | |
10231 irr.m | |
10232 nper.m | |
10233 npv.m | |
10234 pmt.m | |
10235 pv.m | |
10236 pvl.m | |
10237 rate.m | |
10238 vol.m | |
10239 | |
10240 * linear-algebra/dmult.m | |
10241 | |
10242 * signal: | |
10243 | |
10244 arch_fit.m | |
10245 arch_rnd.m | |
10246 arch_test.m | |
10247 arma_rnd.m | |
10248 autocor.m | |
10249 autocov.m | |
10250 autoreg_matrix.m | |
10251 bartlett.m | |
10252 blackman.m | |
10253 diffpara.m | |
10254 durbinlevinson.m | |
10255 fractdiff.m | |
10256 hamming.m | |
10257 hanning.m | |
10258 hurst.m | |
10259 periodogram.m | |
10260 rectangle_lw.m | |
10261 rectangle_sw.m | |
10262 sinetone.m | |
10263 sinewave.m | |
10264 spectral_adf.m | |
10265 spectral_xdf.m | |
10266 spencer.m | |
10267 stft.m | |
10268 synthesis.m | |
10269 triangle_lw.m | |
10270 triangle_sw.m | |
10271 yulewalker.m | |
10272 | |
10273 * statistics/base (new directory): | |
10274 | |
10275 center.m | |
10276 cloglog.m | |
10277 cor.m | |
10278 cov.m | |
10279 cut.m | |
10280 iqr.m | |
10281 kendall.m | |
10282 logit.m | |
10283 mean.m | |
10284 meansq.m | |
10285 moment.m | |
10286 ppplot.m | |
10287 probit.m | |
10288 qqplot.m | |
10289 range.m | |
10290 ranks.m | |
10291 run_count.m | |
10292 spearman.m | |
10293 statistics.m | |
10294 studentize.m | |
10295 table.m | |
10296 values.m | |
10297 var.m | |
10298 | |
10299 (Replaces cov.m and mean.m with new versions.) | |
10300 | |
10301 * statistics/distributions (new directory): | |
10302 | |
10303 beta_cdf.m | |
10304 beta_inv.m | |
10305 beta_pdf.m | |
10306 beta_rnd.m | |
10307 binomial_cdf.m | |
10308 binomial_inv.m | |
10309 binomial_pdf.m | |
10310 binomial_rnd.m | |
10311 cauchy_cdf.m | |
10312 cauchy_inv.m | |
10313 cauchy_pdf.m | |
10314 cauchy_rnd.m | |
10315 chisquare_cdf.m | |
10316 chisquare_inv.m | |
10317 chisquare_pdf.m | |
10318 chisquare_rnd.m | |
10319 discrete_cdf.m | |
10320 discrete_inv.m | |
10321 discrete_pdf.m | |
10322 discrete_rnd.m | |
10323 empirical_cdf.m | |
10324 empirical_inv.m | |
10325 empirical_pdf.m | |
10326 empirical_rnd.m | |
10327 exponential_cdf.m | |
10328 exponential_inv.m | |
10329 exponential_pdf.m | |
10330 exponential_rnd.m | |
10331 f_cdf.m | |
10332 f_inv.m | |
10333 f_pdf.m | |
10334 f_rnd.m | |
10335 gamma_cdf.m | |
10336 gamma_inv.m | |
10337 gamma_pdf.m | |
10338 gamma_rnd.m | |
10339 geometric_cdf.m | |
10340 geometric_inv.m | |
10341 geometric_pdf.m | |
10342 geometric_rnd.m | |
10343 hypergeometric_cdf.m | |
10344 hypergeometric_inv.m | |
10345 hypergeometric_pdf.m | |
10346 hypergeometric_rnd.m | |
10347 kolmogorov_smirnov_cdf.m | |
10348 laplace_cdf.m | |
10349 laplace_inv.m | |
10350 laplace_pdf.m | |
10351 laplace_rnd.m | |
10352 logistic_cdf.m | |
10353 logistic_inv.m | |
10354 logistic_pdf.m | |
10355 logistic_rnd.m | |
10356 lognormal_cdf.m | |
10357 lognormal_inv.m | |
10358 lognormal_pdf.m | |
10359 lognormal_rnd.m | |
10360 normal_cdf.m | |
10361 normal_inv.m | |
10362 normal_pdf.m | |
10363 normal_rnd.m | |
10364 pascal_cdf.m | |
10365 pascal_inv.m | |
10366 pascal_pdf.m | |
10367 pascal_rnd.m | |
10368 poisson_cdf.m | |
10369 poisson_inv.m | |
10370 poisson_pdf.m | |
10371 poisson_rnd.m | |
10372 stdnormal_cdf.m | |
10373 stdnormal_inv.m | |
10374 stdnormal_pdf.m | |
10375 stdnormal_rnd.m | |
10376 t_cdf.m | |
10377 t_inv.m | |
10378 t_pdf.m | |
10379 t_rnd.m | |
10380 uniform_cdf.m | |
10381 uniform_inv.m | |
10382 uniform_pdf.m | |
10383 uniform_rnd.m | |
10384 weibull_cdf.m | |
10385 weibull_inv.m | |
10386 weibull_pdf.m | |
10387 weibull_rnd.m | |
10388 wiener_rnd.m | |
10389 | |
10390 * statistics/models (new directory): | |
10391 | |
10392 logistic_regression.m | |
10393 logistic_regression_derivatives.m | |
10394 logistic_regression_likelihood.m | |
10395 | |
10396 * statistics/tests (new directory): | |
10397 | |
10398 anova.m | |
10399 bartlett_test.m | |
10400 chisquare_test_homogeneity.m | |
10401 chisquare_test_independence.m | |
10402 cor_test.m | |
10403 f_test_regression.m | |
10404 hotelling_test.m | |
10405 hotelling_test_2.m | |
10406 kolmogorov_smirnov_test.m | |
10407 kolmogorov_smirnov_test_2.m | |
10408 kruskal_wallis_test.m | |
10409 manova.m | |
10410 mcnemar_test.m | |
10411 prop_test_2.m | |
10412 run_test.m | |
10413 sign_test.m | |
10414 t_test.m | |
10415 t_test_2.m | |
10416 t_test_regression.m | |
10417 u_test.m | |
10418 var_test.m | |
10419 welch_test.m | |
10420 wilcoxon_test.m | |
10421 z_test.m | |
10422 z_test_2.m | |
10423 | |
10424 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10425 | |
10426 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
10427 compatibility and to avoid Y2K problems. | |
10428 | |
3190 | 10429 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10430 | |
10431 * polynomial/polyfit.m: Just use the \ operator to handle the | |
10432 least-squares solution. | |
10433 | |
3180 | 10434 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10435 | |
10436 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
10437 | |
10438 * strings/strrep.m: Don't convert args to numeric values. | |
10439 Prevent warnings for empty string args. | |
10440 From Georg Thimm <thimm@idiap.ch>. | |
10441 | |
10442 * strings/strcat.m: Prevent warnings for empty string args. | |
10443 | |
10444 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10445 | |
10446 * miscellaneous/menu.m: Remove special case for empty string | |
10447 returned from input(). Add second arg to eval() to catch errors. | |
10448 | |
3178 | 10449 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10450 | |
10451 * plot/__plt__.m: Don't call usleep. | |
10452 | |
3175 | 10453 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10454 | |
10455 * linear-algebra/dot.m: New function. | |
10456 | |
10457 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
10458 compatibility. | |
10459 | |
10460 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10461 | |
10462 * plot/hist.m: Also allow just one output argument. | |
10463 | |
10464 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10465 | |
10466 * strings/deblank.m: Make it work if the string is only blanks. | |
10467 | |
10468 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10469 | |
10470 * plot/__plt2mv__.m: Delete calls to keyboard. | |
10471 | |
10472 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10473 | |
10474 * plot/oneplot.m: Fix typo. | |
10475 | |
3174 | 10476 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10477 | |
10478 * miscellaneous/flops.m: Allow a single argument too. | |
10479 | |
10480 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10481 | |
10482 * strings/str2mat.m: Also handle case when there are no empty | |
10483 strings correctly. | |
10484 | |
10485 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10486 | |
10487 * strings/isletter.m: New function, for Matlab compatibility. | |
10488 | |
3168 | 10489 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10490 | |
10491 * strings/str2mat.m: Handle string matrices too. | |
10492 | |
3167 | 10493 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10494 | |
10495 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
10496 linear encoding. | |
10497 | |
10498 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
10499 audio/record.m: Open files in binary mode. | |
10500 | |
3164 | 10501 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10502 | |
10503 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
10504 Move functionality of dump_1_pref here, but use built-in function | |
10505 type to extract value, and put it inside try/catch block. | |
10506 * miscellaneous/dump_1_pref.m: Delete unused function. | |
10507 | |
3162 | 10508 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10509 | |
10510 * plot/__pltopt1.m__: New file. | |
10511 * plot/__pltopt.m__: Handle opt as a string array by calling | |
10512 __pltopt1__ multiple times and returning a string array with rows | |
10513 corresponding to the rows of opt. | |
10514 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
10515 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
10516 array. | |
10517 | |
10518 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10519 | |
10520 * plot/mplot.m: Fix misspellings of global variables. | |
10521 Don't call clearplot. | |
10522 | |
10523 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10524 | |
10525 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
10526 "cle;rep" when going in ot multiplot mode. | |
10527 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
10528 switching out of multiplot mode. | |
10529 | |
3156 | 10530 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 10531 |
3156 | 10532 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
10533 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 10534 |
3141 | 10535 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10536 | |
10537 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
10538 | |
10539 * miscellaneous/bug_report.m: Don't try to get smart with | |
10540 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
10541 | |
10542 * Makefile.in (install): Create separate ls-R files for | |
10543 $(datadir) and $(libexecdir). | |
10544 (uninstall): Remove both ls-R files. | |
10545 | |
3136 | 10546 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10547 | |
10548 * signal/fftshift.m: New file. | |
10549 | |
10550 * plot/contour.m: Fix for non-square case. | |
10551 | |
10552 * general/randperm.m: New file. | |
10553 | |
10554 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10555 | |
10556 * specfun/betai.m: Restore file for compatibility with previous | |
10557 versions. Call betainc with reordered args. | |
10558 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
10559 | |
3131 | 10560 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10561 | |
10562 * plot/contour.m: Handle discrete contour levels. | |
10563 | |
10564 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10565 | |
10566 * control/lyap.m: For compatibility with Matlab, solve | |
10567 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
10568 | |
3124 | 10569 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10570 | |
10571 * specfun/bessel.m: New file. | |
10572 | |
10573 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
10574 specfun/gammainc.m: Delete. | |
10575 | |
3106 | 10576 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10577 | |
10578 * image/colormap.m: Initialize __current_color_map__ in global | |
10579 statement. | |
10580 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
10581 statement. | |
10582 * plot/axis.m: Initialize __current_axis__ in global statement. | |
10583 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
10584 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
10585 | |
3103 | 10586 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10587 | |
10588 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
10589 * time/toc.m: Likewise. | |
10590 | |
10591 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
10592 | |
10593 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
10594 anything special for automatic_replot when in multiplot mode -- | |
10595 recent 3.6beta releases handle this correctly. | |
10596 | |
10597 * plot/figure.m: Ensure that we are not in multiplot mode before | |
10598 setting the terminal type. | |
10599 | |
10600 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
10601 plot/subwindow.m: Use leading and trailing underscores for | |
10602 `private' globals. | |
10603 | |
10604 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
10605 | |
3101 | 10606 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10607 | |
10608 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
10609 | |
3091 | 10610 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10611 | |
3092 | 10612 * specfun/gammai.m: Avoid problems with whitespace when |
10613 constructing matrices. | |
10614 | |
3091 | 10615 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
10616 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
10617 original y vector. | |
10618 | |
3085 | 10619 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10620 | |
10621 * linear-algebra/cross.m: Use direct formula instead of calling | |
10622 det three times in a loop. If both args are column (row) vectors, | |
10623 return a column (row) vector. If they don't match, pay attention | |
10624 to the value of prefer_column_vectors. | |
10625 | |
5095 | 10626 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 10627 |
10628 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
10629 nonsymmetric matrices. | |
10630 | |
10631 * general/tril.m: Fix usage message. | |
10632 | |
10633 * polynomial/polyvalm.m: Fix error messages. | |
10634 * polynomial/polyderiv.m: Likewise. | |
10635 * polynomial/polyval.m: Likewise. | |
10636 | |
3081 | 10637 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10638 | |
10639 * strings/blanks.m: Allow blanks(0) to return empty string. | |
10640 Allow negative arguments if treat_neg_dim_as_zero is true. | |
10641 | |
3063 | 10642 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10643 | |
10644 * plot/mesh.m: Set noparametric plot mode after plotting. | |
10645 | |
5095 | 10646 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 10647 |
10648 * plot/__pltopt__.m: Handle key/legend names. | |
10649 Correctly set colors, line styles, and point styles. | |
10650 | |
3061 | 10651 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10652 | |
10653 * polynomial/polyfit.m: Return fit y values as second output. | |
10654 Don't use QR factorization to solve least squares problem. | |
10655 | |
10656 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10657 | |
10658 * control/dlqr.m: Use ao, not a, to compute k. | |
10659 | |
3024 | 10660 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10661 | |
10662 * miscellaneous/path.m: New file. | |
10663 | |
2993 | 10664 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10665 | |
10666 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
10667 name. | |
10668 | |
2968 | 10669 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10670 | |
10671 * specfun/erfinv.m: Add missing semicolon. | |
10672 | |
2870 | 10673 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10674 | |
10675 * miscellaneous/xor.m: Make type of return value logical. | |
10676 | |
2853 | 10677 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10678 | |
10679 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
10680 warn_comma_in_global_decl. | |
10681 | |
2831 | 10682 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10683 | |
10684 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
10685 octave-bug script. | |
10686 | |
2823 | 10687 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10688 | |
2824 | 10689 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
10690 prefer_zero_one_indexing. | |
10691 | |
2823 | 10692 * general/logical.m: New file. |
10693 | |
2816 | 10694 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10695 | |
10696 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
10697 and is_vector(). | |
10698 | |
5095 | 10699 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 10700 |
10701 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
10702 Use tolerance of 2 * eps. | |
10703 | |
2811 | 10704 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10705 | |
10706 * Makefile.in (install-strip): New target. | |
10707 * audio/Makefile.in: Ditto. | |
10708 * control/Makefile.in: Ditto. | |
10709 * elfun/Makefile.in: Ditto. | |
10710 * general/Makefile.in: Ditto. | |
10711 * image/Makefile.in: Ditto. | |
10712 * io/Makefile.in: Ditto. | |
10713 * linear-algebra/Makefile.in: Ditto. | |
10714 * miscellaneous/Makefile.in: Ditto. | |
10715 * plot/Makefile.in: Ditto. | |
10716 * polynomial/Makefile.in: Ditto. | |
10717 * set/Makefile.in: Ditto. | |
10718 * signal/Makefile.in: Ditto. | |
10719 * specfun/Makefile.in: Ditto. | |
10720 * special-matrix/Makefile.in: Ditto. | |
10721 * startup/Makefile.in: Ditto. | |
10722 * statistics/Makefile.in: Ditto. | |
10723 * strings/Makefile.in: Ditto. | |
10724 | |
2809 | 10725 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10726 | |
10727 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
10728 | |
2798 | 10729 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10730 | |
10731 * statistics/corrcoef.m: Make it actually work. | |
10732 | |
2795 | 10733 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10734 | |
2798 | 10735 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 10736 |
2779 | 10737 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 10738 |
10739 * Version 2.0.5 released. | |
10740 | |
2745 | 10741 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10742 | |
2749 | 10743 * Makefile.in (maintainer-clean): Also remove configure. |
10744 | |
2746 | 10745 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
10746 | |
2745 | 10747 * general/is_matrix.m: Return zero for empty matrices. |
10748 | |
10749 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10750 | |
10751 * linear-algebra/vech.m: Size result just once. | |
10752 | |
2726 | 10753 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10754 | |
10755 * general/is_square.m: Handle empty matrices correctly. | |
10756 * general/is_symmetric.m: Handle empty matrices and strings. | |
10757 | |
2716 | 10758 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10759 | |
10760 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
10761 * polynomial/deconv.m: Likewise. | |
10762 * polynomial/polyderiv.m: Likewise. | |
10763 * polynomial/polyinteg.m: Likewise. | |
10764 * polynomial/polyreduce.m: Likewise. | |
10765 * polynomial/polyval.m: Likewise. | |
10766 * polynomial/polyvalm.m: Likewise. | |
10767 * general/postpad.m: Likewise. | |
10768 * general/prepad.m: Likewise. | |
10769 | |
10770 * polynomial/compan.m: Check input with is_vector(), not | |
10771 is_matrix(). Handle scalar case. | |
10772 | |
2711 | 10773 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10774 | |
2715 | 10775 * plot/contour.m: Order data so that it is consistent with |
10776 meshgrid and mesh. | |
10777 | |
2711 | 10778 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
10779 * plot/sombrero.m: Use meshgrid, not meshdom. | |
10780 | |
2709 | 10781 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 10782 |
10783 * Version 2.0.4 released. | |
10784 | |
2706 | 10785 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10786 | |
2702 | 10787 * miscellaneous/paren.m: New file. |
10788 | |
2693 | 10789 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 10790 |
10791 * Version 2.0.3 released. | |
10792 | |
2676 | 10793 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10794 | |
10795 * image/saveimage.m: Only clip image data that is actually out of | |
10796 range. | |
10797 | |
2667 | 10798 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10799 | |
10800 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
10801 also be considered to be matrices. | |
10802 | |
10803 * general/is_vector.m: Scalars may also be considered to be vectors. | |
10804 | |
10805 * general/isempty.m: Use size(), not rows() and columns(). | |
10806 | |
10807 * plot/contour.m: Convert set to gset. | |
10808 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
10809 | |
2663 | 10810 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10811 | |
10812 * specfun/erfinv.m: Fix typo in last change. | |
10813 | |
2650 | 10814 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10815 | |
10816 * image/loadimage.m: Make it possible to load files with image | |
10817 data named X or img. | |
10818 | |
10819 * image/default.img: Change name of image from X to img to match | |
10820 what saveimage does now. | |
10821 | |
10822 * image/loadimage.m: Rename X to be img, to match what saveimage | |
10823 does now. | |
10824 | |
2632 | 10825 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10826 | |
2634 | 10827 * Version 2.0.2 released. |
10828 | |
2632 | 10829 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
10830 weird missing-lines bug without creating extra plots unecessarily. | |
10831 | |
2624 | 10832 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10833 | |
10834 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
10835 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
10836 io/Makefile.in, linear-algebra/Makefile.in, | |
10837 miscellaneous/Makefile.in, plot/Makefile.in, | |
10838 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
10839 specfun/Makefile.in, special-matrix/Makefile.in, | |
10840 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
10841 time/Makefile.in (bin-dist): New target. | |
10842 | |
2621 | 10843 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10844 | |
10845 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
10846 | |
10847 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10848 | |
10849 * miscellaneous/xor.m: Make it work. | |
10850 | |
2613 | 10851 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10852 | |
10853 * plot/sombrero.m: Doc fix. | |
10854 | |
2602 | 10855 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10856 | |
10857 * Version 2.0.1 released. | |
10858 | |
2601 | 10859 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10860 | |
10861 * elfun/lcm.m: Replace missing if statement. | |
10862 | |
10863 * elfun/gcd.m: Report error if no input args. | |
10864 * elfun/lcm.m: Likewise. | |
10865 | |
2597 | 10866 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10867 | |
10868 * Makefile.in (install): Use ls -LR to create ls-R database. | |
10869 Also list contents of $libexecdir/octave in ls-R database. | |
10870 | |
2583 | 10871 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10872 | |
10873 * Version 2.0 released. | |
10874 | |
2575 | 10875 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10876 | |
10877 * Version 1.94. | |
10878 | |
2558 | 10879 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10880 | |
10881 * strings/str2num.m: New file. | |
10882 | |
2554 | 10883 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10884 | |
10885 * Version 1.93. | |
10886 | |
2540 | 10887 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10888 | |
10889 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
10890 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
10891 linear-algebra/vech.m: New files from Kurt Hornik. | |
10892 | |
10893 * general/nextpow2.m, general/shift.m, general/diff.m, | |
10894 general/common_size.m: New files from Kurt Hornik. | |
10895 | |
10896 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
10897 New files from Kurt Hornik. | |
10898 | |
10899 * signal/detrend.m: New file from Kurt Hornik. | |
10900 | |
10901 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
10902 specfun/pow2.m, specfun/log2.m: | |
10903 New files and updates from Kurt Hornik. | |
10904 | |
2523 | 10905 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10906 | |
10907 * plot/__plt__.m: Add explicit replot after last command is | |
10908 issued, to force all lines to be displayed. Hmm. | |
10909 | |
2512 | 10910 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10911 | |
2520 | 10912 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
10913 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
10914 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
10915 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
10916 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
10917 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
10918 Uset gset, not set. | |
10919 | |
2512 | 10920 * Version 1.92. |
10921 | |
2482 | 10922 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10923 | |
2486 | 10924 * image/saveimage.m: When writing PostScript, name Octave as the |
10925 almighty Creator. Use single call to fprintf instead of looping. | |
10926 | |
10927 * image/Makefile.in: Delete references to octtopnm. | |
10928 | |
10929 * general/logspace.m: Doc fix. | |
10930 | |
2482 | 10931 * Version 1.91. |
10932 | |
2458 | 10933 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10934 | |
10935 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
10936 | |
10937 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
10938 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
10939 deleted. | |
10940 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
10941 of a system() command to delete the tmp file. | |
10942 | |
2452 | 10943 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10944 | |
10945 * Version 1.90. | |
10946 | |
10947 * Makefile.in (DISTFILES): Add ChangeLog. | |
10948 | |
2360 | 10949 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10950 | |
10951 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
10952 Don't check for string value of automatic_replot. | |
10953 | |
10954 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
10955 Temporarily set do_fortran_indexing to 1, not "true". | |
10956 | |
10957 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
10958 not "false". | |
10959 | |
10960 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
10961 "false". | |
10962 | |
2355 | 10963 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
10964 | |
10965 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
10966 | |
2330 | 10967 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10968 | |
10969 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
10970 system command. | |
10971 | |
10972 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10973 | |
10974 * __plr1__.m: Renamed from polar_int_1.m. | |
10975 * __plr2__.m: Renamed from polar_int_2.m. | |
10976 * __plr__.m: Renamed from polar_int.m. | |
10977 * __plt1__.m: Renamed from plot_int_1.m. | |
10978 * __plt2__.m: Renamed from plot_int_2.m. | |
10979 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
10980 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
10981 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
10982 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
10983 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
10984 * __plt__.m: Renamed from plot_int.m. | |
10985 * __pltopt__.m: Renamed from plot_opt.m. | |
10986 Change all callers. | |
10987 | |
10988 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10989 | |
10990 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
10991 comments like those found in Emacs lisp files. | |
10992 | |
10993 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10994 | |
10995 * All .m files: Change comment style. | |
10996 | |
10997 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10998 | |
10999 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
11000 subplot.m, subwindow.m, top_title.m: | |
11001 Print error message if gnuplot_has_multiplot is not true. | |
11002 | |
11003 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11004 | |
11005 * plot/figure.m: New function. | |
11006 | |
11007 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11008 | |
11009 * strings/strrep.m: New function. | |
11010 | |
11011 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11012 | |
11013 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
11014 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
11015 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
11016 strings/split.m, strings/str2mat.m, strings/substr.m: | |
11017 New functions from Kurt Hornik, heavily modified by jwe. | |
11018 | |
11019 * general/reshape.m: Allow strings to be reshaped too. | |
11020 | |
11021 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
11022 Always return a scalar. | |
11023 | |
11024 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11025 | |
11026 * polynomial/polyfit.m: Make orientation of result compatible with | |
11027 Matlab. | |
11028 | |
11029 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11030 | |
11031 * polynomial/polyfit.m: Add missing close paren. | |
11032 | |
11033 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11034 | |
11035 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
11036 | |
11037 * io/scanf.m: Delete. | |
11038 | |
11039 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11040 | |
11041 * statistics/median.m: Fix typo in usage message. | |
11042 | |
11043 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11044 | |
11045 * miscellaneous/popen2.m: New file. | |
11046 | |
11047 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11048 | |
11049 * configure.in (AC_OUTPUT): Add io/Makefile. | |
11050 | |
11051 * io: New directory. | |
11052 * Makefile.in (SUBDIRS): Add it to the list. | |
11053 | |
11054 * miscellaneous/flops.m: New file. | |
11055 | |
11056 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11057 | |
11058 * miscellaneous/cputime.m: Return three arguments instead of a | |
11059 vector, for compatibility with previous versions and with Matlab | |
11060 (which only returns one scalar value). | |
11061 | |
11062 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
11063 | |
11064 * general/triu.m: Compute lower bound on loop index correctly. | |
11065 * general/tril.m: Likewise, for upper bound. | |
11066 | |
11067 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11068 | |
11069 * image/saveimage.m: For color images, make sure indices into | |
11070 temporary colormap and result matrix have proper orientation. | |
11071 Set grey flag correctly. | |
11072 | |
11073 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11074 | |
11075 * statistics/std.m: Use better formula (from Jim Van Zandt | |
11076 jrv@vanzandt.mv.com). | |
11077 | |
11078 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11079 | |
11080 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
11081 * mesh.m: Transpose Z if only one arg. | |
11082 Handle case of all three args being matrices (from Jim Van Zandt | |
11083 jrv@vanzandt.mv.com). | |
11084 * meshdom.m: Undo previous change. | |
11085 | |
11086 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11087 | |
11088 * configure.in (AC_OUTPUT): Add audio/Makefile | |
11089 | |
11090 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11091 | |
11092 * audio: New directory of files from Kurt Hornik and Andreas | |
11093 Weingessel. | |
11094 * audio/Makefile.in: New file. | |
11095 * Makefile.in (SUBDIRS): Add audio to the list. | |
11096 | |
11097 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11098 | |
11099 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
11100 | |
11101 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11102 | |
11103 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
11104 columns (z), not the other way around. | |
11105 * plot/meshdom.m: Don't reverse order of elements in y. | |
11106 | |
11107 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11108 | |
11109 * plot/axis.m: Return current axis if nargin == 0. | |
11110 | |
11111 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11112 | |
11113 * polynomial/roots.m: Updates from Kurt Hornik. | |
11114 | |
11115 * polynomial/polyder.m: New file. | |
11116 | |
11117 * polynomial/polyderiv.m: Give return value and arg different names. | |
11118 | |
11119 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11120 | |
11121 * specfun/betainc.m: New file. | |
11122 * specfun/gammainc.m: New file. | |
11123 | |
11124 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11125 | |
11126 * general/strerror.m: New file. | |
11127 * general/perror.m: Implement using strerror(). | |
11128 | |
11129 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11130 | |
11131 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
11132 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
11133 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
11134 | |
11135 * image/saveimage.m: Round img values first. | |
11136 | |
11137 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11138 | |
11139 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
11140 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
11141 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
11142 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
11143 special-matrix/hankel.m special-matrix/toeplitz.m | |
11144 tuwien/strfun/split.m: Add missing semicolons. | |
11145 | |
11146 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
11147 | |
11148 * image/Makefile.in: Don't build or install octtoppm. | |
11149 | |
11150 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 11151 routines so that people who don't have the pbm stuff installed |
2330 | 11152 can still use this function. |
11153 | |
11154 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11155 | |
11156 * image/saveimage.m: Better error checking, clean up a bit. | |
11157 | |
11158 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11159 | |
11160 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
11161 avoid conflict with new built-in text-style function more. | |
11162 | |
11163 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
11164 | |
11165 * startup/Makefile.in (install): Also install octaverc in | |
11166 $localfcnfiledir/startup/octavrc. | |
11167 | |
11168 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11169 | |
11170 * mkinstalldirs: New file. | |
11171 * Makefile.in (DISTFILES): Add it to the list. | |
11172 | |
11173 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
11174 | |
11175 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11176 | |
11177 * special-matrix/hankel.m: Compatibility fix. Complain if | |
11178 r(1) != c(nr), not if r(1) != c(1). | |
11179 | |
11180 * signal/filter.m: Doc fix. | |
11181 | |
11182 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11183 | |
11184 * miscellaneous/cputime.m: Use new resource structure names (no | |
11185 ru_ or tv_ prefixes). | |
11186 | |
11187 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11188 | |
11189 * time/ctime.m: Fix doc string and usage message. | |
11190 | |
11191 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11192 | |
11193 * time/clock.m: Use new time structure names (no tm_ prefix). | |
11194 | |
11195 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11196 | |
11197 * control/c2d.m: Make function work for any value of | |
11198 whitespace_in_literal_matrix. | |
11199 * control/dare.m: Likewise. | |
11200 * control/tzero.m: Likewise. | |
11201 * elfun/gcd.m: Likewise. | |
11202 * elfun/lcm.m: Likewise. | |
11203 * general/postpad.m: Likewise. | |
11204 * general/prepad.m: Likewise. | |
11205 * linear-algebra/kron.m: Likewise. | |
11206 * miscellaneous/etime.m: Likewise. | |
11207 * polynomial/conv.m: Likewise. | |
11208 * polynomial/deconv.m: Likewise. | |
11209 * polynomial/poly.m: Likewise. | |
11210 * polynomial/roots.m: Likewise. | |
11211 * signal/filter.m: Likewise. | |
11212 * signal/freqz.m: Likewise. | |
11213 * signal/fftfilt.m: Likewise. | |
11214 | |
11215 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11216 | |
11217 * miscellaneous/is_leap_year.m: Make work for vector args. | |
11218 | |
11219 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11220 | |
11221 * plot/polar_int_2.m: Add missing semicolons. | |
11222 Set theta = theta', not rho'. | |
11223 | |
11224 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11225 | |
11226 * polynomial/roots.m: Make it work for any value of | |
11227 whitespace_in_literal_matrix. | |
11228 | |
11229 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11230 | |
11231 * configure.in: New file. | |
11232 | |
11233 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11234 | |
11235 * control/lyap.m: Add missing semicolon. | |
11236 | |
11237 * miscellaneous/cputime.m: New function file. | |
11238 | |
11239 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11240 | |
11241 * time: New directory. | |
11242 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
11243 New function files. | |
11244 * time/Makefile.in: New file. | |
11245 * Makefile.in (SUBDIRS): Add time. | |
11246 | |
11247 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11248 | |
11249 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
11250 | |
11251 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11252 | |
11253 * plot/plot_int_1.m: Transpose data with .', not '. | |
11254 | |
11255 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11256 | |
11257 * Makefile.in (install uninstall clean mostlyclean distclean | |
11258 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
11259 | |
11260 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11261 | |
11262 * Makefile.in (install): Create ls-R database file. | |
11263 (uninstall): Delete it. | |
11264 | |
11265 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11266 | |
5378 | 11267 * image/saveimage.m: Fix typo. |
2330 | 11268 |
11269 See ChangeLog.1 in the top level directory for earlier changes. |