Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 8543:fda06702bf71
hsv.m: doc fix
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 20 Jan 2009 10:57:18 -0500 |
parents | f4a4f914462e |
children | c0d71b4deeb7 |
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 |
8543 | 3 * image/hsv.m: Doc fix from Francesco Potorti` <Potorti@isti.cnr.it>. |
4 | |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
5 * 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
|
6 |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
7 2009-01-17 Ben Abbott <bpabbott@mac.com> |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
8 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
9 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
10 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
11 |
8532
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
12 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
|
13 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
14 * 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
|
15 |
8530
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
16 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
|
17 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
18 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
19 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
20 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
|
21 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
22 * 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
|
23 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
|
24 |
8528 | 25 2008-01-15 Ben Abbott <bpabbott@mac.com> |
26 | |
27 * plot/grid.m: Document handle argument. | |
28 | |
8522
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
29 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
|
30 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
31 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
32 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
33 |
8521 | 34 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
35 | |
36 * gethelp.cc: Include <cstdio>. | |
37 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
38 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
|
39 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
40 * 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
|
41 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
|
42 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
43 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
|
44 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
45 * 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
|
46 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
47 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
|
48 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
|
49 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
|
50 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
|
51 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
|
52 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
|
53 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
|
54 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
|
55 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
|
56 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
|
57 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
|
58 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
|
59 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
|
60 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
61 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
62 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
|
63 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
64 * linear-algebra/expm.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
65 |
8513 | 66 * optimization/fsolve.m: Doc fix. |
67 | |
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
|
68 * 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
|
69 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
70 * 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
|
71 |
8506 | 72 2009-01-13 John W. Eaton <jwe@octave.org> |
73 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
74 * 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
|
75 |
8507 | 76 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
77 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
78 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
79 general/quadgk.m, general/quadv.m, general/repmat.m, | |
80 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
81 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
82 image/imwrite.m, linear-algebra/dmult.m, | |
83 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
84 miscellaneous/setfield.m, miscellaneous/what.m, | |
85 optimization/fsolve.m, optimization/fzero.m, | |
86 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
87 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
88 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
89 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
90 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
91 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
92 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
93 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
94 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
95 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
96 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
97 statistics/base/center.m, statistics/base/quantile.m, | |
98 statistics/base/ranks.m, statistics/base/std.m, | |
99 statistics/distributions/hygepdf.m, | |
100 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
101 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
102 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
103 testfun/speed.m, testfun/test.m: Style fixes. | |
104 | |
8506 | 105 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
106 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
107 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
108 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
109 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
110 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
111 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
112 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
113 statistics/base/quantile.m, statistics/base/values.m, | |
114 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
115 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
116 time/datestr.m, time/datevec.m: Comment style fixes. | |
117 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
118 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
|
119 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
120 * 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
|
121 |
8466 | 122 2009-01-12 John W. Eaton <jwe@octave.org> |
123 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
124 * 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
|
125 Use strcmpi to compare options. |
8466 | 126 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
127 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
|
128 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
129 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
130 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
131 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
132 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
|
133 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
134 * 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
|
135 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
136 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
137 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
138 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
139 * miscellaneous/orderfields.m: Dtto. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
140 * miscellaneous/what.m: Dtto. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
141 * pkg/pkg.m: Dtto. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
142 * plot/ndgrid.m: Dtto. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
143 * strings/strcat.m: Dtto. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
144 |
8451 | 145 2009-01-09 Kai Habel <kai.habel@gmx.de> |
146 | |
147 * plot/surfl.m: New function | |
148 * plot/diffuse.m: dito | |
149 * plot/specular.m: dito | |
150 | |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
151 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
|
152 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
153 * 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
|
154 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
155 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
|
156 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
157 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
158 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
159 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
|
160 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
161 * 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
|
162 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
|
163 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
|
164 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
|
165 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
|
166 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
|
167 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
|
168 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
|
169 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
|
170 * 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
|
171 * 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
|
172 * 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
|
173 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
174 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
|
175 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
176 * 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
|
177 |
8438 | 178 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
179 | |
180 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
181 operation fails. | |
182 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
183 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
|
184 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
185 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
186 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
187 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
188 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
189 * 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
|
190 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
191 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
192 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
193 * 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
|
194 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
195 |
8441
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
196 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
|
197 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
198 * 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
|
199 |
8450
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
200 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
|
201 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
202 * 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
|
203 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
204 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
205 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
206 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
207 |
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
|
208 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
|
209 |
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
|
210 * 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
|
211 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
|
212 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
213 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
214 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
215 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
216 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
217 |
8416 | 218 2008-11-21 Radek Salac <salac.r@gmail.com> |
219 | |
220 * sparse/bicgstab.m: New function. | |
221 * sparse/Makefile.in (SOURCES): Add it here. | |
222 | |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
223 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
|
224 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
225 * 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
|
226 (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
|
227 * 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
|
228 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
229 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
230 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
231 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
232 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
233 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
234 |
8404
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
235 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
|
236 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
237 * 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
|
238 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
|
239 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
240 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
241 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
242 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
243 |
8393 | 244 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
245 | |
8394 | 246 * linear-algebra/expm.m: New source. |
8393 | 247 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
248 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
249 |
8394 | 250 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
251 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
252 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
253 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
254 * 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
|
255 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
256 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
|
257 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
258 * 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
|
259 * 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
|
260 * 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
|
261 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
262 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
|
263 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
264 * 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
|
265 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
|
266 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
|
267 * 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
|
268 * 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
|
269 * 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
|
270 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
271 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
272 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
273 * 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
|
274 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
275 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
|
276 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
277 * 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
|
278 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
279 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
|
280 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
281 * 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
|
282 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
283 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
|
284 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
285 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
|
286 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
287 |
8343
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
288 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
|
289 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
290 * 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
|
291 |
8344
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
292 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
|
293 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
294 * 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
|
295 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
296 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
|
297 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
298 * 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
|
299 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
300 |
8324 | 301 2008-11-14 David Bateman <dbateman@free.fr> |
302 | |
303 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
304 of the axis object. | |
305 | |
8356
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
306 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
|
307 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
308 * 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
|
309 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
310 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
|
311 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
312 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
313 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
314 |
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
|
315 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
|
316 |
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
|
317 * 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
|
318 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
|
319 * 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
|
320 |
8316 | 321 2008-11-10 John W. Eaton <jwe@octave.org> |
322 | |
323 * polynomial/spline.m: Delete debugging statements. From | |
324 Sebastian Sch�ps <sebastian@schoeps.org>. | |
325 | |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
326 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
|
327 |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
328 * 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
|
329 environment |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
330 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
331 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
|
332 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
333 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
334 |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
335 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
|
336 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
337 * 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
|
338 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
339 |
8354
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
340 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
|
341 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
342 * 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
|
343 |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
344 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
345 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
346 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
347 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
348 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
349 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
350 |
8305 | 351 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
352 | |
353 * optimization/fzero.m: Replace tabs by spaces. | |
354 | |
355 2008-09-28 Jaroslav Hajek <highegg@gmail.com> | |
356 | |
357 * optimization/fzero.m: Simplify exception handling. | |
358 | |
359 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
360 | |
361 * optimization/fzero.m: New function file. | |
362 * optimization/Makefile.in: Add it. | |
363 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
364 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
365 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
366 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
367 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
368 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
369 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
370 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
371 |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
372 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
373 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
374 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
375 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
376 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
377 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
378 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
379 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
380 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
381 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
382 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
|
383 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
384 * 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
|
385 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
386 * 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
|
387 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
|
388 * 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
|
389 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
390 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
|
391 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
392 * 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
|
393 * 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
|
394 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
|
395 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
396 * 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
|
397 * 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
|
398 * 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
|
399 * 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
|
400 * 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
|
401 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
402 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
403 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
|
404 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
405 * 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
|
406 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
|
407 * 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
|
408 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
|
409 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
|
410 * 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
|
411 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
412 * 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
|
413 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
|
414 * 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
|
415 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
|
416 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
417 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
418 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
|
419 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
420 * 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
|
421 |
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
|
422 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
|
423 |
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
|
424 * 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
|
425 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
|
426 |
8274
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
427 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
|
428 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
429 * 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
|
430 |
8264
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
431 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
|
432 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
433 * 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
|
434 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
435 * 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
|
436 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
437 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
|
438 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
439 * 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
|
440 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
441 |
8257 | 442 2008-10-22 David Bateman <dbateman@free.fr> |
443 | |
8260 | 444 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
445 "caller" workspace. | |
446 | |
8258 | 447 * plot/__errplot__.m: Add errorbar series objects. |
448 * plot/errbar.m: Add some demos. | |
449 | |
8257 | 450 * plot/__add_line_series__.m: Remove |
451 * plot/Makefile.in (SOURCES): Remove it here too. | |
452 * plot/__add_datasource__.m: Allow for more than one character in | |
453 source name. | |
454 * plot/refreshdata.m: Ditto. | |
455 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
456 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
457 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
458 * plot/__scatter__.m: Add scatter series objects and data sources. | |
459 * plot/legend.m: Update type in loop and remove debugging messages. | |
460 | |
8251 | 461 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
462 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
463 * 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
|
464 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
465 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
466 |
8249 | 467 2008-10-21 John W. Eaton <jwe@octave.org> |
468 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
469 * 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
|
470 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
471 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
472 |
8249 | 473 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
474 struct. Use get instead of examining struct fields directly. | |
475 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
476 object struct. Use get instead of examining struct elements | |
477 directly. Use allhild instead of looking at children field of | |
478 figure object struct. | |
479 | |
8251 | 480 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 481 |
482 * plot/orient.m: Fix syntax error. | |
483 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
484 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
485 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
486 * 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
|
487 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
488 * 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
|
489 * 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
|
490 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
491 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
|
492 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
493 * 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
|
494 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
|
495 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
496 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
497 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
|
498 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
499 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
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 * 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
|
502 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
503 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
504 * 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
|
505 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
506 * 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
|
507 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
508 * 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
|
509 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
510 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
|
511 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
512 * 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
|
513 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
|
514 |
8236 | 515 2008-10-17 David Bateman <dbateman@free.fr> |
516 | |
517 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
518 from potential axis handles. | |
519 * plot/colorbar.m: Remove debug output. | |
520 * plot/comet.m: Close plot before demo | |
521 * plot/contourc.m: No output if nargout == 0. | |
522 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
523 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
|
524 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
525 * 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
|
526 |
8229 | 527 2008-10-16 John W. Eaton <jwe@octave.org> |
528 | |
529 * testfun/rundemos.m: New function. | |
530 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
531 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
|
532 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
533 * 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
|
534 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
535 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
|
536 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
537 * 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
|
538 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
|
539 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
540 * 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
|
541 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
|
542 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
|
543 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
544 * 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
|
545 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
|
546 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
547 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
548 * 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
|
549 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
|
550 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
551 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
|
552 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
553 * 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
|
554 (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
|
555 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
556 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
|
557 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
558 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
559 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
560 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
561 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
|
562 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
563 * 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
|
564 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
|
565 (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
|
566 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
567 * 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
|
568 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
569 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
570 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
571 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
|
572 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
573 * 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
|
574 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
575 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
576 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
|
577 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
578 * 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
|
579 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
580 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
|
581 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
582 * 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
|
583 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
584 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
585 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
586 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
587 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
588 |
8208 | 589 2008-10-10 David Bateman <dbateman@free.fr> |
590 | |
591 * image/__img__.m: Manually set the limits of th eimage | |
592 * plot/__go_draw_axes__.m: Base window position in the axis | |
593 position property and not the outerposition property. Remove | |
594 colorbar code based on the gnuplot colorbox. Allow images to be a | |
595 vector to support image based colorbars. Also check labelmode for | |
596 manual tics. | |
597 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
598 colorbar code. | |
599 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
600 it to the principal axis. | |
601 * plot/legend.m: Support an axis handle as the first | |
602 argument. Support hggroups. | |
603 * plot/pareto.m: Don't support an axis handle as the first | |
604 argument as the plotyy command in fact needs two axis handles. | |
605 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
606 synchronize the two axes. | |
607 * plot/subplot.m: Also skip axes that are tagged as being a | |
608 colorbar. Don't break in search of overlapping axes to delete. Set | |
609 both the position and the outerposition. | |
610 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
611 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
|
612 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
613 * 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
|
614 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
615 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
|
616 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
617 * 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
|
618 * 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
|
619 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
620 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
|
621 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
622 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
623 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
624 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
625 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
626 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
627 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
628 * 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
|
629 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
630 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
|
631 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
632 * 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
|
633 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
634 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
|
635 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
636 * 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
|
637 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
|
638 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
|
639 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
|
640 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
|
641 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
|
642 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
|
643 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
|
644 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
|
645 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
|
646 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
647 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
|
648 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
649 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
650 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
651 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
652 * 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
|
653 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
654 * 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
|
655 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
656 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
|
657 |
8182 | 658 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
659 | |
660 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
|
661 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
662 * 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
|
663 |
8182 | 664 2008-10-02 Ben Abbott <bpabbott@mac.com> |
665 | |
666 * 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
|
667 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
668 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
669 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
670 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
671 |
8182 | 672 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
|
673 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
674 * 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
|
675 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
676 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
677 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
678 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
|
679 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
680 * 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
|
681 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
682 * 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
|
683 |
8182 | 684 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
|
685 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
686 * 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
|
687 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
688 * 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
|
689 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
690 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
|
691 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
692 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
693 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
694 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
695 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
696 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
697 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
|
698 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
699 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
700 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
|
701 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
702 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
703 |
8148 | 704 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
705 | |
706 * image/imread.m, image/imwrite.m: Doc fix. | |
707 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
708 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
|
709 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
710 * 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
|
711 |
8149 | 712 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
|
713 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
714 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
715 * 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
|
716 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
717 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
|
718 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
719 * 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
|
720 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
721 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
722 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
723 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
724 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
725 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
726 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
727 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
728 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
729 |
8182 | 730 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 731 |
732 * plot/comet.m: New file. | |
733 * plot/Makefile.in (SOURCES): Add it here. | |
734 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
735 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
|
736 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
737 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
738 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
739 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
740 * 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
|
741 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
|
742 |
8182 | 743 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
|
744 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
745 * 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
|
746 |
8116 | 747 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
748 | |
8117 | 749 * image/imshow.m: Fix for display_range. |
750 | |
8116 | 751 * general/interpn.m: Fixe for extrapval and documentation of |
752 extrapval. | |
753 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
754 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
|
755 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
756 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
757 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
758 * 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
|
759 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
760 * 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
|
761 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
762 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
763 * 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
|
764 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
|
765 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
766 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
767 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
768 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
769 |
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
|
770 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
|
771 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
772 * 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
|
773 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
|
774 |
8088 | 775 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
776 | |
777 * plot/plot.m: Doc fix. | |
778 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
779 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
|
780 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
781 * 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
|
782 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
783 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
784 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
|
785 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
786 * 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
|
787 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
788 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
789 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
790 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
791 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
792 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
793 * 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
|
794 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
795 |
8076 | 796 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
797 | |
798 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
799 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
800 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
801 | |
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
|
802 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
|
803 |
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
|
804 * 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
|
805 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
|
806 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
|
807 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
|
808 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
|
809 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
|
810 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
|
811 '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
|
812 * 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
|
813 |
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 * 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
|
815 * 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
|
816 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
817 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
818 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
819 * 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
|
820 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
821 * Makefile.in (SOURCES): Add them here. |
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/__area__.m, plot/__bars__.m, plot/__quiver__.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
824 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
|
825 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
826 * 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
|
827 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
|
828 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
|
829 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
830 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
831 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
832 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
833 |
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
|
834 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
|
835 |
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
|
836 * 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
|
837 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
|
838 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
839 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
|
840 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
841 * 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
|
842 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
843 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
844 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
|
845 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
846 * 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
|
847 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
|
848 * 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
|
849 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
|
850 * 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
|
851 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
852 * 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
|
853 * 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
|
854 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
|
855 * 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
|
856 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
|
857 * 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
|
858 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
|
859 * 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
|
860 * 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
|
861 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
|
862 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
863 |
8054 | 864 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
865 | |
866 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
867 Handle parameter-value options. Untabify. | |
868 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
869 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
|
870 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
871 * 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
|
872 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
873 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
874 * 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
|
875 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
|
876 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
877 * 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
|
878 * 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
|
879 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
880 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
881 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
|
882 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
883 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
884 |
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
|
885 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
|
886 |
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
|
887 * 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
|
888 (__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
|
889 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
|
890 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
891 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
892 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
893 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
894 |
8046 | 895 2008-08-21 David Bateman <dbateman@free.fr> |
896 | |
897 * plot/ezplot.m : New function. | |
898 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
899 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
900 | |
8182 | 901 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
|
902 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
903 * 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
|
904 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
905 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
906 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
|
907 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
908 * 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
|
909 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
|
910 |
8040 | 911 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
|
912 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
913 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
914 |
8035 | 915 2008-08-19 David Bateman <dbateman@free.fr> |
916 | |
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
|
917 * 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
|
918 * 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
|
919 |
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
|
920 * statistics/base/ranks.m: Doc fix. |
8035 | 921 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
922 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
|
923 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
924 * 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
|
925 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
926 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
|
927 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
928 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
929 |
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
|
930 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
|
931 |
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
|
932 * 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
|
933 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
|
934 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
935 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
|
936 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
937 * 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
|
938 |
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
|
939 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
|
940 |
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
|
941 * 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
|
942 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
|
943 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
944 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
|
945 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
946 * 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
|
947 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
948 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
949 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
950 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
951 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
952 * 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
|
953 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
954 * 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
|
955 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
956 |
8182 | 957 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
|
958 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
959 * plot/hold.m: Clarify help text. |
7986 | 960 |
961 * specfun/reallog.m: Fix help string. | |
962 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
963 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 964 |
965 * strings/regexptranslate.m: Add real documentation. | |
966 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
967 * 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
|
968 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
969 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
970 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
971 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
972 |
7974 | 973 2008-07-28 John W. Eaton <jwe@octave.org> |
974 | |
975 * image/imwrite.m: New function. | |
976 * image/Makefile.in (SOURCES): Add it to the list. | |
977 | |
7969 | 978 2008-07-24 Ben Abbott <bpabbott@mac.com> |
979 | |
980 * time/datestr.m: New xtest. | |
981 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
982 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
|
983 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
984 * 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
|
985 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
986 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
987 |
7940 | 988 2008-07-17 John W. Eaton <jwe@octave.org> |
989 | |
990 * general/fliplr.m: Fix usage test. | |
991 * testfun/test.m: Fix usage tests. | |
992 | |
8040 | 993 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 994 |
995 * statistics/base/cov.m: Fix test that should no longer work. | |
996 | |
7935 | 997 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
998 | |
999 * plot/gcbo.m, plot/gcbf.m: New functions. | |
1000 * plot/Makefile.in (SOURCES): Add them to the list. | |
1001 | |
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
|
1002 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
|
1003 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1004 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1005 * 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
|
1006 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1007 * 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
|
1008 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1009 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1010 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1011 |
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
|
1012 * 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
|
1013 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
1014 * 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
|
1015 |
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 * 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
|
1017 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1018 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
|
1019 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1020 * 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
|
1021 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1022 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
|
1023 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1024 * 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
|
1025 |
8040 | 1026 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
|
1027 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1028 * 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
|
1029 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1030 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1031 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1032 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1033 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
|
1034 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1035 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
|
1036 |
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
|
1037 * 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
|
1038 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1039 * 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
|
1040 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
|
1041 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1042 |
8040 | 1043 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
|
1044 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
1045 * 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
|
1046 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1047 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1048 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1049 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1050 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1051 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1052 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1053 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
|
1054 |
7817 | 1055 * miscellaneous/debug.m: New file.. |
1056 * Makefile.in (SOURCES): Add it to the list. | |
1057 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1058 * 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
|
1059 []. 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
|
1060 |
8040 | 1061 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 1062 |
1063 * strings/strcat.m: Add tests. | |
1064 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1065 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
|
1066 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1067 * 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
|
1068 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1069 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1070 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1071 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1072 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1073 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1074 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1075 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1076 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1077 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1078 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1079 |
7783 | 1080 2008-05-20 Bill Denney <bill@denney.ws> |
1081 | |
1082 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
1083 New tests. | |
1084 | |
7777 | 1085 2008-05-19 John W. Eaton <jwe@octave.org> |
1086 | |
1087 * general/isa.m: Fix tests. | |
1088 | |
7773 | 1089 2008-05-13 Bill Denney <bill@denney.ws> |
1090 | |
1091 * general/isa.m: Use persistent cell arrays to hold class names | |
1092 instead of multiple strcmp calls. | |
1093 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1094 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1095 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1096 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1097 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
|
1098 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1099 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1100 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
|
1101 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
|
1102 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1103 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1104 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1105 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1106 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1107 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1108 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
|
1109 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1110 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1111 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1112 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1113 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
|
1114 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1115 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
1116 * 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
|
1117 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
1118 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
1119 * 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
|
1120 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
1121 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1122 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1123 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1124 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1125 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
|
1126 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1127 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1128 |
7765 | 1129 2008-05-06 David Bateman <dbateman@free.fr> |
1130 | |
1131 * miscellaneous/symvar.m: New function. | |
1132 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1133 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1134 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
|
1135 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1136 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1137 * 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
|
1138 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1139 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1140 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1141 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1142 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
|
1143 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
|
1144 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1145 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1146 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1147 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1148 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1149 * 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
|
1150 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1151 |
7747 | 1152 2008-04-30 John W. Eaton <jwe@octave.org> |
1153 | |
1154 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
1155 elfun/asech.m, specfun/pow2.m: Fix tests. | |
1156 | |
8040 | 1157 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 1158 |
1159 * specfun/log2.m: Delete. | |
1160 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
1161 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
1162 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
|
1163 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
1164 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
|
1165 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1166 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1167 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1168 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1169 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1170 |
7736 | 1171 2008-04-25 John W. Eaton <jwe@octave.org> |
1172 | |
1173 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1174 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 1175 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
1176 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
|
1177 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
1178 * 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
|
1179 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
|
1180 * 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
|
1181 |
8149 | 1182 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
|
1183 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
1184 * 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
|
1185 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
1186 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
|
1187 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
1188 * 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
|
1189 |
7713 | 1190 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
|
1191 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
1192 * 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
|
1193 |
7710 | 1194 2008-04-14 David Bateman <dbateman@free.fr> |
1195 | |
1196 * plot/rose.m: Add missing comment mark that causes issues with | |
1197 octave-forge function referencing. | |
1198 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
1199 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1200 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
|
1201 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1202 * 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
|
1203 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
|
1204 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
|
1205 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
|
1206 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
|
1207 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
|
1208 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
|
1209 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
|
1210 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
|
1211 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
|
1212 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
|
1213 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
|
1214 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
|
1215 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
|
1216 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
|
1217 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
|
1218 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
|
1219 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
|
1220 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
|
1221 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
|
1222 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
|
1223 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
|
1224 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
|
1225 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
|
1226 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
|
1227 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
|
1228 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
|
1229 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
|
1230 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
|
1231 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
|
1232 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
|
1233 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
|
1234 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
|
1235 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
|
1236 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
|
1237 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
|
1238 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
|
1239 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
|
1240 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
|
1241 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
|
1242 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
|
1243 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
|
1244 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
|
1245 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
|
1246 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
|
1247 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
|
1248 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
|
1249 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
|
1250 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1251 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
|
1252 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1253 * 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
|
1254 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1255 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
|
1256 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1257 * 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
|
1258 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1259 * 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
|
1260 * 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
|
1261 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1262 * 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
|
1263 * 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
|
1264 * 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
|
1265 * 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
|
1266 * 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
|
1267 * 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
|
1268 * 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
|
1269 * 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
|
1270 * 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
|
1271 * 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
|
1272 * 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
|
1273 * 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
|
1274 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1275 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1276 * 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
|
1277 * 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
|
1278 * 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
|
1279 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1280 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
|
1281 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1282 * 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
|
1283 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
|
1284 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1285 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
|
1286 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1287 * 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
|
1288 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
|
1289 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
|
1290 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
|
1291 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
|
1292 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
|
1293 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
|
1294 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
|
1295 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
|
1296 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
|
1297 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
|
1298 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
|
1299 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
|
1300 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
|
1301 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
|
1302 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
|
1303 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1304 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
|
1305 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
|
1306 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
|
1307 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
|
1308 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
|
1309 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
|
1310 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1311 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
|
1312 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
|
1313 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
|
1314 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
|
1315 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
|
1316 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
|
1317 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1318 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
|
1319 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
|
1320 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
|
1321 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
|
1322 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
|
1323 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
|
1324 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
|
1325 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
|
1326 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
|
1327 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1328 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
|
1329 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1330 * 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
|
1331 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
|
1332 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
|
1333 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
|
1334 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
|
1335 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
|
1336 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
|
1337 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
|
1338 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
|
1339 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
|
1340 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
|
1341 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
|
1342 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
|
1343 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
|
1344 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
|
1345 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
|
1346 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1347 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
|
1348 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
|
1349 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
|
1350 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
|
1351 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
|
1352 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1353 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
|
1354 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
|
1355 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1356 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
|
1357 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
|
1358 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
|
1359 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
|
1360 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
|
1361 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1362 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
|
1363 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1364 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
|
1365 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
|
1366 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
|
1367 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
|
1368 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
|
1369 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
|
1370 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
|
1371 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
|
1372 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
|
1373 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1374 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
|
1375 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
|
1376 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
|
1377 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1378 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1379 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1380 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1381 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1382 * 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
|
1383 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1384 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1385 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1386 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1387 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1388 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1389 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1390 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1391 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1392 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1393 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1394 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1395 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1396 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1397 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1398 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
|
1399 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
1400 * 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
|
1401 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1402 * 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
|
1403 |
7682 | 1404 2008-04-02 Bill Denney <bill@denney.ws> |
1405 | |
1406 * optimization/lsqnonneg.m: New function. | |
1407 * optimization/Makefile.in (SOURCES): Add it to the list. | |
1408 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1409 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1410 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1411 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1412 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1413 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1414 * 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
|
1415 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
|
1416 * 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
|
1417 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1418 |
7678 | 1419 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
1420 | |
1421 * general/sortrows.m: Handle negative column arguments. | |
1422 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1423 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1424 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1425 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1426 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1427 |
7673 | 1428 2008-03-31 David Bateman <dbateman@free.fr> |
1429 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1430 * 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
|
1431 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
|
1432 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1433 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1434 * 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
|
1435 * 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
|
1436 * 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
|
1437 * 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
|
1438 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1439 * 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
|
1440 |
7673 | 1441 * plot/ginput.m: New function. |
1442 * plot/__gnuplot_ginput__.m: New function based on a version of | |
1443 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
1444 * plot/Makefile.in (SOURCES): Add them to the list. | |
1445 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1446 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
|
1447 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1448 * 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
|
1449 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1450 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1451 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1452 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1453 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1454 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1455 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1456 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1457 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1458 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
|
1459 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1460 * 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
|
1461 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1462 |
7669 | 1463 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
1464 | |
1465 * general/del2.m: Missing semicolon. | |
1466 | |
7668 | 1467 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
1468 | |
1469 * miscellaneous/info.m: New function. | |
1470 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1471 | |
8149 | 1472 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
|
1473 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1474 * 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
|
1475 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1476 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1477 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
|
1478 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1479 * 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
|
1480 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
|
1481 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
1482 * 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
|
1483 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
|
1484 |
7655 | 1485 2008-03-27 Bill Denney <bill@denney.ws> |
1486 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1487 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1488 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1489 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1490 * 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
|
1491 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1492 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1493 * 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
|
1494 |
7657 | 1495 * general/genvarname.m: New function. |
1496 * general/Makefile.in (SOURCES): Add it to the list. | |
1497 | |
7656 | 1498 * time/addtodate.m: New function. |
7657 | 1499 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 1500 |
7655 | 1501 * geometry/rectint.m: Vectorize and add more tests. |
1502 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
1503 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
|
1504 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
1505 * 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
|
1506 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1507 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1508 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1509 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1510 |
7650 | 1511 2008-03-26 John W. Eaton <jwe@octave.org> |
1512 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1513 * 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
|
1514 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1515 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1516 * 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
|
1517 |
7650 | 1518 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
1519 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
1520 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
1521 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
1522 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
1523 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
1524 Texinfo fixes. | |
1525 | |
8040 | 1526 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
|
1527 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
1528 * 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
|
1529 |
8149 | 1530 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
|
1531 |
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
|
1532 * 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
|
1533 |
8182 | 1534 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
|
1535 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1536 * 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
|
1537 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
|
1538 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1539 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1540 * 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
|
1541 |
8149 | 1542 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 1543 |
1544 * polynomial/convn.m: New function. | |
1545 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
1546 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1547 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1548 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1549 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1550 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 1551 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
1552 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
|
1553 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
1554 * 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
|
1555 |
7627 | 1556 2008-03-24 David Bateman <dbateman@free.fr> |
1557 | |
1558 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1559 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 1560 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
1561 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1562 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
1563 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
1564 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1565 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
1566 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
1567 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
|
1568 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1569 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1570 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1571 * 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
|
1572 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
1573 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
|
1574 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
1575 * 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
|
1576 |
7617 | 1577 * miscellaneous/cast.m: Also allow cast to "char". |
1578 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
1579 * 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
|
1580 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
1581 * 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
|
1582 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1583 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1584 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
1585 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
1586 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1587 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1588 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1589 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1590 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1591 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1592 |
7610 | 1593 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
1594 | |
1595 * signal/sinetone.m: Ensure integral number of samples. | |
1596 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
1597 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
|
1598 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
1599 * 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
|
1600 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1601 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
|
1602 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1603 * 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
|
1604 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1605 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
|
1606 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1607 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1608 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1609 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1610 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1611 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1612 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1613 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1614 * 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
|
1615 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1616 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1617 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1618 * 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
|
1619 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1620 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1621 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1622 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
|
1623 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
1624 * 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
|
1625 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1626 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
|
1627 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1628 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1629 |
7592 | 1630 2008-03-14 Kai Habel <kai.habel@gmx.de> |
1631 | |
1632 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
1633 style to default to avoid wrong mesh color in some cases. | |
1634 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1635 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1636 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1637 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1638 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
|
1639 |
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
|
1640 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
|
1641 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
1642 * 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
|
1643 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
|
1644 |
7592 | 1645 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
1646 | |
7582 | 1647 2008-03-11 Kai Habel <kai.habel@gmx.de> |
1648 | |
1649 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
1650 Allow plotting of uniform colored mesh plots with and | |
1651 w/o hidden line removal. | |
1652 | |
1653 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
|
1654 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
1655 * 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
|
1656 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
1657 * 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
|
1658 |
7569 | 1659 2008-03-07 John W. Eaton <jwe@octave.org> |
1660 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
1661 * 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
|
1662 |
7569 | 1663 * plot/__go_draw_axes__.m: Handle tickdir property. |
1664 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1665 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1666 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
1667 * 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
|
1668 Allow matrix arguments when number of bins > 30. |
7568 | 1669 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
|
1670 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
1671 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
1672 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
1673 * 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
|
1674 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1675 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1676 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1677 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
|
1678 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1679 * 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
|
1680 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1681 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
|
1682 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1683 * 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
|
1684 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1685 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
1686 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
|
1687 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
1688 * 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
|
1689 |
7551 | 1690 2008-03-04 Bill Denney <bill@denney.ws> |
1691 | |
7557 | 1692 * plot/allchild.m, plot/findall.m: New functions. |
1693 * plot/Makefile.in (SOURCES): Add them to the list. | |
1694 | |
7551 | 1695 * geometry/rectint.m: New function. |
7557 | 1696 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 1697 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1698 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
|
1699 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
1700 * 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
|
1701 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
|
1702 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1703 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 1704 |
1705 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
1706 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
1707 * 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
|
1708 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1709 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
|
1710 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1711 * 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
|
1712 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1713 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
|
1714 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1715 * 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
|
1716 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
|
1717 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1718 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
|
1719 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1720 * 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
|
1721 "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
|
1722 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1723 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
|
1724 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1725 * 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
|
1726 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
|
1727 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
|
1728 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
|
1729 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
|
1730 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
|
1731 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
|
1732 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
|
1733 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
|
1734 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
|
1735 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
|
1736 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
|
1737 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
|
1738 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1739 * 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
|
1740 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1741 * 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
|
1742 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1743 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
|
1744 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1745 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1746 |
7525 | 1747 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
1748 | |
1749 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
1750 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1751 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
|
1752 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1753 * 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
|
1754 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1755 |
7518 | 1756 2008-02-22 Ben Abbott <bpabbott@mac.com> |
1757 | |
1758 * specfun/legendre.m: Doc fix. | |
1759 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1760 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
|
1761 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1762 * 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
|
1763 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1764 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1765 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
|
1766 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1767 * 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
|
1768 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1769 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1770 * 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
|
1771 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1772 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
|
1773 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1774 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1775 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1776 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1777 * 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
|
1778 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1779 * 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
|
1780 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1781 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1782 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
|
1783 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1784 * 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
|
1785 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1786 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1787 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
|
1788 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1789 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1790 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1791 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
|
1792 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1793 * 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
|
1794 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
|
1795 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
|
1796 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
|
1797 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1798 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
|
1799 |
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
|
1800 * 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
|
1801 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
|
1802 |
7501 | 1803 * polynomial/polyfit.m: Use QR decomposition. Handle |
1804 normalization option. | |
1805 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
1806 generate 50% prediction intervals. | |
1807 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1808 * 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
|
1809 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1810 |
7498 | 1811 2008-02-19 John W. Eaton <jwe@octave.org> |
1812 | |
1813 * pkg/pkg.m: Style fixes. | |
1814 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1815 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 1816 |
1817 * pkg/pkg.m: Handle 'describe' command. | |
1818 (parse_pkg_idx, print_package_description): New subfunctions. | |
1819 | |
7493 | 1820 2008-02-19 Bill Denney <bill@denney.ws> |
1821 | |
1822 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
1823 elements wide. | |
1824 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1825 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
|
1826 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1827 * 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
|
1828 |
7485 | 1829 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
1830 | |
1831 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
1832 * general/runlength.m: New function from Paul Kienzle. | |
1833 | |
7484 | 1834 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
1835 | |
1836 * linear-algebra/cond.m: New optional second argument to | |
1837 specify 1-norm, inf-norm, or frobenius-norm. | |
1838 | |
7475 | 1839 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
1840 | |
1841 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
1842 body. Allow the linespec to specify the arrow color. | |
1843 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1844 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
|
1845 |
7474 | 1846 * miscellaneous/cast.m: Also treat the logical type. |
1847 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1848 * 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
|
1849 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1850 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1851 * 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
|
1852 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1853 * 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
|
1854 * 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
|
1855 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1856 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
|
1857 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1858 * 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
|
1859 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1860 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1861 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1862 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1863 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1864 * 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
|
1865 |
7436 | 1866 2008-02-01 Dave Goel <deego3@gmail.com> |
1867 | |
1868 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
1869 | |
7434 | 1870 2008-02-01 Bill Denney <bill@denney.ws> |
1871 | |
1872 * time/weekday.m: Allow vector inputs and speed up. | |
1873 * time/eomday.m: Return column vector for column vector inputs. | |
1874 | |
7429 | 1875 2008-01-30 John W. Eaton <jwe@octave.org> |
1876 | |
7434 | 1877 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
1878 revision". | |
1879 | |
7431 | 1880 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
1881 __plt2vs__.m in the list. | |
1882 | |
7430 | 1883 * miscellaneous/tempdir.m: Append filesep to name for |
1884 compatibility. Warn if not a directory or directory does not | |
1885 exist. | |
1886 | |
7429 | 1887 * strings/deblank.m: Improve compatibility. |
1888 | |
7428 | 1889 2008-01-29 John W. Eaton <jwe@octave.org> |
1890 | |
1891 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
1892 | |
1893 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 1894 |
1895 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
1896 Return the label handle, not the current axis handle. | |
1897 | |
7421 | 1898 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
1899 | |
1900 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
1901 abscissa. | |
1902 | |
1903 2008-01-25 David Bateman <dbateman@free.fr> | |
1904 | |
7423 | 1905 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 1906 * plot/__scatter__.m: Remove NaN values from data. |
1907 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
1908 | |
7418 | 1909 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
1910 | |
1911 * linear-algebra/trace.m: Test cases for non 2-d args. | |
1912 | |
1913 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
1914 | |
1915 * geometry/griddata3.m: Call griddata, not gridata. | |
1916 | |
7415 | 1917 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
1918 | |
1919 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
1920 | |
7411 | 1921 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
1922 | |
1923 * linear-algebra/cond.m, linear-algebra/trace.m: | |
1924 Move tests here from test/test_linalg.m. | |
1925 | |
1926 * general/diff.m, general/fliplr.m, general/flipud.m, | |
1927 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
1928 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
1929 special-matrix/hankel.m, special-matrix/hilb.m, | |
1930 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
1931 special-matrix/toeplitz.m, special-matrix/vander.m: | |
1932 Move tests here from test/test_matrix.m. | |
1933 | |
1934 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
1935 Move tests here from test/test_number.m. | |
1936 | |
1937 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
1938 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
1939 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
1940 polynomial/polyvalm.m, polynomial/roots.m: | |
1941 Move tests here from test/test_poly.m. | |
1942 | |
1943 * signal/unwrap.m: | |
1944 Move tests here from test/test_signal.m. | |
1945 | |
1946 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
1947 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
1948 statistics/base/mean.m, statistics/base/median.m, | |
1949 statistics/base/skewness.m, statistics/base/std.m: | |
1950 Move tests here from test/test_stats.m. | |
1951 | |
1952 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
1953 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
1954 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
1955 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
1956 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
1957 strings/substr.m: | |
1958 Move tests here from test/test_string.m. | |
1959 | |
1960 * miscellaneous/computer.m, miscellaneous/ls.m, | |
1961 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
1962 time/date.m, time/etime.m, time/is_leap_year.m: | |
1963 Move tests here from test/test_system.m. | |
1964 | |
7410 | 1965 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
1966 | |
1967 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
1968 Simplify initial checks on argument values. | |
1969 | |
7408 | 1970 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
1971 | |
1972 * plot/gnuplot_drawnow.m: New function corresponding to the | |
1973 implementation of the gnuplot-based graphics backend (derived from | |
1974 drawnow.m). | |
1975 * plot/drawnow.m: Deleted (converted to C++). | |
1976 | |
7401 | 1977 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
1978 | |
1979 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
1980 New tests. | |
1981 | |
7399 | 1982 2008-01-18 John W. Eaton <jwe@octave.org> |
1983 | |
1984 * optimization/sqp.m: End each function with endfunction. | |
1985 | |
7398 | 1986 2008-01-18 Ben Abbott <bpabbott@mac.com> |
1987 | |
1988 * polynomial/residue.m: For each group of pole multiplicity, set | |
1989 the poles of the group to the value of the group's average. | |
1990 | |
7396 | 1991 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
1992 | |
1993 * plot/print.m: Handle PDF output. | |
1994 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
1995 | |
7392 | 1996 2008-01-17 John W. Eaton <jwe@octave.org> |
1997 | |
7393 | 1998 * path/savepath.m: Print newline before initial comment line. |
1999 Double up single quote characters. | |
2000 * path/__extractpath__.m: Return just the path as a string. | |
2001 Undo single quote character doubling. | |
2002 | |
2003 * path/pathdef.m: Avoid eval. Simplify. | |
2004 | |
7392 | 2005 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
2006 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
2007 avoid possible file descriptor leak. | |
2008 | |
2009 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
2010 | |
2011 * path/savepath.m: Warn if modified file is not explicitly specified. | |
2012 * startup/main-rcfile: Call atexit ("__finish__"). | |
2013 | |
7388 | 2014 2008-01-16 John W. Eaton <jwe@octave.org> |
2015 | |
7390 | 2016 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
2017 Use it to disable enhanced mode for individual labels and titles. | |
2018 | |
7392 | 2019 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 2020 (install install-strip, uninstall): Handle function files. |
2021 | |
2022 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
2023 | |
7392 | 2024 * startup/__finish__.m: New file. |
2025 * path/__extractpath__.m, path/matlabroot.m, | |
2026 path/pathdef.m: New files. | |
7388 | 2027 * path/Makefile.in (SOURCES): Add them to the list. |
2028 | |
7385 | 2029 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
2030 | |
7387 | 2031 * special-matrix/vander.m: Vectorize. New test. |
2032 | |
7385 | 2033 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
2034 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
2035 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
2036 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
2037 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
2038 Move tests here from test/test_arith.m. | |
2039 | |
7382 | 2040 2008-01-15 John W. Eaton <jwe@octave.org> |
2041 | |
2042 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
2043 | |
7379 | 2044 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
2045 | |
2046 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
2047 Call __get__ instead of get. | |
2048 | |
2049 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
2050 | |
2051 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
2052 Frobenius norm if matrix is all zeros. Use transpose instead of | |
2053 hermitian operator. | |
2054 | |
7376 | 2055 2008-01-14 Bill Denney <bill@denney.ws> |
2056 | |
2057 * plot/axis.m: Correctly handle "tight" and "image" options. | |
2058 | |
8149 | 2059 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 2060 |
2061 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
2062 image/rgb2ntsc.m: Also accept images as input. | |
2063 | |
2064 * image/gray2ind.m: Handle image type other than double. | |
2065 Improve error checking and documentation. | |
2066 | |
7371 | 2067 2008-01-14 John W. Eaton <jwe@octave.org> |
2068 | |
7372 | 2069 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
2070 instead of calling tolower on first arg. Default font name is | |
2071 Helvetica, not helvetica. Don't downcase user-specified font name. | |
2072 (__maybe_munge_text__): Fix typo. | |
2073 | |
7371 | 2074 * optimization/sqp.m: Fix function definitions in test code. |
2075 | |
7361 | 2076 2008-01-12 John W. Eaton <jwe@octave.org> |
2077 | |
2078 * plot/gnuplot_binary.in: New file. | |
2079 * plot/gnuplot_binary.m: Delete. | |
2080 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
2081 (SOURCES_IN, GEN_M): New macros. | |
2082 (DISTFILES): Include $(SOURCES_IN) in the list. | |
2083 (FCN_FILES): Include $(GEN_M) in the list. | |
2084 (all): Depend on $(GEN_M). | |
2085 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 2086 (distclean): Also remove $(GEN_M). |
7361 | 2087 |
2088 2008-01-11 John W. Eaton <jwe@octave.org> | |
2089 | |
2090 * optimization/sqp.m: New test from example in doc string. | |
2091 | |
7360 | 2092 2008-01-10 Ben Abbott <bpabbott@mac.com> |
2093 | |
2094 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
2095 to more than one multiplicity group. | |
2096 | |
7358 | 2097 2008-01-10 John W. Eaton <jwe@octave.org> |
2098 | |
2099 * plot/gnuplot_binary.m: New file. | |
2100 * plot/Makefile.in (SOURCES): Add it to the list. | |
2101 | |
7355 | 2102 2008-01-09 John W. Eaton <jwe@octave.org> |
2103 | |
2104 * plot/drawnow.m: Fail if filename includes a directory part that | |
2105 does not exist. | |
2106 | |
7352 | 2107 2008-01-07 John W. Eaton <jwe@octave.org> |
2108 | |
2109 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
2110 Error if glob call fails to match any files. | |
2111 | |
7346 | 2112 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
2113 | |
2114 * strings/strtrim.m: Doc fix. | |
2115 | |
7345 | 2116 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
2117 | |
2118 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
2119 | |
8149 | 2120 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 2121 |
2122 * set/create_set.m, set/union.m: Accept "rows" argument. | |
2123 | |
7341 | 2124 2008-01-02 John W. Eaton <jwe@octave.org> |
2125 | |
2126 * plot/print.m: Correctly handle pbm terminal. | |
2127 | |
7340 | 2128 2007-12-28 John W. Eaton <jwe@octave.org> |
2129 | |
2130 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
2131 extensions. | |
2132 | |
7337 | 2133 2007-12-28 David Bateman <dbateman@free.fr> |
2134 | |
2135 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
2136 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
2137 * Makefile.in (SOURCES): Add to the sources. | |
2138 | |
2139 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
2140 | |
2141 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
2142 Remove unnecessary call of size function. | |
2143 | |
7334 | 2144 2007-12-21 John W. Eaton <jwe@octave.org> |
2145 | |
2146 Version 3.0.0 released. | |
2147 | |
8149 | 2148 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 2149 |
2150 * image/imshow.m: Accept empty value for display_range. | |
2151 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2152 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 2153 |
2154 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
2155 | |
8149 | 2156 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 2157 |
2158 * image/imshow.m: Store uint8 images as doubles. Handle default | |
2159 display ranges correctly. | |
2160 | |
7327 | 2161 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
2162 Peter A. Gustafson <petegus@umich.edu> | |
2163 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2164 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 2165 |
7325 | 2166 2007-12-19 John W. Eaton <jwe@octave.org> |
2167 | |
2168 * miscellaneous/edit.m: New function. | |
2169 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2170 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2171 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 2172 |
2173 * plot/__bar__.m: Handle "basevalue" option. | |
2174 * plot/__bars__.m: New arg, base_value. | |
2175 | |
7321 | 2176 2007-12-17 David Bateman <dbateman@free.fr> |
2177 | |
2178 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
2179 * plot/Makefiles (SOURCES): Add them to the sources | |
2180 * plot/polar.m: Set the x and y limits to the maximum polar | |
2181 radius. Set the axes to be square. | |
2182 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
2183 and print axis at zero if this is used. | |
2184 | |
2185 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
2186 contours can overlay pcolor plots. Priveldge no hidden line | |
2187 removal when there are multiple objects in the plot. | |
2188 | |
7320 | 2189 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
2190 | |
2191 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
2192 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
2193 | |
7319 | 2194 2007-12-17 Ben Abbott <bpabbott@mac.com> |
2195 | |
2196 * miscellaneous/run.m: Replace script with f when looking for | |
2197 file to run. | |
2198 | |
7316 | 2199 2007-12-14 David Bateman <dbateman@free.fr> |
2200 | |
7317 | 2201 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
2202 * plot/contour.m: Doc fix. | |
2203 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
2204 Include linetype in withclause. | |
2205 | |
7316 | 2206 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
2207 Use it to determine dimensions. Consolidate all 3-d settings. | |
2208 | |
7315 | 2209 2007-12-13 John W. Eaton <jwe@octave.org> |
2210 | |
2211 * image/imshow.m: Turn axis visibility off. | |
2212 Don't scale true color images. | |
2213 * image/image.m: Set axis layer property to "top". | |
2214 | |
7307 | 2215 2007-12-12 John W. Eaton <jwe@octave.org> |
2216 | |
7313 | 2217 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
2218 | |
2219 * plot/pie.m: Avoid calling "exist". | |
2220 | |
7309 | 2221 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 2222 Condense argument processing logic. Allow 6 arguments. |
2223 Use issquare. Avoid calling "exist". | |
7309 | 2224 |
7307 | 2225 * plot/__go_draw_axes__.m: Handle the axes layer property. |
2226 | |
7305 | 2227 2007-12-12 David Bateman <dbateman@free.fr> |
2228 | |
2229 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
2230 * plot/Makefile.in (SOURCES): Add to the sources. | |
2231 | |
7290 | 2232 2007-12-11 John W. Eaton <jwe@octave.org> |
2233 | |
7298 | 2234 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
2235 * plot/surface.m: Not here. | |
2236 | |
7297 | 2237 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
2238 subsequent "unset grid" if there is no grid. | |
2239 | |
7296 | 2240 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
2241 | |
7293 | 2242 * plot/surface.m: Don't set facecolor property in call to |
2243 __go_surface__. | |
2244 | |
7290 | 2245 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
2246 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
2247 | |
7292 | 2248 2007-12-11 Kai Habel <kai.habel@gmx.de> |
2249 | |
7295 | 2250 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
2251 color string is not taken as z value. | |
2252 | |
7292 | 2253 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
2254 zgrid to "on" and box to "off" for used axes. | |
2255 | |
2256 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
2257 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
2258 | |
7286 | 2259 2007-12-11 David Bateman <dbateman@free.fr> |
2260 | |
7288 | 2261 * miscelleaneous/fullfile.m: Ignore empty arguments. |
2262 | |
7287 | 2263 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
2264 * statistics/base/mode.m: Ditto. | |
2265 | |
7286 | 2266 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
2267 object handles are all now non integer. | |
2268 | |
7278 | 2269 2007-12-10 John W. Eaton <jwe@octave.org> |
2270 | |
7282 | 2271 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
2272 | |
7281 | 2273 * general/issymmetric.m: Use ' instead of .' for compatibility |
2274 with previous versions of Octave. | |
2275 * general/ishermitian.m: Delete. | |
7285 | 2276 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 2277 |
7280 | 2278 * plot/fplot.m: In N is not specified, increase initial number of |
2279 points from 3 and 5 to 5 and 8. | |
2280 | |
7279 | 2281 * signal/detrend.m: Move tests here from test/test_signal.m. |
2282 Loosen tolerance on first test from 10*eps to 20*eps. | |
2283 | |
7278 | 2284 * finance/rate.m: Don't request info from fsolve. |
2285 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2286 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 2287 |
2288 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
2289 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
2290 | |
7276 | 2291 2007-12-10 David Bateman <dbateman@free.fr> |
2292 | |
2293 * image/image.m: Rewritten to allow trailing properties to be | |
2294 passed to underlying image object. | |
2295 * image/__img__.m: Pass additional arguments to __go_image__. | |
2296 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
2297 | |
7274 | 2298 2007-12-10 John W. Eaton <jwe@octave.org> |
2299 | |
2300 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
2301 front" to gnuplot. | |
2302 | |
7271 | 2303 2007-12-10 David Bateman <dbateman@free.fr> |
2304 | |
7274 | 2305 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 2306 border front" from images. |
7274 | 2307 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
2308 * plot/pcolor.m: Set axis "box" property. | |
2309 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
2310 Mark as commands. | |
7271 | 2311 |
7269 | 2312 2007-12-07 David Bateman <dbateman@free.fr> |
2313 | |
2314 * plot/surf.m: Don't set facecolor property. | |
2315 | |
7265 | 2316 2007-12-06 John W. Eaton <jwe@octave.org> |
2317 | |
7269 | 2318 * plot/print.m: Pass mono to drawnow. |
2319 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
2320 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
2321 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
2322 disable color specifications. | |
2323 | |
7265 | 2324 * general/issymmetric.m: Move tests here from test/test_number.m |
2325 | |
2326 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
2327 | |
2328 * general/issymmetric.m: To keep its argument sparse and the | |
2329 function quick, use the infinity norm rather than the 2-norm. | |
2330 Also measure the symmetric part rather than the Hermitian part. | |
2331 * general/ishermitian.m: New file. Measure the Hermitian part. | |
2332 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
2333 | |
7248 | 2334 2007-12-04 John W. Eaton <jwe@octave.org> |
2335 | |
7257 | 2336 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
2337 text and label commands if font is "*". | |
2338 | |
7248 | 2339 * linear-algebra/krylov.m: Doc fixes. |
2340 From Marco Caliari <caliari@sci.univr.it>. | |
2341 | |
7250 | 2342 2007-12-04 Kai Habel <kai.habel@gmx.de> |
2343 | |
2344 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
2345 Add "## PKG_ADD: mark_as_command axis" line. | |
2346 | |
7245 | 2347 2007-12-03 John W. Eaton <jwe@octave.org> |
2348 | |
2349 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
2350 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
2351 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
2352 Generate demos from examples. | |
2353 | |
7240 | 2354 2007-12-03 David Bateman <dbateman@free.fr> |
2355 | |
7243 | 2356 * testfun/test.m: Disable "testif" test block to avoid spurious |
2357 skipped test for "make check". Avoid printing variables for | |
2358 skipped tests. | |
2359 | |
7242 | 2360 * testfun/test.m: Add "testif" type to allow for conditional tests. |
2361 | |
7240 | 2362 * plot/plotyy.m: Use activepositionproperty property of axes |
2363 object. Set second axis color to "none". | |
2364 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
2365 property of the axis objects. | |
2366 | |
7239 | 2367 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
2368 | |
2369 * linear-algebra/condest.m: Loosen tolerance in test. | |
2370 | |
7236 | 2371 2007-12-02 John W. Eaton <jwe@octave.org> |
2372 | |
2373 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
2374 get_data_limits. | |
2375 | |
7222 | 2376 2007-11-30 John W. Eaton <jwe@octave.org> |
2377 | |
2378 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
2379 (get_data_limits, get_axis_limits): Delete. | |
2380 | |
7228 | 2381 2007-11-30 David Bateman <dbateman@free.fr> |
2382 | |
7235 | 2383 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
2384 | |
7228 | 2385 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
2386 tick labels rather than one by one on the labels themselves. | |
2387 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
2388 95% crossing fixed. | |
2389 | |
7217 | 2390 2007-11-29 David Bateman <dbateman@free.fr> |
2391 | |
7220 | 2392 * plot/pareto.m: New file. |
2393 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2394 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
2395 marks to avoid gnuplot error about formating. More colorspec to | |
2396 after the tics. | |
2397 * plot/plotyy.m: More generic check for appropriate axis color. | |
2398 | |
7217 | 2399 * plot/__stem__.m: New file based on old stem.m expanded to treat |
2400 2- and 3-D. | |
2401 * plot/stem3.m: New function. | |
2402 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2403 * plot/stem.m: Adapt to use __stem__. | |
2404 | |
7216 | 2405 2007-11-29 John W. Eaton <jwe@octave.org> |
2406 | |
2407 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
2408 plot/surf.m, plot/surface.m: Don't return handle value unless | |
2409 requested. | |
2410 | |
2411 * plot/patch.m: Omit isnan check on handle returned from | |
2412 __plt_get_axis_arg__. | |
2413 | |
2414 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
2415 but has no axes. | |
2416 | |
7215 | 2417 2007-11-28 David Bateman <dbateman@free.fr> |
2418 | |
2419 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
2420 ancestor. If leading argument is logical set variable nogca to see | |
2421 if gca() should be called if there is no active handle found. | |
2422 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
2423 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
2424 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
2425 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
2426 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
2427 __plt__get_axis_arg__ to find axis handle. | |
2428 * polar.m: Typo. | |
2429 | |
7213 | 2430 2007-11-28 John W. Eaton <jwe@octave.org> |
2431 | |
2432 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
2433 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2434 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 2435 |
2436 * plot/drawnow.m: Fix typo. | |
2437 | |
7206 | 2438 2007-11-27 David Bateman <dbateman@free.fr> |
2439 | |
7207 | 2440 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
2441 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
2442 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
2443 | |
2444 * plot/meshz.m: New function. | |
2445 * plot/Makefile.in (SOURCES): Add it to the list. | |
2446 * plot/surface.m: Allow surface to accept an axis handle as the | |
2447 first argument. | |
2448 * plot/meshc.m: Extract z from the the surface object rather than | |
2449 varargin so that we can rely on code in surface to treat leading | |
2450 axis handles. | |
2451 | |
7206 | 2452 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
2453 y2tics" in the case of a plotyy plot. | |
2454 * plot/plotyy.m: ensure the position property is set correct for | |
2455 the second axis, by setting it after the plot itself. In the case | |
2456 of a plot that returns multiple handles, base the color selection | |
2457 on the first. | |
2458 | |
7204 | 2459 2007-11-27 Kai Habel <kai.habel@gmx.de> |
2460 | |
2461 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
2462 z-value of vertex 'c3'. | |
2463 | |
7203 | 2464 2007-11-27 John W. Eaton <jwe@octave.org> |
2465 | |
2466 * image/image.m: Allow nargin == 0 case to work again. | |
2467 | |
7202 | 2468 2007-11-27 David Bateman <dbateman@free.fr> |
2469 | |
2470 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
2471 colorbar, to ensure that the colorbar is on the canvas for png and | |
2472 postscipt outputs. | |
2473 | |
7189 | 2474 2007-11-26 David Bateman <dbateman@free.fr> |
2475 | |
7197 | 2476 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
2477 return values. | |
2478 | |
7194 | 2479 * plot/plotyy.m: New function |
2480 * plot/Makefile.in (SOURCES): Add it here. | |
2481 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
2482 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
2483 {x|y}label to respect the axis position. | |
2484 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
2485 handle as the first argument. | |
2486 | |
7192 | 2487 * pkg/pkg.m (pkg:install): When loading the installed packages |
2488 index into installed_pkgs_lst and not descriptions.. | |
2489 | |
7189 | 2490 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
2491 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2492 * plot/quiver.m: Modify to use __quiver__.m. | |
2493 | |
2494 * plot/hist.m: Avoid saturation when the x values are in an | |
2495 inetger type. | |
2496 | |
2497 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
2498 | |
2499 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
2500 functions. | |
2501 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
2502 | |
2503 2007-11-26 David Bateman <dbateman@free.fr> | |
2504 | |
2505 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
2506 extent. | |
2507 | |
2508 * plot/colorbar.m: New function. | |
2509 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2510 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
2511 precalculate the clim, set pm3d except for mesh. | |
2512 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
2513 save the real values so that colorbar corresponds to the contour | |
2514 levels. | |
2515 | |
2516 * plot/stem.m: Set marker color the same as the line color. Draw | |
2517 a single discontinous line object for the stems. | |
2518 | |
2519 * plot/sphere.m: New function ported from JHandles. | |
2520 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2521 | |
2522 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
2523 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
2524 to get enhanced mode to work correctly for the X11 terminal. | |
2525 | |
2526 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
2527 the reverse. Allow an axes handle to be passed and/or returned. | |
2528 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
2529 | |
2530 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
2531 sort surface patches by their depth and not the order they are | |
2532 rendered in. | |
2533 | |
2534 * plot/__patch__.m: Set clim correctly. | |
2535 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
2536 the marker color is determined by the cmap. | |
2537 * plot/scatter.m: New function to 2D scatter plots. | |
2538 * plot/scatter3.m: New function to 3D scatter plots. | |
2539 * plot/__scatter__.m: Support function for scatter plots | |
2540 * Makefile.in (SOURCES): Ad dnew functions here. | |
2541 | |
2542 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
2543 Return whether the terminal supports enhanced text or not. | |
2544 (drawnow:enhanced_term): New sub-function to determine if terminal | |
2545 supports enhanced mode. | |
2546 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
2547 __go_draw_axes__. | |
2548 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
2549 needed to support the enhanced mode. | |
2550 * plot/print.m: Remove "enhanced" option as this is now treated in | |
2551 drawnow.m. | |
2552 | |
2553 | |
2554 * plot/caxis.m: New function to control the color axis limits. | |
2555 * plot/Makefile.in (SOURCES): Include it. | |
2556 * plot/axis.m: Allow the first argument to be an axes handle. | |
2557 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
2558 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
2559 caxis limits. | |
2560 | |
2561 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
2562 * image/Makefile.in (SOURCES): Include it. | |
2563 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
2564 of the bars for the colormap. | |
2565 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
2566 passed. | |
2567 * plot/__contour.m: Avoid possible divide by zero error. | |
2568 * plot/contour.m: Missing semicolon. | |
2569 * plot/surface.m: Don't attempt to set additional arguments if | |
2570 there are none. | |
2571 * plot/Makefile.in (SOURCES): Include __bars__.m | |
2572 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2573 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 2574 |
2575 * plot/__bar__.m: put bar creation code into separate function | |
2576 to allow easy hook up from other graphic backends | |
2577 | |
2578 * plot/__bars__.m: new function containing bar creation code | |
2579 | |
7186 | 2580 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
2581 | |
2582 * general/accumarray.m: Correct dimension check. | |
2583 | |
7183 | 2584 2007-11-26 John W. Eaton <jwe@octave.org> |
2585 | |
2586 * polynomial/residue.m: Prepad along second dimension. | |
2587 From Doug Stewart <dastew@sympatico.ca>. | |
2588 | |
7181 | 2589 2007-11-26 Kai Habel <kai.habel@gmx.de> |
2590 | |
7183 | 2591 * plot/cylinder.m, plot/slice.m: New functions. |
2592 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 2593 |
7177 | 2594 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
2595 | |
2596 * plot/patch.m: Handle arg may also be hggroup object. | |
2597 Use ancestor to find parent axes object. | |
2598 | |
7175 | 2599 2007-11-14 David Bateman <dbateman@free.fr> |
2600 | |
2601 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
2602 flag to patch that it is not closed. Allow z to take string | |
2603 arguments and use it to flag that the contours are placed at the | |
2604 z level of the contour itself. | |
2605 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
2606 objects as well. Let hidden removal take precedence in case of a | |
2607 conflict. | |
2608 * plot/surface.m: Allow surface to treat handles being passed or | |
2609 returned. Any additional arguments arr used to set the surface | |
2610 handle. | |
2611 * plot/contour3.m: New function | |
2612 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2613 | |
7173 | 2614 2007-11-14 John W. Eaton <jwe@octave.org> |
2615 | |
2616 * specfun/bessel.m: Update doc string from | |
2617 src/DLD-FUNCTIONS/besselj.cc. | |
2618 | |
7170 | 2619 2007-11-12 David Bateman <dbateman@free.fr> |
2620 | |
2621 * plot/contour.m: Allow handles to be passed and returned. Split | |
2622 the countour function itself into __contour__.m to be shared with | |
2623 surfc and meshc. | |
2624 * plot/__contour__.m: New file | |
2625 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2626 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
2627 the face or edge if the facecolor or edge color are marked as | |
2628 "none". Allow the edgecolor to be determined by the cdata in the | |
2629 same manner as the facecolor. Fail if facecolor is not "none" and | |
2630 a 3-D plot is desired, rather than ignoring zdata. Make the | |
2631 storage of 3D/4D data consistent between line, surface and patch | |
2632 objects. | |
2633 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
2634 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 2635 |
2636 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
2637 Handle fontweight and fontangle properties. | |
2638 | |
7163 | 2639 2007-11-12 Kai Habel <kai.habel@gmx.de> |
2640 | |
2641 * plot/spinmap.m, plot/ribbon.m: New functions. | |
2642 * plot/Makefile.in (SOURCES): Add them to the list. | |
2643 | |
2644 2007-11-12 John W. Eaton <jwe@octave.org> | |
2645 | |
2646 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
2647 Use it to avoid duplicated code. | |
2648 | |
7161 | 2649 2007-11-12 David Bateman <dbateman@free.fr> |
2650 | |
7162 | 2651 * plot/title.m: Fix return value for nargout > 0. |
2652 | |
2653 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
2654 specified for the title, xlabel, ylabel and text objects. | |
2655 | |
7161 | 2656 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
2657 4.0 and surface plots. | |
2658 | |
7160 | 2659 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
2660 | |
2661 * plot/__patch__.m: Fix computation of faces when patch is defined | |
2662 with X/Y/Z data. | |
2663 | |
7146 | 2664 2007-11-09 John W. Eaton <jwe@octave.org> |
2665 | |
7152 | 2666 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 2667 Correct logic in setting palette data. |
7152 | 2668 |
7151 | 2669 * audio/wavread.m, control/base/__bodquist__.m, |
2670 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
2671 control/system/c2d.m, control/system/is_detectable.m, | |
2672 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
2673 control/system/tfout.m, general/isdefinite.m, | |
2674 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
2675 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
2676 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
2677 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
2678 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
2679 testfun/test.m: Use specific end keywords. | |
2680 | |
7146 | 2681 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
2682 | |
2683 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
2684 | |
2685 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
2686 Don't change view if hold is on. | |
2687 | |
7142 | 2688 2007-11-09 David Bateman <dbateman@free.fr> |
2689 | |
7149 | 2690 * plot/hidden.m: New function. |
2691 * plot/Makefile.in (SOURCES): Add it here. | |
2692 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
2693 line removal. | |
2694 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
2695 removal and if it is "none" don't do hidden line removal. | |
2696 | |
7148 | 2697 * plot/legend.m: Also allow labels for surface and patch types. |
2698 * plot/__bar__.m: Split into separate patch pbjects to allow | |
2699 setting of the legend. | |
2700 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
2701 objects as well. | |
2702 | |
7146 | 2703 * plot/area.m, plot/__area__.m: New functions |
2704 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
2705 | |
7142 | 2706 * plot/patch.m: Correctly handle case of axis handle as first arg. |
2707 | |
7144 | 2708 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
2709 | |
2710 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
2711 | |
7131 | 2712 2007-11-08 John W. Eaton <jwe@octave.org> |
2713 | |
7133 | 2714 * control/base/dcgain.m, control/base/dre.m, |
2715 control/base/impulse.m, control/base/step.m, | |
2716 control/system/dmr2d.m, control/system/ord2.m, | |
2717 control/system/sys2ss.m, control/system/sysdimensions.m, | |
2718 control/system/sysgetsignals.m, control/system/sysout.m, | |
2719 control/system/tfout.m, control/system/ugain.m, | |
2720 control/system/zpout.m, control/util/strappend.m: | |
2721 Don't fail with usage message if nargout is too large. | |
2722 | |
7131 | 2723 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
2724 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
2725 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 2726 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
2727 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
2728 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
2729 control/obsolete/rotg.m, control/obsolete/series.m, | |
2730 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
2731 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 2732 control/system/__syschnamesl__.m, |
2733 control/system/__syscont_disc__.m, | |
2734 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
2735 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
2736 control/system/abcddim.m, control/system/buildssic.m, | |
2737 control/system/c2d.m, control/system/cellidx.m, | |
2738 control/system/d2c.m, control/system/dmr2d.m, | |
2739 control/system/fir2sys.m, control/system/is_abcd.m, | |
2740 control/system/is_controllable.m, control/system/is_detectable.m, | |
2741 control/system/is_digital.m, control/system/is_observable.m, | |
2742 control/system/is_stabilizable.m, control/system/is_stable.m, | |
2743 control/system/jet707.m, control/system/listidx.m, | |
2744 control/system/parallel.m, control/system/ss.m, | |
2745 control/system/ss2sys.m, control/system/ss2zp.m, | |
2746 control/system/starp.m, control/system/sys2ss.m, | |
2747 control/system/sys2tf.m, control/system/sys2zp.m, | |
2748 control/system/sysadd.m, control/system/sysappend.m, | |
2749 control/system/sysconnect.m, control/system/syscont.m, | |
2750 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 2751 control/system/sysdup.m, control/system/sysgetsignals.m, |
2752 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 2753 control/system/sysmult.m, control/system/sysout.m, |
2754 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 2755 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 2756 control/system/syssub.m, control/system/sysupdate.m, |
2757 control/system/tf.m, control/system/tf2ss.m, | |
2758 control/system/tf2sys.m, control/system/tfout.m, | |
2759 control/system/zp.m, control/system/zp2ss.m, | |
2760 control/system/zp2sys.m, control/system/zp2tf.m, | |
2761 control/system/zpout.m, control/util/__outlist__.m, | |
2762 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
2763 control/util/prompt.m, control/util/sortcom.m, | |
2764 control/util/zgfmul.m, control/util/zgfslv.m, | |
2765 control/util/zginit.m, control/util/zgreduce.m, | |
2766 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 2767 |
7130 | 2768 2007-11-08 David Bateman <dbateman@free.fr> |
2769 | |
2770 * plot/quiver.m: Fix arrowheads. | |
2771 | |
7128 | 2772 2007-11-07 Ben Abbott <bpabbott@mac.com> |
2773 | |
2774 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 2775 Handle "rows" argument. New tests. |
7128 | 2776 (cell_ismember): New function. |
2777 | |
7127 | 2778 2007-11-07 John W. Eaton <jwe@octave.org> |
2779 | |
2780 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
2781 control/base/__stepimp__.m, control/base/are.m, | |
2782 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
2783 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
2784 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
2785 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
2786 control/base/ltifr.m, control/base/nichols.m, | |
2787 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
2788 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
2789 Style fixes. | |
2790 | |
7125 | 2791 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
2792 | |
2793 * control/base/bode_bounds.m, control/base/dgram.m, | |
2794 control/base/dlyap.m, control/base/freqchkw.m, | |
2795 control/base/gram.m, control/base/place.m, | |
2796 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
2797 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
2798 control/system/is_signal_list.m, control/system/ss2tf.m, | |
2799 control/system/sys2fir.m, control/system/sysgettsam.m, | |
2800 control/system/sysgettype.m, control/system/sysreorder.m, | |
2801 control/system/tf2sys.m, control/system/zp2tf.m, | |
2802 control/util/axis2dlim.m, control/util/swap.m, | |
2803 control/util/zgfmul.m, control/util/zgfslv.m, | |
2804 control/util/zginit.m, control/util/zgreduce.m, | |
2805 control/util/zgrownorm.m, control/util/zgscal.m, | |
2806 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
2807 geometry/inpolygon.m, linear-algebra/housh.m, | |
2808 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
2809 miscellaneous/run.m, quaternion/qconj.m, | |
2810 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
2811 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
2812 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
2813 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
2814 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
2815 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
2816 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
2817 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
2818 statistics/distributions/empirical_cdf.m, | |
2819 statistics/distributions/empirical_inv.m, | |
2820 statistics/distributions/empirical_pdf.m, | |
2821 statistics/models/logistic_regression_derivatives.m, | |
2822 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
2823 | |
7118 | 2824 2007-11-07 David Bateman <dbateman@free.fr> |
2825 | |
7120 | 2826 * general/gradient.m: Correctly convert deltax and deltay scalar |
2827 values are scalars to vectors. | |
2828 | |
7119 | 2829 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
2830 the meshc.m function. | |
2831 * plot/meshc.m: Also use the surface function. | |
2832 | |
7120 | 2833 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 2834 * plot/Makefile.in (SOURCES): Add them to the list. |
2835 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
2836 | |
7117 | 2837 2007-11-07 Michael Zeising <michael@michaels-website.de> |
2838 | |
2839 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
2840 | |
7115 | 2841 2007-11-07 John W. Eaton <jwe@octave.org> |
2842 | |
2843 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
2844 the data limits are infinite. | |
2845 (get_data_limits): Don't do anything if xdat or tx are empty. | |
2846 (get_axis_limits): Don't do anything if min_val or max_val are | |
2847 infinite. | |
2848 | |
7112 | 2849 2007-11-06 David Bateman <dbateman@free.fr> |
2850 | |
2851 * plot/hist.m: Pass any additional arguments to bar for | |
2852 treatment. Create a default x value that is always a vector. | |
2853 | |
7111 | 2854 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
2855 | |
2856 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
2857 when calling ./configure and add quotes to preserve spaces. | |
7109 | 2858 |
2859 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
2860 | |
2861 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
2862 New files. | |
2863 * plot/mesh.m: Call surface to do the real work. | |
2864 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
2865 properties. | |
2866 | |
2867 * image/colormap.m: Also return current colormap if nargout and | |
2868 nargin are both 0. | |
2869 | |
7106 | 2870 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
2871 | |
2872 * startup/inputrc: Delete key bindings starting with \340 code. | |
2873 | |
7112 | 2874 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 2875 |
2876 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
2877 to avoid issues of over- and underflow. From Rolf Fabian | |
2878 <Rolf.Fabian@gmx.de>. | |
2879 | |
7097 | 2880 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
2881 | |
2882 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
2883 help texts. | |
2884 | |
7096 | 2885 2007-11-02 Kai Habel <kai.habel@gmx.de> |
2886 | |
2887 * plot/bar.m, plot/barh.m: Doc fix. | |
2888 | |
7094 | 2889 2007-10-31 John W. Eaton <jwe@octave.org> |
2890 | |
2891 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
2892 | |
7086 | 2893 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
2894 | |
2895 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
2896 objects and legend objects are implemented with a separate axes | |
2897 object. | |
2898 | |
7078 | 2899 2007-10-30 David Bateman <dbateman@free.fr> |
2900 | |
7081 | 2901 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
2902 | |
7078 | 2903 * plot/__go_draw_axes__.m (do_linestyle_command): |
2904 Use point type 0 for ".". | |
2905 | |
7073 | 2906 2007-10-26 John W. Eaton <jwe@octave.org> |
2907 | |
7074 | 2908 * image/imshow.m: Improve compatibility. |
2909 * image/image.m: Return handle if nargou > 0. | |
2910 | |
7073 | 2911 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
2912 | |
7069 | 2913 2007-10-25 John W. Eaton <jwe@octave.org> |
2914 | |
2915 * miscellaneous/compare_versions.m: Style fixes. | |
2916 | |
7060 | 2917 2007-10-24 John W. Eaton <jwe@octave.org> |
2918 | |
7061 | 2919 * image/saveimage.m: Use functional form of save instead of eval. |
2920 Use -text instead of -ascii. | |
2921 | |
7060 | 2922 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
2923 | |
7054 | 2924 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
2925 | |
2926 * plot/legend.m: Also extract location string from varargin (lost | |
2927 when 2007-10-08 patch was applied). | |
2928 | |
7049 | 2929 2007-10-23 David Bateman <dbateman@free.fr> |
2930 | |
2931 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
2932 miscellaneous/what.m: New functions | |
2933 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
2934 functions. | |
2935 | |
7045 | 2936 2007-10-22 David Bateman <dbateman@free.fr> |
2937 | |
2938 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
2939 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
2940 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
2941 | |
7042 | 2942 2007-10-19 Kai Habel <kai.habel@gmx.de> |
2943 | |
2944 * plot/contourf.m: New function. | |
2945 * plot/Makefile.in (SOURCES): Add it to the list. | |
2946 | |
7040 | 2947 2007-10-19 John W. Eaton <jwe@octave.org> |
2948 | |
2949 * plot/subplot.m: Doc fix. | |
2950 | |
7039 | 2951 2007-10-19 David Bateman <dbateman@free.fr> |
2952 | |
7041 | 2953 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 2954 |
7037 | 2955 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
2956 | |
2957 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
2958 output. | |
2959 | |
7031 | 2960 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
2961 | |
2962 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
2963 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
2964 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
2965 control/system/syssetsignals.m, control/base/lqg.m, | |
2966 strings/str2double.m, control/system/sysscale.m, | |
2967 control/hinf/hinfdemo.m, general/cplxpair.m: | |
2968 Make help text fit on pages when using smallbook. | |
2969 | |
7028 | 2970 2007-10-15 David Bateman <dbateman@free.fr> |
2971 | |
7032 | 2972 * plot/print.m: Call drawnow before printing to ensure the plot is |
2973 on the screen. | |
2974 | |
7028 | 2975 * testfun/test.m: In error/warning blocks test for an error before |
2976 a warning to avoid unexpected failures. | |
2977 | |
7027 | 2978 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
2979 | |
2980 * testfun/assert.m: Correct documentation of absolution versus | |
2981 relative error tolerance and add tests. | |
2982 | |
7024 | 2983 2007-10-14 David Bateman <dbateman@free.fr> |
2984 | |
2985 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
2986 src directory. | |
2987 * plot/Makefile.in (SOURCES): Add fill.m. | |
2988 | |
7020 | 2989 2007-10-13 David Bateman <dbateman@free.fr> |
2990 | |
2991 * plot/__patch__.m: Allow multiple patches to be defined and | |
2992 return a single patch object. Allow Faces/Vertices form of | |
2993 patch. Flag failure so the patch can call print_usage. | |
2994 * plot/patch.m: Update help string for Faces/Vertices | |
2995 call. Respect the fail flag returned by __patch__. Add demo code | |
2996 that tests the functionality of patch. | |
2997 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
2998 patch object. | |
2999 * plot/fill.m: New function. | |
3000 | |
7016 | 3001 2007-10-12 John W. Eaton <jwe@octave.org> |
3002 | |
3003 * Change copyright notices in all files that are part of Octave to | |
3004 GPLv3 or any later version. | |
3005 | |
7012 | 3006 2007-10-11 John W. Eaton <jwe@octave.org> |
3007 | |
3008 * plot/__go_draw_axes__.m (get_axis_limits): | |
3009 Return lim = [] if logscale and no positive values. | |
3010 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
3011 Set initial min and min positive values to Inf, max values to -Inf. | |
3012 (get_data_limits): Correctly handle xminp when no positive values | |
3013 are found. | |
3014 | |
7011 | 3015 2007-10-11 Ben Abbott <bpabbott@mac.com> |
3016 | |
3017 * polynomial/residue.m: New optional input for pole multiplicity. | |
3018 Doc fix. Fix tests. | |
3019 | |
7010 | 3020 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
3021 | |
3022 * toplev.cc (Foctave_config_info): Add field "mac". | |
3023 | |
3024 * miscellaneous/ismac.m: New function. | |
3025 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3026 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
3027 | |
7009 | 3028 2007-10-11 Arno Onken <asnelt@asnelt.org> |
3029 | |
3030 * statistics/distributions/hygernd.m: Allow size to be specified | |
3031 as a scalar. Handle three argument case. Allow T, M, and N to be | |
3032 scalars or matrices of a common size. | |
3033 | |
7007 | 3034 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
3035 | |
3036 * control/csrefcard.lt, control/system/is_detectable.m, | |
3037 control/system/sysgroup.m, geometry/voronoin.m, | |
3038 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
3039 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
3040 statistics/distributions/binornd.m, | |
3041 statistics/distributions/cauchy_rnd.m, | |
3042 statistics/distributions/chi2rnd.m, | |
3043 statistics/distributions/discrete_rnd.m, | |
3044 statistics/distributions/exprnd.m, | |
3045 statistics/distributions/frnd.m, | |
3046 statistics/distributions/gamrnd.m, | |
3047 statistics/distributions/geornd.m, | |
3048 statistics/distributions/laplace_rnd.m, | |
3049 statistics/distributions/logistic_rnd.m, | |
3050 statistics/distributions/lognrnd.m, | |
3051 statistics/distributions/nbinrnd.m, | |
3052 statistics/distributions/normrnd.m, | |
3053 statistics/distributions/poissrnd.m, | |
3054 statistics/distributions/stdnormal_rnd.m, | |
3055 statistics/distributions/trnd.m, | |
3056 statistics/distributions/unifrnd.m, | |
3057 statistics/distributions/wblrnd.m: Spelling fixes. | |
3058 | |
7005 | 3059 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
3060 | |
3061 * time/tic.m: New optional output value. | |
3062 | |
3063 * general/int2str.m: Doc fix. | |
3064 | |
7002 | 3065 2007-10-10 Arno Onken <asnelt@asnelt.org> |
3066 | |
3067 * statistics/distributions/hygecdf.m, | |
3068 statistics/distributions/hygeinv.m, | |
3069 statistics/distributions/hygepdf.m, | |
3070 statistics/distributions/hygernd.m: | |
3071 Swap order of T and M args for compatibility. | |
3072 | |
7001 | 3073 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
3074 | |
3075 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
3076 control/system/buildssic.m, control/system/c2d.m, | |
3077 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
3078 control/system/ss2sys.m, control/system/ss2tf.m, | |
3079 control/system/syscont.m, control/system/sysdimensions.m, | |
3080 control/system/sysdisc.m, control/system/sysmult.m, | |
3081 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
3082 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
3083 general/interp1.m, general/interp2.m, general/interp3.m, | |
3084 general/interpft.m, general/interpn.m, general/polyarea.m, | |
3085 general/rat.m, general/structfun.m, general/trapz.m, | |
3086 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
3087 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
3088 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
3089 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
3090 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
3091 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
3092 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
3093 statistics/base/meansq.m, statistics/base/var.m, | |
3094 statistics/tests/chisquare_test_independence.m, | |
3095 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
3096 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
3097 testfun/test.m: Spelling fixes. | |
3098 | |
6998 | 3099 2007-10-10 Ben Abbott <bpabbott@mac.com> |
3100 | |
3101 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
3102 | |
6997 | 3103 2007-10-10 John W. Eaton <jwe@octave.org> |
3104 | |
3105 * general/num2str.m: Always allow for sign for automatically | |
3106 computed format widths. | |
3107 | |
6988 | 3108 2007-10-09 David Bateman <dbateman@free.fr> |
3109 | |
3110 * plot/patch.m: Accept a handle as the first argument. | |
3111 | |
6987 | 3112 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
3113 | |
7010 | 3114 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 3115 |
6985 | 3116 2007-10-09 John W. Eaton <jwe@octave.org> |
3117 | |
3118 * audio/wavwrite.m: Accept arguments in compatible order. | |
3119 | |
6979 | 3120 2007-10-08 David Bateman <dbateman@free.fr> |
3121 | |
3122 * general/interp2.m: Relax test for values outside the grid to | |
3123 allow monotonically decreasing abscissa as well. | |
3124 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3125 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 3126 |
3127 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
3128 as output parameter. | |
3129 | |
6977 | 3130 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
3131 | |
3132 * plot/__go_draw_axes__.m, plot/legend.m: | |
3133 Handle compatible position specifiers as strings. | |
3134 | |
6975 | 3135 2007-10-08 John Swensen <jpswensen@comcast.net> |
3136 | |
3137 * general/num2str.m: Eliminate extra whitespace in output. | |
3138 * strings/strtrim.m: New function. | |
3139 * strings/Makefile.in (SOURCES): Add it to the list. | |
3140 | |
6968 | 3141 2007-10-06 John W. Eaton <jwe@octave.org> |
3142 | |
3143 * polynomial/residue.m: New test from test/test_poly.m. | |
3144 | |
6967 | 3145 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
3146 | |
3147 * image/saveimage.m: Handle saving color images without a colormap. | |
3148 * image/__img_via_file__.m: Add missing semicolon. | |
3149 | |
3150 2007-10-06 Bill Denney <wsloand@gmail.com> | |
3151 | |
7010 | 3152 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 3153 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
3154 | |
6965 | 3155 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
3156 | |
3157 * plot/print.m: Handle svg output type. Accept new -S option to | |
3158 specify size for PNG and SVG output types. | |
3159 | |
3160 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 3161 |
3162 * polynomial/mpoles.m: New function. | |
3163 * polynomial/residue.m: Modified to behave in reciprocal | |
3164 manner. No longer compute 4th output, "e". No longer accept | |
3165 tolerance input. Explicitly set tolerance parameter to 0.001. | |
3166 Respect maximum relative difference in poles when determining | |
3167 their multiplicity. Use mpoles to determine the multiplicity of | |
3168 poles. | |
3169 | |
6963 | 3170 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
3171 | |
3172 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
3173 for surface plots. | |
3174 | |
6962 | 3175 2007-10-05 John W. Eaton <jwe@octave.org> |
3176 | |
3177 * plot/__next_line_color__.m: Get color_rotation from axes | |
3178 colororder property. | |
3179 | |
6953 | 3180 2007-10-03 John W. Eaton <jwe@octave.org> |
3181 | |
6955 | 3182 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
3183 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
3184 | |
6953 | 3185 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
3186 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
3187 special for __vnorm__. | |
3188 | |
6951 | 3189 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
3190 | |
6952 | 3191 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 3192 |
6950 | 3193 2007-10-03 David Bateman <dbateman@free.fr> |
3194 | |
3195 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
3196 if a file is architecture dependent based on a list of file | |
3197 extensions. | |
3198 (configure_make): Simplify the search for architecture dependent | |
3199 files based on this function. | |
3200 (load_pakages_and_dependencies): Also look for bin directory in | |
3201 the architecture dependent directory. | |
3202 | |
6947 | 3203 2007-10-03 John W. Eaton <jwe@octave.org> |
3204 | |
3205 * miscellaneous/dir.m: Create empty struct with field names. | |
3206 Include datenum in struct. | |
3207 | |
6943 | 3208 2007-10-02 David Bateman <dbateman@free.fr> |
3209 | |
3210 * miscellaneous/ls.m: If nargout return string array of files | |
3211 returned by ls. | |
3212 | |
6942 | 3213 2007-10-01 John W. Eaton <jwe@octave.org> |
3214 | |
3215 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
3216 range values. | |
3217 | |
6937 | 3218 2007-10-01 David Bateman <dbateman@free.fr> |
3219 | |
7010 | 3220 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 3221 speed with small vectors. |
6937 | 3222 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
3223 rather than OCTAVE_HOME(). | |
3224 | |
6935 | 3225 2007-09-30 Ben Abbott <bpabbott@mac.com> |
3226 | |
3227 * plot/findobj.m: New function. | |
3228 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
3229 | |
6925 | 3230 2007-09-26 David Bateman <dbateman@free.fr> |
3231 | |
3232 * pkg/pkg.m: Add second argument to setting for prefix for | |
3233 architecture dependent files. Use throughout. | |
3234 (pkg:issuperuser): New function, use through to check for | |
3235 root user. | |
3236 (pkg:getarchprefix): function to give the archiecture dependent | |
3237 prefix for a package. | |
3238 (pkg:getarchdir): New function giving location of architetcure | |
3239 dependent directory. Use through out. | |
3240 (pkg:install): Treat architecture dependent directory separately | |
3241 as in might not be a sub-directory of the package directory. | |
3242 (pkg:uninstall): ditto. | |
3243 (pkg:create_pkgadddel): Check for global or local install for | |
3244 architecture dependent directory. | |
3245 (pkg:finish_installation): ditto. | |
3246 (pkg:write_INDEX): ditto. | |
3247 (pkg:load_packages_and_dependencies): ditto. | |
3248 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
3249 files to a new location if user is root. | |
3250 (pkg:rm_rf): Check if file or directory exists before removing. | |
3251 (pkg:dirempty): Check if directory exists before checking. | |
3252 | |
3253 * plot/___patch__.m: Allow face colors to be passed as strings | |
3254 | |
3255 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
3256 needed for calls to "hold" without an argument. | |
3257 | |
6920 | 3258 2007-09-21 John W. Eaton <jwe@octave.org> |
3259 | |
6921 | 3260 * optimization/sqp.m: Fix typo. |
3261 | |
6920 | 3262 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
3263 | |
6919 | 3264 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
3265 | |
3266 * control/hinf/h2norm: Compute d*d', not d'*d. | |
3267 | |
6918 | 3268 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
3269 | |
3270 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
3271 unidpdf.m and unidinv.m | |
3272 | |
6914 | 3273 2007-09-18 John W. Eaton <jwe@octave.org> |
3274 | |
3275 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
3276 (do_tics_1): Set numeric axes formats to "%.15g". | |
3277 | |
6912 | 3278 2007-09-18 David Bateman <dbateman@free.fr> |
3279 | |
3280 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
3281 of %g when writing data. | |
3282 | |
6908 | 3283 2007-09-17 John W. Eaton <jwe@octave.org> |
3284 | |
3285 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
3286 | |
6903 | 3287 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
3288 | |
3289 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
3290 noninteger N with N-K < 1. | |
3291 | |
6901 | 3292 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
3293 | |
3294 * strings/index.m: Correct for strings differing after the third | |
3295 position (bug reported by Maude Martin). | |
3296 | |
6895 | 3297 2007-09-13 John W. Eaton <jwe@octave.org> |
3298 | |
3299 * plot/__default_colormap__.m: Delete. | |
3300 * plot/Makefile (SOURCES): Remove from the list. | |
3301 | |
6898 | 3302 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
3303 | |
3304 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
3305 | |
6885 | 3306 2007-09-10 David Bateman <dbateman@free.fr> |
3307 | |
3308 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
3309 limit the selection of colors in the same way as for lines. | |
3310 * plot/__patch__.m: Allow matrix arguments with one patch per | |
3311 column. | |
3312 * plot/__bar__.m: Adapt to use "patch". | |
3313 | |
6870 | 3314 2007-09-06 John W. Eaton <jwe@octave.org> |
3315 | |
3316 * plot/drawnow.m (drawnow): New arg, debug_file. | |
3317 (init_plot_stream): Split from open_plot_stream. | |
3318 * plot/print.m: Accept -debug=FILE argument. | |
3319 | |
6868 | 3320 2007-09-06 David Bateman <dbateman@free.fr> |
3321 | |
7010 | 3322 * general/celldisp.m: New function. |
3323 * general/Makefile.in (SOURCES): Add celldisp.m. | |
3324 * miscellaneous/swapbytes.m: New function. | |
3325 * miscellaneous/gzip.m: New function. | |
3326 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 3327 |
6863 | 3328 2007-09-05 David Bateman <dbateman@free.fr> |
3329 | |
7010 | 3330 * general/structfun.m: New function. |
3331 * general/Makefile.in (SOURCES): Add it to sources. | |
3332 * miscellaneous/run.m: New function. | |
3333 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
3334 * statistics/base/mode.m: New function. | |
3335 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 3336 |
6862 | 3337 2007-09-05 John W. Eaton <jwe@octave.org> |
3338 | |
3339 * miscellaneous/orderfields.m: Use numel instead of length. | |
3340 | |
3341 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
3342 | |
3343 * miscellaneous/orderfields.m: Handle empty structs. | |
3344 | |
6861 | 3345 2007-09-05 John W. Eaton <jwe@octave.org> |
3346 | |
3347 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
3348 DATA_IDX. | |
3349 | |
3350 2007-09-04 David Bateman <dbateman@free.fr> | |
3351 | |
3352 * general/isdir.m: Return a logical value. | |
3353 | |
6859 | 3354 2007-09-04 David Bateman <dbateman@free.fr> |
3355 | |
3356 * statistics/distributions/chi2pdf.m, | |
3357 statistics/distributions/chi2cdf.m, | |
3358 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
3359 distribution functions to account for inverse of scale factor in | |
3360 gamma functions. | |
3361 | |
6857 | 3362 2007-09-01 John W. Eaton <jwe@octave.org> |
3363 | |
3364 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
3365 | |
6853 | 3366 2007-09-01 David Bateman <dbateman@free.fr> |
3367 | |
3368 * polynomial/polyint.m: New function like polyinteg but with | |
3369 explicit integration constant. | |
3370 * polynomial/polyinteg.m: Remove. | |
3371 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
3372 polyinteg.m. | |
3373 * deprecated/polyinteg.m: Move version here. | |
3374 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
3375 | |
6852 | 3376 * geometry/voronoi.m: Add large box around data to get a good |
3377 approximation of the rays to infinity. | |
3378 | |
6851 | 3379 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
3380 | |
3381 * plot/axes.m: Allow parent to be specified when creating axes | |
3382 objects. Support non-figure parents. | |
3383 | |
3384 2007-08-31 John W. Eaton <jwe@octave.org> | |
3385 | |
3386 * plot/ancestor.m: New function, adapted from Octave Forge. | |
3387 | |
6850 | 3388 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
3389 | |
7010 | 3390 * polynomial/polygcd.m: Better layout of example. |
3391 * polynomial/compan.m: Remove unnecessary check. | |
3392 * polynomial/roots.m: Added example to help text. | |
3393 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
3394 * polynomial/poly.m: Added example to help text. | |
6850 | 3395 |
6848 | 3396 2007-08-30 John W. Eaton <jwe@octave.org> |
3397 | |
3398 * optimization/qp.m: Increase maxit to 200. | |
3399 | |
6847 | 3400 2007-08-30 David Bateman <dbateman@free.fr> |
3401 | |
3402 * geometry/inpolygon.m: New file. | |
3403 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
3404 | |
6843 | 3405 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
3406 | |
3407 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
3408 | |
6829 | 3409 2007-08-24 David Bateman <dbateman@free.fr> |
3410 | |
3411 * plot/__go_draw_axes__.m: Treat text color property. | |
3412 | |
6828 | 3413 2007-08-24 John W. Eaton <jwe@octave.org> |
3414 | |
3415 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
3416 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
3417 | |
3418 * miscellaneous/movefile.m: Separate second and third args and | |
3419 use p1 and p2, not f1 and f2 when constructing arguments for | |
3420 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
3421 | |
6825 | 3422 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
3423 | |
3424 * set/intersect.m: Make it work with cell arrays of strings. | |
3425 | |
6823 | 3426 2007-08-24 David Bateman <dbateman@free.fr> |
3427 | |
7010 | 3428 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 3429 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
3430 functions ported from octave-forge. | |
7010 | 3431 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 3432 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
3433 geometry/triplot.m, geometry/tsearchn.m: | |
3434 New functions. | |
7010 | 3435 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
3436 * geometry/Makefile.in (SOURCES): Add functions above. | |
3437 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 3438 |
6820 | 3439 2007-08-23 John W. Eaton <jwe@octave.org> |
3440 | |
3441 * pkg/pkg.m: Avoid using installed_packages for both function and | |
3442 variable name. | |
3443 | |
3444 2007-08-23 David Bateman <dbateman@free.fr> | |
3445 | |
3446 * plot/plot.m: Allow first arg to be axes handle. | |
3447 | |
6818 | 3448 2007-08-22 David Bateman <dbateman@free.fr> |
3449 | |
3450 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
3451 outputs are returned only if requested. | |
3452 | |
3453 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
3454 | |
3455 * control/base/nichols.m: Fix typo. | |
3456 | |
6813 | 3457 2007-08-13 John W. Eaton <jwe@octave.org> |
3458 | |
3459 * plot/meshgrid.m: Use repmat instead of multiplication. | |
3460 | |
6809 | 3461 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
3462 | |
3463 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
3464 use axes position in each appropriate gnuplot set statement. | |
3465 | |
6808 | 3466 2007-08-10 John W. Eaton <jwe@octave.org> |
3467 | |
3468 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
3469 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3470 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3471 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
3472 | |
6807 | 3473 2007-08-10 Kai Habel <kai.habel@gmx.de> |
3474 | |
3475 * plot/patch.m, plot/__patch__.m: New files. | |
3476 * plot/Makefile.in (SOURCES): Add them to the list. | |
3477 | |
3478 2007-08-07 John W. Eaton <jwe@octave.org> | |
3479 | |
3480 * path/savepath.m: Use single quotes for argument to PATH command | |
3481 that is inserted in file. | |
3482 | |
6805 | 3483 2007-07-27 John W. Eaton <jwe@octave.org> |
3484 | |
3485 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
3486 not set in the environment. | |
3487 | |
6796 | 3488 2007-07-25 David Bateman <dbateman@free.fr> |
3489 | |
3490 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3491 control/base/Makefile.in, control/hinf/Makefile.in, | |
3492 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3493 control/util/Makefile.in, deprecated/Makefile.in, | |
3494 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3495 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3496 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
3497 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3498 polynomial/Makefile.in, quaternion/Makefile.in, | |
3499 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
3500 specfun/Makefile.in, special-matrix/Makefile.in, | |
3501 startup/Makefile.in, statistics/Makefile.in, | |
3502 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
3503 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3504 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3505 Adjust DISTFILES to allow out of tree "make dist" to work. | |
3506 | |
6795 | 3507 2007-07-25 John W. Eaton <jwe@octave.org> |
3508 | |
3509 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
3510 | |
6793 | 3511 2007-07-24 David Bateman <dbateman@free.fr> |
3512 | |
3513 * image/flag.m: New colormap function. | |
3514 * images/Makefile.in: Include it in SOURCES. | |
3515 | |
3516 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
3517 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
3518 image/rainbow.m image/spring.m image/summer.m image/white.m | |
3519 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
3520 * image/gray.m, image/ocean.m: Use the same means of finding the | |
3521 number of colormap elements as the other colormap functions. | |
3522 | |
6790 | 3523 2007-07-24 Kai Habel <kai.habel@gmx.de> |
3524 | |
3525 * plot/__go_draw_axes__.m: Handle patch. | |
3526 | |
6788 | 3527 2007-07-23 David Bateman <dbateman@free.fr> |
3528 | |
3529 * general/rat.m: New function for ration approximation imported | |
3530 from octave-forge. | |
3531 * general/del2.m: New function for discrete laplacian operator. | |
3532 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
3533 | |
3534 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
3535 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
3536 image/rainbow.m image/spring.m image/summer.m image/white.m | |
3537 image/winter.m, image/brighten.m: Port image functions from | |
3538 octave-forge. | |
3539 * image/Makefile.in: Add ported functions to SOURCES. | |
3540 * image/gray.m, image/ocean.m: Don't set the colormap for | |
3541 compatibility with matlab. | |
3542 | |
3543 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
3544 octave-forge | |
3545 * plot/Makefile.in: Add ported functions to SOURCES. | |
3546 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
3547 using gnuplot 4.2 or greater. | |
3548 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3549 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 3550 |
3551 * general/cart2sph.m: Fix unbalanced paranthesis. | |
3552 | |
6781 | 3553 2007-07-19 David Bateman <dbateman@free.fr> |
3554 | |
3555 * plot/fplot.m: More compatible version. | |
3556 | |
6780 | 3557 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
3558 | |
3559 * plot/clf.m: Check for valid handle before deleting. | |
3560 | |
3561 * plot/figure.m: Pass "figure" property/value pairs directly to | |
3562 __go_figure__ instead of using regular "set" call. | |
3563 | |
6779 | 3564 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
3565 | |
3566 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
3567 type for gnuplot. | |
3568 | |
6778 | 3569 2007-07-18 John W. Eaton <jwe@octave.org> |
3570 | |
3571 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
3572 gnuplot for each set of axes. | |
3573 | |
6777 | 3574 2007-07-18 David Bateman <dbateman@free.fr> |
3575 | |
6778 | 3576 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
3577 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
3578 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
3579 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
3580 Use standard scale factor rather than one on the scale factor for | |
3581 compatibility. | |
3582 | |
3583 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
3584 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
3585 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
3586 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
3587 Preserve backward compatibility. | |
6777 | 3588 |
6776 | 3589 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
3590 | |
3591 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
3592 to avoid issues with regexp special characters in the path strings. | |
3593 | |
6770 | 3594 2007-07-06 David Bateman <dbateman@free.fr> |
3595 | |
6778 | 3596 * general/accumarray.m: New function to create an array by |
3597 accumulating the elements. | |
6770 | 3598 |
6768 | 3599 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
3600 | |
3601 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
3602 (fdjac): Set nx outside of if block. | |
3603 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
3604 | |
6765 | 3605 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
3606 | |
3607 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
3608 | |
3609 * plot/axis.m: Also set "visible" property when setting axes to | |
3610 on/off. | |
3611 | |
6762 | 3612 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
3613 | |
3614 * image/colormap.m: Only return colormap if nargout > 0. | |
3615 Mark as command. | |
3616 | |
6758 | 3617 2007-06-25 John W. Eaton <jwe@octave.org> |
3618 | |
3619 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
3620 strcmp for selected property comparisons. | |
3621 | |
6756 | 3622 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
3623 | |
6778 | 3624 * image/imshow.m: Fix check for colormap arguments. |
6756 | 3625 |
6754 | 3626 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
3627 | |
3628 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
3629 | |
6756 | 3630 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 3631 |
6778 | 3632 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 3633 argument, and note that the data should be sorted for the |
3634 definition of the median to be correct. | |
3635 | |
6778 | 3636 * statistics/base/std.m: Add missing square to definition of |
6754 | 3637 standard deviation. |
3638 | |
6778 | 3639 * statistics/base/cov.m: Add definition of covariance to the help text. |
3640 | |
3641 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 3642 statistics/base/std.m: |
3643 Note that \bar{x} is the mean value of x in the help text. | |
3644 | |
6778 | 3645 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 3646 coefficient to the help text. |
3647 | |
6778 | 3648 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
3649 | |
3650 * statistics/base/var.m: Put N in @math in help text. | |
3651 | |
3652 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 3653 statistics/tests/kolmogorov_smirnov_test.m: |
3654 Write about possible values of 'dist' in help text. | |
3655 | |
6778 | 3656 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 3657 Add definition of correlation to the help text. |
3658 | |
6778 | 3659 * statistics/base/logit.m, statistics/base/kendall.m, |
3660 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 3661 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
3662 TeXification of help text. | |
3663 | |
3664 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
3665 | |
3666 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
3667 Add missing @var's to help text. | |
3668 | |
3669 * statistics/models/logistic_regression.m: Fix typos in help text. | |
3670 | |
3671 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
3672 of help text. | |
3673 | |
3674 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
3675 help text. | |
3676 | |
3677 * statistics/distributions/unidpdf.m, | |
3678 statistics/distributions/discrete_pdf.m: | |
3679 Replace 'pDF' with 'PDF' in help text. | |
3680 | |
6753 | 3681 2007-06-25 John W. Eaton <jwe@octave.org> |
3682 | |
3683 * strings/substr.m: Use offset consistently in code and doc string. | |
3684 From Rafael Laboissiere <rafael@debian.org>. | |
3685 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3686 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 3687 |
6778 | 3688 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 3689 |
6751 | 3690 2007-06-25 John W. Eaton <jwe@octave.org> |
3691 | |
3692 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
3693 Recycle tic labels if necessary. From Juhani Saastamoinen | |
3694 <juhani@cs.joensuu.fi>. | |
3695 | |
6748 | 3696 2007-06-20 John W. Eaton <jwe@octave.org> |
3697 | |
6749 | 3698 * strings/index.m: Allow strings to be empty. |
3699 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
3700 | |
6748 | 3701 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
3702 | |
6747 | 3703 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
3704 | |
3705 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
3706 separate matrices. | |
3707 | |
6746 | 3708 2007-06-19 David Bateman <dbateman@free.fr> |
3709 | |
3710 * plot/axis.m: Prefer to use legend rather than the older Octave | |
3711 only ";;" legend syntax. | |
3712 * polynomial/mkpp.m: ditto. | |
3713 * polynomial/pchip.m: ditto. | |
3714 * signal/freqz_plot.m: ditto. | |
3715 * sparse/gplot.m: ditto. | |
3716 * sparse/treeplot.m: ditto. | |
3717 | |
6745 | 3718 2007-06-19 John W. Eaton <jwe@octave.org> |
3719 | |
3720 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
3721 (__go_draw_axes__): Call do_tics to handle tic marks. | |
3722 | |
6742 | 3723 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3724 | |
6778 | 3725 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 3726 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
3727 to check for NA. | |
3728 | |
6741 | 3729 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3730 | |
6778 | 3731 * optimization/glpk.m: TeXified the help text. |
3732 * optimization/qp.m: TeXified the help text. | |
3733 * optimization/sqp.m: TeXified the help text. | |
6741 | 3734 |
6740 | 3735 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
3736 | |
6778 | 3737 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 3738 |
6738 | 3739 2007-06-15 John W. Eaton <jwe@octave.org> |
3740 | |
3741 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
3742 have_newer_gnuplot is true. | |
3743 | |
6736 | 3744 2007-06-15 Pete Gustafson <petegus@umich.edu> |
3745 | |
6778 | 3746 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
3747 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 3748 to 90, all others 0. |
3749 | |
6778 | 3750 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
3751 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 3752 get_data_limits. |
6778 | 3753 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 3754 called by __errplot__. |
3755 | |
6730 | 3756 2007-06-15 John W. Eaton <jwe@octave.org> |
3757 | |
3758 * testfun/test.m: Also return number of expected failures. | |
3759 | |
6724 | 3760 2007-06-14 John W. Eaton <jwe@octave.org> |
3761 | |
6730 | 3762 * set/ismember.m: Mark two tests known to fail with xtest. |
3763 | |
6724 | 3764 * plot/__go_draw_axes__.m: Handle text rotation property. |
3765 | |
6728 | 3766 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
3767 | |
3768 * testfun/test.m: Add xtest support for tests known to fail. | |
3769 | |
6727 | 3770 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
3771 | |
3772 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
3773 epslatexstandalone terminals. | |
3774 | |
6721 | 3775 2007-06-14 David Bateman <dbateman@free.fr> |
3776 | |
3777 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
3778 as permutation of results was incorrect. | |
3779 * general/interp1.m: Add demo on second derivative | |
3780 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 3781 call. Add 3D demo. Fix typos |
3782 * general/interp3.m: Fix typos. Correct permutation for use of | |
3783 interpn. | |
6721 | 3784 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
3785 | |
6717 | 3786 2007-06-13 John W. Eaton <jwe@octave.org> |
3787 | |
3788 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 3789 |
6706 | 3790 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
3791 | |
3792 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
3793 | |
6704 | 3794 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
3795 | |
3796 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
3797 Set have_linestyle to true if two character linestyle is found. | |
3798 | |
6702 | 3799 2007-06-12 David Bateman <dbateman@free.fr> |
3800 | |
6717 | 3801 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
3802 and interpn.m. | |
3803 | |
3804 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
3805 structure before using it. | |
3806 | |
3807 2007-06-12 David Bateman <dbateman@free.fr> | |
3808 | |
6704 | 3809 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 3810 * general/__splinen__.m: New support function for N-dimensional |
3811 spline interpolation. | |
3812 * general/bicubic.m: Allow definition of extrapolation | |
3813 value. Adapt tests to use new graphics interface | |
3814 * general/interp2.m: Call __splinen__ for 2-D spline | |
3815 interpolation. Make the lookup table code only be called for | |
3816 linear and nearest methods. | |
3817 * general/interpn.m: New function for N-dimensional, linear, nearest | |
3818 and spline interpolation. | |
3819 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
3820 and spline interpolation. | |
6704 | 3821 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 3822 |
6701 | 3823 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
3824 | |
3825 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
3826 | |
6699 | 3827 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
3828 | |
3829 * plot/fplot.m: If function is inline, vectorize it. | |
3830 | |
6698 | 3831 2007-06-10 David Bateman <dbateman@free.fr> |
3832 | |
3833 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
3834 directory if need to, so that it fits on a line. | |
3835 | |
6695 | 3836 2007-06-07 David Bateman <dbateman@free.fr> |
3837 | |
3838 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
3839 saved file so that dependent packages are loaded first, and if | |
3840 nargout==0 don't return any arguments. | |
3841 (pkg:install): Only load packages that are marked autoload after | |
3842 install. Various fixes. Save in order. | |
3843 (pkg:uninstall): Save in order | |
3844 (pkg:load_packages): Use load_package_and_dependencies to load | |
3845 packages. | |
3846 (pkg:save_order): New function to sort package list with dependent | |
3847 packages first. | |
3848 (pkg:load_packages_and_dependencies): New function to load both a | |
3849 list of packages and their dependencies. | |
3850 (pkg:load_package_dirs): New function that returns a vector of the | |
3851 indexes into the installed package list indicating the packages to | |
3852 load and the order to load them in to respect the dependencies. | |
3853 | |
6688 | 3854 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
3855 | |
3856 * plot/axes.m: Eliminate redundant else clause. | |
3857 | |
6686 | 3858 2007-06-03 David Bateman <dbateman@free.fr> |
3859 | |
3860 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 3861 * pkg/pkg.m: Protect against multiple actions being define. |
3862 | |
6683 | 3863 2007-06-01 David Bateman <dbateman@free.fr> |
3864 | |
3865 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
3866 incorporate into main pkg function. | |
3867 (pkg:install): Check for existence of files to install before | |
3868 globbing and warn the user if they don't exist. | |
3869 | |
6675 | 3870 2007-05-31 David Bateman <dbateman@free.fr> |
3871 | |
6679 | 3872 * miscellaneous/copyfile.m: Split copying of multiple files to a |
3873 directory over several copy command to limit the line length. | |
3874 * miscellaneous/movefile.m: Ditto. | |
3875 | |
6675 | 3876 * pkg.m: Add build option to allow binary Octave packages to be |
3877 built from source packages. Probe absolute path of prefix, global | |
3878 and local lists. Use strcat, rather that [] for strings. | |
3879 (pkg:build): New function to binary binary package. | |
3880 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
3881 (pkg:repackage): Package binary Octave package from installation. | |
3882 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
3883 from m-files into main installation directory. | |
3884 (pkg:shell): Suppress verbose messages from shell and only display | |
3885 them with the verbose flag. | |
3886 (pkg:installed_packages): Also include the loaded flag in the | |
3887 local and global packages. | |
3888 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
3889 flagged as loaded. | |
3890 | |
3891 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
3892 | |
3893 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
3894 with and without architecture dependent directories. | |
3895 (pkg:installed_packages): Probe the global_list file even if it is | |
3896 the same as the local_list. | |
3897 | |
6669 | 3898 2007-05-29 John W. Eaton <jwe@octave.org> |
3899 | |
3900 * sparse/spy.m: Set axis to "ij" mode. | |
3901 | |
6664 | 3902 2007-05-24 John W. Eaton <jwe@octave.org> |
3903 | |
3904 * set/ismember.m: Quote first arg of "fail" tests. | |
3905 | |
6663 | 3906 2007-05-24 David Bateman <dbateman@free.fr> |
3907 | |
6778 | 3908 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 3909 |
6655 | 3910 2007-05-22 David Bateman <dbateman@free.fr> |
3911 | |
3912 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
3913 error(lasterr()(8:end)). | |
3914 (pkg:install): Warning for empty packages being removed. Suppress | |
3915 spurious output. Warning rather than error for uninstalling a | |
3916 package that is not installed to avoid RPM issue. | |
3917 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
3918 inst or architecture dependent directory if it exists. | |
3919 | |
6653 | 3920 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
3921 | |
3922 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
3923 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
3924 signal/freqz.m: Fix typos. | |
3925 | |
6645 | 3926 2007-05-21 David Bateman <dbateman@free.fr> |
3927 | |
3928 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
3929 force installation location. | |
3930 (rebuild): New subfunction to rebuild package database from | |
3931 installed packages. Also allows changing of autoload status | |
3932 (install): Warn use if attempting to install from non existent | |
3933 file. | |
3934 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
3935 "USER", "root"))' for root test. | |
3936 | |
3937 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
3938 | |
3939 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
3940 and replace "\" characters with "/". | |
3941 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
3942 characters with "/" throughout. | |
3943 (shell): New subfunction that wraps system and is careful with the | |
3944 shell on windows platforms. | |
3945 (configure_make): Explictly pass complier etc to configure | |
3946 process. | |
3947 (issuperuser): Force default to global install for Windows machines. | |
3948 | |
6636 | 3949 2007-05-19 Kristan Onu |
3950 | |
3951 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
3952 | |
6634 | 3953 2007-05-18 David Bateman <dbateman@free.fr> |
3954 | |
3955 * pkg/pkg.m (install): More verbosity. | |
3956 (configure_make): Ditto. | |
3957 (create_pkgadddel): Install in architecture dependent directory if | |
3958 it exists to address issues with autoload/mfilename. | |
3959 (write_INDEX): Check in archiecture dependent directories as well. | |
3960 | |
6633 | 3961 2007-05-17 David Bateman <dbateman@free.fr> |
3962 | |
3963 * plot/hbar.m: Remove. | |
3964 * plot/barh.m: and move it here. | |
3965 | |
6631 | 3966 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
3967 | |
3968 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
3969 | |
6629 | 3970 2007-05-16 John W. Eaton <jwe@octave.org> |
3971 | |
3972 * general/logspace.m: Return second arg if fewer than two values | |
3973 are requested. | |
3974 | |
6619 | 3975 2007-05-14 John W. Eaton <jwe@octave.org> |
3976 | |
3977 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
3978 on a new line. | |
3979 | |
6617 | 3980 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
3981 | |
3982 * statistics/distributions/norminv.m, | |
3983 statistics/distributions/norminv.m, | |
3984 statistics/distributions/normpdf.m, | |
3985 statistics/distributions/normrnd.m: | |
3986 Use standard deviation, not variance. | |
3987 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
3988 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
3989 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
3990 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
3991 backward compatibility. | |
3992 | |
6616 | 3993 2007-05-14 David Bateman <dbateman@free.fr> |
3994 | |
3995 * pkg/pkg.m: Mark loaded packages with "*". | |
3996 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3997 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 3998 |
3999 * miscellaneous/single.m: Doc fix. | |
4000 Convert to double instead of returning argument unchanged. | |
4001 | |
4002 * miscellaneous/doc.m: Doc fix. | |
4003 | |
4004 * miscellaneous/ver.m: Doc fix. | |
4005 Don't display information about Octave Forge. | |
4006 | |
6614 | 4007 2007-05-12 David Bateman <dbateman@free.fr> |
4008 | |
4009 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
4010 install to be printed. An error in the on_uninstall script causes | |
4011 a failure to uninstall. Place oct- and mex-files in an | |
4012 architecture dependent directory. | |
4013 | |
6611 | 4014 2007-05-09 John W. Eaton <jwe@octave.org> |
4015 | |
4016 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
4017 | |
6609 | 4018 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4019 | |
4020 * statistics/distributions/normcdf.m: Use standard deviation | |
4021 instead of variance for compatibility. | |
4022 | |
4023 2007-05-08 John W. Eaton <jwe@octave.org> | |
4024 | |
4025 | |
4026 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
4027 | |
4028 * set/ismember.m: Always return logical values. | |
4029 | |
4030 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 4031 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 4032 |
4033 * general/__isequal__.m: Allow numeric values of different classes | |
4034 to compare equal. | |
4035 | |
6606 | 4036 2007-05-07 David Bateman <dbateman@free.fr> |
4037 | |
6607 | 4038 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
4039 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 4040 |
6605 | 4041 2007-05-02 John W. Eaton <jwe@octave.org> |
4042 | |
4043 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
4044 | |
6604 | 4045 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4046 | |
4047 * contour.m: Rewrite help string. | |
4048 | |
6599 | 4049 2007-04-28 John W. Eaton <jwe@octave.org> |
4050 | |
4051 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
4052 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
4053 Special case nargout == 0. | |
4054 | |
6597 | 4055 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
4056 | |
4057 * general/sub2ind.m: Handle empty input, add tests. | |
4058 | |
6590 | 4059 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4060 | |
4061 * plot/contourc.m: Doc fix. | |
4062 | |
6586 | 4063 2007-04-26 David Bateman <dbateman@free.fr> |
4064 | |
4065 * plot/hist.m: Partially remove previous patch. | |
4066 | |
6582 | 4067 2007-04-26 David Bateman <dbateman@free.fr> |
4068 | |
4069 * plot/hist.m: Support returning of handle | |
4070 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
4071 cells. | |
4072 | |
6575 | 4073 2007-04-25 John W. Eaton <jwe@octave.org> |
4074 | |
6579 | 4075 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
4076 "title \"\"", not "". | |
4077 | |
6575 | 4078 * plot/legend.m: Initialize WARNED to false. |
4079 | |
6567 | 4080 2007-04-24 John W. Eaton <jwe@octave.org> |
4081 | |
4082 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4083 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 4084 |
4085 2007-04-23 John W. Eaton <jwe@octave.org> | |
4086 | |
4087 * plot/box.m: Delete extra endfunction keyword. | |
4088 | |
6560 | 4089 2007-04-23 David Bateman <dbateman@free.fr> |
4090 | |
4091 * plot/plot3.m: Call newplot. | |
4092 | |
6553 | 4093 2007-04-20 John W. Eaton <jwe@octave.org> |
4094 | |
4095 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
4096 | |
6546 | 4097 2007-04-19 John W. Eaton <jwe@octave.org> |
4098 | |
4099 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
4100 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
4101 | |
6544 | 4102 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
4103 | |
4104 * control/util/axis2dlim.m: Delete extraneous line. | |
4105 | |
6542 | 4106 2007-04-18 John W. Eaton <jwe@octave.org> |
4107 | |
4108 * specfun/factorial.m: Increase tolerance in large value test. | |
4109 | |
6540 | 4110 2007-04-18 David Bateman <dbateman@free.fr> |
4111 | |
4112 * __bar__.m: New support function for bar/hbar to support graphic | |
4113 handles, and additional arguments. | |
4114 * bar.m: Convert to use __bar__. | |
4115 * hbar.m: New function | |
4116 * hist.m: Explicitly set the width of the bar plot. | |
4117 | |
6533 | 4118 2007-04-17 John W. Eaton <jwe@octave.org> |
4119 | |
6534 | 4120 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
4121 | |
6533 | 4122 * set/ismember.m: New tests. |
4123 From David Grohmann <grohmann@arlut.utexas.edu> | |
4124 | |
6532 | 4125 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
4126 | |
4127 * specfun/factorial.m: Use gamma function instead of cumprod. | |
4128 Add tests. | |
4129 | |
6527 | 4130 2007-04-16 John W. Eaton <jwe@octave.org> |
4131 | |
6528 | 4132 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
4133 looks_like_copyright in src/help.cc. | |
4134 From S�ren Hauberg <soren@hauberg.org>. | |
4135 | |
6527 | 4136 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
4137 | |
6526 | 4138 2007-04-13 John W. Eaton <jwe@octave.org> |
4139 | |
6527 | 4140 * optimization/sqp.m: Initialize info to 0. |
4141 | |
6526 | 4142 * optimization/qp.m: Undo previous change. |
4143 | |
6524 | 4144 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4145 | |
4146 * spdiags.m: Fixed the four-argument case to work for columns of | |
4147 length one. | |
4148 | |
6523 | 4149 2007-04-12 John W. Eaton <jwe@octave.org> |
4150 | |
4151 * optimization/qp.m: Avoid Octave indexing bug. | |
4152 | |
6521 | 4153 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
4154 | |
6522 | 4155 * miscellaneous/menu.m, control/base/bddemo.m, |
4156 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
4157 control/system/sysrepdemo.m: | |
4158 Adapt to page_screen_output as a function. | |
6521 | 4159 |
6518 | 4160 2007-04-11 John W. Eaton <jwe@octave.org> |
4161 | |
4162 * miscellaneous/not.m: Delete. | |
4163 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
4164 | |
4165 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
4166 | |
4167 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
4168 that are close but not exactly equal. | |
4169 | |
6515 | 4170 2007-04-11 David Bateman <dbateman@free.fr> |
4171 | |
4172 * general/bitcmp.m: Make it work again. | |
4173 | |
6512 | 4174 2007-04-10 John W. Eaton <jwe@octave.org> |
4175 | |
4176 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
4177 that are close but not exactly equal. | |
4178 | |
6511 | 4179 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
4180 | |
4181 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
4182 in response to a change in x limits for now. | |
4183 | |
6510 | 4184 2007-04-09 John W. Eaton <jwe@octave.org> |
4185 | |
4186 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
4187 (__go_draw_axes__): Use it to write data to plot stream. | |
4188 | |
6509 | 4189 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
4190 | |
4191 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
4192 zeros. Set markerfacecolor property in call to plot. | |
4193 | |
6508 | 4194 2007-04-06 John W. Eaton <jwe@octave.org> |
4195 | |
4196 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
4197 | |
4198 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
4199 | |
4200 * plot/stem.m: Use plot instead of a series of calls to line. | |
4201 | |
6494 | 4202 2007-04-05 John W. Eaton <jwe@octave.org> |
4203 | |
6499 | 4204 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
4205 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
4206 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
4207 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
4208 | |
6496 | 4209 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 4210 Use strcmpi instead of strcmp+tolower. |
6496 | 4211 Style fixes. |
4212 | |
6494 | 4213 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
4214 Plotting fixes. Style fixes. | |
4215 | |
4216 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
4217 Style fixes. | |
4218 | |
4219 * testfun/fail.m: No need to check for evalin and lastwarn. | |
4220 Style fixes. | |
4221 | |
4222 * testfun/demo.m, testfun/example.m: Style fixes. | |
4223 Use "strcat (...)" instead of "[...]". | |
4224 Use format specifiers in calls to warning. | |
4225 | |
4226 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
4227 Use "strcat (...)" instead of "[...]". | |
4228 Use "x(end)" instead of "x(length (x))". | |
4229 Check NA before NaN. | |
4230 Style fixes. | |
4231 | |
6473 | 4232 2007-03-29 John W. Eaton <jwe@octave.org> |
4233 | |
6474 | 4234 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 4235 |
6467 | 4236 2007-03-27 John W. Eaton <jwe@octave.org> |
4237 | |
4238 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4239 control/base/Makefile.in, control/hinf/Makefile.in, | |
4240 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4241 control/util/Makefile.in, deprecated/Makefile.in, | |
4242 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4243 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4244 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4245 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4246 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4247 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4248 special-matrix/Makefile.in, startup/Makefile.in, | |
4249 statistics/Makefile.in, statistics/base/Makefile.in, | |
4250 statistics/distributions/Makefile.in, | |
4251 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4252 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4253 Use ln instead of $(LN_S) in dist target. | |
4254 | |
6465 | 4255 2007-03-27 David Bateman <dbateman@free.fr> |
4256 | |
4257 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
4258 gnuplot 4.0. | |
4259 | |
6464 | 4260 2007-03-26 John W. Eaton <jwe@octave.org> |
4261 | |
4262 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
4263 | |
6461 | 4264 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
4265 | |
4266 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
4267 plot stream and using binary data. | |
4268 | |
6459 | 4269 2007-03-26 John W. Eaton <jwe@octave.org> |
4270 | |
4271 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4272 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4273 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
4274 | |
4275 2007-03-26 David Bateman <dbateman@free.fr> | |
4276 | |
6461 | 4277 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
4278 | |
6459 | 4279 * plot/plot3.m: Handle line properties. |
4280 * plot/plot.m: Update docstring. | |
4281 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
4282 * plot/__plt__.m: Also gather properties. | |
4283 | |
6455 | 4284 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
4285 | |
4286 * testfun/assert.m: Delete special check for empty objects. | |
4287 Add test. | |
4288 | |
6453 | 4289 2007-03-26 John W. Eaton <jwe@octave.org> |
4290 | |
6454 | 4291 * plot/drawnow.m: Exit early if call is recursive. |
4292 | |
6453 | 4293 * plot/__go_draw_axes__.m (get_data_limits): New function. |
4294 Check for Inf too. | |
4295 (__go_draw_axes__): Use get_data_limits. | |
4296 | |
6450 | 4297 2007-03-24 John W. Eaton <jwe@octave.org> |
4298 | |
6451 | 4299 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
4300 send terminal setting command with title option to plot stream. | |
4301 | |
6450 | 4302 * plot/legend.m: Correctly increment index into list of children.. |
4303 | |
6434 | 4304 2007-03-23 John W. Eaton <jwe@octave.org> |
4305 | |
6448 | 4306 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
4307 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
4308 control/base/nyquist.m, control/base/nichols.m, | |
4309 control/base/frdemo.m, signal/freqz_plot.m, | |
4310 control/base/__stepimp__.m, control/base/bode.m, | |
4311 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
4312 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 4313 Update plotting code. |
4314 | |
4315 * control/base/bode.m: Unwrap phase angle. | |
4316 | |
4317 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
4318 | |
4319 * plot/axis.m: Don't check automatic_replot, or call replot. | |
4320 | |
4321 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
4322 commands. | |
6446 | 4323 |
6442 | 4324 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 4325 Handle numeric color specs. |
6442 | 4326 * plot/plot.m: Remove "-@" and "@" from docstring. |
4327 | |
6441 | 4328 * plot/orient.m: Fix tests to avoid creating a plot window. |
4329 | |
6440 | 4330 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
4331 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4332 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
4333 general/arrayfun.m, miscellaneous/compare_versions.m, | |
4334 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
4335 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
4336 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
4337 | |
6438 | 4338 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
4339 plot, not just multiplots. | |
4340 | |
6436 | 4341 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
4342 | |
6434 | 4343 * plot/contour.m: Don't call drawnow. |
4344 | |
6431 | 4345 2007-03-22 John W. Eaton <jwe@octave.org> |
4346 | |
6432 | 4347 * plot/drawnow.m: Check and optionally, set, the __modified__ |
4348 property of each figure. | |
4349 | |
6431 | 4350 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
4351 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4352 | |
4353 2007-03-21 John W. Eaton <jwe@octave.org> | |
4354 | |
4355 * linear-algebra/null.m: Set elements of retval with magnitudes | |
4356 less than eps to 0. | |
4357 | |
6429 | 4358 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 4359 |
4360 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 4361 * testfun/speed.m: Documentation and example fix. |
4362 | |
6424 | 4363 2007-03-21 John W. Eaton <jwe@octave.org> |
4364 | |
4365 * plot/subplot.m: If we find an existing subplot region, set | |
4366 it to be the "currentaxes" property for the current figure. | |
6425 | 4367 Delete old axes objects if the new axes object overlaps the old. |
6424 | 4368 |
6422 | 4369 2007-03-20 David Bateman <dbateman@free.fr> |
4370 | |
4371 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
4372 | |
4373 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
4374 | |
4375 * general/arrayfun.m: New function. | |
4376 | |
6418 | 4377 2007-03-20 John W. Eaton <jwe@octave.org> |
4378 | |
6419 | 4379 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
4380 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
4381 | |
4382 * plot/clf.m: Don't call drawnow. | |
4383 | |
6431 | 4384 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 4385 |
6420 | 4386 * image/__img__.m: Maybe set yaxis to reverse for images. |
4387 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
4388 images. | |
4389 | |
6418 | 4390 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 4391 instead of global. Only register __go_close_all__ with atexit if |
4392 the plot stream is successfully opened. | |
6418 | 4393 |
6413 | 4394 2007-03-15 John W. Eaton <jwe@octave.org> |
4395 | |
6418 | 4396 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 4397 From Daniel J Sebald <daniel.sebald@ieee.org>. |
4398 | |
4399 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
4400 | |
4401 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 4402 Use numeric line types. |
6413 | 4403 |
4404 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 4405 lines and larger markers. Remove key titles from line type |
4406 properties. | |
6413 | 4407 |
6405 | 4408 2007-03-14 John W. Eaton <jwe@octave.org> |
4409 | |
6412 | 4410 * plot/__axis_label__.m: Accept additional property-value pairs |
4411 and pass them to __go_text__. Simply return the handle obtained | |
4412 from __go_text__ instead of calling get on the current axis. | |
4413 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
4414 Allow for extra property value pairs to be passed along. | |
4415 * plot/title.m: Implement with __axis_label__ since it does all | |
4416 that title needs to do. | |
4417 | |
6410 | 4418 * plot/clf.m: Set currentaxes property for current figure to []. |
4419 | |
6405 | 4420 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
4421 | |
4422 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
4423 and __plt2__, not just the last. | |
4424 | |
4425 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
4426 (SOURCES_IN, GEN_M): Delete. | |
4427 (FCN_FILES): Don't include $(GEN_M). | |
4428 (all): Don't depend on $(GEN_M). | |
4429 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
4430 | |
4431 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
4432 | |
4433 * plot/newplot.m: Call __go_axes_init__ instead of | |
4434 __uiobject_axes_init__. | |
4435 | |
4436 * plot/mesh.m: Use __go_surface__ instead of | |
4437 __uiobject_surface_ctor__. Don't access object fields directly. | |
4438 | |
4439 * plot/line.m: Use __line__ to do actual work. | |
4440 * plot/__line__.m: New function. | |
4441 | |
4442 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
4443 Use get and set instead of accessing object fields directly. | |
4444 | |
4445 * plot/figure.m: Use __go_figure__ to create figure graphics | |
4446 handle. | |
4447 | |
4448 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
4449 __uiobject_close_all. Call __go_draw_figure__ instead of | |
4450 __uiobject_draw_figure__. | |
4451 | |
4452 * plot/clf.m: Use get instead of accessing object fields | |
4453 directly. Simply delete children. Don't set currentaxes. | |
4454 | |
4455 * plot/close.m (close_all_figures): New subfunction. | |
4456 Use it instead of getting list of figures to close from | |
4457 __uiobject_figures__. | |
4458 | |
4459 * plot/closereq.m: Simply delete the current figure. Don't set | |
4460 currentfigure. | |
4461 | |
4462 * plot/__errplot__.m: Call __line__ instead of | |
4463 __uiobject_line_ctor__. Use set instead of accesing object fields | |
4464 directly. Don't call __uiobject_adopt__. | |
4465 | |
4466 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
4467 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
4468 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
4469 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
4470 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
4471 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
4472 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
4473 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
4474 plot/__uiobject_init_root_figure__.in, | |
4475 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
4476 plot/__uiobject_root_figure_ctor__.m, | |
4477 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
4478 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
4479 plot/set.in: Delete. | |
6408 | 4480 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 4481 |
4482 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
4483 Pass "hidden" as second arg to close. | |
4484 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
4485 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 4486 * plot/Makefile.in (SOURCES_M): Rename in list. |
4487 | |
6405 | 4488 * image/__img__.m: Use __go_image__ to create image graphics |
4489 handle. | |
4490 | |
4491 * miscellaneous/delete.m: Call __go_delete__, not | |
4492 __uiobject_delete__. Check that arg is a graphics handle before | |
4493 calling __go_delete__. | |
4494 | |
6403 | 4495 2007-03-13 John W. Eaton <jwe@octave.org> |
4496 | |
4497 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
4498 arg instead of switch statement. | |
6528 | 4499 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 4500 |
4501 2007-03-12 John W. Eaton <jwe@octave.org> | |
4502 | |
4503 * miscellaneous/cast.m: New function. | |
4504 | |
4505 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
4506 | |
6398 | 4507 2007-03-08 John W. Eaton <jwe@octave.org> |
4508 | |
4509 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
4510 tilde expansion on target filename before passing it to the shell. | |
4511 | |
4512 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
4513 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
4514 | |
6396 | 4515 2007-03-08 David Bateman <dbateman@free.fr> |
4516 | |
4517 * statistics/base/unidrnd.m: Move to statistics/distributions | |
4518 replacing slower version based on dicrete_rnd. | |
4519 | |
6392 | 4520 2007-03-07 John W. Eaton <jwe@octave.org> |
4521 | |
6395 | 4522 * control/base/rlocus.m: Update for current plotting functions. |
4523 | |
4524 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
4525 | |
4526 * control/base/rlocus.m: Improve display. | |
4527 | |
4528 2007-03-07 John W. Eaton <jwe@octave.org> | |
4529 | |
4530 * plot/legend.m: Only handle positions -1:4. | |
4531 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
4532 found in option string | |
4533 * plot/__uiobject_draw_axes__.m: Handle key position. | |
4534 | |
6394 | 4535 * plot/newplot.m: Always reset next line color. |
4536 | |
6392 | 4537 * testfun/assert.m: Check that number of dimensions match before |
4538 checking dimensions. | |
4539 | |
6391 | 4540 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
4541 | |
4542 * specfun/perms.m, specfun/factorial.m: Check args. | |
4543 | |
6387 | 4544 2007-03-07 John W. Eaton <jwe@octave.org> |
4545 | |
6390 | 4546 * plot/mesh.m: Call newplot before doing anything. |
4547 | |
4548 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
4549 just "e". Only flush plot stream once. | |
4550 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4551 | |
6387 | 4552 * strings/blanks.m: Omit first index in assignment. |
4553 | |
6386 | 4554 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
4555 | |
4556 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
4557 | |
6385 | 4558 2007-03-06 David Bateman <dbateman@free.fr> |
4559 John W. Eaton <jwe@octave.org> | |
4560 | |
4561 * set/setdiff.m: Ignore "rows" for cell array args. | |
4562 Handle cellstr args. | |
4563 | |
6382 | 4564 2007-03-05 John W. Eaton <jwe@octave.org> |
4565 | |
4566 * optimization/sqp.m: Defer first call to obj_hess until after | |
4567 calling obj_fun. | |
4568 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4569 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 4570 |
4571 * specfun/nchoosek.m: Fix nargin check. | |
4572 | |
6376 | 4573 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
4574 | |
4575 * image/__img__.m: Don't set xlim and ylim properties. | |
4576 | |
6374 | 4577 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
4578 | |
4579 * general/interp1.m: Fix *style cases for decreasing x. | |
4580 | |
6372 | 4581 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
4582 | |
4583 * polynomial/roots.m: Check nargin before accessing arg. | |
4584 | |
6369 | 4585 2007-02-28 John W. Eaton <jwe@octave.org> |
4586 | |
4587 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
4588 increment data_idx unless using gnuplot for display. | |
4589 | |
6368 | 4590 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
4591 | |
4592 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
4593 plots with images. | |
4594 * image/image.m, image/imagesc.m, image/imshow.m: | |
4595 Deprecate zoom argument. | |
4596 | |
6366 | 4597 2007-02-28 John W. Eaton <jwe@octave.org> |
4598 | |
4599 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
4600 temporary file names. Keep image and colormap file ids separate. | |
4601 | |
4602 * general/interp1.m: Correctly compute min and max values when | |
4603 values are decreasing and not evenly spaced. | |
4604 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
4605 | |
6365 | 4606 2007-02-27 John W. Eaton <jwe@octave.org> |
4607 | |
4608 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
4609 returning an empty cell array. | |
4610 | |
6546 | 4611 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 4612 |
4613 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
4614 | |
6546 | 4615 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 4616 |
4617 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4618 control/base/Makefile.in, control/hinf/Makefile.in, | |
4619 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4620 control/util/Makefile.in, deprecated/Makefile.in, | |
4621 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4622 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4623 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4624 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4625 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4626 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4627 special-matrix/Makefile.in, startup/Makefile.in, | |
4628 statistics/Makefile.in, statistics/base/Makefile.in, | |
4629 statistics/distributions/Makefile.in, | |
4630 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4631 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4632 Use $(LN_S) instead of ln or ln -s. | |
4633 | |
6356 | 4634 2007-02-24 David Bateman <dbateman@free.fr> |
4635 | |
4636 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
4637 '\n' in FILES file. | |
6357 | 4638 (configure_make): Also install any mex files. |
6356 | 4639 |
6353 | 4640 2007-02-24 David Bateman <dbateman@free.fr> |
4641 | |
4642 * statistics/distributions (SOURCES): Add nbincdf.m, | |
4643 nbininv.m, nbinpdf.m and nbinrnd.m. | |
4644 | |
6351 | 4645 2007-02-23 John W. Eaton <jwe@octave.org> |
4646 | |
4647 * statistics/distributions/Makefile.in (SOURCES): Remove | |
4648 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
4649 | |
4650 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
4651 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
4652 | |
6349 | 4653 2007-02-23 David Bateman <dbateman@free.fr> |
4654 | |
4655 * statistics/distributions/discrete_rnd.m, | |
4656 statistics/distributions/geornd.m, | |
4657 statistics/distributions/lognnd.m, | |
4658 statistics/distributions/nbinrnd.m, | |
4659 statistics/distributions/wblrnd.m: Accelerate distributions. | |
4660 | |
4661 * statistics/distributions/unidcdf.m, | |
4662 statistics/distributions/unidinv.m, | |
4663 statistics/distributions/unidpdf.m, | |
4664 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 4665 discrete_cdf, etc. |
6349 | 4666 |
4667 * statistics/distributions/pascal_cdf.m, | |
4668 statistics/distributions/pascal_inv.m, | |
4669 statistics/distributions/pascal_pdf.m, | |
4670 statistics/distributions/pascal_rnd.m: Remove. | |
4671 * statistics/distributions/nbincdf.m, | |
4672 statistics/distributions/nbininv.m, | |
4673 statistics/distributions/nbinpdf.m, | |
4674 statistics/distributions/nbinrnd.m: Replace with matlab | |
4675 compatible functions. | |
4676 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
4677 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
4678 nbincdf, etc functions to implement these. | |
4679 | |
6344 | 4680 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4681 | |
4682 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
4683 command and data. | |
4684 | |
4685 2007-02-22 John W. Eaton <jwe@octave.org> | |
4686 | |
4687 * miscellaneous/doc.m: If index search fails, try again without | |
4688 the index search option. | |
4689 | |
6339 | 4690 2007-02-22 David Bateman <dbateman@free.fr> |
4691 | |
6341 | 4692 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
4693 | |
6340 | 4694 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
4695 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
4696 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
4697 statistics/distributions/betarnd.m: Convert to use randg, rande | |
4698 and randp to accelerate. | |
4699 | |
6339 | 4700 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
4701 | |
6338 | 4702 2007-02-22 John W. Eaton <jwe@octave.org> |
4703 | |
4704 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
4705 cache data and display after xlim and ylim have been determined. | |
4706 | |
6337 | 4707 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4708 | |
4709 * plot/__uiobject_draw_axes__.m: | |
4710 Allow multiple images to be displayed with gnuplot. | |
4711 | |
6333 | 4712 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
4713 | |
4714 * optimization/glpk.m: Document the fact that extra.mem does not work | |
4715 for versions of GLPK 4.15 and later. | |
4716 | |
6328 | 4717 2007-02-19 John W. Eaton <jwe@octave.org> |
4718 | |
4719 * plot/__uiobject_alloc__.in: If next available element in | |
4720 __uiobject_list__ is 0, grow list before doing anything else. | |
4721 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
4722 first call when size of __uiobject_list__ is 0. | |
4723 | |
6323 | 4724 2007-02-16 John W. Eaton <jwe@octave.org> |
4725 | |
4726 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
4727 | |
6321 | 4728 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
4729 | |
4730 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
4731 | |
6316 | 4732 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
4733 | |
4734 * specfun/nchoosek.m: Check nargin. | |
4735 | |
6314 | 4736 2007-02-15 John W. Eaton <jwe@octave.org> |
4737 | |
6315 | 4738 * path/addpath.m, path/rmpath.m: Delete |
4739 * path/Makefile.in (SOURCES): Remove them from the list. | |
4740 | |
6314 | 4741 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
4742 Delete title, xlabel, ylabel, and zlabel properties before | |
4743 reassigning. | |
4744 * plot/__uiobject_axes_init__.in: New arg, mode. | |
4745 Don't init outerposition if "mode" is "replace". | |
4746 * plot/newplot.m: Check both figure and axes nextplot properties. | |
4747 If axes nextplot property is replace, pass "replace" as mode arg | |
4748 to __uiobject_axes_init__. | |
4749 | |
6308 | 4750 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
4751 | |
6310 | 4752 * image/imshow.m: Don't restore old colormap. |
4753 | |
6309 | 4754 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
4755 * image/__img__.m: New file containing common parts of image.m and | |
4756 imshow.m. | |
6312 | 4757 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 4758 * image/image.m, image/imshow.m: Call __img__. |
4759 * plot/__uiobject_draw_axes__.m: | |
4760 Handle rgb imaged data stored in 3-d arrays. | |
4761 | |
6308 | 4762 * plot/figure.m: Doc fix. |
4763 | |
6304 | 4764 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
4765 | |
4766 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
4767 for reading and writing data. New tests. Improve rounding. | |
4768 | |
6302 | 4769 2007-02-13 John W. Eaton <jwe@octave.org> |
4770 | |
6303 | 4771 * plot/stem.m: New file, adapted from OctPlot. |
4772 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4773 | |
6302 | 4774 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
4775 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4776 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4777 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
4778 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
4779 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
4780 plot/semilogyerr.m: Return handles to line objects. | |
4781 | |
6301 | 4782 2007-02-11 John W. Eaton <jwe@octave.org> |
4783 | |
4784 * plot/__uiobject_close_all.m: New file. | |
4785 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4786 | |
6298 | 4787 2007-02-10 John W. Eaton <jwe@octave.org> |
4788 | |
4789 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
4790 * plot/__uiobject_globals__.m: Don't call mlock. | |
4791 | |
4792 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
4793 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
4794 before calling pclose. | |
4795 | |
6291 | 4796 2007-02-09 John W. Eaton <jwe@octave.org> |
4797 | |
6295 | 4798 * plot/subplot.m: Delete spurious call to axes. |
4799 | |
6293 | 4800 * plot/figure.m: Call drawnow for current figure before creating |
4801 or switching to a new figure. | |
4802 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
4803 nargin == 0 case. | |
4804 | |
6291 | 4805 * testfun/assert.m: Try to avoid problems when comparisons involve |
4806 strange values like Inf+NaNi. | |
4807 | |
6283 | 4808 2007-02-08 John W. Eaton <jwe@octave.org> |
4809 | |
6286 | 4810 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
4811 and check gnuplot_use_title_option instead of just assuming -title | |
4812 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
4813 | |
6285 | 4814 * Makefile.in (DISTFILES): Add move-if-change to the list. |
4815 | |
6284 | 4816 * audio/Makefile.in, control/base/Makefile.in, |
4817 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
4818 control/system/Makefile.in, control/util/Makefile.in, | |
4819 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
4820 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
4821 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
4822 optimization/Makefile.in, plot/Makefile.in, | |
4823 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4824 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4825 special-matrix/Makefile.in, startup/Makefile.in, | |
4826 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4827 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4828 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
4829 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
4830 | |
6283 | 4831 * plot/figure.m: Don't call drawnow. Correctly init figure when |
4832 only given property list. | |
4833 | |
6278 | 4834 2007-02-07 John W. Eaton <jwe@octave.org> |
4835 | |
6280 | 4836 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
4837 properties. | |
4838 | |
6278 | 4839 * plot/sombrero.m: Call box ("off") after mesh. |
4840 | |
4841 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
4842 line default" commands with older versions of gnuplot. | |
4843 | |
4844 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
4845 | |
6273 | 4846 2007-02-06 John W. Eaton <jwe@octave.org> |
4847 | |
4848 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
4849 * sparse/gplot.m: Use line style - instead of 1. | |
4850 | |
6272 | 4851 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
4852 | |
4853 * plot/print.m: Avoid error message from cellidx. | |
4854 | |
4855 2007-02-05 John W. Eaton <jwe@octave.org> | |
4856 | |
4857 * plot/legend.m: Fix check for data. | |
4858 | |
6270 | 4859 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
4860 | |
4861 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
4862 Always set lt and pt. | |
4863 | |
6269 | 4864 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
4865 | |
4866 * plot/contourc.m: Correctly compute X and Y. | |
4867 | |
6268 | 4868 2007-02-05 John W. Eaton <jwe@octave.org> |
4869 | |
4870 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
4871 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
4872 | |
6264 | 4873 2007-02-01 John W. Eaton <jwe@octave.org> |
4874 | |
6266 | 4875 * plot/__uiobject_draw_axes__.m: |
4876 Don't try to set axis limits unless we have data. | |
4877 | |
6264 | 4878 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
4879 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4880 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
4881 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
4882 instead of of key and fmt strings. | |
4883 | |
4884 * plot/__pltopt1__.m: Greatly simplify. | |
4885 | |
4886 * plot/__next_line_color__.m: New file. | |
4887 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4888 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
4889 | |
4890 * plot/__default_plot_options__.m: New file. | |
4891 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4892 | |
4893 * plot/__plt3__.m: Delete. | |
4894 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
4895 | |
6259 | 4896 2007-01-31 John W. Eaton <jwe@octave.org> |
4897 | |
6263 | 4898 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
4899 linestyle, linewidth, marker, and markersize properties. | |
4900 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
4901 colors and widths, and line styles. | |
4902 | |
4903 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 4904 |
6261 | 4905 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
4906 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4907 | |
4908 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
4909 __gnuplot_save_data__. | |
4910 | |
6259 | 4911 * image/image.m: Accept 2 args, but ignore the second for now. |
4912 | |
6258 | 4913 2007-01-30 David Bateman <dbateman@free.fr> |
4914 | |
4915 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
4916 to flag a package as to be autoloaded. Add install flags -noauto, | |
4917 -auto to force autoload behavior. | |
4918 (installed_packages): Make list of installed packages unique. | |
4919 | |
6259 | 4920 2007-01-30 John W. Eaton <jwe@octave.org> |
4921 | |
4922 * Merge of changes from graphics-branch: | |
4923 | |
4924 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 4925 |
4926 * plot/subplot.m: Set nextplot property of current figure to "add". | |
4927 | |
4928 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
4929 property if it exists. | |
4930 | |
6259 | 4931 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 4932 |
4933 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
4934 min values outside of loop over child objects. | |
4935 | |
4936 * plot/contour.m, plot/contourc.m: New files. | |
4937 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
4938 | |
4939 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
4940 find a gnuplot version newer than 4.0. | |
4941 * image/__img_gnuplot__.m: Delete. | |
4942 * image/image.m: Create image graphics object. | |
4943 Call newplot to setup and drawnow to finish. | |
4944 Eliminate ZOOM arg. | |
4945 | |
4946 * plot/__uiobject_draw_axes__.m: Handle image data. | |
4947 | |
4948 * plot/legend.m: Eliminate useless variable "warned". | |
4949 | |
4950 * plot/__uiobject_image_ctor__.m: New file. | |
4951 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4952 | |
4953 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
4954 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
4955 | |
4956 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
4957 | |
4958 * plot/__default_colormap__.m: New file. | |
4959 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4960 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
4961 property. | |
4962 * image/colormap.m: Use colormap property of current figure | |
4963 to store colormap instead of using persistent variable. | |
4964 Call __default_colormap__ to get default map value. | |
4965 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
4966 | |
4967 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
4968 Handle some tick mark options. | |
4969 | |
4970 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
4971 set corresponding *mode to "manual". If we set dataaspectratio, | |
4972 set dataaspectratiomode to "manual". | |
4973 | |
4974 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
4975 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
4976 | |
4977 * plot/axis.m: New file. | |
4978 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
4979 | |
4980 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
4981 set corresponding *limmode to "manual". | |
4982 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
4983 Use it to compute autosclaled limits. | |
4984 Arg is now handle, not object. Change all callers. | |
4985 Compute data limits. | |
4986 | |
6259 | 4987 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 4988 |
4989 * plot/drawnow: Fix visibility check for zero args. | |
4990 | |
4991 * plot/text.m: New file. | |
4992 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4993 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
4994 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
4995 horizontalalignment properties. | |
4996 | |
4997 * plot/figure.m: Set options for f we just constructed or were | |
4998 given as an argument, not gcf. Only return handle if nargout > 0. | |
4999 | |
5000 * plot/drawnow.m: Handle visible field for figure here. | |
5001 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
5002 | |
5003 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
5004 title and axis labels. | |
5005 | |
5006 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
5007 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
5008 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
5009 * plot/view.m: New file. | |
5010 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5011 | |
5012 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
5013 Call __request_drawnow__. | |
5014 | |
5015 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
5016 | |
5017 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5018 Call set to set properties. Return handle instead of structure. | |
5019 Change all callers. | |
5020 | |
5021 * plot/__uiobject_axes_setr__.m: New file. | |
5022 * plot/set.in: Check for __setter__ field. | |
5023 | |
5024 * plot/__uiobject_axes_init__.in: | |
5025 Rename from plot/__uiobject_axes_init__.m. | |
5026 Include __uiobject_globals__. | |
5027 Accept handle as arg instead of structure | |
5028 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
5029 from the list. | |
5030 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
5031 | |
6259 | 5032 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 5033 |
5034 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
5035 | |
5036 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
5037 initializing each global variable. | |
5038 | |
6259 | 5039 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 5040 |
5041 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
5042 __uiobject_figure_handles_free_list__): New global variables. | |
5043 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
5044 Place unused handles on the free list. | |
5045 | |
5046 * plot/__uiobject_get_figure_handle__.in: Delete. | |
5047 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
5048 | |
5049 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
5050 handles here. Return figure handle. | |
5051 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
5052 | |
6259 | 5053 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 5054 |
5055 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
5056 data for gnuplot. | |
5057 | |
5058 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
5059 files. | |
5060 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
5061 (DISTFILES): Include include-globals.awk in the list. | |
5062 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
5063 ($(GEN_M) : %.m : %.in): New rule. | |
5064 | |
5065 * include-globals.awk: New file. | |
5066 | |
5067 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
5068 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
5069 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
5070 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
5071 plot/__uiobject_init_root_figure__.in, | |
5072 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
5073 Rename from corresponding .m files. | |
5074 | |
5075 * move-if-change: New file. | |
5076 | |
5077 * plot/__uiobject_delete__.m: New file. | |
5078 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
5079 plot/__uiobject_delete_child__.m: Delete. | |
5080 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
5081 not a character string. | |
5082 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
5083 Fix assignment to tmp key value in loop. | |
5084 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
5085 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
5086 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
5087 Inline code to delete children. | |
5088 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
5089 __uiobject_list__. | |
5090 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
5091 and free child. | |
5092 | |
6259 | 5093 2006-12-08 John W. Eaton <jwe@octave.org> |
5094 | |
5095 * plot/gcf.m: Check if the root figure object's currentfigure | |
5096 handle is empty, not 0. | |
5097 * plot/__uiobject_root_figure_ctor__.m: | |
5098 Set currentfigure to [], not 0. | |
5099 | |
5100 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
5101 | |
5102 2006-12-07 John W. Eaton <jwe@octave.org> | |
5103 | |
5104 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
5105 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
5106 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
5107 plot/__uiobject_delete_children__.m, | |
5108 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
5109 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
5110 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
5111 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
5112 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
5113 plot/__uiobject_init_figure__.m, | |
5114 plot/__uiobject_init_root_figure__.m, | |
5115 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
5116 plot/__uiobject_remove_child__.m, | |
5117 plot/__uiobject_root_figure_ctor__.m, | |
5118 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
5119 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
5120 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
5121 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
5122 plot/set.m: New files. | |
5123 | |
5124 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
5125 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
5126 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
5127 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
5128 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
5129 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
5130 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
5131 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
5132 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
5133 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
5134 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
5135 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
5136 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
5137 plot/semilogyerr.m, plot/replot.m: | |
5138 Adapt to new graphics data structure. | |
5139 | |
5140 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
5141 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
5142 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
5143 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
5144 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5145 plot/plot_border.m, plot/subwindow.m: Delete. | |
5146 | |
5147 2007-01-24 David Bateman <dbateman@free.fr> | |
5148 | |
5149 * pkg/pkg.m: Install ChangeLog file if it exists. | |
5150 Delete bare newline in string passed to write_INDEX. | |
5151 | |
5152 * sparse/sprandsym.m: Make work for even values of N. | |
5153 | |
5154 2007-01-24 John W. Eaton <jwe@octave.org> | |
5155 | |
5156 * miscellaneous/news.m: New file. | |
5157 | |
5158 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
5159 | |
5160 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
5161 | |
5162 * strings/strncmp.m: Delete (we now have a built-in version). | |
5163 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5164 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 5165 |
5166 * testfun/test.m: Check for all files in path, use first found. | |
5167 | |
5168 2007-01-22 David Bateman <dbateman@free.fr> | |
5169 | |
5170 * polynomial/spline.m: Make DG a column instead of a row vector. | |
5171 | |
5172 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
5173 | |
5174 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
5175 file name. | |
5176 | |
5177 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
5178 nargout is 1. Handle colormaps that have too few colors. | |
5179 | |
5180 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
5181 (configure_make): Use fullfile instead of concatenating with "/". | |
5182 | |
6258 | 5183 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
5184 | |
5185 * set/ismember.m: Handle N-d arrays. | |
5186 | |
5187 2007-01-10 David Bateman <dbateman@free.fr> | |
5188 | |
5189 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
5190 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
5191 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
5192 New files. | |
5193 | |
5194 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
5195 | |
6778 | 5196 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 5197 |
5198 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
5199 | |
5200 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
5201 instead of concatenating with "/". Use mlock to ensure that | |
5202 persistent variables are not clobbered if user types clear all. | |
5203 | |
5204 2007-01-08 John W. Eaton <jwe@octave.org> | |
5205 | |
5206 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
5207 Improve handling of file names containing globbing characters. | |
5208 From S�ren Hauberg <hauberg@gmail.com>. | |
5209 | |
5210 2007-01-05 John W. Eaton <jwe@octave.org> | |
5211 | |
5212 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
5213 New files. | |
5214 | |
5215 2006-12-30 John W. Eaton <jwe@octave.org> | |
5216 | |
5217 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
5218 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
5219 | |
5220 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
5221 | |
5222 * image/imshow.m: Strip NaNs from image. | |
5223 | |
5224 2006-12-08 David Bateman <dbateman@free.fr> | |
5225 | |
5226 * sparse/normest.m: New file. | |
5227 | |
6286 | 5228 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 5229 |
6210 | 5230 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
5231 Work on Windows systems without cp or mv. | |
5232 | |
6209 | 5233 * startup/inputrc: Include sequences for Windows. |
5234 | |
6203 | 5235 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
5236 | |
5237 * pkg/pkg.m (unload_packages): New function. | |
5238 (pkg): Handle unload action. | |
5239 | |
5240 * __errplot__.m: Add missing semicolon. | |
5241 | |
6193 | 5242 2006-11-30 John W. Eaton <jwe@octave.org> |
5243 | |
5244 * miscellaneous/mexext.m: New file. | |
5245 | |
6189 | 5246 2006-11-29 David Bateman <dbateman@free.fr> |
5247 | |
5248 * pkg/pkg.m: Add local_list and global_list options that allow the | |
5249 location of package lists to be probed and set. | |
5250 | |
6179 | 5251 2006-11-17 John W. Eaton <jwe@octave.org> |
5252 | |
6181 | 5253 * plot/__render_plot1__.m: Reverse y axis for images. |
5254 | |
6179 | 5255 * plot/__render_plot__.m: New args, terminal and output. |
5256 * plot/print.m: Don't set output and term here. Instead, call | |
5257 __render_plot__ with terminal and output. | |
5258 | |
6178 | 5259 2006-11-16 John W. Eaton <jwe@octave.org> |
5260 | |
5261 * plot/__render_plot1__.m: New file. | |
5262 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
5263 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
5264 gnuplot. Let __render_plot__ do that. | |
5265 | |
6177 | 5266 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
5267 | |
5268 * plot/plot.m: Fix doc string. | |
5269 | |
6173 | 5270 2006-11-16 John W. Eaton <jwe@octave.org> |
5271 | |
5272 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
5273 before sending anything to the plotter. | |
5274 | |
6172 | 5275 2006-11-15 John W. Eaton <jwe@octave.org> |
5276 | |
5277 * image/__img_gnuplot__.m: Store more info in global plot | |
5278 structures and use __render_plot__ to build plot command to | |
5279 display image. | |
5280 | |
5281 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
5282 | |
5283 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
5284 __plot_command_sep__): Delete. | |
5285 (__plot_data_type__, __plot_data_parametric__, | |
5286 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
5287 __plot_usingstr__, __plot_withstr__): New variables. | |
5288 * plot/__init_plot_vars__.m: Initialize them. | |
5289 | |
5290 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
5291 Don't handle sep or cmd. | |
5292 | |
5293 * plot/__render_plot__.m: New function. | |
5294 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
5295 Store more info in global plot structures and use __render_plot__ | |
5296 to build plot command. | |
5297 * plot/replot.m: Simply call __render_plot__. | |
5298 | |
5299 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
5300 Set __plot_data_parametric__ here. | |
5301 | |
6164 | 5302 2006-11-14 John W. Eaton <jwe@octave.org> |
5303 | |
6166 | 5304 * plot/bottom_title.m, plot/top_title.m: Delete. |
5305 | |
6164 | 5306 * image/image_viewer.m: Set default values here. |
5307 * image/image.m: Not here. | |
5308 | |
5309 * image/image_viewer.m: Always return old values. Check arguments. | |
5310 * image/__img_gnuplot__.m: Rename from __img__m. | |
5311 | |
5312 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
5313 | |
5314 * image/image_viewer.m: New function. | |
5315 * image/__img_via_file__.m: New function. | |
5316 * image/image.m: Use image_viewer to determine which program to | |
5317 use for image viewing. | |
6754 | 5318 * image/__img__.m: Silently accept more than 3 args. |
6164 | 5319 |
6163 | 5320 2006-11-14 John W. Eaton <jwe@octave.org> |
5321 | |
5322 * plot/__do_legend__.m, plot/__errplot__.m, | |
5323 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
5324 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
5325 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5326 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
5327 Use __plot_globals__ for multiplot variables. Keep track of | |
5328 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
5329 | |
6157 | 5330 2006-11-13 John W. Eaton <jwe@octave.org> |
5331 | |
6158 | 5332 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
5333 | |
6157 | 5334 * miscellaneous/substruct.m: New function. |
5335 | |
5336 * testfun/assert.m: Force orientation to match when comparing | |
5337 struct elements. | |
5338 | |
5339 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
5340 when comparing structs. | |
5341 | |
5342 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
5343 | |
6754 | 5344 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
5345 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
5346 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
5347 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
5348 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
5349 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
5350 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 5351 |
6156 | 5352 2006-11-13 John W. Eaton <jwe@octave.org> |
5353 | |
5354 * plot/mesh.m: Use size_equal to compare dimensions. | |
5355 | |
6154 | 5356 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
5357 | |
5358 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
5359 | |
6152 | 5360 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
5361 | |
5362 * miscellaneous/copyfile.m: Fix docs to match function. | |
5363 | |
6145 | 5364 2006-11-08 John W. Eaton <jwe@octave.org> |
5365 | |
6146 | 5366 * plot/legend.m: New function, adapted from Octave Forge. |
5367 | |
5368 * plot/__do_legend__.m: New function. | |
5369 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
5370 plot/replot.m: Call it before plotting. | |
5371 | |
5372 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
5373 noparametric" to gnuplot.. | |
5374 | |
5375 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
5376 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
5377 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
5378 and return key title separate from line format. Accept format and | |
5379 key as cellstr. Always return data as cell array. Return format | |
5380 and key title as cellstr. | |
5381 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
5382 Handle line format and key titles separately. | |
5383 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
5384 | |
5385 * plot/__plot_globals__.m (__plot_line_offset__, | |
5386 __plot_key_labels__, __plot_key_properties__): New global | |
5387 variables. Initialize them. | |
5388 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
5389 __plot_key_labels__, __plot_key_properties__): Initialize. | |
5390 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
5391 (__plot_line_offset__, __plot_key_labels__, | |
5392 __plot_key_properties__): Store information about plot key titles. | |
5393 | |
5394 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
5395 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
5396 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
5397 respectively. | |
5398 | |
5399 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
5400 | |
6145 | 5401 * strings/strcat.m: Disable Octave:empty-list-elements warning |
5402 whle concatenating args. | |
5403 | |
6144 | 5404 2006-11-07 John W. Eaton <jwe@octave.org> |
5405 | |
5406 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
5407 | |
6142 | 5408 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
5409 | |
6143 | 5410 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
5411 option to regexp. | |
5412 | |
6142 | 5413 * image/__img__.m: Send "set size ratio -1" before plotting. |
5414 | |
6138 | 5415 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
5416 | |
6139 | 5417 * strings/index.m: New arg, direction. Simplify and speed up. |
5418 * strings/rindex.m: Implement using index (..., "last"); | |
5419 | |
6754 | 5420 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 5421 |
6130 | 5422 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
5423 | |
5424 * general/__isequal__.m: Test size and class more consistently. | |
5425 | |
6116 | 5426 2006-10-27 John W. Eaton <jwe@octave.org> |
5427 | |
6117 | 5428 * miscellaneous/ls_command.m: Use /D instead of /w. |
5429 From Michael Goffioul <michael.goffioul@swing.be>. | |
5430 | |
6116 | 5431 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
5432 * miscellaneous/dir.m: Mark as a command. | |
5433 | |
6112 | 5434 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5435 | |
5436 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
5437 | |
6088 | 5438 2006-10-25 John W. Eaton <jwe@octave.org> |
5439 | |
5440 * image/image.m: Set x = y = [] when nargin == 0; | |
5441 | |
5442 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
5443 | |
5444 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
5445 * image/__img__.m: New file, originally from | |
5446 Daniel J Sebald <daniel.sebald@ieee.org>. | |
5447 | |
6087 | 5448 2006-10-25 John W. Eaton <jwe@octave.org> |
5449 | |
5450 * plot/__gnuplot_version__.m: New function, originally from | |
5451 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
5452 Quentin Spencer <qspencer@ieee.org>. | |
5453 | |
6085 | 5454 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
5455 | |
5456 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
5457 | |
6081 | 5458 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
5459 | |
5460 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
5461 miscellaneous/gunzip.m: New files. | |
5462 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
5463 Call unpack to do the real work. | |
5464 | |
6075 | 5465 2006-10-24 John W. Eaton <jwe@octave.org> |
5466 | |
6078 | 5467 * plot/plot3.m: If we have a format string, then also pass using |
5468 string to __plt3__. | |
5469 | |
6077 | 5470 * plot/sombrero.m: Don't return anything if nargout == 0. |
5471 | |
6075 | 5472 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 5473 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 5474 |
6069 | 5475 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
5476 | |
5477 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
5478 Quote filenames in shell commands. | |
5479 | |
6055 | 5480 2006-10-17 David Bateman <dbateman@free.fr> |
5481 | |
5482 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
5483 the package directory is missing. | |
5484 | |
6052 | 5485 2006-10-13 John W. Eaton <jwe@octave.org> |
5486 | |
5487 * plot/box.m: New function. | |
5488 | |
6050 | 5489 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
5490 | |
5491 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
5492 | |
6049 | 5493 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
5494 | |
5495 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
5496 | |
6047 | 5497 2006-10-10 John W. Eaton <jwe@octave.org> |
5498 | |
5499 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
5500 | |
6046 | 5501 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
5502 | |
5503 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
5504 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
5505 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
5506 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
5507 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
5508 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
5509 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
5510 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
5511 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
5512 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
5513 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
5514 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
5515 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
5516 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
5517 control/system/buildssic.m, control/system/c2d.m, | |
5518 control/system/cellidx.m, control/system/d2c.m, | |
5519 control/system/dmr2d.m, control/system/fir2sys.m, | |
5520 control/system/is_abcd.m, control/system/is_controllable.m, | |
5521 control/system/is_detectable.m, control/system/is_digital.m, | |
5522 control/system/is_observable.m, control/system/is_siso.m, | |
5523 control/system/is_stabilizable.m, control/system/is_stable.m, | |
5524 control/system/jet707.m, control/system/listidx.m, | |
5525 control/system/ord2.m, control/system/parallel.m, | |
5526 control/system/ss.m, control/system/ss2zp.m, | |
5527 control/system/starp.m, control/system/sys2ss.m, | |
5528 control/system/sys2tf.m, control/system/sys2zp.m, | |
5529 control/system/sysadd.m, control/system/sysappend.m, | |
5530 control/system/syschtsam.m, control/system/sysconnect.m, | |
5531 control/system/syscont.m, control/system/sysdimensions.m, | |
5532 control/system/sysdisc.m, control/system/sysdup.m, | |
5533 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
5534 control/system/sysgroup.m, control/system/sysidx.m, | |
5535 control/system/sysmin.m, control/system/sysmult.m, | |
5536 control/system/sysout.m, control/system/sysprune.m, | |
5537 control/system/sysscale.m, control/system/syssetsignals.m, | |
5538 control/system/syssub.m, control/system/sysupdate.m, | |
5539 control/system/tf.m, control/system/tfout.m, | |
5540 control/system/ugain.m, control/system/zp.m, | |
5541 control/system/zpout.m, control/util/__outlist__.m, | |
5542 control/util/__zgpbal__.m, control/util/prompt.m, | |
5543 control/util/sortcom.m, control/util/strappend.m, | |
5544 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
5545 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
5546 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
5547 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
5548 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
5549 finance/pvl.m, finance/rate.m, finance/vol.m, | |
5550 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
5551 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
5552 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
5553 general/cumtrapz.m, general/deal.m, general/diff.m, | |
5554 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
5555 general/ind2sub.m, general/int2str.m, | |
5556 general/is_duplicate_entry.m, general/isdefinite.m, | |
5557 general/isequal.m, general/isequalwithequalnans.m, | |
5558 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
5559 general/isvector.m, general/logical.m, general/logspace.m, | |
5560 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
5561 general/perror.m, general/postpad.m, general/prepad.m, | |
5562 general/randperm.m, general/rem.m, general/repmat.m, | |
5563 general/rot90.m, general/rotdim.m, general/shift.m, | |
5564 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
5565 general/sub2ind.m, general/trapz.m, general/tril.m, | |
5566 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
5567 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
5568 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
5569 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
5570 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
5571 linear-algebra/cross.m, linear-algebra/dmult.m, | |
5572 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
5573 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
5574 linear-algebra/logm.m, linear-algebra/norm.m, | |
5575 linear-algebra/null.m, linear-algebra/orth.m, | |
5576 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
5577 linear-algebra/trace.m, linear-algebra/vec.m, | |
5578 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
5579 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
5580 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
5581 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
5582 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
5583 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
5584 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
5585 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
5586 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
5587 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
5588 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
5589 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
5590 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
5591 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
5592 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
5593 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
5594 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
5595 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
5596 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
5597 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
5598 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
5599 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
5600 polynomial/polyder.m, polynomial/polyderiv.m, | |
5601 polynomial/polyfit.m, polynomial/polygcd.m, | |
5602 polynomial/polyinteg.m, polynomial/polyout.m, | |
5603 polynomial/polyreduce.m, polynomial/polyval.m, | |
5604 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
5605 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
5606 set/complement.m, set/create_set.m, set/intersect.m, | |
5607 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
5608 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
5609 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
5610 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
5611 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
5612 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
5613 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
5614 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
5615 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
5616 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
5617 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
5618 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
5619 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
5620 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
5621 special-matrix/hankel.m, special-matrix/hilb.m, | |
5622 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
5623 special-matrix/toeplitz.m, special-matrix/vander.m, | |
5624 statistics/base/center.m, statistics/base/cloglog.m, | |
5625 statistics/base/cor.m, statistics/base/corrcoef.m, | |
5626 statistics/base/cov.m, statistics/base/cut.m, | |
5627 statistics/base/gls.m, statistics/base/iqr.m, | |
5628 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
5629 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
5630 statistics/base/mean.m, statistics/base/meansq.m, | |
5631 statistics/base/median.m, statistics/base/moment.m, | |
5632 statistics/base/ols.m, statistics/base/ppplot.m, | |
5633 statistics/base/probit.m, statistics/base/qqplot.m, | |
5634 statistics/base/range.m, statistics/base/ranks.m, | |
5635 statistics/base/run_count.m, statistics/base/skewness.m, | |
5636 statistics/base/spearman.m, statistics/base/statistics.m, | |
5637 statistics/base/std.m, statistics/base/studentize.m, | |
5638 statistics/base/table.m, statistics/base/values.m, | |
5639 statistics/base/var.m, statistics/distributions/betacdf.m, | |
5640 statistics/distributions/betainv.m, | |
5641 statistics/distributions/betapdf.m, | |
5642 statistics/distributions/betarnd.m, | |
5643 statistics/distributions/binocdf.m, | |
5644 statistics/distributions/binoinv.m, | |
5645 statistics/distributions/binopdf.m, | |
5646 statistics/distributions/binornd.m, | |
5647 statistics/distributions/cauchy_cdf.m, | |
5648 statistics/distributions/cauchy_inv.m, | |
5649 statistics/distributions/cauchy_pdf.m, | |
5650 statistics/distributions/cauchy_rnd.m, | |
5651 statistics/distributions/chi2cdf.m, | |
5652 statistics/distributions/chi2inv.m, | |
5653 statistics/distributions/chi2pdf.m, | |
5654 statistics/distributions/chi2rnd.m, | |
5655 statistics/distributions/discrete_cdf.m, | |
5656 statistics/distributions/discrete_inv.m, | |
5657 statistics/distributions/discrete_pdf.m, | |
5658 statistics/distributions/discrete_rnd.m, | |
5659 statistics/distributions/empirical_rnd.m, | |
5660 statistics/distributions/expcdf.m, | |
5661 statistics/distributions/expinv.m, | |
5662 statistics/distributions/exppdf.m, | |
5663 statistics/distributions/exprnd.m, | |
5664 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
5665 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
5666 statistics/distributions/gamcdf.m, | |
5667 statistics/distributions/gaminv.m, | |
5668 statistics/distributions/gampdf.m, | |
5669 statistics/distributions/gamrnd.m, | |
5670 statistics/distributions/geocdf.m, | |
5671 statistics/distributions/geoinv.m, | |
5672 statistics/distributions/geopdf.m, | |
5673 statistics/distributions/geornd.m, | |
5674 statistics/distributions/hygecdf.m, | |
5675 statistics/distributions/hygeinv.m, | |
5676 statistics/distributions/hygepdf.m, | |
5677 statistics/distributions/hygernd.m, | |
5678 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
5679 statistics/distributions/laplace_cdf.m, | |
5680 statistics/distributions/laplace_inv.m, | |
5681 statistics/distributions/laplace_pdf.m, | |
5682 statistics/distributions/laplace_rnd.m, | |
5683 statistics/distributions/logistic_cdf.m, | |
5684 statistics/distributions/logistic_inv.m, | |
5685 statistics/distributions/logistic_pdf.m, | |
5686 statistics/distributions/logistic_rnd.m, | |
5687 statistics/distributions/logncdf.m, | |
5688 statistics/distributions/logninv.m, | |
5689 statistics/distributions/lognpdf.m, | |
5690 statistics/distributions/lognrnd.m, | |
5691 statistics/distributions/normcdf.m, | |
5692 statistics/distributions/norminv.m, | |
5693 statistics/distributions/normpdf.m, | |
5694 statistics/distributions/normrnd.m, | |
5695 statistics/distributions/pascal_cdf.m, | |
5696 statistics/distributions/pascal_inv.m, | |
5697 statistics/distributions/pascal_pdf.m, | |
5698 statistics/distributions/pascal_rnd.m, | |
5699 statistics/distributions/poisscdf.m, | |
5700 statistics/distributions/poissinv.m, | |
5701 statistics/distributions/poisspdf.m, | |
5702 statistics/distributions/poissrnd.m, | |
5703 statistics/distributions/stdnormal_cdf.m, | |
5704 statistics/distributions/stdnormal_inv.m, | |
5705 statistics/distributions/stdnormal_pdf.m, | |
5706 statistics/distributions/stdnormal_rnd.m, | |
5707 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
5708 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
5709 statistics/distributions/unifcdf.m, | |
5710 statistics/distributions/unifinv.m, | |
5711 statistics/distributions/unifpdf.m, | |
5712 statistics/distributions/unifrnd.m, | |
5713 statistics/distributions/wblcdf.m, | |
5714 statistics/distributions/wblinv.m, | |
5715 statistics/distributions/wblpdf.m, | |
5716 statistics/distributions/wblrnd.m, | |
5717 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
5718 statistics/tests/bartlett_test.m, | |
5719 statistics/tests/chisquare_test_homogeneity.m, | |
5720 statistics/tests/chisquare_test_independence.m, | |
5721 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
5722 statistics/tests/hotelling_test.m, | |
5723 statistics/tests/hotelling_test_2.m, | |
5724 statistics/tests/kolmogorov_smirnov_test.m, | |
5725 statistics/tests/kolmogorov_smirnov_test_2.m, | |
5726 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
5727 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
5728 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
5729 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
5730 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
5731 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
5732 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
5733 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
5734 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
5735 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
5736 strings/index.m, strings/isletter.m, strings/lower.m, | |
5737 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
5738 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
5739 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
5740 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
5741 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
5742 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
5743 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
5744 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
5745 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5746 time/etime.m, time/is_leap_year.m: | |
5747 Use print_usage instead of usage. | |
5748 | |
6044 | 5749 2006-10-09 David Bateman <dbateman@free.fr> |
5750 | |
5751 * time/datevec.m: Add additional compatible default parsing strings. | |
5752 | |
6395 | 5753 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 5754 |
6042 | 5755 * pkg/pkg.m: Remove trailing "\n" from error messages. |
5756 Remove compare_versions subfunction. | |
5757 | |
5758 * miscellaneous/compare_versions.m: New function to compare | |
5759 version numbers as strings with any boolean operators. | |
5760 | |
6041 | 5761 * miscellaneous/untar.m: Check more rigorously to see if the tar |
5762 file exists. | |
5763 | |
6036 | 5764 2006-10-04 John W. Eaton <jwe@octave.org> |
5765 | |
5766 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
5767 | |
6032 | 5768 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
5769 | |
6037 | 5770 * pkg/pkg.m: Update docs. Handle prefix option. |
5771 Handle dependencies for load option. | |
6032 | 5772 |
6029 | 5773 2006-10-04 John W. Eaton <jwe@octave.org> |
5774 | |
6030 | 5775 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
5776 | |
5777 * plot/clg.m: Delete. | |
5778 * plot/__init_plot_vars__.m: New function. | |
5779 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 5780 |
6025 | 5781 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
5782 | |
5783 * pkg/pkg.m: Avoid calling addpath with no args. | |
5784 | |
6024 | 5785 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
5786 | |
5787 * audio/loadaudio.m, control/base/nyquist.m, | |
5788 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
5789 linear-algebra/krylov.m, statistics/base/center.m, | |
5790 statistics/base/median.m, statistics/base/std.m, | |
5791 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
5792 find first or last element matching a condition. | |
5793 | |
6023 | 5794 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
5795 | |
5796 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
5797 general/__isequal__.m: Minimize looping using cellfun. | |
5798 | |
6020 | 5799 2006-10-02 David Bateman <dbateman@free.fr> |
5800 | |
5801 * pkg/pkg.m (copy_files): always create installation directory. | |
5802 | |
6016 | 5803 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
5804 | |
5805 * miscellaneous/doc.m: Swap file and directory args to info. | |
5806 | |
5807 2006-10-01 Arno Onken <whyly@gmx.net> | |
5808 | |
5809 * statistics/distributions/exprnd.m: Fix typo. | |
5810 | |
6014 | 5811 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
5812 | |
5813 * polynomial/ppval.m: Use .' instead of '. | |
5814 * polynomial/spline.m: Likewise. New tests. | |
5815 | |
6004 | 5816 2006-09-26 David Bateman <dbateman@free.fr> |
5817 | |
5818 * __plt3__.m: Using global variables __plot_data__, | |
5819 __plot_data_offset__ and __plot_command__ to store plots and | |
5820 correctly handle multiplots, and hold state. Only accept a single | |
5821 data parameter plus, using, format and with strings. Remove | |
5822 setting of gnuplot parameters. | |
5823 * __make_using_clause__.m: New function extracted from __plt__.m. | |
5824 * __setup_plot__.m: Convert to a function and pass the plotting | |
5825 command to use. | |
5826 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
5827 * contour.m: Use unwind protect on the parametric state of plot | |
5828 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
5829 * mesh.m: ditto. | |
5830 * plot3.m: Error checking, setting of parametric state and | |
5831 formation of matrix to plot moved from old __plt3__. | |
5832 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5833 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 5834 |
5997 | 5835 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 5836 |
5837 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
5838 | |
5839 * signal/filter2.m: Correct texinfo doc. | |
5840 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5841 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 5842 |
5843 * miscellaneous/parseparams.m: Correct texinfo doc. | |
5844 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5845 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 5846 |
5847 * pkg/pkg.m (prepare_installation): Don't create package | |
5848 installation directory here. | |
5849 (copy_files): Create it here instead, to avoid issues with | |
5850 upgrades. Also install the COPYING file in packinfo. | |
5851 | |
5989 | 5852 2006-09-13 John W. Eaton <jwe@octave.org> |
5853 | |
5854 * general/blkdiag.m: Adjust to new cellfun rules. | |
5855 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5856 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 5857 |
5858 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
5859 error message for archive name not matching package name. | |
5860 (installed_packages): Size header of printed results to | |
5861 arguments. Sort the list of installed packages before printing | |
5862 them. | |
5863 | |
5986 | 5864 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
5865 | |
5866 * signal/freqz.m: Update tests. | |
5867 | |
5868 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
5869 | |
5870 * signal/freqz.m: Corretly postpad arrays. | |
5871 Don't call fliplr on a column vector. | |
5872 | |
5984 | 5873 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
5874 | |
5875 * general/shiftdim.m: Use permute instead of reshape. | |
5876 | |
5981 | 5877 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
5878 | |
5879 * miscellaneous/parseparams.m: New function. | |
5880 | |
5980 | 5881 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
5882 | |
5883 * miscellaneous/doc.m: Swap order of --file and --directory | |
5884 options for info program invocation. | |
5885 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5886 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 5887 |
5987 | 5888 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 5889 previous change. |
5890 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5891 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 5892 |
5893 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
5894 absence of trailing "/" in OCTAVE_HOME. | |
5895 | |
5973 | 5896 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
5897 | |
5898 * time/datenum.m: Allow arg to be character string. | |
5899 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5900 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 5901 |
5902 * pkg/pkg.m (install): Verify that package name correponds to the | |
5903 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
5904 they are empty. If package directory is empty, remove it to fail | |
5905 gracefully for system specific packages. | |
5906 (extract_pkgadd, create_pkgadd): delete. | |
5907 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
5908 (copy_files): Install both bin/ and doc/ directories, adding the | |
5909 bin/ to the EXEC_PATH when the package is loaded. | |
5910 | |
5962 | 5911 2006-08-24 John W. Eaton <jwe@octave.org> |
5912 | |
5913 * image/saveimage.m: Use logical indexing instead of | |
5914 indices computed by calling find on the logical index. | |
5915 | |
5961 | 5916 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5917 | |
5967 | 5918 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 5919 Use logical indexing instead of indices computed by calling find |
5920 on the logical index. | |
5921 | |
5922 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 5923 |
5959 | 5924 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
5925 | |
5926 * control/system/tf2zp.m: Simplify gain calculation. | |
5927 | |
5958 | 5928 2006-08-23 John W. Eaton <jwe@octave.org> |
5929 | |
5930 * plot/__plt__.m: Insert using clauses for all plots. | |
5931 | |
5957 | 5932 2006-08-23 A S Hodel <hodelas@auburn.edu> |
5933 | |
5934 * control/system/sysscale.m: Call tf and zp with correct number of | |
5935 args. | |
5936 | |
5955 | 5937 2006-08-22 David Bateman <dbateman@free.fr> |
5938 | |
5939 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
5940 Search inst/*.m and src/*.m files in the package for | |
5941 PKG_ADD directives and append user supplied PKG_ADD. | |
5942 (pkg): Call create_pkgadd after copying files. | |
5943 | |
5947 | 5944 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5945 | |
5946 * pkg/pkg.m: Handle multiple packages in a single file. | |
5947 Insert directory separator between OCTAVE_HOME and rest of package | |
5948 installation directory. | |
5949 | |
5950 2006-08-21 John W. Eaton <jwe@octave.org> | |
5951 | |
5952 * general/num2str.m: Early return if arg is empty. | |
5953 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
5954 | |
5946 | 5955 2006-08-21 David Bateman <dbateman@free.fr> |
5956 | |
5957 * strings/mat2str.m: Compute NC before using. | |
5958 | |
5937 | 5959 2006-08-17 John W. Eaton <jwe@octave.org> |
5960 | |
5961 * audio/wavread.m: Fix calculation of sample count. | |
5962 | |
5934 | 5963 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5964 | |
5965 * image/imshow.m: New Matlab-compatible version. | |
5966 | |
5930 | 5967 2006-08-15 John W. Eaton <jwe@octave.org> |
5968 | |
5969 * deprecated/is_global.m: Delete. | |
5970 | |
5928 | 5971 2006-08-14 John W. Eaton <jwe@octave.org> |
5972 | |
5973 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
5974 | |
5926 | 5975 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5976 | |
5977 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
5978 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
5979 | |
5928 | 5980 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5981 | |
6778 | 5982 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 5983 Use addpath and rmpath instead of manipulating LOADPATH. |
5984 Handle changes to system function. | |
5985 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
5986 recursive directory removal. | |
5922 | 5987 |
5924 | 5988 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
5989 | |
6778 | 5990 * colormap.m: Change global variable to persistent. |
5923 | 5991 |
5922 | 5992 * rgb2ind.m: Handle single 3-d array as rgb image. |
5993 | |
5920 | 5994 2006-08-14 John W. Eaton <jwe@octave.org> |
5995 | |
5996 * strings/str2double.m: Fix missing semicolon. | |
5997 | |
5910 | 5998 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
5999 | |
6000 * plot/plot3.m: Accept one complex or one real and one complex | |
6001 argument and plot real and imaginary components for y and z. | |
6002 | |
5908 | 6003 2006-07-27 John W. Eaton <jwe@octave.org> |
6004 | |
6005 * testfun/test.m: Call fflush after each block of calls to | |
6006 fprintf, fputs, or fdisp. | |
6007 | |
5904 | 6008 2006-07-26 John W. Eaton <jwe@octave.org> |
6009 | |
6010 * miscellaneous/mex.m: New function. | |
6011 | |
5901 | 6012 2006-07-22 John W. Eaton <jwe@octave.org> |
6013 | |
6014 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
6015 | |
5881 | 6016 2006-07-07 John W. Eaton <jwe@octave.org> |
6017 | |
6018 * miscellaneous/orderfields.m: New file. | |
6019 | |
5873 | 6020 2006-06-30 John W. Eaton <jwe@octave.org> |
6021 | |
6022 * time/datevec.m: Make another attempt to account for precision of | |
6023 datenum format. | |
6024 | |
5868 | 6025 2006-06-29 John W. Eaton <jwe@octave.org> |
6026 | |
6027 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
6028 Use feval instead of "type -q" to get values now that all the | |
6029 symbols are functions. | |
6030 | |
5860 | 6031 2006-06-16 John W. Eaton <jwe@octave.org> |
6032 | |
6033 * time/datevec.m: Avoid computing log of non-positive values. | |
6034 | |
5859 | 6035 2006-06-14 John W. Eaton <jwe@octave.org> |
6036 | |
6037 * time/datevec.m: Attempt to account for precision of datenum format. | |
6038 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6039 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 6040 |
6041 * audio/wavread.m: Fix file range error and add read support for | |
6042 24-bit WAV files. | |
6043 | |
5837 | 6044 2006-06-01 David Bateman <dbateman@free.fr> |
6045 | |
6046 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
6047 general/interp1.m, general/gradient.m, general/interp2.m, | |
6048 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
6049 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
6050 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
6051 | |
5835 | 6052 2006-05-31 Bill Denney <bill@givebillmoney.com> |
6053 | |
6054 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
6055 * miscellaneous/texas_lotto.m: Fix warning message. | |
6056 | |
5830 | 6057 2006-05-26 John W. Eaton <jwe@octave.org> |
6058 | |
6059 * miscellaneous/doc.m: Also handle nargin == 0. | |
6060 | |
5829 | 6061 2006-05-23 John W. Eaton <jwe@octave.org> |
6062 | |
6063 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
6064 really needed. | |
6065 | |
5827 | 6066 2006-05-22 John W. Eaton <jwe@octave.org> |
6067 | |
6754 | 6068 * general/lookup.m: New file from Octave Forge. |
5827 | 6069 |
6070 2006-05-22 David Bateman <dbateman@free.fr> | |
6071 | |
6754 | 6072 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
6073 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
6074 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
6075 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
6076 special-matrix/magic.m, special-matrix/hadamard.m, | |
6077 strings/strtok.m: New files from Octave Forge. | |
5827 | 6078 |
5824 | 6079 2006-05-19 David Bateman <dbateman@free.fr> |
6080 | |
6081 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 6082 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 6083 |
5821 | 6084 2006-05-17 John W. Eaton <jwe@octave.org> |
6085 | |
6086 * set/intersection.m: Delete | |
6087 * deprecated/intersection.m: New file. | |
6088 | |
5820 | 6089 2006-05-17 David Bateman <dbateman@free.fr> |
6090 | |
6091 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
6092 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
6093 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
6094 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
6095 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
6096 Forge. | |
6097 | |
5809 | 6098 2006-05-11 John W. Eaton <jwe@octave.org> |
6099 | |
5815 | 6100 * path/path.m: Delete (now a built-in function). |
6101 | |
5811 | 6102 * pkg/Makefile.in: New file. |
6103 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 6104 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 6105 |
5808 | 6106 2006-05-10 John W. Eaton <jwe@octave.org> |
6107 | |
6108 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
6109 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
6110 | |
8149 | 6111 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 6112 |
6113 * tar.m, untar.m, unzip.m: New files. | |
6114 | |
5801 | 6115 2006-05-10 John W. Eaton <jwe@octave.org> |
6116 | |
5804 | 6117 * path/addpath.m, path/rmpath.m: Improve compatibility. |
6118 * path/setpath.m: Delete. | |
6119 | |
5801 | 6120 * pkg/pkg.m: New file. |
6121 | |
5798 | 6122 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
6123 | |
6124 * plot/plot.m: Doc string fix. | |
6125 | |
6126 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
6127 | |
6128 * testfun/speeed.m: Use new interface to unique and assert. | |
6129 Improve documentation. Approximate time complexity from log-log | |
6130 plot. Return time complexity and raw times if requested. The | |
6131 mean ratio is no longer returned. Provide complete control over | |
6132 which n are computed. | |
6133 | |
6134 2006-05-09 John W. Eaton <jwe@octave.org> | |
6135 | |
6136 * path/path.m: Move here from miscellaneous. | |
6137 Adapt to new LOADPATH definition. | |
6138 | |
5789 | 6139 2006-05-03 David Bateman <dbateman@free.fr> |
6140 | |
6141 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
6142 explicit uses of a path seperation character with pathsep(). | |
6143 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6144 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 6145 |
6778 | 6146 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 6147 |
5781 | 6148 2006-04-29 John W. Eaton <jwe@octave.org> |
6149 | |
6150 * startup/main-rcfile: Disable some warnings. | |
6151 | |
5762 | 6152 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
6153 | |
6154 * strings/strcmpi.m: Return false instead of error if args are not | |
6155 char or cellstr. | |
6156 | |
5750 | 6157 2006-04-10 John W. Eaton <jwe@octave.org> |
6158 | |
6159 * miscellaneous/dir.m: Ensure that returned structure array is | |
6160 Nx1, not 1xN. | |
6161 | |
5746 | 6162 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
6163 | |
6164 * plot/hist.m: Ignore NaN in inputs. | |
6165 | |
5745 | 6166 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
6167 | |
6168 * miscellaneous/mkoctfile.m: Doc string fix. | |
6169 | |
5741 | 6170 2006-04-05 John W. Eaton <jwe@octave.org> |
6171 | |
6172 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
6173 are both empty. | |
6174 * plot/__plt__.m: Ignore empty data and format strings returned | |
6175 from __plt1__ or __plt2__. | |
6176 | |
5737 | 6177 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
6178 | |
6778 | 6179 * set/unique.m: Properly handle single column input when |
5737 | 6180 "rows" is specified. |
6181 | |
5732 | 6182 2006-04-04 John W. Eaton <jwe@octave.org> |
6183 | |
5736 | 6184 * path/setpath.m: New file. |
6185 * path/savepath.m: Use setpath to set path instead of assigning | |
6186 directly to LOADPATH. | |
6187 | |
5732 | 6188 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
6189 New files, adapted from Octave Forge by Keith Goodman | |
6190 <kwgoodman@gmail.com>. | |
6191 * path: New directory. | |
6192 * Makefile.in (SUBDIRS): Add it to the list. | |
6193 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
6194 | |
5731 | 6195 2006-04-02 David Bateman <dbateman@free.fr> |
6196 | |
6197 * general/tril.m, general.triu.m: | |
6198 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
6199 to allow user types to work correctly. | |
6200 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
6201 | |
5727 | 6202 2006-04-03 David Bateman <dbateman@free.fr> |
6203 | |
6204 * plot/grid.m: Cache the state of the grid to allow toggling. | |
6205 Accept keyword "minor" for minor grid. | |
6206 | |
5721 | 6207 2006-03-28 John W. Eaton <jwe@octave.org> |
6208 | |
6209 * general/isscalar.m: Only require that all dimensions are 1 for | |
6210 compatiblity. | |
6211 | |
6212 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
6213 | |
6214 * general/isvector.m: Allow non-numeric objects to be vectors for | |
6215 compatibility. | |
6216 | |
5720 | 6217 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
6218 | |
6219 * plot/__errplot__.m: Doc string fix. | |
6220 | |
6221 * miscellaneous/doc.m: Mark as command. | |
6222 | |
6223 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
6224 general/isequalwithequalnans.m, general/blkdiag.m, | |
6225 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
6226 | |
5717 | 6227 2006-03-27 Don Bindner <dbindner@truman.edu> |
6228 | |
6229 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
6230 return 3d matrices. | |
6231 | |
6232 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
6233 | |
6234 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
6235 | |
5708 | 6236 2006-03-22 John W. Eaton <jwe@octave.org> |
6237 | |
6238 * plot/print.m: Don't replot after popping terminal setting. | |
6239 | |
5696 | 6240 2006-03-20 John W. Eaton <jwe@octave.org> |
6241 | |
6242 * miscellaneous/mkoctfile.m: Use version-specific name of | |
6243 mkoctfile. Use fullfile to construct file name. | |
6244 | |
5695 | 6245 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
6246 | |
6247 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
6248 shell script from Octave prompt. | |
6249 | |
5690 | 6250 2006-03-17 John W. Eaton <jwe@octave.org> |
6251 | |
5693 | 6252 * deprecated/weibcdf.m, deprecated/weibinv.m, |
6253 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
6254 | |
6255 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
6256 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
6257 Call new wbl functions to do the real work. | |
6258 Swap args and provide default values as necessary to preserve | |
6259 compatibility with old version of Octave. | |
6260 | |
6261 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
6262 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
6263 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
6264 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
6265 Swap scale and shape args for compatibility. | |
6266 | |
5692 | 6267 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
6268 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
6269 Preserve compatibility with old versions of Octave given new | |
6270 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 6271 |
5692 | 6272 * statistics/distributions/logncdf.m, |
6273 statistics/distributions/logninv.m, | |
6274 statistics/distributions/lognpdf.m, | |
6275 statistics/distributions/lognrnd.m: Compatibility fixes. | |
6276 From Ben Barrowes <barrowes@alum.mit.edu> | |
6277 | |
5691 | 6278 * deprecated/hypergeometric_rnd.m: Update interface to match |
6279 current 2.1.x version. | |
6280 | |
6281 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
6282 | |
5690 | 6283 * miscellaneous/dir.m: Use readdir instead of glob. |
6284 Special case for "." to avoid globbing. Use list_in_columns. | |
6285 Eliminate unused variables len and finfo. | |
6286 | |
5689 | 6287 2006-03-16 Bill Denney <bill@givebillmoney.com> |
6288 | |
6289 * miscellaneous/dir.m: Improve compatibility. | |
6290 | |
5687 | 6291 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6292 | |
6293 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6294 time/now.m, time/weekday.m: New functions from Octave Forge. | |
6295 | |
5686 | 6296 2006-03-16 John W. Eaton <jwe@octave.org> |
6297 | |
6298 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
6299 of looking at sum of max dimensions. | |
6300 | |
5681 | 6301 2006-03-16 David Bateman <dbateman@free.fr> |
6302 | |
6303 * testfun/test.m: Clear last warning before warning test to avoid | |
6304 issues with previously set warnings. | |
6305 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
6306 sparse matrices. Force matrix type from spqr solution to be | |
6307 singular to force QR solvers to be used for assert. | |
6308 | |
5678 | 6309 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6310 | |
6311 * strings/strfind.m: New file. | |
6312 | |
5677 | 6313 2006-03-16 John W. Eaton <jwe@octave.org> |
6314 | |
6315 * general/rows.m, general/columns.m: Delete. | |
6316 | |
5674 | 6317 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6318 | |
6319 * strings/strcmpi.m: Simplify. | |
6320 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 6321 * strings/strtrunc.m: New file. |
5674 | 6322 |
5676 | 6323 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
6324 | |
5672 | 6325 2006-03-15 John W. Eaton <jwe@octave.org> |
6326 | |
6327 * miscellaneous/doc.m: New file. | |
8149 | 6328 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 6329 |
5671 | 6330 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
6331 | |
6332 * miscellaneous/mkoctfile.m: New file. | |
6333 | |
5670 | 6334 2006-03-15 John W. Eaton <jwe@octave.org> |
6335 | |
6336 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
6337 | |
5666 | 6338 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
6339 | |
6340 * strings/bin2dec.m: Doc fix. | |
6341 | |
5661 | 6342 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
6343 | |
6344 * time/etime.m: Use datenum to support times spanning year boundaries. | |
6345 * time/datenum.m: New function to compute day number from time. | |
6346 | |
5659 | 6347 2006-03-09 John W. Eaton <jwe@octave.org> |
6348 | |
6349 * miscellaneous/unix.m, plot/print.m: | |
6350 Swap order of outputs from system. | |
6351 | |
5642 | 6352 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
6353 | |
6354 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6355 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6356 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
6357 control/base/__stepimp__.m, control/base/are.m, | |
6358 control/base/controldemo.m, control/base/damp.m, | |
6359 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
6360 control/base/step.m, control/system/abcddim.m, | |
6361 control/system/is_abcd.m, control/system/is_controllable.m, | |
6362 control/system/is_detectable.m, control/system/is_observable.m, | |
6363 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6364 control/system/jet707.m, control/system/sys2fir.m, | |
6365 control/system/sysdimensions.m, control/system/sysupdate.m, | |
6366 control/system/tfout.m, control/system/ugain.m, | |
6367 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
6368 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6369 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
6370 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
6371 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
6372 general/circshift.m, general/columns.m, general/flipdim.m, | |
6373 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
6374 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
6375 general/isequalwithequalnans.m, general/isscalar.m, | |
6376 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
6377 general/logspace.m, general/mod.m, general/nextpow2.m, | |
6378 general/num2str.m, general/perror.m, general/pol2cart.m, | |
6379 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
6380 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
6381 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
6382 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
6383 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
6384 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
6385 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
6386 miscellaneous/license.m, miscellaneous/menu.m, | |
6387 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
6388 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
6389 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
6390 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
6391 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
6392 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
6393 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
6394 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
6395 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
6396 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
6397 polynomial/polyinteg.m, polynomial/polyout.m, | |
6398 polynomial/polyreduce.m, polynomial/polyval.m, | |
6399 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
6400 set/create_set.m, set/intersection.m, set/ismember.m, | |
6401 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
6402 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
6403 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
6404 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
6405 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
6406 special-matrix/hilb.m, special-matrix/invhilb.m, | |
6407 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
6408 special-matrix/vander.m, statistics/base/median.m, | |
6409 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
6410 statistics/distributions/gaminv.m, | |
6411 statistics/distributions/gampdf.m, | |
6412 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
6413 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
6414 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
6415 strings/lower.m, strings/upper.m, testfun/assert.m, | |
6416 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
6417 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
6418 | |
5633 | 6419 2006-02-27 John W. Eaton <jwe@octave.org> |
6420 | |
6421 * time/tic.m: Move here from miscellaneous/tic.m. | |
6422 * time/toc.m: Move here from miscellaneous/toc.m. | |
6423 | |
6424 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
6425 | |
6426 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
6427 does not assign output of toc to a variable. | |
6428 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6429 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 6430 |
6431 * axis.m: Catch limits that are the same and return an error. | |
6432 | |
5625 | 6433 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6434 | |
6435 * plot/print.m: Accept emf device option to support Enhanced | |
6436 Metafile format. | |
6437 | |
6438 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
6439 | |
6440 * control/base/lqe.m: Doc fix. | |
6441 | |
5623 | 6442 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
6443 | |
6444 * statistics/distributions/gamcdf.m: Doc fix. | |
6445 * statistics/distributions/gaminv.m: Doc fix. | |
6446 * statistics/distributions/gampdf.m: Doc fix. | |
6447 * statistics/distributions/gamrnd.m: Doc fix. | |
6448 | |
5610 | 6449 2006-02-09 David Bateman <dbateman@free.fr> |
6450 | |
6778 | 6451 * general/triu.m: Minimum change to allow sparse matrix. More needed |
6452 for arbitrary user type. | |
6453 * general/tril.m: ditto. | |
6454 * sparse/sprand.m: Doc fix. | |
6455 * sparse/sprandn.m: Ditto. | |
6456 * sparse/sprandsym.m: New function. | |
6457 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
6458 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
6459 Update for syntax error for latest texinfo.tex file. | |
5610 | 6460 |
5605 | 6461 2006-02-02 John W. Eaton <jwe@octave.org> |
6462 | |
6463 * plot/grid.m: Append ";\n" to "set grid" command. | |
6464 | |
6465 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
6466 | |
6467 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
6468 | |
5597 | 6469 2006-01-13 John W. Eaton <jwe@octave.org> |
6470 | |
6471 * audio/Makefile.in, control/base/Makefile.in, | |
6472 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
6473 control/system/Makefile.in, control/util/Makefile.in, | |
6474 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
6475 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
6476 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
6477 optimization/Makefile.in, plot/Makefile.in, | |
6478 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6479 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6480 special-matrix/Makefile.in, startup/Makefile.in, | |
6481 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6482 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6483 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
6484 (all): Depend on PKG_ADD. | |
6485 (PKG_ADD): New target. | |
6486 | |
6487 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
6488 | |
6489 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
6490 | |
5596 | 6491 2006-01-13 John W. Eaton <jwe@octave.org> |
6492 | |
6493 * time/etime.m: Move here from miscellaneous/etime.m. | |
6494 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
6495 | |
5595 | 6496 2006-01-13 Bill Denney <bill@givebillmoney.com> |
6497 | |
6778 | 6498 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 6499 * miscellaneous/fullfile.m: Likewise. |
6500 | |
5592 | 6501 2006-01-12 David Bateman <dbateman@free.fr> |
6502 | |
6503 * general/blkdiag.m: Compatible behavior for empty matrices | |
6504 * statistics/base/unidrnd.m: Documentation buglet. | |
6505 | |
5583 | 6506 2005-12-14 David Bateman <dbateman@free.fr> |
6507 | |
5589 | 6508 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
6509 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
6510 | |
6511 * Makefile.in (SUBDIRS): Include testfun. | |
6512 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
6513 | |
5583 | 6514 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
6515 | |
6516 * general/__isequal__.m: Remove reference to getfield. | |
6517 | |
6518 * plot/hist.m: Update test code for row/column discrepencies. | |
6519 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
6520 Update the test code for this. | |
6521 * sparse/spstats.m: Fix small bug in the dimension of output. | |
6522 | |
5579 | 6523 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6524 | |
6525 * cell/cell2mat.m: New file, from octave-forge. | |
6526 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6527 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 6528 |
6529 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
6530 New graph theory functions. | |
6531 | |
5574 | 6532 2005-12-13 John W. Eaton <jwe@octave.org> |
6533 | |
6534 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
6535 | |
6536 * control/system/ss.m: Doc fix. | |
6537 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6538 | |
5572 | 6539 2005-12-12 Michael Zeising <michael@michaels-website.de> |
6540 | |
6541 * audio/wavread.m, audio/wavwrite.m: | |
6542 Correct scaling for 8-bit linear pcm samples. | |
6543 Improve scaling for all other linear pcm resolutions. | |
6544 | |
5568 | 6545 2005-12-07 John W. Eaton <jwe@octave.org> |
6546 | |
6547 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
6548 | |
6549 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
6550 * strings/strjust.m: Likewise. | |
6551 | |
6552 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
6553 * signal/arma_rnd.m: Likewise. | |
6554 * strings/strcat.m: Likewise. | |
6555 * control/base/__freqresp__.m: Likewise. | |
6556 * control/base/place.m: Likewise. | |
6557 * control/base/pzmap.m: Likewise. | |
6558 * control/base/pzmap.m: Likewise. | |
6559 * control/system/sysappend.m: Likewise. | |
6560 * control/system/syscont.m: Likewise. | |
6561 * control/system/sysdisc.m: Likewise. | |
6562 * control/system/sysgroup.m: Likewise. | |
6563 * control/system/tfout.m: Likewise. | |
6564 * control/system/zpout.m: Likewise. | |
6565 * control/util/__outlist__.m: Likewise. | |
6566 | |
5567 | 6567 2005-12-06 John W. Eaton <jwe@octave.org> |
6568 | |
6569 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
6570 Avoid for loop in interleave/deinterleave steps. | |
6571 | |
5565 | 6572 2005-12-06 Michael Zeising <michael@michaels-website.de> |
6573 | |
6574 * audio/wavread.m, audio/wavwrite.m: New files. | |
6575 | |
5563 | 6576 2005-12-06 John W. Eaton <jwe@octave.org> |
6577 | |
6578 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
6579 | |
5560 | 6580 2005-12-05 John W. Eaton <jwe@octave.org> |
6581 | |
5561 | 6582 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 6583 |
5558 | 6584 2005-12-02 John W. Eaton <jwe@octave.org> |
6585 | |
6586 * miscellaneous/fileattrib.m: New function. | |
6587 | |
5556 | 6588 2005-12-01 John W. Eaton <jwe@octave.org> |
6589 | |
6590 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
6591 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
6592 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
6593 | |
5555 | 6594 2005-11-30 John W. Eaton <jwe@octave.org> |
6595 | |
6596 * linear-algebra/krylov.m: Format doc string. | |
6597 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6598 | |
5551 | 6599 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
6600 | |
6601 * general/blkdiag.m: Import from octave-forge. | |
6602 Ignore empty matrices in the input. Add tests. | |
5549 | 6603 |
6604 * general/isequal.m, general/isequalwithequalnans.m: | |
6605 New wrapper scripts for general/__isequal__.m. | |
6606 * general/__isequal__.m: Rename from general/isequal.m. | |
6607 New arg, nans_compare_equal. | |
6608 | |
5548 | 6609 2005-11-29 John W. Eaton <jwe@octave.org> |
6610 | |
6611 * miscellaneous/ver.m: Use new uname built-in function instead of | |
6612 calling system. Only append octave_forge_string if | |
6613 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
6614 Call license instead of hard-coding license info here. | |
6615 | |
6616 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 6617 __octave_licenses__. Use puts instead of disp. |
5548 | 6618 Use getuid and getpwuid instead of calling unix ("id -un"). |
6619 If nargout = 1, return license info instead of printing usage message. | |
6620 | |
5546 | 6621 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6622 | |
6623 * miscellaneous/ver.m: New file. | |
6624 * miscellaneous/license.m: New file. | |
6625 | |
5545 | 6626 2005-11-22 John W. Eaton <jwe@octave.org> |
6627 | |
6628 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
6629 gnuplot set command. | |
6630 | |
5539 | 6631 2005-11-15 John W. Eaton <jwe@octave.org> |
6632 | |
6633 * general/shiftdim.m: Doc fix. | |
6634 | |
5532 | 6635 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
6636 | |
6637 * set/unique.m: Doc string fix. | |
6638 | |
5527 | 6639 2005-11-01 John W. Eaton <jwe@octave.org> |
6640 | |
6641 * Makefile.in (distclean, maintainer-clean): | |
6642 Also remove autom4te.cache directory. | |
6643 From Quentin Spencer <qspencer@ieee.org>. | |
6644 | |
5518 | 6645 2005-10-28 John W. Eaton <jwe@octave.org> |
6646 | |
6647 * general/shiftdim.m: Compatibility fix for row vectors. | |
6648 Correct check for non-scalar non-integer shift. For positive | |
6649 N, shift is remainder of N and number of dims. Always return NS. | |
6650 Simplify. | |
6651 | |
5500 | 6652 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
6653 | |
6654 * general/randperm.m: Improve compatibility by allowing input | |
6655 value of zero. | |
6656 | |
5493 | 6657 2005-10-13 John W. Eaton <jwe@octave.org> |
6658 | |
6659 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
6660 If in multiplot mode, clear plot before issuing new plot command. | |
6661 | |
6662 * plot/__setup_plot__.m: New function. | |
6663 * plot/__plt__.m, plot__errplot__.m: Use it. | |
6664 Handle multiplot data and offsets here. | |
6665 | |
6666 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
6667 Move initialization to __setup_plot__.m. | |
6668 | |
6669 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
6670 Don't reset gnuplot_command_replot. | |
6671 | |
6672 * plot/replot.m: Handle multiplot data and offsets here. | |
6673 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
6674 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
6675 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
6676 | |
5489 | 6677 2005-10-12 John W. Eaton <jwe@octave.org> |
6678 | |
6679 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
6680 | |
5482 | 6681 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
6682 | |
6683 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
6684 weibrnd.m: Removed calls and references to deprecated _pdf and | |
6685 _inv functions. | |
6686 * chi2pdf.m: Fixed typos in the documentation. | |
6687 | |
5475 | 6688 2005-09-28 John W. Eaton <jwe@octave.org> |
6689 | |
5476 | 6690 * miscellaneous/single.m: New function. |
6691 | |
5475 | 6692 * statistics/base/unidrnd.m: New function. |
6693 | |
5474 | 6694 2005-09-27 John W. Eaton <jwe@octave.org> |
6695 | |
6696 * miscellaneous/dir.m: Filename never includes directory part. | |
6697 | |
5464 | 6698 2005-09-22 John W. Eaton <jwe@octave.org> |
6699 | |
6700 * polynomial/residue.m: Use logical indexing instead of find.. | |
6701 | |
6702 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
6703 | |
6704 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
6705 and zero poles. | |
6706 | |
5462 | 6707 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
6708 | |
6709 * strings/deblank.m: Handle cell arrays. | |
6710 * strings/split.m: New argument, N, to limit number of splits. | |
6711 | |
6712 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
6713 | |
6714 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
6715 | |
5460 | 6716 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
6717 | |
6718 * control/base/rlocus.m: Doc fix. | |
6719 | |
5459 | 6720 2005-09-20 John W. Eaton <jwe@octave.org> |
6721 | |
6722 * general/isvector.m: Improve compatibility. | |
6723 | |
6724 * general/postpad.m: Allow first argument to be a scalar. | |
6725 Allow padding to extend dimensionality. | |
6726 * general/prepad.m: Likewise. | |
6727 | |
5448 | 6728 2005-09-14 Daniel <durbano@shbano.com> |
6729 | |
6730 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 6731 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
6732 /control/base/dgram.m: Doc string fixes. | |
5448 | 6733 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
6734 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6735 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 6736 |
6737 * saveimage.m: Do not ignore most significant bit when writing | |
6738 black and white images to file. | |
6739 | |
5443 | 6740 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
6741 | |
6742 * audio/playaudio.m, control/base/__bodquist__.m, | |
6743 control/base/lqg.m, control/obsolete/dezero.m, | |
6744 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
6745 control/system/c2d.m, control/system/cellidx.m, | |
6746 control/system/d2c.m, control/system/dmr2d.m, | |
6747 control/system/is_signal_list.m, control/system/listidx.m, | |
6748 control/system/ss.m, control/system/sysappend.m, | |
6749 control/system/sysconnect.m, control/system/sysdup.m, | |
6750 control/system/sysgetsignals.m, control/system/sysidx.m, | |
6751 control/system/sysprune.m, control/system/syssetsignals.m, | |
6752 control/system/tfout.m, control/system/zpout.m, | |
6753 control/util/prompt.m, control/util/sortcom.m, | |
6754 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
6755 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
6756 general/num2str.m, general/repmat.m, general/sortrows.m, | |
6757 general/strerror.m, image/colormap.m, image/imshow.m, | |
6758 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
6759 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
6760 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
6761 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
6762 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
6763 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
6764 plot/print.m, plot/title.m, plot/top_title.m, | |
6765 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
6766 statistics/base/mean.m, statistics/base/moment.m, | |
6767 statistics/tests/cor_test.m, | |
6768 statistics/tests/kolmogorov_smirnov_test.m, | |
6769 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6770 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
6771 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6772 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6773 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6774 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6775 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6776 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
6777 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6778 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6779 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
6780 Avoid deprecated functions. Use ischar instead of isstr. Use | |
6781 isvector instead of is_vector. Use isstruct instead of | |
6782 is_struct. Use char instead of setstr. | |
6783 | |
5435 | 6784 2005-08-31 Daniel <durbano@shbano.com> |
6785 | |
6786 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
6787 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
6788 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6789 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6790 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 6791 |
6792 * image/saveimage.m: Open output file in binary mode. | |
6793 | |
6794 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
6795 | |
5427 | 6796 2005-08-16 John W. Eaton <jwe@octave.org> |
6797 | |
6798 * miscellaneous/computer.m: Handle optional maxsize and endian | |
6799 outputs. | |
6800 | |
5426 | 6801 2005-08-15 John W. Eaton <jwe@octave.org> |
6802 | |
6803 * strings/strcat.m: Allow single argument. | |
6804 | |
5416 | 6805 2005-07-18 John W. Eaton <jwe@octave.org> |
6806 | |
6807 * strings/strcmp.m: Delete. | |
6808 | |
5413 | 6809 2005-07-13 John W. Eaton <jwe@octave.org> |
6810 | |
6811 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
6812 versions of Octave. | |
6813 | |
6814 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
6815 | |
6816 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
6817 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
6818 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
6819 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
6820 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
6821 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
6822 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
6823 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
6824 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
6825 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
6826 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
6827 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
6828 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
6829 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
6830 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
6831 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
6832 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
6833 * statistics/distributions/finv.m: Rename from f_inv.m. | |
6834 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
6835 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
6836 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
6837 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
6838 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
6839 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
6840 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
6841 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
6842 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
6843 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
6844 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
6845 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
6846 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
6847 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
6848 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
6849 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
6850 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
6851 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
6852 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
6853 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
6854 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
6855 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
6856 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
6857 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
6858 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
6859 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
6860 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
6861 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
6862 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
6863 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 6864 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 6865 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
6866 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
6867 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
6868 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
6869 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
6870 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
6871 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
6872 | |
6873 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
6874 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
6875 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
6876 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
6877 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
6878 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
6879 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
6880 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
6881 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
6882 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
6883 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
6884 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
6885 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
6886 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
6887 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
6888 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
6889 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
6890 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
6891 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
6892 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
6893 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
6894 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
6895 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
6896 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
6897 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
6898 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
6899 deprecated/wiener_rnd.m: New files. | |
6900 | |
5408 | 6901 2005-07-08 John W. Eaton <jwe@octave.org> |
6902 | |
6903 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
6904 * deprecated/weibull_rnd.m: New file. | |
6905 | |
5407 | 6906 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
6907 | |
6908 * strings/dec2base.m: Allow matrix arguments. | |
6909 | |
5406 | 6910 2005-07-08 John W. Eaton <jwe@octave.org> |
6911 | |
6912 * plot/__errplot__.m: Use __plot_globals__. | |
6913 * plot/__plt__.m: Likewise. | |
6914 * plot/figure.m: Likewise. | |
6915 | |
6916 * plot/hold.m: New file. | |
6917 * plot/ishold.m: New file. | |
6918 * plot/__plot_globals__.m: New file. | |
6919 | |
5400 | 6920 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
6921 | |
6922 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
6923 | |
6924 2005-07-05 John W. Eaton <jwe@octave.org> | |
6925 | |
6926 * strings/findstr.m: Return [] for no matches. | |
6927 | |
5399 | 6928 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
6929 | |
6930 * miscellaneous/tic.m: Fix doc string. | |
6931 | |
5395 | 6932 2005-06-15 John W. Eaton <jwe@octave.org> |
6933 | |
6934 * polynomial/polyfit.m: Force return value to be a row vector. | |
6935 | |
5393 | 6936 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
6937 | |
6938 * general/isequal.m: Correct nargin check. | |
6939 | |
5388 | 6940 2005-06-14 John W. Eaton <jwe@octave.org> |
6941 | |
6942 * general/isvector.m: Handle N-d arrays. | |
6943 From Bill Denney <denney@seas.upenn.edu>. | |
6944 | |
5381 | 6945 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
6946 | |
6947 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 6948 |
5377 | 6949 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
6950 | |
6951 * signal/freqz.m: Use correct calculations when given a vector of | |
6952 frequencies. Improve accuracy of returned frequency vector. | |
6953 Improve speed for medium length filters (at a slight cost for slow | |
6954 filters). Add test cases. | |
6955 | |
5373 | 6956 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
6957 | |
6958 * plot/loglog.m: Fix set commands. | |
6959 | |
5381 | 6960 2005-05-25 John W. Eaton <jwe@octave.org> |
6961 | |
6962 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
6963 | |
5371 | 6964 2005-05-24 John W. Eaton <jwe@octave.org> |
6965 | |
5373 | 6966 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
6967 | |
5372 | 6968 * strings/strncmp.m: New file, from Tom Holroyd |
6969 <tomh@kurage.nimh.nih.gov>. | |
6970 | |
5371 | 6971 * strings/strcmp.m: Return logical values in all cases. |
6972 | |
5366 | 6973 2005-05-23 John W. Eaton <jwe@octave.org> |
6974 | |
6975 * plot/orient.m: New file. Adapt to Octave coding style. | |
6976 Texinfoize doc string. | |
6977 | |
6978 * plot/print.m: New file. Adapt to Octave coding style. Include | |
6979 PKG_ADD command. Use set terminal consistently throughout. Use | |
6980 set terminal push/pop and unconditionally set output to screen | |
6981 when done to avoid requiring gget. Use a cell array for dev_list | |
6982 and cellidx to search for items in the list. Delete local | |
6983 variable endl. Don't set and restore automatic_replot. Use {} | |
6984 instead of nth to index varargin. Delete local variable | |
6985 va_arg_cnt. | |
6986 | |
5355 | 6987 2005-05-18 John W. Eaton <jwe@octave.org> |
6988 | |
6989 * general/num2str.m: Return early if X is a character string. | |
6990 | |
5347 | 6991 2005-05-11 John W. Eaton <jwe@octave.org> |
6992 | |
5348 | 6993 * strings/findstr.m: Allow non-string arguments for compatiblity. |
6994 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
6995 | |
5347 | 6996 * plot/polar.m: Don't call __pltopt__ here. |
6997 | |
5333 | 6998 2005-05-02 John W. Eaton <jwe@octave.org> |
6999 | |
7000 * mkdoc: Print header message. | |
7001 | |
5319 | 7002 2005-04-28 John W. Eaton <jwe@octave.org> |
7003 | |
7004 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
7005 startup/octaverc. | |
7006 | |
5318 | 7007 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
7008 | |
7009 * image/imshow.m: Handle various image depths and 3d RGB images. | |
7010 (__im_numeric_limits__): New internal function. | |
7011 | |
5317 | 7012 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
7013 | |
7014 * statistics/tests/anova.m: Compute total_mean as mean of all | |
7015 data, not mean of group_mean. | |
7016 | |
7017 2005-04-28 John W. Eaton <jwe@octave.org> | |
7018 | |
7019 * startup/local-rcfile: New file. | |
7020 * startup/main-rcfile: Rename from startup/octaverc. | |
7021 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
7022 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
7023 Install local-rcfile in $(localfcnfiledir)/startup. | |
7024 | |
7025 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
7026 | |
7027 * startup/inputrc: New file. | |
7028 * startup/octaverc: Configure readline using inputrc from | |
7029 startupfiledir. | |
7030 * startup/Makefile.in (install, install-strip): Install octaverc | |
7031 in $(fcnfiledir)/startup. | |
7032 | |
5310 | 7033 2005-04-27 John W. Eaton <jwe@octave.org> |
7034 | |
7035 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
7036 | |
5289 | 7037 2005-04-21 John W. Eaton <jwe@octave.org> |
7038 | |
7039 * optimization/glpk.m: Handle SENSE argument. | |
7040 | |
7041 * optimization/qp.m, optimization/sqp.m: New files. | |
7042 | |
5276 | 7043 2005-04-08 John W. Eaton <jwe@octave.org> |
7044 | |
7045 * Makefile.in (clean, distclean, maintainer-clean): | |
7046 Avoid duplication in rules. | |
7047 | |
5252 | 7048 2005-03-28 John W. Eaton <jwe@octave.org> |
7049 | |
7050 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
7051 setting {no,}parametric. | |
7052 * plot/figure.m: Likewise, for setting terminal type. | |
7053 | |
7054 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
7055 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
7056 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
7057 plot/title.m, plot/top_title.m: Avoid eval. | |
7058 | |
5251 | 7059 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7060 | |
5253 | 7061 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
7062 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
7063 Use __gnuplot_replot__ instead of replot. | |
7064 | |
5252 | 7065 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
7066 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
7067 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
7068 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
7069 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
7070 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
7071 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 7072 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 7073 |
5251 | 7074 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
7075 | |
5244 | 7076 2005-03-24 John W. Eaton <jwe@octave.org> |
7077 | |
7078 * optimization/glpkmex.m: Texinfoize Doc string. | |
7079 * optimization/glpk.m: Likewise. | |
7080 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
7081 (row vectors are orginary character strings). | |
7082 * optimization/glpkparam.m: Delete. | |
7083 | |
5243 | 7084 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
7085 | |
7086 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
7087 of dimensions of X. | |
7088 | |
5237 | 7089 2005-03-23 John W. Eaton <jwe@octave.org> |
7090 | |
5239 | 7091 * general/tril.m, general/triu.m: Return value of same class as |
7092 argument. | |
7093 | |
5237 | 7094 * optimization/glpk.m: Simplify interface. By default, solve |
7095 standard LP min C'*x s.t. A*x = b, x >= 0. | |
7096 * optimization/glpkmex.m: New file. | |
7097 | |
5232 | 7098 2005-03-22 John W. Eaton <jwe@octave.org> |
7099 | |
5237 | 7100 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
7101 list. | |
7102 | |
5233 | 7103 * optimization/glpk.m: Adapt to Octave coding style. |
7104 No need for varargout or varargin. | |
7105 Print usage message if nargin > 11. | |
7106 Allow any value of nargout. | |
7107 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
7108 Avoid looping when checking character classes. | |
7109 | |
5232 | 7110 * optimization: New directory. |
7111 * Makefile.in (SUBDIRS): Add it to the list. | |
7112 * optimization/Makefile.in: New file. | |
7113 * optimization/glpk.m, optimization/glpkparams.m, | |
7114 optimization/glpktest1, optimization/glpktest2: New files. | |
7115 | |
8149 | 7116 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 7117 |
7118 * strings/split.m: Quick return for empty second arg. | |
7119 Improve warning for multi-line strings. | |
7120 Speed up by avoiding sprintf in loop and eval. | |
7121 | |
5217 | 7122 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
7123 | |
7124 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
7125 * polynomial/polyder.m: Ditto. | |
6778 | 7126 * polynomial/polygcd.m: New function. |
5217 | 7127 |
5214 | 7128 2005-03-16 John W. Eaton <jwe@octave.org> |
7129 | |
5215 | 7130 * control/base/__stepimp__.m, control/base/bode.m, |
7131 control/base/frdemo.m, control/base/nichols.m, | |
7132 control/base/nyquist.m, control/base/pzmap.m, | |
7133 control/base/rldemo.m, control/base/rlocus.m, | |
7134 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
7135 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
7136 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
7137 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
7138 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
7139 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
7140 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
7141 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
7142 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
7143 plot/xlabel.m, quaternion/demoquat.m, | |
7144 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
7145 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
7146 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
7147 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
7148 gsplot from @seealso docs. | |
5214 | 7149 |
7150 * plot/replot.m: New file. | |
7151 | |
5205 | 7152 2005-03-15 David Bateman <dbateman@free.fr> |
7153 | |
7154 * set/unique.m, set/ismember.m: Handle cell arrays. | |
7155 | |
5196 | 7156 2005-03-09 John W. Eaton <jwe@octave.org> |
7157 | |
7158 * statistics/Makefile.in (bin-dist): Delete target. | |
7159 (BINDISTSUBDIRS): Delete variable. | |
6754 | 7160 * control/Makefile.in: Likewise. |
5196 | 7161 |
5378 | 7162 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 7163 (BINDISTFILES): Delete variable. |
5378 | 7164 * control/base/Makefile.in: Likewise. |
7165 * control/hinf/Makefile.in: Likewise. | |
7166 * control/obsolete/Makefile.in: Likewise. | |
7167 * control/system/Makefile.in: Likewise. | |
7168 * control/util/Makefile.in: Likewise. | |
7169 * deprecated/Makefile.in: Likewise. | |
7170 * elfun/Makefile.in: Likewise. | |
7171 * finance/Makefile.in: Likewise. | |
7172 * general/Makefile.in: Likewise. | |
7173 * image/Makefile.in: Likewise. | |
7174 * sparse/Makefile.in: Likewise. | |
7175 * io/Makefile.in: Likewise. | |
7176 * plot/Makefile.in: Likewise. | |
7177 * Makefile.in: Likewise. | |
7178 * miscellaneous/Makefile.in: Likewise. | |
7179 * linear-algebra/Makefile.in: Likewise. | |
7180 * polynomial/Makefile.in: Likewise. | |
7181 * quaternion/Makefile.in: Likewise. | |
7182 * set/Makefile.in: Likewise. | |
7183 * signal/Makefile.in: Likewise. | |
7184 * specfun/Makefile.in: Likewise. | |
7185 * special-matrix/Makefile.in: Likewise. | |
7186 * startup/Makefile.in: Likewise. | |
7187 * statistics/base/Makefile.in: Likewise. | |
7188 * statistics/distributions/Makefile.in: Likewise. | |
7189 * statistics/models/Makefile.in: Likewise. | |
7190 * statistics/tests/Makefile.in: Likewise. | |
7191 * strings/Makefile.in: Likewise. | |
7192 * time/Makefile.in: Likewise. | |
5196 | 7193 |
5195 | 7194 2005-03-08 John W. Eaton <jwe@octave.org> |
7195 | |
7196 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
7197 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
7198 | |
5192 | 7199 2005-03-04 John W. Eaton <jwe@octave.org> |
7200 | |
7201 * plot/clg.m: New file. | |
7202 | |
5193 | 7203 2005-03-03 John W. Eaton <jwe@octave.org> |
7204 | |
7205 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
7206 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
7207 strings/strcmpi.m: | |
7208 New files from Octave-forge. Adapt to Octave coding standards. | |
7209 | |
5181 | 7210 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
7211 | |
7212 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
7213 computation range. | |
7214 | |
5164 | 7215 2005-02-25 John W. Eaton <jwe@octave.org> |
7216 | |
7217 Sparse merge. | |
7218 | |
7219 2005-01-23 David Bateman <dbateman@free.fr> | |
7220 | |
7221 * sparse/randperm.m: Delete duplicate randperm.m. | |
7222 | |
7223 2005-01-10 John W. Eaton <jwe@octave.org> | |
7224 | |
7225 * sparse/Makefile.in: New file. | |
7226 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
7227 | |
7228 2005-01-07 David Bateman <dbateman@free.fr> | |
7229 | |
7230 * set/unique.m: import file from octave-forge. | |
7231 | |
7232 2005-01-05 David Bateman <dbateman@free.fr> | |
7233 | |
7234 * Makefile.in: include sparse directory in SUBDIRS. | |
7235 | |
7236 2004-12-30 John W. Eaton <jwe@octave.org> | |
7237 | |
7238 * sparse/nzmax.m: Delete (there is an nzmax function in | |
7239 src/DLD-FUNCTIONS/sparse.cc). | |
7240 | |
7241 2004-12-28 John W. Eaton <jwe@octave.org> | |
7242 | |
7243 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
7244 Andy Adler <adler@site.uottawa.ca>. | |
7245 | |
7246 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
7247 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
7248 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
7249 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
7250 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
7251 | |
7252 * sparse: New directory. | |
7253 | |
5158 | 7254 2005-02-22 John W. Eaton <jwe@octave.org> |
7255 | |
7256 * polynomial/residue.m: Force prepad to always create row vectors. | |
7257 | |
7258 * polynomial/poly.m: Quick return if m is 0. | |
7259 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
7260 | |
5154 | 7261 2005-02-21 David Bateman <dbateman@free.fr> |
7262 | |
7263 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
7264 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
7265 Fix for row vectors with at least one element of lambda not in | |
7266 (0, Inf). | |
7267 | |
5152 | 7268 2005-02-21 John W. Eaton <jwe@octave.org> |
7269 | |
5153 | 7270 * statistics/base/qqplot.m: Use feval instead of eval. |
7271 | |
5152 | 7272 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
7273 plot/__axis_label__.m: Issue replot command. | |
7274 | |
5135 | 7275 2005-02-09 John W. Eaton <jwe@octave.org> |
7276 | |
7277 * polynomial/polyderiv.m: Force P to be a row vector. | |
7278 | |
5133 | 7279 2005-02-08 John W. Eaton <jwe@octave.org> |
7280 | |
7281 * strings/dec2base.m: Don't delete leading zero if third arg is | |
7282 provided and len <= computed max_len. | |
7283 | |
5125 | 7284 2005-01-27 David Bateman <dbateman@free.fr> |
7285 | |
7286 * strings/dec2base.m: Be even more careful about handling all digits. | |
7287 | |
7288 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
7289 | |
7290 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
7291 | |
5123 | 7292 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
7293 | |
7294 * statistics/base/median.m: Make it work for the scalar case too. | |
7295 | |
6308 | 7296 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 7297 |
7298 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 7299 Simplify logic for decoding args. |
5117 | 7300 |
5115 | 7301 2005-01-24 John W. Eaton <jwe@octave.org> |
7302 | |
5116 | 7303 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
7304 | |
7305 * plot/__plt__.m: No need to save and reset hold state now. | |
7306 (first_plot): Delete unused variable. | |
7307 | |
5115 | 7308 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
7309 | |
7310 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
7311 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
7312 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
7313 plot/__plt2vv__.m: | |
7314 Return data and gnuplot commands instead of evaluating them. | |
7315 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
7316 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
7317 | |
5108 | 7318 2005-01-18 John W. Eaton <jwe@octave.org> |
7319 | |
7320 * linear-algebra/cross.m: Allocate idx1 before use. | |
7321 | |
5096 | 7322 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
7323 | |
7324 * statistics/base/range.m: Fix varargin usage. | |
7325 | |
5091 | 7326 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
7327 | |
7328 * strings/deblank.m: Remove all trailing whitespace (check with | |
7329 isspace), not just SPC. | |
7330 | |
5090 | 7331 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
7332 | |
7333 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
7334 | |
5073 | 7335 2004-11-09 John W. Eaton <jwe@octave.org> |
7336 | |
7337 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
7338 From Julius Smith <jos@ccrma.stanford.edu>. | |
7339 | |
5072 | 7340 2004-11-08 John W. Eaton <jwe@octave.org> |
7341 | |
7342 * plot/__plt2vm__.m: Delete debugging statement. | |
7343 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
7344 | |
5065 | 7345 2004-11-04 John W. Eaton <jwe@octave.org> |
7346 | |
7347 * plot/hist.m: Always return row vectors for vector args. | |
7348 | |
5031 | 7349 2004-09-23 John W. Eaton <jwe@octave.org> |
7350 | |
7351 * strings/strcmp.m: If args are not strings or cell arrays of | |
7352 strings, return zero instead of reporting an error. | |
7353 | |
5021 | 7354 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
7355 | |
7356 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
7357 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
7358 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
7359 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
7360 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
7361 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
7362 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
7363 control/hinf/is_dgkf.m, control/system/c2d.m, | |
7364 control/system/is_detectable.m, control/system/is_sample.m, | |
7365 control/system/is_siso.m, control/system/is_stable.m, | |
7366 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
7367 control/system/sys2tf.m, control/system/sys2zp.m, | |
7368 control/system/sysappend.m, control/system/sysconnect.m, | |
7369 control/system/sysdisc.m, control/system/sysdup.m, | |
7370 control/system/sysgetsignals.m, control/system/sysmult.m, | |
7371 control/system/syssetsignals.m, control/system/syssub.m, | |
7372 control/system/tf2sys.m, control/system/ugain.m, | |
7373 control/system/zp2ss.m, control/system/zp2sys.m, | |
7374 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
7375 special-matrix/toeplitz.m: Fix typos in doc strings. | |
7376 | |
7377 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
7378 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
7379 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
7380 ontrol/system/is_abcd.m, control/system/parallel.m, | |
7381 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
7382 control/system/sysappend.m, control/system/sysconnect.m, | |
7383 control/system/sysdup.m, control/system/sysgroup.m, | |
7384 control/system/sysprune.m, control/system/sysreorder.m, | |
7385 control/system/sysscale.m, control/system/syssub.m, | |
7386 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
7387 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
7388 polynomial/polyout.m, specfun/log2.m: | |
7389 Add output arguments in doc strings. | |
7390 | |
7391 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
7392 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
7393 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
7394 control/base/freqchkw.m, control/base/__freqresp__.m, | |
7395 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
7396 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
7397 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
7398 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
7399 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
7400 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
7401 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
7402 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
7403 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
7404 control/system/c2d.m, control/system/is_abcd.m, | |
7405 control/system/is_controllable.m, control/system/is_detectable.m, | |
7406 control/system/is_observable.m, control/system/is_stable.m, | |
7407 control/system/jet707.m, control/system/ord2.m, | |
7408 control/system/starp.m, control/system/sys2fir.m, | |
7409 control/system/sys2ss.m, control/system/sys2tf.m, | |
7410 control/system/sys2zp.m, control/system/syscont.m, | |
7411 control/system/sysdisc.m, control/system/sysdup.m, | |
7412 control/system/sysgettype.m, control/system/sysgroup.m, | |
7413 control/system/sysmult.m, control/system/sysprune.m, | |
7414 control/system/sysreorder.m, control/system/sysscale.m, | |
7415 control/system/syssetsignals.m, control/system/sysupdate.m, | |
7416 control/system/tf2ss.m, control/system/tf2sys.m, | |
7417 control/system/zp2ss.m, control/system/zp2sys.m, | |
7418 control/util/axis2dlim.m, control/util/prompt.m, | |
7419 control/util/zgfmul.m, control/util/zginit.m, | |
7420 control/util/__zgpbal__.m, control/util/zgscal.m: | |
7421 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
7422 in doc strings. | |
7423 | |
7424 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
7425 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
7426 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
7427 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7428 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7429 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7430 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7431 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
7432 control/system/c2d.m, control/system/fir2sys.m, | |
7433 control/system/is_stabilizable.m, control/system/jet707.m, | |
7434 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
7435 control/util/zgshsr.m, polynomial/polyout.m: | |
7436 New @tex section(s) in doc strings for better formating of printed | |
7437 output. | |
7438 | |
7439 * control/base/__freqresp__.m, control/base/nyquist.m, | |
7440 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
7441 control/obsolete/syschnames.m, control/system/sysprune.m: | |
7442 Use proper double quote marks for TeX. | |
7443 | |
7444 * control/base/DEMOcontrol.m: Add missing ; | |
7445 | |
7446 * control/base/nichols.m, control/base/rlocus.m, | |
7447 control/obsolete/minfo.m, control/system/is_digital.m, | |
7448 control/system/ss2zp.m, control/system/sysmin.m, | |
7449 control/system/tf2zp.m, control/util/sortcom.m: | |
7450 Convert documentation to use or more completely use Texinfo. | |
7451 | |
7452 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
7453 control/hinf/hinfdemo.m, control/system/ord2.m, | |
7454 control/system/parallel.m, control/system/ss2tf.m, | |
7455 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
7456 art splitting over a page boundary. | |
7457 | |
7458 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7459 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7460 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7461 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7462 control/hinf/wgt1o.m, control/system/buildssic.m: | |
7463 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
7464 the TeX documentation. | |
7465 | |
7466 * control/system/is_stabilizable.m: | |
7467 Add Copyright so that help is displayed correctly. | |
7468 | |
7469 * special-matrix/vander.m: Octave indexes start at 1. | |
7470 | |
5011 | 7471 2004-09-21 David Bateman <dbateman@free.fr> |
7472 | |
7473 * general/rotdim.m: New function for rotation of an N-d array in an | |
7474 arbitrary plane. | |
7475 | |
7476 * general/flipdim.m: New function to flip an N-d array about an | |
7477 arbitrary axis. | |
7478 | |
5003 | 7479 2004-09-15 David Bateman <dbateman@free.fr> |
7480 | |
7481 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
7482 | |
4992 | 7483 2004-09-15 John W. Eaton <jwe@octave.org> |
7484 | |
7485 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 7486 Use iscellstr to check for cells rather than iscell. |
7487 Improve diagnostics for invalid args. | |
4992 | 7488 |
4983 | 7489 2004-09-10 David Bateman <dbateman@free.fr> |
7490 | |
7491 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
7492 and p with n > 1, and fix for matrix n and p with n == 1. | |
7493 | |
7494 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
7495 due to row vs. column vector operations. | |
7496 | |
4964 | 7497 2004-09-03 David Bateman <dbateman@free.fr> |
7498 | |
7499 * general/repmat.m: Fix to allow logical classes. | |
7500 | |
4950 | 7501 2004-08-31 John W. Eaton <jwe@octave.org> |
7502 | |
7503 * general/isa.m: New function, from Octave-forge. | |
7504 | |
7505 2004-08-31 David Bateman <dbateman@free.fr> | |
7506 | |
7507 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
7508 limitation on the use of int64 and uint64 types, and the use | |
7509 of the eval. | |
7510 | |
7511 * general/bitset.m: Remove superfluous cast to return type, as bug | |
7512 in .^ with integer types is fixed. | |
7513 | |
7514 * general/repmat.m: Adapt to allow integer types. | |
4945 | 7515 |
7516 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
7517 | |
7518 * plot/axis.m: Don't reset axes when querying them. | |
7519 | |
4942 | 7520 2004-08-27 David Bateman <dbateman@free.fr> |
7521 | |
7522 * statistics/base/ranks.m: Handle non-consecutive ties. | |
7523 Eliminate loop. | |
7524 | |
4918 | 7525 2004-07-27 David Bateman <dbateman@free.fr> |
7526 | |
7527 * general/num2str.m: Also insert spaces in output when precision | |
7528 argument is supplied. | |
7529 | |
4915 | 7530 2004-07-23 David Bateman <dbateman@free.fr> |
7531 | |
7532 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
7533 | |
4911 | 7534 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
7535 | |
7536 * general/sub2ind.m: Make reshaping index list unnecessary. | |
7537 | |
7538 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
7539 | |
7540 * miscellaneous/unix.m: Fix doc string. | |
7541 | |
7542 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
7543 | |
7544 * plot/figure.m: Clarification of documentation. | |
7545 | |
7546 * image/imshow.m: Warn for complex images. | |
7547 Only estimate colourmap for images in [0, 65536]. | |
7548 | |
7549 2004-07-22 David Bateman <dbateman@free.fr> | |
7550 | |
7551 * general/num2str.m: Fix the case of an all zero input. | |
7552 | |
4906 | 7553 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
7554 | |
7555 * general/ind2sub.m: Doc fix. | |
7556 | |
4900 | 7557 2004-06-08 John W. Eaton <jwe@octave.org> |
7558 | |
7559 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
7560 convert function handle to string for eval. | |
7561 | |
4898 | 7562 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
7563 | |
7564 * plot/errorbar.m: Remove debugging output. | |
7565 | |
7566 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
7567 | |
7568 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
7569 | |
4897 | 7570 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
7571 | |
4898 | 7572 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
7573 | |
7574 * polynomial/polyout.m: Use parenthesis if necessary around | |
7575 complex polynomial coefficient. | |
7576 | |
4897 | 7577 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
7578 the bug which causes __errplot__ to ignore the last argument. | |
7579 | |
4894 | 7580 2004-06-03 David Bateman <dbateman@free.fr> |
7581 | |
7582 * general/shiftdim.m: New function based on JWE code snippet. | |
7583 | |
7584 * general/circdim.m: New function. | |
7585 | |
4890 | 7586 2004-05-06 David Bateman <dbateman@free.fr> |
7587 | |
7588 * general/issquare.m: Fail if ndim(x) > 2. | |
7589 | |
7590 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
7591 | |
7592 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
7593 N-d array arguments. Add optional dim argument to define | |
7594 dimension along which to operate. | |
7595 | |
7596 * linear-algebra/dmult.m: Allow N-d arrays. | |
7597 | |
7598 * linear-algebra/vec.m: Use v(:) and not reshape. | |
7599 | |
4885 | 7600 2004-04-29 David Bateman <dbateman@free.fr> |
7601 | |
7602 * statistics/base/ranks.m, statistics/base/run_count.m, | |
7603 statistics/base/studentize.m, statistics/base/kurtosis.m | |
7604 statistics/base/statistics.m, statistics/base/skewness.m | |
7605 statistics/base/iqr.m: | |
7606 Make N-d array aware. Allow optional argument to define the | |
7607 dimension along which to operate. Update the documentation. | |
7608 | |
7609 * statistics/base/ranks.m: Change algorithm to use sort, | |
7610 and adjust for the ties after. | |
7611 | |
7612 * statistics/base/run_counts.m: Change algorithm to use | |
7613 the a combination of diff and find, rather than a for-loop. | |
7614 | |
4881 | 7615 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
7616 | |
7617 * plot/hist.m: Correctly determine cutoffs. New tests. | |
7618 | |
4878 | 7619 2004-04-23 David Bateman <dbateman@free.fr> |
7620 | |
7621 * general/int2str.m: Treat only real part of argument, and treat | |
7622 NDArrays by stacking the slices through the matrix vertically. | |
7623 | |
7624 * general/num2str.m: Improve format of integer matrices, and the | |
7625 conversion of complex matrices added. Treat NDArrays by stacking | |
7626 the slices through the matrix vertically. | |
7627 | |
7628 * deprecated/com2str.m: Moved here from general subdirectory. | |
7629 | |
4877 | 7630 2004-04-22 John W. Eaton <jwe@octave.org> |
7631 | |
7632 * quaternion/qtransvmat.m: Use continuation characters to make | |
7633 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
7634 | |
4869 | 7635 2004-04-21 David Bateman <dbateman@free.fr> |
7636 | |
5378 | 7637 * elfun/lcm.m: Make N-d aware. |
4870 | 7638 |
4869 | 7639 * general/diff.m: Make the code N-d array aware. Allow an |
7640 optional argument to define the dimension along which to perform | |
7641 the differences and allow the order of the differences to be larger | |
7642 than the dimension itself. | |
7643 | |
7644 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
7645 use of these functions to 1- and 2-d arrays. | |
7646 | |
4863 | 7647 2004-04-16 John W. Eaton <jwe@octave.org> |
7648 | |
7649 * elfun/gcd.m: Delete. | |
7650 | |
4862 | 7651 2004-04-15 David Bateman <dbateman@free.fr> |
7652 | |
7653 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
7654 | |
7655 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
7656 array aware and and optional argument for the dimension along | |
7657 which to operate. | |
7658 | |
5378 | 7659 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 7660 argument for the dimension to be consistent with other N-d array |
7661 functions. | |
7662 | |
4860 | 7663 2004-04-08 David Bateman <dbateman@free.fr> |
7664 | |
7665 * statistics/distributions/discrete_cdf.m, | |
7666 statistics/distributions/discrete_inv.m, | |
7667 statistics/distributions/discrete_pdf.m, | |
7668 statistics/distributions/discrete_rnd.m, | |
7669 statistics/distributions/exponential_cdf.m, | |
7670 statistics/distributions/exponential_inv.m, | |
7671 statistics/distributions/exponential_pdf.m, | |
7672 statistics/distributions/exponential_rnd.m, | |
7673 statistics/distributions/f_cdf.m, | |
7674 statistics/distributions/f_inv.m, | |
7675 statistics/distributions/f_pdf.m, | |
7676 statistics/distributions/f_rnd.m, | |
7677 statistics/distributions/geometric_cdf.m, | |
7678 statistics/distributions/geometric_inv.m, | |
7679 statistics/distributions/geometric_pdf.m, | |
7680 statistics/distributions/geometric_rnd.m, | |
7681 statistics/distributions/hypergeometric_rnd.m, | |
7682 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
7683 statistics/distributions/laplace_cdf.m, | |
7684 statistics/distributions/laplace_inv.m, | |
7685 statistics/distributions/laplace_pdf.m, | |
7686 statistics/distributions/laplace_rnd.m, | |
7687 statistics/distributions/logistic_inv.m, | |
7688 statistics/distributions/logistic_rnd.m, | |
7689 statistics/distributions/lognormal_cdf.m, | |
7690 statistics/distributions/lognormal_inv.m, | |
7691 statistics/distributions/lognormal_pdf.m, | |
7692 statistics/distributions/lognormal_rnd.m, | |
7693 statistics/distributions/pascal_cdf.m, | |
7694 statistics/distributions/pascal_inv.m, | |
7695 statistics/distributions/pascal_pdf.m, | |
7696 statistics/distributions/pascal_rnd.m, | |
7697 statistics/distributions/poisson_cdf.m, | |
7698 statistics/distributions/poisson_inv.m, | |
7699 statistics/distributions/poisson_pdf.m, | |
7700 statistics/distributions/poisson_rnd.m, | |
7701 statistics/distributions/t_cdf.m, | |
7702 statistics/distributions/t_inv.m, | |
7703 statistics/distributions/t_pdf.m, | |
7704 statistics/distributions/t_rnd.m, | |
7705 statistics/distributions/weibull_cdf.m, | |
7706 statistics/distributions/weibull_inv.m, | |
7707 statistics/distributions/weibull_pdf.m, | |
7708 statistics/distributions/weibull_rnd.m: | |
7709 Allow N-d arrays. | |
7710 | |
7711 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
7712 that results in NaN in places where it should not have had. | |
7713 | |
7714 * statistics/distributions/discrete_rnd.m: New argument formats to | |
7715 allow creating arbitrary matrices, compatiable with the other | |
5583 | 7716 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 7717 |
7718 * statistics/distributions/empirical_rnd.m: New argument formats | |
7719 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 7720 *_rnd.m functions. Maintain compatibility with previous |
4860 | 7721 format. Allow N-d arrays. |
7722 | |
7723 * statistics/distributions/hypergeometric_cdf.m, | |
7724 statistics/distributions/hypergeometric_inv.m, | |
7725 statistics/distributions/hypergeometric_pdf.m, | |
7726 statistics/distributions/wiener_rnd.m: | |
7727 Error for non-scalar arguments. | |
7728 | |
7729 * statistics/distributions/pascal_rnd.m: | |
7730 Correct for n = 1 bug, where all elements were equal. | |
7731 | |
4849 | 7732 2004-04-06 David Bateman <dbateman@free.fr> |
7733 | |
4854 | 7734 * general/common_size.m, miscellaneous/bincoeff.m, |
7735 statistics/distributions/beta_cdf.m, | |
7736 statistics/distributions/beta_inv.m, | |
7737 statistics/distributions/beta_pdf.m, | |
7738 statistics/distributions/beta_rnd.m, | |
7739 statistics/distributions/binomial_cdf.m, | |
7740 statistics/distributions/binomial_inv.m, | |
7741 statistics/distributions/binomial_pdf.m, | |
7742 statistics/distributions/binomial_rnd.m, | |
7743 statistics/distributions/cauchy_cdf.m, | |
7744 statistics/distributions/cauchy_inv.m, | |
7745 statistics/distributions/cauchy_pdf.m, | |
7746 statistics/distributions/cauchy_rnd.m, | |
7747 statistics/distributions/chisquare_cdf.m, | |
7748 statistics/distributions/chisquare_inv.m, | |
7749 statistics/distributions/chisquare_pdf.m, | |
7750 statistics/distributions/chisquare_rnd.m, | |
7751 statistics/distributions/gamma_cdf.m, | |
7752 statistics/distributions/gamma_inv.m, | |
7753 statistics/distributions/gamma_pdf.m, | |
7754 statistics/distributions/gamma_rnd.m, | |
7755 statistics/distributions/normal_cdf.m, | |
7756 statistics/distributions/normal_inv.m, | |
7757 statistics/distributions/normal_pdf.m, | |
7758 statistics/distributions/normal_rnd.m, | |
7759 statistics/distributions/stdnormal_cdf.m, | |
7760 statistics/distributions/stdnormal_pdf.m, | |
7761 statistics/distributions/stdnormal_rnd.m, | |
7762 statistics/distributions/uniform_cdf.m, | |
7763 statistics/distributions/uniform_inv.m, | |
7764 statistics/distributions/uniform_pdf.m, | |
7765 statistics/distributions/uniform_rnd.m: | |
7766 Allow the inputs to be N-d arrays. | |
7767 | |
4852 | 7768 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
7769 * statistics/base/median.m: Likewise. | |
4849 | 7770 |
4844 | 7771 2004-04-02 David Bateman <dbateman@free.fr> |
7772 | |
7773 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 7774 * statistics/base/center.m, statistics/base/meansq.m, |
7775 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 7776 Update for N-d arrays. |
4844 | 7777 * signal/fftshift.m: Fix dimensioning error. |
7778 | |
7779 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 7780 N-d arrays. |
4844 | 7781 |
4852 | 7782 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
7783 | |
7784 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 7785 |
4852 | 7786 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 7787 |
7788 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
7789 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
7790 control/system/sysprune.m: Doc update for usage of cell arrays. | |
7791 | |
7792 * control/system/sysidx.m: Use cellidx and not listidx. | |
7793 | |
4841 | 7794 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
7795 | |
7796 * plot/__pltopt1__.m: Always add title clause to plot command with | |
7797 default of "" (so it is off unless explicitly set by the user). | |
7798 | |
4836 | 7799 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
7800 | |
7801 * image/imshow.m: Accept "truesize" argument. | |
7802 Ignore current colormap. New tests and demos. | |
7803 | |
4834 | 7804 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
7805 | |
7806 * signal/sinewave.m: Allow N to default to M. | |
7807 | |
4826 | 7808 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7809 | |
7810 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
7811 | |
4818 | 7812 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7813 | |
7814 * general/deal.m: New function. | |
4819 | 7815 Add tests from Paul Kienzle. |
4818 | 7816 |
4811 | 7817 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
7818 | |
7819 * plot/hist.m: Compute histogram correctly for n>=30. | |
7820 | |
5095 | 7821 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 7822 |
7823 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
7824 | |
4806 | 7825 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7826 | |
7827 * miscellaneous/horzcat.m: Delete. | |
7828 * miscellaneous/vertcat.m: Delete. | |
7829 | |
4790 | 7830 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7831 | |
7832 * plot/figure.m: Also look for GNUTERM in the environment and use | |
7833 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
7834 | |
4789 | 7835 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7836 | |
7837 * control/base/__stepimp__.m: Only call clearplot if we will be | |
7838 doing multiple plots in the same gnuplot frame. | |
7839 | |
4780 | 7840 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7841 | |
7842 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
7843 control/system/cellidx.m, control/system/ss.m, | |
7844 control/system/tf.m, control/system/zp.m: New functions. | |
7845 | |
4778 | 7846 2004-02-16 Glenn Golden <gdg@zplane.com> |
7847 | |
7848 * statistics/distributions/discrete_inv.m: | |
7849 Reduce memory requirements. | |
7850 | |
4772 | 7851 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7852 | |
7853 * plot/__errcomm__.m: Fix thinko in previous change. | |
7854 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
7855 | |
4771 | 7856 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
7857 | |
7858 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
7859 control/base/analdemo.m, control/base/bddemo.m, | |
7860 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
7861 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
7862 control/base/rldemo.m, control/base/rlocus.m, | |
7863 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
7864 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
7865 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
7866 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
7867 control/obsolete/packsys.m, control/obsolete/series.m, | |
7868 control/system/__sysdefioname__.m, | |
7869 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
7870 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
7871 control/system/c2d.m, control/system/d2c.m, | |
7872 control/system/dmr2d.m, control/system/fir2sys.m, | |
7873 control/system/is_signal_list.m, control/system/is_siso.m, | |
7874 control/system/jet707.m, control/system/listidx.m, | |
7875 control/system/moddemo.m, control/system/ord2.m, | |
7876 control/system/packedform.m, control/system/parallel.m, | |
7877 control/system/ss2sys.m, control/system/sys2tf.m, | |
7878 control/system/sys2zp.m, control/system/sysadd.m, | |
7879 control/system/sysappend.m, control/system/sysconnect.m, | |
7880 control/system/syscont.m, control/system/sysdimensions.m, | |
7881 control/system/sysdisc.m, control/system/sysdup.m, | |
7882 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
7883 control/system/sysgroup.m, control/system/sysmin.m, | |
7884 control/system/sysmult.m, control/system/sysprune.m, | |
7885 control/system/sysrepdemo.m, control/system/sysscale.m, | |
7886 control/system/syssetsignals.m, control/system/syssub.m, | |
7887 control/system/sysupdate.m, control/system/tf2sys.m, | |
7888 control/system/ugain.m, control/system/zp2ss.m, | |
7889 control/system/zp2sys.m, control/util/__outlist__.m, | |
7890 control/util/__zgpbal__.m, control/util/strappend.m: | |
7891 Use cell arrays instead of lists. | |
7892 | |
4723 | 7893 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
7894 | |
7895 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
7896 so that bar (1, 1) will work. | |
7897 | |
4710 | 7898 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7899 | |
4717 | 7900 * plot/__errcomm__.m: Cope with nargin now being a function. |
7901 * plot/__errplot__.m: Likewise. | |
7902 * plot/__plt__.m: Likewise. | |
7903 * plot/plot_border.m: Likewise. | |
7904 | |
4710 | 7905 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
7906 not $(DOCSTRINGS). | |
7907 | |
4706 | 7908 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
7909 | |
7910 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
7911 rank ([], tol). | |
7912 | |
4691 | 7913 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7914 | |
4692 | 7915 * elfun/acot.m: Return atan (1./z). |
7916 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
7917 | |
4691 | 7918 * miscellaneous/dir.m: New file. |
7919 | |
7920 * general/num2str.m: Use "%d" as format if values are ints with | |
7921 magnitude less than 1e10. | |
7922 | |
7923 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7924 | |
7925 * general/num2str.m: If single arg is string, return it. | |
7926 | |
7927 * miscellaneous/not.m: New file. | |
7928 | |
7929 * miscellaneous/unix.m: New file. | |
7930 | |
7931 * miscellaneous/isunix.m: New file. | |
7932 * miscellaneous/ispc.m: New file. | |
7933 | |
7934 * miscellaneous/computer.m: New file. | |
7935 | |
7936 * miscellaneous/delete.m: New file. | |
7937 | |
4689 | 7938 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7939 | |
7940 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
7941 | |
7942 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7943 | |
7944 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
7945 Always return substituted version of LOADPATH if nargout != 0. | |
7946 | |
4685 | 7947 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
7948 | |
7949 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
7950 before continuing. | |
7951 | |
7952 * miscellaneous/fileparts.m: Allow name to start with ".". | |
7953 | |
4677 | 7954 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7955 | |
7956 * general/ind2sub.m: New file. | |
7957 * general/sub2ind.m: New file. | |
7958 | |
4675 | 7959 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7960 | |
7961 * control/system/zp2ss.m: Don't save and restore | |
7962 warn_empty_list_elements. | |
7963 | |
7964 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
7965 | |
6778 | 7966 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 7967 |
4673 | 7968 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
7969 | |
7970 * statistics/base/mean.m: Remove special case for row vectors. | |
7971 | |
4637 | 7972 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
7973 | |
7974 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
7975 | |
4631 | 7976 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
7977 | |
7978 * statistics/base/iqr.m: Handle matrices. | |
7979 | |
4630 | 7980 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7981 | |
7982 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
7983 | |
4629 | 7984 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7985 | |
7986 * miscellaneous/path.m: Fix thinko in previous change. | |
7987 | |
4609 | 7988 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
7989 | |
4629 | 7990 * control/base/dare.m: Check positive (semi)definiteness and |
7991 dimensions of r (and q). | |
7992 * control/base/dlqr.m: Check stabilizability of (A,B), | |
7993 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
7994 near unit circle. | |
4611 | 7995 |
7996 * control/system/is_detectable.m: Use Hautus Lemma. | |
7997 Correct the behavior for discrete-time systems. | |
7998 * control/system/is_stabilizable.m: Likewise. | |
7999 | |
4609 | 8000 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
8001 | |
8002 * linear-algebra/krylovb.m: Fix typo in usage message. | |
8003 | |
4610 | 8004 * general/isdefinite.m: New function. |
8005 | |
4567 | 8006 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8007 | |
8008 * general/reshape: Delete. | |
8009 | |
4559 | 8010 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8011 | |
8012 * general/numel.m: Delete. | |
8013 | |
4535 | 8014 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8015 | |
4536 | 8016 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
8017 | |
8018 * deprecated/isstr.m: New file. | |
4535 | 8019 |
4529 | 8020 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8021 | |
8022 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
8023 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
8024 | |
4525 | 8025 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
8026 | |
8027 * statistics/base/mean.m: Fix missing semicolon problem. | |
8028 | |
4503 | 8029 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
8030 | |
8031 * plot/subplot.m: New global variable, __multiplot_scale__. | |
8032 | |
4492 | 8033 2003-08-29 David Castelow <DCastelow@Airspan.com> |
8034 | |
8035 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
8036 Allow optional length argument. | |
8037 | |
4491 | 8038 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8039 | |
8040 * polynomial/polyfit.m: Avoid calling flipud. | |
8041 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
8042 Return structure as second output value for improved Matlab | |
8043 compatibility. | |
8044 | |
4476 | 8045 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8046 | |
4478 | 8047 * linear-algebra/cond.m: Behave as though old built-in variable |
8048 propagate_empty_matrices is always 1. Also handle empty matrices | |
8049 with one non-zero dimension. | |
8050 | |
4476 | 8051 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
8052 warn_single_quote_string to the list. | |
4478 | 8053 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
8054 from the list. | |
4476 | 8055 |
5095 | 8056 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 8057 |
8058 * signal/autocov.m: Transpose result of conj because diag returns | |
8059 a column vector, not a row vector. | |
8060 | |
8061 * audio/playaudio.m, audio/record.m, image/image.m, | |
8062 miscellaneous/bug_report.m: Protect spaces in filenames | |
8063 with quotes. | |
8064 | |
4466 | 8065 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8066 | |
4468 | 8067 * io/printf.m, io/puts.m: Delete. |
8068 | |
4466 | 8069 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
8070 default_return_value from the list. | |
8071 Add warn_undefined_return_values to the list. | |
8072 | |
8073 | |
4464 | 8074 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8075 | |
8076 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
8077 and initialize_global_variables from the list. | |
8078 | |
4460 | 8079 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8080 | |
4463 | 8081 * image/colormap.m: Don't save and restore default_eval_print_flag. |
8082 | |
8083 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
8084 | |
8085 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
8086 * control/system/sys2fir.m: Likewise. | |
8087 | |
8088 * control/system/is_siso.m: Use && instead of & where appropriate. | |
8089 * control/system/__tf2sysl__.m: Likewise. | |
8090 | |
8091 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
8092 | |
8093 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
8094 and [] concatenation. | |
8095 * control/system/sys2fir.m: Likewise. | |
8096 | |
8097 * control/base/dgram.m, control/base/freqchkw.m, | |
8098 control/base/gram.m, control/system/__abcddims__.m, | |
8099 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
8100 control/system/is_sample.m, control/system/is_signal_list.m, | |
8101 control/system/is_siso.m, control/system/sys2fir.m, | |
8102 control/system/syschtsam.m, control/system/sysgettsam.m, | |
8103 control/system/sysgettype.m, control/system/tf2zp.m, | |
8104 control/system/ugain.m, control/util/prompt.m, | |
8105 control/util/run_cmd.m, control/util/zgrownorm.m, | |
8106 control/util/zgshsr.m: | |
8107 Improve conformance to Octave coding style. | |
8108 | |
4461 | 8109 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
8110 the list. | |
8111 Delete resize_on_range_error from the list. | |
8112 | |
4460 | 8113 * control/base/pzmap.m, control/base/place.m, |
8114 control/base/__freqresp__.m, control/system/sysappend.m, | |
8115 control/system/syscont.m, control/system/sysdisc.m, | |
8116 control/system/sysgroup.m, control/system/tfout.m, | |
8117 control/system/zp2ss.m, control/system/zpout.m, | |
8118 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
8119 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
8120 empty_list_elements_ok. | |
8121 | |
8122 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
8123 Delete empty_list_elements_ok from the list. | |
8124 | |
4457 | 8125 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8126 | |
8127 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
8128 list. | |
8129 Delete treat_neg_dim_as_zero from the list. | |
8130 | |
8131 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
8132 | |
4451 | 8133 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8134 | |
4455 | 8135 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
8136 was not used in the code in any case). | |
8137 | |
8138 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
8139 do_fortran_indexing. | |
8140 | |
4452 | 8141 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
8142 implict_str_to_num_ok. Use unwind_protect block to do it. | |
8143 | |
4451 | 8144 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
8145 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 8146 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 8147 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
8148 warn_fortran_indexing in the list. | |
8149 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
8150 implicit_str_to_num_ok, do_fortran_indexing, and | |
8151 prefer_column_vectors from list. | |
4451 | 8152 |
4440 | 8153 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8154 | |
8155 * Makefile.in (distclean, maintainer-clean): Also remove | |
8156 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
8157 directory. | |
8158 | |
5095 | 8159 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 8160 |
8161 * plot/hist.m: Don't forget to define n if x is a vector. | |
8162 | |
5095 | 8163 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 8164 |
8165 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
8166 return "." with extension. | |
8167 | |
4422 | 8168 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8169 | |
8170 * control/base/__stepimp__.m, control/base/nichols.m, | |
8171 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
8172 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
8173 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
8174 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
8175 Eliminate gnuplot_has_multiplot (assume it is always true). | |
8176 | |
4413 | 8177 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8178 | |
8179 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
8180 | |
5095 | 8181 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 8182 |
8183 * plot/hist.m: Improve performance by using different algorithms | |
8184 depending on number of bins. | |
8185 | |
4404 | 8186 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8187 | |
8188 * control/system/sysadd.m: If systems are not "tf", convert before | |
8189 adding. | |
8190 | |
5095 | 8191 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 8192 |
8193 * image/imagesc.m: Accept data limits parameter for colormap. | |
8194 | |
5095 | 8195 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 8196 |
8197 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
8198 the impulse by t_step. | |
8199 | |
4373 | 8200 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8201 | |
8202 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
8203 column vectors. | |
8204 | |
5095 | 8205 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 8206 |
8207 * linear-algebra/null.m: Handle empty matrix arg. | |
8208 | |
4369 | 8209 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8210 | |
8211 * general/shift.m: Force empty_list_elements_ok to 1. | |
8212 | |
4358 | 8213 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8214 | |
8215 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
8216 New files. | |
8217 | |
4348 | 8218 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8219 | |
8220 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
8221 function handle to pass to feval. | |
8222 * statistics/base/qqplot.m: Likewise. | |
8223 * statistics/base/ppplot.m: Likewise. | |
8224 * signal/spectral_xdf.m: Likewise. | |
8225 * signal/spectral_adf.m: Likewise. | |
8226 | |
4340 | 8227 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8228 | |
8229 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
8230 | |
4334 | 8231 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8232 | |
8233 * linear-algebra/logm.m: New file. | |
8234 | |
5095 | 8235 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 8236 |
8237 * mkpkgadd: Scan C++ files as well | |
8238 | |
5095 | 8239 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 8240 |
8241 * strings/findstr.m: Return empty set for zero-length target. | |
8242 | |
5095 | 8243 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 8244 |
8245 * set/union.m: Preserve the orientation of inputs. | |
8246 | |
4305 | 8247 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8248 | |
8249 * general/int2str.m: Eliminate leading spaces. | |
8250 | |
4303 | 8251 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8252 | |
8253 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
8254 | |
5095 | 8255 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 8256 |
8257 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
8258 $(BUILD_LDFLAGS) to compiler. | |
8259 | |
4295 | 8260 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8261 | |
8262 * general/num2str.m: Don't specify field width for scalars. | |
8263 | |
4292 | 8264 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8265 | |
8266 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
8267 | |
4265 | 8268 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
8269 | |
4279 | 8270 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
8271 | |
4266 | 8272 * miscellaneous/tempname.m: New file. |
8273 | |
8274 * miscellaneous/tempdir.m: New file. | |
8275 | |
4265 | 8276 * miscellaneous/fullfile.m: New file. |
8277 | |
4259 | 8278 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8279 | |
4264 | 8280 * miscellaneous/fileparts.m: New file. |
8281 | |
8282 * io/beep.m: New file. | |
8283 | |
4260 | 8284 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
8285 format only. | |
4259 | 8286 |
4257 | 8287 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8288 | |
8289 * strings/strcmp.m: Handle cell arrays of strings. | |
8290 | |
4229 | 8291 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8292 | |
8293 * general/int2str.m: Handle matrices. | |
8294 * general/num2str.m: Likewise. | |
8295 Also handle optional precision, and format args. | |
8296 | |
4225 | 8297 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8298 | |
8299 * audio/Makefile.in, control/base/Makefile.in, | |
8300 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
8301 control/system/Makefile.in, elfun/Makefile.in, | |
8302 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
8303 io/Makefile.in, linear-algebra/Makefile.in, | |
8304 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
8305 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
8306 specfun/Makefile.in, special-matrix/Makefile.in, | |
8307 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
8308 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
8309 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
8310 deprecated/Makefile.in: Use new do-script-install and | |
8311 do-script-uninstall macros. | |
8312 | |
8313 * mkpkgadd: New script. | |
8314 | |
8315 * plot/close.m: New file. | |
8316 | |
4184 | 8317 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8318 | |
8319 * image/image.m: Use -raw option for xv. | |
8320 From Remy Bruno <remy.bruno@libertysurf.fr> | |
8321 | |
4172 | 8322 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8323 | |
4174 | 8324 * control/base/lsim.m: Use approximate test for step size change. |
8325 | |
4172 | 8326 * signal/bartlett.m: Avoid row/column mismatch error. |
8327 | |
5095 | 8328 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 8329 |
8330 * statistics/base/var.m: Use better formula for improved accuracy. | |
8331 | |
5095 | 8332 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 8333 |
8334 * control/base/lsim.m: Correct doc string. | |
8335 | |
5095 | 8336 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 8337 |
8338 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
8339 | |
4148 | 8340 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8341 | |
8342 * plot/contour.m: Handle x and y as matrices too. | |
8343 | |
5095 | 8344 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 8345 |
8346 * plot/contour.m: Fix error and usage messages. | |
8347 | |
4146 | 8348 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8349 | |
8350 * plot/contour.m: Correct orientation of plot. | |
8351 | |
4139 | 8352 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
8353 | |
8354 * control/base/analdemo.m: Fix typo. | |
8355 | |
5095 | 8356 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 8357 |
8358 * statistics/distributions/discrete_pdf.m: Fix typo. | |
8359 | |
4098 | 8360 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8361 | |
8362 * mkdoc: Exit immediately on errors. | |
8363 Exit with error if gethelp does not exist. | |
8364 | |
8365 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
8366 | |
4093 | 8367 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8368 | |
8369 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
8370 | |
5095 | 8371 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 8372 |
8373 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
8374 * statistics/distributions/normal_pdf.m: Likewise. | |
8375 * statistics/distributions/normal_inv.m: Likewise. | |
8376 | |
5095 | 8377 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 8378 |
8379 * specfun/erfinv.m: Return NaN for NaN inputs. | |
8380 | |
5095 | 8381 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 8382 |
8383 * statistics/base/var.m: Handle complex values. | |
8384 | |
4031 | 8385 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8386 | |
8387 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
8388 list. | |
8389 * deprecated/Makefile.in: New file. | |
8390 | |
5095 | 8391 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 8392 |
8393 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
8394 * statistics/distributions/binomial_cdf.m: Likewise. | |
8395 * statistics/distributions/f_cdf.m: Likewise. | |
8396 * statistics/distributions/t_cdf.m: Likewise. | |
8397 | |
8398 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
8399 * specfun/beta.m: Likewise. | |
8400 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
8401 * statistics/distributions/gamma_pdf.m: Likewise. | |
8402 * statistics/distributions/poisson_pdf.m: Likewise. | |
8403 | |
8404 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
8405 * statistics/distributions/poisson_cdf.m: Likewise. | |
8406 | |
4026 | 8407 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8408 | |
4028 | 8409 * deprecated/is_bool.m: New file. |
8410 * deprecated/is_complex.m: New file. | |
8411 * deprecated/is_global.m: New file. | |
8412 * deprecated/is_list.m: New file. | |
8413 * deprecated/is_matrix.m: New file. | |
8414 * deprecated/is_scalar.m: New file. | |
8415 * deprecated/is_square.m: New file. | |
8416 * deprecated/is_stream.m: New file. | |
8417 * deprecated/is_struct.m: New file. | |
8418 * deprecated/is_symmetric.m: New file. | |
8419 * deprecated/is_vector.m: New file. | |
4030 | 8420 * Change all callers of these functions to use the new names. |
4028 | 8421 |
4029 | 8422 * deprecated: New directory. |
8423 * Makefile.in (SUBDIRS): Add it to the list. | |
8424 | |
4026 | 8425 * general/isscalar.m: Rename from is_scalar.m. |
8426 * general/issquare.m: Rename from is_square.m. | |
8427 * general/issymmetric.m: Rename from is_symmetric.m. | |
8428 * general/isvector.m: Rename from is_vector.m. | |
8429 | |
4022 | 8430 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8431 | |
8432 * statistics/base/mean.m: Allow empty matrices. | |
8433 Handle DIM arg. | |
8434 | |
5095 | 8435 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 8436 |
8437 * plot/__errcomm__.m: If format is not specified, default to error | |
8438 bar format. | |
8439 | |
4011 | 8440 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8441 | |
8442 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
8443 __F_SETFL__ and __O_NONBLOCK__. | |
8444 | |
8445 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
8446 * miscellaneous/bug_report.m: Likewise. | |
8447 | |
4007 | 8448 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8449 | |
4008 | 8450 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
8451 * general/rem.m: Likewise. | |
8452 | |
8453 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
8454 * plot/semilogxerr.m: Likewise. | |
4007 | 8455 * plot/semilogyerr.m: Likewise. |
8456 | |
5095 | 8457 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 8458 |
8459 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
8460 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
8461 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
8462 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
8463 | |
8464 * plot/errorbar.m: Use __errcomm__.m. | |
8465 * plot/__errplot__.m: Minor cleanups. | |
8466 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
8467 * plot/__pltopt1__.m: Likewise. | |
8468 | |
3980 | 8469 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8470 | |
3981 | 8471 * general/rem.m: Delete redundant call to usage. |
8472 | |
3980 | 8473 * general/mod.m: Additional error checks, Texinfoize doc string. |
8474 | |
5095 | 8475 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 8476 |
8477 * general/mod.m: New function. | |
8478 | |
3979 | 8479 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8480 | |
8481 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
8482 * control/system/sysadd.m: Likewise. | |
8483 * control/system/sysgroup.m: Likewise. | |
8484 * control/system/syssub.m: Likewise. | |
8485 * elfun/gcd.m: Likewise. | |
8486 * elfun/lcm.m: Likewise. | |
8487 * general/common_size.m: Likewise. | |
8488 * io/printf.m: Likewise. | |
8489 * miscellaneous/menu.m: Likewise. | |
8490 * miscellaneous/path.m: Likewise. | |
8491 * plot/__errplot__.m: Likewise. | |
8492 * plot/__plt__.m: Likewise. | |
8493 * plot/axis.m: Likewise. | |
8494 * plot/errorbar.m: Likewise. | |
8495 * plot/mplot.m: Likewise. | |
8496 * plot/loglog.m: Likewise. | |
8497 * plot/plot.m: Likewise. | |
8498 * plot/plot_border.m: Likewise. | |
8499 * plot/semilogx.m: Likewise. | |
8500 * plot/semilogy.m: Likewise. | |
8501 * plot/xlabel.m: Likewise. | |
8502 * plot/ylabel.m: Likewise. | |
8503 * plot/zlabel.m: Likewise. | |
8504 * statistics/base/ppplot.m: Likewise. | |
8505 * statistics/base/qqplot.m: Likewise. | |
8506 * statistics/tests/bartlett_test.m: Likewise. | |
8507 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
8508 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
8509 * strings/str2mat.m: Likewise. | |
8510 * strings/strcat.m: Likewise. | |
8511 | |
5095 | 8512 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 8513 |
8514 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
8515 | |
3924 | 8516 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8517 | |
8518 * skip-autoheader: New file, for autogen.sh. | |
3925 | 8519 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 8520 |
5095 | 8521 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 8522 |
8523 * general/repmat.m: New function. | |
8524 | |
5095 | 8525 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 8526 |
8527 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
8528 Use optional parameter to specify the number of bits in the input. | |
8529 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
8530 floats in the range [-1,1], 2x speedup. | |
8531 | |
8532 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
8533 | |
3910 | 8534 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8535 | |
8536 * linear-algebra/kron.m: Delete. | |
8537 | |
5095 | 8538 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 8539 |
8540 * signal/freqz.m: If nargout is zero, plot results instead of | |
8541 returning them. | |
8542 * signal/freqz_plot.m: New file. | |
8543 | |
5095 | 8544 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 8545 |
5378 | 8546 * signal/unwrap.m: New file. |
3906 | 8547 |
5095 | 8548 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 8549 |
8550 * image/rgb2hsv.m: Faster, more accurate, remove the | |
8551 divide by zero warning. | |
8552 | |
5095 | 8553 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 8554 |
3894 | 8555 * strings/deblank.m: Trim \0 as well as blank. |
8556 | |
5378 | 8557 * freqz.m: Evaluate a specific range of frequencies |
3893 | 8558 expressed in radians or Hz relative to a supplied sample rate. |
8559 | |
5095 | 8560 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 8561 |
8562 * signal/fftfilt.m: Filter columns if called with a matrix. | |
8563 | |
3891 | 8564 * strings/findstr.m: Vectorize as much as possible. |
8565 | |
5095 | 8566 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 8567 |
8568 * special-matrix/invhilb.m: New version that is faster and more | |
8569 accurate. | |
8570 | |
5095 | 8571 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 8572 |
8573 * configure.in: Update for autoconf 2.5x. | |
8574 | |
5095 | 8575 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 8576 |
8577 * special-matrix/vander.m: Code tidy and vectorize. | |
8578 | |
5095 | 8579 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 8580 |
3883 | 8581 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
8582 to vectors. Issue a warning in the case x matches y' but return a | |
8583 column vector as Octave currently does. | |
8584 | |
3882 | 8585 * plot/contour.m: Set default number of levels for contour(x,y,z). |
8586 | |
8587 * control/system/starp.m: Leave more of the documentation | |
8588 processing to texinfo and less to the @format block. | |
8589 | |
8590 * image/imagesc.m: Only display image if no output is requested. | |
8591 Code tidying. | |
8592 | |
3876 | 8593 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8594 | |
8595 * statistics/base/center.m: Accept and return empty matrix. | |
8596 | |
3872 | 8597 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8598 | |
8599 * specfun/erfinv.m: Fix usage message. | |
8600 | |
3869 | 8601 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8602 | |
8603 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
8604 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
8605 | |
3837 | 8606 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8607 | |
8608 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
8609 capitalized variable names. | |
8610 | |
3836 | 8611 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
8612 | |
8613 * m/image/saveimage.m: fix saving an image to Postscript format. | |
8614 | |
5095 | 8615 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 8616 |
8617 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
8618 | |
3803 | 8619 2001-02-28 Kai Habel <kai.habel@gmx.de> |
8620 | |
3833 | 8621 * general/cart2pol.m: New file. |
8622 * general/pol2cart.m: New file. | |
8623 * general/cart2sph.m: New file. | |
8624 * general/sph2cart.m: New file. | |
8625 * image/rgb2hsv.m: New file. | |
8626 * image/hsv2rgb.m: New file. | |
3803 | 8627 |
8628 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
8629 | |
8630 * plot/meshgrid.m: Avoid for loops. | |
8631 * plot/meshdom.m: Likewise. | |
8632 | |
3801 | 8633 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8634 | |
8635 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
8636 | |
8637 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
8638 | |
8639 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
8640 norm. | |
8641 | |
3792 | 8642 2001-02-09 David Livings <david.livings@asa.co.uk> |
8643 | |
8644 * statistics/tests/welch_test.m: Fix typo. | |
8645 | |
8646 * statistics/distributions/chisquare_cdf.m: | |
8647 Don't restrict inputs to be only positive integers. | |
8648 * statistics/distributions/chisquare_inv.m: Likewise. | |
8649 * statistics/distributions/chisquare_pdf.m: Likewise. | |
8650 * statistics/distributions/chisquare_rnd.m: Likewise. | |
8651 * statistics/distributions/f_cdf.m: Likewise. | |
8652 * statistics/distributions/f_inv.m: Likewise. | |
8653 * statistics/distributions/f_pdf.m: Likewise. | |
8654 * statistics/distributions/f_rnd.m: Likewise. | |
8655 * statistics/distributions/t_cdf.m: Likewise. | |
8656 * statistics/distributions/t_inv.m: Likewise. | |
8657 * statistics/distributions/t_pdf.m: Likewise. | |
8658 * statistics/distributions/t_rnd.m: Likewise. | |
8659 | |
3790 | 8660 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8661 | |
8662 * strings/dec2base.m: New file. | |
8663 * strings/base2dec.m: New file. | |
8664 * strings/strjust.m: New file. | |
8665 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
8666 * strings/dec2bin.m: Likewise. | |
8667 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
8668 * strings/bin2dec.m: Likewise. | |
8669 | |
5095 | 8670 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 8671 |
8672 * statistics/base/ppplot.m: Use gset, not set. | |
8673 * statistics/base/qqplot.m: Likewise. | |
8674 | |
5095 | 8675 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 8676 |
8677 * control/system/c2d.m: Add missing endif. | |
8678 | |
3759 | 8679 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8680 | |
8681 * strings/index.m: Return 0 if either string is empty. | |
8682 | |
8683 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
8684 | |
8685 * control/system/c2d.m: Allow option of matched pole/zero | |
8686 equivalent for conversion. | |
8687 | |
8688 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
8689 | |
8690 * strings/findstr.m: Return empty matrix if search string is empty. | |
8691 | |
3757 | 8692 2000-12-15 Kai Habel <kai.habel@gmx.de> |
8693 | |
8694 * saveimage.m: Do create rawbit image for black and white images, | |
8695 but do it correctly. | |
8696 | |
3754 | 8697 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8698 | |
6778 | 8699 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
8700 result polynomials. | |
3754 | 8701 |
3748 | 8702 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8703 | |
8704 * image/saveimage.m: Don't try to create rawbit image. | |
8705 | |
3740 | 8706 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8707 | |
8708 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
8709 | |
5095 | 8710 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 8711 |
8712 * plot/contour.m: Reorder args for Matlab compatibility. | |
8713 | |
3727 | 8714 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
8715 | |
8716 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
8717 | |
3717 | 8718 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8719 | |
3718 | 8720 * plot/errorbar.m, plot/__errplot__.m: New functions. |
8721 | |
3717 | 8722 * plot/mesh.m: Also set nologscale before plotting. |
8723 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
8724 xyerrorbars instead of just errorbars. | |
8725 | |
3714 | 8726 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
8727 | |
8728 * image/image.m: Try display (from ImageMagick) first. | |
8729 | |
3709 | 8730 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
8731 | |
8732 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
8733 conjugate transpose. | |
8734 | |
3705 | 8735 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8736 | |
8737 * strings/str2mat.m: Apply setstr to each argument. | |
8738 | |
3696 | 8739 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
8740 | |
8741 * control/base/dkalman.m: New file. | |
8742 * control/base/dlqe.m: Handle singular A matrix. | |
8743 * control/base/dlqr.m: Likewise. | |
8744 | |
3695 | 8745 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8746 | |
8747 * strings/strcmp.m: Return 0 instead of an error if row and column | |
8748 dimensions don't match. | |
8749 | |
3690 | 8750 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
8751 | |
8752 * plot/hist.m: Allow 3 argument form to work. | |
8753 | |
5095 | 8754 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 8755 |
8756 * plot/plot.m: Add examples in doc string. | |
8757 | |
5095 | 8758 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 8759 |
8760 * control/base/__stepimp__.m: Reset multiplot state when done. | |
8761 Do the right thing even if automatic_replot is not zero. | |
8762 Avoid failure if system has pure imaginary poles. | |
8763 | |
3674 | 8764 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8765 | |
8766 * general/logical.m: Return arg if it is empty. Better error | |
8767 message for non-numeric types. | |
8768 | |
5095 | 8769 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 8770 |
8771 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
8772 about difference with Matlab dlqe function. | |
8773 | |
8774 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
8775 | |
5095 | 8776 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 8777 |
8778 * strings/strrep.m: Fix typo. | |
8779 | |
3666 | 8780 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8781 | |
8782 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
8783 | |
5095 | 8784 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 8785 |
8786 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 8787 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 8788 |
5095 | 8789 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 8790 |
8791 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
8792 guess for iteration. | |
8793 | |
3651 | 8794 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8795 | |
8796 * image/image.m: Allow image (A) or image (x, y, A). | |
8797 * image/imagesc.m: Likewise. | |
8798 | |
8799 * image/image.m: If zoom is not supplied, or if it is an empty | |
8800 matrix, autoscale the image. | |
8801 | |
3618 | 8802 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8803 | |
3619 | 8804 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
8805 Undo string escapes in text twice(!) before sending to gnuplot. | |
8806 | |
3618 | 8807 * image/saveimage.m: Add comment to file saying who created it and |
8808 when it was created. Suggested by Stephen Eglen | |
8809 <stephen@cogsci.ed.ac.uk>. | |
8810 | |
5095 | 8811 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 8812 |
8813 * polynomial/polyreduce.m: Simplify by looking for the first | |
8814 non-zero element rather than the last of the first set of zero | |
8815 elements. | |
8816 | |
8817 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
8818 | |
5095 | 8819 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 8820 |
8821 * image/saveimage.m: Swap black and white colormaps so zero is | |
8822 displayed as black and 1 is displayed as white. | |
8823 Fix indexing bug in ppm case. | |
8824 | |
3604 | 8825 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
8826 | |
8827 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
8828 between the two distributions (took same approach as ks.test() in R.) | |
8829 | |
3603 | 8830 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8831 | |
8832 * control/base/bode.m: Temporarily disable automatic_replot. | |
8833 | |
3599 | 8834 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8835 | |
3601 | 8836 * Makefile.in (clean): Also remove gethelp. |
8837 | |
3599 | 8838 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
8839 | |
5095 | 8840 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 8841 |
8842 * set/create_set.m: Use find to avoid while loop. | |
8843 | |
5095 | 8844 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 8845 |
8846 * plot/hist.m: New optional third argument. | |
8847 | |
8848 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8849 | |
8850 * miscellaneous/bug_report.m: Use octave-bug script with version | |
8851 number appended. | |
8852 | |
3575 | 8853 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8854 | |
8855 * gethelp.cc: Sprinkle with std:: qualifier. | |
8856 | |
3498 | 8857 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8858 | |
8859 * image/saveimage.m: Delete some debugging code. | |
8860 | |
3486 | 8861 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
8862 | |
8863 * signal/sinc.m: Avoid reshaping. | |
8864 | |
8865 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
8866 * image/ind2rgb.m: Ditto. | |
8867 * image/ind2gray.m: Ditto. | |
8868 * general/reshape.m: Ditto. Also no longer needs to reset | |
8869 implicit_str_to_num_ok. | |
8870 | |
3483 | 8871 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
8872 | |
8873 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
8874 a list of file structures, not a vector of numeric file ids. | |
8875 | |
3474 | 8876 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8877 | |
3476 | 8878 * plot/__axis_label__.m: New function. |
8879 Undo string escapes in text twice(!) before sending to gnuplot. | |
8880 * plot/xlabel.m: Use it. | |
8881 * plot/ylabel.m: Ditto. | |
8882 * plot/zlabel.m: Ditto. | |
8883 | |
3474 | 8884 * plot/mesh.m: Fix error message to reflect reality. |
8885 | |
5095 | 8886 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 8887 |
8888 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
8889 | |
5095 | 8890 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 8891 |
8892 * audio/saveaudio.m: Also accept files with .ul extension. | |
8893 * audio/loadaudio.m: Ditto. | |
8894 * audio/playaudio.m: Ditto. | |
8895 | |
3456 | 8896 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8897 | |
8898 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
8899 * statistics/distributions/beta_inv.m: Ditto. | |
8900 * statistics/distributions/beta_pdf.m: Ditto. | |
8901 * statistics/distributions/beta_rnd.m: Ditto. | |
8902 * statistics/distributions/binomial_cdf.m: Ditto. | |
8903 * statistics/distributions/binomial_inv.m: Ditto. | |
8904 * statistics/distributions/binomial_pdf.m: Ditto. | |
8905 * statistics/distributions/binomial_rnd.m: Ditto. | |
8906 * statistics/distributions/cauchy_cdf.m: Ditto. | |
8907 * statistics/distributions/cauchy_inv.m: Ditto. | |
8908 * statistics/distributions/cauchy_pdf.m: Ditto. | |
8909 * statistics/distributions/cauchy_rnd.m: Ditto. | |
8910 * statistics/distributions/chisquare_cdf.m: Ditto. | |
8911 * statistics/distributions/chisquare_inv.m: Ditto. | |
8912 * statistics/distributions/chisquare_pdf.m: Ditto. | |
8913 * statistics/distributions/chisquare_rnd.m: Ditto. | |
8914 * statistics/distributions/discrete_cdf.m: Ditto. | |
8915 * statistics/distributions/discrete_inv.m: Ditto. | |
8916 * statistics/distributions/discrete_pdf.m: Ditto. | |
8917 * statistics/distributions/discrete_rnd.m: Ditto. | |
8918 * statistics/distributions/empirical_cdf.m: Ditto. | |
8919 * statistics/distributions/empirical_inv.m: Ditto. | |
8920 * statistics/distributions/empirical_pdf.m: Ditto. | |
8921 * statistics/distributions/empirical_rnd.m: Ditto. | |
8922 * statistics/distributions/exponential_cdf.m: Ditto. | |
8923 * statistics/distributions/exponential_inv.m: Ditto. | |
8924 * statistics/distributions/exponential_pdf.m: Ditto. | |
8925 * statistics/distributions/exponential_rnd.m: Ditto. | |
8926 * statistics/distributions/f_cdf.m: Ditto. | |
8927 * statistics/distributions/f_inv.m: Ditto. | |
8928 * statistics/distributions/f_pdf.m: Ditto. | |
8929 * statistics/distributions/f_rnd.m: Ditto. | |
8930 * statistics/distributions/gamma_cdf.m: Ditto. | |
8931 * statistics/distributions/gamma_inv.m: Ditto. | |
8932 * statistics/distributions/gamma_pdf.m: Ditto. | |
8933 * statistics/distributions/gamma_rnd.m: Ditto. | |
8934 * statistics/distributions/geometric_cdf.m: Ditto. | |
8935 * statistics/distributions/geometric_inv.m: Ditto. | |
8936 * statistics/distributions/geometric_pdf.m: Ditto. | |
8937 * statistics/distributions/geometric_rnd.m: Ditto. | |
8938 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
8939 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
8940 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
8941 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
8942 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
8943 * statistics/distributions/laplace_cdf.m: Ditto. | |
8944 * statistics/distributions/laplace_inv.m: Ditto. | |
8945 * statistics/distributions/laplace_pdf.m: Ditto. | |
8946 * statistics/distributions/laplace_rnd.m: Ditto. | |
8947 * statistics/distributions/logistic_cdf.m: Ditto. | |
8948 * statistics/distributions/logistic_inv.m: Ditto. | |
8949 * statistics/distributions/logistic_pdf.m: Ditto. | |
8950 * statistics/distributions/logistic_rnd.m: Ditto. | |
8951 * statistics/distributions/lognormal_cdf.m: Ditto. | |
8952 * statistics/distributions/lognormal_inv.m: Ditto. | |
8953 * statistics/distributions/lognormal_pdf.m: Ditto. | |
8954 * statistics/distributions/lognormal_rnd.m: Ditto. | |
8955 * statistics/distributions/normal_cdf.m: Ditto. | |
8956 * statistics/distributions/normal_inv.m: Ditto. | |
8957 * statistics/distributions/normal_pdf.m: Ditto. | |
8958 * statistics/distributions/normal_rnd.m: Ditto. | |
8959 * statistics/distributions/pascal_cdf.m: Ditto. | |
8960 * statistics/distributions/pascal_inv.m: Ditto. | |
8961 * statistics/distributions/pascal_pdf.m: Ditto. | |
8962 * statistics/distributions/pascal_rnd.m: Ditto. | |
8963 * statistics/distributions/poisson_cdf.m: Ditto. | |
8964 * statistics/distributions/poisson_inv.m: Ditto. | |
8965 * statistics/distributions/poisson_pdf.m: Ditto. | |
8966 * statistics/distributions/poisson_rnd.m: Ditto. | |
8967 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
8968 * statistics/distributions/stdnormal_inv.m: Ditto. | |
8969 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
8970 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
8971 * statistics/distributions/t_cdf.m: Ditto. | |
8972 * statistics/distributions/t_inv.m: Ditto. | |
8973 * statistics/distributions/t_pdf.m: Ditto. | |
8974 * statistics/distributions/t_rnd.m: Ditto. | |
8975 * statistics/distributions/uniform_cdf.m: Ditto. | |
8976 * statistics/distributions/uniform_inv.m: Ditto. | |
8977 * statistics/distributions/uniform_pdf.m: Ditto. | |
8978 * statistics/distributions/uniform_rnd.m: Ditto. | |
8979 * statistics/distributions/weibull_cdf.m: Ditto. | |
8980 * statistics/distributions/weibull_inv.m: Ditto. | |
8981 * statistics/distributions/weibull_pdf.m: Ditto. | |
8982 * statistics/distributions/weibull_rnd.m: Ditto. | |
8983 * statistics/distributions/wiener_rnd.m: Ditto. | |
8984 | |
3453 | 8985 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8986 | |
8987 * statistics/base/values.m: Texinfoize doc string. | |
8988 * statistics/base/var.m: Ditto. | |
8989 * statistics/base/table.m: Ditto. | |
8990 * statistics/base/studentize.m: Ditto. | |
8991 * statistics/base/statistics.m: Ditto. | |
8992 * statistics/base/spearman.m: Ditto. | |
8993 * statistics/base/run_count.m: Ditto. | |
8994 * statistics/base/ranks.m: Ditto. | |
8995 * statistics/base/range.m: Ditto. | |
8996 * statistics/base/qqplot.m: Ditto. | |
8997 * statistics/base/probit.m: Ditto. | |
8998 * statistics/base/ppplot.m: Ditto. | |
8999 * statistics/base/moment.m: Ditto. | |
9000 * statistics/base/meansq.m: Ditto. | |
9001 * statistics/base/logit.m: Ditto. | |
9002 * statistics/base/kendall.m: Ditto. | |
9003 * statistics/base/iqr.m: Ditto. | |
9004 * statistics/base/cut.m: Ditto. | |
9005 * statistics/base/cor.m: Ditto. | |
9006 * statistics/base/cloglog.m: Ditto. | |
9007 * statistics/base/center.m: Ditto. | |
3454 | 9008 * statistics/models/logistic_regression.m: Ditto. |
9009 * statistics/models/logistic_regression_derivative.m: Ditto. | |
9010 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
9011 * statistics/tests/anova.m: Ditto. | |
9012 * statistics/tests/bartlett_test.m: Ditto. | |
9013 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
9014 * statistics/tests/chisquare_test_independence.m: Ditto. | |
9015 * statistics/tests/cor_test.m: Ditto. | |
9016 * statistics/tests/f_test_regression.m: Ditto. | |
9017 * statistics/tests/hotelling_test.m: Ditto. | |
9018 * statistics/tests/hotelling_test_2.m: Ditto. | |
9019 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
9020 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
9021 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
9022 * statistics/tests/manova.m: Ditto. | |
9023 * statistics/tests/mcnemar_test.m: Ditto. | |
9024 * statistics/tests/prop_test_2.m: Ditto. | |
9025 * statistics/tests/run_test.m: Ditto. | |
9026 * statistics/tests/sign_test.m: Ditto. | |
9027 * statistics/tests/t_test.m: Ditto. | |
9028 * statistics/tests/t_test_2.m: Ditto. | |
9029 * statistics/tests/t_test_regression.m: Ditto. | |
9030 * statistics/tests/u_test.m: Ditto. | |
9031 * statistics/tests/var_test.m: Ditto. | |
9032 * statistics/tests/welch_test.m: Ditto. | |
9033 * statistics/tests/wilcoxon_test.m: Ditto. | |
9034 * statistics/tests/z_test.m: Ditto. | |
9035 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 9036 |
3446 | 9037 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9038 | |
9039 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 9040 * plot/__plr1__.m: Ditto. |
9041 * plot/__pltopt__.m: Ditto. | |
9042 * plot/__plt__.m: Ditto. | |
9043 * plot/__plt2vv__.m: Ditto. | |
9044 * plot/__plr2__.m: Ditto. | |
9045 * plot/__plr__.m: Ditto. | |
9046 * plot/__plt1__.m: Ditto. | |
9047 * plot/__plt2__.m: Ditto. | |
9048 * plot/__plt2mm__.m: Ditto. | |
9049 * plot/__plt2mv__.m: Ditto. | |
9050 * plot/__plt2ss__.m: Ditto. | |
9051 * miscellaneous/paren.m: Ditto. | |
9052 * miscellaneous/comma.m: Ditto. | |
9053 * miscellaneous/semicolon.m: Ditto. | |
9054 * miscellaneous/path.m: Ditto. | |
9055 * miscellaneous/list_primes.m: Ditto. | |
9056 * miscellaneous/flops.m: Ditto. | |
9057 * miscellaneous/dump_prefs.m: Ditto. | |
9058 * miscellaneous/bug_report.m: Ditto. | |
9059 * linear-algebra/dot.m: Ditto | |
9060 * linear-algebra/dmult.m: Ditto. | |
9061 * general/randperm.m: Ditto. | |
9062 * general/logical.m: Ditto. | |
9063 * general/is_duplicate_entry.m: Ditto. | |
9064 * signal/arch_fit.m: Ditto. | |
9065 * signal/arch_rnd.m: Ditto. | |
9066 * signal/arch_test.m: Ditto. | |
9067 * signal/arma_rnd.m: Ditto. | |
9068 * signal/autocor.m: Ditto. | |
9069 * signal/autocov.m: Ditto. | |
9070 * signal/autoreg_matrix.m: Ditto. | |
9071 * signal/bartlett.m: Ditto. | |
9072 * signal/blackman.m: Ditto. | |
9073 * signal/detrend.m: Ditto. | |
9074 * signal/diffpara.m: Ditto. | |
9075 * signal/durbinlevinson.m: Ditto. | |
9076 * signal/fftconv.m: Ditto. | |
9077 * signal/fftfilt.m: Ditto. | |
9078 * signal/fftshift.m: Ditto. | |
9079 * signal/fractdiff.m: Ditto. | |
9080 * signal/freqz.m: Ditto. | |
9081 * signal/hamming.m: Ditto. | |
9082 * signal/hanning.m: Ditto. | |
9083 * signal/hurst.m: Ditto. | |
9084 * signal/periodogram.m: Ditto. | |
9085 * signal/rectangle_lw.m: Ditto. | |
9086 * signal/rectangle_sw.m: Ditto. | |
9087 * signal/sinc.m: Ditto. | |
9088 * signal/sinetone.m: Ditto. | |
9089 * signal/sinewave.m: Ditto. | |
9090 * signal/spectral_adf.m: Ditto. | |
9091 * signal/spectral_xdf.m: Ditto. | |
9092 * signal/spencer.m: Ditto. | |
9093 * signal/stft.m: Ditto. | |
9094 * signal/synthesis.m: Ditto. | |
9095 * signal/triangle_lw.m: Ditto. | |
9096 * signal/triangle_sw.m: Ditto. | |
9097 * signal/yulewalker.m: Ditto. | |
3450 | 9098 * control/util/strappend.m: Ditto. |
3451 | 9099 * control/base/nichols.m: Ditto. |
3452 | 9100 * control/system/is_signal_list.m: Ditto. |
9101 * control/system/listidx.m: Ditto. | |
9102 * control/system/sysgettsam.m: Ditto. | |
9103 * control/system/sysidx.m: Ditto. | |
3446 | 9104 |
3438 | 9105 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9106 | |
9107 * control/system/__abcddims__.m: Rename from | |
9108 control/system/abcddims.m, change all callers. | |
9109 * control/base/__bodquist__.m: Likewise. | |
9110 * control/base/__freqresp__.m: Likewise. | |
9111 * control/util/__outlist__.m: Likewise. | |
9112 * control/base/__stepimp__.m: Likewise. | |
9113 * control/system/__syschnamesl__.m: Likewise. | |
9114 * control/system/__syscont_disc__.m: Likewise. | |
9115 * control/system/__sysdefioname__.m: Likewise. | |
9116 * control/system/__sysdefstname__.m: Likewise. | |
9117 * control/system/__sysgroupn__.m: Likewise. | |
9118 * control/system/__tf2sysl__.m: Likewise. | |
9119 * control/util/__zgpbal__.m: Likewise. | |
9120 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 9121 |
9122 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 9123 * quaternion/qconj.m: Ditto. |
9124 * quaternion/qcoordinate_plot.m: Ditto. | |
9125 * quaternion/qderiv.m: Ditto. | |
9126 * quaternion/qderivmat.m: Ditto. | |
9127 * quaternion/qinv.m: Ditto. | |
9128 * quaternion/qmult.m: Ditto. | |
9129 * quaternion/qtrans.m: Ditto. | |
9130 * quaternion/qtransv.m: Ditto. | |
9131 * quaternion/qtransvmat.m: Ditto. | |
9132 * quaternion/quaternion.m: Ditto. | |
3438 | 9133 |
3436 | 9134 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9135 | |
9136 * control/base/Makefile.in: Ditto. | |
9137 * control/hinf/Makefile.in: New file. | |
9138 * control/marsyas/Makefile.in: Ditto. | |
9139 * control/obsolete/Makefile.in: Ditto. | |
9140 * control/system/Makefile.in: Ditto. | |
9141 * control/util/Makefile.in: Ditto. | |
9142 | |
9143 * strings/com2str.m: Move here from control directory. | |
9144 | |
9145 * control/base: New directory. | |
9146 * control/base/DEMOcontrol.m: Move here from control directory. | |
9147 * control/base/analdemo.m: Ditto. | |
9148 * control/base/are.m: Ditto. | |
9149 * control/base/bddemo.m: Ditto. | |
9150 * control/base/bode.m: Ditto. | |
9151 * control/base/bode_bounds.m: Ditto. | |
9152 * control/base/bodquist.m: Ditto. | |
9153 * control/base/controldemo.m: Ditto. | |
9154 * control/base/ctrb.m: Ditto. | |
9155 * control/base/damp.m: Ditto. | |
9156 * control/base/dare.m: Ditto. | |
9157 * control/base/dcgain.m: Ditto. | |
9158 * control/base/dgram.m: Ditto. | |
9159 * control/base/dlqe.m: Ditto. | |
9160 * control/base/dlqr.m: Ditto. | |
9161 * control/base/dlyap.m: Ditto. | |
9162 * control/base/dre.m: Ditto. | |
9163 * control/base/frdemo.m: Ditto. | |
9164 * control/base/freqchkw.m: Ditto. | |
9165 * control/base/freqresp.m: Ditto. | |
9166 * control/base/gram.m: Ditto. | |
9167 * control/base/impulse.m: Ditto. | |
9168 * control/base/lqe.m: Ditto. | |
9169 * control/base/lqg.m: Ditto. | |
9170 * control/base/lqr.m: Ditto. | |
9171 * control/base/lsim.m: Ditto. | |
9172 * control/base/ltifr.m: Ditto. | |
9173 * control/base/lyap.m: Ditto. | |
9174 * control/base/nichols.m: Ditto. | |
9175 * control/base/nyquist.m: Ditto. | |
9176 * control/base/obsv.m: Ditto. | |
9177 * control/base/place.m: Ditto. | |
9178 * control/base/pzmap.m: Ditto. | |
9179 * control/base/rldemo.m: Ditto. | |
9180 * control/base/rlocus.m: Ditto. | |
9181 * control/base/step.m: Ditto. | |
9182 * control/base/stepimp.m: Ditto. | |
9183 * control/base/tzero.m: Ditto. | |
9184 * control/base/tzero2.m: Ditto. | |
9185 | |
9186 * control/hinf: New directory. | |
9187 * control/hinf/dhinfdemo.m: Move here from control directory. | |
9188 * control/hinf/h2norm.m: Ditto. | |
9189 * control/hinf/h2syn.m: Ditto. | |
9190 * control/hinf/hinf_ctr.m: Ditto. | |
9191 * control/hinf/hinfdemo.m: Ditto. | |
9192 * control/hinf/hinfnorm.m: Ditto. | |
9193 * control/hinf/hinfsyn.m: Ditto. | |
9194 * control/hinf/hinfsyn_chk.m: Ditto. | |
9195 * control/hinf/hinfsyn_ric.m: Ditto. | |
9196 * control/hinf/wgt1o.m: Ditto. | |
3441 | 9197 * control/hinf/dgkfdemo.m: Ditto. |
9198 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 9199 |
9200 * control/marsyas: New directory. | |
9201 * control/marsyas/demomarsyas.m: Move here from control directory. | |
9202 * control/marsyas/susball.m: Ditto. | |
9203 | |
9204 * control/obsolete/dezero.m: Move here from control directory. | |
9205 * control/obsolete/rotg.m: Ditto. | |
9206 | |
9207 * control/system: New directory. | |
9208 * control/system/abcddim.m: Move here from control directory. | |
9209 * control/system/abcddims.m: Ditto. | |
9210 * control/system/buildssic.m: Ditto. | |
9211 * control/system/c2d.m: Ditto. | |
9212 * control/system/d2c.m: Ditto. | |
9213 * control/system/dmr2d.m: Ditto. | |
9214 * control/system/fir2sys.m: Ditto. | |
9215 * control/system/is_abcd.m: Ditto. | |
9216 * control/system/is_digital.m: Ditto. | |
9217 * control/system/is_sample.m: Ditto. | |
9218 * control/system/is_signal_list.m: Ditto. | |
9219 * control/system/is_siso.m: Ditto. | |
3441 | 9220 * control/system/is_controllable.m: Ditto. |
9221 * control/system/is_detectable.m: Ditto. | |
9222 * control/system/is_observable.m: Ditto. | |
9223 * control/system/is_stabilizable.m: Ditto. | |
9224 * control/system/is_stable.m: Ditto. | |
3436 | 9225 * control/system/jet707.m: Ditto. |
9226 * control/system/listidx.m: Ditto. | |
9227 * control/system/moddemo.m: Ditto. | |
9228 * control/system/ord2.m: Ditto. | |
9229 * control/system/packedform.m: Ditto. | |
9230 * control/system/parallel.m: Ditto. | |
9231 * control/system/ss2sys.m: Ditto. | |
9232 * control/system/ss2tf.m: Ditto. | |
9233 * control/system/ss2zp.m: Ditto. | |
9234 * control/system/starp.m: Ditto. | |
9235 * control/system/sys2fir.m: Ditto. | |
9236 * control/system/sys2ss.m: Ditto. | |
9237 * control/system/sys2tf.m: Ditto. | |
9238 * control/system/sys2zp.m: Ditto. | |
9239 * control/system/sysadd.m: Ditto. | |
9240 * control/system/sysappend.m: Ditto. | |
9241 * control/system/syschnamesl.m: Ditto. | |
9242 * control/system/syschtsam.m: Ditto. | |
9243 * control/system/sysconnect.m: Ditto. | |
9244 * control/system/syscont.m: Ditto. | |
9245 * control/system/syscont_disc.m: Ditto. | |
9246 * control/system/sysdefioname.m: Ditto. | |
9247 * control/system/sysdefstname.m: Ditto. | |
9248 * control/system/sysdimensions.m: Ditto. | |
9249 * control/system/sysdisc.m: Ditto. | |
9250 * control/system/sysdup.m: Ditto. | |
9251 * control/system/sysgetsignals.m: Ditto. | |
9252 * control/system/sysgettsam.m: Ditto. | |
9253 * control/system/sysgettype.m: Ditto. | |
9254 * control/system/sysgroup.m: Ditto. | |
9255 * control/system/sysgroupn.m: Ditto. | |
9256 * control/system/sysidx.m: Ditto. | |
9257 * control/system/sysmin.m: Ditto. | |
9258 * control/system/sysmult.m: Ditto. | |
9259 * control/system/sysout.m: Ditto. | |
9260 * control/system/sysprune.m: Ditto. | |
9261 * control/system/sysreorder.m: Ditto. | |
9262 * control/system/sysrepdemo.m: Ditto. | |
9263 * control/system/sysscale.m: Ditto. | |
9264 * control/system/syssetsignals.m: Ditto. | |
9265 * control/system/syssub.m: Ditto. | |
9266 * control/system/sysupdate.m: Ditto. | |
9267 * control/system/tf2ss.m: Ditto. | |
9268 * control/system/tf2sys.m: Ditto. | |
9269 * control/system/tf2sysl.m: Ditto. | |
9270 * control/system/tf2zp.m: Ditto. | |
9271 * control/system/tfout.m: Ditto. | |
9272 * control/system/ugain.m: Ditto. | |
9273 * control/system/zp2ss.m: Ditto. | |
9274 * control/system/zp2ssg2.m: Ditto. | |
9275 * control/system/zp2sys.m: Ditto. | |
9276 * control/system/zp2tf.m: Ditto. | |
9277 * control/system/zpout.m: Ditto. | |
9278 | |
9279 * control/util: New directory. | |
9280 * control/util/axis2dlim.m: Move here from control directory. | |
9281 * control/util/outlist.m: Ditto. | |
9282 * control/util/prompt.m: Ditto. | |
9283 * control/util/run_cmd.m: Ditto. | |
9284 * control/util/sortcom.m: Ditto. | |
9285 * control/util/strappend.m: Ditto. | |
9286 * control/util/swap.m: Ditto. | |
9287 * control/util/zgfmul.m: Ditto. | |
9288 * control/util/zgfslv.m: Ditto. | |
9289 * control/util/zginit.m: Ditto. | |
9290 * control/util/zgpbal.m: Ditto. | |
9291 * control/util/zgreduce.m: Ditto. | |
9292 * control/util/zgrownorm.m: Ditto. | |
9293 * control/util/zgscal.m: Ditto. | |
9294 * control/util/zgsgiv.m: Ditto. | |
9295 * control/util/zgshsr.m: Ditto. | |
9296 | |
3427 | 9297 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9298 | |
9299 * gethelp.cc (extract_help_text): Discard first space character | |
9300 after consecutive comment characters. | |
9301 | |
3422 | 9302 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
9303 | |
9304 * control/obsolete: New directory | |
9305 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 9306 * control/obsolete/swapcols.m: Ditto. |
9307 * control/obsolete/dlqg.m: Ditto. | |
9308 * control/obsolete/minfo.m: Ditto. | |
9309 * control/obsolete/packsys.m: Ditto. | |
9310 * control/obsolete/qzval.m: Ditto. | |
9311 * control/obsolete/unpacksys.m: Ditto. | |
9312 * control/obsolete/series.m: Ditto. | |
9313 * control/obsolete/syschnames.m: Ditto. | |
9314 * polynomial/polyout.m: Ditto. | |
3422 | 9315 |
3420 | 9316 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9317 | |
9318 * general/fliplr.m: Eliminate useless copy of arg. | |
9319 * general/flipud.m: Ditto. | |
9320 | |
3418 | 9321 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9322 | |
9323 * linear-algebra/cross.m: Only return a row vector if both args | |
9324 are row vectors. | |
9325 * polynomial/polyfit.m: Likewise. | |
9326 | |
9327 * signal/autocov.m: Don't reset prefer_column_vectors. | |
9328 | |
9329 * statistics/distributions/discrete_rnd.m: | |
9330 Always generate a row vector. | |
9331 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
9332 | |
5095 | 9333 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 9334 |
9335 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
9336 | |
9337 * audio/setaudio.m: Texinfoize doc string. | |
9338 * control/com2str.m: Likewise. | |
9339 * control/controldemo.m: Likewise. | |
9340 * control/DEMOcontrol.m: Likewise. | |
9341 * control/dezero.m: Likewise. | |
9342 * control/dre.m: Likewise. | |
9343 * control/hinfsyn_ric.m: Likewise. | |
9344 | |
5095 | 9345 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 9346 |
9347 * io/printf.m: Add @seealso{...} to doc string. | |
9348 * io/puts.m: Likewise. | |
9349 * plot/semilogx.m: Likewise. | |
9350 * plot/semilogy.m: Likewise. | |
9351 * plot/__pltopt__.m: Likewise. | |
9352 * plot/bar.m: Likewise. | |
9353 * plot/xlabel.m: Likewise. | |
9354 * plot/grid.m: Likewise. | |
9355 * plot/shg.m: Likewise. | |
9356 * plot/title.m: Likewise. | |
9357 * plot/mesh.m: Likewise. | |
9358 * plot/__pltopt1__.m: Likewise. | |
9359 * plot/contour.m: Likewise. | |
9360 * plot/hist.m: Likewise. | |
9361 * plot/stairs.m: Likewise. | |
9362 * plot/meshgrid.m: Likewise. | |
9363 * plot/polar.m: Likewise. | |
9364 * plot/loglog.m: Likewise. | |
9365 * plot/plot.m: Likewise. | |
9366 * miscellaneous/semicolon.m: Likewise. | |
9367 * miscellaneous/menu.m: Likewise. | |
9368 * miscellaneous/etime.m: Likewise. | |
9369 * miscellaneous/texas_lotto.m: Likewise. | |
9370 * miscellaneous/comma.m: Likewise. | |
9371 * audio/lin2mu.m: Likewise. | |
9372 * audio/playaudio.m: Likewise. | |
9373 * audio/loadaudio.m: Likewise. | |
9374 * audio/saveaudio.m: Likewise. | |
9375 * audio/mu2lin.m: Likewise. | |
9376 * audio/record.m: Likewise. | |
9377 * strings/isletter.m: Likewise. | |
9378 * strings/lower.m: Likewise. | |
9379 * strings/lower.m: Likewise. | |
9380 * strings/upper.m: Likewise. | |
9381 * specfun/erfinv.m: Likewise. | |
9382 * specfun/gammai.m: Likewise. | |
9383 * specfun/log2.m: Likewise. | |
9384 * specfun/pow2.m: Likewise. | |
9385 * elfun/gcd.m: Likewise. | |
9386 * elfun/lcm.m: Likewise. | |
9387 * special-matrix/vander.m: Likewise. | |
9388 * special-matrix/sylvester_matrix.m: Likewise. | |
9389 * special-matrix/hilb.m: Likewise. | |
9390 * special-matrix/hankel.m: Likewise. | |
9391 * special-matrix/toeplitz.m: Likewise. | |
9392 * special-matrix/invhilb.m: Likewise. | |
9393 * statistics/base/std.m: Likewise. | |
9394 * statistics/base/median.m: Likewise. | |
9395 * linear-algebra/cond.m: Likewise. | |
9396 * linear-algebra/norm.m: Likewise. | |
9397 * finance/nper.m: Likewise. | |
9398 * finance/pmt.m: Likewise. | |
9399 * finance/pv.m: Likewise. | |
9400 * finance/rate.m: Likewise. | |
9401 * finance/npv.m: Likewise. | |
9402 * general/fliplr.m: Likewise. | |
9403 * general/flipud.m: Likewise. | |
9404 * general/is_scalar.m: Likewise. | |
9405 * general/rem.m: Likewise. | |
9406 * general/perror.m: Likewise. | |
9407 * general/tril.m: Likewise. | |
9408 * general/rot90.m: Likewise. | |
9409 * general/num2str.m: Likewise. | |
9410 * general/int2str.m: Likewise. | |
9411 * general/reshape.m: Likewise. | |
9412 * general/logspace.m: Likewise. | |
9413 * general/is_symmetric.m: Likewise. | |
9414 * general/is_vector.m: Likewise. | |
9415 * general/nextpow2.m: Likewise. | |
9416 * general/columns.m: Likewise. | |
9417 * general/is_square.m: Likewise. | |
9418 * general/rows.m: Likewise. | |
9419 * control/ugain.m: Likewise. | |
9420 * control/damp.m: Likewise. | |
9421 * control/dare.m: Likewise. | |
9422 * control/are.m: Likewise. | |
9423 * control/sys2fir.m: Likewise. | |
9424 * control/abcddim.m: Likewise. | |
9425 * control/is_abcd.m: Likewise. | |
9426 * control/step.m: Likewise. | |
9427 * control/is_observable.m: Likewise. | |
9428 * control/is_controllable.m: Likewise. | |
9429 * control/jet707.m: Likewise. | |
9430 * control/polyout.m: Likewise. | |
9431 * control/impulse.m: Likewise. | |
9432 * control/lqg.m: Likewise. | |
9433 * control/is_detectable.m: Likewise. | |
9434 * control/sysdimensions.m: Likewise. | |
9435 * control/sysupdate.m: Likewise. | |
9436 * control/stepimp.m: Likewise. | |
9437 * control/is_stable.m: Likewise. | |
9438 * control/tfout.m: Likewise. | |
9439 * control/zpout.m: Likewise. | |
9440 | |
3405 | 9441 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9442 | |
9443 * set/complement.m: Add @seealso{} stuff. | |
9444 * set/create_set.m: Likewise. | |
9445 * set/intersection.m: Likewise. | |
9446 * set/union.m: Likewise. | |
9447 | |
3399 | 9448 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9449 | |
3400 | 9450 * control/d2c.m: Use double quotes instead of single quotes for |
9451 string constants. | |
9452 * control/dgkfdemo.m: Likewise. | |
9453 * control/fir2sys.m: Likewise. | |
9454 * control/frdemo.m: Likewise. | |
9455 * control/moddemo.m: Likewise. | |
9456 * control/minfo.m: Likewise. | |
9457 * control/is_stabilizable.m: Likewise. | |
9458 * control/is_dgkf.m: Likewise. | |
9459 * control/polyout.m: Likewise. | |
9460 * control/sysconnect.m: Likewise. | |
9461 * control/sysrepdemo.m: Likewise. | |
9462 * control/tf2sys.m: Likewise. | |
9463 * control/tfout.m: Likewise. | |
9464 * control/zp2sys.m: Likewise. | |
9465 * control/zpout.m: Likewise. | |
9466 * control/tzero.m: Likewise. | |
9467 | |
9468 * control/DEMOcontrol.m: Handle moddemo case too. | |
9469 | |
9470 * image/loadimage.m: Use double quotes instead of single quotes | |
9471 for string constants. Use sprintf instead of square brackets to | |
9472 construct string. | |
9473 | |
3399 | 9474 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 9475 * control/fir2sys.m: Likewise. |
3399 | 9476 |
3390 | 9477 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9478 | |
9479 * mkdoc: Only delete spaces before @ characters at the beginning | |
9480 of a line. | |
9481 | |
3383 | 9482 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9483 | |
3388 | 9484 * control/bddemo.m: Make it more likely to work with any value of |
9485 whitespace_in_literal_matrix. | |
3386 | 9486 * control/analdemo.m: Ditto. |
9487 * control/dgkfdemo.m: Ditto. | |
9488 * control/frdemo.m: Ditto. | |
9489 * control/sysrepdemo.m: Ditto. | |
9490 * control/moddemo.m: Ditto. | |
3388 | 9491 * control/zp2ss.m: Ditto. |
3387 | 9492 * control/zp2tf.m: Ditto. |
3388 | 9493 * control/syssub.m: Ditto. |
9494 * finance/npv.m: Ditto. | |
9495 * statistics/base/studentize.m: Ditto. | |
9496 * statistics/base/values.m: Ditto. | |
9497 * statistics/distributions/exponential_cdf.m: Ditto. | |
9498 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 9499 |
3384 | 9500 * control/dezero.m: Use toascii to convert string to ASCII value |
9501 instead of multiplying it by 1. | |
9502 | |
3383 | 9503 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
9504 * control/zpout.m: Ditto. | |
9505 * control/tfout.m: Ditto. | |
9506 * control/tf2sys.m: Ditto. | |
9507 * control/syssub.m: Ditto. | |
9508 * control/syssetsignals.m: Ditto. | |
9509 * control/sysout.m: Ditto. | |
9510 * control/sysmult.m: Ditto. | |
9511 * control/sysgroup.m: Ditto. | |
9512 * control/sysdup.m: Ditto. | |
9513 * control/sysdisc.m: Ditto. | |
9514 * control/syscont.m: Ditto. | |
9515 * control/sysconnect.m: Ditto. | |
9516 * control/sysappend.m: Ditto. | |
9517 * control/sysadd.m: Ditto. | |
9518 * control/ss2sys.m: Ditto. | |
9519 * control/nyquist.m: Ditto. | |
9520 * control/lqg.m: Ditto. | |
9521 * control/fir2sys.m: Ditto. | |
9522 * control/dmr2d.m: Ditto. | |
9523 * control/dezero.m: Ditto. | |
9524 * control/d2c.m: Ditto. | |
9525 * control/c2d.m: Ditto. | |
9526 * control/bddemo.m: Ditto. | |
9527 * control/pzmap.m: Ditto. | |
9528 | |
5095 | 9529 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 9530 |
9531 * signal/spectral_adf.m: Fix typo. | |
9532 | |
3372 | 9533 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9534 | |
9535 * linear-algebra/cond.m: Texinfoize doc string. | |
9536 * linear-algebra/kron.m: Ditto. | |
9537 * linear-algebra/norm.m: Ditto. | |
9538 * linear-algebra/null.m: Ditto. | |
9539 * linear-algebra/orth.m: Ditto. | |
9540 * linear-algebra/rank.m: Ditto. | |
9541 * linear-algebra/trace.m: Ditto. | |
9542 * linear-algebra/qzhess.m: Ditto. | |
9543 * miscellaneous/menu.m: Ditto. | |
3373 | 9544 * general/perror.m: Ditto. |
9545 * general/strerror.m: Ditto. | |
9546 * general/columns.m: Ditto. | |
9547 * general/rows.m: Ditto. | |
9548 * image/colormap.m: Ditto. | |
9549 * image/gray.m: Ditto. | |
9550 * image/gray2ind.m: Ditto. | |
9551 * image/image.m: Ditto. | |
9552 * image/imagesc.m: Ditto. | |
9553 * image/imshow.m: Ditto. | |
9554 * image/ind2gray.m: Ditto. | |
9555 * image/ind2rgb.m: Ditto. | |
9556 * image/loadimage.m: Ditto. | |
9557 * image/rgb2ntsc.m: Ditto. | |
9558 * image/ntsc2rgb.m: Ditto. | |
9559 * image/ocean.m: Ditto. | |
9560 * image/rgb2ind.m: Ditto. | |
9561 * image/saveimage.m: Ditto. | |
3372 | 9562 * io/printf.m: Ditto. |
9563 * io/puts.m: Ditto. | |
9564 | |
3369 | 9565 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9566 | |
9567 * special-matrix/hankel.m: Texinfoize doc string. | |
9568 * special-matrix/hilb.m: Ditto. | |
9569 * special-matrix/invhilb.m: Ditto. | |
9570 * special-matrix/sylvester_matrix.m: Ditto. | |
9571 * special-matrix/toeplitz.m: Ditto. | |
9572 * special-matrix/vander.m: Ditto. | |
9573 * linear-algebra/vec.m: Ditto. | |
9574 * linear-algebra/vech.m: Ditto. | |
9575 * general/common_size.m: Ditto. | |
9576 * general/diff.m: Ditto. | |
9577 * general/fliplr.m: Ditto. | |
9578 * general/flipud.m: Ditto. | |
9579 * general/rot90.m: Ditto. | |
9580 * general/reshape.m: Ditto. | |
9581 * general/shift.m: Ditto. | |
9582 * general/tril.m: Ditto. | |
9583 * general/triu.m: Ditto. | |
9584 * general/logspace.m: Ditto. | |
3371 | 9585 * general/nargchk.m: Ditto. |
3369 | 9586 |
3367 | 9587 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9588 | |
9589 * statistics/base/mean: Texinfoize doc string. | |
9590 * statistics/base/median: Ditto. | |
9591 * statistics/base/std: Ditto. | |
9592 * statistics/base/cov: Ditto. | |
9593 * statistics/base/corrcoef: Ditto. | |
9594 * statistics/base/kurtosis: Ditto. | |
9595 * statistics/base/mahalanobis: Ditto. | |
9596 * statistics/base/skewness: Ditto. | |
3368 | 9597 * statistics/base/gls.m: Ditto. |
9598 * statistics/base/ols.m: Ditto. | |
3367 | 9599 * signal/detrend.m: Ditto. |
9600 * signal/freqz.m: Ditto. | |
9601 * signal/sinc.m: Ditto. | |
9602 * signal/fftconv.m: Ditto. | |
9603 * signal/fftfilt.m: Ditto. | |
3368 | 9604 * set/create_set.m: Ditto. |
9605 * set/union.m: Ditto. | |
9606 * set/intersection.m: Ditto. | |
9607 * set/complement.m: Ditto. | |
9608 * poly/compan.m: Ditto. | |
9609 * poly/conv: Ditto. | |
9610 * poly/deconv: Ditto. | |
9611 * poly/poly: Ditto. | |
9612 * poly/polyderiv: Ditto. | |
9613 * poly/polyfit: Ditto. | |
9614 * poly/polyinteg: Ditto. | |
9615 * poly/polyreduce: Ditto. | |
9616 * poly/polyval: Ditto. | |
9617 * poly/polyvalm: Ditto. | |
9618 * poly/residue: Ditto. | |
9619 * poly/roots: Ditto. | |
9620 * plot/top_title.m: Ditto | |
9621 * plot/subwindow.m: Ditto | |
9622 * plot/subplot.m: Ditto | |
9623 * plot/plot_border.m: Ditto | |
9624 * plot/oneplot.m: Ditto | |
9625 * plot/multiplot.m: Ditto | |
9626 * plot/mplot.m: Ditto | |
9627 * plot/xlabel.m: Ditto | |
9628 * plot/figure.m: Ditto | |
9629 * plot/meshdom.m: Ditto | |
9630 * plot/mesh.m: Ditto | |
9631 * plot/stairs.m: Ditto | |
9632 * plot/polar.m: Ditto | |
9633 * plot/loglog.m: Ditto | |
9634 * plot/hist.m: Ditto | |
9635 * plot/contour.m: Ditto | |
9636 * plot/bar.m: Ditto | |
9637 * plot/axis.m: Ditto | |
9638 * plot/plot.m: Ditto. | |
3367 | 9639 |
3361 | 9640 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9641 | |
3365 | 9642 * control/pinv.m: Delete. |
9643 | |
3364 | 9644 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
9645 | |
3361 | 9646 * strings/blanks.m: Texinfoize doc string. |
9647 * strings/strcat.m: Ditto. | |
9648 * strings/str2mat.m: Ditto. | |
9649 * strings/deblank.m: Ditto. | |
9650 * strings/findstr.m: Ditto. | |
9651 * strings/index.m: Ditto. | |
9652 * strings/rindex.m: Ditto. | |
9653 * strings/split.m: Ditto. | |
9654 * strings/strcmp.m: Ditto. | |
9655 * strings/strrep.m: Ditto. | |
9656 * strings/substr.m: Ditto. | |
9657 * general/int2str.m: Ditto. | |
9658 * general/num2str.m: Ditto. | |
9659 * strings/dec2bin.m: Ditto. | |
9660 * strings/bin2dec: Ditto. | |
9661 * strings/dec2bin: Ditto. | |
9662 * strings/dec2hex: Ditto. | |
9663 * strings/hex2dec: Ditto. | |
9664 * strings/str2num: Ditto. | |
9665 | |
3347 | 9666 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9667 | |
9668 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
9669 | |
5095 | 9670 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 9671 |
9672 * control/DEMOcontrol.m: Texinfoize doc string. | |
9673 * control/abcddim.m: Ditto. | |
9674 * control/abcddims.m: Ditto. | |
9675 * control/analdemo.m: Ditto. | |
9676 * control/are.m: Ditto. | |
9677 * control/axis2dlim.m: Ditto. | |
9678 * control/bddemo.m: Ditto. | |
9679 * control/bode.m: Ditto. | |
9680 * control/bode_bounds.m: Ditto. | |
9681 * control/bodquist.m: Ditto. | |
9682 * control/buildssic.m: Ditto. | |
9683 * control/c2d.m: Ditto. | |
9684 * control/ctrb.m: Ditto. | |
9685 * control/d2c.m: Ditto. | |
9686 * control/damp.m: Ditto. | |
9687 * control/dare.m: Ditto. | |
9688 * control/dcgain.m: Ditto. | |
9689 * control/dgkfdemo.m: Ditto. | |
9690 * control/dgram.m: Ditto. | |
9691 * control/dlqe.m: Ditto. | |
9692 * control/dlqr.m: Ditto. | |
9693 * control/dlyap.m: Ditto. | |
9694 * control/dmr2d.m: Ditto. | |
9695 * control/fir2sys.m: Ditto. | |
9696 * control/frdemo.m: Ditto. | |
9697 * control/freqchkw.m: Ditto. | |
9698 * control/freqresp.m: Ditto. | |
9699 * control/gram.m: Ditto. | |
9700 * control/h2norm.m: Ditto. | |
9701 * control/h2syn.m: Ditto. | |
9702 * control/hinf_ctr.m: Ditto. | |
9703 * control/hinfdemo.m: Ditto. | |
9704 * control/hinfnorm.m: Ditto. | |
9705 * control/hinfsyn.m: Ditto. | |
9706 * control/hinfsyn_chk.m: Ditto. | |
9707 * control/impulse.m: Ditto. | |
9708 * control/is_abcd.m: Ditto. | |
9709 * control/is_controllable.m: Ditto. | |
9710 * control/is_detectable.m: Ditto. | |
9711 * control/is_dgkf.m: Ditto. | |
9712 * control/is_digital.m: Ditto. | |
9713 * control/is_observable.m: Ditto. | |
9714 * control/is_sample.m: Ditto. | |
9715 * control/is_signal_list.m: Ditto. | |
9716 * control/is_siso.m: Ditto. | |
9717 * control/is_stabilizable.m: Ditto. | |
9718 * control/is_stable.m: Ditto. | |
9719 * control/jet707.m: Ditto. | |
9720 * control/lqe.m: Ditto. | |
9721 * control/lqg.m: Ditto. | |
9722 * control/lqr.m: Ditto. | |
9723 * control/lsim.m: Ditto. | |
9724 * control/ltifr.m: Ditto. | |
9725 * control/lyap.m: Ditto. | |
9726 * control/moddemo.m: Ditto. | |
9727 * control/nyquist.m: Ditto. | |
9728 * control/obsv.m: Ditto. | |
9729 * control/ord2.m: Ditto. | |
9730 * control/outlist.m: Ditto. | |
9731 * control/pinv.m: Ditto. | |
9732 * control/place.m: Ditto. | |
9733 * control/polyout.m: Ditto. | |
9734 * control/prompt.m: Ditto. | |
9735 * control/pzmap.m: Ditto. | |
9736 * control/qzval.m: Ditto. | |
9737 * control/rldemo.m: Ditto. | |
9738 * control/rlocus.m: Ditto. | |
9739 * control/sortcom.m: Ditto. | |
9740 * control/ss2sys.m: Ditto. | |
9741 * control/ss2tf.m: Ditto. | |
9742 * control/ss2zp.m: Ditto. | |
9743 * control/starp.m: Ditto. | |
9744 * control/step.m: Ditto. | |
9745 * control/stepimp.m: Ditto. | |
9746 * control/susball.m: Ditto. | |
9747 * control/sys2fir.m: Ditto. | |
9748 * control/sys2ss.m: Ditto. | |
9749 * control/sys2tf.m: Ditto. | |
9750 * control/sys2zp.m: Ditto. | |
9751 * control/sysadd.m: Ditto. | |
9752 * control/sysappend.m: Ditto. | |
9753 * control/syschnames.m: Ditto. | |
9754 * control/syschnamesl.m: Ditto. | |
9755 * control/syschtsam.m: Ditto. | |
9756 * control/sysconnect.m: Ditto. | |
9757 * control/syscont.m: Ditto. | |
9758 * control/syscont_disc.m: Ditto. | |
9759 * control/sysdefioname.m: Ditto. | |
9760 * control/sysdefstname.m: Ditto. | |
9761 * control/sysdimensions.m: Ditto. | |
9762 * control/sysdisc.m: Ditto. | |
9763 * control/sysdup.m: Ditto. | |
9764 * control/sysgetsignals.m: Ditto. | |
9765 * control/sysgettype.m: Ditto. | |
9766 * control/sysgroup.m: Ditto. | |
9767 * control/sysgroupn.m: Ditto. | |
9768 * control/sysmult.m: Ditto. | |
9769 * control/sysout.m: Ditto. | |
9770 * control/sysprune.m: Ditto. | |
9771 * control/sysreorder.m: Ditto. | |
9772 * control/sysrepdemo.m: Ditto. | |
9773 * control/sysscale.m: Ditto. | |
9774 * control/syssetsignals.m: Ditto. | |
9775 * control/syssub.m: Ditto. | |
9776 * control/sysupdate.m: Ditto. | |
9777 * control/tf2ss.m: Ditto. | |
9778 * control/tf2sys.m: Ditto. | |
9779 * control/tf2sysl.m: Ditto. | |
9780 * control/tf2zp.m: Ditto. | |
9781 * control/tfout.m: Ditto. | |
9782 * control/tzero.m: Ditto. | |
9783 * control/tzero2.m: Ditto. | |
9784 * control/ugain.m: Ditto. | |
9785 * control/wgt1o.m: Ditto. | |
9786 * control/zgfmul.m: Ditto. | |
9787 * control/zgfslv.m: Ditto. | |
9788 * control/zginit.m: Ditto. | |
9789 * control/zgpbal.m: Ditto. | |
9790 * control/zgreduce.m: Ditto. | |
9791 * control/zgrownorm.m: Ditto. | |
9792 * control/zgscal.m: Ditto. | |
9793 * control/zgsgiv.m: Ditto. | |
9794 * control/zgshsr.m: Ditto. | |
9795 * control/zp2ss.m: Ditto. | |
9796 * control/zp2ssg2.m: Ditto. | |
9797 * control/zp2sys.m: Ditto. | |
9798 * control/zp2tf.m: Ditto. | |
9799 * control/zpout.m: Ditto. | |
9800 | |
5095 | 9801 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 9802 |
5378 | 9803 * audio/lin2mu.m: Texinfoize doc string. |
9804 * audio/loadaudio.m: Ditto. | |
9805 * audio/mu2lin.m: Ditto. | |
9806 * audio/playaudio.m: Ditto. | |
9807 * audio/record.m: Ditto. | |
9808 * audio/saveaudio.m: Ditto. | |
3332 | 9809 |
5095 | 9810 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9811 |
9812 * elfun/acot.m: Texinfoize doc string. | |
9813 * elfun/acsc.m: Ditto. | |
9814 * elfun/acsch.m: Ditto. | |
9815 * elfun/asec.m: Ditto. | |
9816 * elfun/asech.m: Ditto. | |
9817 * elfun/cot.m: Ditto. | |
9818 * elfun/coth.m: Ditto. | |
9819 * elfun/csc.m: Ditto. | |
9820 * elfun/csch.m: Ditto. | |
9821 * elfun/gcd.m: Ditto. | |
9822 * elfun/lcm.m: Ditto. | |
9823 * elfun/sec.m: Ditto. | |
9824 * elfun/sech.m: Ditto. | |
9825 * general/nextpow2.m: Ditto. | |
9826 * general/rem.m: Ditto. | |
9827 * linear-algebra/commutation_matrix.m: Ditto. | |
9828 * linear-algebra/cross.m: Ditto. | |
9829 * linear-algebra/duplication_matrix.m: Ditto. | |
9830 * miscellaneous/bincoeff.m: Ditto. | |
9831 * miscellaneous/xor.m: Ditto. | |
9832 * specfun/bessel.m: Ditto. | |
9833 * specfun/beta.m: Ditto. | |
9834 * specfun/betai.m: Ditto. | |
9835 * specfun/erfinv.m: Ditto. | |
9836 * specfun/gammai.m: Ditto. | |
9837 * specfun/log2.m: Ditto. | |
9838 * specfun/pow2.m: Ditto. | |
9839 | |
5095 | 9840 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9841 |
9842 * general/is_scalar.m: Texinfoize help text. | |
9843 * general/is_square.m: Ditto. | |
9844 * general/is_symmetric.m: Ditto. | |
9845 | |
3320 | 9846 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9847 | |
9848 * strings/split.m: If the string to be split is empty, just return | |
9849 an empty string. | |
9850 | |
3319 | 9851 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9852 | |
9853 * Makefile.in (ALL_M_FILES): New macro. | |
9854 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
9855 | |
3306 | 9856 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9857 | |
9858 * control/bode.m: Don't return anything if nargout == 0. | |
9859 | |
9860 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
9861 | |
9862 * control/bode.m: Don't do axis scaling for magnitude plots. | |
9863 | |
3305 | 9864 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9865 | |
9866 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
9867 gethelp.cc to the list. | |
9868 | |
3296 | 9869 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9870 | |
3301 | 9871 * time/asctime.m: Texinfoize help text. |
9872 * time/clock.m: Ditto. | |
9873 * time/date.m: Ditto. | |
9874 * miscellaneous/cputime.m: Ditto. | |
9875 * miscellaneous/etime.m: Ditto. | |
9876 * miscellaneous/is_leap_year.m: Ditto. | |
9877 * miscellaneous/popen2.m: Ditto. | |
9878 * miscellaneous/version.m: Ditto. | |
9879 * miscellaneous/tic.m: Ditto. | |
9880 * miscellaneous/toc.m: Just refer to tic.m. | |
9881 | |
3297 | 9882 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
9883 `cd dir; $(MAKE); cd ..'. | |
9884 ($(SUBDIRS)): Likewise. | |
9885 | |
9886 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
9887 | |
9888 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
9889 of `cd dir; $(MAKE)'. | |
9890 | |
3296 | 9891 * gethelp.cc, mkdoc: New files. |
9892 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
9893 sources. | |
9894 | |
3291 | 9895 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9896 | |
9897 * linear-algebra/kron.m: Fix typo in previous change | |
9898 | |
3282 | 9899 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9900 | |
9901 * control/bode.m: Allow optional 5th arg to specify plot style. | |
9902 | |
5095 | 9903 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 9904 |
9905 * linear-algebra/krylov.m: Correctly handle case of V having full | |
9906 rank when V has more columns than rows. | |
9907 | |
9908 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9909 | |
9910 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
9911 | |
9912 * statistics/tests/manova.m: Avoid problems if | |
9913 whitespace_in_literal_matrix is set to "traditional". | |
9914 * statistics/tests/t_test_regression.m: Likewise. | |
9915 * statistics/tests/u_test.m: Likewise. | |
9916 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
9917 * statistics/tests/anova.m: Likewise. | |
9918 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9919 * statistics/base/statistics.m: Likewise. | |
9920 * image/saveimage.m: Likewise. | |
9921 * signal/arch_fit.m: Likewise. | |
9922 * signal/autoreg_matrix.m: Likewise. | |
9923 * signal/triangle_lw.m: Likewise. | |
9924 * strings/dec2hex.m: Likewise. | |
9925 | |
3268 | 9926 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9927 | |
9928 * image/saveimage.m: Initialize scale. | |
9929 | |
9930 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9931 | |
9932 * general/reshape.m: Allow reshape (a, size (b)). | |
9933 | |
3266 | 9934 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9935 | |
9936 * specfun/erfinv.m: Improve stopping criterion. | |
9937 Add iteration count as second return value. | |
9938 | |
3265 | 9939 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9940 | |
9941 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
9942 | |
3263 | 9943 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9944 | |
9945 * miscellaneous/pack.m: New function. | |
9946 | |
9947 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9948 | |
9949 * plot/figure.m: Always return figure number. With no args, | |
9950 figure now creates a new figure window and returns its number. | |
9951 Accept figure (property, value) syntax, but do nothing. | |
9952 | |
5095 | 9953 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 9954 |
9955 * general/shift.m: Avoid printing temporary value for backward shift. | |
9956 | |
3260 | 9957 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9958 | |
9959 * plot/bar.m: Compute bar widths correctly when x-values are not | |
9960 evenly spaced. | |
9961 | |
3250 | 9962 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9963 | |
9964 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
9965 contain only zeros. | |
9966 | |
5095 | 9967 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 9968 |
9969 * linear-algebra/kron.m: Create result matrix and insert blocks | |
9970 instead of appending them. | |
9971 | |
9972 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9973 | |
9974 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
9975 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
9976 Update from A. S. Hodel. | |
9977 | |
3246 | 9978 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9979 | |
9980 * polynomial/polyfit.m: Correct previous change. | |
9981 | |
3243 | 9982 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9983 | |
9984 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
9985 | |
5095 | 9986 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 9987 |
9988 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
9989 version of krylov and krylovb. | |
9990 | |
9991 * control/outlist.m, control/sysout.m: Fix typos. | |
9992 | |
9993 * control/sysdimensions.m: Add option for total number of states. | |
9994 | |
9995 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
9996 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
9997 arguments. | |
9998 | |
9999 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10000 | |
10001 * strings/index.m: Fail with meaningful error message if either | |
10002 arg is a string array. | |
10003 | |
3238 | 10004 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10005 | |
10006 * linear-algebra/norm.m: Do the right thing for 1- and | |
10007 infinity-norms of complex matrices. From Sven Khatri | |
10008 <khatri@saturn.vocalpoint.com>. | |
10009 | |
5095 | 10010 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 10011 |
10012 * linear-algebra/qrhouse.m: Handle default args correctly. | |
10013 | |
10014 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10015 | |
10016 * strings/split.m: Avoid problems when splitting strings that have | |
10017 \ in them. | |
10018 | |
5095 | 10019 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 10020 |
10021 * image/colormap.m: Do better arg checking, handle string args | |
10022 that name the colormap function to call (e.g., colormap ("ocean")). | |
10023 | |
5095 | 10024 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 10025 |
10026 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
10027 * linear-algebra/dot.m: Likewise. | |
10028 * linear-algebra/cross.m: Likewise. | |
10029 * general/rot90.m: Likewise. | |
10030 | |
5095 | 10031 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 10032 |
10033 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
10034 that the leading column is not all zeros. | |
10035 | |
10036 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10037 | |
10038 * general/shift.m: Fix potential problems with | |
10039 whitespace_in_literal_matrix. | |
10040 * signal/arch_rnd.m: Ditto. | |
10041 * signal/autocov.m: Ditto. | |
10042 * signal/diffpara.m: Ditto. | |
10043 * signal/hurst.m: Ditto. | |
10044 * signal/periodogram.m: Ditto. | |
10045 * signal/spectral_adf.m: Ditto. | |
10046 * signal/spectral_xdf.m: Ditto. | |
10047 * signal/spencer.m: Ditto. | |
10048 * signal/synthesis.m: Ditto. | |
10049 * statistics/distributions/wiener_rnd.m: Ditto. | |
10050 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
10051 * statistics/models/logistic_regression.m: Ditto. | |
10052 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
10053 * statistics/tests/run_test.m: Ditto. | |
10054 * statistics/tests/chisquare_test_independence.m: Ditto. | |
10055 | |
5095 | 10056 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 10057 |
10058 * plot/__plr2__.m: Fix typo. | |
10059 | |
3233 | 10060 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10061 | |
10062 * plot/__pltopt1__.m: Accept "k" to mean black. | |
10063 | |
5095 | 10064 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10065 |
10066 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
10067 function. | |
10068 | |
5095 | 10069 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10070 |
10071 * control/ss2sys.m: Fix typo. | |
10072 | |
10073 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10074 | |
10075 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
10076 | |
10077 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
10078 signal names as lists of strings instead of string arrays. | |
10079 | |
3225 | 10080 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10081 | |
3233 | 10082 * quaternion: New directory of functions from A. S. Hodel |
3225 | 10083 <a.s.hodel@eng.auburn.edu>. |
10084 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 10085 * quaternion/Makefile.in: New file. |
10086 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 10087 |
10088 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10089 | |
10090 * image/saveimage.m: Make it work again for black and white colormaps. | |
10091 | |
10092 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
10093 since there can be fewer rows than columns. Round values to | |
10094 nearest position in colormap instead of truncating. Correct usage | |
10095 message. | |
10096 | |
5095 | 10097 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 10098 |
10099 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
10100 zero rows of [A,v] as householder pivots; this avoids spurious | |
10101 non-zero entries in returned orthogonal matrix U, but destroys the | |
10102 Householder matrix structure of H. | |
10103 | |
10104 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10105 | |
10106 * general/logical.m: Just copy input to output if argument is | |
10107 already a logical object. | |
10108 | |
3215 | 10109 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10110 | |
10111 * New files from OCST, in control subdiretory: | |
10112 | |
10113 DEMOcontrol.m is_siso.m syschnames.m | |
10114 abcddim.m is_stabilizable.m syschnamesl.m | |
10115 abcddims.m is_stable.m syschtsam.m | |
10116 analdemo.m jet707.m sysconnect.m | |
10117 are.m lqe.m syscont.m | |
10118 axis2dlim.m lqg.m syscont_disc.m | |
10119 bddemo.m lqr.m sysdefioname.m | |
10120 bode.m lsim.m sysdefstname.m | |
10121 bode_bounds.m ltifr.m sysdimensions.m | |
10122 bodquist.m lyap.m sysdisc.m | |
10123 buildssic.m mb.m sysdup.m | |
10124 c2d.m minfo.m sysgetsignals.m | |
6302 | 10125 com2str.m moddemo.m sysgettsam.m |
3215 | 10126 controldemo.m nichols.m sysgettype.m |
10127 ctrb.m nyquist.m sysgroup.m | |
10128 d2c.m obsv.m sysgroupn.m | |
10129 damp.m ord2.m sysmult.m | |
10130 dare.m outlist.m sysout.m | |
10131 dcgain.m packedform.m sysprune.m | |
10132 demomarsyas.m packsys.m sysreorder.m | |
10133 dezero.m; parallel.m sysrepdemo.m | |
10134 dgkfdemo.m place.m sysscale.m | |
10135 dgram.m polyout.m syssub.m | |
10136 dhinfdemo.m prompt.m sysupdate.m | |
10137 dlqe.m pzmap.m tf2ss.m | |
10138 dlqg.m qzval.m tf2sys.m | |
10139 dlqr.m rldemo.m tf2sysl.m | |
10140 dlyap.m rlocus.m tf2zp.m | |
10141 dmr2d.m rotg.m tfout.m | |
10142 fir2sys.m run_cmd.m; tzero.m | |
10143 frdemo.m series.m tzero2.m | |
10144 freqchkw.m sortcom.m ugain.m | |
10145 freqresp.m ss2sys.m unpacksys.m | |
10146 gram.m ss2tf.m wgt1o.m | |
10147 h2norm.m ss2zp.m zgfmul.m | |
10148 h2syn.m starp.m zgfslv.m | |
10149 hinf_ctr.m step.m zginit.m | |
10150 hinfdemo.m stepimp.m zgpbal.m | |
10151 hinfnorm.m strappend.m; zgreduce.m | |
10152 hinfsyn.m susball.m zgrownorm.m | |
10153 hinfsyn_chk.m swap.m zgscal.m | |
10154 impulse.m swapcols.m zgsgiv.m | |
10155 is_abcd.m swaprows.m zgshsr.m | |
10156 is_controllable.m sys2fir.m zp2ss.m | |
10157 is_detectable.m sys2ss.m zp2ssg2.m | |
10158 is_dgkf.m sys2tf.m zp2sys.m | |
10159 is_digital.m sys2zp.m zp2tf.m | |
10160 is_observable.m sysadd.m zpout.m | |
10161 is_sample.m sysappend.m | |
10162 | |
10163 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10164 | |
10165 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
10166 | |
10167 * strings/deblank.m: Make it work for string arrays too. | |
10168 | |
3211 | 10169 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10170 | |
10171 * linear-algebra/housh.m: New file from the OCST. | |
10172 * linear-algebra/krygetq.m: Ditto. | |
10173 * linear-algebra/krylov.m: Ditto. | |
10174 * linear-algebra/krylovb.m: Ditto. | |
10175 * linear-algebra/qrhouse.m: Ditto. | |
10176 * general/is_duplicate_entry.m: Ditto. | |
10177 | |
10178 * general/is_symmetric.m: Call is_square instead of doing that | |
10179 check in line. | |
10180 | |
3196 | 10181 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10182 | |
3202 | 10183 * general/is_square.m: |
10184 | |
10185 * general/isempty.m, general/is_matrix.m: Delete. | |
10186 | |
10187 * general/is_symmetric: Delete special case for strings. Whether | |
10188 the conversion is valid should depend on implicit_str_to_num_ok. | |
10189 | |
10190 * general/is_square.m: If arg is not a matrix, don't check size, | |
10191 just return 0. | |
10192 * general/is_symmetric: Likewise. | |
10193 * general/is_vector.m: Likewise. | |
10194 * general/is_scalar.m: Likewise. | |
10195 | |
3196 | 10196 * general/length.m: Delete. |
10197 | |
3191 | 10198 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10199 | |
10200 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
10201 statistics/distributions/Makefile, statistics/models/Makefile, | |
10202 and statistics/tests/Makefile to the list of files to create. | |
10203 | |
10204 * finance/Makefile.in, statistics/base/Makefile.in, | |
10205 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
10206 statistics/tests/Makefile.in: New files. | |
10207 * statistics/Makefile.in: Delete file lists. Now only handle | |
10208 subdirectories. | |
10209 * Makefile.in (SUBDIRS): Add finance. | |
10210 | |
10211 * Move the following files from statistics to statistics/base: | |
10212 | |
10213 corrcoef.m | |
10214 kurtosis.m | |
10215 mahalanobis.m | |
10216 median.m | |
10217 ols.m | |
10218 skewness.m | |
10219 std.m | |
10220 | |
10221 New files, from Kurt Hornik's octave-ci package: | |
10222 | |
10223 * finance (new directory): | |
10224 | |
10225 fv.m | |
10226 fvl.m | |
10227 irr.m | |
10228 nper.m | |
10229 npv.m | |
10230 pmt.m | |
10231 pv.m | |
10232 pvl.m | |
10233 rate.m | |
10234 vol.m | |
10235 | |
10236 * linear-algebra/dmult.m | |
10237 | |
10238 * signal: | |
10239 | |
10240 arch_fit.m | |
10241 arch_rnd.m | |
10242 arch_test.m | |
10243 arma_rnd.m | |
10244 autocor.m | |
10245 autocov.m | |
10246 autoreg_matrix.m | |
10247 bartlett.m | |
10248 blackman.m | |
10249 diffpara.m | |
10250 durbinlevinson.m | |
10251 fractdiff.m | |
10252 hamming.m | |
10253 hanning.m | |
10254 hurst.m | |
10255 periodogram.m | |
10256 rectangle_lw.m | |
10257 rectangle_sw.m | |
10258 sinetone.m | |
10259 sinewave.m | |
10260 spectral_adf.m | |
10261 spectral_xdf.m | |
10262 spencer.m | |
10263 stft.m | |
10264 synthesis.m | |
10265 triangle_lw.m | |
10266 triangle_sw.m | |
10267 yulewalker.m | |
10268 | |
10269 * statistics/base (new directory): | |
10270 | |
10271 center.m | |
10272 cloglog.m | |
10273 cor.m | |
10274 cov.m | |
10275 cut.m | |
10276 iqr.m | |
10277 kendall.m | |
10278 logit.m | |
10279 mean.m | |
10280 meansq.m | |
10281 moment.m | |
10282 ppplot.m | |
10283 probit.m | |
10284 qqplot.m | |
10285 range.m | |
10286 ranks.m | |
10287 run_count.m | |
10288 spearman.m | |
10289 statistics.m | |
10290 studentize.m | |
10291 table.m | |
10292 values.m | |
10293 var.m | |
10294 | |
10295 (Replaces cov.m and mean.m with new versions.) | |
10296 | |
10297 * statistics/distributions (new directory): | |
10298 | |
10299 beta_cdf.m | |
10300 beta_inv.m | |
10301 beta_pdf.m | |
10302 beta_rnd.m | |
10303 binomial_cdf.m | |
10304 binomial_inv.m | |
10305 binomial_pdf.m | |
10306 binomial_rnd.m | |
10307 cauchy_cdf.m | |
10308 cauchy_inv.m | |
10309 cauchy_pdf.m | |
10310 cauchy_rnd.m | |
10311 chisquare_cdf.m | |
10312 chisquare_inv.m | |
10313 chisquare_pdf.m | |
10314 chisquare_rnd.m | |
10315 discrete_cdf.m | |
10316 discrete_inv.m | |
10317 discrete_pdf.m | |
10318 discrete_rnd.m | |
10319 empirical_cdf.m | |
10320 empirical_inv.m | |
10321 empirical_pdf.m | |
10322 empirical_rnd.m | |
10323 exponential_cdf.m | |
10324 exponential_inv.m | |
10325 exponential_pdf.m | |
10326 exponential_rnd.m | |
10327 f_cdf.m | |
10328 f_inv.m | |
10329 f_pdf.m | |
10330 f_rnd.m | |
10331 gamma_cdf.m | |
10332 gamma_inv.m | |
10333 gamma_pdf.m | |
10334 gamma_rnd.m | |
10335 geometric_cdf.m | |
10336 geometric_inv.m | |
10337 geometric_pdf.m | |
10338 geometric_rnd.m | |
10339 hypergeometric_cdf.m | |
10340 hypergeometric_inv.m | |
10341 hypergeometric_pdf.m | |
10342 hypergeometric_rnd.m | |
10343 kolmogorov_smirnov_cdf.m | |
10344 laplace_cdf.m | |
10345 laplace_inv.m | |
10346 laplace_pdf.m | |
10347 laplace_rnd.m | |
10348 logistic_cdf.m | |
10349 logistic_inv.m | |
10350 logistic_pdf.m | |
10351 logistic_rnd.m | |
10352 lognormal_cdf.m | |
10353 lognormal_inv.m | |
10354 lognormal_pdf.m | |
10355 lognormal_rnd.m | |
10356 normal_cdf.m | |
10357 normal_inv.m | |
10358 normal_pdf.m | |
10359 normal_rnd.m | |
10360 pascal_cdf.m | |
10361 pascal_inv.m | |
10362 pascal_pdf.m | |
10363 pascal_rnd.m | |
10364 poisson_cdf.m | |
10365 poisson_inv.m | |
10366 poisson_pdf.m | |
10367 poisson_rnd.m | |
10368 stdnormal_cdf.m | |
10369 stdnormal_inv.m | |
10370 stdnormal_pdf.m | |
10371 stdnormal_rnd.m | |
10372 t_cdf.m | |
10373 t_inv.m | |
10374 t_pdf.m | |
10375 t_rnd.m | |
10376 uniform_cdf.m | |
10377 uniform_inv.m | |
10378 uniform_pdf.m | |
10379 uniform_rnd.m | |
10380 weibull_cdf.m | |
10381 weibull_inv.m | |
10382 weibull_pdf.m | |
10383 weibull_rnd.m | |
10384 wiener_rnd.m | |
10385 | |
10386 * statistics/models (new directory): | |
10387 | |
10388 logistic_regression.m | |
10389 logistic_regression_derivatives.m | |
10390 logistic_regression_likelihood.m | |
10391 | |
10392 * statistics/tests (new directory): | |
10393 | |
10394 anova.m | |
10395 bartlett_test.m | |
10396 chisquare_test_homogeneity.m | |
10397 chisquare_test_independence.m | |
10398 cor_test.m | |
10399 f_test_regression.m | |
10400 hotelling_test.m | |
10401 hotelling_test_2.m | |
10402 kolmogorov_smirnov_test.m | |
10403 kolmogorov_smirnov_test_2.m | |
10404 kruskal_wallis_test.m | |
10405 manova.m | |
10406 mcnemar_test.m | |
10407 prop_test_2.m | |
10408 run_test.m | |
10409 sign_test.m | |
10410 t_test.m | |
10411 t_test_2.m | |
10412 t_test_regression.m | |
10413 u_test.m | |
10414 var_test.m | |
10415 welch_test.m | |
10416 wilcoxon_test.m | |
10417 z_test.m | |
10418 z_test_2.m | |
10419 | |
10420 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10421 | |
10422 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
10423 compatibility and to avoid Y2K problems. | |
10424 | |
3190 | 10425 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10426 | |
10427 * polynomial/polyfit.m: Just use the \ operator to handle the | |
10428 least-squares solution. | |
10429 | |
3180 | 10430 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10431 | |
10432 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
10433 | |
10434 * strings/strrep.m: Don't convert args to numeric values. | |
10435 Prevent warnings for empty string args. | |
10436 From Georg Thimm <thimm@idiap.ch>. | |
10437 | |
10438 * strings/strcat.m: Prevent warnings for empty string args. | |
10439 | |
10440 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10441 | |
10442 * miscellaneous/menu.m: Remove special case for empty string | |
10443 returned from input(). Add second arg to eval() to catch errors. | |
10444 | |
3178 | 10445 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10446 | |
10447 * plot/__plt__.m: Don't call usleep. | |
10448 | |
3175 | 10449 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10450 | |
10451 * linear-algebra/dot.m: New function. | |
10452 | |
10453 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
10454 compatibility. | |
10455 | |
10456 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10457 | |
10458 * plot/hist.m: Also allow just one output argument. | |
10459 | |
10460 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10461 | |
10462 * strings/deblank.m: Make it work if the string is only blanks. | |
10463 | |
10464 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10465 | |
10466 * plot/__plt2mv__.m: Delete calls to keyboard. | |
10467 | |
10468 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10469 | |
10470 * plot/oneplot.m: Fix typo. | |
10471 | |
3174 | 10472 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10473 | |
10474 * miscellaneous/flops.m: Allow a single argument too. | |
10475 | |
10476 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10477 | |
10478 * strings/str2mat.m: Also handle case when there are no empty | |
10479 strings correctly. | |
10480 | |
10481 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10482 | |
10483 * strings/isletter.m: New function, for Matlab compatibility. | |
10484 | |
3168 | 10485 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10486 | |
10487 * strings/str2mat.m: Handle string matrices too. | |
10488 | |
3167 | 10489 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10490 | |
10491 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
10492 linear encoding. | |
10493 | |
10494 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
10495 audio/record.m: Open files in binary mode. | |
10496 | |
3164 | 10497 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10498 | |
10499 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
10500 Move functionality of dump_1_pref here, but use built-in function | |
10501 type to extract value, and put it inside try/catch block. | |
10502 * miscellaneous/dump_1_pref.m: Delete unused function. | |
10503 | |
3162 | 10504 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10505 | |
10506 * plot/__pltopt1.m__: New file. | |
10507 * plot/__pltopt.m__: Handle opt as a string array by calling | |
10508 __pltopt1__ multiple times and returning a string array with rows | |
10509 corresponding to the rows of opt. | |
10510 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
10511 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
10512 array. | |
10513 | |
10514 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10515 | |
10516 * plot/mplot.m: Fix misspellings of global variables. | |
10517 Don't call clearplot. | |
10518 | |
10519 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10520 | |
10521 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
10522 "cle;rep" when going in ot multiplot mode. | |
10523 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
10524 switching out of multiplot mode. | |
10525 | |
3156 | 10526 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 10527 |
3156 | 10528 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
10529 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 10530 |
3141 | 10531 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10532 | |
10533 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
10534 | |
10535 * miscellaneous/bug_report.m: Don't try to get smart with | |
10536 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
10537 | |
10538 * Makefile.in (install): Create separate ls-R files for | |
10539 $(datadir) and $(libexecdir). | |
10540 (uninstall): Remove both ls-R files. | |
10541 | |
3136 | 10542 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10543 | |
10544 * signal/fftshift.m: New file. | |
10545 | |
10546 * plot/contour.m: Fix for non-square case. | |
10547 | |
10548 * general/randperm.m: New file. | |
10549 | |
10550 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10551 | |
10552 * specfun/betai.m: Restore file for compatibility with previous | |
10553 versions. Call betainc with reordered args. | |
10554 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
10555 | |
3131 | 10556 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10557 | |
10558 * plot/contour.m: Handle discrete contour levels. | |
10559 | |
10560 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10561 | |
10562 * control/lyap.m: For compatibility with Matlab, solve | |
10563 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
10564 | |
3124 | 10565 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10566 | |
10567 * specfun/bessel.m: New file. | |
10568 | |
10569 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
10570 specfun/gammainc.m: Delete. | |
10571 | |
3106 | 10572 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10573 | |
10574 * image/colormap.m: Initialize __current_color_map__ in global | |
10575 statement. | |
10576 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
10577 statement. | |
10578 * plot/axis.m: Initialize __current_axis__ in global statement. | |
10579 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
10580 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
10581 | |
3103 | 10582 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10583 | |
10584 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
10585 * time/toc.m: Likewise. | |
10586 | |
10587 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
10588 | |
10589 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
10590 anything special for automatic_replot when in multiplot mode -- | |
10591 recent 3.6beta releases handle this correctly. | |
10592 | |
10593 * plot/figure.m: Ensure that we are not in multiplot mode before | |
10594 setting the terminal type. | |
10595 | |
10596 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
10597 plot/subwindow.m: Use leading and trailing underscores for | |
10598 `private' globals. | |
10599 | |
10600 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
10601 | |
3101 | 10602 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10603 | |
10604 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
10605 | |
3091 | 10606 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10607 | |
3092 | 10608 * specfun/gammai.m: Avoid problems with whitespace when |
10609 constructing matrices. | |
10610 | |
3091 | 10611 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
10612 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
10613 original y vector. | |
10614 | |
3085 | 10615 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10616 | |
10617 * linear-algebra/cross.m: Use direct formula instead of calling | |
10618 det three times in a loop. If both args are column (row) vectors, | |
10619 return a column (row) vector. If they don't match, pay attention | |
10620 to the value of prefer_column_vectors. | |
10621 | |
5095 | 10622 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 10623 |
10624 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
10625 nonsymmetric matrices. | |
10626 | |
10627 * general/tril.m: Fix usage message. | |
10628 | |
10629 * polynomial/polyvalm.m: Fix error messages. | |
10630 * polynomial/polyderiv.m: Likewise. | |
10631 * polynomial/polyval.m: Likewise. | |
10632 | |
3081 | 10633 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10634 | |
10635 * strings/blanks.m: Allow blanks(0) to return empty string. | |
10636 Allow negative arguments if treat_neg_dim_as_zero is true. | |
10637 | |
3063 | 10638 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10639 | |
10640 * plot/mesh.m: Set noparametric plot mode after plotting. | |
10641 | |
5095 | 10642 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 10643 |
10644 * plot/__pltopt__.m: Handle key/legend names. | |
10645 Correctly set colors, line styles, and point styles. | |
10646 | |
3061 | 10647 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10648 | |
10649 * polynomial/polyfit.m: Return fit y values as second output. | |
10650 Don't use QR factorization to solve least squares problem. | |
10651 | |
10652 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10653 | |
10654 * control/dlqr.m: Use ao, not a, to compute k. | |
10655 | |
3024 | 10656 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10657 | |
10658 * miscellaneous/path.m: New file. | |
10659 | |
2993 | 10660 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10661 | |
10662 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
10663 name. | |
10664 | |
2968 | 10665 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10666 | |
10667 * specfun/erfinv.m: Add missing semicolon. | |
10668 | |
2870 | 10669 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10670 | |
10671 * miscellaneous/xor.m: Make type of return value logical. | |
10672 | |
2853 | 10673 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10674 | |
10675 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
10676 warn_comma_in_global_decl. | |
10677 | |
2831 | 10678 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10679 | |
10680 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
10681 octave-bug script. | |
10682 | |
2823 | 10683 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10684 | |
2824 | 10685 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
10686 prefer_zero_one_indexing. | |
10687 | |
2823 | 10688 * general/logical.m: New file. |
10689 | |
2816 | 10690 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10691 | |
10692 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
10693 and is_vector(). | |
10694 | |
5095 | 10695 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 10696 |
10697 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
10698 Use tolerance of 2 * eps. | |
10699 | |
2811 | 10700 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10701 | |
10702 * Makefile.in (install-strip): New target. | |
10703 * audio/Makefile.in: Ditto. | |
10704 * control/Makefile.in: Ditto. | |
10705 * elfun/Makefile.in: Ditto. | |
10706 * general/Makefile.in: Ditto. | |
10707 * image/Makefile.in: Ditto. | |
10708 * io/Makefile.in: Ditto. | |
10709 * linear-algebra/Makefile.in: Ditto. | |
10710 * miscellaneous/Makefile.in: Ditto. | |
10711 * plot/Makefile.in: Ditto. | |
10712 * polynomial/Makefile.in: Ditto. | |
10713 * set/Makefile.in: Ditto. | |
10714 * signal/Makefile.in: Ditto. | |
10715 * specfun/Makefile.in: Ditto. | |
10716 * special-matrix/Makefile.in: Ditto. | |
10717 * startup/Makefile.in: Ditto. | |
10718 * statistics/Makefile.in: Ditto. | |
10719 * strings/Makefile.in: Ditto. | |
10720 | |
2809 | 10721 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10722 | |
10723 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
10724 | |
2798 | 10725 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10726 | |
10727 * statistics/corrcoef.m: Make it actually work. | |
10728 | |
2795 | 10729 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10730 | |
2798 | 10731 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 10732 |
2779 | 10733 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 10734 |
10735 * Version 2.0.5 released. | |
10736 | |
2745 | 10737 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10738 | |
2749 | 10739 * Makefile.in (maintainer-clean): Also remove configure. |
10740 | |
2746 | 10741 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
10742 | |
2745 | 10743 * general/is_matrix.m: Return zero for empty matrices. |
10744 | |
10745 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10746 | |
10747 * linear-algebra/vech.m: Size result just once. | |
10748 | |
2726 | 10749 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10750 | |
10751 * general/is_square.m: Handle empty matrices correctly. | |
10752 * general/is_symmetric.m: Handle empty matrices and strings. | |
10753 | |
2716 | 10754 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10755 | |
10756 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
10757 * polynomial/deconv.m: Likewise. | |
10758 * polynomial/polyderiv.m: Likewise. | |
10759 * polynomial/polyinteg.m: Likewise. | |
10760 * polynomial/polyreduce.m: Likewise. | |
10761 * polynomial/polyval.m: Likewise. | |
10762 * polynomial/polyvalm.m: Likewise. | |
10763 * general/postpad.m: Likewise. | |
10764 * general/prepad.m: Likewise. | |
10765 | |
10766 * polynomial/compan.m: Check input with is_vector(), not | |
10767 is_matrix(). Handle scalar case. | |
10768 | |
2711 | 10769 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10770 | |
2715 | 10771 * plot/contour.m: Order data so that it is consistent with |
10772 meshgrid and mesh. | |
10773 | |
2711 | 10774 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
10775 * plot/sombrero.m: Use meshgrid, not meshdom. | |
10776 | |
2709 | 10777 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 10778 |
10779 * Version 2.0.4 released. | |
10780 | |
2706 | 10781 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10782 | |
2702 | 10783 * miscellaneous/paren.m: New file. |
10784 | |
2693 | 10785 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 10786 |
10787 * Version 2.0.3 released. | |
10788 | |
2676 | 10789 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10790 | |
10791 * image/saveimage.m: Only clip image data that is actually out of | |
10792 range. | |
10793 | |
2667 | 10794 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10795 | |
10796 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
10797 also be considered to be matrices. | |
10798 | |
10799 * general/is_vector.m: Scalars may also be considered to be vectors. | |
10800 | |
10801 * general/isempty.m: Use size(), not rows() and columns(). | |
10802 | |
10803 * plot/contour.m: Convert set to gset. | |
10804 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
10805 | |
2663 | 10806 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10807 | |
10808 * specfun/erfinv.m: Fix typo in last change. | |
10809 | |
2650 | 10810 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10811 | |
10812 * image/loadimage.m: Make it possible to load files with image | |
10813 data named X or img. | |
10814 | |
10815 * image/default.img: Change name of image from X to img to match | |
10816 what saveimage does now. | |
10817 | |
10818 * image/loadimage.m: Rename X to be img, to match what saveimage | |
10819 does now. | |
10820 | |
2632 | 10821 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10822 | |
2634 | 10823 * Version 2.0.2 released. |
10824 | |
2632 | 10825 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
10826 weird missing-lines bug without creating extra plots unecessarily. | |
10827 | |
2624 | 10828 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10829 | |
10830 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
10831 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
10832 io/Makefile.in, linear-algebra/Makefile.in, | |
10833 miscellaneous/Makefile.in, plot/Makefile.in, | |
10834 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
10835 specfun/Makefile.in, special-matrix/Makefile.in, | |
10836 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
10837 time/Makefile.in (bin-dist): New target. | |
10838 | |
2621 | 10839 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10840 | |
10841 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
10842 | |
10843 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10844 | |
10845 * miscellaneous/xor.m: Make it work. | |
10846 | |
2613 | 10847 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10848 | |
10849 * plot/sombrero.m: Doc fix. | |
10850 | |
2602 | 10851 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10852 | |
10853 * Version 2.0.1 released. | |
10854 | |
2601 | 10855 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10856 | |
10857 * elfun/lcm.m: Replace missing if statement. | |
10858 | |
10859 * elfun/gcd.m: Report error if no input args. | |
10860 * elfun/lcm.m: Likewise. | |
10861 | |
2597 | 10862 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10863 | |
10864 * Makefile.in (install): Use ls -LR to create ls-R database. | |
10865 Also list contents of $libexecdir/octave in ls-R database. | |
10866 | |
2583 | 10867 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10868 | |
10869 * Version 2.0 released. | |
10870 | |
2575 | 10871 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10872 | |
10873 * Version 1.94. | |
10874 | |
2558 | 10875 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10876 | |
10877 * strings/str2num.m: New file. | |
10878 | |
2554 | 10879 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10880 | |
10881 * Version 1.93. | |
10882 | |
2540 | 10883 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10884 | |
10885 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
10886 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
10887 linear-algebra/vech.m: New files from Kurt Hornik. | |
10888 | |
10889 * general/nextpow2.m, general/shift.m, general/diff.m, | |
10890 general/common_size.m: New files from Kurt Hornik. | |
10891 | |
10892 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
10893 New files from Kurt Hornik. | |
10894 | |
10895 * signal/detrend.m: New file from Kurt Hornik. | |
10896 | |
10897 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
10898 specfun/pow2.m, specfun/log2.m: | |
10899 New files and updates from Kurt Hornik. | |
10900 | |
2523 | 10901 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10902 | |
10903 * plot/__plt__.m: Add explicit replot after last command is | |
10904 issued, to force all lines to be displayed. Hmm. | |
10905 | |
2512 | 10906 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10907 | |
2520 | 10908 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
10909 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
10910 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
10911 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
10912 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
10913 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
10914 Uset gset, not set. | |
10915 | |
2512 | 10916 * Version 1.92. |
10917 | |
2482 | 10918 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10919 | |
2486 | 10920 * image/saveimage.m: When writing PostScript, name Octave as the |
10921 almighty Creator. Use single call to fprintf instead of looping. | |
10922 | |
10923 * image/Makefile.in: Delete references to octtopnm. | |
10924 | |
10925 * general/logspace.m: Doc fix. | |
10926 | |
2482 | 10927 * Version 1.91. |
10928 | |
2458 | 10929 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10930 | |
10931 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
10932 | |
10933 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
10934 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
10935 deleted. | |
10936 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
10937 of a system() command to delete the tmp file. | |
10938 | |
2452 | 10939 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10940 | |
10941 * Version 1.90. | |
10942 | |
10943 * Makefile.in (DISTFILES): Add ChangeLog. | |
10944 | |
2360 | 10945 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10946 | |
10947 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
10948 Don't check for string value of automatic_replot. | |
10949 | |
10950 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
10951 Temporarily set do_fortran_indexing to 1, not "true". | |
10952 | |
10953 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
10954 not "false". | |
10955 | |
10956 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
10957 "false". | |
10958 | |
2355 | 10959 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
10960 | |
10961 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
10962 | |
2330 | 10963 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10964 | |
10965 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
10966 system command. | |
10967 | |
10968 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10969 | |
10970 * __plr1__.m: Renamed from polar_int_1.m. | |
10971 * __plr2__.m: Renamed from polar_int_2.m. | |
10972 * __plr__.m: Renamed from polar_int.m. | |
10973 * __plt1__.m: Renamed from plot_int_1.m. | |
10974 * __plt2__.m: Renamed from plot_int_2.m. | |
10975 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
10976 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
10977 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
10978 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
10979 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
10980 * __plt__.m: Renamed from plot_int.m. | |
10981 * __pltopt__.m: Renamed from plot_opt.m. | |
10982 Change all callers. | |
10983 | |
10984 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10985 | |
10986 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
10987 comments like those found in Emacs lisp files. | |
10988 | |
10989 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10990 | |
10991 * All .m files: Change comment style. | |
10992 | |
10993 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10994 | |
10995 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
10996 subplot.m, subwindow.m, top_title.m: | |
10997 Print error message if gnuplot_has_multiplot is not true. | |
10998 | |
10999 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11000 | |
11001 * plot/figure.m: New function. | |
11002 | |
11003 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11004 | |
11005 * strings/strrep.m: New function. | |
11006 | |
11007 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11008 | |
11009 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
11010 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
11011 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
11012 strings/split.m, strings/str2mat.m, strings/substr.m: | |
11013 New functions from Kurt Hornik, heavily modified by jwe. | |
11014 | |
11015 * general/reshape.m: Allow strings to be reshaped too. | |
11016 | |
11017 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
11018 Always return a scalar. | |
11019 | |
11020 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11021 | |
11022 * polynomial/polyfit.m: Make orientation of result compatible with | |
11023 Matlab. | |
11024 | |
11025 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11026 | |
11027 * polynomial/polyfit.m: Add missing close paren. | |
11028 | |
11029 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11030 | |
11031 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
11032 | |
11033 * io/scanf.m: Delete. | |
11034 | |
11035 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11036 | |
11037 * statistics/median.m: Fix typo in usage message. | |
11038 | |
11039 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11040 | |
11041 * miscellaneous/popen2.m: New file. | |
11042 | |
11043 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11044 | |
11045 * configure.in (AC_OUTPUT): Add io/Makefile. | |
11046 | |
11047 * io: New directory. | |
11048 * Makefile.in (SUBDIRS): Add it to the list. | |
11049 | |
11050 * miscellaneous/flops.m: New file. | |
11051 | |
11052 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11053 | |
11054 * miscellaneous/cputime.m: Return three arguments instead of a | |
11055 vector, for compatibility with previous versions and with Matlab | |
11056 (which only returns one scalar value). | |
11057 | |
11058 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
11059 | |
11060 * general/triu.m: Compute lower bound on loop index correctly. | |
11061 * general/tril.m: Likewise, for upper bound. | |
11062 | |
11063 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11064 | |
11065 * image/saveimage.m: For color images, make sure indices into | |
11066 temporary colormap and result matrix have proper orientation. | |
11067 Set grey flag correctly. | |
11068 | |
11069 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11070 | |
11071 * statistics/std.m: Use better formula (from Jim Van Zandt | |
11072 jrv@vanzandt.mv.com). | |
11073 | |
11074 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11075 | |
11076 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
11077 * mesh.m: Transpose Z if only one arg. | |
11078 Handle case of all three args being matrices (from Jim Van Zandt | |
11079 jrv@vanzandt.mv.com). | |
11080 * meshdom.m: Undo previous change. | |
11081 | |
11082 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11083 | |
11084 * configure.in (AC_OUTPUT): Add audio/Makefile | |
11085 | |
11086 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11087 | |
11088 * audio: New directory of files from Kurt Hornik and Andreas | |
11089 Weingessel. | |
11090 * audio/Makefile.in: New file. | |
11091 * Makefile.in (SUBDIRS): Add audio to the list. | |
11092 | |
11093 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11094 | |
11095 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
11096 | |
11097 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11098 | |
11099 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
11100 columns (z), not the other way around. | |
11101 * plot/meshdom.m: Don't reverse order of elements in y. | |
11102 | |
11103 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11104 | |
11105 * plot/axis.m: Return current axis if nargin == 0. | |
11106 | |
11107 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11108 | |
11109 * polynomial/roots.m: Updates from Kurt Hornik. | |
11110 | |
11111 * polynomial/polyder.m: New file. | |
11112 | |
11113 * polynomial/polyderiv.m: Give return value and arg different names. | |
11114 | |
11115 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11116 | |
11117 * specfun/betainc.m: New file. | |
11118 * specfun/gammainc.m: New file. | |
11119 | |
11120 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11121 | |
11122 * general/strerror.m: New file. | |
11123 * general/perror.m: Implement using strerror(). | |
11124 | |
11125 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11126 | |
11127 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
11128 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
11129 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
11130 | |
11131 * image/saveimage.m: Round img values first. | |
11132 | |
11133 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11134 | |
11135 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
11136 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
11137 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
11138 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
11139 special-matrix/hankel.m special-matrix/toeplitz.m | |
11140 tuwien/strfun/split.m: Add missing semicolons. | |
11141 | |
11142 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
11143 | |
11144 * image/Makefile.in: Don't build or install octtoppm. | |
11145 | |
11146 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 11147 routines so that people who don't have the pbm stuff installed |
2330 | 11148 can still use this function. |
11149 | |
11150 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11151 | |
11152 * image/saveimage.m: Better error checking, clean up a bit. | |
11153 | |
11154 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11155 | |
11156 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
11157 avoid conflict with new built-in text-style function more. | |
11158 | |
11159 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
11160 | |
11161 * startup/Makefile.in (install): Also install octaverc in | |
11162 $localfcnfiledir/startup/octavrc. | |
11163 | |
11164 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11165 | |
11166 * mkinstalldirs: New file. | |
11167 * Makefile.in (DISTFILES): Add it to the list. | |
11168 | |
11169 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
11170 | |
11171 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11172 | |
11173 * special-matrix/hankel.m: Compatibility fix. Complain if | |
11174 r(1) != c(nr), not if r(1) != c(1). | |
11175 | |
11176 * signal/filter.m: Doc fix. | |
11177 | |
11178 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11179 | |
11180 * miscellaneous/cputime.m: Use new resource structure names (no | |
11181 ru_ or tv_ prefixes). | |
11182 | |
11183 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11184 | |
11185 * time/ctime.m: Fix doc string and usage message. | |
11186 | |
11187 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11188 | |
11189 * time/clock.m: Use new time structure names (no tm_ prefix). | |
11190 | |
11191 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11192 | |
11193 * control/c2d.m: Make function work for any value of | |
11194 whitespace_in_literal_matrix. | |
11195 * control/dare.m: Likewise. | |
11196 * control/tzero.m: Likewise. | |
11197 * elfun/gcd.m: Likewise. | |
11198 * elfun/lcm.m: Likewise. | |
11199 * general/postpad.m: Likewise. | |
11200 * general/prepad.m: Likewise. | |
11201 * linear-algebra/kron.m: Likewise. | |
11202 * miscellaneous/etime.m: Likewise. | |
11203 * polynomial/conv.m: Likewise. | |
11204 * polynomial/deconv.m: Likewise. | |
11205 * polynomial/poly.m: Likewise. | |
11206 * polynomial/roots.m: Likewise. | |
11207 * signal/filter.m: Likewise. | |
11208 * signal/freqz.m: Likewise. | |
11209 * signal/fftfilt.m: Likewise. | |
11210 | |
11211 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11212 | |
11213 * miscellaneous/is_leap_year.m: Make work for vector args. | |
11214 | |
11215 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11216 | |
11217 * plot/polar_int_2.m: Add missing semicolons. | |
11218 Set theta = theta', not rho'. | |
11219 | |
11220 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11221 | |
11222 * polynomial/roots.m: Make it work for any value of | |
11223 whitespace_in_literal_matrix. | |
11224 | |
11225 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11226 | |
11227 * configure.in: New file. | |
11228 | |
11229 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11230 | |
11231 * control/lyap.m: Add missing semicolon. | |
11232 | |
11233 * miscellaneous/cputime.m: New function file. | |
11234 | |
11235 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11236 | |
11237 * time: New directory. | |
11238 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
11239 New function files. | |
11240 * time/Makefile.in: New file. | |
11241 * Makefile.in (SUBDIRS): Add time. | |
11242 | |
11243 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11244 | |
11245 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
11246 | |
11247 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11248 | |
11249 * plot/plot_int_1.m: Transpose data with .', not '. | |
11250 | |
11251 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11252 | |
11253 * Makefile.in (install uninstall clean mostlyclean distclean | |
11254 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
11255 | |
11256 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11257 | |
11258 * Makefile.in (install): Create ls-R database file. | |
11259 (uninstall): Delete it. | |
11260 | |
11261 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11262 | |
5378 | 11263 * image/saveimage.m: Fix typo. |
2330 | 11264 |
11265 See ChangeLog.1 in the top level directory for earlier changes. |