Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 8594:756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
author | Jason Riedy <jason@acm.org> |
---|---|
date | Mon, 26 Jan 2009 22:43:29 -0500 |
parents | dacfd030633a |
children | 8833c0b18eb2 |
rev | line source |
---|---|
8594
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
1 2009-01-26 Jason Riedy <jason@acm.org> |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
2 |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
3 * miscellaneous/orderfields.m: Also avoid loop for non-empty structs. |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
4 |
8592
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
5 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
6 |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
7 * optimization/fsolve.m: Disable Broyden updates for sparse jacobians. |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
8 |
8591 | 9 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
10 | |
11 * optimization/__fsolve_defopts__.m: Remove. | |
12 * optimization/Makefile.in: Reflect change. | |
13 | |
8590 | 14 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
15 | |
16 * optimization/__fdjac__.m: Fix setting up h. | |
17 * optimization/fsolve.m: Allow underdetermined systems. Use QR for | |
18 large enough square and overdetermined systems, with pivoting in the | |
19 first step. Simplify options. Adjust defaults - make TR radius | |
20 tolerance less stringent. Support DisplayFcn. | |
21 | |
8586
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
22 2008-12-24 Ben Abbott <bpabbott@mac.com> |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
23 |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
24 * path/savepath.m: Respect cmd-line and env paths. |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
25 |
8585
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
26 2009-01-24 Ben Abbott <bpabbott@mac.com> |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
27 |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
28 * sparse/svds.m: svds.m: skip tests if ARPACK is missing. |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
29 |
8582 | 30 2009-01-23 Søren Hauberg <hauberg@gmail.com> |
31 | |
32 * help/type.m: Make 'type X' work, when X is the name of a variable. | |
33 | |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
34 2009-01-22 John W. Eaton <jwe@octave.org> |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
35 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
36 * help/which.m: New function. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
37 * help/Makefile.in (SOURCES): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
38 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
39 * help/help.m: Also display location of the file before the help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
40 * help/print_usage: Also display additional help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
41 * help/__additional_help_message__.m: Return message instead of |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
42 displaying it. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
43 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
44 2009-01-22 S�ren Hauberg <hauberg@gmail.com> |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
45 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
46 * help: New directory. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
47 * configure.in (AC_CONFIG_FILES): Add help/Makefile to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
48 * Makefile.in (SUBDIRS): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
49 * help/__additional_help_message__.m, help/__strip_html_tags__.m, |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
50 help/gen_doc_cache.m, help/get_first_help_sentence.m, help/help.m, |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
51 help/lookfor.m, help/makeinfo.m, help/print_usage.m, help/type.m: |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
52 New functions. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
53 * help/Makefile.in (SOURCES): Add them to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
54 * help/doc.m: Move here from miscellaneous/doc.m. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
55 * miscellaneous/Makefile.in (SOURCES): Remove doc.m from the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
56 * miscellaneous/pkg.m: Generate documentation cache during install. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
57 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
58 2009-01-22 Jaroslav Hajek <highegg@gmail.com> |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
59 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
60 * optimization/fsolve.m: Undo the last change. |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
61 |
8558
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
62 2009-01-18 Thorsten Meyer <thorsten.meyier@gmx.de> |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
63 |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
64 * miscellaneous/doc.m: Add test for existence of info file. |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
65 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
66 2009-01-21 John W. Eaton <jwe@octave.org> |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
67 |
8557
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
68 * plot/__axis_label__.m: Set properties in existing axis label |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
69 object instead of creating a new text object. |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
70 * plot/ylabel.m: Don't set rotation property here. |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
71 * plot/title.m: Don't set horizontalalignment property here. |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
72 |
8556
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
73 * plot/ylabel.m: Insert rotation property in varargin before |
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
74 passing it on to __axis_label__. |
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
75 * plot/__axis_label__.m: Don't set rotation for ylabel here. |
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
76 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
77 * plot/title.m: Insert horizontalalignment property in varargin |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
78 before passing it on to __axis_label__. |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
79 |
8552
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
80 2009-01-21 Jaroslav Hajek <highegg@gmail.com> |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
81 |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
82 * strings/strchr.m: New function. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
83 * strings/Makefile.in: Add it. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
84 |
8550
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
85 2009-01-20 Jaroslav Hajek <highegg@gmail.com> |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
86 |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
87 * optimization/fsolve.m: Only use qrupdate if available. |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
88 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
89 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
|
90 |
8545
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
91 * general/postpad.m: Doc fix. |
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
92 * general/prepad.m: Doc fix. |
8544 | 93 * image/pink.m: Spelling fix. |
94 * image/hsv.m: Doc fix. | |
95 From Francesco Potorti` <Potorti@isti.cnr.it>. | |
8543 | 96 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
97 * 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
|
98 |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
99 2009-01-17 Ben Abbott <bpabbott@mac.com> |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
100 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
101 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
102 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
103 |
8532
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
104 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
|
105 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
106 * 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
|
107 |
8530
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
108 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
|
109 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
110 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
111 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
112 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
|
113 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
114 * 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
|
115 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
|
116 |
8528 | 117 2008-01-15 Ben Abbott <bpabbott@mac.com> |
118 | |
119 * plot/grid.m: Document handle argument. | |
120 | |
8522
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
121 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
|
122 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
123 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
124 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
125 |
8521 | 126 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
127 | |
128 * gethelp.cc: Include <cstdio>. | |
129 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
130 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
|
131 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
132 * 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
|
133 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
|
134 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
135 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
|
136 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
137 * 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
|
138 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
139 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
|
140 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
|
141 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
|
142 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
|
143 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
|
144 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
|
145 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
|
146 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
|
147 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
|
148 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
|
149 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
|
150 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
|
151 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
|
152 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
153 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
154 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
|
155 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
156 * linear-algebra/expm.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
157 |
8513 | 158 * optimization/fsolve.m: Doc fix. |
159 | |
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
|
160 * 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
|
161 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
162 * 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
|
163 |
8506 | 164 2009-01-13 John W. Eaton <jwe@octave.org> |
165 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
166 * 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
|
167 |
8507 | 168 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
169 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
170 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
171 general/quadgk.m, general/quadv.m, general/repmat.m, | |
172 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
173 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
174 image/imwrite.m, linear-algebra/dmult.m, | |
175 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
176 miscellaneous/setfield.m, miscellaneous/what.m, | |
177 optimization/fsolve.m, optimization/fzero.m, | |
178 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
179 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
180 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
181 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
182 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
183 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
184 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
185 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
186 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
187 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
188 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
189 statistics/base/center.m, statistics/base/quantile.m, | |
190 statistics/base/ranks.m, statistics/base/std.m, | |
191 statistics/distributions/hygepdf.m, | |
192 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
193 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
194 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
195 testfun/speed.m, testfun/test.m: Style fixes. | |
196 | |
8506 | 197 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
198 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
199 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
200 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
201 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
202 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
203 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
204 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
205 statistics/base/quantile.m, statistics/base/values.m, | |
206 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
207 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
208 time/datestr.m, time/datevec.m: Comment style fixes. | |
209 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
210 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
|
211 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
212 * 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
|
213 |
8466 | 214 2009-01-12 John W. Eaton <jwe@octave.org> |
215 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
216 * 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
|
217 Use strcmpi to compare options. |
8466 | 218 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
219 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
|
220 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
221 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
222 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
223 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
224 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
|
225 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
226 * 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
|
227 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
228 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
229 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
230 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
231 * miscellaneous/orderfields.m: Dtto. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
232 * miscellaneous/what.m: Dtto. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
233 * pkg/pkg.m: Dtto. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
234 * plot/ndgrid.m: Dtto. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
235 * strings/strcat.m: Dtto. |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
236 |
8451 | 237 2009-01-09 Kai Habel <kai.habel@gmx.de> |
238 | |
239 * plot/surfl.m: New function | |
240 * plot/diffuse.m: dito | |
241 * plot/specular.m: dito | |
242 | |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
243 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
|
244 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
245 * 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
|
246 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
247 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
|
248 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
249 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
250 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
251 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
|
252 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
253 * 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
|
254 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
|
255 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
|
256 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
|
257 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
|
258 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
|
259 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
|
260 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
|
261 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
|
262 * 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
|
263 * 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
|
264 * 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
|
265 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
266 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
|
267 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
268 * 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
|
269 |
8438 | 270 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
271 | |
272 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
273 operation fails. | |
274 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
275 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
|
276 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
277 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
278 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
279 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
280 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
281 * 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
|
282 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
283 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
284 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
285 * 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
|
286 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
287 |
8441
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
288 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
|
289 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
290 * 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
|
291 |
8450
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
292 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
|
293 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
294 * 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
|
295 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
296 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
297 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
298 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
299 |
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
|
300 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
|
301 |
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
|
302 * 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
|
303 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
|
304 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
305 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
306 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
307 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
308 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
309 |
8416 | 310 2008-11-21 Radek Salac <salac.r@gmail.com> |
311 | |
312 * sparse/bicgstab.m: New function. | |
313 * sparse/Makefile.in (SOURCES): Add it here. | |
314 | |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
315 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
|
316 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
317 * 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
|
318 (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
|
319 * 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
|
320 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
321 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
322 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
323 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
324 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
325 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
326 |
8404
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
327 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
|
328 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
329 * 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
|
330 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
|
331 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
332 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
333 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
334 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
335 |
8393 | 336 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
337 | |
8394 | 338 * linear-algebra/expm.m: New source. |
8393 | 339 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
340 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
341 |
8394 | 342 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
343 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
344 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
345 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
346 * 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
|
347 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
348 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
|
349 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
350 * 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
|
351 * 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
|
352 * 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
|
353 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
354 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
|
355 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
356 * 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
|
357 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
|
358 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
|
359 * 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
|
360 * 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
|
361 * 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
|
362 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
363 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
364 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
365 * 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
|
366 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
367 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
|
368 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
369 * 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
|
370 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
371 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
|
372 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
373 * 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
|
374 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
375 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
|
376 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
377 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
|
378 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
379 |
8343
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
380 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
|
381 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
382 * 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
|
383 |
8344
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
384 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
|
385 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
386 * 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
|
387 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
388 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
|
389 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
390 * 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
|
391 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
392 |
8324 | 393 2008-11-14 David Bateman <dbateman@free.fr> |
394 | |
395 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
396 of the axis object. | |
397 | |
8356
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
398 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
|
399 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
400 * 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
|
401 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
402 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
|
403 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
404 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
405 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
406 |
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
|
407 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
|
408 |
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
|
409 * 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
|
410 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
|
411 * 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
|
412 |
8316 | 413 2008-11-10 John W. Eaton <jwe@octave.org> |
414 | |
415 * polynomial/spline.m: Delete debugging statements. From | |
416 Sebastian Sch�ps <sebastian@schoeps.org>. | |
417 | |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
418 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
|
419 |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
420 * 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
|
421 environment |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
422 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
423 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
|
424 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
425 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
426 |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
427 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
|
428 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
429 * 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
|
430 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
431 |
8354
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
432 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
|
433 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
434 * 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
|
435 |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
436 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
437 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
438 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
439 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
440 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
441 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
442 |
8305 | 443 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
444 | |
445 * optimization/fzero.m: Replace tabs by spaces. | |
446 | |
447 2008-09-28 Jaroslav Hajek <highegg@gmail.com> | |
448 | |
449 * optimization/fzero.m: Simplify exception handling. | |
450 | |
451 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
452 | |
453 * optimization/fzero.m: New function file. | |
454 * optimization/Makefile.in: Add it. | |
455 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
456 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
457 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
458 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
459 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
460 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
461 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
462 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
463 |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
464 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
465 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
466 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
467 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
468 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
469 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
470 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
471 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
472 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
473 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
474 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
|
475 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
476 * 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
|
477 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
478 * 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
|
479 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
|
480 * 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
|
481 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
482 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
|
483 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
484 * 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
|
485 * 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
|
486 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
|
487 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
488 * 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
|
489 * 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
|
490 * 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
|
491 * 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
|
492 * 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
|
493 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
494 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
495 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
|
496 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
497 * 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
|
498 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
|
499 * 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
|
500 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
|
501 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
|
502 * 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
|
503 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
504 * 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
|
505 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
|
506 * 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
|
507 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
|
508 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
509 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
510 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
|
511 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
512 * 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
|
513 |
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
|
514 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
|
515 |
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
|
516 * 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
|
517 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
|
518 |
8274
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
519 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
|
520 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
521 * 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
|
522 |
8264
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
523 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
|
524 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
525 * 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
|
526 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
527 * 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
|
528 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
529 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
|
530 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
531 * 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
|
532 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
533 |
8257 | 534 2008-10-22 David Bateman <dbateman@free.fr> |
535 | |
8260 | 536 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
537 "caller" workspace. | |
538 | |
8258 | 539 * plot/__errplot__.m: Add errorbar series objects. |
540 * plot/errbar.m: Add some demos. | |
541 | |
8257 | 542 * plot/__add_line_series__.m: Remove |
543 * plot/Makefile.in (SOURCES): Remove it here too. | |
544 * plot/__add_datasource__.m: Allow for more than one character in | |
545 source name. | |
546 * plot/refreshdata.m: Ditto. | |
547 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
548 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
549 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
550 * plot/__scatter__.m: Add scatter series objects and data sources. | |
551 * plot/legend.m: Update type in loop and remove debugging messages. | |
552 | |
8251 | 553 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
554 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
555 * 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
|
556 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
557 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
558 |
8249 | 559 2008-10-21 John W. Eaton <jwe@octave.org> |
560 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
561 * 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
|
562 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
563 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
564 |
8249 | 565 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
566 struct. Use get instead of examining struct fields directly. | |
567 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
568 object struct. Use get instead of examining struct elements | |
569 directly. Use allhild instead of looking at children field of | |
570 figure object struct. | |
571 | |
8251 | 572 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 573 |
574 * plot/orient.m: Fix syntax error. | |
575 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
576 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
577 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
578 * 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
|
579 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
580 * 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
|
581 * 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
|
582 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
583 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
|
584 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
585 * 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
|
586 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
|
587 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
588 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
589 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
|
590 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
591 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
592 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
593 * 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
|
594 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
595 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
596 * 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
|
597 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
598 * 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
|
599 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
600 * 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
|
601 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
602 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
|
603 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
604 * 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
|
605 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
|
606 |
8236 | 607 2008-10-17 David Bateman <dbateman@free.fr> |
608 | |
609 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
610 from potential axis handles. | |
611 * plot/colorbar.m: Remove debug output. | |
612 * plot/comet.m: Close plot before demo | |
613 * plot/contourc.m: No output if nargout == 0. | |
614 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
615 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
|
616 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
617 * 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
|
618 |
8229 | 619 2008-10-16 John W. Eaton <jwe@octave.org> |
620 | |
621 * testfun/rundemos.m: New function. | |
622 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
623 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
|
624 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
625 * 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
|
626 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
627 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
|
628 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
629 * 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
|
630 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
|
631 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
632 * 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
|
633 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
|
634 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
|
635 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
636 * 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
|
637 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
|
638 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
639 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
640 * 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
|
641 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
|
642 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
643 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
|
644 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
645 * 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
|
646 (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
|
647 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
648 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
|
649 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
650 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
651 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
652 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
653 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
|
654 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
655 * 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
|
656 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
|
657 (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
|
658 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
659 * 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
|
660 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
661 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
662 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
663 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
|
664 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
665 * 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
|
666 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
667 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
668 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
|
669 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
670 * 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
|
671 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
672 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
|
673 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
674 * 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
|
675 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
676 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
677 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
678 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
679 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
680 |
8208 | 681 2008-10-10 David Bateman <dbateman@free.fr> |
682 | |
683 * image/__img__.m: Manually set the limits of th eimage | |
684 * plot/__go_draw_axes__.m: Base window position in the axis | |
685 position property and not the outerposition property. Remove | |
686 colorbar code based on the gnuplot colorbox. Allow images to be a | |
687 vector to support image based colorbars. Also check labelmode for | |
688 manual tics. | |
689 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
690 colorbar code. | |
691 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
692 it to the principal axis. | |
693 * plot/legend.m: Support an axis handle as the first | |
694 argument. Support hggroups. | |
695 * plot/pareto.m: Don't support an axis handle as the first | |
696 argument as the plotyy command in fact needs two axis handles. | |
697 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
698 synchronize the two axes. | |
699 * plot/subplot.m: Also skip axes that are tagged as being a | |
700 colorbar. Don't break in search of overlapping axes to delete. Set | |
701 both the position and the outerposition. | |
702 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
703 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
|
704 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
705 * 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
|
706 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
707 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
|
708 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
709 * 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
|
710 * 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
|
711 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
712 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
|
713 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
714 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
715 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
716 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
717 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
718 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
719 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
720 * 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
|
721 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
722 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
|
723 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
724 * 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
|
725 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
726 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
|
727 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
728 * 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
|
729 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
|
730 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
|
731 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
|
732 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
|
733 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
|
734 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
|
735 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
|
736 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
|
737 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
|
738 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
739 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
|
740 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
741 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
742 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
743 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
744 * 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
|
745 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
746 * 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
|
747 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
748 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
|
749 |
8182 | 750 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
751 | |
752 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
|
753 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
754 * 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
|
755 |
8182 | 756 2008-10-02 Ben Abbott <bpabbott@mac.com> |
757 | |
758 * 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
|
759 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
760 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
761 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
762 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
763 |
8182 | 764 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
|
765 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
766 * 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
|
767 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
768 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
769 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
770 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
|
771 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
772 * 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
|
773 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
774 * 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
|
775 |
8182 | 776 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
|
777 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
778 * 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
|
779 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
780 * 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
|
781 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
782 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
|
783 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
784 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
785 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
786 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
787 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
788 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
789 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
|
790 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
791 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
792 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
|
793 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
794 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
795 |
8148 | 796 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
797 | |
798 * image/imread.m, image/imwrite.m: Doc fix. | |
799 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
800 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
|
801 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
802 * 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
|
803 |
8149 | 804 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
|
805 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
806 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
807 * 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
|
808 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
809 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
|
810 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
811 * 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
|
812 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
813 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
814 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
815 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
816 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
817 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
818 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
819 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
820 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
821 |
8182 | 822 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 823 |
824 * plot/comet.m: New file. | |
825 * plot/Makefile.in (SOURCES): Add it here. | |
826 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
827 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
|
828 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
829 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
830 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
831 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
832 * 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
|
833 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
|
834 |
8182 | 835 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
|
836 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
837 * 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
|
838 |
8116 | 839 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
840 | |
8117 | 841 * image/imshow.m: Fix for display_range. |
842 | |
8116 | 843 * general/interpn.m: Fixe for extrapval and documentation of |
844 extrapval. | |
845 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
846 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
|
847 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
848 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
849 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
850 * 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
|
851 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
852 * 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
|
853 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
854 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
855 * 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
|
856 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
|
857 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
858 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
859 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
860 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
861 |
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
|
862 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
|
863 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
864 * 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
|
865 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
|
866 |
8088 | 867 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
868 | |
869 * plot/plot.m: Doc fix. | |
870 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
871 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
|
872 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
873 * 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
|
874 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
875 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
876 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
|
877 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
878 * 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
|
879 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
880 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
881 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
882 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
883 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
884 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
885 * 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
|
886 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
887 |
8076 | 888 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
889 | |
890 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
891 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
892 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
893 | |
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
|
894 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
|
895 |
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
|
896 * 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
|
897 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
|
898 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
|
899 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
|
900 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
|
901 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
|
902 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
|
903 '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
|
904 * 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
|
905 |
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
|
906 * 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
|
907 * 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
|
908 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
909 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
910 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
911 * 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
|
912 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
913 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
914 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
915 * 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
|
916 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
|
917 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
918 * 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
|
919 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
|
920 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
|
921 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
922 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
923 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
924 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
925 |
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
|
926 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
|
927 |
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
|
928 * 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
|
929 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
|
930 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
931 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
|
932 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
933 * 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
|
934 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
935 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
936 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
|
937 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
938 * 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
|
939 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
|
940 * 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
|
941 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
|
942 * 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
|
943 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
944 * 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
|
945 * 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
|
946 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
|
947 * 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
|
948 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
|
949 * 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
|
950 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
|
951 * 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
|
952 * 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
|
953 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
|
954 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
955 |
8054 | 956 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
957 | |
958 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
959 Handle parameter-value options. Untabify. | |
960 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
961 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
|
962 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
963 * 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
|
964 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
965 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
966 * 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
|
967 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
|
968 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
969 * 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
|
970 * 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
|
971 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
972 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
973 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
|
974 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
975 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
976 |
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
|
977 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
|
978 |
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
|
979 * 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
|
980 (__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
|
981 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
|
982 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
983 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
984 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
985 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
986 |
8046 | 987 2008-08-21 David Bateman <dbateman@free.fr> |
988 | |
989 * plot/ezplot.m : New function. | |
990 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
991 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
992 | |
8182 | 993 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
|
994 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
995 * 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
|
996 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
997 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
998 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
|
999 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1000 * 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
|
1001 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
|
1002 |
8040 | 1003 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
|
1004 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
1005 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
1006 |
8035 | 1007 2008-08-19 David Bateman <dbateman@free.fr> |
1008 | |
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
|
1009 * 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
|
1010 * 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
|
1011 |
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
|
1012 * statistics/base/ranks.m: Doc fix. |
8035 | 1013 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
1014 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
|
1015 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
1016 * 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
|
1017 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1018 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
|
1019 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1020 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1021 |
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
|
1022 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
|
1023 |
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
|
1024 * 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
|
1025 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
|
1026 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1027 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
|
1028 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1029 * 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
|
1030 |
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
|
1031 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
|
1032 |
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
|
1033 * 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
|
1034 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
|
1035 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1036 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
|
1037 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1038 * 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
|
1039 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1040 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1041 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1042 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1043 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1044 * 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
|
1045 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1046 * 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
|
1047 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1048 |
8182 | 1049 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
|
1050 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
1051 * plot/hold.m: Clarify help text. |
7986 | 1052 |
1053 * specfun/reallog.m: Fix help string. | |
1054 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1055 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 1056 |
1057 * strings/regexptranslate.m: Add real documentation. | |
1058 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
1059 * 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
|
1060 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
1061 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
1062 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1063 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1064 |
7974 | 1065 2008-07-28 John W. Eaton <jwe@octave.org> |
1066 | |
1067 * image/imwrite.m: New function. | |
1068 * image/Makefile.in (SOURCES): Add it to the list. | |
1069 | |
7969 | 1070 2008-07-24 Ben Abbott <bpabbott@mac.com> |
1071 | |
1072 * time/datestr.m: New xtest. | |
1073 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1074 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
|
1075 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1076 * 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
|
1077 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1078 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1079 |
7940 | 1080 2008-07-17 John W. Eaton <jwe@octave.org> |
1081 | |
1082 * general/fliplr.m: Fix usage test. | |
1083 * testfun/test.m: Fix usage tests. | |
1084 | |
8040 | 1085 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 1086 |
1087 * statistics/base/cov.m: Fix test that should no longer work. | |
1088 | |
7935 | 1089 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
1090 | |
1091 * plot/gcbo.m, plot/gcbf.m: New functions. | |
1092 * plot/Makefile.in (SOURCES): Add them to the list. | |
1093 | |
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
|
1094 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
|
1095 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1096 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1097 * 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
|
1098 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1099 * 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
|
1100 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1101 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1102 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1103 |
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
|
1104 * 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
|
1105 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
1106 * 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
|
1107 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
1108 * 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
|
1109 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1110 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
|
1111 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1112 * 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
|
1113 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1114 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
|
1115 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1116 * 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
|
1117 |
8040 | 1118 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
|
1119 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1120 * 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
|
1121 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1122 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1123 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1124 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1125 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
|
1126 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1127 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
|
1128 |
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
|
1129 * 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
|
1130 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1131 * 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
|
1132 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
|
1133 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1134 |
8040 | 1135 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
|
1136 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
1137 * 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
|
1138 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1139 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1140 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1141 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1142 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1143 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1144 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1145 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
|
1146 |
7817 | 1147 * miscellaneous/debug.m: New file.. |
1148 * Makefile.in (SOURCES): Add it to the list. | |
1149 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1150 * 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
|
1151 []. 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
|
1152 |
8040 | 1153 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 1154 |
1155 * strings/strcat.m: Add tests. | |
1156 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1157 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
|
1158 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1159 * 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
|
1160 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1161 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1162 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1163 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1164 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1165 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1166 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1167 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1168 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1169 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1170 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1171 |
7783 | 1172 2008-05-20 Bill Denney <bill@denney.ws> |
1173 | |
1174 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
1175 New tests. | |
1176 | |
7777 | 1177 2008-05-19 John W. Eaton <jwe@octave.org> |
1178 | |
1179 * general/isa.m: Fix tests. | |
1180 | |
7773 | 1181 2008-05-13 Bill Denney <bill@denney.ws> |
1182 | |
1183 * general/isa.m: Use persistent cell arrays to hold class names | |
1184 instead of multiple strcmp calls. | |
1185 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1186 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1187 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1188 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1189 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
|
1190 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1191 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1192 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
|
1193 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
|
1194 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1195 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1196 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1197 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1198 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1199 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1200 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
|
1201 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1202 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1203 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1204 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1205 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
|
1206 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1207 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
1208 * 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
|
1209 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
1210 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
1211 * 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
|
1212 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
1213 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1214 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1215 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1216 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1217 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
|
1218 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1219 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1220 |
7765 | 1221 2008-05-06 David Bateman <dbateman@free.fr> |
1222 | |
1223 * miscellaneous/symvar.m: New function. | |
1224 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1225 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1226 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
|
1227 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1228 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1229 * 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
|
1230 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1231 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1232 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1233 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1234 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
|
1235 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
|
1236 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1237 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1238 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1239 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1240 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1241 * 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
|
1242 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1243 |
7747 | 1244 2008-04-30 John W. Eaton <jwe@octave.org> |
1245 | |
1246 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
1247 elfun/asech.m, specfun/pow2.m: Fix tests. | |
1248 | |
8040 | 1249 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 1250 |
1251 * specfun/log2.m: Delete. | |
1252 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
1253 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
1254 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
|
1255 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
1256 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
|
1257 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1258 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1259 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1260 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1261 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1262 |
7736 | 1263 2008-04-25 John W. Eaton <jwe@octave.org> |
1264 | |
1265 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1266 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 1267 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
1268 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
|
1269 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
1270 * 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
|
1271 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
|
1272 * 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
|
1273 |
8149 | 1274 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
|
1275 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
1276 * 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
|
1277 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
1278 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
|
1279 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
1280 * 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
|
1281 |
7713 | 1282 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
|
1283 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
1284 * 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
|
1285 |
7710 | 1286 2008-04-14 David Bateman <dbateman@free.fr> |
1287 | |
1288 * plot/rose.m: Add missing comment mark that causes issues with | |
1289 octave-forge function referencing. | |
1290 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
1291 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1292 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
|
1293 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1294 * 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
|
1295 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
|
1296 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
|
1297 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
|
1298 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
|
1299 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
|
1300 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
|
1301 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
|
1302 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
|
1303 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
|
1304 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
|
1305 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
|
1306 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
|
1307 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
|
1308 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
|
1309 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
|
1310 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
|
1311 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
|
1312 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
|
1313 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
|
1314 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
|
1315 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
|
1316 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
|
1317 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
|
1318 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
|
1319 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
|
1320 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
|
1321 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
|
1322 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
|
1323 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
|
1324 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
|
1325 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
|
1326 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
|
1327 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
|
1328 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
|
1329 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
|
1330 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
|
1331 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
|
1332 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
|
1333 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
|
1334 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
|
1335 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
|
1336 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
|
1337 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
|
1338 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
|
1339 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
|
1340 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
|
1341 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
|
1342 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1343 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
|
1344 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1345 * 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
|
1346 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1347 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
|
1348 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1349 * 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
|
1350 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1351 * 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
|
1352 * 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
|
1353 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1354 * 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
|
1355 * 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
|
1356 * 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
|
1357 * 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
|
1358 * 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
|
1359 * 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
|
1360 * 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
|
1361 * 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
|
1362 * 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
|
1363 * 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
|
1364 * 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
|
1365 * 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
|
1366 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1367 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1368 * 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
|
1369 * 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
|
1370 * 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
|
1371 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1372 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
|
1373 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1374 * 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
|
1375 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
|
1376 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1377 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
|
1378 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1379 * 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
|
1380 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
|
1381 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
|
1382 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
|
1383 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
|
1384 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
|
1385 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
|
1386 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
|
1387 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
|
1388 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
|
1389 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
|
1390 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
|
1391 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
|
1392 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
|
1393 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
|
1394 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
|
1395 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1396 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
|
1397 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
|
1398 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
|
1399 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
|
1400 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
|
1401 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
|
1402 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1403 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
|
1404 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
|
1405 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
|
1406 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
|
1407 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
|
1408 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
|
1409 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1410 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
|
1411 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
|
1412 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
|
1413 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
|
1414 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
|
1415 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
|
1416 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
|
1417 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
|
1418 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
|
1419 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1420 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
|
1421 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1422 * 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
|
1423 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
|
1424 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
|
1425 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
|
1426 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
|
1427 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
|
1428 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
|
1429 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
|
1430 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
|
1431 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
|
1432 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
|
1433 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
|
1434 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
|
1435 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
|
1436 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
|
1437 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
|
1438 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1439 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
|
1440 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
|
1441 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
|
1442 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
|
1443 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
|
1444 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1445 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
|
1446 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
|
1447 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1448 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
|
1449 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
|
1450 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
|
1451 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
|
1452 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
|
1453 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1454 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
|
1455 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1456 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
|
1457 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
|
1458 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
|
1459 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
|
1460 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
|
1461 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
|
1462 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
|
1463 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
|
1464 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
|
1465 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1466 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
|
1467 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
|
1468 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
|
1469 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1470 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1471 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1472 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1473 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1474 * 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
|
1475 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1476 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1477 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1478 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1479 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1480 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1481 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1482 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1483 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1484 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1485 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1486 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1487 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1488 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1489 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1490 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
|
1491 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
1492 * 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
|
1493 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1494 * 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
|
1495 |
7682 | 1496 2008-04-02 Bill Denney <bill@denney.ws> |
1497 | |
1498 * optimization/lsqnonneg.m: New function. | |
1499 * optimization/Makefile.in (SOURCES): Add it to the list. | |
1500 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1501 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1502 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1503 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1504 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1505 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1506 * 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
|
1507 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
|
1508 * 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
|
1509 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1510 |
7678 | 1511 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
1512 | |
1513 * general/sortrows.m: Handle negative column arguments. | |
1514 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1515 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1516 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1517 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1518 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1519 |
7673 | 1520 2008-03-31 David Bateman <dbateman@free.fr> |
1521 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1522 * 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
|
1523 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
|
1524 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1525 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1526 * 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
|
1527 * 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
|
1528 * 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
|
1529 * 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
|
1530 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1531 * 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
|
1532 |
7673 | 1533 * plot/ginput.m: New function. |
1534 * plot/__gnuplot_ginput__.m: New function based on a version of | |
1535 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
1536 * plot/Makefile.in (SOURCES): Add them to the list. | |
1537 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1538 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
|
1539 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1540 * 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
|
1541 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1542 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1543 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1544 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1545 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1546 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1547 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1548 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1549 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1550 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
|
1551 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1552 * 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
|
1553 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1554 |
7669 | 1555 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
1556 | |
1557 * general/del2.m: Missing semicolon. | |
1558 | |
7668 | 1559 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
1560 | |
1561 * miscellaneous/info.m: New function. | |
1562 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1563 | |
8149 | 1564 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
|
1565 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1566 * 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
|
1567 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1568 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1569 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
|
1570 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1571 * 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
|
1572 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
|
1573 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
1574 * 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
|
1575 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
|
1576 |
7655 | 1577 2008-03-27 Bill Denney <bill@denney.ws> |
1578 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1579 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1580 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1581 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1582 * 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
|
1583 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1584 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1585 * 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
|
1586 |
7657 | 1587 * general/genvarname.m: New function. |
1588 * general/Makefile.in (SOURCES): Add it to the list. | |
1589 | |
7656 | 1590 * time/addtodate.m: New function. |
7657 | 1591 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 1592 |
7655 | 1593 * geometry/rectint.m: Vectorize and add more tests. |
1594 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
1595 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
|
1596 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
1597 * 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
|
1598 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1599 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1600 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1601 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1602 |
7650 | 1603 2008-03-26 John W. Eaton <jwe@octave.org> |
1604 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1605 * 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
|
1606 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1607 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1608 * 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
|
1609 |
7650 | 1610 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
1611 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
1612 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
1613 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
1614 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
1615 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
1616 Texinfo fixes. | |
1617 | |
8040 | 1618 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
|
1619 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
1620 * 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
|
1621 |
8149 | 1622 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
|
1623 |
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
|
1624 * 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
|
1625 |
8182 | 1626 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
|
1627 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1628 * 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
|
1629 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
|
1630 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1631 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1632 * 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
|
1633 |
8149 | 1634 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 1635 |
1636 * polynomial/convn.m: New function. | |
1637 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
1638 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1639 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1640 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1641 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1642 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 1643 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
1644 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
|
1645 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
1646 * 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
|
1647 |
7627 | 1648 2008-03-24 David Bateman <dbateman@free.fr> |
1649 | |
1650 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1651 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 1652 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
1653 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1654 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
1655 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
1656 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1657 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
1658 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
1659 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
|
1660 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1661 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1662 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1663 * 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
|
1664 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
1665 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
|
1666 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
1667 * 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
|
1668 |
7617 | 1669 * miscellaneous/cast.m: Also allow cast to "char". |
1670 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
1671 * 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
|
1672 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
1673 * 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
|
1674 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1675 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1676 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
1677 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
1678 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1679 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1680 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1681 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1682 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1683 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1684 |
7610 | 1685 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
1686 | |
1687 * signal/sinetone.m: Ensure integral number of samples. | |
1688 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
1689 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
|
1690 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
1691 * 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
|
1692 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1693 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
|
1694 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1695 * 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
|
1696 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1697 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
|
1698 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1699 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1700 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1701 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1702 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1703 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1704 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1705 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1706 * 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
|
1707 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1708 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1709 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1710 * 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
|
1711 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1712 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1713 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1714 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
|
1715 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
1716 * 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
|
1717 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1718 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
|
1719 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1720 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1721 |
7592 | 1722 2008-03-14 Kai Habel <kai.habel@gmx.de> |
1723 | |
1724 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
1725 style to default to avoid wrong mesh color in some cases. | |
1726 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1727 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1728 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1729 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1730 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
|
1731 |
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
|
1732 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
|
1733 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
1734 * 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
|
1735 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
|
1736 |
7592 | 1737 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
1738 | |
7582 | 1739 2008-03-11 Kai Habel <kai.habel@gmx.de> |
1740 | |
1741 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
1742 Allow plotting of uniform colored mesh plots with and | |
1743 w/o hidden line removal. | |
1744 | |
1745 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
|
1746 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
1747 * 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
|
1748 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
1749 * 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
|
1750 |
7569 | 1751 2008-03-07 John W. Eaton <jwe@octave.org> |
1752 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
1753 * 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
|
1754 |
7569 | 1755 * plot/__go_draw_axes__.m: Handle tickdir property. |
1756 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1757 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1758 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
1759 * 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
|
1760 Allow matrix arguments when number of bins > 30. |
7568 | 1761 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
|
1762 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
1763 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
1764 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
1765 * 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
|
1766 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1767 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1768 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1769 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
|
1770 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1771 * 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
|
1772 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1773 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
|
1774 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1775 * 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
|
1776 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1777 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
1778 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
|
1779 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
1780 * 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
|
1781 |
7551 | 1782 2008-03-04 Bill Denney <bill@denney.ws> |
1783 | |
7557 | 1784 * plot/allchild.m, plot/findall.m: New functions. |
1785 * plot/Makefile.in (SOURCES): Add them to the list. | |
1786 | |
7551 | 1787 * geometry/rectint.m: New function. |
7557 | 1788 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 1789 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1790 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
|
1791 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
1792 * 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
|
1793 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
|
1794 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1795 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 1796 |
1797 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
1798 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
1799 * 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
|
1800 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1801 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
|
1802 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1803 * 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
|
1804 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1805 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
|
1806 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1807 * 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
|
1808 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
|
1809 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1810 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
|
1811 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1812 * 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
|
1813 "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
|
1814 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1815 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
|
1816 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1817 * 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
|
1818 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
|
1819 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
|
1820 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
|
1821 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
|
1822 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
|
1823 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
|
1824 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
|
1825 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
|
1826 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
|
1827 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
|
1828 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
|
1829 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
|
1830 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1831 * 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
|
1832 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1833 * 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
|
1834 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1835 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
|
1836 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1837 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1838 |
7525 | 1839 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
1840 | |
1841 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
1842 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1843 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
|
1844 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1845 * 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
|
1846 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1847 |
7518 | 1848 2008-02-22 Ben Abbott <bpabbott@mac.com> |
1849 | |
1850 * specfun/legendre.m: Doc fix. | |
1851 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1852 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
|
1853 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1854 * 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
|
1855 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1856 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1857 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
|
1858 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1859 * 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
|
1860 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1861 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1862 * 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
|
1863 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1864 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
|
1865 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1866 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1867 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1868 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1869 * 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
|
1870 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1871 * 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
|
1872 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1873 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1874 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
|
1875 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1876 * 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
|
1877 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1878 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1879 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
|
1880 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1881 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1882 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1883 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
|
1884 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1885 * 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
|
1886 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
|
1887 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
|
1888 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
|
1889 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1890 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
|
1891 |
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
|
1892 * 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
|
1893 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
|
1894 |
7501 | 1895 * polynomial/polyfit.m: Use QR decomposition. Handle |
1896 normalization option. | |
1897 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
1898 generate 50% prediction intervals. | |
1899 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1900 * 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
|
1901 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1902 |
7498 | 1903 2008-02-19 John W. Eaton <jwe@octave.org> |
1904 | |
1905 * pkg/pkg.m: Style fixes. | |
1906 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1907 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 1908 |
1909 * pkg/pkg.m: Handle 'describe' command. | |
1910 (parse_pkg_idx, print_package_description): New subfunctions. | |
1911 | |
7493 | 1912 2008-02-19 Bill Denney <bill@denney.ws> |
1913 | |
1914 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
1915 elements wide. | |
1916 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1917 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
|
1918 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1919 * 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
|
1920 |
7485 | 1921 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
1922 | |
1923 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
1924 * general/runlength.m: New function from Paul Kienzle. | |
1925 | |
7484 | 1926 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
1927 | |
1928 * linear-algebra/cond.m: New optional second argument to | |
1929 specify 1-norm, inf-norm, or frobenius-norm. | |
1930 | |
7475 | 1931 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
1932 | |
1933 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
1934 body. Allow the linespec to specify the arrow color. | |
1935 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1936 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
|
1937 |
7474 | 1938 * miscellaneous/cast.m: Also treat the logical type. |
1939 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1940 * 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
|
1941 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1942 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1943 * 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
|
1944 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1945 * 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
|
1946 * 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
|
1947 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1948 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
|
1949 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1950 * 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
|
1951 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1952 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1953 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1954 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1955 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1956 * 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
|
1957 |
7436 | 1958 2008-02-01 Dave Goel <deego3@gmail.com> |
1959 | |
1960 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
1961 | |
7434 | 1962 2008-02-01 Bill Denney <bill@denney.ws> |
1963 | |
1964 * time/weekday.m: Allow vector inputs and speed up. | |
1965 * time/eomday.m: Return column vector for column vector inputs. | |
1966 | |
7429 | 1967 2008-01-30 John W. Eaton <jwe@octave.org> |
1968 | |
7434 | 1969 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
1970 revision". | |
1971 | |
7431 | 1972 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
1973 __plt2vs__.m in the list. | |
1974 | |
7430 | 1975 * miscellaneous/tempdir.m: Append filesep to name for |
1976 compatibility. Warn if not a directory or directory does not | |
1977 exist. | |
1978 | |
7429 | 1979 * strings/deblank.m: Improve compatibility. |
1980 | |
7428 | 1981 2008-01-29 John W. Eaton <jwe@octave.org> |
1982 | |
1983 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
1984 | |
1985 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 1986 |
1987 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
1988 Return the label handle, not the current axis handle. | |
1989 | |
7421 | 1990 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
1991 | |
1992 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
1993 abscissa. | |
1994 | |
1995 2008-01-25 David Bateman <dbateman@free.fr> | |
1996 | |
7423 | 1997 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 1998 * plot/__scatter__.m: Remove NaN values from data. |
1999 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
2000 | |
7418 | 2001 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
2002 | |
2003 * linear-algebra/trace.m: Test cases for non 2-d args. | |
2004 | |
2005 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
2006 | |
2007 * geometry/griddata3.m: Call griddata, not gridata. | |
2008 | |
7415 | 2009 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
2010 | |
2011 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
2012 | |
7411 | 2013 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
2014 | |
2015 * linear-algebra/cond.m, linear-algebra/trace.m: | |
2016 Move tests here from test/test_linalg.m. | |
2017 | |
2018 * general/diff.m, general/fliplr.m, general/flipud.m, | |
2019 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
2020 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
2021 special-matrix/hankel.m, special-matrix/hilb.m, | |
2022 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
2023 special-matrix/toeplitz.m, special-matrix/vander.m: | |
2024 Move tests here from test/test_matrix.m. | |
2025 | |
2026 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
2027 Move tests here from test/test_number.m. | |
2028 | |
2029 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
2030 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
2031 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
2032 polynomial/polyvalm.m, polynomial/roots.m: | |
2033 Move tests here from test/test_poly.m. | |
2034 | |
2035 * signal/unwrap.m: | |
2036 Move tests here from test/test_signal.m. | |
2037 | |
2038 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
2039 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
2040 statistics/base/mean.m, statistics/base/median.m, | |
2041 statistics/base/skewness.m, statistics/base/std.m: | |
2042 Move tests here from test/test_stats.m. | |
2043 | |
2044 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
2045 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
2046 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
2047 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
2048 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
2049 strings/substr.m: | |
2050 Move tests here from test/test_string.m. | |
2051 | |
2052 * miscellaneous/computer.m, miscellaneous/ls.m, | |
2053 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
2054 time/date.m, time/etime.m, time/is_leap_year.m: | |
2055 Move tests here from test/test_system.m. | |
2056 | |
7410 | 2057 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
2058 | |
2059 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
2060 Simplify initial checks on argument values. | |
2061 | |
7408 | 2062 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
2063 | |
2064 * plot/gnuplot_drawnow.m: New function corresponding to the | |
2065 implementation of the gnuplot-based graphics backend (derived from | |
2066 drawnow.m). | |
2067 * plot/drawnow.m: Deleted (converted to C++). | |
2068 | |
7401 | 2069 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
2070 | |
2071 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
2072 New tests. | |
2073 | |
7399 | 2074 2008-01-18 John W. Eaton <jwe@octave.org> |
2075 | |
2076 * optimization/sqp.m: End each function with endfunction. | |
2077 | |
7398 | 2078 2008-01-18 Ben Abbott <bpabbott@mac.com> |
2079 | |
2080 * polynomial/residue.m: For each group of pole multiplicity, set | |
2081 the poles of the group to the value of the group's average. | |
2082 | |
7396 | 2083 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
2084 | |
2085 * plot/print.m: Handle PDF output. | |
2086 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
2087 | |
7392 | 2088 2008-01-17 John W. Eaton <jwe@octave.org> |
2089 | |
7393 | 2090 * path/savepath.m: Print newline before initial comment line. |
2091 Double up single quote characters. | |
2092 * path/__extractpath__.m: Return just the path as a string. | |
2093 Undo single quote character doubling. | |
2094 | |
2095 * path/pathdef.m: Avoid eval. Simplify. | |
2096 | |
7392 | 2097 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
2098 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
2099 avoid possible file descriptor leak. | |
2100 | |
2101 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
2102 | |
2103 * path/savepath.m: Warn if modified file is not explicitly specified. | |
2104 * startup/main-rcfile: Call atexit ("__finish__"). | |
2105 | |
7388 | 2106 2008-01-16 John W. Eaton <jwe@octave.org> |
2107 | |
7390 | 2108 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
2109 Use it to disable enhanced mode for individual labels and titles. | |
2110 | |
7392 | 2111 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 2112 (install install-strip, uninstall): Handle function files. |
2113 | |
2114 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
2115 | |
7392 | 2116 * startup/__finish__.m: New file. |
2117 * path/__extractpath__.m, path/matlabroot.m, | |
2118 path/pathdef.m: New files. | |
7388 | 2119 * path/Makefile.in (SOURCES): Add them to the list. |
2120 | |
7385 | 2121 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
2122 | |
7387 | 2123 * special-matrix/vander.m: Vectorize. New test. |
2124 | |
7385 | 2125 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
2126 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
2127 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
2128 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
2129 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
2130 Move tests here from test/test_arith.m. | |
2131 | |
7382 | 2132 2008-01-15 John W. Eaton <jwe@octave.org> |
2133 | |
2134 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
2135 | |
7379 | 2136 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
2137 | |
2138 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
2139 Call __get__ instead of get. | |
2140 | |
2141 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
2142 | |
2143 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
2144 Frobenius norm if matrix is all zeros. Use transpose instead of | |
2145 hermitian operator. | |
2146 | |
7376 | 2147 2008-01-14 Bill Denney <bill@denney.ws> |
2148 | |
2149 * plot/axis.m: Correctly handle "tight" and "image" options. | |
2150 | |
8149 | 2151 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 2152 |
2153 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
2154 image/rgb2ntsc.m: Also accept images as input. | |
2155 | |
2156 * image/gray2ind.m: Handle image type other than double. | |
2157 Improve error checking and documentation. | |
2158 | |
7371 | 2159 2008-01-14 John W. Eaton <jwe@octave.org> |
2160 | |
7372 | 2161 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
2162 instead of calling tolower on first arg. Default font name is | |
2163 Helvetica, not helvetica. Don't downcase user-specified font name. | |
2164 (__maybe_munge_text__): Fix typo. | |
2165 | |
7371 | 2166 * optimization/sqp.m: Fix function definitions in test code. |
2167 | |
7361 | 2168 2008-01-12 John W. Eaton <jwe@octave.org> |
2169 | |
2170 * plot/gnuplot_binary.in: New file. | |
2171 * plot/gnuplot_binary.m: Delete. | |
2172 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
2173 (SOURCES_IN, GEN_M): New macros. | |
2174 (DISTFILES): Include $(SOURCES_IN) in the list. | |
2175 (FCN_FILES): Include $(GEN_M) in the list. | |
2176 (all): Depend on $(GEN_M). | |
2177 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 2178 (distclean): Also remove $(GEN_M). |
7361 | 2179 |
2180 2008-01-11 John W. Eaton <jwe@octave.org> | |
2181 | |
2182 * optimization/sqp.m: New test from example in doc string. | |
2183 | |
7360 | 2184 2008-01-10 Ben Abbott <bpabbott@mac.com> |
2185 | |
2186 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
2187 to more than one multiplicity group. | |
2188 | |
7358 | 2189 2008-01-10 John W. Eaton <jwe@octave.org> |
2190 | |
2191 * plot/gnuplot_binary.m: New file. | |
2192 * plot/Makefile.in (SOURCES): Add it to the list. | |
2193 | |
7355 | 2194 2008-01-09 John W. Eaton <jwe@octave.org> |
2195 | |
2196 * plot/drawnow.m: Fail if filename includes a directory part that | |
2197 does not exist. | |
2198 | |
7352 | 2199 2008-01-07 John W. Eaton <jwe@octave.org> |
2200 | |
2201 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
2202 Error if glob call fails to match any files. | |
2203 | |
7346 | 2204 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
2205 | |
2206 * strings/strtrim.m: Doc fix. | |
2207 | |
7345 | 2208 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
2209 | |
2210 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
2211 | |
8149 | 2212 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 2213 |
2214 * set/create_set.m, set/union.m: Accept "rows" argument. | |
2215 | |
7341 | 2216 2008-01-02 John W. Eaton <jwe@octave.org> |
2217 | |
2218 * plot/print.m: Correctly handle pbm terminal. | |
2219 | |
7340 | 2220 2007-12-28 John W. Eaton <jwe@octave.org> |
2221 | |
2222 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
2223 extensions. | |
2224 | |
7337 | 2225 2007-12-28 David Bateman <dbateman@free.fr> |
2226 | |
2227 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
2228 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
2229 * Makefile.in (SOURCES): Add to the sources. | |
2230 | |
2231 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
2232 | |
2233 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
2234 Remove unnecessary call of size function. | |
2235 | |
7334 | 2236 2007-12-21 John W. Eaton <jwe@octave.org> |
2237 | |
2238 Version 3.0.0 released. | |
2239 | |
8149 | 2240 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 2241 |
2242 * image/imshow.m: Accept empty value for display_range. | |
2243 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2244 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 2245 |
2246 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
2247 | |
8149 | 2248 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 2249 |
2250 * image/imshow.m: Store uint8 images as doubles. Handle default | |
2251 display ranges correctly. | |
2252 | |
7327 | 2253 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
2254 Peter A. Gustafson <petegus@umich.edu> | |
2255 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2256 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 2257 |
7325 | 2258 2007-12-19 John W. Eaton <jwe@octave.org> |
2259 | |
2260 * miscellaneous/edit.m: New function. | |
2261 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2262 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2263 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 2264 |
2265 * plot/__bar__.m: Handle "basevalue" option. | |
2266 * plot/__bars__.m: New arg, base_value. | |
2267 | |
7321 | 2268 2007-12-17 David Bateman <dbateman@free.fr> |
2269 | |
2270 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
2271 * plot/Makefiles (SOURCES): Add them to the sources | |
2272 * plot/polar.m: Set the x and y limits to the maximum polar | |
2273 radius. Set the axes to be square. | |
2274 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
2275 and print axis at zero if this is used. | |
2276 | |
2277 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
2278 contours can overlay pcolor plots. Priveldge no hidden line | |
2279 removal when there are multiple objects in the plot. | |
2280 | |
7320 | 2281 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
2282 | |
2283 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
2284 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
2285 | |
7319 | 2286 2007-12-17 Ben Abbott <bpabbott@mac.com> |
2287 | |
2288 * miscellaneous/run.m: Replace script with f when looking for | |
2289 file to run. | |
2290 | |
7316 | 2291 2007-12-14 David Bateman <dbateman@free.fr> |
2292 | |
7317 | 2293 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
2294 * plot/contour.m: Doc fix. | |
2295 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
2296 Include linetype in withclause. | |
2297 | |
7316 | 2298 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
2299 Use it to determine dimensions. Consolidate all 3-d settings. | |
2300 | |
7315 | 2301 2007-12-13 John W. Eaton <jwe@octave.org> |
2302 | |
2303 * image/imshow.m: Turn axis visibility off. | |
2304 Don't scale true color images. | |
2305 * image/image.m: Set axis layer property to "top". | |
2306 | |
7307 | 2307 2007-12-12 John W. Eaton <jwe@octave.org> |
2308 | |
7313 | 2309 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
2310 | |
2311 * plot/pie.m: Avoid calling "exist". | |
2312 | |
7309 | 2313 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 2314 Condense argument processing logic. Allow 6 arguments. |
2315 Use issquare. Avoid calling "exist". | |
7309 | 2316 |
7307 | 2317 * plot/__go_draw_axes__.m: Handle the axes layer property. |
2318 | |
7305 | 2319 2007-12-12 David Bateman <dbateman@free.fr> |
2320 | |
2321 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
2322 * plot/Makefile.in (SOURCES): Add to the sources. | |
2323 | |
7290 | 2324 2007-12-11 John W. Eaton <jwe@octave.org> |
2325 | |
7298 | 2326 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
2327 * plot/surface.m: Not here. | |
2328 | |
7297 | 2329 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
2330 subsequent "unset grid" if there is no grid. | |
2331 | |
7296 | 2332 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
2333 | |
7293 | 2334 * plot/surface.m: Don't set facecolor property in call to |
2335 __go_surface__. | |
2336 | |
7290 | 2337 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
2338 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
2339 | |
7292 | 2340 2007-12-11 Kai Habel <kai.habel@gmx.de> |
2341 | |
7295 | 2342 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
2343 color string is not taken as z value. | |
2344 | |
7292 | 2345 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
2346 zgrid to "on" and box to "off" for used axes. | |
2347 | |
2348 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
2349 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
2350 | |
7286 | 2351 2007-12-11 David Bateman <dbateman@free.fr> |
2352 | |
7288 | 2353 * miscelleaneous/fullfile.m: Ignore empty arguments. |
2354 | |
7287 | 2355 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
2356 * statistics/base/mode.m: Ditto. | |
2357 | |
7286 | 2358 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
2359 object handles are all now non integer. | |
2360 | |
7278 | 2361 2007-12-10 John W. Eaton <jwe@octave.org> |
2362 | |
7282 | 2363 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
2364 | |
7281 | 2365 * general/issymmetric.m: Use ' instead of .' for compatibility |
2366 with previous versions of Octave. | |
2367 * general/ishermitian.m: Delete. | |
7285 | 2368 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 2369 |
7280 | 2370 * plot/fplot.m: In N is not specified, increase initial number of |
2371 points from 3 and 5 to 5 and 8. | |
2372 | |
7279 | 2373 * signal/detrend.m: Move tests here from test/test_signal.m. |
2374 Loosen tolerance on first test from 10*eps to 20*eps. | |
2375 | |
7278 | 2376 * finance/rate.m: Don't request info from fsolve. |
2377 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2378 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 2379 |
2380 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
2381 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
2382 | |
7276 | 2383 2007-12-10 David Bateman <dbateman@free.fr> |
2384 | |
2385 * image/image.m: Rewritten to allow trailing properties to be | |
2386 passed to underlying image object. | |
2387 * image/__img__.m: Pass additional arguments to __go_image__. | |
2388 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
2389 | |
7274 | 2390 2007-12-10 John W. Eaton <jwe@octave.org> |
2391 | |
2392 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
2393 front" to gnuplot. | |
2394 | |
7271 | 2395 2007-12-10 David Bateman <dbateman@free.fr> |
2396 | |
7274 | 2397 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 2398 border front" from images. |
7274 | 2399 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
2400 * plot/pcolor.m: Set axis "box" property. | |
2401 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
2402 Mark as commands. | |
7271 | 2403 |
7269 | 2404 2007-12-07 David Bateman <dbateman@free.fr> |
2405 | |
2406 * plot/surf.m: Don't set facecolor property. | |
2407 | |
7265 | 2408 2007-12-06 John W. Eaton <jwe@octave.org> |
2409 | |
7269 | 2410 * plot/print.m: Pass mono to drawnow. |
2411 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
2412 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
2413 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
2414 disable color specifications. | |
2415 | |
7265 | 2416 * general/issymmetric.m: Move tests here from test/test_number.m |
2417 | |
2418 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
2419 | |
2420 * general/issymmetric.m: To keep its argument sparse and the | |
2421 function quick, use the infinity norm rather than the 2-norm. | |
2422 Also measure the symmetric part rather than the Hermitian part. | |
2423 * general/ishermitian.m: New file. Measure the Hermitian part. | |
2424 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
2425 | |
7248 | 2426 2007-12-04 John W. Eaton <jwe@octave.org> |
2427 | |
7257 | 2428 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
2429 text and label commands if font is "*". | |
2430 | |
7248 | 2431 * linear-algebra/krylov.m: Doc fixes. |
2432 From Marco Caliari <caliari@sci.univr.it>. | |
2433 | |
7250 | 2434 2007-12-04 Kai Habel <kai.habel@gmx.de> |
2435 | |
2436 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
2437 Add "## PKG_ADD: mark_as_command axis" line. | |
2438 | |
7245 | 2439 2007-12-03 John W. Eaton <jwe@octave.org> |
2440 | |
2441 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
2442 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
2443 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
2444 Generate demos from examples. | |
2445 | |
7240 | 2446 2007-12-03 David Bateman <dbateman@free.fr> |
2447 | |
7243 | 2448 * testfun/test.m: Disable "testif" test block to avoid spurious |
2449 skipped test for "make check". Avoid printing variables for | |
2450 skipped tests. | |
2451 | |
7242 | 2452 * testfun/test.m: Add "testif" type to allow for conditional tests. |
2453 | |
7240 | 2454 * plot/plotyy.m: Use activepositionproperty property of axes |
2455 object. Set second axis color to "none". | |
2456 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
2457 property of the axis objects. | |
2458 | |
7239 | 2459 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
2460 | |
2461 * linear-algebra/condest.m: Loosen tolerance in test. | |
2462 | |
7236 | 2463 2007-12-02 John W. Eaton <jwe@octave.org> |
2464 | |
2465 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
2466 get_data_limits. | |
2467 | |
7222 | 2468 2007-11-30 John W. Eaton <jwe@octave.org> |
2469 | |
2470 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
2471 (get_data_limits, get_axis_limits): Delete. | |
2472 | |
7228 | 2473 2007-11-30 David Bateman <dbateman@free.fr> |
2474 | |
7235 | 2475 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
2476 | |
7228 | 2477 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
2478 tick labels rather than one by one on the labels themselves. | |
2479 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
2480 95% crossing fixed. | |
2481 | |
7217 | 2482 2007-11-29 David Bateman <dbateman@free.fr> |
2483 | |
7220 | 2484 * plot/pareto.m: New file. |
2485 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2486 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
2487 marks to avoid gnuplot error about formating. More colorspec to | |
2488 after the tics. | |
2489 * plot/plotyy.m: More generic check for appropriate axis color. | |
2490 | |
7217 | 2491 * plot/__stem__.m: New file based on old stem.m expanded to treat |
2492 2- and 3-D. | |
2493 * plot/stem3.m: New function. | |
2494 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2495 * plot/stem.m: Adapt to use __stem__. | |
2496 | |
7216 | 2497 2007-11-29 John W. Eaton <jwe@octave.org> |
2498 | |
2499 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
2500 plot/surf.m, plot/surface.m: Don't return handle value unless | |
2501 requested. | |
2502 | |
2503 * plot/patch.m: Omit isnan check on handle returned from | |
2504 __plt_get_axis_arg__. | |
2505 | |
2506 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
2507 but has no axes. | |
2508 | |
7215 | 2509 2007-11-28 David Bateman <dbateman@free.fr> |
2510 | |
2511 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
2512 ancestor. If leading argument is logical set variable nogca to see | |
2513 if gca() should be called if there is no active handle found. | |
2514 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
2515 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
2516 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
2517 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
2518 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
2519 __plt__get_axis_arg__ to find axis handle. | |
2520 * polar.m: Typo. | |
2521 | |
7213 | 2522 2007-11-28 John W. Eaton <jwe@octave.org> |
2523 | |
2524 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
2525 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2526 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 2527 |
2528 * plot/drawnow.m: Fix typo. | |
2529 | |
7206 | 2530 2007-11-27 David Bateman <dbateman@free.fr> |
2531 | |
7207 | 2532 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
2533 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
2534 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
2535 | |
2536 * plot/meshz.m: New function. | |
2537 * plot/Makefile.in (SOURCES): Add it to the list. | |
2538 * plot/surface.m: Allow surface to accept an axis handle as the | |
2539 first argument. | |
2540 * plot/meshc.m: Extract z from the the surface object rather than | |
2541 varargin so that we can rely on code in surface to treat leading | |
2542 axis handles. | |
2543 | |
7206 | 2544 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
2545 y2tics" in the case of a plotyy plot. | |
2546 * plot/plotyy.m: ensure the position property is set correct for | |
2547 the second axis, by setting it after the plot itself. In the case | |
2548 of a plot that returns multiple handles, base the color selection | |
2549 on the first. | |
2550 | |
7204 | 2551 2007-11-27 Kai Habel <kai.habel@gmx.de> |
2552 | |
2553 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
2554 z-value of vertex 'c3'. | |
2555 | |
7203 | 2556 2007-11-27 John W. Eaton <jwe@octave.org> |
2557 | |
2558 * image/image.m: Allow nargin == 0 case to work again. | |
2559 | |
7202 | 2560 2007-11-27 David Bateman <dbateman@free.fr> |
2561 | |
2562 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
2563 colorbar, to ensure that the colorbar is on the canvas for png and | |
2564 postscipt outputs. | |
2565 | |
7189 | 2566 2007-11-26 David Bateman <dbateman@free.fr> |
2567 | |
7197 | 2568 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
2569 return values. | |
2570 | |
7194 | 2571 * plot/plotyy.m: New function |
2572 * plot/Makefile.in (SOURCES): Add it here. | |
2573 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
2574 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
2575 {x|y}label to respect the axis position. | |
2576 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
2577 handle as the first argument. | |
2578 | |
7192 | 2579 * pkg/pkg.m (pkg:install): When loading the installed packages |
2580 index into installed_pkgs_lst and not descriptions.. | |
2581 | |
7189 | 2582 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
2583 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2584 * plot/quiver.m: Modify to use __quiver__.m. | |
2585 | |
2586 * plot/hist.m: Avoid saturation when the x values are in an | |
2587 inetger type. | |
2588 | |
2589 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
2590 | |
2591 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
2592 functions. | |
2593 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
2594 | |
2595 2007-11-26 David Bateman <dbateman@free.fr> | |
2596 | |
2597 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
2598 extent. | |
2599 | |
2600 * plot/colorbar.m: New function. | |
2601 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2602 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
2603 precalculate the clim, set pm3d except for mesh. | |
2604 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
2605 save the real values so that colorbar corresponds to the contour | |
2606 levels. | |
2607 | |
2608 * plot/stem.m: Set marker color the same as the line color. Draw | |
2609 a single discontinous line object for the stems. | |
2610 | |
2611 * plot/sphere.m: New function ported from JHandles. | |
2612 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2613 | |
2614 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
2615 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
2616 to get enhanced mode to work correctly for the X11 terminal. | |
2617 | |
2618 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
2619 the reverse. Allow an axes handle to be passed and/or returned. | |
2620 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
2621 | |
2622 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
2623 sort surface patches by their depth and not the order they are | |
2624 rendered in. | |
2625 | |
2626 * plot/__patch__.m: Set clim correctly. | |
2627 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
2628 the marker color is determined by the cmap. | |
2629 * plot/scatter.m: New function to 2D scatter plots. | |
2630 * plot/scatter3.m: New function to 3D scatter plots. | |
2631 * plot/__scatter__.m: Support function for scatter plots | |
2632 * Makefile.in (SOURCES): Ad dnew functions here. | |
2633 | |
2634 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
2635 Return whether the terminal supports enhanced text or not. | |
2636 (drawnow:enhanced_term): New sub-function to determine if terminal | |
2637 supports enhanced mode. | |
2638 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
2639 __go_draw_axes__. | |
2640 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
2641 needed to support the enhanced mode. | |
2642 * plot/print.m: Remove "enhanced" option as this is now treated in | |
2643 drawnow.m. | |
2644 | |
2645 | |
2646 * plot/caxis.m: New function to control the color axis limits. | |
2647 * plot/Makefile.in (SOURCES): Include it. | |
2648 * plot/axis.m: Allow the first argument to be an axes handle. | |
2649 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
2650 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
2651 caxis limits. | |
2652 | |
2653 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
2654 * image/Makefile.in (SOURCES): Include it. | |
2655 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
2656 of the bars for the colormap. | |
2657 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
2658 passed. | |
2659 * plot/__contour.m: Avoid possible divide by zero error. | |
2660 * plot/contour.m: Missing semicolon. | |
2661 * plot/surface.m: Don't attempt to set additional arguments if | |
2662 there are none. | |
2663 * plot/Makefile.in (SOURCES): Include __bars__.m | |
2664 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2665 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 2666 |
2667 * plot/__bar__.m: put bar creation code into separate function | |
2668 to allow easy hook up from other graphic backends | |
2669 | |
2670 * plot/__bars__.m: new function containing bar creation code | |
2671 | |
7186 | 2672 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
2673 | |
2674 * general/accumarray.m: Correct dimension check. | |
2675 | |
7183 | 2676 2007-11-26 John W. Eaton <jwe@octave.org> |
2677 | |
2678 * polynomial/residue.m: Prepad along second dimension. | |
2679 From Doug Stewart <dastew@sympatico.ca>. | |
2680 | |
7181 | 2681 2007-11-26 Kai Habel <kai.habel@gmx.de> |
2682 | |
7183 | 2683 * plot/cylinder.m, plot/slice.m: New functions. |
2684 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 2685 |
7177 | 2686 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
2687 | |
2688 * plot/patch.m: Handle arg may also be hggroup object. | |
2689 Use ancestor to find parent axes object. | |
2690 | |
7175 | 2691 2007-11-14 David Bateman <dbateman@free.fr> |
2692 | |
2693 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
2694 flag to patch that it is not closed. Allow z to take string | |
2695 arguments and use it to flag that the contours are placed at the | |
2696 z level of the contour itself. | |
2697 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
2698 objects as well. Let hidden removal take precedence in case of a | |
2699 conflict. | |
2700 * plot/surface.m: Allow surface to treat handles being passed or | |
2701 returned. Any additional arguments arr used to set the surface | |
2702 handle. | |
2703 * plot/contour3.m: New function | |
2704 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2705 | |
7173 | 2706 2007-11-14 John W. Eaton <jwe@octave.org> |
2707 | |
2708 * specfun/bessel.m: Update doc string from | |
2709 src/DLD-FUNCTIONS/besselj.cc. | |
2710 | |
7170 | 2711 2007-11-12 David Bateman <dbateman@free.fr> |
2712 | |
2713 * plot/contour.m: Allow handles to be passed and returned. Split | |
2714 the countour function itself into __contour__.m to be shared with | |
2715 surfc and meshc. | |
2716 * plot/__contour__.m: New file | |
2717 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2718 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
2719 the face or edge if the facecolor or edge color are marked as | |
2720 "none". Allow the edgecolor to be determined by the cdata in the | |
2721 same manner as the facecolor. Fail if facecolor is not "none" and | |
2722 a 3-D plot is desired, rather than ignoring zdata. Make the | |
2723 storage of 3D/4D data consistent between line, surface and patch | |
2724 objects. | |
2725 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
2726 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 2727 |
2728 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
2729 Handle fontweight and fontangle properties. | |
2730 | |
7163 | 2731 2007-11-12 Kai Habel <kai.habel@gmx.de> |
2732 | |
2733 * plot/spinmap.m, plot/ribbon.m: New functions. | |
2734 * plot/Makefile.in (SOURCES): Add them to the list. | |
2735 | |
2736 2007-11-12 John W. Eaton <jwe@octave.org> | |
2737 | |
2738 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
2739 Use it to avoid duplicated code. | |
2740 | |
7161 | 2741 2007-11-12 David Bateman <dbateman@free.fr> |
2742 | |
7162 | 2743 * plot/title.m: Fix return value for nargout > 0. |
2744 | |
2745 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
2746 specified for the title, xlabel, ylabel and text objects. | |
2747 | |
7161 | 2748 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
2749 4.0 and surface plots. | |
2750 | |
7160 | 2751 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
2752 | |
2753 * plot/__patch__.m: Fix computation of faces when patch is defined | |
2754 with X/Y/Z data. | |
2755 | |
7146 | 2756 2007-11-09 John W. Eaton <jwe@octave.org> |
2757 | |
7152 | 2758 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 2759 Correct logic in setting palette data. |
7152 | 2760 |
7151 | 2761 * audio/wavread.m, control/base/__bodquist__.m, |
2762 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
2763 control/system/c2d.m, control/system/is_detectable.m, | |
2764 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
2765 control/system/tfout.m, general/isdefinite.m, | |
2766 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
2767 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
2768 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
2769 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
2770 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
2771 testfun/test.m: Use specific end keywords. | |
2772 | |
7146 | 2773 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
2774 | |
2775 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
2776 | |
2777 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
2778 Don't change view if hold is on. | |
2779 | |
7142 | 2780 2007-11-09 David Bateman <dbateman@free.fr> |
2781 | |
7149 | 2782 * plot/hidden.m: New function. |
2783 * plot/Makefile.in (SOURCES): Add it here. | |
2784 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
2785 line removal. | |
2786 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
2787 removal and if it is "none" don't do hidden line removal. | |
2788 | |
7148 | 2789 * plot/legend.m: Also allow labels for surface and patch types. |
2790 * plot/__bar__.m: Split into separate patch pbjects to allow | |
2791 setting of the legend. | |
2792 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
2793 objects as well. | |
2794 | |
7146 | 2795 * plot/area.m, plot/__area__.m: New functions |
2796 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
2797 | |
7142 | 2798 * plot/patch.m: Correctly handle case of axis handle as first arg. |
2799 | |
7144 | 2800 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
2801 | |
2802 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
2803 | |
7131 | 2804 2007-11-08 John W. Eaton <jwe@octave.org> |
2805 | |
7133 | 2806 * control/base/dcgain.m, control/base/dre.m, |
2807 control/base/impulse.m, control/base/step.m, | |
2808 control/system/dmr2d.m, control/system/ord2.m, | |
2809 control/system/sys2ss.m, control/system/sysdimensions.m, | |
2810 control/system/sysgetsignals.m, control/system/sysout.m, | |
2811 control/system/tfout.m, control/system/ugain.m, | |
2812 control/system/zpout.m, control/util/strappend.m: | |
2813 Don't fail with usage message if nargout is too large. | |
2814 | |
7131 | 2815 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
2816 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
2817 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 2818 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
2819 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
2820 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
2821 control/obsolete/rotg.m, control/obsolete/series.m, | |
2822 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
2823 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 2824 control/system/__syschnamesl__.m, |
2825 control/system/__syscont_disc__.m, | |
2826 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
2827 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
2828 control/system/abcddim.m, control/system/buildssic.m, | |
2829 control/system/c2d.m, control/system/cellidx.m, | |
2830 control/system/d2c.m, control/system/dmr2d.m, | |
2831 control/system/fir2sys.m, control/system/is_abcd.m, | |
2832 control/system/is_controllable.m, control/system/is_detectable.m, | |
2833 control/system/is_digital.m, control/system/is_observable.m, | |
2834 control/system/is_stabilizable.m, control/system/is_stable.m, | |
2835 control/system/jet707.m, control/system/listidx.m, | |
2836 control/system/parallel.m, control/system/ss.m, | |
2837 control/system/ss2sys.m, control/system/ss2zp.m, | |
2838 control/system/starp.m, control/system/sys2ss.m, | |
2839 control/system/sys2tf.m, control/system/sys2zp.m, | |
2840 control/system/sysadd.m, control/system/sysappend.m, | |
2841 control/system/sysconnect.m, control/system/syscont.m, | |
2842 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 2843 control/system/sysdup.m, control/system/sysgetsignals.m, |
2844 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 2845 control/system/sysmult.m, control/system/sysout.m, |
2846 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 2847 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 2848 control/system/syssub.m, control/system/sysupdate.m, |
2849 control/system/tf.m, control/system/tf2ss.m, | |
2850 control/system/tf2sys.m, control/system/tfout.m, | |
2851 control/system/zp.m, control/system/zp2ss.m, | |
2852 control/system/zp2sys.m, control/system/zp2tf.m, | |
2853 control/system/zpout.m, control/util/__outlist__.m, | |
2854 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
2855 control/util/prompt.m, control/util/sortcom.m, | |
2856 control/util/zgfmul.m, control/util/zgfslv.m, | |
2857 control/util/zginit.m, control/util/zgreduce.m, | |
2858 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 2859 |
7130 | 2860 2007-11-08 David Bateman <dbateman@free.fr> |
2861 | |
2862 * plot/quiver.m: Fix arrowheads. | |
2863 | |
7128 | 2864 2007-11-07 Ben Abbott <bpabbott@mac.com> |
2865 | |
2866 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 2867 Handle "rows" argument. New tests. |
7128 | 2868 (cell_ismember): New function. |
2869 | |
7127 | 2870 2007-11-07 John W. Eaton <jwe@octave.org> |
2871 | |
2872 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
2873 control/base/__stepimp__.m, control/base/are.m, | |
2874 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
2875 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
2876 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
2877 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
2878 control/base/ltifr.m, control/base/nichols.m, | |
2879 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
2880 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
2881 Style fixes. | |
2882 | |
7125 | 2883 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
2884 | |
2885 * control/base/bode_bounds.m, control/base/dgram.m, | |
2886 control/base/dlyap.m, control/base/freqchkw.m, | |
2887 control/base/gram.m, control/base/place.m, | |
2888 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
2889 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
2890 control/system/is_signal_list.m, control/system/ss2tf.m, | |
2891 control/system/sys2fir.m, control/system/sysgettsam.m, | |
2892 control/system/sysgettype.m, control/system/sysreorder.m, | |
2893 control/system/tf2sys.m, control/system/zp2tf.m, | |
2894 control/util/axis2dlim.m, control/util/swap.m, | |
2895 control/util/zgfmul.m, control/util/zgfslv.m, | |
2896 control/util/zginit.m, control/util/zgreduce.m, | |
2897 control/util/zgrownorm.m, control/util/zgscal.m, | |
2898 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
2899 geometry/inpolygon.m, linear-algebra/housh.m, | |
2900 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
2901 miscellaneous/run.m, quaternion/qconj.m, | |
2902 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
2903 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
2904 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
2905 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
2906 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
2907 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
2908 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
2909 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
2910 statistics/distributions/empirical_cdf.m, | |
2911 statistics/distributions/empirical_inv.m, | |
2912 statistics/distributions/empirical_pdf.m, | |
2913 statistics/models/logistic_regression_derivatives.m, | |
2914 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
2915 | |
7118 | 2916 2007-11-07 David Bateman <dbateman@free.fr> |
2917 | |
7120 | 2918 * general/gradient.m: Correctly convert deltax and deltay scalar |
2919 values are scalars to vectors. | |
2920 | |
7119 | 2921 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
2922 the meshc.m function. | |
2923 * plot/meshc.m: Also use the surface function. | |
2924 | |
7120 | 2925 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 2926 * plot/Makefile.in (SOURCES): Add them to the list. |
2927 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
2928 | |
7117 | 2929 2007-11-07 Michael Zeising <michael@michaels-website.de> |
2930 | |
2931 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
2932 | |
7115 | 2933 2007-11-07 John W. Eaton <jwe@octave.org> |
2934 | |
2935 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
2936 the data limits are infinite. | |
2937 (get_data_limits): Don't do anything if xdat or tx are empty. | |
2938 (get_axis_limits): Don't do anything if min_val or max_val are | |
2939 infinite. | |
2940 | |
7112 | 2941 2007-11-06 David Bateman <dbateman@free.fr> |
2942 | |
2943 * plot/hist.m: Pass any additional arguments to bar for | |
2944 treatment. Create a default x value that is always a vector. | |
2945 | |
7111 | 2946 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
2947 | |
2948 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
2949 when calling ./configure and add quotes to preserve spaces. | |
7109 | 2950 |
2951 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
2952 | |
2953 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
2954 New files. | |
2955 * plot/mesh.m: Call surface to do the real work. | |
2956 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
2957 properties. | |
2958 | |
2959 * image/colormap.m: Also return current colormap if nargout and | |
2960 nargin are both 0. | |
2961 | |
7106 | 2962 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
2963 | |
2964 * startup/inputrc: Delete key bindings starting with \340 code. | |
2965 | |
7112 | 2966 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 2967 |
2968 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
2969 to avoid issues of over- and underflow. From Rolf Fabian | |
2970 <Rolf.Fabian@gmx.de>. | |
2971 | |
7097 | 2972 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
2973 | |
2974 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
2975 help texts. | |
2976 | |
7096 | 2977 2007-11-02 Kai Habel <kai.habel@gmx.de> |
2978 | |
2979 * plot/bar.m, plot/barh.m: Doc fix. | |
2980 | |
7094 | 2981 2007-10-31 John W. Eaton <jwe@octave.org> |
2982 | |
2983 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
2984 | |
7086 | 2985 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
2986 | |
2987 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
2988 objects and legend objects are implemented with a separate axes | |
2989 object. | |
2990 | |
7078 | 2991 2007-10-30 David Bateman <dbateman@free.fr> |
2992 | |
7081 | 2993 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
2994 | |
7078 | 2995 * plot/__go_draw_axes__.m (do_linestyle_command): |
2996 Use point type 0 for ".". | |
2997 | |
7073 | 2998 2007-10-26 John W. Eaton <jwe@octave.org> |
2999 | |
7074 | 3000 * image/imshow.m: Improve compatibility. |
3001 * image/image.m: Return handle if nargou > 0. | |
3002 | |
7073 | 3003 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
3004 | |
7069 | 3005 2007-10-25 John W. Eaton <jwe@octave.org> |
3006 | |
3007 * miscellaneous/compare_versions.m: Style fixes. | |
3008 | |
7060 | 3009 2007-10-24 John W. Eaton <jwe@octave.org> |
3010 | |
7061 | 3011 * image/saveimage.m: Use functional form of save instead of eval. |
3012 Use -text instead of -ascii. | |
3013 | |
7060 | 3014 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
3015 | |
7054 | 3016 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
3017 | |
3018 * plot/legend.m: Also extract location string from varargin (lost | |
3019 when 2007-10-08 patch was applied). | |
3020 | |
7049 | 3021 2007-10-23 David Bateman <dbateman@free.fr> |
3022 | |
3023 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
3024 miscellaneous/what.m: New functions | |
3025 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
3026 functions. | |
3027 | |
7045 | 3028 2007-10-22 David Bateman <dbateman@free.fr> |
3029 | |
3030 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
3031 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
3032 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
3033 | |
7042 | 3034 2007-10-19 Kai Habel <kai.habel@gmx.de> |
3035 | |
3036 * plot/contourf.m: New function. | |
3037 * plot/Makefile.in (SOURCES): Add it to the list. | |
3038 | |
7040 | 3039 2007-10-19 John W. Eaton <jwe@octave.org> |
3040 | |
3041 * plot/subplot.m: Doc fix. | |
3042 | |
7039 | 3043 2007-10-19 David Bateman <dbateman@free.fr> |
3044 | |
7041 | 3045 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 3046 |
7037 | 3047 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
3048 | |
3049 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
3050 output. | |
3051 | |
7031 | 3052 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
3053 | |
3054 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
3055 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
3056 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
3057 control/system/syssetsignals.m, control/base/lqg.m, | |
3058 strings/str2double.m, control/system/sysscale.m, | |
3059 control/hinf/hinfdemo.m, general/cplxpair.m: | |
3060 Make help text fit on pages when using smallbook. | |
3061 | |
7028 | 3062 2007-10-15 David Bateman <dbateman@free.fr> |
3063 | |
7032 | 3064 * plot/print.m: Call drawnow before printing to ensure the plot is |
3065 on the screen. | |
3066 | |
7028 | 3067 * testfun/test.m: In error/warning blocks test for an error before |
3068 a warning to avoid unexpected failures. | |
3069 | |
7027 | 3070 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
3071 | |
3072 * testfun/assert.m: Correct documentation of absolution versus | |
3073 relative error tolerance and add tests. | |
3074 | |
7024 | 3075 2007-10-14 David Bateman <dbateman@free.fr> |
3076 | |
3077 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
3078 src directory. | |
3079 * plot/Makefile.in (SOURCES): Add fill.m. | |
3080 | |
7020 | 3081 2007-10-13 David Bateman <dbateman@free.fr> |
3082 | |
3083 * plot/__patch__.m: Allow multiple patches to be defined and | |
3084 return a single patch object. Allow Faces/Vertices form of | |
3085 patch. Flag failure so the patch can call print_usage. | |
3086 * plot/patch.m: Update help string for Faces/Vertices | |
3087 call. Respect the fail flag returned by __patch__. Add demo code | |
3088 that tests the functionality of patch. | |
3089 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
3090 patch object. | |
3091 * plot/fill.m: New function. | |
3092 | |
7016 | 3093 2007-10-12 John W. Eaton <jwe@octave.org> |
3094 | |
3095 * Change copyright notices in all files that are part of Octave to | |
3096 GPLv3 or any later version. | |
3097 | |
7012 | 3098 2007-10-11 John W. Eaton <jwe@octave.org> |
3099 | |
3100 * plot/__go_draw_axes__.m (get_axis_limits): | |
3101 Return lim = [] if logscale and no positive values. | |
3102 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
3103 Set initial min and min positive values to Inf, max values to -Inf. | |
3104 (get_data_limits): Correctly handle xminp when no positive values | |
3105 are found. | |
3106 | |
7011 | 3107 2007-10-11 Ben Abbott <bpabbott@mac.com> |
3108 | |
3109 * polynomial/residue.m: New optional input for pole multiplicity. | |
3110 Doc fix. Fix tests. | |
3111 | |
7010 | 3112 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
3113 | |
3114 * toplev.cc (Foctave_config_info): Add field "mac". | |
3115 | |
3116 * miscellaneous/ismac.m: New function. | |
3117 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3118 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
3119 | |
7009 | 3120 2007-10-11 Arno Onken <asnelt@asnelt.org> |
3121 | |
3122 * statistics/distributions/hygernd.m: Allow size to be specified | |
3123 as a scalar. Handle three argument case. Allow T, M, and N to be | |
3124 scalars or matrices of a common size. | |
3125 | |
7007 | 3126 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
3127 | |
3128 * control/csrefcard.lt, control/system/is_detectable.m, | |
3129 control/system/sysgroup.m, geometry/voronoin.m, | |
3130 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
3131 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
3132 statistics/distributions/binornd.m, | |
3133 statistics/distributions/cauchy_rnd.m, | |
3134 statistics/distributions/chi2rnd.m, | |
3135 statistics/distributions/discrete_rnd.m, | |
3136 statistics/distributions/exprnd.m, | |
3137 statistics/distributions/frnd.m, | |
3138 statistics/distributions/gamrnd.m, | |
3139 statistics/distributions/geornd.m, | |
3140 statistics/distributions/laplace_rnd.m, | |
3141 statistics/distributions/logistic_rnd.m, | |
3142 statistics/distributions/lognrnd.m, | |
3143 statistics/distributions/nbinrnd.m, | |
3144 statistics/distributions/normrnd.m, | |
3145 statistics/distributions/poissrnd.m, | |
3146 statistics/distributions/stdnormal_rnd.m, | |
3147 statistics/distributions/trnd.m, | |
3148 statistics/distributions/unifrnd.m, | |
3149 statistics/distributions/wblrnd.m: Spelling fixes. | |
3150 | |
7005 | 3151 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
3152 | |
3153 * time/tic.m: New optional output value. | |
3154 | |
3155 * general/int2str.m: Doc fix. | |
3156 | |
7002 | 3157 2007-10-10 Arno Onken <asnelt@asnelt.org> |
3158 | |
3159 * statistics/distributions/hygecdf.m, | |
3160 statistics/distributions/hygeinv.m, | |
3161 statistics/distributions/hygepdf.m, | |
3162 statistics/distributions/hygernd.m: | |
3163 Swap order of T and M args for compatibility. | |
3164 | |
7001 | 3165 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
3166 | |
3167 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
3168 control/system/buildssic.m, control/system/c2d.m, | |
3169 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
3170 control/system/ss2sys.m, control/system/ss2tf.m, | |
3171 control/system/syscont.m, control/system/sysdimensions.m, | |
3172 control/system/sysdisc.m, control/system/sysmult.m, | |
3173 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
3174 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
3175 general/interp1.m, general/interp2.m, general/interp3.m, | |
3176 general/interpft.m, general/interpn.m, general/polyarea.m, | |
3177 general/rat.m, general/structfun.m, general/trapz.m, | |
3178 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
3179 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
3180 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
3181 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
3182 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
3183 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
3184 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
3185 statistics/base/meansq.m, statistics/base/var.m, | |
3186 statistics/tests/chisquare_test_independence.m, | |
3187 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
3188 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
3189 testfun/test.m: Spelling fixes. | |
3190 | |
6998 | 3191 2007-10-10 Ben Abbott <bpabbott@mac.com> |
3192 | |
3193 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
3194 | |
6997 | 3195 2007-10-10 John W. Eaton <jwe@octave.org> |
3196 | |
3197 * general/num2str.m: Always allow for sign for automatically | |
3198 computed format widths. | |
3199 | |
6988 | 3200 2007-10-09 David Bateman <dbateman@free.fr> |
3201 | |
3202 * plot/patch.m: Accept a handle as the first argument. | |
3203 | |
6987 | 3204 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
3205 | |
7010 | 3206 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 3207 |
6985 | 3208 2007-10-09 John W. Eaton <jwe@octave.org> |
3209 | |
3210 * audio/wavwrite.m: Accept arguments in compatible order. | |
3211 | |
6979 | 3212 2007-10-08 David Bateman <dbateman@free.fr> |
3213 | |
3214 * general/interp2.m: Relax test for values outside the grid to | |
3215 allow monotonically decreasing abscissa as well. | |
3216 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3217 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 3218 |
3219 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
3220 as output parameter. | |
3221 | |
6977 | 3222 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
3223 | |
3224 * plot/__go_draw_axes__.m, plot/legend.m: | |
3225 Handle compatible position specifiers as strings. | |
3226 | |
6975 | 3227 2007-10-08 John Swensen <jpswensen@comcast.net> |
3228 | |
3229 * general/num2str.m: Eliminate extra whitespace in output. | |
3230 * strings/strtrim.m: New function. | |
3231 * strings/Makefile.in (SOURCES): Add it to the list. | |
3232 | |
6968 | 3233 2007-10-06 John W. Eaton <jwe@octave.org> |
3234 | |
3235 * polynomial/residue.m: New test from test/test_poly.m. | |
3236 | |
6967 | 3237 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
3238 | |
3239 * image/saveimage.m: Handle saving color images without a colormap. | |
3240 * image/__img_via_file__.m: Add missing semicolon. | |
3241 | |
3242 2007-10-06 Bill Denney <wsloand@gmail.com> | |
3243 | |
7010 | 3244 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 3245 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
3246 | |
6965 | 3247 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
3248 | |
3249 * plot/print.m: Handle svg output type. Accept new -S option to | |
3250 specify size for PNG and SVG output types. | |
3251 | |
3252 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 3253 |
3254 * polynomial/mpoles.m: New function. | |
3255 * polynomial/residue.m: Modified to behave in reciprocal | |
3256 manner. No longer compute 4th output, "e". No longer accept | |
3257 tolerance input. Explicitly set tolerance parameter to 0.001. | |
3258 Respect maximum relative difference in poles when determining | |
3259 their multiplicity. Use mpoles to determine the multiplicity of | |
3260 poles. | |
3261 | |
6963 | 3262 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
3263 | |
3264 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
3265 for surface plots. | |
3266 | |
6962 | 3267 2007-10-05 John W. Eaton <jwe@octave.org> |
3268 | |
3269 * plot/__next_line_color__.m: Get color_rotation from axes | |
3270 colororder property. | |
3271 | |
6953 | 3272 2007-10-03 John W. Eaton <jwe@octave.org> |
3273 | |
6955 | 3274 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
3275 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
3276 | |
6953 | 3277 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
3278 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
3279 special for __vnorm__. | |
3280 | |
6951 | 3281 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
3282 | |
6952 | 3283 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 3284 |
6950 | 3285 2007-10-03 David Bateman <dbateman@free.fr> |
3286 | |
3287 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
3288 if a file is architecture dependent based on a list of file | |
3289 extensions. | |
3290 (configure_make): Simplify the search for architecture dependent | |
3291 files based on this function. | |
3292 (load_pakages_and_dependencies): Also look for bin directory in | |
3293 the architecture dependent directory. | |
3294 | |
6947 | 3295 2007-10-03 John W. Eaton <jwe@octave.org> |
3296 | |
3297 * miscellaneous/dir.m: Create empty struct with field names. | |
3298 Include datenum in struct. | |
3299 | |
6943 | 3300 2007-10-02 David Bateman <dbateman@free.fr> |
3301 | |
3302 * miscellaneous/ls.m: If nargout return string array of files | |
3303 returned by ls. | |
3304 | |
6942 | 3305 2007-10-01 John W. Eaton <jwe@octave.org> |
3306 | |
3307 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
3308 range values. | |
3309 | |
6937 | 3310 2007-10-01 David Bateman <dbateman@free.fr> |
3311 | |
7010 | 3312 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 3313 speed with small vectors. |
6937 | 3314 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
3315 rather than OCTAVE_HOME(). | |
3316 | |
6935 | 3317 2007-09-30 Ben Abbott <bpabbott@mac.com> |
3318 | |
3319 * plot/findobj.m: New function. | |
3320 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
3321 | |
6925 | 3322 2007-09-26 David Bateman <dbateman@free.fr> |
3323 | |
3324 * pkg/pkg.m: Add second argument to setting for prefix for | |
3325 architecture dependent files. Use throughout. | |
3326 (pkg:issuperuser): New function, use through to check for | |
3327 root user. | |
3328 (pkg:getarchprefix): function to give the archiecture dependent | |
3329 prefix for a package. | |
3330 (pkg:getarchdir): New function giving location of architetcure | |
3331 dependent directory. Use through out. | |
3332 (pkg:install): Treat architecture dependent directory separately | |
3333 as in might not be a sub-directory of the package directory. | |
3334 (pkg:uninstall): ditto. | |
3335 (pkg:create_pkgadddel): Check for global or local install for | |
3336 architecture dependent directory. | |
3337 (pkg:finish_installation): ditto. | |
3338 (pkg:write_INDEX): ditto. | |
3339 (pkg:load_packages_and_dependencies): ditto. | |
3340 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
3341 files to a new location if user is root. | |
3342 (pkg:rm_rf): Check if file or directory exists before removing. | |
3343 (pkg:dirempty): Check if directory exists before checking. | |
3344 | |
3345 * plot/___patch__.m: Allow face colors to be passed as strings | |
3346 | |
3347 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
3348 needed for calls to "hold" without an argument. | |
3349 | |
6920 | 3350 2007-09-21 John W. Eaton <jwe@octave.org> |
3351 | |
6921 | 3352 * optimization/sqp.m: Fix typo. |
3353 | |
6920 | 3354 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
3355 | |
6919 | 3356 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
3357 | |
3358 * control/hinf/h2norm: Compute d*d', not d'*d. | |
3359 | |
6918 | 3360 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
3361 | |
3362 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
3363 unidpdf.m and unidinv.m | |
3364 | |
6914 | 3365 2007-09-18 John W. Eaton <jwe@octave.org> |
3366 | |
3367 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
3368 (do_tics_1): Set numeric axes formats to "%.15g". | |
3369 | |
6912 | 3370 2007-09-18 David Bateman <dbateman@free.fr> |
3371 | |
3372 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
3373 of %g when writing data. | |
3374 | |
6908 | 3375 2007-09-17 John W. Eaton <jwe@octave.org> |
3376 | |
3377 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
3378 | |
6903 | 3379 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
3380 | |
3381 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
3382 noninteger N with N-K < 1. | |
3383 | |
6901 | 3384 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
3385 | |
3386 * strings/index.m: Correct for strings differing after the third | |
3387 position (bug reported by Maude Martin). | |
3388 | |
6895 | 3389 2007-09-13 John W. Eaton <jwe@octave.org> |
3390 | |
3391 * plot/__default_colormap__.m: Delete. | |
3392 * plot/Makefile (SOURCES): Remove from the list. | |
3393 | |
6898 | 3394 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
3395 | |
3396 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
3397 | |
6885 | 3398 2007-09-10 David Bateman <dbateman@free.fr> |
3399 | |
3400 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
3401 limit the selection of colors in the same way as for lines. | |
3402 * plot/__patch__.m: Allow matrix arguments with one patch per | |
3403 column. | |
3404 * plot/__bar__.m: Adapt to use "patch". | |
3405 | |
6870 | 3406 2007-09-06 John W. Eaton <jwe@octave.org> |
3407 | |
3408 * plot/drawnow.m (drawnow): New arg, debug_file. | |
3409 (init_plot_stream): Split from open_plot_stream. | |
3410 * plot/print.m: Accept -debug=FILE argument. | |
3411 | |
6868 | 3412 2007-09-06 David Bateman <dbateman@free.fr> |
3413 | |
7010 | 3414 * general/celldisp.m: New function. |
3415 * general/Makefile.in (SOURCES): Add celldisp.m. | |
3416 * miscellaneous/swapbytes.m: New function. | |
3417 * miscellaneous/gzip.m: New function. | |
3418 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 3419 |
6863 | 3420 2007-09-05 David Bateman <dbateman@free.fr> |
3421 | |
7010 | 3422 * general/structfun.m: New function. |
3423 * general/Makefile.in (SOURCES): Add it to sources. | |
3424 * miscellaneous/run.m: New function. | |
3425 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
3426 * statistics/base/mode.m: New function. | |
3427 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 3428 |
6862 | 3429 2007-09-05 John W. Eaton <jwe@octave.org> |
3430 | |
3431 * miscellaneous/orderfields.m: Use numel instead of length. | |
3432 | |
3433 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
3434 | |
3435 * miscellaneous/orderfields.m: Handle empty structs. | |
3436 | |
6861 | 3437 2007-09-05 John W. Eaton <jwe@octave.org> |
3438 | |
3439 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
3440 DATA_IDX. | |
3441 | |
3442 2007-09-04 David Bateman <dbateman@free.fr> | |
3443 | |
3444 * general/isdir.m: Return a logical value. | |
3445 | |
6859 | 3446 2007-09-04 David Bateman <dbateman@free.fr> |
3447 | |
3448 * statistics/distributions/chi2pdf.m, | |
3449 statistics/distributions/chi2cdf.m, | |
3450 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
3451 distribution functions to account for inverse of scale factor in | |
3452 gamma functions. | |
3453 | |
6857 | 3454 2007-09-01 John W. Eaton <jwe@octave.org> |
3455 | |
3456 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
3457 | |
6853 | 3458 2007-09-01 David Bateman <dbateman@free.fr> |
3459 | |
3460 * polynomial/polyint.m: New function like polyinteg but with | |
3461 explicit integration constant. | |
3462 * polynomial/polyinteg.m: Remove. | |
3463 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
3464 polyinteg.m. | |
3465 * deprecated/polyinteg.m: Move version here. | |
3466 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
3467 | |
6852 | 3468 * geometry/voronoi.m: Add large box around data to get a good |
3469 approximation of the rays to infinity. | |
3470 | |
6851 | 3471 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
3472 | |
3473 * plot/axes.m: Allow parent to be specified when creating axes | |
3474 objects. Support non-figure parents. | |
3475 | |
3476 2007-08-31 John W. Eaton <jwe@octave.org> | |
3477 | |
3478 * plot/ancestor.m: New function, adapted from Octave Forge. | |
3479 | |
6850 | 3480 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
3481 | |
7010 | 3482 * polynomial/polygcd.m: Better layout of example. |
3483 * polynomial/compan.m: Remove unnecessary check. | |
3484 * polynomial/roots.m: Added example to help text. | |
3485 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
3486 * polynomial/poly.m: Added example to help text. | |
6850 | 3487 |
6848 | 3488 2007-08-30 John W. Eaton <jwe@octave.org> |
3489 | |
3490 * optimization/qp.m: Increase maxit to 200. | |
3491 | |
6847 | 3492 2007-08-30 David Bateman <dbateman@free.fr> |
3493 | |
3494 * geometry/inpolygon.m: New file. | |
3495 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
3496 | |
6843 | 3497 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
3498 | |
3499 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
3500 | |
6829 | 3501 2007-08-24 David Bateman <dbateman@free.fr> |
3502 | |
3503 * plot/__go_draw_axes__.m: Treat text color property. | |
3504 | |
6828 | 3505 2007-08-24 John W. Eaton <jwe@octave.org> |
3506 | |
3507 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
3508 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
3509 | |
3510 * miscellaneous/movefile.m: Separate second and third args and | |
3511 use p1 and p2, not f1 and f2 when constructing arguments for | |
3512 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
3513 | |
6825 | 3514 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
3515 | |
3516 * set/intersect.m: Make it work with cell arrays of strings. | |
3517 | |
6823 | 3518 2007-08-24 David Bateman <dbateman@free.fr> |
3519 | |
7010 | 3520 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 3521 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
3522 functions ported from octave-forge. | |
7010 | 3523 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 3524 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
3525 geometry/triplot.m, geometry/tsearchn.m: | |
3526 New functions. | |
7010 | 3527 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
3528 * geometry/Makefile.in (SOURCES): Add functions above. | |
3529 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 3530 |
6820 | 3531 2007-08-23 John W. Eaton <jwe@octave.org> |
3532 | |
3533 * pkg/pkg.m: Avoid using installed_packages for both function and | |
3534 variable name. | |
3535 | |
3536 2007-08-23 David Bateman <dbateman@free.fr> | |
3537 | |
3538 * plot/plot.m: Allow first arg to be axes handle. | |
3539 | |
6818 | 3540 2007-08-22 David Bateman <dbateman@free.fr> |
3541 | |
3542 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
3543 outputs are returned only if requested. | |
3544 | |
3545 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
3546 | |
3547 * control/base/nichols.m: Fix typo. | |
3548 | |
6813 | 3549 2007-08-13 John W. Eaton <jwe@octave.org> |
3550 | |
3551 * plot/meshgrid.m: Use repmat instead of multiplication. | |
3552 | |
6809 | 3553 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
3554 | |
3555 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
3556 use axes position in each appropriate gnuplot set statement. | |
3557 | |
6808 | 3558 2007-08-10 John W. Eaton <jwe@octave.org> |
3559 | |
3560 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
3561 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3562 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3563 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
3564 | |
6807 | 3565 2007-08-10 Kai Habel <kai.habel@gmx.de> |
3566 | |
3567 * plot/patch.m, plot/__patch__.m: New files. | |
3568 * plot/Makefile.in (SOURCES): Add them to the list. | |
3569 | |
3570 2007-08-07 John W. Eaton <jwe@octave.org> | |
3571 | |
3572 * path/savepath.m: Use single quotes for argument to PATH command | |
3573 that is inserted in file. | |
3574 | |
6805 | 3575 2007-07-27 John W. Eaton <jwe@octave.org> |
3576 | |
3577 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
3578 not set in the environment. | |
3579 | |
6796 | 3580 2007-07-25 David Bateman <dbateman@free.fr> |
3581 | |
3582 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3583 control/base/Makefile.in, control/hinf/Makefile.in, | |
3584 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3585 control/util/Makefile.in, deprecated/Makefile.in, | |
3586 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3587 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3588 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
3589 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3590 polynomial/Makefile.in, quaternion/Makefile.in, | |
3591 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
3592 specfun/Makefile.in, special-matrix/Makefile.in, | |
3593 startup/Makefile.in, statistics/Makefile.in, | |
3594 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
3595 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3596 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3597 Adjust DISTFILES to allow out of tree "make dist" to work. | |
3598 | |
6795 | 3599 2007-07-25 John W. Eaton <jwe@octave.org> |
3600 | |
3601 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
3602 | |
6793 | 3603 2007-07-24 David Bateman <dbateman@free.fr> |
3604 | |
3605 * image/flag.m: New colormap function. | |
3606 * images/Makefile.in: Include it in SOURCES. | |
3607 | |
3608 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
3609 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
3610 image/rainbow.m image/spring.m image/summer.m image/white.m | |
3611 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
3612 * image/gray.m, image/ocean.m: Use the same means of finding the | |
3613 number of colormap elements as the other colormap functions. | |
3614 | |
6790 | 3615 2007-07-24 Kai Habel <kai.habel@gmx.de> |
3616 | |
3617 * plot/__go_draw_axes__.m: Handle patch. | |
3618 | |
6788 | 3619 2007-07-23 David Bateman <dbateman@free.fr> |
3620 | |
3621 * general/rat.m: New function for ration approximation imported | |
3622 from octave-forge. | |
3623 * general/del2.m: New function for discrete laplacian operator. | |
3624 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
3625 | |
3626 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
3627 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
3628 image/rainbow.m image/spring.m image/summer.m image/white.m | |
3629 image/winter.m, image/brighten.m: Port image functions from | |
3630 octave-forge. | |
3631 * image/Makefile.in: Add ported functions to SOURCES. | |
3632 * image/gray.m, image/ocean.m: Don't set the colormap for | |
3633 compatibility with matlab. | |
3634 | |
3635 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
3636 octave-forge | |
3637 * plot/Makefile.in: Add ported functions to SOURCES. | |
3638 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
3639 using gnuplot 4.2 or greater. | |
3640 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3641 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 3642 |
3643 * general/cart2sph.m: Fix unbalanced paranthesis. | |
3644 | |
6781 | 3645 2007-07-19 David Bateman <dbateman@free.fr> |
3646 | |
3647 * plot/fplot.m: More compatible version. | |
3648 | |
6780 | 3649 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
3650 | |
3651 * plot/clf.m: Check for valid handle before deleting. | |
3652 | |
3653 * plot/figure.m: Pass "figure" property/value pairs directly to | |
3654 __go_figure__ instead of using regular "set" call. | |
3655 | |
6779 | 3656 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
3657 | |
3658 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
3659 type for gnuplot. | |
3660 | |
6778 | 3661 2007-07-18 John W. Eaton <jwe@octave.org> |
3662 | |
3663 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
3664 gnuplot for each set of axes. | |
3665 | |
6777 | 3666 2007-07-18 David Bateman <dbateman@free.fr> |
3667 | |
6778 | 3668 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
3669 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
3670 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
3671 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
3672 Use standard scale factor rather than one on the scale factor for | |
3673 compatibility. | |
3674 | |
3675 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
3676 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
3677 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
3678 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
3679 Preserve backward compatibility. | |
6777 | 3680 |
6776 | 3681 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
3682 | |
3683 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
3684 to avoid issues with regexp special characters in the path strings. | |
3685 | |
6770 | 3686 2007-07-06 David Bateman <dbateman@free.fr> |
3687 | |
6778 | 3688 * general/accumarray.m: New function to create an array by |
3689 accumulating the elements. | |
6770 | 3690 |
6768 | 3691 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
3692 | |
3693 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
3694 (fdjac): Set nx outside of if block. | |
3695 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
3696 | |
6765 | 3697 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
3698 | |
3699 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
3700 | |
3701 * plot/axis.m: Also set "visible" property when setting axes to | |
3702 on/off. | |
3703 | |
6762 | 3704 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
3705 | |
3706 * image/colormap.m: Only return colormap if nargout > 0. | |
3707 Mark as command. | |
3708 | |
6758 | 3709 2007-06-25 John W. Eaton <jwe@octave.org> |
3710 | |
3711 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
3712 strcmp for selected property comparisons. | |
3713 | |
6756 | 3714 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
3715 | |
6778 | 3716 * image/imshow.m: Fix check for colormap arguments. |
6756 | 3717 |
6754 | 3718 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
3719 | |
3720 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
3721 | |
6756 | 3722 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 3723 |
6778 | 3724 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 3725 argument, and note that the data should be sorted for the |
3726 definition of the median to be correct. | |
3727 | |
6778 | 3728 * statistics/base/std.m: Add missing square to definition of |
6754 | 3729 standard deviation. |
3730 | |
6778 | 3731 * statistics/base/cov.m: Add definition of covariance to the help text. |
3732 | |
3733 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 3734 statistics/base/std.m: |
3735 Note that \bar{x} is the mean value of x in the help text. | |
3736 | |
6778 | 3737 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 3738 coefficient to the help text. |
3739 | |
6778 | 3740 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
3741 | |
3742 * statistics/base/var.m: Put N in @math in help text. | |
3743 | |
3744 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 3745 statistics/tests/kolmogorov_smirnov_test.m: |
3746 Write about possible values of 'dist' in help text. | |
3747 | |
6778 | 3748 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 3749 Add definition of correlation to the help text. |
3750 | |
6778 | 3751 * statistics/base/logit.m, statistics/base/kendall.m, |
3752 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 3753 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
3754 TeXification of help text. | |
3755 | |
3756 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
3757 | |
3758 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
3759 Add missing @var's to help text. | |
3760 | |
3761 * statistics/models/logistic_regression.m: Fix typos in help text. | |
3762 | |
3763 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
3764 of help text. | |
3765 | |
3766 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
3767 help text. | |
3768 | |
3769 * statistics/distributions/unidpdf.m, | |
3770 statistics/distributions/discrete_pdf.m: | |
3771 Replace 'pDF' with 'PDF' in help text. | |
3772 | |
6753 | 3773 2007-06-25 John W. Eaton <jwe@octave.org> |
3774 | |
3775 * strings/substr.m: Use offset consistently in code and doc string. | |
3776 From Rafael Laboissiere <rafael@debian.org>. | |
3777 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3778 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 3779 |
6778 | 3780 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 3781 |
6751 | 3782 2007-06-25 John W. Eaton <jwe@octave.org> |
3783 | |
3784 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
3785 Recycle tic labels if necessary. From Juhani Saastamoinen | |
3786 <juhani@cs.joensuu.fi>. | |
3787 | |
6748 | 3788 2007-06-20 John W. Eaton <jwe@octave.org> |
3789 | |
6749 | 3790 * strings/index.m: Allow strings to be empty. |
3791 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
3792 | |
6748 | 3793 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
3794 | |
6747 | 3795 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
3796 | |
3797 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
3798 separate matrices. | |
3799 | |
6746 | 3800 2007-06-19 David Bateman <dbateman@free.fr> |
3801 | |
3802 * plot/axis.m: Prefer to use legend rather than the older Octave | |
3803 only ";;" legend syntax. | |
3804 * polynomial/mkpp.m: ditto. | |
3805 * polynomial/pchip.m: ditto. | |
3806 * signal/freqz_plot.m: ditto. | |
3807 * sparse/gplot.m: ditto. | |
3808 * sparse/treeplot.m: ditto. | |
3809 | |
6745 | 3810 2007-06-19 John W. Eaton <jwe@octave.org> |
3811 | |
3812 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
3813 (__go_draw_axes__): Call do_tics to handle tic marks. | |
3814 | |
6742 | 3815 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3816 | |
6778 | 3817 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 3818 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
3819 to check for NA. | |
3820 | |
6741 | 3821 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3822 | |
6778 | 3823 * optimization/glpk.m: TeXified the help text. |
3824 * optimization/qp.m: TeXified the help text. | |
3825 * optimization/sqp.m: TeXified the help text. | |
6741 | 3826 |
6740 | 3827 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
3828 | |
6778 | 3829 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 3830 |
6738 | 3831 2007-06-15 John W. Eaton <jwe@octave.org> |
3832 | |
3833 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
3834 have_newer_gnuplot is true. | |
3835 | |
6736 | 3836 2007-06-15 Pete Gustafson <petegus@umich.edu> |
3837 | |
6778 | 3838 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
3839 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 3840 to 90, all others 0. |
3841 | |
6778 | 3842 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
3843 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 3844 get_data_limits. |
6778 | 3845 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 3846 called by __errplot__. |
3847 | |
6730 | 3848 2007-06-15 John W. Eaton <jwe@octave.org> |
3849 | |
3850 * testfun/test.m: Also return number of expected failures. | |
3851 | |
6724 | 3852 2007-06-14 John W. Eaton <jwe@octave.org> |
3853 | |
6730 | 3854 * set/ismember.m: Mark two tests known to fail with xtest. |
3855 | |
6724 | 3856 * plot/__go_draw_axes__.m: Handle text rotation property. |
3857 | |
6728 | 3858 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
3859 | |
3860 * testfun/test.m: Add xtest support for tests known to fail. | |
3861 | |
6727 | 3862 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
3863 | |
3864 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
3865 epslatexstandalone terminals. | |
3866 | |
6721 | 3867 2007-06-14 David Bateman <dbateman@free.fr> |
3868 | |
3869 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
3870 as permutation of results was incorrect. | |
3871 * general/interp1.m: Add demo on second derivative | |
3872 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 3873 call. Add 3D demo. Fix typos |
3874 * general/interp3.m: Fix typos. Correct permutation for use of | |
3875 interpn. | |
6721 | 3876 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
3877 | |
6717 | 3878 2007-06-13 John W. Eaton <jwe@octave.org> |
3879 | |
3880 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 3881 |
6706 | 3882 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
3883 | |
3884 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
3885 | |
6704 | 3886 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
3887 | |
3888 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
3889 Set have_linestyle to true if two character linestyle is found. | |
3890 | |
6702 | 3891 2007-06-12 David Bateman <dbateman@free.fr> |
3892 | |
6717 | 3893 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
3894 and interpn.m. | |
3895 | |
3896 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
3897 structure before using it. | |
3898 | |
3899 2007-06-12 David Bateman <dbateman@free.fr> | |
3900 | |
6704 | 3901 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 3902 * general/__splinen__.m: New support function for N-dimensional |
3903 spline interpolation. | |
3904 * general/bicubic.m: Allow definition of extrapolation | |
3905 value. Adapt tests to use new graphics interface | |
3906 * general/interp2.m: Call __splinen__ for 2-D spline | |
3907 interpolation. Make the lookup table code only be called for | |
3908 linear and nearest methods. | |
3909 * general/interpn.m: New function for N-dimensional, linear, nearest | |
3910 and spline interpolation. | |
3911 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
3912 and spline interpolation. | |
6704 | 3913 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 3914 |
6701 | 3915 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
3916 | |
3917 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
3918 | |
6699 | 3919 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
3920 | |
3921 * plot/fplot.m: If function is inline, vectorize it. | |
3922 | |
6698 | 3923 2007-06-10 David Bateman <dbateman@free.fr> |
3924 | |
3925 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
3926 directory if need to, so that it fits on a line. | |
3927 | |
6695 | 3928 2007-06-07 David Bateman <dbateman@free.fr> |
3929 | |
3930 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
3931 saved file so that dependent packages are loaded first, and if | |
3932 nargout==0 don't return any arguments. | |
3933 (pkg:install): Only load packages that are marked autoload after | |
3934 install. Various fixes. Save in order. | |
3935 (pkg:uninstall): Save in order | |
3936 (pkg:load_packages): Use load_package_and_dependencies to load | |
3937 packages. | |
3938 (pkg:save_order): New function to sort package list with dependent | |
3939 packages first. | |
3940 (pkg:load_packages_and_dependencies): New function to load both a | |
3941 list of packages and their dependencies. | |
3942 (pkg:load_package_dirs): New function that returns a vector of the | |
3943 indexes into the installed package list indicating the packages to | |
3944 load and the order to load them in to respect the dependencies. | |
3945 | |
6688 | 3946 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
3947 | |
3948 * plot/axes.m: Eliminate redundant else clause. | |
3949 | |
6686 | 3950 2007-06-03 David Bateman <dbateman@free.fr> |
3951 | |
3952 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 3953 * pkg/pkg.m: Protect against multiple actions being define. |
3954 | |
6683 | 3955 2007-06-01 David Bateman <dbateman@free.fr> |
3956 | |
3957 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
3958 incorporate into main pkg function. | |
3959 (pkg:install): Check for existence of files to install before | |
3960 globbing and warn the user if they don't exist. | |
3961 | |
6675 | 3962 2007-05-31 David Bateman <dbateman@free.fr> |
3963 | |
6679 | 3964 * miscellaneous/copyfile.m: Split copying of multiple files to a |
3965 directory over several copy command to limit the line length. | |
3966 * miscellaneous/movefile.m: Ditto. | |
3967 | |
6675 | 3968 * pkg.m: Add build option to allow binary Octave packages to be |
3969 built from source packages. Probe absolute path of prefix, global | |
3970 and local lists. Use strcat, rather that [] for strings. | |
3971 (pkg:build): New function to binary binary package. | |
3972 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
3973 (pkg:repackage): Package binary Octave package from installation. | |
3974 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
3975 from m-files into main installation directory. | |
3976 (pkg:shell): Suppress verbose messages from shell and only display | |
3977 them with the verbose flag. | |
3978 (pkg:installed_packages): Also include the loaded flag in the | |
3979 local and global packages. | |
3980 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
3981 flagged as loaded. | |
3982 | |
3983 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
3984 | |
3985 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
3986 with and without architecture dependent directories. | |
3987 (pkg:installed_packages): Probe the global_list file even if it is | |
3988 the same as the local_list. | |
3989 | |
6669 | 3990 2007-05-29 John W. Eaton <jwe@octave.org> |
3991 | |
3992 * sparse/spy.m: Set axis to "ij" mode. | |
3993 | |
6664 | 3994 2007-05-24 John W. Eaton <jwe@octave.org> |
3995 | |
3996 * set/ismember.m: Quote first arg of "fail" tests. | |
3997 | |
6663 | 3998 2007-05-24 David Bateman <dbateman@free.fr> |
3999 | |
6778 | 4000 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 4001 |
6655 | 4002 2007-05-22 David Bateman <dbateman@free.fr> |
4003 | |
4004 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
4005 error(lasterr()(8:end)). | |
4006 (pkg:install): Warning for empty packages being removed. Suppress | |
4007 spurious output. Warning rather than error for uninstalling a | |
4008 package that is not installed to avoid RPM issue. | |
4009 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
4010 inst or architecture dependent directory if it exists. | |
4011 | |
6653 | 4012 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
4013 | |
4014 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
4015 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
4016 signal/freqz.m: Fix typos. | |
4017 | |
6645 | 4018 2007-05-21 David Bateman <dbateman@free.fr> |
4019 | |
4020 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
4021 force installation location. | |
4022 (rebuild): New subfunction to rebuild package database from | |
4023 installed packages. Also allows changing of autoload status | |
4024 (install): Warn use if attempting to install from non existent | |
4025 file. | |
4026 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
4027 "USER", "root"))' for root test. | |
4028 | |
4029 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
4030 | |
4031 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
4032 and replace "\" characters with "/". | |
4033 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
4034 characters with "/" throughout. | |
4035 (shell): New subfunction that wraps system and is careful with the | |
4036 shell on windows platforms. | |
4037 (configure_make): Explictly pass complier etc to configure | |
4038 process. | |
4039 (issuperuser): Force default to global install for Windows machines. | |
4040 | |
6636 | 4041 2007-05-19 Kristan Onu |
4042 | |
4043 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
4044 | |
6634 | 4045 2007-05-18 David Bateman <dbateman@free.fr> |
4046 | |
4047 * pkg/pkg.m (install): More verbosity. | |
4048 (configure_make): Ditto. | |
4049 (create_pkgadddel): Install in architecture dependent directory if | |
4050 it exists to address issues with autoload/mfilename. | |
4051 (write_INDEX): Check in archiecture dependent directories as well. | |
4052 | |
6633 | 4053 2007-05-17 David Bateman <dbateman@free.fr> |
4054 | |
4055 * plot/hbar.m: Remove. | |
4056 * plot/barh.m: and move it here. | |
4057 | |
6631 | 4058 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
4059 | |
4060 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
4061 | |
6629 | 4062 2007-05-16 John W. Eaton <jwe@octave.org> |
4063 | |
4064 * general/logspace.m: Return second arg if fewer than two values | |
4065 are requested. | |
4066 | |
6619 | 4067 2007-05-14 John W. Eaton <jwe@octave.org> |
4068 | |
4069 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
4070 on a new line. | |
4071 | |
6617 | 4072 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
4073 | |
4074 * statistics/distributions/norminv.m, | |
4075 statistics/distributions/norminv.m, | |
4076 statistics/distributions/normpdf.m, | |
4077 statistics/distributions/normrnd.m: | |
4078 Use standard deviation, not variance. | |
4079 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
4080 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
4081 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
4082 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
4083 backward compatibility. | |
4084 | |
6616 | 4085 2007-05-14 David Bateman <dbateman@free.fr> |
4086 | |
4087 * pkg/pkg.m: Mark loaded packages with "*". | |
4088 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4089 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 4090 |
4091 * miscellaneous/single.m: Doc fix. | |
4092 Convert to double instead of returning argument unchanged. | |
4093 | |
4094 * miscellaneous/doc.m: Doc fix. | |
4095 | |
4096 * miscellaneous/ver.m: Doc fix. | |
4097 Don't display information about Octave Forge. | |
4098 | |
6614 | 4099 2007-05-12 David Bateman <dbateman@free.fr> |
4100 | |
4101 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
4102 install to be printed. An error in the on_uninstall script causes | |
4103 a failure to uninstall. Place oct- and mex-files in an | |
4104 architecture dependent directory. | |
4105 | |
6611 | 4106 2007-05-09 John W. Eaton <jwe@octave.org> |
4107 | |
4108 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
4109 | |
6609 | 4110 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4111 | |
4112 * statistics/distributions/normcdf.m: Use standard deviation | |
4113 instead of variance for compatibility. | |
4114 | |
4115 2007-05-08 John W. Eaton <jwe@octave.org> | |
4116 | |
4117 | |
4118 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
4119 | |
4120 * set/ismember.m: Always return logical values. | |
4121 | |
4122 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 4123 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 4124 |
4125 * general/__isequal__.m: Allow numeric values of different classes | |
4126 to compare equal. | |
4127 | |
6606 | 4128 2007-05-07 David Bateman <dbateman@free.fr> |
4129 | |
6607 | 4130 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
4131 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 4132 |
6605 | 4133 2007-05-02 John W. Eaton <jwe@octave.org> |
4134 | |
4135 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
4136 | |
6604 | 4137 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4138 | |
4139 * contour.m: Rewrite help string. | |
4140 | |
6599 | 4141 2007-04-28 John W. Eaton <jwe@octave.org> |
4142 | |
4143 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
4144 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
4145 Special case nargout == 0. | |
4146 | |
6597 | 4147 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
4148 | |
4149 * general/sub2ind.m: Handle empty input, add tests. | |
4150 | |
6590 | 4151 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4152 | |
4153 * plot/contourc.m: Doc fix. | |
4154 | |
6586 | 4155 2007-04-26 David Bateman <dbateman@free.fr> |
4156 | |
4157 * plot/hist.m: Partially remove previous patch. | |
4158 | |
6582 | 4159 2007-04-26 David Bateman <dbateman@free.fr> |
4160 | |
4161 * plot/hist.m: Support returning of handle | |
4162 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
4163 cells. | |
4164 | |
6575 | 4165 2007-04-25 John W. Eaton <jwe@octave.org> |
4166 | |
6579 | 4167 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
4168 "title \"\"", not "". | |
4169 | |
6575 | 4170 * plot/legend.m: Initialize WARNED to false. |
4171 | |
6567 | 4172 2007-04-24 John W. Eaton <jwe@octave.org> |
4173 | |
4174 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4175 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 4176 |
4177 2007-04-23 John W. Eaton <jwe@octave.org> | |
4178 | |
4179 * plot/box.m: Delete extra endfunction keyword. | |
4180 | |
6560 | 4181 2007-04-23 David Bateman <dbateman@free.fr> |
4182 | |
4183 * plot/plot3.m: Call newplot. | |
4184 | |
6553 | 4185 2007-04-20 John W. Eaton <jwe@octave.org> |
4186 | |
4187 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
4188 | |
6546 | 4189 2007-04-19 John W. Eaton <jwe@octave.org> |
4190 | |
4191 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
4192 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
4193 | |
6544 | 4194 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
4195 | |
4196 * control/util/axis2dlim.m: Delete extraneous line. | |
4197 | |
6542 | 4198 2007-04-18 John W. Eaton <jwe@octave.org> |
4199 | |
4200 * specfun/factorial.m: Increase tolerance in large value test. | |
4201 | |
6540 | 4202 2007-04-18 David Bateman <dbateman@free.fr> |
4203 | |
4204 * __bar__.m: New support function for bar/hbar to support graphic | |
4205 handles, and additional arguments. | |
4206 * bar.m: Convert to use __bar__. | |
4207 * hbar.m: New function | |
4208 * hist.m: Explicitly set the width of the bar plot. | |
4209 | |
6533 | 4210 2007-04-17 John W. Eaton <jwe@octave.org> |
4211 | |
6534 | 4212 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
4213 | |
6533 | 4214 * set/ismember.m: New tests. |
4215 From David Grohmann <grohmann@arlut.utexas.edu> | |
4216 | |
6532 | 4217 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
4218 | |
4219 * specfun/factorial.m: Use gamma function instead of cumprod. | |
4220 Add tests. | |
4221 | |
6527 | 4222 2007-04-16 John W. Eaton <jwe@octave.org> |
4223 | |
6528 | 4224 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
4225 looks_like_copyright in src/help.cc. | |
4226 From S�ren Hauberg <soren@hauberg.org>. | |
4227 | |
6527 | 4228 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
4229 | |
6526 | 4230 2007-04-13 John W. Eaton <jwe@octave.org> |
4231 | |
6527 | 4232 * optimization/sqp.m: Initialize info to 0. |
4233 | |
6526 | 4234 * optimization/qp.m: Undo previous change. |
4235 | |
6524 | 4236 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4237 | |
4238 * spdiags.m: Fixed the four-argument case to work for columns of | |
4239 length one. | |
4240 | |
6523 | 4241 2007-04-12 John W. Eaton <jwe@octave.org> |
4242 | |
4243 * optimization/qp.m: Avoid Octave indexing bug. | |
4244 | |
6521 | 4245 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
4246 | |
6522 | 4247 * miscellaneous/menu.m, control/base/bddemo.m, |
4248 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
4249 control/system/sysrepdemo.m: | |
4250 Adapt to page_screen_output as a function. | |
6521 | 4251 |
6518 | 4252 2007-04-11 John W. Eaton <jwe@octave.org> |
4253 | |
4254 * miscellaneous/not.m: Delete. | |
4255 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
4256 | |
4257 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
4258 | |
4259 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
4260 that are close but not exactly equal. | |
4261 | |
6515 | 4262 2007-04-11 David Bateman <dbateman@free.fr> |
4263 | |
4264 * general/bitcmp.m: Make it work again. | |
4265 | |
6512 | 4266 2007-04-10 John W. Eaton <jwe@octave.org> |
4267 | |
4268 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
4269 that are close but not exactly equal. | |
4270 | |
6511 | 4271 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
4272 | |
4273 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
4274 in response to a change in x limits for now. | |
4275 | |
6510 | 4276 2007-04-09 John W. Eaton <jwe@octave.org> |
4277 | |
4278 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
4279 (__go_draw_axes__): Use it to write data to plot stream. | |
4280 | |
6509 | 4281 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
4282 | |
4283 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
4284 zeros. Set markerfacecolor property in call to plot. | |
4285 | |
6508 | 4286 2007-04-06 John W. Eaton <jwe@octave.org> |
4287 | |
4288 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
4289 | |
4290 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
4291 | |
4292 * plot/stem.m: Use plot instead of a series of calls to line. | |
4293 | |
6494 | 4294 2007-04-05 John W. Eaton <jwe@octave.org> |
4295 | |
6499 | 4296 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
4297 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
4298 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
4299 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
4300 | |
6496 | 4301 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 4302 Use strcmpi instead of strcmp+tolower. |
6496 | 4303 Style fixes. |
4304 | |
6494 | 4305 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
4306 Plotting fixes. Style fixes. | |
4307 | |
4308 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
4309 Style fixes. | |
4310 | |
4311 * testfun/fail.m: No need to check for evalin and lastwarn. | |
4312 Style fixes. | |
4313 | |
4314 * testfun/demo.m, testfun/example.m: Style fixes. | |
4315 Use "strcat (...)" instead of "[...]". | |
4316 Use format specifiers in calls to warning. | |
4317 | |
4318 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
4319 Use "strcat (...)" instead of "[...]". | |
4320 Use "x(end)" instead of "x(length (x))". | |
4321 Check NA before NaN. | |
4322 Style fixes. | |
4323 | |
6473 | 4324 2007-03-29 John W. Eaton <jwe@octave.org> |
4325 | |
6474 | 4326 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 4327 |
6467 | 4328 2007-03-27 John W. Eaton <jwe@octave.org> |
4329 | |
4330 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4331 control/base/Makefile.in, control/hinf/Makefile.in, | |
4332 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4333 control/util/Makefile.in, deprecated/Makefile.in, | |
4334 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4335 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4336 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4337 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4338 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4339 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4340 special-matrix/Makefile.in, startup/Makefile.in, | |
4341 statistics/Makefile.in, statistics/base/Makefile.in, | |
4342 statistics/distributions/Makefile.in, | |
4343 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4344 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4345 Use ln instead of $(LN_S) in dist target. | |
4346 | |
6465 | 4347 2007-03-27 David Bateman <dbateman@free.fr> |
4348 | |
4349 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
4350 gnuplot 4.0. | |
4351 | |
6464 | 4352 2007-03-26 John W. Eaton <jwe@octave.org> |
4353 | |
4354 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
4355 | |
6461 | 4356 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
4357 | |
4358 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
4359 plot stream and using binary data. | |
4360 | |
6459 | 4361 2007-03-26 John W. Eaton <jwe@octave.org> |
4362 | |
4363 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4364 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4365 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
4366 | |
4367 2007-03-26 David Bateman <dbateman@free.fr> | |
4368 | |
6461 | 4369 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
4370 | |
6459 | 4371 * plot/plot3.m: Handle line properties. |
4372 * plot/plot.m: Update docstring. | |
4373 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
4374 * plot/__plt__.m: Also gather properties. | |
4375 | |
6455 | 4376 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
4377 | |
4378 * testfun/assert.m: Delete special check for empty objects. | |
4379 Add test. | |
4380 | |
6453 | 4381 2007-03-26 John W. Eaton <jwe@octave.org> |
4382 | |
6454 | 4383 * plot/drawnow.m: Exit early if call is recursive. |
4384 | |
6453 | 4385 * plot/__go_draw_axes__.m (get_data_limits): New function. |
4386 Check for Inf too. | |
4387 (__go_draw_axes__): Use get_data_limits. | |
4388 | |
6450 | 4389 2007-03-24 John W. Eaton <jwe@octave.org> |
4390 | |
6451 | 4391 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
4392 send terminal setting command with title option to plot stream. | |
4393 | |
6450 | 4394 * plot/legend.m: Correctly increment index into list of children.. |
4395 | |
6434 | 4396 2007-03-23 John W. Eaton <jwe@octave.org> |
4397 | |
6448 | 4398 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
4399 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
4400 control/base/nyquist.m, control/base/nichols.m, | |
4401 control/base/frdemo.m, signal/freqz_plot.m, | |
4402 control/base/__stepimp__.m, control/base/bode.m, | |
4403 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
4404 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 4405 Update plotting code. |
4406 | |
4407 * control/base/bode.m: Unwrap phase angle. | |
4408 | |
4409 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
4410 | |
4411 * plot/axis.m: Don't check automatic_replot, or call replot. | |
4412 | |
4413 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
4414 commands. | |
6446 | 4415 |
6442 | 4416 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 4417 Handle numeric color specs. |
6442 | 4418 * plot/plot.m: Remove "-@" and "@" from docstring. |
4419 | |
6441 | 4420 * plot/orient.m: Fix tests to avoid creating a plot window. |
4421 | |
6440 | 4422 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
4423 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4424 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
4425 general/arrayfun.m, miscellaneous/compare_versions.m, | |
4426 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
4427 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
4428 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
4429 | |
6438 | 4430 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
4431 plot, not just multiplots. | |
4432 | |
6436 | 4433 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
4434 | |
6434 | 4435 * plot/contour.m: Don't call drawnow. |
4436 | |
6431 | 4437 2007-03-22 John W. Eaton <jwe@octave.org> |
4438 | |
6432 | 4439 * plot/drawnow.m: Check and optionally, set, the __modified__ |
4440 property of each figure. | |
4441 | |
6431 | 4442 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
4443 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4444 | |
4445 2007-03-21 John W. Eaton <jwe@octave.org> | |
4446 | |
4447 * linear-algebra/null.m: Set elements of retval with magnitudes | |
4448 less than eps to 0. | |
4449 | |
6429 | 4450 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 4451 |
4452 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 4453 * testfun/speed.m: Documentation and example fix. |
4454 | |
6424 | 4455 2007-03-21 John W. Eaton <jwe@octave.org> |
4456 | |
4457 * plot/subplot.m: If we find an existing subplot region, set | |
4458 it to be the "currentaxes" property for the current figure. | |
6425 | 4459 Delete old axes objects if the new axes object overlaps the old. |
6424 | 4460 |
6422 | 4461 2007-03-20 David Bateman <dbateman@free.fr> |
4462 | |
4463 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
4464 | |
4465 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
4466 | |
4467 * general/arrayfun.m: New function. | |
4468 | |
6418 | 4469 2007-03-20 John W. Eaton <jwe@octave.org> |
4470 | |
6419 | 4471 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
4472 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
4473 | |
4474 * plot/clf.m: Don't call drawnow. | |
4475 | |
6431 | 4476 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 4477 |
6420 | 4478 * image/__img__.m: Maybe set yaxis to reverse for images. |
4479 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
4480 images. | |
4481 | |
6418 | 4482 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 4483 instead of global. Only register __go_close_all__ with atexit if |
4484 the plot stream is successfully opened. | |
6418 | 4485 |
6413 | 4486 2007-03-15 John W. Eaton <jwe@octave.org> |
4487 | |
6418 | 4488 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 4489 From Daniel J Sebald <daniel.sebald@ieee.org>. |
4490 | |
4491 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
4492 | |
4493 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 4494 Use numeric line types. |
6413 | 4495 |
4496 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 4497 lines and larger markers. Remove key titles from line type |
4498 properties. | |
6413 | 4499 |
6405 | 4500 2007-03-14 John W. Eaton <jwe@octave.org> |
4501 | |
6412 | 4502 * plot/__axis_label__.m: Accept additional property-value pairs |
4503 and pass them to __go_text__. Simply return the handle obtained | |
4504 from __go_text__ instead of calling get on the current axis. | |
4505 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
4506 Allow for extra property value pairs to be passed along. | |
4507 * plot/title.m: Implement with __axis_label__ since it does all | |
4508 that title needs to do. | |
4509 | |
6410 | 4510 * plot/clf.m: Set currentaxes property for current figure to []. |
4511 | |
6405 | 4512 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
4513 | |
4514 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
4515 and __plt2__, not just the last. | |
4516 | |
4517 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
4518 (SOURCES_IN, GEN_M): Delete. | |
4519 (FCN_FILES): Don't include $(GEN_M). | |
4520 (all): Don't depend on $(GEN_M). | |
4521 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
4522 | |
4523 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
4524 | |
4525 * plot/newplot.m: Call __go_axes_init__ instead of | |
4526 __uiobject_axes_init__. | |
4527 | |
4528 * plot/mesh.m: Use __go_surface__ instead of | |
4529 __uiobject_surface_ctor__. Don't access object fields directly. | |
4530 | |
4531 * plot/line.m: Use __line__ to do actual work. | |
4532 * plot/__line__.m: New function. | |
4533 | |
4534 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
4535 Use get and set instead of accessing object fields directly. | |
4536 | |
4537 * plot/figure.m: Use __go_figure__ to create figure graphics | |
4538 handle. | |
4539 | |
4540 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
4541 __uiobject_close_all. Call __go_draw_figure__ instead of | |
4542 __uiobject_draw_figure__. | |
4543 | |
4544 * plot/clf.m: Use get instead of accessing object fields | |
4545 directly. Simply delete children. Don't set currentaxes. | |
4546 | |
4547 * plot/close.m (close_all_figures): New subfunction. | |
4548 Use it instead of getting list of figures to close from | |
4549 __uiobject_figures__. | |
4550 | |
4551 * plot/closereq.m: Simply delete the current figure. Don't set | |
4552 currentfigure. | |
4553 | |
4554 * plot/__errplot__.m: Call __line__ instead of | |
4555 __uiobject_line_ctor__. Use set instead of accesing object fields | |
4556 directly. Don't call __uiobject_adopt__. | |
4557 | |
4558 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
4559 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
4560 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
4561 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
4562 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
4563 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
4564 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
4565 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
4566 plot/__uiobject_init_root_figure__.in, | |
4567 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
4568 plot/__uiobject_root_figure_ctor__.m, | |
4569 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
4570 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
4571 plot/set.in: Delete. | |
6408 | 4572 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 4573 |
4574 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
4575 Pass "hidden" as second arg to close. | |
4576 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
4577 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 4578 * plot/Makefile.in (SOURCES_M): Rename in list. |
4579 | |
6405 | 4580 * image/__img__.m: Use __go_image__ to create image graphics |
4581 handle. | |
4582 | |
4583 * miscellaneous/delete.m: Call __go_delete__, not | |
4584 __uiobject_delete__. Check that arg is a graphics handle before | |
4585 calling __go_delete__. | |
4586 | |
6403 | 4587 2007-03-13 John W. Eaton <jwe@octave.org> |
4588 | |
4589 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
4590 arg instead of switch statement. | |
6528 | 4591 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 4592 |
4593 2007-03-12 John W. Eaton <jwe@octave.org> | |
4594 | |
4595 * miscellaneous/cast.m: New function. | |
4596 | |
4597 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
4598 | |
6398 | 4599 2007-03-08 John W. Eaton <jwe@octave.org> |
4600 | |
4601 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
4602 tilde expansion on target filename before passing it to the shell. | |
4603 | |
4604 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
4605 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
4606 | |
6396 | 4607 2007-03-08 David Bateman <dbateman@free.fr> |
4608 | |
4609 * statistics/base/unidrnd.m: Move to statistics/distributions | |
4610 replacing slower version based on dicrete_rnd. | |
4611 | |
6392 | 4612 2007-03-07 John W. Eaton <jwe@octave.org> |
4613 | |
6395 | 4614 * control/base/rlocus.m: Update for current plotting functions. |
4615 | |
4616 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
4617 | |
4618 * control/base/rlocus.m: Improve display. | |
4619 | |
4620 2007-03-07 John W. Eaton <jwe@octave.org> | |
4621 | |
4622 * plot/legend.m: Only handle positions -1:4. | |
4623 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
4624 found in option string | |
4625 * plot/__uiobject_draw_axes__.m: Handle key position. | |
4626 | |
6394 | 4627 * plot/newplot.m: Always reset next line color. |
4628 | |
6392 | 4629 * testfun/assert.m: Check that number of dimensions match before |
4630 checking dimensions. | |
4631 | |
6391 | 4632 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
4633 | |
4634 * specfun/perms.m, specfun/factorial.m: Check args. | |
4635 | |
6387 | 4636 2007-03-07 John W. Eaton <jwe@octave.org> |
4637 | |
6390 | 4638 * plot/mesh.m: Call newplot before doing anything. |
4639 | |
4640 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
4641 just "e". Only flush plot stream once. | |
4642 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4643 | |
6387 | 4644 * strings/blanks.m: Omit first index in assignment. |
4645 | |
6386 | 4646 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
4647 | |
4648 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
4649 | |
6385 | 4650 2007-03-06 David Bateman <dbateman@free.fr> |
4651 John W. Eaton <jwe@octave.org> | |
4652 | |
4653 * set/setdiff.m: Ignore "rows" for cell array args. | |
4654 Handle cellstr args. | |
4655 | |
6382 | 4656 2007-03-05 John W. Eaton <jwe@octave.org> |
4657 | |
4658 * optimization/sqp.m: Defer first call to obj_hess until after | |
4659 calling obj_fun. | |
4660 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4661 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 4662 |
4663 * specfun/nchoosek.m: Fix nargin check. | |
4664 | |
6376 | 4665 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
4666 | |
4667 * image/__img__.m: Don't set xlim and ylim properties. | |
4668 | |
6374 | 4669 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
4670 | |
4671 * general/interp1.m: Fix *style cases for decreasing x. | |
4672 | |
6372 | 4673 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
4674 | |
4675 * polynomial/roots.m: Check nargin before accessing arg. | |
4676 | |
6369 | 4677 2007-02-28 John W. Eaton <jwe@octave.org> |
4678 | |
4679 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
4680 increment data_idx unless using gnuplot for display. | |
4681 | |
6368 | 4682 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
4683 | |
4684 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
4685 plots with images. | |
4686 * image/image.m, image/imagesc.m, image/imshow.m: | |
4687 Deprecate zoom argument. | |
4688 | |
6366 | 4689 2007-02-28 John W. Eaton <jwe@octave.org> |
4690 | |
4691 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
4692 temporary file names. Keep image and colormap file ids separate. | |
4693 | |
4694 * general/interp1.m: Correctly compute min and max values when | |
4695 values are decreasing and not evenly spaced. | |
4696 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
4697 | |
6365 | 4698 2007-02-27 John W. Eaton <jwe@octave.org> |
4699 | |
4700 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
4701 returning an empty cell array. | |
4702 | |
6546 | 4703 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 4704 |
4705 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
4706 | |
6546 | 4707 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 4708 |
4709 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4710 control/base/Makefile.in, control/hinf/Makefile.in, | |
4711 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4712 control/util/Makefile.in, deprecated/Makefile.in, | |
4713 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4714 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4715 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4716 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4717 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4718 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4719 special-matrix/Makefile.in, startup/Makefile.in, | |
4720 statistics/Makefile.in, statistics/base/Makefile.in, | |
4721 statistics/distributions/Makefile.in, | |
4722 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4723 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4724 Use $(LN_S) instead of ln or ln -s. | |
4725 | |
6356 | 4726 2007-02-24 David Bateman <dbateman@free.fr> |
4727 | |
4728 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
4729 '\n' in FILES file. | |
6357 | 4730 (configure_make): Also install any mex files. |
6356 | 4731 |
6353 | 4732 2007-02-24 David Bateman <dbateman@free.fr> |
4733 | |
4734 * statistics/distributions (SOURCES): Add nbincdf.m, | |
4735 nbininv.m, nbinpdf.m and nbinrnd.m. | |
4736 | |
6351 | 4737 2007-02-23 John W. Eaton <jwe@octave.org> |
4738 | |
4739 * statistics/distributions/Makefile.in (SOURCES): Remove | |
4740 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
4741 | |
4742 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
4743 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
4744 | |
6349 | 4745 2007-02-23 David Bateman <dbateman@free.fr> |
4746 | |
4747 * statistics/distributions/discrete_rnd.m, | |
4748 statistics/distributions/geornd.m, | |
4749 statistics/distributions/lognnd.m, | |
4750 statistics/distributions/nbinrnd.m, | |
4751 statistics/distributions/wblrnd.m: Accelerate distributions. | |
4752 | |
4753 * statistics/distributions/unidcdf.m, | |
4754 statistics/distributions/unidinv.m, | |
4755 statistics/distributions/unidpdf.m, | |
4756 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 4757 discrete_cdf, etc. |
6349 | 4758 |
4759 * statistics/distributions/pascal_cdf.m, | |
4760 statistics/distributions/pascal_inv.m, | |
4761 statistics/distributions/pascal_pdf.m, | |
4762 statistics/distributions/pascal_rnd.m: Remove. | |
4763 * statistics/distributions/nbincdf.m, | |
4764 statistics/distributions/nbininv.m, | |
4765 statistics/distributions/nbinpdf.m, | |
4766 statistics/distributions/nbinrnd.m: Replace with matlab | |
4767 compatible functions. | |
4768 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
4769 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
4770 nbincdf, etc functions to implement these. | |
4771 | |
6344 | 4772 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4773 | |
4774 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
4775 command and data. | |
4776 | |
4777 2007-02-22 John W. Eaton <jwe@octave.org> | |
4778 | |
4779 * miscellaneous/doc.m: If index search fails, try again without | |
4780 the index search option. | |
4781 | |
6339 | 4782 2007-02-22 David Bateman <dbateman@free.fr> |
4783 | |
6341 | 4784 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
4785 | |
6340 | 4786 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
4787 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
4788 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
4789 statistics/distributions/betarnd.m: Convert to use randg, rande | |
4790 and randp to accelerate. | |
4791 | |
6339 | 4792 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
4793 | |
6338 | 4794 2007-02-22 John W. Eaton <jwe@octave.org> |
4795 | |
4796 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
4797 cache data and display after xlim and ylim have been determined. | |
4798 | |
6337 | 4799 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4800 | |
4801 * plot/__uiobject_draw_axes__.m: | |
4802 Allow multiple images to be displayed with gnuplot. | |
4803 | |
6333 | 4804 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
4805 | |
4806 * optimization/glpk.m: Document the fact that extra.mem does not work | |
4807 for versions of GLPK 4.15 and later. | |
4808 | |
6328 | 4809 2007-02-19 John W. Eaton <jwe@octave.org> |
4810 | |
4811 * plot/__uiobject_alloc__.in: If next available element in | |
4812 __uiobject_list__ is 0, grow list before doing anything else. | |
4813 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
4814 first call when size of __uiobject_list__ is 0. | |
4815 | |
6323 | 4816 2007-02-16 John W. Eaton <jwe@octave.org> |
4817 | |
4818 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
4819 | |
6321 | 4820 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
4821 | |
4822 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
4823 | |
6316 | 4824 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
4825 | |
4826 * specfun/nchoosek.m: Check nargin. | |
4827 | |
6314 | 4828 2007-02-15 John W. Eaton <jwe@octave.org> |
4829 | |
6315 | 4830 * path/addpath.m, path/rmpath.m: Delete |
4831 * path/Makefile.in (SOURCES): Remove them from the list. | |
4832 | |
6314 | 4833 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
4834 Delete title, xlabel, ylabel, and zlabel properties before | |
4835 reassigning. | |
4836 * plot/__uiobject_axes_init__.in: New arg, mode. | |
4837 Don't init outerposition if "mode" is "replace". | |
4838 * plot/newplot.m: Check both figure and axes nextplot properties. | |
4839 If axes nextplot property is replace, pass "replace" as mode arg | |
4840 to __uiobject_axes_init__. | |
4841 | |
6308 | 4842 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
4843 | |
6310 | 4844 * image/imshow.m: Don't restore old colormap. |
4845 | |
6309 | 4846 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
4847 * image/__img__.m: New file containing common parts of image.m and | |
4848 imshow.m. | |
6312 | 4849 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 4850 * image/image.m, image/imshow.m: Call __img__. |
4851 * plot/__uiobject_draw_axes__.m: | |
4852 Handle rgb imaged data stored in 3-d arrays. | |
4853 | |
6308 | 4854 * plot/figure.m: Doc fix. |
4855 | |
6304 | 4856 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
4857 | |
4858 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
4859 for reading and writing data. New tests. Improve rounding. | |
4860 | |
6302 | 4861 2007-02-13 John W. Eaton <jwe@octave.org> |
4862 | |
6303 | 4863 * plot/stem.m: New file, adapted from OctPlot. |
4864 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4865 | |
6302 | 4866 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
4867 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4868 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4869 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
4870 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
4871 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
4872 plot/semilogyerr.m: Return handles to line objects. | |
4873 | |
6301 | 4874 2007-02-11 John W. Eaton <jwe@octave.org> |
4875 | |
4876 * plot/__uiobject_close_all.m: New file. | |
4877 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4878 | |
6298 | 4879 2007-02-10 John W. Eaton <jwe@octave.org> |
4880 | |
4881 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
4882 * plot/__uiobject_globals__.m: Don't call mlock. | |
4883 | |
4884 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
4885 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
4886 before calling pclose. | |
4887 | |
6291 | 4888 2007-02-09 John W. Eaton <jwe@octave.org> |
4889 | |
6295 | 4890 * plot/subplot.m: Delete spurious call to axes. |
4891 | |
6293 | 4892 * plot/figure.m: Call drawnow for current figure before creating |
4893 or switching to a new figure. | |
4894 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
4895 nargin == 0 case. | |
4896 | |
6291 | 4897 * testfun/assert.m: Try to avoid problems when comparisons involve |
4898 strange values like Inf+NaNi. | |
4899 | |
6283 | 4900 2007-02-08 John W. Eaton <jwe@octave.org> |
4901 | |
6286 | 4902 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
4903 and check gnuplot_use_title_option instead of just assuming -title | |
4904 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
4905 | |
6285 | 4906 * Makefile.in (DISTFILES): Add move-if-change to the list. |
4907 | |
6284 | 4908 * audio/Makefile.in, control/base/Makefile.in, |
4909 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
4910 control/system/Makefile.in, control/util/Makefile.in, | |
4911 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
4912 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
4913 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
4914 optimization/Makefile.in, plot/Makefile.in, | |
4915 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4916 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4917 special-matrix/Makefile.in, startup/Makefile.in, | |
4918 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4919 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4920 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
4921 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
4922 | |
6283 | 4923 * plot/figure.m: Don't call drawnow. Correctly init figure when |
4924 only given property list. | |
4925 | |
6278 | 4926 2007-02-07 John W. Eaton <jwe@octave.org> |
4927 | |
6280 | 4928 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
4929 properties. | |
4930 | |
6278 | 4931 * plot/sombrero.m: Call box ("off") after mesh. |
4932 | |
4933 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
4934 line default" commands with older versions of gnuplot. | |
4935 | |
4936 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
4937 | |
6273 | 4938 2007-02-06 John W. Eaton <jwe@octave.org> |
4939 | |
4940 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
4941 * sparse/gplot.m: Use line style - instead of 1. | |
4942 | |
6272 | 4943 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
4944 | |
4945 * plot/print.m: Avoid error message from cellidx. | |
4946 | |
4947 2007-02-05 John W. Eaton <jwe@octave.org> | |
4948 | |
4949 * plot/legend.m: Fix check for data. | |
4950 | |
6270 | 4951 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
4952 | |
4953 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
4954 Always set lt and pt. | |
4955 | |
6269 | 4956 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
4957 | |
4958 * plot/contourc.m: Correctly compute X and Y. | |
4959 | |
6268 | 4960 2007-02-05 John W. Eaton <jwe@octave.org> |
4961 | |
4962 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
4963 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
4964 | |
6264 | 4965 2007-02-01 John W. Eaton <jwe@octave.org> |
4966 | |
6266 | 4967 * plot/__uiobject_draw_axes__.m: |
4968 Don't try to set axis limits unless we have data. | |
4969 | |
6264 | 4970 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
4971 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4972 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
4973 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
4974 instead of of key and fmt strings. | |
4975 | |
4976 * plot/__pltopt1__.m: Greatly simplify. | |
4977 | |
4978 * plot/__next_line_color__.m: New file. | |
4979 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4980 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
4981 | |
4982 * plot/__default_plot_options__.m: New file. | |
4983 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4984 | |
4985 * plot/__plt3__.m: Delete. | |
4986 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
4987 | |
6259 | 4988 2007-01-31 John W. Eaton <jwe@octave.org> |
4989 | |
6263 | 4990 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
4991 linestyle, linewidth, marker, and markersize properties. | |
4992 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
4993 colors and widths, and line styles. | |
4994 | |
4995 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 4996 |
6261 | 4997 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
4998 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4999 | |
5000 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
5001 __gnuplot_save_data__. | |
5002 | |
6259 | 5003 * image/image.m: Accept 2 args, but ignore the second for now. |
5004 | |
6258 | 5005 2007-01-30 David Bateman <dbateman@free.fr> |
5006 | |
5007 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
5008 to flag a package as to be autoloaded. Add install flags -noauto, | |
5009 -auto to force autoload behavior. | |
5010 (installed_packages): Make list of installed packages unique. | |
5011 | |
6259 | 5012 2007-01-30 John W. Eaton <jwe@octave.org> |
5013 | |
5014 * Merge of changes from graphics-branch: | |
5015 | |
5016 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 5017 |
5018 * plot/subplot.m: Set nextplot property of current figure to "add". | |
5019 | |
5020 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
5021 property if it exists. | |
5022 | |
6259 | 5023 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 5024 |
5025 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
5026 min values outside of loop over child objects. | |
5027 | |
5028 * plot/contour.m, plot/contourc.m: New files. | |
5029 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
5030 | |
5031 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
5032 find a gnuplot version newer than 4.0. | |
5033 * image/__img_gnuplot__.m: Delete. | |
5034 * image/image.m: Create image graphics object. | |
5035 Call newplot to setup and drawnow to finish. | |
5036 Eliminate ZOOM arg. | |
5037 | |
5038 * plot/__uiobject_draw_axes__.m: Handle image data. | |
5039 | |
5040 * plot/legend.m: Eliminate useless variable "warned". | |
5041 | |
5042 * plot/__uiobject_image_ctor__.m: New file. | |
5043 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5044 | |
5045 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
5046 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
5047 | |
5048 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
5049 | |
5050 * plot/__default_colormap__.m: New file. | |
5051 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5052 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
5053 property. | |
5054 * image/colormap.m: Use colormap property of current figure | |
5055 to store colormap instead of using persistent variable. | |
5056 Call __default_colormap__ to get default map value. | |
5057 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
5058 | |
5059 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
5060 Handle some tick mark options. | |
5061 | |
5062 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
5063 set corresponding *mode to "manual". If we set dataaspectratio, | |
5064 set dataaspectratiomode to "manual". | |
5065 | |
5066 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
5067 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
5068 | |
5069 * plot/axis.m: New file. | |
5070 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
5071 | |
5072 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
5073 set corresponding *limmode to "manual". | |
5074 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
5075 Use it to compute autosclaled limits. | |
5076 Arg is now handle, not object. Change all callers. | |
5077 Compute data limits. | |
5078 | |
6259 | 5079 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 5080 |
5081 * plot/drawnow: Fix visibility check for zero args. | |
5082 | |
5083 * plot/text.m: New file. | |
5084 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5085 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
5086 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
5087 horizontalalignment properties. | |
5088 | |
5089 * plot/figure.m: Set options for f we just constructed or were | |
5090 given as an argument, not gcf. Only return handle if nargout > 0. | |
5091 | |
5092 * plot/drawnow.m: Handle visible field for figure here. | |
5093 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
5094 | |
5095 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
5096 title and axis labels. | |
5097 | |
5098 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
5099 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
5100 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
5101 * plot/view.m: New file. | |
5102 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5103 | |
5104 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
5105 Call __request_drawnow__. | |
5106 | |
5107 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
5108 | |
5109 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5110 Call set to set properties. Return handle instead of structure. | |
5111 Change all callers. | |
5112 | |
5113 * plot/__uiobject_axes_setr__.m: New file. | |
5114 * plot/set.in: Check for __setter__ field. | |
5115 | |
5116 * plot/__uiobject_axes_init__.in: | |
5117 Rename from plot/__uiobject_axes_init__.m. | |
5118 Include __uiobject_globals__. | |
5119 Accept handle as arg instead of structure | |
5120 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
5121 from the list. | |
5122 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
5123 | |
6259 | 5124 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 5125 |
5126 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
5127 | |
5128 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
5129 initializing each global variable. | |
5130 | |
6259 | 5131 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 5132 |
5133 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
5134 __uiobject_figure_handles_free_list__): New global variables. | |
5135 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
5136 Place unused handles on the free list. | |
5137 | |
5138 * plot/__uiobject_get_figure_handle__.in: Delete. | |
5139 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
5140 | |
5141 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
5142 handles here. Return figure handle. | |
5143 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
5144 | |
6259 | 5145 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 5146 |
5147 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
5148 data for gnuplot. | |
5149 | |
5150 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
5151 files. | |
5152 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
5153 (DISTFILES): Include include-globals.awk in the list. | |
5154 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
5155 ($(GEN_M) : %.m : %.in): New rule. | |
5156 | |
5157 * include-globals.awk: New file. | |
5158 | |
5159 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
5160 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
5161 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
5162 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
5163 plot/__uiobject_init_root_figure__.in, | |
5164 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
5165 Rename from corresponding .m files. | |
5166 | |
5167 * move-if-change: New file. | |
5168 | |
5169 * plot/__uiobject_delete__.m: New file. | |
5170 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
5171 plot/__uiobject_delete_child__.m: Delete. | |
5172 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
5173 not a character string. | |
5174 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
5175 Fix assignment to tmp key value in loop. | |
5176 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
5177 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
5178 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
5179 Inline code to delete children. | |
5180 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
5181 __uiobject_list__. | |
5182 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
5183 and free child. | |
5184 | |
6259 | 5185 2006-12-08 John W. Eaton <jwe@octave.org> |
5186 | |
5187 * plot/gcf.m: Check if the root figure object's currentfigure | |
5188 handle is empty, not 0. | |
5189 * plot/__uiobject_root_figure_ctor__.m: | |
5190 Set currentfigure to [], not 0. | |
5191 | |
5192 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
5193 | |
5194 2006-12-07 John W. Eaton <jwe@octave.org> | |
5195 | |
5196 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
5197 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
5198 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
5199 plot/__uiobject_delete_children__.m, | |
5200 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
5201 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
5202 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
5203 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
5204 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
5205 plot/__uiobject_init_figure__.m, | |
5206 plot/__uiobject_init_root_figure__.m, | |
5207 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
5208 plot/__uiobject_remove_child__.m, | |
5209 plot/__uiobject_root_figure_ctor__.m, | |
5210 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
5211 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
5212 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
5213 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
5214 plot/set.m: New files. | |
5215 | |
5216 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
5217 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
5218 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
5219 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
5220 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
5221 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
5222 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
5223 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
5224 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
5225 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
5226 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
5227 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
5228 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
5229 plot/semilogyerr.m, plot/replot.m: | |
5230 Adapt to new graphics data structure. | |
5231 | |
5232 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
5233 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
5234 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
5235 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
5236 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5237 plot/plot_border.m, plot/subwindow.m: Delete. | |
5238 | |
5239 2007-01-24 David Bateman <dbateman@free.fr> | |
5240 | |
5241 * pkg/pkg.m: Install ChangeLog file if it exists. | |
5242 Delete bare newline in string passed to write_INDEX. | |
5243 | |
5244 * sparse/sprandsym.m: Make work for even values of N. | |
5245 | |
5246 2007-01-24 John W. Eaton <jwe@octave.org> | |
5247 | |
5248 * miscellaneous/news.m: New file. | |
5249 | |
5250 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
5251 | |
5252 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
5253 | |
5254 * strings/strncmp.m: Delete (we now have a built-in version). | |
5255 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5256 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 5257 |
5258 * testfun/test.m: Check for all files in path, use first found. | |
5259 | |
5260 2007-01-22 David Bateman <dbateman@free.fr> | |
5261 | |
5262 * polynomial/spline.m: Make DG a column instead of a row vector. | |
5263 | |
5264 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
5265 | |
5266 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
5267 file name. | |
5268 | |
5269 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
5270 nargout is 1. Handle colormaps that have too few colors. | |
5271 | |
5272 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
5273 (configure_make): Use fullfile instead of concatenating with "/". | |
5274 | |
6258 | 5275 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
5276 | |
5277 * set/ismember.m: Handle N-d arrays. | |
5278 | |
5279 2007-01-10 David Bateman <dbateman@free.fr> | |
5280 | |
5281 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
5282 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
5283 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
5284 New files. | |
5285 | |
5286 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
5287 | |
6778 | 5288 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 5289 |
5290 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
5291 | |
5292 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
5293 instead of concatenating with "/". Use mlock to ensure that | |
5294 persistent variables are not clobbered if user types clear all. | |
5295 | |
5296 2007-01-08 John W. Eaton <jwe@octave.org> | |
5297 | |
5298 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
5299 Improve handling of file names containing globbing characters. | |
5300 From S�ren Hauberg <hauberg@gmail.com>. | |
5301 | |
5302 2007-01-05 John W. Eaton <jwe@octave.org> | |
5303 | |
5304 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
5305 New files. | |
5306 | |
5307 2006-12-30 John W. Eaton <jwe@octave.org> | |
5308 | |
5309 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
5310 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
5311 | |
5312 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
5313 | |
5314 * image/imshow.m: Strip NaNs from image. | |
5315 | |
5316 2006-12-08 David Bateman <dbateman@free.fr> | |
5317 | |
5318 * sparse/normest.m: New file. | |
5319 | |
6286 | 5320 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 5321 |
6210 | 5322 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
5323 Work on Windows systems without cp or mv. | |
5324 | |
6209 | 5325 * startup/inputrc: Include sequences for Windows. |
5326 | |
6203 | 5327 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
5328 | |
5329 * pkg/pkg.m (unload_packages): New function. | |
5330 (pkg): Handle unload action. | |
5331 | |
5332 * __errplot__.m: Add missing semicolon. | |
5333 | |
6193 | 5334 2006-11-30 John W. Eaton <jwe@octave.org> |
5335 | |
5336 * miscellaneous/mexext.m: New file. | |
5337 | |
6189 | 5338 2006-11-29 David Bateman <dbateman@free.fr> |
5339 | |
5340 * pkg/pkg.m: Add local_list and global_list options that allow the | |
5341 location of package lists to be probed and set. | |
5342 | |
6179 | 5343 2006-11-17 John W. Eaton <jwe@octave.org> |
5344 | |
6181 | 5345 * plot/__render_plot1__.m: Reverse y axis for images. |
5346 | |
6179 | 5347 * plot/__render_plot__.m: New args, terminal and output. |
5348 * plot/print.m: Don't set output and term here. Instead, call | |
5349 __render_plot__ with terminal and output. | |
5350 | |
6178 | 5351 2006-11-16 John W. Eaton <jwe@octave.org> |
5352 | |
5353 * plot/__render_plot1__.m: New file. | |
5354 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
5355 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
5356 gnuplot. Let __render_plot__ do that. | |
5357 | |
6177 | 5358 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
5359 | |
5360 * plot/plot.m: Fix doc string. | |
5361 | |
6173 | 5362 2006-11-16 John W. Eaton <jwe@octave.org> |
5363 | |
5364 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
5365 before sending anything to the plotter. | |
5366 | |
6172 | 5367 2006-11-15 John W. Eaton <jwe@octave.org> |
5368 | |
5369 * image/__img_gnuplot__.m: Store more info in global plot | |
5370 structures and use __render_plot__ to build plot command to | |
5371 display image. | |
5372 | |
5373 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
5374 | |
5375 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
5376 __plot_command_sep__): Delete. | |
5377 (__plot_data_type__, __plot_data_parametric__, | |
5378 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
5379 __plot_usingstr__, __plot_withstr__): New variables. | |
5380 * plot/__init_plot_vars__.m: Initialize them. | |
5381 | |
5382 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
5383 Don't handle sep or cmd. | |
5384 | |
5385 * plot/__render_plot__.m: New function. | |
5386 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
5387 Store more info in global plot structures and use __render_plot__ | |
5388 to build plot command. | |
5389 * plot/replot.m: Simply call __render_plot__. | |
5390 | |
5391 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
5392 Set __plot_data_parametric__ here. | |
5393 | |
6164 | 5394 2006-11-14 John W. Eaton <jwe@octave.org> |
5395 | |
6166 | 5396 * plot/bottom_title.m, plot/top_title.m: Delete. |
5397 | |
6164 | 5398 * image/image_viewer.m: Set default values here. |
5399 * image/image.m: Not here. | |
5400 | |
5401 * image/image_viewer.m: Always return old values. Check arguments. | |
5402 * image/__img_gnuplot__.m: Rename from __img__m. | |
5403 | |
5404 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
5405 | |
5406 * image/image_viewer.m: New function. | |
5407 * image/__img_via_file__.m: New function. | |
5408 * image/image.m: Use image_viewer to determine which program to | |
5409 use for image viewing. | |
6754 | 5410 * image/__img__.m: Silently accept more than 3 args. |
6164 | 5411 |
6163 | 5412 2006-11-14 John W. Eaton <jwe@octave.org> |
5413 | |
5414 * plot/__do_legend__.m, plot/__errplot__.m, | |
5415 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
5416 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
5417 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5418 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
5419 Use __plot_globals__ for multiplot variables. Keep track of | |
5420 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
5421 | |
6157 | 5422 2006-11-13 John W. Eaton <jwe@octave.org> |
5423 | |
6158 | 5424 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
5425 | |
6157 | 5426 * miscellaneous/substruct.m: New function. |
5427 | |
5428 * testfun/assert.m: Force orientation to match when comparing | |
5429 struct elements. | |
5430 | |
5431 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
5432 when comparing structs. | |
5433 | |
5434 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
5435 | |
6754 | 5436 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
5437 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
5438 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
5439 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
5440 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
5441 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
5442 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 5443 |
6156 | 5444 2006-11-13 John W. Eaton <jwe@octave.org> |
5445 | |
5446 * plot/mesh.m: Use size_equal to compare dimensions. | |
5447 | |
6154 | 5448 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
5449 | |
5450 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
5451 | |
6152 | 5452 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
5453 | |
5454 * miscellaneous/copyfile.m: Fix docs to match function. | |
5455 | |
6145 | 5456 2006-11-08 John W. Eaton <jwe@octave.org> |
5457 | |
6146 | 5458 * plot/legend.m: New function, adapted from Octave Forge. |
5459 | |
5460 * plot/__do_legend__.m: New function. | |
5461 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
5462 plot/replot.m: Call it before plotting. | |
5463 | |
5464 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
5465 noparametric" to gnuplot.. | |
5466 | |
5467 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
5468 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
5469 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
5470 and return key title separate from line format. Accept format and | |
5471 key as cellstr. Always return data as cell array. Return format | |
5472 and key title as cellstr. | |
5473 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
5474 Handle line format and key titles separately. | |
5475 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
5476 | |
5477 * plot/__plot_globals__.m (__plot_line_offset__, | |
5478 __plot_key_labels__, __plot_key_properties__): New global | |
5479 variables. Initialize them. | |
5480 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
5481 __plot_key_labels__, __plot_key_properties__): Initialize. | |
5482 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
5483 (__plot_line_offset__, __plot_key_labels__, | |
5484 __plot_key_properties__): Store information about plot key titles. | |
5485 | |
5486 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
5487 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
5488 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
5489 respectively. | |
5490 | |
5491 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
5492 | |
6145 | 5493 * strings/strcat.m: Disable Octave:empty-list-elements warning |
5494 whle concatenating args. | |
5495 | |
6144 | 5496 2006-11-07 John W. Eaton <jwe@octave.org> |
5497 | |
5498 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
5499 | |
6142 | 5500 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
5501 | |
6143 | 5502 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
5503 option to regexp. | |
5504 | |
6142 | 5505 * image/__img__.m: Send "set size ratio -1" before plotting. |
5506 | |
6138 | 5507 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
5508 | |
6139 | 5509 * strings/index.m: New arg, direction. Simplify and speed up. |
5510 * strings/rindex.m: Implement using index (..., "last"); | |
5511 | |
6754 | 5512 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 5513 |
6130 | 5514 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
5515 | |
5516 * general/__isequal__.m: Test size and class more consistently. | |
5517 | |
6116 | 5518 2006-10-27 John W. Eaton <jwe@octave.org> |
5519 | |
6117 | 5520 * miscellaneous/ls_command.m: Use /D instead of /w. |
5521 From Michael Goffioul <michael.goffioul@swing.be>. | |
5522 | |
6116 | 5523 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
5524 * miscellaneous/dir.m: Mark as a command. | |
5525 | |
6112 | 5526 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5527 | |
5528 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
5529 | |
6088 | 5530 2006-10-25 John W. Eaton <jwe@octave.org> |
5531 | |
5532 * image/image.m: Set x = y = [] when nargin == 0; | |
5533 | |
5534 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
5535 | |
5536 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
5537 * image/__img__.m: New file, originally from | |
5538 Daniel J Sebald <daniel.sebald@ieee.org>. | |
5539 | |
6087 | 5540 2006-10-25 John W. Eaton <jwe@octave.org> |
5541 | |
5542 * plot/__gnuplot_version__.m: New function, originally from | |
5543 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
5544 Quentin Spencer <qspencer@ieee.org>. | |
5545 | |
6085 | 5546 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
5547 | |
5548 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
5549 | |
6081 | 5550 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
5551 | |
5552 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
5553 miscellaneous/gunzip.m: New files. | |
5554 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
5555 Call unpack to do the real work. | |
5556 | |
6075 | 5557 2006-10-24 John W. Eaton <jwe@octave.org> |
5558 | |
6078 | 5559 * plot/plot3.m: If we have a format string, then also pass using |
5560 string to __plt3__. | |
5561 | |
6077 | 5562 * plot/sombrero.m: Don't return anything if nargout == 0. |
5563 | |
6075 | 5564 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 5565 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 5566 |
6069 | 5567 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
5568 | |
5569 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
5570 Quote filenames in shell commands. | |
5571 | |
6055 | 5572 2006-10-17 David Bateman <dbateman@free.fr> |
5573 | |
5574 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
5575 the package directory is missing. | |
5576 | |
6052 | 5577 2006-10-13 John W. Eaton <jwe@octave.org> |
5578 | |
5579 * plot/box.m: New function. | |
5580 | |
6050 | 5581 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
5582 | |
5583 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
5584 | |
6049 | 5585 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
5586 | |
5587 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
5588 | |
6047 | 5589 2006-10-10 John W. Eaton <jwe@octave.org> |
5590 | |
5591 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
5592 | |
6046 | 5593 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
5594 | |
5595 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
5596 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
5597 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
5598 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
5599 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
5600 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
5601 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
5602 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
5603 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
5604 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
5605 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
5606 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
5607 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
5608 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
5609 control/system/buildssic.m, control/system/c2d.m, | |
5610 control/system/cellidx.m, control/system/d2c.m, | |
5611 control/system/dmr2d.m, control/system/fir2sys.m, | |
5612 control/system/is_abcd.m, control/system/is_controllable.m, | |
5613 control/system/is_detectable.m, control/system/is_digital.m, | |
5614 control/system/is_observable.m, control/system/is_siso.m, | |
5615 control/system/is_stabilizable.m, control/system/is_stable.m, | |
5616 control/system/jet707.m, control/system/listidx.m, | |
5617 control/system/ord2.m, control/system/parallel.m, | |
5618 control/system/ss.m, control/system/ss2zp.m, | |
5619 control/system/starp.m, control/system/sys2ss.m, | |
5620 control/system/sys2tf.m, control/system/sys2zp.m, | |
5621 control/system/sysadd.m, control/system/sysappend.m, | |
5622 control/system/syschtsam.m, control/system/sysconnect.m, | |
5623 control/system/syscont.m, control/system/sysdimensions.m, | |
5624 control/system/sysdisc.m, control/system/sysdup.m, | |
5625 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
5626 control/system/sysgroup.m, control/system/sysidx.m, | |
5627 control/system/sysmin.m, control/system/sysmult.m, | |
5628 control/system/sysout.m, control/system/sysprune.m, | |
5629 control/system/sysscale.m, control/system/syssetsignals.m, | |
5630 control/system/syssub.m, control/system/sysupdate.m, | |
5631 control/system/tf.m, control/system/tfout.m, | |
5632 control/system/ugain.m, control/system/zp.m, | |
5633 control/system/zpout.m, control/util/__outlist__.m, | |
5634 control/util/__zgpbal__.m, control/util/prompt.m, | |
5635 control/util/sortcom.m, control/util/strappend.m, | |
5636 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
5637 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
5638 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
5639 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
5640 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
5641 finance/pvl.m, finance/rate.m, finance/vol.m, | |
5642 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
5643 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
5644 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
5645 general/cumtrapz.m, general/deal.m, general/diff.m, | |
5646 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
5647 general/ind2sub.m, general/int2str.m, | |
5648 general/is_duplicate_entry.m, general/isdefinite.m, | |
5649 general/isequal.m, general/isequalwithequalnans.m, | |
5650 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
5651 general/isvector.m, general/logical.m, general/logspace.m, | |
5652 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
5653 general/perror.m, general/postpad.m, general/prepad.m, | |
5654 general/randperm.m, general/rem.m, general/repmat.m, | |
5655 general/rot90.m, general/rotdim.m, general/shift.m, | |
5656 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
5657 general/sub2ind.m, general/trapz.m, general/tril.m, | |
5658 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
5659 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
5660 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
5661 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
5662 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
5663 linear-algebra/cross.m, linear-algebra/dmult.m, | |
5664 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
5665 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
5666 linear-algebra/logm.m, linear-algebra/norm.m, | |
5667 linear-algebra/null.m, linear-algebra/orth.m, | |
5668 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
5669 linear-algebra/trace.m, linear-algebra/vec.m, | |
5670 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
5671 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
5672 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
5673 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
5674 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
5675 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
5676 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
5677 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
5678 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
5679 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
5680 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
5681 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
5682 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
5683 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
5684 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
5685 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
5686 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
5687 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
5688 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
5689 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
5690 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
5691 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
5692 polynomial/polyder.m, polynomial/polyderiv.m, | |
5693 polynomial/polyfit.m, polynomial/polygcd.m, | |
5694 polynomial/polyinteg.m, polynomial/polyout.m, | |
5695 polynomial/polyreduce.m, polynomial/polyval.m, | |
5696 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
5697 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
5698 set/complement.m, set/create_set.m, set/intersect.m, | |
5699 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
5700 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
5701 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
5702 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
5703 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
5704 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
5705 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
5706 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
5707 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
5708 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
5709 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
5710 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
5711 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
5712 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
5713 special-matrix/hankel.m, special-matrix/hilb.m, | |
5714 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
5715 special-matrix/toeplitz.m, special-matrix/vander.m, | |
5716 statistics/base/center.m, statistics/base/cloglog.m, | |
5717 statistics/base/cor.m, statistics/base/corrcoef.m, | |
5718 statistics/base/cov.m, statistics/base/cut.m, | |
5719 statistics/base/gls.m, statistics/base/iqr.m, | |
5720 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
5721 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
5722 statistics/base/mean.m, statistics/base/meansq.m, | |
5723 statistics/base/median.m, statistics/base/moment.m, | |
5724 statistics/base/ols.m, statistics/base/ppplot.m, | |
5725 statistics/base/probit.m, statistics/base/qqplot.m, | |
5726 statistics/base/range.m, statistics/base/ranks.m, | |
5727 statistics/base/run_count.m, statistics/base/skewness.m, | |
5728 statistics/base/spearman.m, statistics/base/statistics.m, | |
5729 statistics/base/std.m, statistics/base/studentize.m, | |
5730 statistics/base/table.m, statistics/base/values.m, | |
5731 statistics/base/var.m, statistics/distributions/betacdf.m, | |
5732 statistics/distributions/betainv.m, | |
5733 statistics/distributions/betapdf.m, | |
5734 statistics/distributions/betarnd.m, | |
5735 statistics/distributions/binocdf.m, | |
5736 statistics/distributions/binoinv.m, | |
5737 statistics/distributions/binopdf.m, | |
5738 statistics/distributions/binornd.m, | |
5739 statistics/distributions/cauchy_cdf.m, | |
5740 statistics/distributions/cauchy_inv.m, | |
5741 statistics/distributions/cauchy_pdf.m, | |
5742 statistics/distributions/cauchy_rnd.m, | |
5743 statistics/distributions/chi2cdf.m, | |
5744 statistics/distributions/chi2inv.m, | |
5745 statistics/distributions/chi2pdf.m, | |
5746 statistics/distributions/chi2rnd.m, | |
5747 statistics/distributions/discrete_cdf.m, | |
5748 statistics/distributions/discrete_inv.m, | |
5749 statistics/distributions/discrete_pdf.m, | |
5750 statistics/distributions/discrete_rnd.m, | |
5751 statistics/distributions/empirical_rnd.m, | |
5752 statistics/distributions/expcdf.m, | |
5753 statistics/distributions/expinv.m, | |
5754 statistics/distributions/exppdf.m, | |
5755 statistics/distributions/exprnd.m, | |
5756 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
5757 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
5758 statistics/distributions/gamcdf.m, | |
5759 statistics/distributions/gaminv.m, | |
5760 statistics/distributions/gampdf.m, | |
5761 statistics/distributions/gamrnd.m, | |
5762 statistics/distributions/geocdf.m, | |
5763 statistics/distributions/geoinv.m, | |
5764 statistics/distributions/geopdf.m, | |
5765 statistics/distributions/geornd.m, | |
5766 statistics/distributions/hygecdf.m, | |
5767 statistics/distributions/hygeinv.m, | |
5768 statistics/distributions/hygepdf.m, | |
5769 statistics/distributions/hygernd.m, | |
5770 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
5771 statistics/distributions/laplace_cdf.m, | |
5772 statistics/distributions/laplace_inv.m, | |
5773 statistics/distributions/laplace_pdf.m, | |
5774 statistics/distributions/laplace_rnd.m, | |
5775 statistics/distributions/logistic_cdf.m, | |
5776 statistics/distributions/logistic_inv.m, | |
5777 statistics/distributions/logistic_pdf.m, | |
5778 statistics/distributions/logistic_rnd.m, | |
5779 statistics/distributions/logncdf.m, | |
5780 statistics/distributions/logninv.m, | |
5781 statistics/distributions/lognpdf.m, | |
5782 statistics/distributions/lognrnd.m, | |
5783 statistics/distributions/normcdf.m, | |
5784 statistics/distributions/norminv.m, | |
5785 statistics/distributions/normpdf.m, | |
5786 statistics/distributions/normrnd.m, | |
5787 statistics/distributions/pascal_cdf.m, | |
5788 statistics/distributions/pascal_inv.m, | |
5789 statistics/distributions/pascal_pdf.m, | |
5790 statistics/distributions/pascal_rnd.m, | |
5791 statistics/distributions/poisscdf.m, | |
5792 statistics/distributions/poissinv.m, | |
5793 statistics/distributions/poisspdf.m, | |
5794 statistics/distributions/poissrnd.m, | |
5795 statistics/distributions/stdnormal_cdf.m, | |
5796 statistics/distributions/stdnormal_inv.m, | |
5797 statistics/distributions/stdnormal_pdf.m, | |
5798 statistics/distributions/stdnormal_rnd.m, | |
5799 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
5800 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
5801 statistics/distributions/unifcdf.m, | |
5802 statistics/distributions/unifinv.m, | |
5803 statistics/distributions/unifpdf.m, | |
5804 statistics/distributions/unifrnd.m, | |
5805 statistics/distributions/wblcdf.m, | |
5806 statistics/distributions/wblinv.m, | |
5807 statistics/distributions/wblpdf.m, | |
5808 statistics/distributions/wblrnd.m, | |
5809 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
5810 statistics/tests/bartlett_test.m, | |
5811 statistics/tests/chisquare_test_homogeneity.m, | |
5812 statistics/tests/chisquare_test_independence.m, | |
5813 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
5814 statistics/tests/hotelling_test.m, | |
5815 statistics/tests/hotelling_test_2.m, | |
5816 statistics/tests/kolmogorov_smirnov_test.m, | |
5817 statistics/tests/kolmogorov_smirnov_test_2.m, | |
5818 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
5819 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
5820 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
5821 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
5822 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
5823 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
5824 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
5825 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
5826 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
5827 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
5828 strings/index.m, strings/isletter.m, strings/lower.m, | |
5829 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
5830 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
5831 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
5832 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
5833 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
5834 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
5835 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
5836 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
5837 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5838 time/etime.m, time/is_leap_year.m: | |
5839 Use print_usage instead of usage. | |
5840 | |
6044 | 5841 2006-10-09 David Bateman <dbateman@free.fr> |
5842 | |
5843 * time/datevec.m: Add additional compatible default parsing strings. | |
5844 | |
6395 | 5845 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 5846 |
6042 | 5847 * pkg/pkg.m: Remove trailing "\n" from error messages. |
5848 Remove compare_versions subfunction. | |
5849 | |
5850 * miscellaneous/compare_versions.m: New function to compare | |
5851 version numbers as strings with any boolean operators. | |
5852 | |
6041 | 5853 * miscellaneous/untar.m: Check more rigorously to see if the tar |
5854 file exists. | |
5855 | |
6036 | 5856 2006-10-04 John W. Eaton <jwe@octave.org> |
5857 | |
5858 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
5859 | |
6032 | 5860 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
5861 | |
6037 | 5862 * pkg/pkg.m: Update docs. Handle prefix option. |
5863 Handle dependencies for load option. | |
6032 | 5864 |
6029 | 5865 2006-10-04 John W. Eaton <jwe@octave.org> |
5866 | |
6030 | 5867 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
5868 | |
5869 * plot/clg.m: Delete. | |
5870 * plot/__init_plot_vars__.m: New function. | |
5871 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 5872 |
6025 | 5873 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
5874 | |
5875 * pkg/pkg.m: Avoid calling addpath with no args. | |
5876 | |
6024 | 5877 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
5878 | |
5879 * audio/loadaudio.m, control/base/nyquist.m, | |
5880 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
5881 linear-algebra/krylov.m, statistics/base/center.m, | |
5882 statistics/base/median.m, statistics/base/std.m, | |
5883 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
5884 find first or last element matching a condition. | |
5885 | |
6023 | 5886 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
5887 | |
5888 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
5889 general/__isequal__.m: Minimize looping using cellfun. | |
5890 | |
6020 | 5891 2006-10-02 David Bateman <dbateman@free.fr> |
5892 | |
5893 * pkg/pkg.m (copy_files): always create installation directory. | |
5894 | |
6016 | 5895 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
5896 | |
5897 * miscellaneous/doc.m: Swap file and directory args to info. | |
5898 | |
5899 2006-10-01 Arno Onken <whyly@gmx.net> | |
5900 | |
5901 * statistics/distributions/exprnd.m: Fix typo. | |
5902 | |
6014 | 5903 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
5904 | |
5905 * polynomial/ppval.m: Use .' instead of '. | |
5906 * polynomial/spline.m: Likewise. New tests. | |
5907 | |
6004 | 5908 2006-09-26 David Bateman <dbateman@free.fr> |
5909 | |
5910 * __plt3__.m: Using global variables __plot_data__, | |
5911 __plot_data_offset__ and __plot_command__ to store plots and | |
5912 correctly handle multiplots, and hold state. Only accept a single | |
5913 data parameter plus, using, format and with strings. Remove | |
5914 setting of gnuplot parameters. | |
5915 * __make_using_clause__.m: New function extracted from __plt__.m. | |
5916 * __setup_plot__.m: Convert to a function and pass the plotting | |
5917 command to use. | |
5918 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
5919 * contour.m: Use unwind protect on the parametric state of plot | |
5920 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
5921 * mesh.m: ditto. | |
5922 * plot3.m: Error checking, setting of parametric state and | |
5923 formation of matrix to plot moved from old __plt3__. | |
5924 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5925 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 5926 |
5997 | 5927 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 5928 |
5929 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
5930 | |
5931 * signal/filter2.m: Correct texinfo doc. | |
5932 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5933 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 5934 |
5935 * miscellaneous/parseparams.m: Correct texinfo doc. | |
5936 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5937 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 5938 |
5939 * pkg/pkg.m (prepare_installation): Don't create package | |
5940 installation directory here. | |
5941 (copy_files): Create it here instead, to avoid issues with | |
5942 upgrades. Also install the COPYING file in packinfo. | |
5943 | |
5989 | 5944 2006-09-13 John W. Eaton <jwe@octave.org> |
5945 | |
5946 * general/blkdiag.m: Adjust to new cellfun rules. | |
5947 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5948 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 5949 |
5950 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
5951 error message for archive name not matching package name. | |
5952 (installed_packages): Size header of printed results to | |
5953 arguments. Sort the list of installed packages before printing | |
5954 them. | |
5955 | |
5986 | 5956 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
5957 | |
5958 * signal/freqz.m: Update tests. | |
5959 | |
5960 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
5961 | |
5962 * signal/freqz.m: Corretly postpad arrays. | |
5963 Don't call fliplr on a column vector. | |
5964 | |
5984 | 5965 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
5966 | |
5967 * general/shiftdim.m: Use permute instead of reshape. | |
5968 | |
5981 | 5969 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
5970 | |
5971 * miscellaneous/parseparams.m: New function. | |
5972 | |
5980 | 5973 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
5974 | |
5975 * miscellaneous/doc.m: Swap order of --file and --directory | |
5976 options for info program invocation. | |
5977 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5978 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 5979 |
5987 | 5980 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 5981 previous change. |
5982 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5983 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 5984 |
5985 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
5986 absence of trailing "/" in OCTAVE_HOME. | |
5987 | |
5973 | 5988 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
5989 | |
5990 * time/datenum.m: Allow arg to be character string. | |
5991 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5992 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 5993 |
5994 * pkg/pkg.m (install): Verify that package name correponds to the | |
5995 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
5996 they are empty. If package directory is empty, remove it to fail | |
5997 gracefully for system specific packages. | |
5998 (extract_pkgadd, create_pkgadd): delete. | |
5999 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
6000 (copy_files): Install both bin/ and doc/ directories, adding the | |
6001 bin/ to the EXEC_PATH when the package is loaded. | |
6002 | |
5962 | 6003 2006-08-24 John W. Eaton <jwe@octave.org> |
6004 | |
6005 * image/saveimage.m: Use logical indexing instead of | |
6006 indices computed by calling find on the logical index. | |
6007 | |
5961 | 6008 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
6009 | |
5967 | 6010 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 6011 Use logical indexing instead of indices computed by calling find |
6012 on the logical index. | |
6013 | |
6014 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 6015 |
5959 | 6016 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
6017 | |
6018 * control/system/tf2zp.m: Simplify gain calculation. | |
6019 | |
5958 | 6020 2006-08-23 John W. Eaton <jwe@octave.org> |
6021 | |
6022 * plot/__plt__.m: Insert using clauses for all plots. | |
6023 | |
5957 | 6024 2006-08-23 A S Hodel <hodelas@auburn.edu> |
6025 | |
6026 * control/system/sysscale.m: Call tf and zp with correct number of | |
6027 args. | |
6028 | |
5955 | 6029 2006-08-22 David Bateman <dbateman@free.fr> |
6030 | |
6031 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
6032 Search inst/*.m and src/*.m files in the package for | |
6033 PKG_ADD directives and append user supplied PKG_ADD. | |
6034 (pkg): Call create_pkgadd after copying files. | |
6035 | |
5947 | 6036 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
6037 | |
6038 * pkg/pkg.m: Handle multiple packages in a single file. | |
6039 Insert directory separator between OCTAVE_HOME and rest of package | |
6040 installation directory. | |
6041 | |
6042 2006-08-21 John W. Eaton <jwe@octave.org> | |
6043 | |
6044 * general/num2str.m: Early return if arg is empty. | |
6045 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
6046 | |
5946 | 6047 2006-08-21 David Bateman <dbateman@free.fr> |
6048 | |
6049 * strings/mat2str.m: Compute NC before using. | |
6050 | |
5937 | 6051 2006-08-17 John W. Eaton <jwe@octave.org> |
6052 | |
6053 * audio/wavread.m: Fix calculation of sample count. | |
6054 | |
5934 | 6055 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
6056 | |
6057 * image/imshow.m: New Matlab-compatible version. | |
6058 | |
5930 | 6059 2006-08-15 John W. Eaton <jwe@octave.org> |
6060 | |
6061 * deprecated/is_global.m: Delete. | |
6062 | |
5928 | 6063 2006-08-14 John W. Eaton <jwe@octave.org> |
6064 | |
6065 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
6066 | |
5926 | 6067 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6068 | |
6069 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
6070 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
6071 | |
5928 | 6072 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
6073 | |
6778 | 6074 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 6075 Use addpath and rmpath instead of manipulating LOADPATH. |
6076 Handle changes to system function. | |
6077 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
6078 recursive directory removal. | |
5922 | 6079 |
5924 | 6080 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
6081 | |
6778 | 6082 * colormap.m: Change global variable to persistent. |
5923 | 6083 |
5922 | 6084 * rgb2ind.m: Handle single 3-d array as rgb image. |
6085 | |
5920 | 6086 2006-08-14 John W. Eaton <jwe@octave.org> |
6087 | |
6088 * strings/str2double.m: Fix missing semicolon. | |
6089 | |
5910 | 6090 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
6091 | |
6092 * plot/plot3.m: Accept one complex or one real and one complex | |
6093 argument and plot real and imaginary components for y and z. | |
6094 | |
5908 | 6095 2006-07-27 John W. Eaton <jwe@octave.org> |
6096 | |
6097 * testfun/test.m: Call fflush after each block of calls to | |
6098 fprintf, fputs, or fdisp. | |
6099 | |
5904 | 6100 2006-07-26 John W. Eaton <jwe@octave.org> |
6101 | |
6102 * miscellaneous/mex.m: New function. | |
6103 | |
5901 | 6104 2006-07-22 John W. Eaton <jwe@octave.org> |
6105 | |
6106 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
6107 | |
5881 | 6108 2006-07-07 John W. Eaton <jwe@octave.org> |
6109 | |
6110 * miscellaneous/orderfields.m: New file. | |
6111 | |
5873 | 6112 2006-06-30 John W. Eaton <jwe@octave.org> |
6113 | |
6114 * time/datevec.m: Make another attempt to account for precision of | |
6115 datenum format. | |
6116 | |
5868 | 6117 2006-06-29 John W. Eaton <jwe@octave.org> |
6118 | |
6119 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
6120 Use feval instead of "type -q" to get values now that all the | |
6121 symbols are functions. | |
6122 | |
5860 | 6123 2006-06-16 John W. Eaton <jwe@octave.org> |
6124 | |
6125 * time/datevec.m: Avoid computing log of non-positive values. | |
6126 | |
5859 | 6127 2006-06-14 John W. Eaton <jwe@octave.org> |
6128 | |
6129 * time/datevec.m: Attempt to account for precision of datenum format. | |
6130 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6131 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 6132 |
6133 * audio/wavread.m: Fix file range error and add read support for | |
6134 24-bit WAV files. | |
6135 | |
5837 | 6136 2006-06-01 David Bateman <dbateman@free.fr> |
6137 | |
6138 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
6139 general/interp1.m, general/gradient.m, general/interp2.m, | |
6140 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
6141 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
6142 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
6143 | |
5835 | 6144 2006-05-31 Bill Denney <bill@givebillmoney.com> |
6145 | |
6146 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
6147 * miscellaneous/texas_lotto.m: Fix warning message. | |
6148 | |
5830 | 6149 2006-05-26 John W. Eaton <jwe@octave.org> |
6150 | |
6151 * miscellaneous/doc.m: Also handle nargin == 0. | |
6152 | |
5829 | 6153 2006-05-23 John W. Eaton <jwe@octave.org> |
6154 | |
6155 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
6156 really needed. | |
6157 | |
5827 | 6158 2006-05-22 John W. Eaton <jwe@octave.org> |
6159 | |
6754 | 6160 * general/lookup.m: New file from Octave Forge. |
5827 | 6161 |
6162 2006-05-22 David Bateman <dbateman@free.fr> | |
6163 | |
6754 | 6164 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
6165 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
6166 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
6167 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
6168 special-matrix/magic.m, special-matrix/hadamard.m, | |
6169 strings/strtok.m: New files from Octave Forge. | |
5827 | 6170 |
5824 | 6171 2006-05-19 David Bateman <dbateman@free.fr> |
6172 | |
6173 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 6174 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 6175 |
5821 | 6176 2006-05-17 John W. Eaton <jwe@octave.org> |
6177 | |
6178 * set/intersection.m: Delete | |
6179 * deprecated/intersection.m: New file. | |
6180 | |
5820 | 6181 2006-05-17 David Bateman <dbateman@free.fr> |
6182 | |
6183 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
6184 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
6185 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
6186 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
6187 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
6188 Forge. | |
6189 | |
5809 | 6190 2006-05-11 John W. Eaton <jwe@octave.org> |
6191 | |
5815 | 6192 * path/path.m: Delete (now a built-in function). |
6193 | |
5811 | 6194 * pkg/Makefile.in: New file. |
6195 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 6196 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 6197 |
5808 | 6198 2006-05-10 John W. Eaton <jwe@octave.org> |
6199 | |
6200 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
6201 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
6202 | |
8149 | 6203 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 6204 |
6205 * tar.m, untar.m, unzip.m: New files. | |
6206 | |
5801 | 6207 2006-05-10 John W. Eaton <jwe@octave.org> |
6208 | |
5804 | 6209 * path/addpath.m, path/rmpath.m: Improve compatibility. |
6210 * path/setpath.m: Delete. | |
6211 | |
5801 | 6212 * pkg/pkg.m: New file. |
6213 | |
5798 | 6214 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
6215 | |
6216 * plot/plot.m: Doc string fix. | |
6217 | |
6218 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
6219 | |
6220 * testfun/speeed.m: Use new interface to unique and assert. | |
6221 Improve documentation. Approximate time complexity from log-log | |
6222 plot. Return time complexity and raw times if requested. The | |
6223 mean ratio is no longer returned. Provide complete control over | |
6224 which n are computed. | |
6225 | |
6226 2006-05-09 John W. Eaton <jwe@octave.org> | |
6227 | |
6228 * path/path.m: Move here from miscellaneous. | |
6229 Adapt to new LOADPATH definition. | |
6230 | |
5789 | 6231 2006-05-03 David Bateman <dbateman@free.fr> |
6232 | |
6233 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
6234 explicit uses of a path seperation character with pathsep(). | |
6235 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6236 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 6237 |
6778 | 6238 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 6239 |
5781 | 6240 2006-04-29 John W. Eaton <jwe@octave.org> |
6241 | |
6242 * startup/main-rcfile: Disable some warnings. | |
6243 | |
5762 | 6244 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
6245 | |
6246 * strings/strcmpi.m: Return false instead of error if args are not | |
6247 char or cellstr. | |
6248 | |
5750 | 6249 2006-04-10 John W. Eaton <jwe@octave.org> |
6250 | |
6251 * miscellaneous/dir.m: Ensure that returned structure array is | |
6252 Nx1, not 1xN. | |
6253 | |
5746 | 6254 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
6255 | |
6256 * plot/hist.m: Ignore NaN in inputs. | |
6257 | |
5745 | 6258 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
6259 | |
6260 * miscellaneous/mkoctfile.m: Doc string fix. | |
6261 | |
5741 | 6262 2006-04-05 John W. Eaton <jwe@octave.org> |
6263 | |
6264 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
6265 are both empty. | |
6266 * plot/__plt__.m: Ignore empty data and format strings returned | |
6267 from __plt1__ or __plt2__. | |
6268 | |
5737 | 6269 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
6270 | |
6778 | 6271 * set/unique.m: Properly handle single column input when |
5737 | 6272 "rows" is specified. |
6273 | |
5732 | 6274 2006-04-04 John W. Eaton <jwe@octave.org> |
6275 | |
5736 | 6276 * path/setpath.m: New file. |
6277 * path/savepath.m: Use setpath to set path instead of assigning | |
6278 directly to LOADPATH. | |
6279 | |
5732 | 6280 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
6281 New files, adapted from Octave Forge by Keith Goodman | |
6282 <kwgoodman@gmail.com>. | |
6283 * path: New directory. | |
6284 * Makefile.in (SUBDIRS): Add it to the list. | |
6285 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
6286 | |
5731 | 6287 2006-04-02 David Bateman <dbateman@free.fr> |
6288 | |
6289 * general/tril.m, general.triu.m: | |
6290 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
6291 to allow user types to work correctly. | |
6292 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
6293 | |
5727 | 6294 2006-04-03 David Bateman <dbateman@free.fr> |
6295 | |
6296 * plot/grid.m: Cache the state of the grid to allow toggling. | |
6297 Accept keyword "minor" for minor grid. | |
6298 | |
5721 | 6299 2006-03-28 John W. Eaton <jwe@octave.org> |
6300 | |
6301 * general/isscalar.m: Only require that all dimensions are 1 for | |
6302 compatiblity. | |
6303 | |
6304 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
6305 | |
6306 * general/isvector.m: Allow non-numeric objects to be vectors for | |
6307 compatibility. | |
6308 | |
5720 | 6309 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
6310 | |
6311 * plot/__errplot__.m: Doc string fix. | |
6312 | |
6313 * miscellaneous/doc.m: Mark as command. | |
6314 | |
6315 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
6316 general/isequalwithequalnans.m, general/blkdiag.m, | |
6317 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
6318 | |
5717 | 6319 2006-03-27 Don Bindner <dbindner@truman.edu> |
6320 | |
6321 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
6322 return 3d matrices. | |
6323 | |
6324 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
6325 | |
6326 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
6327 | |
5708 | 6328 2006-03-22 John W. Eaton <jwe@octave.org> |
6329 | |
6330 * plot/print.m: Don't replot after popping terminal setting. | |
6331 | |
5696 | 6332 2006-03-20 John W. Eaton <jwe@octave.org> |
6333 | |
6334 * miscellaneous/mkoctfile.m: Use version-specific name of | |
6335 mkoctfile. Use fullfile to construct file name. | |
6336 | |
5695 | 6337 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
6338 | |
6339 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
6340 shell script from Octave prompt. | |
6341 | |
5690 | 6342 2006-03-17 John W. Eaton <jwe@octave.org> |
6343 | |
5693 | 6344 * deprecated/weibcdf.m, deprecated/weibinv.m, |
6345 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
6346 | |
6347 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
6348 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
6349 Call new wbl functions to do the real work. | |
6350 Swap args and provide default values as necessary to preserve | |
6351 compatibility with old version of Octave. | |
6352 | |
6353 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
6354 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
6355 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
6356 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
6357 Swap scale and shape args for compatibility. | |
6358 | |
5692 | 6359 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
6360 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
6361 Preserve compatibility with old versions of Octave given new | |
6362 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 6363 |
5692 | 6364 * statistics/distributions/logncdf.m, |
6365 statistics/distributions/logninv.m, | |
6366 statistics/distributions/lognpdf.m, | |
6367 statistics/distributions/lognrnd.m: Compatibility fixes. | |
6368 From Ben Barrowes <barrowes@alum.mit.edu> | |
6369 | |
5691 | 6370 * deprecated/hypergeometric_rnd.m: Update interface to match |
6371 current 2.1.x version. | |
6372 | |
6373 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
6374 | |
5690 | 6375 * miscellaneous/dir.m: Use readdir instead of glob. |
6376 Special case for "." to avoid globbing. Use list_in_columns. | |
6377 Eliminate unused variables len and finfo. | |
6378 | |
5689 | 6379 2006-03-16 Bill Denney <bill@givebillmoney.com> |
6380 | |
6381 * miscellaneous/dir.m: Improve compatibility. | |
6382 | |
5687 | 6383 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6384 | |
6385 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6386 time/now.m, time/weekday.m: New functions from Octave Forge. | |
6387 | |
5686 | 6388 2006-03-16 John W. Eaton <jwe@octave.org> |
6389 | |
6390 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
6391 of looking at sum of max dimensions. | |
6392 | |
5681 | 6393 2006-03-16 David Bateman <dbateman@free.fr> |
6394 | |
6395 * testfun/test.m: Clear last warning before warning test to avoid | |
6396 issues with previously set warnings. | |
6397 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
6398 sparse matrices. Force matrix type from spqr solution to be | |
6399 singular to force QR solvers to be used for assert. | |
6400 | |
5678 | 6401 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6402 | |
6403 * strings/strfind.m: New file. | |
6404 | |
5677 | 6405 2006-03-16 John W. Eaton <jwe@octave.org> |
6406 | |
6407 * general/rows.m, general/columns.m: Delete. | |
6408 | |
5674 | 6409 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6410 | |
6411 * strings/strcmpi.m: Simplify. | |
6412 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 6413 * strings/strtrunc.m: New file. |
5674 | 6414 |
5676 | 6415 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
6416 | |
5672 | 6417 2006-03-15 John W. Eaton <jwe@octave.org> |
6418 | |
6419 * miscellaneous/doc.m: New file. | |
8149 | 6420 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 6421 |
5671 | 6422 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
6423 | |
6424 * miscellaneous/mkoctfile.m: New file. | |
6425 | |
5670 | 6426 2006-03-15 John W. Eaton <jwe@octave.org> |
6427 | |
6428 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
6429 | |
5666 | 6430 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
6431 | |
6432 * strings/bin2dec.m: Doc fix. | |
6433 | |
5661 | 6434 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
6435 | |
6436 * time/etime.m: Use datenum to support times spanning year boundaries. | |
6437 * time/datenum.m: New function to compute day number from time. | |
6438 | |
5659 | 6439 2006-03-09 John W. Eaton <jwe@octave.org> |
6440 | |
6441 * miscellaneous/unix.m, plot/print.m: | |
6442 Swap order of outputs from system. | |
6443 | |
5642 | 6444 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
6445 | |
6446 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6447 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6448 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
6449 control/base/__stepimp__.m, control/base/are.m, | |
6450 control/base/controldemo.m, control/base/damp.m, | |
6451 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
6452 control/base/step.m, control/system/abcddim.m, | |
6453 control/system/is_abcd.m, control/system/is_controllable.m, | |
6454 control/system/is_detectable.m, control/system/is_observable.m, | |
6455 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6456 control/system/jet707.m, control/system/sys2fir.m, | |
6457 control/system/sysdimensions.m, control/system/sysupdate.m, | |
6458 control/system/tfout.m, control/system/ugain.m, | |
6459 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
6460 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6461 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
6462 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
6463 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
6464 general/circshift.m, general/columns.m, general/flipdim.m, | |
6465 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
6466 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
6467 general/isequalwithequalnans.m, general/isscalar.m, | |
6468 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
6469 general/logspace.m, general/mod.m, general/nextpow2.m, | |
6470 general/num2str.m, general/perror.m, general/pol2cart.m, | |
6471 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
6472 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
6473 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
6474 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
6475 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
6476 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
6477 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
6478 miscellaneous/license.m, miscellaneous/menu.m, | |
6479 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
6480 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
6481 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
6482 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
6483 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
6484 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
6485 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
6486 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
6487 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
6488 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
6489 polynomial/polyinteg.m, polynomial/polyout.m, | |
6490 polynomial/polyreduce.m, polynomial/polyval.m, | |
6491 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
6492 set/create_set.m, set/intersection.m, set/ismember.m, | |
6493 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
6494 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
6495 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
6496 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
6497 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
6498 special-matrix/hilb.m, special-matrix/invhilb.m, | |
6499 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
6500 special-matrix/vander.m, statistics/base/median.m, | |
6501 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
6502 statistics/distributions/gaminv.m, | |
6503 statistics/distributions/gampdf.m, | |
6504 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
6505 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
6506 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
6507 strings/lower.m, strings/upper.m, testfun/assert.m, | |
6508 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
6509 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
6510 | |
5633 | 6511 2006-02-27 John W. Eaton <jwe@octave.org> |
6512 | |
6513 * time/tic.m: Move here from miscellaneous/tic.m. | |
6514 * time/toc.m: Move here from miscellaneous/toc.m. | |
6515 | |
6516 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
6517 | |
6518 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
6519 does not assign output of toc to a variable. | |
6520 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6521 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 6522 |
6523 * axis.m: Catch limits that are the same and return an error. | |
6524 | |
5625 | 6525 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6526 | |
6527 * plot/print.m: Accept emf device option to support Enhanced | |
6528 Metafile format. | |
6529 | |
6530 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
6531 | |
6532 * control/base/lqe.m: Doc fix. | |
6533 | |
5623 | 6534 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
6535 | |
6536 * statistics/distributions/gamcdf.m: Doc fix. | |
6537 * statistics/distributions/gaminv.m: Doc fix. | |
6538 * statistics/distributions/gampdf.m: Doc fix. | |
6539 * statistics/distributions/gamrnd.m: Doc fix. | |
6540 | |
5610 | 6541 2006-02-09 David Bateman <dbateman@free.fr> |
6542 | |
6778 | 6543 * general/triu.m: Minimum change to allow sparse matrix. More needed |
6544 for arbitrary user type. | |
6545 * general/tril.m: ditto. | |
6546 * sparse/sprand.m: Doc fix. | |
6547 * sparse/sprandn.m: Ditto. | |
6548 * sparse/sprandsym.m: New function. | |
6549 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
6550 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
6551 Update for syntax error for latest texinfo.tex file. | |
5610 | 6552 |
5605 | 6553 2006-02-02 John W. Eaton <jwe@octave.org> |
6554 | |
6555 * plot/grid.m: Append ";\n" to "set grid" command. | |
6556 | |
6557 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
6558 | |
6559 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
6560 | |
5597 | 6561 2006-01-13 John W. Eaton <jwe@octave.org> |
6562 | |
6563 * audio/Makefile.in, control/base/Makefile.in, | |
6564 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
6565 control/system/Makefile.in, control/util/Makefile.in, | |
6566 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
6567 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
6568 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
6569 optimization/Makefile.in, plot/Makefile.in, | |
6570 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6571 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6572 special-matrix/Makefile.in, startup/Makefile.in, | |
6573 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6574 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6575 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
6576 (all): Depend on PKG_ADD. | |
6577 (PKG_ADD): New target. | |
6578 | |
6579 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
6580 | |
6581 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
6582 | |
5596 | 6583 2006-01-13 John W. Eaton <jwe@octave.org> |
6584 | |
6585 * time/etime.m: Move here from miscellaneous/etime.m. | |
6586 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
6587 | |
5595 | 6588 2006-01-13 Bill Denney <bill@givebillmoney.com> |
6589 | |
6778 | 6590 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 6591 * miscellaneous/fullfile.m: Likewise. |
6592 | |
5592 | 6593 2006-01-12 David Bateman <dbateman@free.fr> |
6594 | |
6595 * general/blkdiag.m: Compatible behavior for empty matrices | |
6596 * statistics/base/unidrnd.m: Documentation buglet. | |
6597 | |
5583 | 6598 2005-12-14 David Bateman <dbateman@free.fr> |
6599 | |
5589 | 6600 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
6601 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
6602 | |
6603 * Makefile.in (SUBDIRS): Include testfun. | |
6604 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
6605 | |
5583 | 6606 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
6607 | |
6608 * general/__isequal__.m: Remove reference to getfield. | |
6609 | |
6610 * plot/hist.m: Update test code for row/column discrepencies. | |
6611 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
6612 Update the test code for this. | |
6613 * sparse/spstats.m: Fix small bug in the dimension of output. | |
6614 | |
5579 | 6615 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6616 | |
6617 * cell/cell2mat.m: New file, from octave-forge. | |
6618 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6619 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 6620 |
6621 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
6622 New graph theory functions. | |
6623 | |
5574 | 6624 2005-12-13 John W. Eaton <jwe@octave.org> |
6625 | |
6626 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
6627 | |
6628 * control/system/ss.m: Doc fix. | |
6629 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6630 | |
5572 | 6631 2005-12-12 Michael Zeising <michael@michaels-website.de> |
6632 | |
6633 * audio/wavread.m, audio/wavwrite.m: | |
6634 Correct scaling for 8-bit linear pcm samples. | |
6635 Improve scaling for all other linear pcm resolutions. | |
6636 | |
5568 | 6637 2005-12-07 John W. Eaton <jwe@octave.org> |
6638 | |
6639 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
6640 | |
6641 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
6642 * strings/strjust.m: Likewise. | |
6643 | |
6644 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
6645 * signal/arma_rnd.m: Likewise. | |
6646 * strings/strcat.m: Likewise. | |
6647 * control/base/__freqresp__.m: Likewise. | |
6648 * control/base/place.m: Likewise. | |
6649 * control/base/pzmap.m: Likewise. | |
6650 * control/base/pzmap.m: Likewise. | |
6651 * control/system/sysappend.m: Likewise. | |
6652 * control/system/syscont.m: Likewise. | |
6653 * control/system/sysdisc.m: Likewise. | |
6654 * control/system/sysgroup.m: Likewise. | |
6655 * control/system/tfout.m: Likewise. | |
6656 * control/system/zpout.m: Likewise. | |
6657 * control/util/__outlist__.m: Likewise. | |
6658 | |
5567 | 6659 2005-12-06 John W. Eaton <jwe@octave.org> |
6660 | |
6661 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
6662 Avoid for loop in interleave/deinterleave steps. | |
6663 | |
5565 | 6664 2005-12-06 Michael Zeising <michael@michaels-website.de> |
6665 | |
6666 * audio/wavread.m, audio/wavwrite.m: New files. | |
6667 | |
5563 | 6668 2005-12-06 John W. Eaton <jwe@octave.org> |
6669 | |
6670 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
6671 | |
5560 | 6672 2005-12-05 John W. Eaton <jwe@octave.org> |
6673 | |
5561 | 6674 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 6675 |
5558 | 6676 2005-12-02 John W. Eaton <jwe@octave.org> |
6677 | |
6678 * miscellaneous/fileattrib.m: New function. | |
6679 | |
5556 | 6680 2005-12-01 John W. Eaton <jwe@octave.org> |
6681 | |
6682 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
6683 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
6684 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
6685 | |
5555 | 6686 2005-11-30 John W. Eaton <jwe@octave.org> |
6687 | |
6688 * linear-algebra/krylov.m: Format doc string. | |
6689 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6690 | |
5551 | 6691 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
6692 | |
6693 * general/blkdiag.m: Import from octave-forge. | |
6694 Ignore empty matrices in the input. Add tests. | |
5549 | 6695 |
6696 * general/isequal.m, general/isequalwithequalnans.m: | |
6697 New wrapper scripts for general/__isequal__.m. | |
6698 * general/__isequal__.m: Rename from general/isequal.m. | |
6699 New arg, nans_compare_equal. | |
6700 | |
5548 | 6701 2005-11-29 John W. Eaton <jwe@octave.org> |
6702 | |
6703 * miscellaneous/ver.m: Use new uname built-in function instead of | |
6704 calling system. Only append octave_forge_string if | |
6705 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
6706 Call license instead of hard-coding license info here. | |
6707 | |
6708 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 6709 __octave_licenses__. Use puts instead of disp. |
5548 | 6710 Use getuid and getpwuid instead of calling unix ("id -un"). |
6711 If nargout = 1, return license info instead of printing usage message. | |
6712 | |
5546 | 6713 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6714 | |
6715 * miscellaneous/ver.m: New file. | |
6716 * miscellaneous/license.m: New file. | |
6717 | |
5545 | 6718 2005-11-22 John W. Eaton <jwe@octave.org> |
6719 | |
6720 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
6721 gnuplot set command. | |
6722 | |
5539 | 6723 2005-11-15 John W. Eaton <jwe@octave.org> |
6724 | |
6725 * general/shiftdim.m: Doc fix. | |
6726 | |
5532 | 6727 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
6728 | |
6729 * set/unique.m: Doc string fix. | |
6730 | |
5527 | 6731 2005-11-01 John W. Eaton <jwe@octave.org> |
6732 | |
6733 * Makefile.in (distclean, maintainer-clean): | |
6734 Also remove autom4te.cache directory. | |
6735 From Quentin Spencer <qspencer@ieee.org>. | |
6736 | |
5518 | 6737 2005-10-28 John W. Eaton <jwe@octave.org> |
6738 | |
6739 * general/shiftdim.m: Compatibility fix for row vectors. | |
6740 Correct check for non-scalar non-integer shift. For positive | |
6741 N, shift is remainder of N and number of dims. Always return NS. | |
6742 Simplify. | |
6743 | |
5500 | 6744 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
6745 | |
6746 * general/randperm.m: Improve compatibility by allowing input | |
6747 value of zero. | |
6748 | |
5493 | 6749 2005-10-13 John W. Eaton <jwe@octave.org> |
6750 | |
6751 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
6752 If in multiplot mode, clear plot before issuing new plot command. | |
6753 | |
6754 * plot/__setup_plot__.m: New function. | |
6755 * plot/__plt__.m, plot__errplot__.m: Use it. | |
6756 Handle multiplot data and offsets here. | |
6757 | |
6758 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
6759 Move initialization to __setup_plot__.m. | |
6760 | |
6761 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
6762 Don't reset gnuplot_command_replot. | |
6763 | |
6764 * plot/replot.m: Handle multiplot data and offsets here. | |
6765 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
6766 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
6767 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
6768 | |
5489 | 6769 2005-10-12 John W. Eaton <jwe@octave.org> |
6770 | |
6771 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
6772 | |
5482 | 6773 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
6774 | |
6775 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
6776 weibrnd.m: Removed calls and references to deprecated _pdf and | |
6777 _inv functions. | |
6778 * chi2pdf.m: Fixed typos in the documentation. | |
6779 | |
5475 | 6780 2005-09-28 John W. Eaton <jwe@octave.org> |
6781 | |
5476 | 6782 * miscellaneous/single.m: New function. |
6783 | |
5475 | 6784 * statistics/base/unidrnd.m: New function. |
6785 | |
5474 | 6786 2005-09-27 John W. Eaton <jwe@octave.org> |
6787 | |
6788 * miscellaneous/dir.m: Filename never includes directory part. | |
6789 | |
5464 | 6790 2005-09-22 John W. Eaton <jwe@octave.org> |
6791 | |
6792 * polynomial/residue.m: Use logical indexing instead of find.. | |
6793 | |
6794 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
6795 | |
6796 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
6797 and zero poles. | |
6798 | |
5462 | 6799 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
6800 | |
6801 * strings/deblank.m: Handle cell arrays. | |
6802 * strings/split.m: New argument, N, to limit number of splits. | |
6803 | |
6804 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
6805 | |
6806 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
6807 | |
5460 | 6808 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
6809 | |
6810 * control/base/rlocus.m: Doc fix. | |
6811 | |
5459 | 6812 2005-09-20 John W. Eaton <jwe@octave.org> |
6813 | |
6814 * general/isvector.m: Improve compatibility. | |
6815 | |
6816 * general/postpad.m: Allow first argument to be a scalar. | |
6817 Allow padding to extend dimensionality. | |
6818 * general/prepad.m: Likewise. | |
6819 | |
5448 | 6820 2005-09-14 Daniel <durbano@shbano.com> |
6821 | |
6822 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 6823 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
6824 /control/base/dgram.m: Doc string fixes. | |
5448 | 6825 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
6826 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6827 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 6828 |
6829 * saveimage.m: Do not ignore most significant bit when writing | |
6830 black and white images to file. | |
6831 | |
5443 | 6832 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
6833 | |
6834 * audio/playaudio.m, control/base/__bodquist__.m, | |
6835 control/base/lqg.m, control/obsolete/dezero.m, | |
6836 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
6837 control/system/c2d.m, control/system/cellidx.m, | |
6838 control/system/d2c.m, control/system/dmr2d.m, | |
6839 control/system/is_signal_list.m, control/system/listidx.m, | |
6840 control/system/ss.m, control/system/sysappend.m, | |
6841 control/system/sysconnect.m, control/system/sysdup.m, | |
6842 control/system/sysgetsignals.m, control/system/sysidx.m, | |
6843 control/system/sysprune.m, control/system/syssetsignals.m, | |
6844 control/system/tfout.m, control/system/zpout.m, | |
6845 control/util/prompt.m, control/util/sortcom.m, | |
6846 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
6847 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
6848 general/num2str.m, general/repmat.m, general/sortrows.m, | |
6849 general/strerror.m, image/colormap.m, image/imshow.m, | |
6850 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
6851 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
6852 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
6853 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
6854 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
6855 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
6856 plot/print.m, plot/title.m, plot/top_title.m, | |
6857 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
6858 statistics/base/mean.m, statistics/base/moment.m, | |
6859 statistics/tests/cor_test.m, | |
6860 statistics/tests/kolmogorov_smirnov_test.m, | |
6861 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6862 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
6863 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6864 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6865 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6866 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6867 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6868 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
6869 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6870 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6871 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
6872 Avoid deprecated functions. Use ischar instead of isstr. Use | |
6873 isvector instead of is_vector. Use isstruct instead of | |
6874 is_struct. Use char instead of setstr. | |
6875 | |
5435 | 6876 2005-08-31 Daniel <durbano@shbano.com> |
6877 | |
6878 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
6879 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
6880 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6881 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6882 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 6883 |
6884 * image/saveimage.m: Open output file in binary mode. | |
6885 | |
6886 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
6887 | |
5427 | 6888 2005-08-16 John W. Eaton <jwe@octave.org> |
6889 | |
6890 * miscellaneous/computer.m: Handle optional maxsize and endian | |
6891 outputs. | |
6892 | |
5426 | 6893 2005-08-15 John W. Eaton <jwe@octave.org> |
6894 | |
6895 * strings/strcat.m: Allow single argument. | |
6896 | |
5416 | 6897 2005-07-18 John W. Eaton <jwe@octave.org> |
6898 | |
6899 * strings/strcmp.m: Delete. | |
6900 | |
5413 | 6901 2005-07-13 John W. Eaton <jwe@octave.org> |
6902 | |
6903 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
6904 versions of Octave. | |
6905 | |
6906 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
6907 | |
6908 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
6909 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
6910 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
6911 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
6912 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
6913 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
6914 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
6915 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
6916 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
6917 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
6918 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
6919 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
6920 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
6921 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
6922 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
6923 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
6924 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
6925 * statistics/distributions/finv.m: Rename from f_inv.m. | |
6926 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
6927 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
6928 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
6929 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
6930 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
6931 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
6932 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
6933 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
6934 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
6935 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
6936 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
6937 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
6938 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
6939 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
6940 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
6941 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
6942 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
6943 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
6944 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
6945 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
6946 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
6947 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
6948 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
6949 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
6950 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
6951 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
6952 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
6953 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
6954 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
6955 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 6956 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 6957 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
6958 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
6959 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
6960 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
6961 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
6962 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
6963 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
6964 | |
6965 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
6966 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
6967 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
6968 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
6969 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
6970 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
6971 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
6972 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
6973 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
6974 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
6975 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
6976 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
6977 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
6978 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
6979 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
6980 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
6981 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
6982 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
6983 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
6984 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
6985 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
6986 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
6987 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
6988 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
6989 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
6990 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
6991 deprecated/wiener_rnd.m: New files. | |
6992 | |
5408 | 6993 2005-07-08 John W. Eaton <jwe@octave.org> |
6994 | |
6995 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
6996 * deprecated/weibull_rnd.m: New file. | |
6997 | |
5407 | 6998 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
6999 | |
7000 * strings/dec2base.m: Allow matrix arguments. | |
7001 | |
5406 | 7002 2005-07-08 John W. Eaton <jwe@octave.org> |
7003 | |
7004 * plot/__errplot__.m: Use __plot_globals__. | |
7005 * plot/__plt__.m: Likewise. | |
7006 * plot/figure.m: Likewise. | |
7007 | |
7008 * plot/hold.m: New file. | |
7009 * plot/ishold.m: New file. | |
7010 * plot/__plot_globals__.m: New file. | |
7011 | |
5400 | 7012 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
7013 | |
7014 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
7015 | |
7016 2005-07-05 John W. Eaton <jwe@octave.org> | |
7017 | |
7018 * strings/findstr.m: Return [] for no matches. | |
7019 | |
5399 | 7020 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
7021 | |
7022 * miscellaneous/tic.m: Fix doc string. | |
7023 | |
5395 | 7024 2005-06-15 John W. Eaton <jwe@octave.org> |
7025 | |
7026 * polynomial/polyfit.m: Force return value to be a row vector. | |
7027 | |
5393 | 7028 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
7029 | |
7030 * general/isequal.m: Correct nargin check. | |
7031 | |
5388 | 7032 2005-06-14 John W. Eaton <jwe@octave.org> |
7033 | |
7034 * general/isvector.m: Handle N-d arrays. | |
7035 From Bill Denney <denney@seas.upenn.edu>. | |
7036 | |
5381 | 7037 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
7038 | |
7039 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 7040 |
5377 | 7041 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
7042 | |
7043 * signal/freqz.m: Use correct calculations when given a vector of | |
7044 frequencies. Improve accuracy of returned frequency vector. | |
7045 Improve speed for medium length filters (at a slight cost for slow | |
7046 filters). Add test cases. | |
7047 | |
5373 | 7048 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
7049 | |
7050 * plot/loglog.m: Fix set commands. | |
7051 | |
5381 | 7052 2005-05-25 John W. Eaton <jwe@octave.org> |
7053 | |
7054 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
7055 | |
5371 | 7056 2005-05-24 John W. Eaton <jwe@octave.org> |
7057 | |
5373 | 7058 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
7059 | |
5372 | 7060 * strings/strncmp.m: New file, from Tom Holroyd |
7061 <tomh@kurage.nimh.nih.gov>. | |
7062 | |
5371 | 7063 * strings/strcmp.m: Return logical values in all cases. |
7064 | |
5366 | 7065 2005-05-23 John W. Eaton <jwe@octave.org> |
7066 | |
7067 * plot/orient.m: New file. Adapt to Octave coding style. | |
7068 Texinfoize doc string. | |
7069 | |
7070 * plot/print.m: New file. Adapt to Octave coding style. Include | |
7071 PKG_ADD command. Use set terminal consistently throughout. Use | |
7072 set terminal push/pop and unconditionally set output to screen | |
7073 when done to avoid requiring gget. Use a cell array for dev_list | |
7074 and cellidx to search for items in the list. Delete local | |
7075 variable endl. Don't set and restore automatic_replot. Use {} | |
7076 instead of nth to index varargin. Delete local variable | |
7077 va_arg_cnt. | |
7078 | |
5355 | 7079 2005-05-18 John W. Eaton <jwe@octave.org> |
7080 | |
7081 * general/num2str.m: Return early if X is a character string. | |
7082 | |
5347 | 7083 2005-05-11 John W. Eaton <jwe@octave.org> |
7084 | |
5348 | 7085 * strings/findstr.m: Allow non-string arguments for compatiblity. |
7086 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
7087 | |
5347 | 7088 * plot/polar.m: Don't call __pltopt__ here. |
7089 | |
5333 | 7090 2005-05-02 John W. Eaton <jwe@octave.org> |
7091 | |
7092 * mkdoc: Print header message. | |
7093 | |
5319 | 7094 2005-04-28 John W. Eaton <jwe@octave.org> |
7095 | |
7096 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
7097 startup/octaverc. | |
7098 | |
5318 | 7099 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
7100 | |
7101 * image/imshow.m: Handle various image depths and 3d RGB images. | |
7102 (__im_numeric_limits__): New internal function. | |
7103 | |
5317 | 7104 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
7105 | |
7106 * statistics/tests/anova.m: Compute total_mean as mean of all | |
7107 data, not mean of group_mean. | |
7108 | |
7109 2005-04-28 John W. Eaton <jwe@octave.org> | |
7110 | |
7111 * startup/local-rcfile: New file. | |
7112 * startup/main-rcfile: Rename from startup/octaverc. | |
7113 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
7114 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
7115 Install local-rcfile in $(localfcnfiledir)/startup. | |
7116 | |
7117 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
7118 | |
7119 * startup/inputrc: New file. | |
7120 * startup/octaverc: Configure readline using inputrc from | |
7121 startupfiledir. | |
7122 * startup/Makefile.in (install, install-strip): Install octaverc | |
7123 in $(fcnfiledir)/startup. | |
7124 | |
5310 | 7125 2005-04-27 John W. Eaton <jwe@octave.org> |
7126 | |
7127 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
7128 | |
5289 | 7129 2005-04-21 John W. Eaton <jwe@octave.org> |
7130 | |
7131 * optimization/glpk.m: Handle SENSE argument. | |
7132 | |
7133 * optimization/qp.m, optimization/sqp.m: New files. | |
7134 | |
5276 | 7135 2005-04-08 John W. Eaton <jwe@octave.org> |
7136 | |
7137 * Makefile.in (clean, distclean, maintainer-clean): | |
7138 Avoid duplication in rules. | |
7139 | |
5252 | 7140 2005-03-28 John W. Eaton <jwe@octave.org> |
7141 | |
7142 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
7143 setting {no,}parametric. | |
7144 * plot/figure.m: Likewise, for setting terminal type. | |
7145 | |
7146 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
7147 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
7148 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
7149 plot/title.m, plot/top_title.m: Avoid eval. | |
7150 | |
5251 | 7151 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7152 | |
5253 | 7153 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
7154 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
7155 Use __gnuplot_replot__ instead of replot. | |
7156 | |
5252 | 7157 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
7158 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
7159 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
7160 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
7161 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
7162 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
7163 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 7164 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 7165 |
5251 | 7166 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
7167 | |
5244 | 7168 2005-03-24 John W. Eaton <jwe@octave.org> |
7169 | |
7170 * optimization/glpkmex.m: Texinfoize Doc string. | |
7171 * optimization/glpk.m: Likewise. | |
7172 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
7173 (row vectors are orginary character strings). | |
7174 * optimization/glpkparam.m: Delete. | |
7175 | |
5243 | 7176 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
7177 | |
7178 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
7179 of dimensions of X. | |
7180 | |
5237 | 7181 2005-03-23 John W. Eaton <jwe@octave.org> |
7182 | |
5239 | 7183 * general/tril.m, general/triu.m: Return value of same class as |
7184 argument. | |
7185 | |
5237 | 7186 * optimization/glpk.m: Simplify interface. By default, solve |
7187 standard LP min C'*x s.t. A*x = b, x >= 0. | |
7188 * optimization/glpkmex.m: New file. | |
7189 | |
5232 | 7190 2005-03-22 John W. Eaton <jwe@octave.org> |
7191 | |
5237 | 7192 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
7193 list. | |
7194 | |
5233 | 7195 * optimization/glpk.m: Adapt to Octave coding style. |
7196 No need for varargout or varargin. | |
7197 Print usage message if nargin > 11. | |
7198 Allow any value of nargout. | |
7199 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
7200 Avoid looping when checking character classes. | |
7201 | |
5232 | 7202 * optimization: New directory. |
7203 * Makefile.in (SUBDIRS): Add it to the list. | |
7204 * optimization/Makefile.in: New file. | |
7205 * optimization/glpk.m, optimization/glpkparams.m, | |
7206 optimization/glpktest1, optimization/glpktest2: New files. | |
7207 | |
8149 | 7208 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 7209 |
7210 * strings/split.m: Quick return for empty second arg. | |
7211 Improve warning for multi-line strings. | |
7212 Speed up by avoiding sprintf in loop and eval. | |
7213 | |
5217 | 7214 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
7215 | |
7216 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
7217 * polynomial/polyder.m: Ditto. | |
6778 | 7218 * polynomial/polygcd.m: New function. |
5217 | 7219 |
5214 | 7220 2005-03-16 John W. Eaton <jwe@octave.org> |
7221 | |
5215 | 7222 * control/base/__stepimp__.m, control/base/bode.m, |
7223 control/base/frdemo.m, control/base/nichols.m, | |
7224 control/base/nyquist.m, control/base/pzmap.m, | |
7225 control/base/rldemo.m, control/base/rlocus.m, | |
7226 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
7227 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
7228 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
7229 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
7230 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
7231 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
7232 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
7233 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
7234 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
7235 plot/xlabel.m, quaternion/demoquat.m, | |
7236 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
7237 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
7238 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
7239 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
7240 gsplot from @seealso docs. | |
5214 | 7241 |
7242 * plot/replot.m: New file. | |
7243 | |
5205 | 7244 2005-03-15 David Bateman <dbateman@free.fr> |
7245 | |
7246 * set/unique.m, set/ismember.m: Handle cell arrays. | |
7247 | |
5196 | 7248 2005-03-09 John W. Eaton <jwe@octave.org> |
7249 | |
7250 * statistics/Makefile.in (bin-dist): Delete target. | |
7251 (BINDISTSUBDIRS): Delete variable. | |
6754 | 7252 * control/Makefile.in: Likewise. |
5196 | 7253 |
5378 | 7254 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 7255 (BINDISTFILES): Delete variable. |
5378 | 7256 * control/base/Makefile.in: Likewise. |
7257 * control/hinf/Makefile.in: Likewise. | |
7258 * control/obsolete/Makefile.in: Likewise. | |
7259 * control/system/Makefile.in: Likewise. | |
7260 * control/util/Makefile.in: Likewise. | |
7261 * deprecated/Makefile.in: Likewise. | |
7262 * elfun/Makefile.in: Likewise. | |
7263 * finance/Makefile.in: Likewise. | |
7264 * general/Makefile.in: Likewise. | |
7265 * image/Makefile.in: Likewise. | |
7266 * sparse/Makefile.in: Likewise. | |
7267 * io/Makefile.in: Likewise. | |
7268 * plot/Makefile.in: Likewise. | |
7269 * Makefile.in: Likewise. | |
7270 * miscellaneous/Makefile.in: Likewise. | |
7271 * linear-algebra/Makefile.in: Likewise. | |
7272 * polynomial/Makefile.in: Likewise. | |
7273 * quaternion/Makefile.in: Likewise. | |
7274 * set/Makefile.in: Likewise. | |
7275 * signal/Makefile.in: Likewise. | |
7276 * specfun/Makefile.in: Likewise. | |
7277 * special-matrix/Makefile.in: Likewise. | |
7278 * startup/Makefile.in: Likewise. | |
7279 * statistics/base/Makefile.in: Likewise. | |
7280 * statistics/distributions/Makefile.in: Likewise. | |
7281 * statistics/models/Makefile.in: Likewise. | |
7282 * statistics/tests/Makefile.in: Likewise. | |
7283 * strings/Makefile.in: Likewise. | |
7284 * time/Makefile.in: Likewise. | |
5196 | 7285 |
5195 | 7286 2005-03-08 John W. Eaton <jwe@octave.org> |
7287 | |
7288 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
7289 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
7290 | |
5192 | 7291 2005-03-04 John W. Eaton <jwe@octave.org> |
7292 | |
7293 * plot/clg.m: New file. | |
7294 | |
5193 | 7295 2005-03-03 John W. Eaton <jwe@octave.org> |
7296 | |
7297 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
7298 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
7299 strings/strcmpi.m: | |
7300 New files from Octave-forge. Adapt to Octave coding standards. | |
7301 | |
5181 | 7302 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
7303 | |
7304 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
7305 computation range. | |
7306 | |
5164 | 7307 2005-02-25 John W. Eaton <jwe@octave.org> |
7308 | |
7309 Sparse merge. | |
7310 | |
7311 2005-01-23 David Bateman <dbateman@free.fr> | |
7312 | |
7313 * sparse/randperm.m: Delete duplicate randperm.m. | |
7314 | |
7315 2005-01-10 John W. Eaton <jwe@octave.org> | |
7316 | |
7317 * sparse/Makefile.in: New file. | |
7318 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
7319 | |
7320 2005-01-07 David Bateman <dbateman@free.fr> | |
7321 | |
7322 * set/unique.m: import file from octave-forge. | |
7323 | |
7324 2005-01-05 David Bateman <dbateman@free.fr> | |
7325 | |
7326 * Makefile.in: include sparse directory in SUBDIRS. | |
7327 | |
7328 2004-12-30 John W. Eaton <jwe@octave.org> | |
7329 | |
7330 * sparse/nzmax.m: Delete (there is an nzmax function in | |
7331 src/DLD-FUNCTIONS/sparse.cc). | |
7332 | |
7333 2004-12-28 John W. Eaton <jwe@octave.org> | |
7334 | |
7335 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
7336 Andy Adler <adler@site.uottawa.ca>. | |
7337 | |
7338 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
7339 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
7340 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
7341 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
7342 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
7343 | |
7344 * sparse: New directory. | |
7345 | |
5158 | 7346 2005-02-22 John W. Eaton <jwe@octave.org> |
7347 | |
7348 * polynomial/residue.m: Force prepad to always create row vectors. | |
7349 | |
7350 * polynomial/poly.m: Quick return if m is 0. | |
7351 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
7352 | |
5154 | 7353 2005-02-21 David Bateman <dbateman@free.fr> |
7354 | |
7355 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
7356 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
7357 Fix for row vectors with at least one element of lambda not in | |
7358 (0, Inf). | |
7359 | |
5152 | 7360 2005-02-21 John W. Eaton <jwe@octave.org> |
7361 | |
5153 | 7362 * statistics/base/qqplot.m: Use feval instead of eval. |
7363 | |
5152 | 7364 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
7365 plot/__axis_label__.m: Issue replot command. | |
7366 | |
5135 | 7367 2005-02-09 John W. Eaton <jwe@octave.org> |
7368 | |
7369 * polynomial/polyderiv.m: Force P to be a row vector. | |
7370 | |
5133 | 7371 2005-02-08 John W. Eaton <jwe@octave.org> |
7372 | |
7373 * strings/dec2base.m: Don't delete leading zero if third arg is | |
7374 provided and len <= computed max_len. | |
7375 | |
5125 | 7376 2005-01-27 David Bateman <dbateman@free.fr> |
7377 | |
7378 * strings/dec2base.m: Be even more careful about handling all digits. | |
7379 | |
7380 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
7381 | |
7382 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
7383 | |
5123 | 7384 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
7385 | |
7386 * statistics/base/median.m: Make it work for the scalar case too. | |
7387 | |
6308 | 7388 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 7389 |
7390 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 7391 Simplify logic for decoding args. |
5117 | 7392 |
5115 | 7393 2005-01-24 John W. Eaton <jwe@octave.org> |
7394 | |
5116 | 7395 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
7396 | |
7397 * plot/__plt__.m: No need to save and reset hold state now. | |
7398 (first_plot): Delete unused variable. | |
7399 | |
5115 | 7400 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
7401 | |
7402 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
7403 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
7404 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
7405 plot/__plt2vv__.m: | |
7406 Return data and gnuplot commands instead of evaluating them. | |
7407 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
7408 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
7409 | |
5108 | 7410 2005-01-18 John W. Eaton <jwe@octave.org> |
7411 | |
7412 * linear-algebra/cross.m: Allocate idx1 before use. | |
7413 | |
5096 | 7414 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
7415 | |
7416 * statistics/base/range.m: Fix varargin usage. | |
7417 | |
5091 | 7418 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
7419 | |
7420 * strings/deblank.m: Remove all trailing whitespace (check with | |
7421 isspace), not just SPC. | |
7422 | |
5090 | 7423 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
7424 | |
7425 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
7426 | |
5073 | 7427 2004-11-09 John W. Eaton <jwe@octave.org> |
7428 | |
7429 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
7430 From Julius Smith <jos@ccrma.stanford.edu>. | |
7431 | |
5072 | 7432 2004-11-08 John W. Eaton <jwe@octave.org> |
7433 | |
7434 * plot/__plt2vm__.m: Delete debugging statement. | |
7435 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
7436 | |
5065 | 7437 2004-11-04 John W. Eaton <jwe@octave.org> |
7438 | |
7439 * plot/hist.m: Always return row vectors for vector args. | |
7440 | |
5031 | 7441 2004-09-23 John W. Eaton <jwe@octave.org> |
7442 | |
7443 * strings/strcmp.m: If args are not strings or cell arrays of | |
7444 strings, return zero instead of reporting an error. | |
7445 | |
5021 | 7446 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
7447 | |
7448 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
7449 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
7450 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
7451 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
7452 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
7453 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
7454 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
7455 control/hinf/is_dgkf.m, control/system/c2d.m, | |
7456 control/system/is_detectable.m, control/system/is_sample.m, | |
7457 control/system/is_siso.m, control/system/is_stable.m, | |
7458 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
7459 control/system/sys2tf.m, control/system/sys2zp.m, | |
7460 control/system/sysappend.m, control/system/sysconnect.m, | |
7461 control/system/sysdisc.m, control/system/sysdup.m, | |
7462 control/system/sysgetsignals.m, control/system/sysmult.m, | |
7463 control/system/syssetsignals.m, control/system/syssub.m, | |
7464 control/system/tf2sys.m, control/system/ugain.m, | |
7465 control/system/zp2ss.m, control/system/zp2sys.m, | |
7466 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
7467 special-matrix/toeplitz.m: Fix typos in doc strings. | |
7468 | |
7469 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
7470 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
7471 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
7472 ontrol/system/is_abcd.m, control/system/parallel.m, | |
7473 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
7474 control/system/sysappend.m, control/system/sysconnect.m, | |
7475 control/system/sysdup.m, control/system/sysgroup.m, | |
7476 control/system/sysprune.m, control/system/sysreorder.m, | |
7477 control/system/sysscale.m, control/system/syssub.m, | |
7478 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
7479 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
7480 polynomial/polyout.m, specfun/log2.m: | |
7481 Add output arguments in doc strings. | |
7482 | |
7483 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
7484 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
7485 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
7486 control/base/freqchkw.m, control/base/__freqresp__.m, | |
7487 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
7488 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
7489 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
7490 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
7491 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
7492 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
7493 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
7494 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
7495 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
7496 control/system/c2d.m, control/system/is_abcd.m, | |
7497 control/system/is_controllable.m, control/system/is_detectable.m, | |
7498 control/system/is_observable.m, control/system/is_stable.m, | |
7499 control/system/jet707.m, control/system/ord2.m, | |
7500 control/system/starp.m, control/system/sys2fir.m, | |
7501 control/system/sys2ss.m, control/system/sys2tf.m, | |
7502 control/system/sys2zp.m, control/system/syscont.m, | |
7503 control/system/sysdisc.m, control/system/sysdup.m, | |
7504 control/system/sysgettype.m, control/system/sysgroup.m, | |
7505 control/system/sysmult.m, control/system/sysprune.m, | |
7506 control/system/sysreorder.m, control/system/sysscale.m, | |
7507 control/system/syssetsignals.m, control/system/sysupdate.m, | |
7508 control/system/tf2ss.m, control/system/tf2sys.m, | |
7509 control/system/zp2ss.m, control/system/zp2sys.m, | |
7510 control/util/axis2dlim.m, control/util/prompt.m, | |
7511 control/util/zgfmul.m, control/util/zginit.m, | |
7512 control/util/__zgpbal__.m, control/util/zgscal.m: | |
7513 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
7514 in doc strings. | |
7515 | |
7516 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
7517 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
7518 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
7519 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7520 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7521 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7522 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7523 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
7524 control/system/c2d.m, control/system/fir2sys.m, | |
7525 control/system/is_stabilizable.m, control/system/jet707.m, | |
7526 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
7527 control/util/zgshsr.m, polynomial/polyout.m: | |
7528 New @tex section(s) in doc strings for better formating of printed | |
7529 output. | |
7530 | |
7531 * control/base/__freqresp__.m, control/base/nyquist.m, | |
7532 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
7533 control/obsolete/syschnames.m, control/system/sysprune.m: | |
7534 Use proper double quote marks for TeX. | |
7535 | |
7536 * control/base/DEMOcontrol.m: Add missing ; | |
7537 | |
7538 * control/base/nichols.m, control/base/rlocus.m, | |
7539 control/obsolete/minfo.m, control/system/is_digital.m, | |
7540 control/system/ss2zp.m, control/system/sysmin.m, | |
7541 control/system/tf2zp.m, control/util/sortcom.m: | |
7542 Convert documentation to use or more completely use Texinfo. | |
7543 | |
7544 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
7545 control/hinf/hinfdemo.m, control/system/ord2.m, | |
7546 control/system/parallel.m, control/system/ss2tf.m, | |
7547 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
7548 art splitting over a page boundary. | |
7549 | |
7550 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7551 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7552 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7553 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7554 control/hinf/wgt1o.m, control/system/buildssic.m: | |
7555 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
7556 the TeX documentation. | |
7557 | |
7558 * control/system/is_stabilizable.m: | |
7559 Add Copyright so that help is displayed correctly. | |
7560 | |
7561 * special-matrix/vander.m: Octave indexes start at 1. | |
7562 | |
5011 | 7563 2004-09-21 David Bateman <dbateman@free.fr> |
7564 | |
7565 * general/rotdim.m: New function for rotation of an N-d array in an | |
7566 arbitrary plane. | |
7567 | |
7568 * general/flipdim.m: New function to flip an N-d array about an | |
7569 arbitrary axis. | |
7570 | |
5003 | 7571 2004-09-15 David Bateman <dbateman@free.fr> |
7572 | |
7573 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
7574 | |
4992 | 7575 2004-09-15 John W. Eaton <jwe@octave.org> |
7576 | |
7577 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 7578 Use iscellstr to check for cells rather than iscell. |
7579 Improve diagnostics for invalid args. | |
4992 | 7580 |
4983 | 7581 2004-09-10 David Bateman <dbateman@free.fr> |
7582 | |
7583 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
7584 and p with n > 1, and fix for matrix n and p with n == 1. | |
7585 | |
7586 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
7587 due to row vs. column vector operations. | |
7588 | |
4964 | 7589 2004-09-03 David Bateman <dbateman@free.fr> |
7590 | |
7591 * general/repmat.m: Fix to allow logical classes. | |
7592 | |
4950 | 7593 2004-08-31 John W. Eaton <jwe@octave.org> |
7594 | |
7595 * general/isa.m: New function, from Octave-forge. | |
7596 | |
7597 2004-08-31 David Bateman <dbateman@free.fr> | |
7598 | |
7599 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
7600 limitation on the use of int64 and uint64 types, and the use | |
7601 of the eval. | |
7602 | |
7603 * general/bitset.m: Remove superfluous cast to return type, as bug | |
7604 in .^ with integer types is fixed. | |
7605 | |
7606 * general/repmat.m: Adapt to allow integer types. | |
4945 | 7607 |
7608 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
7609 | |
7610 * plot/axis.m: Don't reset axes when querying them. | |
7611 | |
4942 | 7612 2004-08-27 David Bateman <dbateman@free.fr> |
7613 | |
7614 * statistics/base/ranks.m: Handle non-consecutive ties. | |
7615 Eliminate loop. | |
7616 | |
4918 | 7617 2004-07-27 David Bateman <dbateman@free.fr> |
7618 | |
7619 * general/num2str.m: Also insert spaces in output when precision | |
7620 argument is supplied. | |
7621 | |
4915 | 7622 2004-07-23 David Bateman <dbateman@free.fr> |
7623 | |
7624 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
7625 | |
4911 | 7626 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
7627 | |
7628 * general/sub2ind.m: Make reshaping index list unnecessary. | |
7629 | |
7630 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
7631 | |
7632 * miscellaneous/unix.m: Fix doc string. | |
7633 | |
7634 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
7635 | |
7636 * plot/figure.m: Clarification of documentation. | |
7637 | |
7638 * image/imshow.m: Warn for complex images. | |
7639 Only estimate colourmap for images in [0, 65536]. | |
7640 | |
7641 2004-07-22 David Bateman <dbateman@free.fr> | |
7642 | |
7643 * general/num2str.m: Fix the case of an all zero input. | |
7644 | |
4906 | 7645 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
7646 | |
7647 * general/ind2sub.m: Doc fix. | |
7648 | |
4900 | 7649 2004-06-08 John W. Eaton <jwe@octave.org> |
7650 | |
7651 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
7652 convert function handle to string for eval. | |
7653 | |
4898 | 7654 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
7655 | |
7656 * plot/errorbar.m: Remove debugging output. | |
7657 | |
7658 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
7659 | |
7660 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
7661 | |
4897 | 7662 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
7663 | |
4898 | 7664 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
7665 | |
7666 * polynomial/polyout.m: Use parenthesis if necessary around | |
7667 complex polynomial coefficient. | |
7668 | |
4897 | 7669 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
7670 the bug which causes __errplot__ to ignore the last argument. | |
7671 | |
4894 | 7672 2004-06-03 David Bateman <dbateman@free.fr> |
7673 | |
7674 * general/shiftdim.m: New function based on JWE code snippet. | |
7675 | |
7676 * general/circdim.m: New function. | |
7677 | |
4890 | 7678 2004-05-06 David Bateman <dbateman@free.fr> |
7679 | |
7680 * general/issquare.m: Fail if ndim(x) > 2. | |
7681 | |
7682 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
7683 | |
7684 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
7685 N-d array arguments. Add optional dim argument to define | |
7686 dimension along which to operate. | |
7687 | |
7688 * linear-algebra/dmult.m: Allow N-d arrays. | |
7689 | |
7690 * linear-algebra/vec.m: Use v(:) and not reshape. | |
7691 | |
4885 | 7692 2004-04-29 David Bateman <dbateman@free.fr> |
7693 | |
7694 * statistics/base/ranks.m, statistics/base/run_count.m, | |
7695 statistics/base/studentize.m, statistics/base/kurtosis.m | |
7696 statistics/base/statistics.m, statistics/base/skewness.m | |
7697 statistics/base/iqr.m: | |
7698 Make N-d array aware. Allow optional argument to define the | |
7699 dimension along which to operate. Update the documentation. | |
7700 | |
7701 * statistics/base/ranks.m: Change algorithm to use sort, | |
7702 and adjust for the ties after. | |
7703 | |
7704 * statistics/base/run_counts.m: Change algorithm to use | |
7705 the a combination of diff and find, rather than a for-loop. | |
7706 | |
4881 | 7707 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
7708 | |
7709 * plot/hist.m: Correctly determine cutoffs. New tests. | |
7710 | |
4878 | 7711 2004-04-23 David Bateman <dbateman@free.fr> |
7712 | |
7713 * general/int2str.m: Treat only real part of argument, and treat | |
7714 NDArrays by stacking the slices through the matrix vertically. | |
7715 | |
7716 * general/num2str.m: Improve format of integer matrices, and the | |
7717 conversion of complex matrices added. Treat NDArrays by stacking | |
7718 the slices through the matrix vertically. | |
7719 | |
7720 * deprecated/com2str.m: Moved here from general subdirectory. | |
7721 | |
4877 | 7722 2004-04-22 John W. Eaton <jwe@octave.org> |
7723 | |
7724 * quaternion/qtransvmat.m: Use continuation characters to make | |
7725 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
7726 | |
4869 | 7727 2004-04-21 David Bateman <dbateman@free.fr> |
7728 | |
5378 | 7729 * elfun/lcm.m: Make N-d aware. |
4870 | 7730 |
4869 | 7731 * general/diff.m: Make the code N-d array aware. Allow an |
7732 optional argument to define the dimension along which to perform | |
7733 the differences and allow the order of the differences to be larger | |
7734 than the dimension itself. | |
7735 | |
7736 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
7737 use of these functions to 1- and 2-d arrays. | |
7738 | |
4863 | 7739 2004-04-16 John W. Eaton <jwe@octave.org> |
7740 | |
7741 * elfun/gcd.m: Delete. | |
7742 | |
4862 | 7743 2004-04-15 David Bateman <dbateman@free.fr> |
7744 | |
7745 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
7746 | |
7747 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
7748 array aware and and optional argument for the dimension along | |
7749 which to operate. | |
7750 | |
5378 | 7751 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 7752 argument for the dimension to be consistent with other N-d array |
7753 functions. | |
7754 | |
4860 | 7755 2004-04-08 David Bateman <dbateman@free.fr> |
7756 | |
7757 * statistics/distributions/discrete_cdf.m, | |
7758 statistics/distributions/discrete_inv.m, | |
7759 statistics/distributions/discrete_pdf.m, | |
7760 statistics/distributions/discrete_rnd.m, | |
7761 statistics/distributions/exponential_cdf.m, | |
7762 statistics/distributions/exponential_inv.m, | |
7763 statistics/distributions/exponential_pdf.m, | |
7764 statistics/distributions/exponential_rnd.m, | |
7765 statistics/distributions/f_cdf.m, | |
7766 statistics/distributions/f_inv.m, | |
7767 statistics/distributions/f_pdf.m, | |
7768 statistics/distributions/f_rnd.m, | |
7769 statistics/distributions/geometric_cdf.m, | |
7770 statistics/distributions/geometric_inv.m, | |
7771 statistics/distributions/geometric_pdf.m, | |
7772 statistics/distributions/geometric_rnd.m, | |
7773 statistics/distributions/hypergeometric_rnd.m, | |
7774 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
7775 statistics/distributions/laplace_cdf.m, | |
7776 statistics/distributions/laplace_inv.m, | |
7777 statistics/distributions/laplace_pdf.m, | |
7778 statistics/distributions/laplace_rnd.m, | |
7779 statistics/distributions/logistic_inv.m, | |
7780 statistics/distributions/logistic_rnd.m, | |
7781 statistics/distributions/lognormal_cdf.m, | |
7782 statistics/distributions/lognormal_inv.m, | |
7783 statistics/distributions/lognormal_pdf.m, | |
7784 statistics/distributions/lognormal_rnd.m, | |
7785 statistics/distributions/pascal_cdf.m, | |
7786 statistics/distributions/pascal_inv.m, | |
7787 statistics/distributions/pascal_pdf.m, | |
7788 statistics/distributions/pascal_rnd.m, | |
7789 statistics/distributions/poisson_cdf.m, | |
7790 statistics/distributions/poisson_inv.m, | |
7791 statistics/distributions/poisson_pdf.m, | |
7792 statistics/distributions/poisson_rnd.m, | |
7793 statistics/distributions/t_cdf.m, | |
7794 statistics/distributions/t_inv.m, | |
7795 statistics/distributions/t_pdf.m, | |
7796 statistics/distributions/t_rnd.m, | |
7797 statistics/distributions/weibull_cdf.m, | |
7798 statistics/distributions/weibull_inv.m, | |
7799 statistics/distributions/weibull_pdf.m, | |
7800 statistics/distributions/weibull_rnd.m: | |
7801 Allow N-d arrays. | |
7802 | |
7803 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
7804 that results in NaN in places where it should not have had. | |
7805 | |
7806 * statistics/distributions/discrete_rnd.m: New argument formats to | |
7807 allow creating arbitrary matrices, compatiable with the other | |
5583 | 7808 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 7809 |
7810 * statistics/distributions/empirical_rnd.m: New argument formats | |
7811 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 7812 *_rnd.m functions. Maintain compatibility with previous |
4860 | 7813 format. Allow N-d arrays. |
7814 | |
7815 * statistics/distributions/hypergeometric_cdf.m, | |
7816 statistics/distributions/hypergeometric_inv.m, | |
7817 statistics/distributions/hypergeometric_pdf.m, | |
7818 statistics/distributions/wiener_rnd.m: | |
7819 Error for non-scalar arguments. | |
7820 | |
7821 * statistics/distributions/pascal_rnd.m: | |
7822 Correct for n = 1 bug, where all elements were equal. | |
7823 | |
4849 | 7824 2004-04-06 David Bateman <dbateman@free.fr> |
7825 | |
4854 | 7826 * general/common_size.m, miscellaneous/bincoeff.m, |
7827 statistics/distributions/beta_cdf.m, | |
7828 statistics/distributions/beta_inv.m, | |
7829 statistics/distributions/beta_pdf.m, | |
7830 statistics/distributions/beta_rnd.m, | |
7831 statistics/distributions/binomial_cdf.m, | |
7832 statistics/distributions/binomial_inv.m, | |
7833 statistics/distributions/binomial_pdf.m, | |
7834 statistics/distributions/binomial_rnd.m, | |
7835 statistics/distributions/cauchy_cdf.m, | |
7836 statistics/distributions/cauchy_inv.m, | |
7837 statistics/distributions/cauchy_pdf.m, | |
7838 statistics/distributions/cauchy_rnd.m, | |
7839 statistics/distributions/chisquare_cdf.m, | |
7840 statistics/distributions/chisquare_inv.m, | |
7841 statistics/distributions/chisquare_pdf.m, | |
7842 statistics/distributions/chisquare_rnd.m, | |
7843 statistics/distributions/gamma_cdf.m, | |
7844 statistics/distributions/gamma_inv.m, | |
7845 statistics/distributions/gamma_pdf.m, | |
7846 statistics/distributions/gamma_rnd.m, | |
7847 statistics/distributions/normal_cdf.m, | |
7848 statistics/distributions/normal_inv.m, | |
7849 statistics/distributions/normal_pdf.m, | |
7850 statistics/distributions/normal_rnd.m, | |
7851 statistics/distributions/stdnormal_cdf.m, | |
7852 statistics/distributions/stdnormal_pdf.m, | |
7853 statistics/distributions/stdnormal_rnd.m, | |
7854 statistics/distributions/uniform_cdf.m, | |
7855 statistics/distributions/uniform_inv.m, | |
7856 statistics/distributions/uniform_pdf.m, | |
7857 statistics/distributions/uniform_rnd.m: | |
7858 Allow the inputs to be N-d arrays. | |
7859 | |
4852 | 7860 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
7861 * statistics/base/median.m: Likewise. | |
4849 | 7862 |
4844 | 7863 2004-04-02 David Bateman <dbateman@free.fr> |
7864 | |
7865 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 7866 * statistics/base/center.m, statistics/base/meansq.m, |
7867 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 7868 Update for N-d arrays. |
4844 | 7869 * signal/fftshift.m: Fix dimensioning error. |
7870 | |
7871 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 7872 N-d arrays. |
4844 | 7873 |
4852 | 7874 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
7875 | |
7876 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 7877 |
4852 | 7878 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 7879 |
7880 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
7881 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
7882 control/system/sysprune.m: Doc update for usage of cell arrays. | |
7883 | |
7884 * control/system/sysidx.m: Use cellidx and not listidx. | |
7885 | |
4841 | 7886 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
7887 | |
7888 * plot/__pltopt1__.m: Always add title clause to plot command with | |
7889 default of "" (so it is off unless explicitly set by the user). | |
7890 | |
4836 | 7891 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
7892 | |
7893 * image/imshow.m: Accept "truesize" argument. | |
7894 Ignore current colormap. New tests and demos. | |
7895 | |
4834 | 7896 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
7897 | |
7898 * signal/sinewave.m: Allow N to default to M. | |
7899 | |
4826 | 7900 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7901 | |
7902 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
7903 | |
4818 | 7904 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7905 | |
7906 * general/deal.m: New function. | |
4819 | 7907 Add tests from Paul Kienzle. |
4818 | 7908 |
4811 | 7909 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
7910 | |
7911 * plot/hist.m: Compute histogram correctly for n>=30. | |
7912 | |
5095 | 7913 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 7914 |
7915 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
7916 | |
4806 | 7917 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7918 | |
7919 * miscellaneous/horzcat.m: Delete. | |
7920 * miscellaneous/vertcat.m: Delete. | |
7921 | |
4790 | 7922 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7923 | |
7924 * plot/figure.m: Also look for GNUTERM in the environment and use | |
7925 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
7926 | |
4789 | 7927 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7928 | |
7929 * control/base/__stepimp__.m: Only call clearplot if we will be | |
7930 doing multiple plots in the same gnuplot frame. | |
7931 | |
4780 | 7932 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7933 | |
7934 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
7935 control/system/cellidx.m, control/system/ss.m, | |
7936 control/system/tf.m, control/system/zp.m: New functions. | |
7937 | |
4778 | 7938 2004-02-16 Glenn Golden <gdg@zplane.com> |
7939 | |
7940 * statistics/distributions/discrete_inv.m: | |
7941 Reduce memory requirements. | |
7942 | |
4772 | 7943 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7944 | |
7945 * plot/__errcomm__.m: Fix thinko in previous change. | |
7946 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
7947 | |
4771 | 7948 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
7949 | |
7950 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
7951 control/base/analdemo.m, control/base/bddemo.m, | |
7952 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
7953 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
7954 control/base/rldemo.m, control/base/rlocus.m, | |
7955 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
7956 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
7957 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
7958 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
7959 control/obsolete/packsys.m, control/obsolete/series.m, | |
7960 control/system/__sysdefioname__.m, | |
7961 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
7962 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
7963 control/system/c2d.m, control/system/d2c.m, | |
7964 control/system/dmr2d.m, control/system/fir2sys.m, | |
7965 control/system/is_signal_list.m, control/system/is_siso.m, | |
7966 control/system/jet707.m, control/system/listidx.m, | |
7967 control/system/moddemo.m, control/system/ord2.m, | |
7968 control/system/packedform.m, control/system/parallel.m, | |
7969 control/system/ss2sys.m, control/system/sys2tf.m, | |
7970 control/system/sys2zp.m, control/system/sysadd.m, | |
7971 control/system/sysappend.m, control/system/sysconnect.m, | |
7972 control/system/syscont.m, control/system/sysdimensions.m, | |
7973 control/system/sysdisc.m, control/system/sysdup.m, | |
7974 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
7975 control/system/sysgroup.m, control/system/sysmin.m, | |
7976 control/system/sysmult.m, control/system/sysprune.m, | |
7977 control/system/sysrepdemo.m, control/system/sysscale.m, | |
7978 control/system/syssetsignals.m, control/system/syssub.m, | |
7979 control/system/sysupdate.m, control/system/tf2sys.m, | |
7980 control/system/ugain.m, control/system/zp2ss.m, | |
7981 control/system/zp2sys.m, control/util/__outlist__.m, | |
7982 control/util/__zgpbal__.m, control/util/strappend.m: | |
7983 Use cell arrays instead of lists. | |
7984 | |
4723 | 7985 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
7986 | |
7987 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
7988 so that bar (1, 1) will work. | |
7989 | |
4710 | 7990 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7991 | |
4717 | 7992 * plot/__errcomm__.m: Cope with nargin now being a function. |
7993 * plot/__errplot__.m: Likewise. | |
7994 * plot/__plt__.m: Likewise. | |
7995 * plot/plot_border.m: Likewise. | |
7996 | |
4710 | 7997 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
7998 not $(DOCSTRINGS). | |
7999 | |
4706 | 8000 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
8001 | |
8002 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
8003 rank ([], tol). | |
8004 | |
4691 | 8005 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8006 | |
4692 | 8007 * elfun/acot.m: Return atan (1./z). |
8008 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
8009 | |
4691 | 8010 * miscellaneous/dir.m: New file. |
8011 | |
8012 * general/num2str.m: Use "%d" as format if values are ints with | |
8013 magnitude less than 1e10. | |
8014 | |
8015 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8016 | |
8017 * general/num2str.m: If single arg is string, return it. | |
8018 | |
8019 * miscellaneous/not.m: New file. | |
8020 | |
8021 * miscellaneous/unix.m: New file. | |
8022 | |
8023 * miscellaneous/isunix.m: New file. | |
8024 * miscellaneous/ispc.m: New file. | |
8025 | |
8026 * miscellaneous/computer.m: New file. | |
8027 | |
8028 * miscellaneous/delete.m: New file. | |
8029 | |
4689 | 8030 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8031 | |
8032 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
8033 | |
8034 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8035 | |
8036 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
8037 Always return substituted version of LOADPATH if nargout != 0. | |
8038 | |
4685 | 8039 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
8040 | |
8041 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
8042 before continuing. | |
8043 | |
8044 * miscellaneous/fileparts.m: Allow name to start with ".". | |
8045 | |
4677 | 8046 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8047 | |
8048 * general/ind2sub.m: New file. | |
8049 * general/sub2ind.m: New file. | |
8050 | |
4675 | 8051 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8052 | |
8053 * control/system/zp2ss.m: Don't save and restore | |
8054 warn_empty_list_elements. | |
8055 | |
8056 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
8057 | |
6778 | 8058 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 8059 |
4673 | 8060 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
8061 | |
8062 * statistics/base/mean.m: Remove special case for row vectors. | |
8063 | |
4637 | 8064 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
8065 | |
8066 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
8067 | |
4631 | 8068 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
8069 | |
8070 * statistics/base/iqr.m: Handle matrices. | |
8071 | |
4630 | 8072 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8073 | |
8074 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
8075 | |
4629 | 8076 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8077 | |
8078 * miscellaneous/path.m: Fix thinko in previous change. | |
8079 | |
4609 | 8080 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
8081 | |
4629 | 8082 * control/base/dare.m: Check positive (semi)definiteness and |
8083 dimensions of r (and q). | |
8084 * control/base/dlqr.m: Check stabilizability of (A,B), | |
8085 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
8086 near unit circle. | |
4611 | 8087 |
8088 * control/system/is_detectable.m: Use Hautus Lemma. | |
8089 Correct the behavior for discrete-time systems. | |
8090 * control/system/is_stabilizable.m: Likewise. | |
8091 | |
4609 | 8092 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
8093 | |
8094 * linear-algebra/krylovb.m: Fix typo in usage message. | |
8095 | |
4610 | 8096 * general/isdefinite.m: New function. |
8097 | |
4567 | 8098 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8099 | |
8100 * general/reshape: Delete. | |
8101 | |
4559 | 8102 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8103 | |
8104 * general/numel.m: Delete. | |
8105 | |
4535 | 8106 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8107 | |
4536 | 8108 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
8109 | |
8110 * deprecated/isstr.m: New file. | |
4535 | 8111 |
4529 | 8112 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8113 | |
8114 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
8115 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
8116 | |
4525 | 8117 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
8118 | |
8119 * statistics/base/mean.m: Fix missing semicolon problem. | |
8120 | |
4503 | 8121 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
8122 | |
8123 * plot/subplot.m: New global variable, __multiplot_scale__. | |
8124 | |
4492 | 8125 2003-08-29 David Castelow <DCastelow@Airspan.com> |
8126 | |
8127 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
8128 Allow optional length argument. | |
8129 | |
4491 | 8130 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8131 | |
8132 * polynomial/polyfit.m: Avoid calling flipud. | |
8133 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
8134 Return structure as second output value for improved Matlab | |
8135 compatibility. | |
8136 | |
4476 | 8137 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8138 | |
4478 | 8139 * linear-algebra/cond.m: Behave as though old built-in variable |
8140 propagate_empty_matrices is always 1. Also handle empty matrices | |
8141 with one non-zero dimension. | |
8142 | |
4476 | 8143 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
8144 warn_single_quote_string to the list. | |
4478 | 8145 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
8146 from the list. | |
4476 | 8147 |
5095 | 8148 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 8149 |
8150 * signal/autocov.m: Transpose result of conj because diag returns | |
8151 a column vector, not a row vector. | |
8152 | |
8153 * audio/playaudio.m, audio/record.m, image/image.m, | |
8154 miscellaneous/bug_report.m: Protect spaces in filenames | |
8155 with quotes. | |
8156 | |
4466 | 8157 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8158 | |
4468 | 8159 * io/printf.m, io/puts.m: Delete. |
8160 | |
4466 | 8161 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
8162 default_return_value from the list. | |
8163 Add warn_undefined_return_values to the list. | |
8164 | |
8165 | |
4464 | 8166 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8167 | |
8168 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
8169 and initialize_global_variables from the list. | |
8170 | |
4460 | 8171 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8172 | |
4463 | 8173 * image/colormap.m: Don't save and restore default_eval_print_flag. |
8174 | |
8175 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
8176 | |
8177 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
8178 * control/system/sys2fir.m: Likewise. | |
8179 | |
8180 * control/system/is_siso.m: Use && instead of & where appropriate. | |
8181 * control/system/__tf2sysl__.m: Likewise. | |
8182 | |
8183 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
8184 | |
8185 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
8186 and [] concatenation. | |
8187 * control/system/sys2fir.m: Likewise. | |
8188 | |
8189 * control/base/dgram.m, control/base/freqchkw.m, | |
8190 control/base/gram.m, control/system/__abcddims__.m, | |
8191 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
8192 control/system/is_sample.m, control/system/is_signal_list.m, | |
8193 control/system/is_siso.m, control/system/sys2fir.m, | |
8194 control/system/syschtsam.m, control/system/sysgettsam.m, | |
8195 control/system/sysgettype.m, control/system/tf2zp.m, | |
8196 control/system/ugain.m, control/util/prompt.m, | |
8197 control/util/run_cmd.m, control/util/zgrownorm.m, | |
8198 control/util/zgshsr.m: | |
8199 Improve conformance to Octave coding style. | |
8200 | |
4461 | 8201 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
8202 the list. | |
8203 Delete resize_on_range_error from the list. | |
8204 | |
4460 | 8205 * control/base/pzmap.m, control/base/place.m, |
8206 control/base/__freqresp__.m, control/system/sysappend.m, | |
8207 control/system/syscont.m, control/system/sysdisc.m, | |
8208 control/system/sysgroup.m, control/system/tfout.m, | |
8209 control/system/zp2ss.m, control/system/zpout.m, | |
8210 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
8211 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
8212 empty_list_elements_ok. | |
8213 | |
8214 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
8215 Delete empty_list_elements_ok from the list. | |
8216 | |
4457 | 8217 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8218 | |
8219 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
8220 list. | |
8221 Delete treat_neg_dim_as_zero from the list. | |
8222 | |
8223 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
8224 | |
4451 | 8225 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8226 | |
4455 | 8227 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
8228 was not used in the code in any case). | |
8229 | |
8230 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
8231 do_fortran_indexing. | |
8232 | |
4452 | 8233 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
8234 implict_str_to_num_ok. Use unwind_protect block to do it. | |
8235 | |
4451 | 8236 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
8237 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 8238 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 8239 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
8240 warn_fortran_indexing in the list. | |
8241 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
8242 implicit_str_to_num_ok, do_fortran_indexing, and | |
8243 prefer_column_vectors from list. | |
4451 | 8244 |
4440 | 8245 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8246 | |
8247 * Makefile.in (distclean, maintainer-clean): Also remove | |
8248 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
8249 directory. | |
8250 | |
5095 | 8251 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 8252 |
8253 * plot/hist.m: Don't forget to define n if x is a vector. | |
8254 | |
5095 | 8255 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 8256 |
8257 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
8258 return "." with extension. | |
8259 | |
4422 | 8260 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8261 | |
8262 * control/base/__stepimp__.m, control/base/nichols.m, | |
8263 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
8264 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
8265 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
8266 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
8267 Eliminate gnuplot_has_multiplot (assume it is always true). | |
8268 | |
4413 | 8269 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8270 | |
8271 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
8272 | |
5095 | 8273 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 8274 |
8275 * plot/hist.m: Improve performance by using different algorithms | |
8276 depending on number of bins. | |
8277 | |
4404 | 8278 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8279 | |
8280 * control/system/sysadd.m: If systems are not "tf", convert before | |
8281 adding. | |
8282 | |
5095 | 8283 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 8284 |
8285 * image/imagesc.m: Accept data limits parameter for colormap. | |
8286 | |
5095 | 8287 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 8288 |
8289 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
8290 the impulse by t_step. | |
8291 | |
4373 | 8292 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8293 | |
8294 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
8295 column vectors. | |
8296 | |
5095 | 8297 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 8298 |
8299 * linear-algebra/null.m: Handle empty matrix arg. | |
8300 | |
4369 | 8301 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8302 | |
8303 * general/shift.m: Force empty_list_elements_ok to 1. | |
8304 | |
4358 | 8305 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8306 | |
8307 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
8308 New files. | |
8309 | |
4348 | 8310 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8311 | |
8312 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
8313 function handle to pass to feval. | |
8314 * statistics/base/qqplot.m: Likewise. | |
8315 * statistics/base/ppplot.m: Likewise. | |
8316 * signal/spectral_xdf.m: Likewise. | |
8317 * signal/spectral_adf.m: Likewise. | |
8318 | |
4340 | 8319 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8320 | |
8321 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
8322 | |
4334 | 8323 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8324 | |
8325 * linear-algebra/logm.m: New file. | |
8326 | |
5095 | 8327 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 8328 |
8329 * mkpkgadd: Scan C++ files as well | |
8330 | |
5095 | 8331 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 8332 |
8333 * strings/findstr.m: Return empty set for zero-length target. | |
8334 | |
5095 | 8335 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 8336 |
8337 * set/union.m: Preserve the orientation of inputs. | |
8338 | |
4305 | 8339 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8340 | |
8341 * general/int2str.m: Eliminate leading spaces. | |
8342 | |
4303 | 8343 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8344 | |
8345 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
8346 | |
5095 | 8347 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 8348 |
8349 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
8350 $(BUILD_LDFLAGS) to compiler. | |
8351 | |
4295 | 8352 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8353 | |
8354 * general/num2str.m: Don't specify field width for scalars. | |
8355 | |
4292 | 8356 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8357 | |
8358 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
8359 | |
4265 | 8360 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
8361 | |
4279 | 8362 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
8363 | |
4266 | 8364 * miscellaneous/tempname.m: New file. |
8365 | |
8366 * miscellaneous/tempdir.m: New file. | |
8367 | |
4265 | 8368 * miscellaneous/fullfile.m: New file. |
8369 | |
4259 | 8370 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8371 | |
4264 | 8372 * miscellaneous/fileparts.m: New file. |
8373 | |
8374 * io/beep.m: New file. | |
8375 | |
4260 | 8376 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
8377 format only. | |
4259 | 8378 |
4257 | 8379 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8380 | |
8381 * strings/strcmp.m: Handle cell arrays of strings. | |
8382 | |
4229 | 8383 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8384 | |
8385 * general/int2str.m: Handle matrices. | |
8386 * general/num2str.m: Likewise. | |
8387 Also handle optional precision, and format args. | |
8388 | |
4225 | 8389 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8390 | |
8391 * audio/Makefile.in, control/base/Makefile.in, | |
8392 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
8393 control/system/Makefile.in, elfun/Makefile.in, | |
8394 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
8395 io/Makefile.in, linear-algebra/Makefile.in, | |
8396 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
8397 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
8398 specfun/Makefile.in, special-matrix/Makefile.in, | |
8399 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
8400 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
8401 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
8402 deprecated/Makefile.in: Use new do-script-install and | |
8403 do-script-uninstall macros. | |
8404 | |
8405 * mkpkgadd: New script. | |
8406 | |
8407 * plot/close.m: New file. | |
8408 | |
4184 | 8409 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8410 | |
8411 * image/image.m: Use -raw option for xv. | |
8412 From Remy Bruno <remy.bruno@libertysurf.fr> | |
8413 | |
4172 | 8414 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8415 | |
4174 | 8416 * control/base/lsim.m: Use approximate test for step size change. |
8417 | |
4172 | 8418 * signal/bartlett.m: Avoid row/column mismatch error. |
8419 | |
5095 | 8420 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 8421 |
8422 * statistics/base/var.m: Use better formula for improved accuracy. | |
8423 | |
5095 | 8424 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 8425 |
8426 * control/base/lsim.m: Correct doc string. | |
8427 | |
5095 | 8428 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 8429 |
8430 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
8431 | |
4148 | 8432 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8433 | |
8434 * plot/contour.m: Handle x and y as matrices too. | |
8435 | |
5095 | 8436 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 8437 |
8438 * plot/contour.m: Fix error and usage messages. | |
8439 | |
4146 | 8440 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8441 | |
8442 * plot/contour.m: Correct orientation of plot. | |
8443 | |
4139 | 8444 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
8445 | |
8446 * control/base/analdemo.m: Fix typo. | |
8447 | |
5095 | 8448 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 8449 |
8450 * statistics/distributions/discrete_pdf.m: Fix typo. | |
8451 | |
4098 | 8452 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8453 | |
8454 * mkdoc: Exit immediately on errors. | |
8455 Exit with error if gethelp does not exist. | |
8456 | |
8457 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
8458 | |
4093 | 8459 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8460 | |
8461 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
8462 | |
5095 | 8463 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 8464 |
8465 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
8466 * statistics/distributions/normal_pdf.m: Likewise. | |
8467 * statistics/distributions/normal_inv.m: Likewise. | |
8468 | |
5095 | 8469 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 8470 |
8471 * specfun/erfinv.m: Return NaN for NaN inputs. | |
8472 | |
5095 | 8473 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 8474 |
8475 * statistics/base/var.m: Handle complex values. | |
8476 | |
4031 | 8477 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8478 | |
8479 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
8480 list. | |
8481 * deprecated/Makefile.in: New file. | |
8482 | |
5095 | 8483 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 8484 |
8485 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
8486 * statistics/distributions/binomial_cdf.m: Likewise. | |
8487 * statistics/distributions/f_cdf.m: Likewise. | |
8488 * statistics/distributions/t_cdf.m: Likewise. | |
8489 | |
8490 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
8491 * specfun/beta.m: Likewise. | |
8492 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
8493 * statistics/distributions/gamma_pdf.m: Likewise. | |
8494 * statistics/distributions/poisson_pdf.m: Likewise. | |
8495 | |
8496 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
8497 * statistics/distributions/poisson_cdf.m: Likewise. | |
8498 | |
4026 | 8499 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8500 | |
4028 | 8501 * deprecated/is_bool.m: New file. |
8502 * deprecated/is_complex.m: New file. | |
8503 * deprecated/is_global.m: New file. | |
8504 * deprecated/is_list.m: New file. | |
8505 * deprecated/is_matrix.m: New file. | |
8506 * deprecated/is_scalar.m: New file. | |
8507 * deprecated/is_square.m: New file. | |
8508 * deprecated/is_stream.m: New file. | |
8509 * deprecated/is_struct.m: New file. | |
8510 * deprecated/is_symmetric.m: New file. | |
8511 * deprecated/is_vector.m: New file. | |
4030 | 8512 * Change all callers of these functions to use the new names. |
4028 | 8513 |
4029 | 8514 * deprecated: New directory. |
8515 * Makefile.in (SUBDIRS): Add it to the list. | |
8516 | |
4026 | 8517 * general/isscalar.m: Rename from is_scalar.m. |
8518 * general/issquare.m: Rename from is_square.m. | |
8519 * general/issymmetric.m: Rename from is_symmetric.m. | |
8520 * general/isvector.m: Rename from is_vector.m. | |
8521 | |
4022 | 8522 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8523 | |
8524 * statistics/base/mean.m: Allow empty matrices. | |
8525 Handle DIM arg. | |
8526 | |
5095 | 8527 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 8528 |
8529 * plot/__errcomm__.m: If format is not specified, default to error | |
8530 bar format. | |
8531 | |
4011 | 8532 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8533 | |
8534 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
8535 __F_SETFL__ and __O_NONBLOCK__. | |
8536 | |
8537 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
8538 * miscellaneous/bug_report.m: Likewise. | |
8539 | |
4007 | 8540 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8541 | |
4008 | 8542 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
8543 * general/rem.m: Likewise. | |
8544 | |
8545 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
8546 * plot/semilogxerr.m: Likewise. | |
4007 | 8547 * plot/semilogyerr.m: Likewise. |
8548 | |
5095 | 8549 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 8550 |
8551 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
8552 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
8553 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
8554 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
8555 | |
8556 * plot/errorbar.m: Use __errcomm__.m. | |
8557 * plot/__errplot__.m: Minor cleanups. | |
8558 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
8559 * plot/__pltopt1__.m: Likewise. | |
8560 | |
3980 | 8561 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8562 | |
3981 | 8563 * general/rem.m: Delete redundant call to usage. |
8564 | |
3980 | 8565 * general/mod.m: Additional error checks, Texinfoize doc string. |
8566 | |
5095 | 8567 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 8568 |
8569 * general/mod.m: New function. | |
8570 | |
3979 | 8571 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8572 | |
8573 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
8574 * control/system/sysadd.m: Likewise. | |
8575 * control/system/sysgroup.m: Likewise. | |
8576 * control/system/syssub.m: Likewise. | |
8577 * elfun/gcd.m: Likewise. | |
8578 * elfun/lcm.m: Likewise. | |
8579 * general/common_size.m: Likewise. | |
8580 * io/printf.m: Likewise. | |
8581 * miscellaneous/menu.m: Likewise. | |
8582 * miscellaneous/path.m: Likewise. | |
8583 * plot/__errplot__.m: Likewise. | |
8584 * plot/__plt__.m: Likewise. | |
8585 * plot/axis.m: Likewise. | |
8586 * plot/errorbar.m: Likewise. | |
8587 * plot/mplot.m: Likewise. | |
8588 * plot/loglog.m: Likewise. | |
8589 * plot/plot.m: Likewise. | |
8590 * plot/plot_border.m: Likewise. | |
8591 * plot/semilogx.m: Likewise. | |
8592 * plot/semilogy.m: Likewise. | |
8593 * plot/xlabel.m: Likewise. | |
8594 * plot/ylabel.m: Likewise. | |
8595 * plot/zlabel.m: Likewise. | |
8596 * statistics/base/ppplot.m: Likewise. | |
8597 * statistics/base/qqplot.m: Likewise. | |
8598 * statistics/tests/bartlett_test.m: Likewise. | |
8599 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
8600 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
8601 * strings/str2mat.m: Likewise. | |
8602 * strings/strcat.m: Likewise. | |
8603 | |
5095 | 8604 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 8605 |
8606 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
8607 | |
3924 | 8608 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8609 | |
8610 * skip-autoheader: New file, for autogen.sh. | |
3925 | 8611 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 8612 |
5095 | 8613 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 8614 |
8615 * general/repmat.m: New function. | |
8616 | |
5095 | 8617 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 8618 |
8619 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
8620 Use optional parameter to specify the number of bits in the input. | |
8621 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
8622 floats in the range [-1,1], 2x speedup. | |
8623 | |
8624 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
8625 | |
3910 | 8626 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8627 | |
8628 * linear-algebra/kron.m: Delete. | |
8629 | |
5095 | 8630 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 8631 |
8632 * signal/freqz.m: If nargout is zero, plot results instead of | |
8633 returning them. | |
8634 * signal/freqz_plot.m: New file. | |
8635 | |
5095 | 8636 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 8637 |
5378 | 8638 * signal/unwrap.m: New file. |
3906 | 8639 |
5095 | 8640 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 8641 |
8642 * image/rgb2hsv.m: Faster, more accurate, remove the | |
8643 divide by zero warning. | |
8644 | |
5095 | 8645 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 8646 |
3894 | 8647 * strings/deblank.m: Trim \0 as well as blank. |
8648 | |
5378 | 8649 * freqz.m: Evaluate a specific range of frequencies |
3893 | 8650 expressed in radians or Hz relative to a supplied sample rate. |
8651 | |
5095 | 8652 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 8653 |
8654 * signal/fftfilt.m: Filter columns if called with a matrix. | |
8655 | |
3891 | 8656 * strings/findstr.m: Vectorize as much as possible. |
8657 | |
5095 | 8658 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 8659 |
8660 * special-matrix/invhilb.m: New version that is faster and more | |
8661 accurate. | |
8662 | |
5095 | 8663 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 8664 |
8665 * configure.in: Update for autoconf 2.5x. | |
8666 | |
5095 | 8667 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 8668 |
8669 * special-matrix/vander.m: Code tidy and vectorize. | |
8670 | |
5095 | 8671 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 8672 |
3883 | 8673 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
8674 to vectors. Issue a warning in the case x matches y' but return a | |
8675 column vector as Octave currently does. | |
8676 | |
3882 | 8677 * plot/contour.m: Set default number of levels for contour(x,y,z). |
8678 | |
8679 * control/system/starp.m: Leave more of the documentation | |
8680 processing to texinfo and less to the @format block. | |
8681 | |
8682 * image/imagesc.m: Only display image if no output is requested. | |
8683 Code tidying. | |
8684 | |
3876 | 8685 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8686 | |
8687 * statistics/base/center.m: Accept and return empty matrix. | |
8688 | |
3872 | 8689 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8690 | |
8691 * specfun/erfinv.m: Fix usage message. | |
8692 | |
3869 | 8693 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8694 | |
8695 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
8696 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
8697 | |
3837 | 8698 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8699 | |
8700 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
8701 capitalized variable names. | |
8702 | |
3836 | 8703 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
8704 | |
8705 * m/image/saveimage.m: fix saving an image to Postscript format. | |
8706 | |
5095 | 8707 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 8708 |
8709 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
8710 | |
3803 | 8711 2001-02-28 Kai Habel <kai.habel@gmx.de> |
8712 | |
3833 | 8713 * general/cart2pol.m: New file. |
8714 * general/pol2cart.m: New file. | |
8715 * general/cart2sph.m: New file. | |
8716 * general/sph2cart.m: New file. | |
8717 * image/rgb2hsv.m: New file. | |
8718 * image/hsv2rgb.m: New file. | |
3803 | 8719 |
8720 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
8721 | |
8722 * plot/meshgrid.m: Avoid for loops. | |
8723 * plot/meshdom.m: Likewise. | |
8724 | |
3801 | 8725 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8726 | |
8727 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
8728 | |
8729 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
8730 | |
8731 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
8732 norm. | |
8733 | |
3792 | 8734 2001-02-09 David Livings <david.livings@asa.co.uk> |
8735 | |
8736 * statistics/tests/welch_test.m: Fix typo. | |
8737 | |
8738 * statistics/distributions/chisquare_cdf.m: | |
8739 Don't restrict inputs to be only positive integers. | |
8740 * statistics/distributions/chisquare_inv.m: Likewise. | |
8741 * statistics/distributions/chisquare_pdf.m: Likewise. | |
8742 * statistics/distributions/chisquare_rnd.m: Likewise. | |
8743 * statistics/distributions/f_cdf.m: Likewise. | |
8744 * statistics/distributions/f_inv.m: Likewise. | |
8745 * statistics/distributions/f_pdf.m: Likewise. | |
8746 * statistics/distributions/f_rnd.m: Likewise. | |
8747 * statistics/distributions/t_cdf.m: Likewise. | |
8748 * statistics/distributions/t_inv.m: Likewise. | |
8749 * statistics/distributions/t_pdf.m: Likewise. | |
8750 * statistics/distributions/t_rnd.m: Likewise. | |
8751 | |
3790 | 8752 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8753 | |
8754 * strings/dec2base.m: New file. | |
8755 * strings/base2dec.m: New file. | |
8756 * strings/strjust.m: New file. | |
8757 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
8758 * strings/dec2bin.m: Likewise. | |
8759 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
8760 * strings/bin2dec.m: Likewise. | |
8761 | |
5095 | 8762 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 8763 |
8764 * statistics/base/ppplot.m: Use gset, not set. | |
8765 * statistics/base/qqplot.m: Likewise. | |
8766 | |
5095 | 8767 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 8768 |
8769 * control/system/c2d.m: Add missing endif. | |
8770 | |
3759 | 8771 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8772 | |
8773 * strings/index.m: Return 0 if either string is empty. | |
8774 | |
8775 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
8776 | |
8777 * control/system/c2d.m: Allow option of matched pole/zero | |
8778 equivalent for conversion. | |
8779 | |
8780 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
8781 | |
8782 * strings/findstr.m: Return empty matrix if search string is empty. | |
8783 | |
3757 | 8784 2000-12-15 Kai Habel <kai.habel@gmx.de> |
8785 | |
8786 * saveimage.m: Do create rawbit image for black and white images, | |
8787 but do it correctly. | |
8788 | |
3754 | 8789 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8790 | |
6778 | 8791 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
8792 result polynomials. | |
3754 | 8793 |
3748 | 8794 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8795 | |
8796 * image/saveimage.m: Don't try to create rawbit image. | |
8797 | |
3740 | 8798 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8799 | |
8800 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
8801 | |
5095 | 8802 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 8803 |
8804 * plot/contour.m: Reorder args for Matlab compatibility. | |
8805 | |
3727 | 8806 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
8807 | |
8808 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
8809 | |
3717 | 8810 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8811 | |
3718 | 8812 * plot/errorbar.m, plot/__errplot__.m: New functions. |
8813 | |
3717 | 8814 * plot/mesh.m: Also set nologscale before plotting. |
8815 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
8816 xyerrorbars instead of just errorbars. | |
8817 | |
3714 | 8818 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
8819 | |
8820 * image/image.m: Try display (from ImageMagick) first. | |
8821 | |
3709 | 8822 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
8823 | |
8824 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
8825 conjugate transpose. | |
8826 | |
3705 | 8827 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8828 | |
8829 * strings/str2mat.m: Apply setstr to each argument. | |
8830 | |
3696 | 8831 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
8832 | |
8833 * control/base/dkalman.m: New file. | |
8834 * control/base/dlqe.m: Handle singular A matrix. | |
8835 * control/base/dlqr.m: Likewise. | |
8836 | |
3695 | 8837 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8838 | |
8839 * strings/strcmp.m: Return 0 instead of an error if row and column | |
8840 dimensions don't match. | |
8841 | |
3690 | 8842 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
8843 | |
8844 * plot/hist.m: Allow 3 argument form to work. | |
8845 | |
5095 | 8846 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 8847 |
8848 * plot/plot.m: Add examples in doc string. | |
8849 | |
5095 | 8850 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 8851 |
8852 * control/base/__stepimp__.m: Reset multiplot state when done. | |
8853 Do the right thing even if automatic_replot is not zero. | |
8854 Avoid failure if system has pure imaginary poles. | |
8855 | |
3674 | 8856 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8857 | |
8858 * general/logical.m: Return arg if it is empty. Better error | |
8859 message for non-numeric types. | |
8860 | |
5095 | 8861 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 8862 |
8863 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
8864 about difference with Matlab dlqe function. | |
8865 | |
8866 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
8867 | |
5095 | 8868 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 8869 |
8870 * strings/strrep.m: Fix typo. | |
8871 | |
3666 | 8872 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8873 | |
8874 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
8875 | |
5095 | 8876 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 8877 |
8878 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 8879 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 8880 |
5095 | 8881 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 8882 |
8883 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
8884 guess for iteration. | |
8885 | |
3651 | 8886 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8887 | |
8888 * image/image.m: Allow image (A) or image (x, y, A). | |
8889 * image/imagesc.m: Likewise. | |
8890 | |
8891 * image/image.m: If zoom is not supplied, or if it is an empty | |
8892 matrix, autoscale the image. | |
8893 | |
3618 | 8894 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8895 | |
3619 | 8896 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
8897 Undo string escapes in text twice(!) before sending to gnuplot. | |
8898 | |
3618 | 8899 * image/saveimage.m: Add comment to file saying who created it and |
8900 when it was created. Suggested by Stephen Eglen | |
8901 <stephen@cogsci.ed.ac.uk>. | |
8902 | |
5095 | 8903 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 8904 |
8905 * polynomial/polyreduce.m: Simplify by looking for the first | |
8906 non-zero element rather than the last of the first set of zero | |
8907 elements. | |
8908 | |
8909 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
8910 | |
5095 | 8911 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 8912 |
8913 * image/saveimage.m: Swap black and white colormaps so zero is | |
8914 displayed as black and 1 is displayed as white. | |
8915 Fix indexing bug in ppm case. | |
8916 | |
3604 | 8917 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
8918 | |
8919 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
8920 between the two distributions (took same approach as ks.test() in R.) | |
8921 | |
3603 | 8922 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8923 | |
8924 * control/base/bode.m: Temporarily disable automatic_replot. | |
8925 | |
3599 | 8926 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8927 | |
3601 | 8928 * Makefile.in (clean): Also remove gethelp. |
8929 | |
3599 | 8930 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
8931 | |
5095 | 8932 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 8933 |
8934 * set/create_set.m: Use find to avoid while loop. | |
8935 | |
5095 | 8936 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 8937 |
8938 * plot/hist.m: New optional third argument. | |
8939 | |
8940 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8941 | |
8942 * miscellaneous/bug_report.m: Use octave-bug script with version | |
8943 number appended. | |
8944 | |
3575 | 8945 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8946 | |
8947 * gethelp.cc: Sprinkle with std:: qualifier. | |
8948 | |
3498 | 8949 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8950 | |
8951 * image/saveimage.m: Delete some debugging code. | |
8952 | |
3486 | 8953 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
8954 | |
8955 * signal/sinc.m: Avoid reshaping. | |
8956 | |
8957 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
8958 * image/ind2rgb.m: Ditto. | |
8959 * image/ind2gray.m: Ditto. | |
8960 * general/reshape.m: Ditto. Also no longer needs to reset | |
8961 implicit_str_to_num_ok. | |
8962 | |
3483 | 8963 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
8964 | |
8965 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
8966 a list of file structures, not a vector of numeric file ids. | |
8967 | |
3474 | 8968 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8969 | |
3476 | 8970 * plot/__axis_label__.m: New function. |
8971 Undo string escapes in text twice(!) before sending to gnuplot. | |
8972 * plot/xlabel.m: Use it. | |
8973 * plot/ylabel.m: Ditto. | |
8974 * plot/zlabel.m: Ditto. | |
8975 | |
3474 | 8976 * plot/mesh.m: Fix error message to reflect reality. |
8977 | |
5095 | 8978 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 8979 |
8980 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
8981 | |
5095 | 8982 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 8983 |
8984 * audio/saveaudio.m: Also accept files with .ul extension. | |
8985 * audio/loadaudio.m: Ditto. | |
8986 * audio/playaudio.m: Ditto. | |
8987 | |
3456 | 8988 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8989 | |
8990 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
8991 * statistics/distributions/beta_inv.m: Ditto. | |
8992 * statistics/distributions/beta_pdf.m: Ditto. | |
8993 * statistics/distributions/beta_rnd.m: Ditto. | |
8994 * statistics/distributions/binomial_cdf.m: Ditto. | |
8995 * statistics/distributions/binomial_inv.m: Ditto. | |
8996 * statistics/distributions/binomial_pdf.m: Ditto. | |
8997 * statistics/distributions/binomial_rnd.m: Ditto. | |
8998 * statistics/distributions/cauchy_cdf.m: Ditto. | |
8999 * statistics/distributions/cauchy_inv.m: Ditto. | |
9000 * statistics/distributions/cauchy_pdf.m: Ditto. | |
9001 * statistics/distributions/cauchy_rnd.m: Ditto. | |
9002 * statistics/distributions/chisquare_cdf.m: Ditto. | |
9003 * statistics/distributions/chisquare_inv.m: Ditto. | |
9004 * statistics/distributions/chisquare_pdf.m: Ditto. | |
9005 * statistics/distributions/chisquare_rnd.m: Ditto. | |
9006 * statistics/distributions/discrete_cdf.m: Ditto. | |
9007 * statistics/distributions/discrete_inv.m: Ditto. | |
9008 * statistics/distributions/discrete_pdf.m: Ditto. | |
9009 * statistics/distributions/discrete_rnd.m: Ditto. | |
9010 * statistics/distributions/empirical_cdf.m: Ditto. | |
9011 * statistics/distributions/empirical_inv.m: Ditto. | |
9012 * statistics/distributions/empirical_pdf.m: Ditto. | |
9013 * statistics/distributions/empirical_rnd.m: Ditto. | |
9014 * statistics/distributions/exponential_cdf.m: Ditto. | |
9015 * statistics/distributions/exponential_inv.m: Ditto. | |
9016 * statistics/distributions/exponential_pdf.m: Ditto. | |
9017 * statistics/distributions/exponential_rnd.m: Ditto. | |
9018 * statistics/distributions/f_cdf.m: Ditto. | |
9019 * statistics/distributions/f_inv.m: Ditto. | |
9020 * statistics/distributions/f_pdf.m: Ditto. | |
9021 * statistics/distributions/f_rnd.m: Ditto. | |
9022 * statistics/distributions/gamma_cdf.m: Ditto. | |
9023 * statistics/distributions/gamma_inv.m: Ditto. | |
9024 * statistics/distributions/gamma_pdf.m: Ditto. | |
9025 * statistics/distributions/gamma_rnd.m: Ditto. | |
9026 * statistics/distributions/geometric_cdf.m: Ditto. | |
9027 * statistics/distributions/geometric_inv.m: Ditto. | |
9028 * statistics/distributions/geometric_pdf.m: Ditto. | |
9029 * statistics/distributions/geometric_rnd.m: Ditto. | |
9030 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
9031 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
9032 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
9033 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
9034 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
9035 * statistics/distributions/laplace_cdf.m: Ditto. | |
9036 * statistics/distributions/laplace_inv.m: Ditto. | |
9037 * statistics/distributions/laplace_pdf.m: Ditto. | |
9038 * statistics/distributions/laplace_rnd.m: Ditto. | |
9039 * statistics/distributions/logistic_cdf.m: Ditto. | |
9040 * statistics/distributions/logistic_inv.m: Ditto. | |
9041 * statistics/distributions/logistic_pdf.m: Ditto. | |
9042 * statistics/distributions/logistic_rnd.m: Ditto. | |
9043 * statistics/distributions/lognormal_cdf.m: Ditto. | |
9044 * statistics/distributions/lognormal_inv.m: Ditto. | |
9045 * statistics/distributions/lognormal_pdf.m: Ditto. | |
9046 * statistics/distributions/lognormal_rnd.m: Ditto. | |
9047 * statistics/distributions/normal_cdf.m: Ditto. | |
9048 * statistics/distributions/normal_inv.m: Ditto. | |
9049 * statistics/distributions/normal_pdf.m: Ditto. | |
9050 * statistics/distributions/normal_rnd.m: Ditto. | |
9051 * statistics/distributions/pascal_cdf.m: Ditto. | |
9052 * statistics/distributions/pascal_inv.m: Ditto. | |
9053 * statistics/distributions/pascal_pdf.m: Ditto. | |
9054 * statistics/distributions/pascal_rnd.m: Ditto. | |
9055 * statistics/distributions/poisson_cdf.m: Ditto. | |
9056 * statistics/distributions/poisson_inv.m: Ditto. | |
9057 * statistics/distributions/poisson_pdf.m: Ditto. | |
9058 * statistics/distributions/poisson_rnd.m: Ditto. | |
9059 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
9060 * statistics/distributions/stdnormal_inv.m: Ditto. | |
9061 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
9062 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
9063 * statistics/distributions/t_cdf.m: Ditto. | |
9064 * statistics/distributions/t_inv.m: Ditto. | |
9065 * statistics/distributions/t_pdf.m: Ditto. | |
9066 * statistics/distributions/t_rnd.m: Ditto. | |
9067 * statistics/distributions/uniform_cdf.m: Ditto. | |
9068 * statistics/distributions/uniform_inv.m: Ditto. | |
9069 * statistics/distributions/uniform_pdf.m: Ditto. | |
9070 * statistics/distributions/uniform_rnd.m: Ditto. | |
9071 * statistics/distributions/weibull_cdf.m: Ditto. | |
9072 * statistics/distributions/weibull_inv.m: Ditto. | |
9073 * statistics/distributions/weibull_pdf.m: Ditto. | |
9074 * statistics/distributions/weibull_rnd.m: Ditto. | |
9075 * statistics/distributions/wiener_rnd.m: Ditto. | |
9076 | |
3453 | 9077 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9078 | |
9079 * statistics/base/values.m: Texinfoize doc string. | |
9080 * statistics/base/var.m: Ditto. | |
9081 * statistics/base/table.m: Ditto. | |
9082 * statistics/base/studentize.m: Ditto. | |
9083 * statistics/base/statistics.m: Ditto. | |
9084 * statistics/base/spearman.m: Ditto. | |
9085 * statistics/base/run_count.m: Ditto. | |
9086 * statistics/base/ranks.m: Ditto. | |
9087 * statistics/base/range.m: Ditto. | |
9088 * statistics/base/qqplot.m: Ditto. | |
9089 * statistics/base/probit.m: Ditto. | |
9090 * statistics/base/ppplot.m: Ditto. | |
9091 * statistics/base/moment.m: Ditto. | |
9092 * statistics/base/meansq.m: Ditto. | |
9093 * statistics/base/logit.m: Ditto. | |
9094 * statistics/base/kendall.m: Ditto. | |
9095 * statistics/base/iqr.m: Ditto. | |
9096 * statistics/base/cut.m: Ditto. | |
9097 * statistics/base/cor.m: Ditto. | |
9098 * statistics/base/cloglog.m: Ditto. | |
9099 * statistics/base/center.m: Ditto. | |
3454 | 9100 * statistics/models/logistic_regression.m: Ditto. |
9101 * statistics/models/logistic_regression_derivative.m: Ditto. | |
9102 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
9103 * statistics/tests/anova.m: Ditto. | |
9104 * statistics/tests/bartlett_test.m: Ditto. | |
9105 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
9106 * statistics/tests/chisquare_test_independence.m: Ditto. | |
9107 * statistics/tests/cor_test.m: Ditto. | |
9108 * statistics/tests/f_test_regression.m: Ditto. | |
9109 * statistics/tests/hotelling_test.m: Ditto. | |
9110 * statistics/tests/hotelling_test_2.m: Ditto. | |
9111 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
9112 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
9113 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
9114 * statistics/tests/manova.m: Ditto. | |
9115 * statistics/tests/mcnemar_test.m: Ditto. | |
9116 * statistics/tests/prop_test_2.m: Ditto. | |
9117 * statistics/tests/run_test.m: Ditto. | |
9118 * statistics/tests/sign_test.m: Ditto. | |
9119 * statistics/tests/t_test.m: Ditto. | |
9120 * statistics/tests/t_test_2.m: Ditto. | |
9121 * statistics/tests/t_test_regression.m: Ditto. | |
9122 * statistics/tests/u_test.m: Ditto. | |
9123 * statistics/tests/var_test.m: Ditto. | |
9124 * statistics/tests/welch_test.m: Ditto. | |
9125 * statistics/tests/wilcoxon_test.m: Ditto. | |
9126 * statistics/tests/z_test.m: Ditto. | |
9127 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 9128 |
3446 | 9129 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9130 | |
9131 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 9132 * plot/__plr1__.m: Ditto. |
9133 * plot/__pltopt__.m: Ditto. | |
9134 * plot/__plt__.m: Ditto. | |
9135 * plot/__plt2vv__.m: Ditto. | |
9136 * plot/__plr2__.m: Ditto. | |
9137 * plot/__plr__.m: Ditto. | |
9138 * plot/__plt1__.m: Ditto. | |
9139 * plot/__plt2__.m: Ditto. | |
9140 * plot/__plt2mm__.m: Ditto. | |
9141 * plot/__plt2mv__.m: Ditto. | |
9142 * plot/__plt2ss__.m: Ditto. | |
9143 * miscellaneous/paren.m: Ditto. | |
9144 * miscellaneous/comma.m: Ditto. | |
9145 * miscellaneous/semicolon.m: Ditto. | |
9146 * miscellaneous/path.m: Ditto. | |
9147 * miscellaneous/list_primes.m: Ditto. | |
9148 * miscellaneous/flops.m: Ditto. | |
9149 * miscellaneous/dump_prefs.m: Ditto. | |
9150 * miscellaneous/bug_report.m: Ditto. | |
9151 * linear-algebra/dot.m: Ditto | |
9152 * linear-algebra/dmult.m: Ditto. | |
9153 * general/randperm.m: Ditto. | |
9154 * general/logical.m: Ditto. | |
9155 * general/is_duplicate_entry.m: Ditto. | |
9156 * signal/arch_fit.m: Ditto. | |
9157 * signal/arch_rnd.m: Ditto. | |
9158 * signal/arch_test.m: Ditto. | |
9159 * signal/arma_rnd.m: Ditto. | |
9160 * signal/autocor.m: Ditto. | |
9161 * signal/autocov.m: Ditto. | |
9162 * signal/autoreg_matrix.m: Ditto. | |
9163 * signal/bartlett.m: Ditto. | |
9164 * signal/blackman.m: Ditto. | |
9165 * signal/detrend.m: Ditto. | |
9166 * signal/diffpara.m: Ditto. | |
9167 * signal/durbinlevinson.m: Ditto. | |
9168 * signal/fftconv.m: Ditto. | |
9169 * signal/fftfilt.m: Ditto. | |
9170 * signal/fftshift.m: Ditto. | |
9171 * signal/fractdiff.m: Ditto. | |
9172 * signal/freqz.m: Ditto. | |
9173 * signal/hamming.m: Ditto. | |
9174 * signal/hanning.m: Ditto. | |
9175 * signal/hurst.m: Ditto. | |
9176 * signal/periodogram.m: Ditto. | |
9177 * signal/rectangle_lw.m: Ditto. | |
9178 * signal/rectangle_sw.m: Ditto. | |
9179 * signal/sinc.m: Ditto. | |
9180 * signal/sinetone.m: Ditto. | |
9181 * signal/sinewave.m: Ditto. | |
9182 * signal/spectral_adf.m: Ditto. | |
9183 * signal/spectral_xdf.m: Ditto. | |
9184 * signal/spencer.m: Ditto. | |
9185 * signal/stft.m: Ditto. | |
9186 * signal/synthesis.m: Ditto. | |
9187 * signal/triangle_lw.m: Ditto. | |
9188 * signal/triangle_sw.m: Ditto. | |
9189 * signal/yulewalker.m: Ditto. | |
3450 | 9190 * control/util/strappend.m: Ditto. |
3451 | 9191 * control/base/nichols.m: Ditto. |
3452 | 9192 * control/system/is_signal_list.m: Ditto. |
9193 * control/system/listidx.m: Ditto. | |
9194 * control/system/sysgettsam.m: Ditto. | |
9195 * control/system/sysidx.m: Ditto. | |
3446 | 9196 |
3438 | 9197 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9198 | |
9199 * control/system/__abcddims__.m: Rename from | |
9200 control/system/abcddims.m, change all callers. | |
9201 * control/base/__bodquist__.m: Likewise. | |
9202 * control/base/__freqresp__.m: Likewise. | |
9203 * control/util/__outlist__.m: Likewise. | |
9204 * control/base/__stepimp__.m: Likewise. | |
9205 * control/system/__syschnamesl__.m: Likewise. | |
9206 * control/system/__syscont_disc__.m: Likewise. | |
9207 * control/system/__sysdefioname__.m: Likewise. | |
9208 * control/system/__sysdefstname__.m: Likewise. | |
9209 * control/system/__sysgroupn__.m: Likewise. | |
9210 * control/system/__tf2sysl__.m: Likewise. | |
9211 * control/util/__zgpbal__.m: Likewise. | |
9212 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 9213 |
9214 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 9215 * quaternion/qconj.m: Ditto. |
9216 * quaternion/qcoordinate_plot.m: Ditto. | |
9217 * quaternion/qderiv.m: Ditto. | |
9218 * quaternion/qderivmat.m: Ditto. | |
9219 * quaternion/qinv.m: Ditto. | |
9220 * quaternion/qmult.m: Ditto. | |
9221 * quaternion/qtrans.m: Ditto. | |
9222 * quaternion/qtransv.m: Ditto. | |
9223 * quaternion/qtransvmat.m: Ditto. | |
9224 * quaternion/quaternion.m: Ditto. | |
3438 | 9225 |
3436 | 9226 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9227 | |
9228 * control/base/Makefile.in: Ditto. | |
9229 * control/hinf/Makefile.in: New file. | |
9230 * control/marsyas/Makefile.in: Ditto. | |
9231 * control/obsolete/Makefile.in: Ditto. | |
9232 * control/system/Makefile.in: Ditto. | |
9233 * control/util/Makefile.in: Ditto. | |
9234 | |
9235 * strings/com2str.m: Move here from control directory. | |
9236 | |
9237 * control/base: New directory. | |
9238 * control/base/DEMOcontrol.m: Move here from control directory. | |
9239 * control/base/analdemo.m: Ditto. | |
9240 * control/base/are.m: Ditto. | |
9241 * control/base/bddemo.m: Ditto. | |
9242 * control/base/bode.m: Ditto. | |
9243 * control/base/bode_bounds.m: Ditto. | |
9244 * control/base/bodquist.m: Ditto. | |
9245 * control/base/controldemo.m: Ditto. | |
9246 * control/base/ctrb.m: Ditto. | |
9247 * control/base/damp.m: Ditto. | |
9248 * control/base/dare.m: Ditto. | |
9249 * control/base/dcgain.m: Ditto. | |
9250 * control/base/dgram.m: Ditto. | |
9251 * control/base/dlqe.m: Ditto. | |
9252 * control/base/dlqr.m: Ditto. | |
9253 * control/base/dlyap.m: Ditto. | |
9254 * control/base/dre.m: Ditto. | |
9255 * control/base/frdemo.m: Ditto. | |
9256 * control/base/freqchkw.m: Ditto. | |
9257 * control/base/freqresp.m: Ditto. | |
9258 * control/base/gram.m: Ditto. | |
9259 * control/base/impulse.m: Ditto. | |
9260 * control/base/lqe.m: Ditto. | |
9261 * control/base/lqg.m: Ditto. | |
9262 * control/base/lqr.m: Ditto. | |
9263 * control/base/lsim.m: Ditto. | |
9264 * control/base/ltifr.m: Ditto. | |
9265 * control/base/lyap.m: Ditto. | |
9266 * control/base/nichols.m: Ditto. | |
9267 * control/base/nyquist.m: Ditto. | |
9268 * control/base/obsv.m: Ditto. | |
9269 * control/base/place.m: Ditto. | |
9270 * control/base/pzmap.m: Ditto. | |
9271 * control/base/rldemo.m: Ditto. | |
9272 * control/base/rlocus.m: Ditto. | |
9273 * control/base/step.m: Ditto. | |
9274 * control/base/stepimp.m: Ditto. | |
9275 * control/base/tzero.m: Ditto. | |
9276 * control/base/tzero2.m: Ditto. | |
9277 | |
9278 * control/hinf: New directory. | |
9279 * control/hinf/dhinfdemo.m: Move here from control directory. | |
9280 * control/hinf/h2norm.m: Ditto. | |
9281 * control/hinf/h2syn.m: Ditto. | |
9282 * control/hinf/hinf_ctr.m: Ditto. | |
9283 * control/hinf/hinfdemo.m: Ditto. | |
9284 * control/hinf/hinfnorm.m: Ditto. | |
9285 * control/hinf/hinfsyn.m: Ditto. | |
9286 * control/hinf/hinfsyn_chk.m: Ditto. | |
9287 * control/hinf/hinfsyn_ric.m: Ditto. | |
9288 * control/hinf/wgt1o.m: Ditto. | |
3441 | 9289 * control/hinf/dgkfdemo.m: Ditto. |
9290 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 9291 |
9292 * control/marsyas: New directory. | |
9293 * control/marsyas/demomarsyas.m: Move here from control directory. | |
9294 * control/marsyas/susball.m: Ditto. | |
9295 | |
9296 * control/obsolete/dezero.m: Move here from control directory. | |
9297 * control/obsolete/rotg.m: Ditto. | |
9298 | |
9299 * control/system: New directory. | |
9300 * control/system/abcddim.m: Move here from control directory. | |
9301 * control/system/abcddims.m: Ditto. | |
9302 * control/system/buildssic.m: Ditto. | |
9303 * control/system/c2d.m: Ditto. | |
9304 * control/system/d2c.m: Ditto. | |
9305 * control/system/dmr2d.m: Ditto. | |
9306 * control/system/fir2sys.m: Ditto. | |
9307 * control/system/is_abcd.m: Ditto. | |
9308 * control/system/is_digital.m: Ditto. | |
9309 * control/system/is_sample.m: Ditto. | |
9310 * control/system/is_signal_list.m: Ditto. | |
9311 * control/system/is_siso.m: Ditto. | |
3441 | 9312 * control/system/is_controllable.m: Ditto. |
9313 * control/system/is_detectable.m: Ditto. | |
9314 * control/system/is_observable.m: Ditto. | |
9315 * control/system/is_stabilizable.m: Ditto. | |
9316 * control/system/is_stable.m: Ditto. | |
3436 | 9317 * control/system/jet707.m: Ditto. |
9318 * control/system/listidx.m: Ditto. | |
9319 * control/system/moddemo.m: Ditto. | |
9320 * control/system/ord2.m: Ditto. | |
9321 * control/system/packedform.m: Ditto. | |
9322 * control/system/parallel.m: Ditto. | |
9323 * control/system/ss2sys.m: Ditto. | |
9324 * control/system/ss2tf.m: Ditto. | |
9325 * control/system/ss2zp.m: Ditto. | |
9326 * control/system/starp.m: Ditto. | |
9327 * control/system/sys2fir.m: Ditto. | |
9328 * control/system/sys2ss.m: Ditto. | |
9329 * control/system/sys2tf.m: Ditto. | |
9330 * control/system/sys2zp.m: Ditto. | |
9331 * control/system/sysadd.m: Ditto. | |
9332 * control/system/sysappend.m: Ditto. | |
9333 * control/system/syschnamesl.m: Ditto. | |
9334 * control/system/syschtsam.m: Ditto. | |
9335 * control/system/sysconnect.m: Ditto. | |
9336 * control/system/syscont.m: Ditto. | |
9337 * control/system/syscont_disc.m: Ditto. | |
9338 * control/system/sysdefioname.m: Ditto. | |
9339 * control/system/sysdefstname.m: Ditto. | |
9340 * control/system/sysdimensions.m: Ditto. | |
9341 * control/system/sysdisc.m: Ditto. | |
9342 * control/system/sysdup.m: Ditto. | |
9343 * control/system/sysgetsignals.m: Ditto. | |
9344 * control/system/sysgettsam.m: Ditto. | |
9345 * control/system/sysgettype.m: Ditto. | |
9346 * control/system/sysgroup.m: Ditto. | |
9347 * control/system/sysgroupn.m: Ditto. | |
9348 * control/system/sysidx.m: Ditto. | |
9349 * control/system/sysmin.m: Ditto. | |
9350 * control/system/sysmult.m: Ditto. | |
9351 * control/system/sysout.m: Ditto. | |
9352 * control/system/sysprune.m: Ditto. | |
9353 * control/system/sysreorder.m: Ditto. | |
9354 * control/system/sysrepdemo.m: Ditto. | |
9355 * control/system/sysscale.m: Ditto. | |
9356 * control/system/syssetsignals.m: Ditto. | |
9357 * control/system/syssub.m: Ditto. | |
9358 * control/system/sysupdate.m: Ditto. | |
9359 * control/system/tf2ss.m: Ditto. | |
9360 * control/system/tf2sys.m: Ditto. | |
9361 * control/system/tf2sysl.m: Ditto. | |
9362 * control/system/tf2zp.m: Ditto. | |
9363 * control/system/tfout.m: Ditto. | |
9364 * control/system/ugain.m: Ditto. | |
9365 * control/system/zp2ss.m: Ditto. | |
9366 * control/system/zp2ssg2.m: Ditto. | |
9367 * control/system/zp2sys.m: Ditto. | |
9368 * control/system/zp2tf.m: Ditto. | |
9369 * control/system/zpout.m: Ditto. | |
9370 | |
9371 * control/util: New directory. | |
9372 * control/util/axis2dlim.m: Move here from control directory. | |
9373 * control/util/outlist.m: Ditto. | |
9374 * control/util/prompt.m: Ditto. | |
9375 * control/util/run_cmd.m: Ditto. | |
9376 * control/util/sortcom.m: Ditto. | |
9377 * control/util/strappend.m: Ditto. | |
9378 * control/util/swap.m: Ditto. | |
9379 * control/util/zgfmul.m: Ditto. | |
9380 * control/util/zgfslv.m: Ditto. | |
9381 * control/util/zginit.m: Ditto. | |
9382 * control/util/zgpbal.m: Ditto. | |
9383 * control/util/zgreduce.m: Ditto. | |
9384 * control/util/zgrownorm.m: Ditto. | |
9385 * control/util/zgscal.m: Ditto. | |
9386 * control/util/zgsgiv.m: Ditto. | |
9387 * control/util/zgshsr.m: Ditto. | |
9388 | |
3427 | 9389 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9390 | |
9391 * gethelp.cc (extract_help_text): Discard first space character | |
9392 after consecutive comment characters. | |
9393 | |
3422 | 9394 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
9395 | |
9396 * control/obsolete: New directory | |
9397 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 9398 * control/obsolete/swapcols.m: Ditto. |
9399 * control/obsolete/dlqg.m: Ditto. | |
9400 * control/obsolete/minfo.m: Ditto. | |
9401 * control/obsolete/packsys.m: Ditto. | |
9402 * control/obsolete/qzval.m: Ditto. | |
9403 * control/obsolete/unpacksys.m: Ditto. | |
9404 * control/obsolete/series.m: Ditto. | |
9405 * control/obsolete/syschnames.m: Ditto. | |
9406 * polynomial/polyout.m: Ditto. | |
3422 | 9407 |
3420 | 9408 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9409 | |
9410 * general/fliplr.m: Eliminate useless copy of arg. | |
9411 * general/flipud.m: Ditto. | |
9412 | |
3418 | 9413 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9414 | |
9415 * linear-algebra/cross.m: Only return a row vector if both args | |
9416 are row vectors. | |
9417 * polynomial/polyfit.m: Likewise. | |
9418 | |
9419 * signal/autocov.m: Don't reset prefer_column_vectors. | |
9420 | |
9421 * statistics/distributions/discrete_rnd.m: | |
9422 Always generate a row vector. | |
9423 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
9424 | |
5095 | 9425 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 9426 |
9427 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
9428 | |
9429 * audio/setaudio.m: Texinfoize doc string. | |
9430 * control/com2str.m: Likewise. | |
9431 * control/controldemo.m: Likewise. | |
9432 * control/DEMOcontrol.m: Likewise. | |
9433 * control/dezero.m: Likewise. | |
9434 * control/dre.m: Likewise. | |
9435 * control/hinfsyn_ric.m: Likewise. | |
9436 | |
5095 | 9437 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 9438 |
9439 * io/printf.m: Add @seealso{...} to doc string. | |
9440 * io/puts.m: Likewise. | |
9441 * plot/semilogx.m: Likewise. | |
9442 * plot/semilogy.m: Likewise. | |
9443 * plot/__pltopt__.m: Likewise. | |
9444 * plot/bar.m: Likewise. | |
9445 * plot/xlabel.m: Likewise. | |
9446 * plot/grid.m: Likewise. | |
9447 * plot/shg.m: Likewise. | |
9448 * plot/title.m: Likewise. | |
9449 * plot/mesh.m: Likewise. | |
9450 * plot/__pltopt1__.m: Likewise. | |
9451 * plot/contour.m: Likewise. | |
9452 * plot/hist.m: Likewise. | |
9453 * plot/stairs.m: Likewise. | |
9454 * plot/meshgrid.m: Likewise. | |
9455 * plot/polar.m: Likewise. | |
9456 * plot/loglog.m: Likewise. | |
9457 * plot/plot.m: Likewise. | |
9458 * miscellaneous/semicolon.m: Likewise. | |
9459 * miscellaneous/menu.m: Likewise. | |
9460 * miscellaneous/etime.m: Likewise. | |
9461 * miscellaneous/texas_lotto.m: Likewise. | |
9462 * miscellaneous/comma.m: Likewise. | |
9463 * audio/lin2mu.m: Likewise. | |
9464 * audio/playaudio.m: Likewise. | |
9465 * audio/loadaudio.m: Likewise. | |
9466 * audio/saveaudio.m: Likewise. | |
9467 * audio/mu2lin.m: Likewise. | |
9468 * audio/record.m: Likewise. | |
9469 * strings/isletter.m: Likewise. | |
9470 * strings/lower.m: Likewise. | |
9471 * strings/lower.m: Likewise. | |
9472 * strings/upper.m: Likewise. | |
9473 * specfun/erfinv.m: Likewise. | |
9474 * specfun/gammai.m: Likewise. | |
9475 * specfun/log2.m: Likewise. | |
9476 * specfun/pow2.m: Likewise. | |
9477 * elfun/gcd.m: Likewise. | |
9478 * elfun/lcm.m: Likewise. | |
9479 * special-matrix/vander.m: Likewise. | |
9480 * special-matrix/sylvester_matrix.m: Likewise. | |
9481 * special-matrix/hilb.m: Likewise. | |
9482 * special-matrix/hankel.m: Likewise. | |
9483 * special-matrix/toeplitz.m: Likewise. | |
9484 * special-matrix/invhilb.m: Likewise. | |
9485 * statistics/base/std.m: Likewise. | |
9486 * statistics/base/median.m: Likewise. | |
9487 * linear-algebra/cond.m: Likewise. | |
9488 * linear-algebra/norm.m: Likewise. | |
9489 * finance/nper.m: Likewise. | |
9490 * finance/pmt.m: Likewise. | |
9491 * finance/pv.m: Likewise. | |
9492 * finance/rate.m: Likewise. | |
9493 * finance/npv.m: Likewise. | |
9494 * general/fliplr.m: Likewise. | |
9495 * general/flipud.m: Likewise. | |
9496 * general/is_scalar.m: Likewise. | |
9497 * general/rem.m: Likewise. | |
9498 * general/perror.m: Likewise. | |
9499 * general/tril.m: Likewise. | |
9500 * general/rot90.m: Likewise. | |
9501 * general/num2str.m: Likewise. | |
9502 * general/int2str.m: Likewise. | |
9503 * general/reshape.m: Likewise. | |
9504 * general/logspace.m: Likewise. | |
9505 * general/is_symmetric.m: Likewise. | |
9506 * general/is_vector.m: Likewise. | |
9507 * general/nextpow2.m: Likewise. | |
9508 * general/columns.m: Likewise. | |
9509 * general/is_square.m: Likewise. | |
9510 * general/rows.m: Likewise. | |
9511 * control/ugain.m: Likewise. | |
9512 * control/damp.m: Likewise. | |
9513 * control/dare.m: Likewise. | |
9514 * control/are.m: Likewise. | |
9515 * control/sys2fir.m: Likewise. | |
9516 * control/abcddim.m: Likewise. | |
9517 * control/is_abcd.m: Likewise. | |
9518 * control/step.m: Likewise. | |
9519 * control/is_observable.m: Likewise. | |
9520 * control/is_controllable.m: Likewise. | |
9521 * control/jet707.m: Likewise. | |
9522 * control/polyout.m: Likewise. | |
9523 * control/impulse.m: Likewise. | |
9524 * control/lqg.m: Likewise. | |
9525 * control/is_detectable.m: Likewise. | |
9526 * control/sysdimensions.m: Likewise. | |
9527 * control/sysupdate.m: Likewise. | |
9528 * control/stepimp.m: Likewise. | |
9529 * control/is_stable.m: Likewise. | |
9530 * control/tfout.m: Likewise. | |
9531 * control/zpout.m: Likewise. | |
9532 | |
3405 | 9533 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9534 | |
9535 * set/complement.m: Add @seealso{} stuff. | |
9536 * set/create_set.m: Likewise. | |
9537 * set/intersection.m: Likewise. | |
9538 * set/union.m: Likewise. | |
9539 | |
3399 | 9540 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9541 | |
3400 | 9542 * control/d2c.m: Use double quotes instead of single quotes for |
9543 string constants. | |
9544 * control/dgkfdemo.m: Likewise. | |
9545 * control/fir2sys.m: Likewise. | |
9546 * control/frdemo.m: Likewise. | |
9547 * control/moddemo.m: Likewise. | |
9548 * control/minfo.m: Likewise. | |
9549 * control/is_stabilizable.m: Likewise. | |
9550 * control/is_dgkf.m: Likewise. | |
9551 * control/polyout.m: Likewise. | |
9552 * control/sysconnect.m: Likewise. | |
9553 * control/sysrepdemo.m: Likewise. | |
9554 * control/tf2sys.m: Likewise. | |
9555 * control/tfout.m: Likewise. | |
9556 * control/zp2sys.m: Likewise. | |
9557 * control/zpout.m: Likewise. | |
9558 * control/tzero.m: Likewise. | |
9559 | |
9560 * control/DEMOcontrol.m: Handle moddemo case too. | |
9561 | |
9562 * image/loadimage.m: Use double quotes instead of single quotes | |
9563 for string constants. Use sprintf instead of square brackets to | |
9564 construct string. | |
9565 | |
3399 | 9566 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 9567 * control/fir2sys.m: Likewise. |
3399 | 9568 |
3390 | 9569 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9570 | |
9571 * mkdoc: Only delete spaces before @ characters at the beginning | |
9572 of a line. | |
9573 | |
3383 | 9574 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9575 | |
3388 | 9576 * control/bddemo.m: Make it more likely to work with any value of |
9577 whitespace_in_literal_matrix. | |
3386 | 9578 * control/analdemo.m: Ditto. |
9579 * control/dgkfdemo.m: Ditto. | |
9580 * control/frdemo.m: Ditto. | |
9581 * control/sysrepdemo.m: Ditto. | |
9582 * control/moddemo.m: Ditto. | |
3388 | 9583 * control/zp2ss.m: Ditto. |
3387 | 9584 * control/zp2tf.m: Ditto. |
3388 | 9585 * control/syssub.m: Ditto. |
9586 * finance/npv.m: Ditto. | |
9587 * statistics/base/studentize.m: Ditto. | |
9588 * statistics/base/values.m: Ditto. | |
9589 * statistics/distributions/exponential_cdf.m: Ditto. | |
9590 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 9591 |
3384 | 9592 * control/dezero.m: Use toascii to convert string to ASCII value |
9593 instead of multiplying it by 1. | |
9594 | |
3383 | 9595 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
9596 * control/zpout.m: Ditto. | |
9597 * control/tfout.m: Ditto. | |
9598 * control/tf2sys.m: Ditto. | |
9599 * control/syssub.m: Ditto. | |
9600 * control/syssetsignals.m: Ditto. | |
9601 * control/sysout.m: Ditto. | |
9602 * control/sysmult.m: Ditto. | |
9603 * control/sysgroup.m: Ditto. | |
9604 * control/sysdup.m: Ditto. | |
9605 * control/sysdisc.m: Ditto. | |
9606 * control/syscont.m: Ditto. | |
9607 * control/sysconnect.m: Ditto. | |
9608 * control/sysappend.m: Ditto. | |
9609 * control/sysadd.m: Ditto. | |
9610 * control/ss2sys.m: Ditto. | |
9611 * control/nyquist.m: Ditto. | |
9612 * control/lqg.m: Ditto. | |
9613 * control/fir2sys.m: Ditto. | |
9614 * control/dmr2d.m: Ditto. | |
9615 * control/dezero.m: Ditto. | |
9616 * control/d2c.m: Ditto. | |
9617 * control/c2d.m: Ditto. | |
9618 * control/bddemo.m: Ditto. | |
9619 * control/pzmap.m: Ditto. | |
9620 | |
5095 | 9621 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 9622 |
9623 * signal/spectral_adf.m: Fix typo. | |
9624 | |
3372 | 9625 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9626 | |
9627 * linear-algebra/cond.m: Texinfoize doc string. | |
9628 * linear-algebra/kron.m: Ditto. | |
9629 * linear-algebra/norm.m: Ditto. | |
9630 * linear-algebra/null.m: Ditto. | |
9631 * linear-algebra/orth.m: Ditto. | |
9632 * linear-algebra/rank.m: Ditto. | |
9633 * linear-algebra/trace.m: Ditto. | |
9634 * linear-algebra/qzhess.m: Ditto. | |
9635 * miscellaneous/menu.m: Ditto. | |
3373 | 9636 * general/perror.m: Ditto. |
9637 * general/strerror.m: Ditto. | |
9638 * general/columns.m: Ditto. | |
9639 * general/rows.m: Ditto. | |
9640 * image/colormap.m: Ditto. | |
9641 * image/gray.m: Ditto. | |
9642 * image/gray2ind.m: Ditto. | |
9643 * image/image.m: Ditto. | |
9644 * image/imagesc.m: Ditto. | |
9645 * image/imshow.m: Ditto. | |
9646 * image/ind2gray.m: Ditto. | |
9647 * image/ind2rgb.m: Ditto. | |
9648 * image/loadimage.m: Ditto. | |
9649 * image/rgb2ntsc.m: Ditto. | |
9650 * image/ntsc2rgb.m: Ditto. | |
9651 * image/ocean.m: Ditto. | |
9652 * image/rgb2ind.m: Ditto. | |
9653 * image/saveimage.m: Ditto. | |
3372 | 9654 * io/printf.m: Ditto. |
9655 * io/puts.m: Ditto. | |
9656 | |
3369 | 9657 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9658 | |
9659 * special-matrix/hankel.m: Texinfoize doc string. | |
9660 * special-matrix/hilb.m: Ditto. | |
9661 * special-matrix/invhilb.m: Ditto. | |
9662 * special-matrix/sylvester_matrix.m: Ditto. | |
9663 * special-matrix/toeplitz.m: Ditto. | |
9664 * special-matrix/vander.m: Ditto. | |
9665 * linear-algebra/vec.m: Ditto. | |
9666 * linear-algebra/vech.m: Ditto. | |
9667 * general/common_size.m: Ditto. | |
9668 * general/diff.m: Ditto. | |
9669 * general/fliplr.m: Ditto. | |
9670 * general/flipud.m: Ditto. | |
9671 * general/rot90.m: Ditto. | |
9672 * general/reshape.m: Ditto. | |
9673 * general/shift.m: Ditto. | |
9674 * general/tril.m: Ditto. | |
9675 * general/triu.m: Ditto. | |
9676 * general/logspace.m: Ditto. | |
3371 | 9677 * general/nargchk.m: Ditto. |
3369 | 9678 |
3367 | 9679 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9680 | |
9681 * statistics/base/mean: Texinfoize doc string. | |
9682 * statistics/base/median: Ditto. | |
9683 * statistics/base/std: Ditto. | |
9684 * statistics/base/cov: Ditto. | |
9685 * statistics/base/corrcoef: Ditto. | |
9686 * statistics/base/kurtosis: Ditto. | |
9687 * statistics/base/mahalanobis: Ditto. | |
9688 * statistics/base/skewness: Ditto. | |
3368 | 9689 * statistics/base/gls.m: Ditto. |
9690 * statistics/base/ols.m: Ditto. | |
3367 | 9691 * signal/detrend.m: Ditto. |
9692 * signal/freqz.m: Ditto. | |
9693 * signal/sinc.m: Ditto. | |
9694 * signal/fftconv.m: Ditto. | |
9695 * signal/fftfilt.m: Ditto. | |
3368 | 9696 * set/create_set.m: Ditto. |
9697 * set/union.m: Ditto. | |
9698 * set/intersection.m: Ditto. | |
9699 * set/complement.m: Ditto. | |
9700 * poly/compan.m: Ditto. | |
9701 * poly/conv: Ditto. | |
9702 * poly/deconv: Ditto. | |
9703 * poly/poly: Ditto. | |
9704 * poly/polyderiv: Ditto. | |
9705 * poly/polyfit: Ditto. | |
9706 * poly/polyinteg: Ditto. | |
9707 * poly/polyreduce: Ditto. | |
9708 * poly/polyval: Ditto. | |
9709 * poly/polyvalm: Ditto. | |
9710 * poly/residue: Ditto. | |
9711 * poly/roots: Ditto. | |
9712 * plot/top_title.m: Ditto | |
9713 * plot/subwindow.m: Ditto | |
9714 * plot/subplot.m: Ditto | |
9715 * plot/plot_border.m: Ditto | |
9716 * plot/oneplot.m: Ditto | |
9717 * plot/multiplot.m: Ditto | |
9718 * plot/mplot.m: Ditto | |
9719 * plot/xlabel.m: Ditto | |
9720 * plot/figure.m: Ditto | |
9721 * plot/meshdom.m: Ditto | |
9722 * plot/mesh.m: Ditto | |
9723 * plot/stairs.m: Ditto | |
9724 * plot/polar.m: Ditto | |
9725 * plot/loglog.m: Ditto | |
9726 * plot/hist.m: Ditto | |
9727 * plot/contour.m: Ditto | |
9728 * plot/bar.m: Ditto | |
9729 * plot/axis.m: Ditto | |
9730 * plot/plot.m: Ditto. | |
3367 | 9731 |
3361 | 9732 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9733 | |
3365 | 9734 * control/pinv.m: Delete. |
9735 | |
3364 | 9736 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
9737 | |
3361 | 9738 * strings/blanks.m: Texinfoize doc string. |
9739 * strings/strcat.m: Ditto. | |
9740 * strings/str2mat.m: Ditto. | |
9741 * strings/deblank.m: Ditto. | |
9742 * strings/findstr.m: Ditto. | |
9743 * strings/index.m: Ditto. | |
9744 * strings/rindex.m: Ditto. | |
9745 * strings/split.m: Ditto. | |
9746 * strings/strcmp.m: Ditto. | |
9747 * strings/strrep.m: Ditto. | |
9748 * strings/substr.m: Ditto. | |
9749 * general/int2str.m: Ditto. | |
9750 * general/num2str.m: Ditto. | |
9751 * strings/dec2bin.m: Ditto. | |
9752 * strings/bin2dec: Ditto. | |
9753 * strings/dec2bin: Ditto. | |
9754 * strings/dec2hex: Ditto. | |
9755 * strings/hex2dec: Ditto. | |
9756 * strings/str2num: Ditto. | |
9757 | |
3347 | 9758 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9759 | |
9760 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
9761 | |
5095 | 9762 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 9763 |
9764 * control/DEMOcontrol.m: Texinfoize doc string. | |
9765 * control/abcddim.m: Ditto. | |
9766 * control/abcddims.m: Ditto. | |
9767 * control/analdemo.m: Ditto. | |
9768 * control/are.m: Ditto. | |
9769 * control/axis2dlim.m: Ditto. | |
9770 * control/bddemo.m: Ditto. | |
9771 * control/bode.m: Ditto. | |
9772 * control/bode_bounds.m: Ditto. | |
9773 * control/bodquist.m: Ditto. | |
9774 * control/buildssic.m: Ditto. | |
9775 * control/c2d.m: Ditto. | |
9776 * control/ctrb.m: Ditto. | |
9777 * control/d2c.m: Ditto. | |
9778 * control/damp.m: Ditto. | |
9779 * control/dare.m: Ditto. | |
9780 * control/dcgain.m: Ditto. | |
9781 * control/dgkfdemo.m: Ditto. | |
9782 * control/dgram.m: Ditto. | |
9783 * control/dlqe.m: Ditto. | |
9784 * control/dlqr.m: Ditto. | |
9785 * control/dlyap.m: Ditto. | |
9786 * control/dmr2d.m: Ditto. | |
9787 * control/fir2sys.m: Ditto. | |
9788 * control/frdemo.m: Ditto. | |
9789 * control/freqchkw.m: Ditto. | |
9790 * control/freqresp.m: Ditto. | |
9791 * control/gram.m: Ditto. | |
9792 * control/h2norm.m: Ditto. | |
9793 * control/h2syn.m: Ditto. | |
9794 * control/hinf_ctr.m: Ditto. | |
9795 * control/hinfdemo.m: Ditto. | |
9796 * control/hinfnorm.m: Ditto. | |
9797 * control/hinfsyn.m: Ditto. | |
9798 * control/hinfsyn_chk.m: Ditto. | |
9799 * control/impulse.m: Ditto. | |
9800 * control/is_abcd.m: Ditto. | |
9801 * control/is_controllable.m: Ditto. | |
9802 * control/is_detectable.m: Ditto. | |
9803 * control/is_dgkf.m: Ditto. | |
9804 * control/is_digital.m: Ditto. | |
9805 * control/is_observable.m: Ditto. | |
9806 * control/is_sample.m: Ditto. | |
9807 * control/is_signal_list.m: Ditto. | |
9808 * control/is_siso.m: Ditto. | |
9809 * control/is_stabilizable.m: Ditto. | |
9810 * control/is_stable.m: Ditto. | |
9811 * control/jet707.m: Ditto. | |
9812 * control/lqe.m: Ditto. | |
9813 * control/lqg.m: Ditto. | |
9814 * control/lqr.m: Ditto. | |
9815 * control/lsim.m: Ditto. | |
9816 * control/ltifr.m: Ditto. | |
9817 * control/lyap.m: Ditto. | |
9818 * control/moddemo.m: Ditto. | |
9819 * control/nyquist.m: Ditto. | |
9820 * control/obsv.m: Ditto. | |
9821 * control/ord2.m: Ditto. | |
9822 * control/outlist.m: Ditto. | |
9823 * control/pinv.m: Ditto. | |
9824 * control/place.m: Ditto. | |
9825 * control/polyout.m: Ditto. | |
9826 * control/prompt.m: Ditto. | |
9827 * control/pzmap.m: Ditto. | |
9828 * control/qzval.m: Ditto. | |
9829 * control/rldemo.m: Ditto. | |
9830 * control/rlocus.m: Ditto. | |
9831 * control/sortcom.m: Ditto. | |
9832 * control/ss2sys.m: Ditto. | |
9833 * control/ss2tf.m: Ditto. | |
9834 * control/ss2zp.m: Ditto. | |
9835 * control/starp.m: Ditto. | |
9836 * control/step.m: Ditto. | |
9837 * control/stepimp.m: Ditto. | |
9838 * control/susball.m: Ditto. | |
9839 * control/sys2fir.m: Ditto. | |
9840 * control/sys2ss.m: Ditto. | |
9841 * control/sys2tf.m: Ditto. | |
9842 * control/sys2zp.m: Ditto. | |
9843 * control/sysadd.m: Ditto. | |
9844 * control/sysappend.m: Ditto. | |
9845 * control/syschnames.m: Ditto. | |
9846 * control/syschnamesl.m: Ditto. | |
9847 * control/syschtsam.m: Ditto. | |
9848 * control/sysconnect.m: Ditto. | |
9849 * control/syscont.m: Ditto. | |
9850 * control/syscont_disc.m: Ditto. | |
9851 * control/sysdefioname.m: Ditto. | |
9852 * control/sysdefstname.m: Ditto. | |
9853 * control/sysdimensions.m: Ditto. | |
9854 * control/sysdisc.m: Ditto. | |
9855 * control/sysdup.m: Ditto. | |
9856 * control/sysgetsignals.m: Ditto. | |
9857 * control/sysgettype.m: Ditto. | |
9858 * control/sysgroup.m: Ditto. | |
9859 * control/sysgroupn.m: Ditto. | |
9860 * control/sysmult.m: Ditto. | |
9861 * control/sysout.m: Ditto. | |
9862 * control/sysprune.m: Ditto. | |
9863 * control/sysreorder.m: Ditto. | |
9864 * control/sysrepdemo.m: Ditto. | |
9865 * control/sysscale.m: Ditto. | |
9866 * control/syssetsignals.m: Ditto. | |
9867 * control/syssub.m: Ditto. | |
9868 * control/sysupdate.m: Ditto. | |
9869 * control/tf2ss.m: Ditto. | |
9870 * control/tf2sys.m: Ditto. | |
9871 * control/tf2sysl.m: Ditto. | |
9872 * control/tf2zp.m: Ditto. | |
9873 * control/tfout.m: Ditto. | |
9874 * control/tzero.m: Ditto. | |
9875 * control/tzero2.m: Ditto. | |
9876 * control/ugain.m: Ditto. | |
9877 * control/wgt1o.m: Ditto. | |
9878 * control/zgfmul.m: Ditto. | |
9879 * control/zgfslv.m: Ditto. | |
9880 * control/zginit.m: Ditto. | |
9881 * control/zgpbal.m: Ditto. | |
9882 * control/zgreduce.m: Ditto. | |
9883 * control/zgrownorm.m: Ditto. | |
9884 * control/zgscal.m: Ditto. | |
9885 * control/zgsgiv.m: Ditto. | |
9886 * control/zgshsr.m: Ditto. | |
9887 * control/zp2ss.m: Ditto. | |
9888 * control/zp2ssg2.m: Ditto. | |
9889 * control/zp2sys.m: Ditto. | |
9890 * control/zp2tf.m: Ditto. | |
9891 * control/zpout.m: Ditto. | |
9892 | |
5095 | 9893 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 9894 |
5378 | 9895 * audio/lin2mu.m: Texinfoize doc string. |
9896 * audio/loadaudio.m: Ditto. | |
9897 * audio/mu2lin.m: Ditto. | |
9898 * audio/playaudio.m: Ditto. | |
9899 * audio/record.m: Ditto. | |
9900 * audio/saveaudio.m: Ditto. | |
3332 | 9901 |
5095 | 9902 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9903 |
9904 * elfun/acot.m: Texinfoize doc string. | |
9905 * elfun/acsc.m: Ditto. | |
9906 * elfun/acsch.m: Ditto. | |
9907 * elfun/asec.m: Ditto. | |
9908 * elfun/asech.m: Ditto. | |
9909 * elfun/cot.m: Ditto. | |
9910 * elfun/coth.m: Ditto. | |
9911 * elfun/csc.m: Ditto. | |
9912 * elfun/csch.m: Ditto. | |
9913 * elfun/gcd.m: Ditto. | |
9914 * elfun/lcm.m: Ditto. | |
9915 * elfun/sec.m: Ditto. | |
9916 * elfun/sech.m: Ditto. | |
9917 * general/nextpow2.m: Ditto. | |
9918 * general/rem.m: Ditto. | |
9919 * linear-algebra/commutation_matrix.m: Ditto. | |
9920 * linear-algebra/cross.m: Ditto. | |
9921 * linear-algebra/duplication_matrix.m: Ditto. | |
9922 * miscellaneous/bincoeff.m: Ditto. | |
9923 * miscellaneous/xor.m: Ditto. | |
9924 * specfun/bessel.m: Ditto. | |
9925 * specfun/beta.m: Ditto. | |
9926 * specfun/betai.m: Ditto. | |
9927 * specfun/erfinv.m: Ditto. | |
9928 * specfun/gammai.m: Ditto. | |
9929 * specfun/log2.m: Ditto. | |
9930 * specfun/pow2.m: Ditto. | |
9931 | |
5095 | 9932 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9933 |
9934 * general/is_scalar.m: Texinfoize help text. | |
9935 * general/is_square.m: Ditto. | |
9936 * general/is_symmetric.m: Ditto. | |
9937 | |
3320 | 9938 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9939 | |
9940 * strings/split.m: If the string to be split is empty, just return | |
9941 an empty string. | |
9942 | |
3319 | 9943 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9944 | |
9945 * Makefile.in (ALL_M_FILES): New macro. | |
9946 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
9947 | |
3306 | 9948 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9949 | |
9950 * control/bode.m: Don't return anything if nargout == 0. | |
9951 | |
9952 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
9953 | |
9954 * control/bode.m: Don't do axis scaling for magnitude plots. | |
9955 | |
3305 | 9956 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9957 | |
9958 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
9959 gethelp.cc to the list. | |
9960 | |
3296 | 9961 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9962 | |
3301 | 9963 * time/asctime.m: Texinfoize help text. |
9964 * time/clock.m: Ditto. | |
9965 * time/date.m: Ditto. | |
9966 * miscellaneous/cputime.m: Ditto. | |
9967 * miscellaneous/etime.m: Ditto. | |
9968 * miscellaneous/is_leap_year.m: Ditto. | |
9969 * miscellaneous/popen2.m: Ditto. | |
9970 * miscellaneous/version.m: Ditto. | |
9971 * miscellaneous/tic.m: Ditto. | |
9972 * miscellaneous/toc.m: Just refer to tic.m. | |
9973 | |
3297 | 9974 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
9975 `cd dir; $(MAKE); cd ..'. | |
9976 ($(SUBDIRS)): Likewise. | |
9977 | |
9978 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
9979 | |
9980 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
9981 of `cd dir; $(MAKE)'. | |
9982 | |
3296 | 9983 * gethelp.cc, mkdoc: New files. |
9984 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
9985 sources. | |
9986 | |
3291 | 9987 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9988 | |
9989 * linear-algebra/kron.m: Fix typo in previous change | |
9990 | |
3282 | 9991 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9992 | |
9993 * control/bode.m: Allow optional 5th arg to specify plot style. | |
9994 | |
5095 | 9995 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 9996 |
9997 * linear-algebra/krylov.m: Correctly handle case of V having full | |
9998 rank when V has more columns than rows. | |
9999 | |
10000 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10001 | |
10002 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
10003 | |
10004 * statistics/tests/manova.m: Avoid problems if | |
10005 whitespace_in_literal_matrix is set to "traditional". | |
10006 * statistics/tests/t_test_regression.m: Likewise. | |
10007 * statistics/tests/u_test.m: Likewise. | |
10008 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
10009 * statistics/tests/anova.m: Likewise. | |
10010 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
10011 * statistics/base/statistics.m: Likewise. | |
10012 * image/saveimage.m: Likewise. | |
10013 * signal/arch_fit.m: Likewise. | |
10014 * signal/autoreg_matrix.m: Likewise. | |
10015 * signal/triangle_lw.m: Likewise. | |
10016 * strings/dec2hex.m: Likewise. | |
10017 | |
3268 | 10018 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10019 | |
10020 * image/saveimage.m: Initialize scale. | |
10021 | |
10022 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10023 | |
10024 * general/reshape.m: Allow reshape (a, size (b)). | |
10025 | |
3266 | 10026 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10027 | |
10028 * specfun/erfinv.m: Improve stopping criterion. | |
10029 Add iteration count as second return value. | |
10030 | |
3265 | 10031 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10032 | |
10033 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
10034 | |
3263 | 10035 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10036 | |
10037 * miscellaneous/pack.m: New function. | |
10038 | |
10039 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10040 | |
10041 * plot/figure.m: Always return figure number. With no args, | |
10042 figure now creates a new figure window and returns its number. | |
10043 Accept figure (property, value) syntax, but do nothing. | |
10044 | |
5095 | 10045 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 10046 |
10047 * general/shift.m: Avoid printing temporary value for backward shift. | |
10048 | |
3260 | 10049 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10050 | |
10051 * plot/bar.m: Compute bar widths correctly when x-values are not | |
10052 evenly spaced. | |
10053 | |
3250 | 10054 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10055 | |
10056 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
10057 contain only zeros. | |
10058 | |
5095 | 10059 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 10060 |
10061 * linear-algebra/kron.m: Create result matrix and insert blocks | |
10062 instead of appending them. | |
10063 | |
10064 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10065 | |
10066 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
10067 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
10068 Update from A. S. Hodel. | |
10069 | |
3246 | 10070 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10071 | |
10072 * polynomial/polyfit.m: Correct previous change. | |
10073 | |
3243 | 10074 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10075 | |
10076 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
10077 | |
5095 | 10078 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 10079 |
10080 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
10081 version of krylov and krylovb. | |
10082 | |
10083 * control/outlist.m, control/sysout.m: Fix typos. | |
10084 | |
10085 * control/sysdimensions.m: Add option for total number of states. | |
10086 | |
10087 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
10088 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
10089 arguments. | |
10090 | |
10091 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10092 | |
10093 * strings/index.m: Fail with meaningful error message if either | |
10094 arg is a string array. | |
10095 | |
3238 | 10096 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10097 | |
10098 * linear-algebra/norm.m: Do the right thing for 1- and | |
10099 infinity-norms of complex matrices. From Sven Khatri | |
10100 <khatri@saturn.vocalpoint.com>. | |
10101 | |
5095 | 10102 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 10103 |
10104 * linear-algebra/qrhouse.m: Handle default args correctly. | |
10105 | |
10106 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10107 | |
10108 * strings/split.m: Avoid problems when splitting strings that have | |
10109 \ in them. | |
10110 | |
5095 | 10111 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 10112 |
10113 * image/colormap.m: Do better arg checking, handle string args | |
10114 that name the colormap function to call (e.g., colormap ("ocean")). | |
10115 | |
5095 | 10116 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 10117 |
10118 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
10119 * linear-algebra/dot.m: Likewise. | |
10120 * linear-algebra/cross.m: Likewise. | |
10121 * general/rot90.m: Likewise. | |
10122 | |
5095 | 10123 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 10124 |
10125 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
10126 that the leading column is not all zeros. | |
10127 | |
10128 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10129 | |
10130 * general/shift.m: Fix potential problems with | |
10131 whitespace_in_literal_matrix. | |
10132 * signal/arch_rnd.m: Ditto. | |
10133 * signal/autocov.m: Ditto. | |
10134 * signal/diffpara.m: Ditto. | |
10135 * signal/hurst.m: Ditto. | |
10136 * signal/periodogram.m: Ditto. | |
10137 * signal/spectral_adf.m: Ditto. | |
10138 * signal/spectral_xdf.m: Ditto. | |
10139 * signal/spencer.m: Ditto. | |
10140 * signal/synthesis.m: Ditto. | |
10141 * statistics/distributions/wiener_rnd.m: Ditto. | |
10142 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
10143 * statistics/models/logistic_regression.m: Ditto. | |
10144 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
10145 * statistics/tests/run_test.m: Ditto. | |
10146 * statistics/tests/chisquare_test_independence.m: Ditto. | |
10147 | |
5095 | 10148 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 10149 |
10150 * plot/__plr2__.m: Fix typo. | |
10151 | |
3233 | 10152 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10153 | |
10154 * plot/__pltopt1__.m: Accept "k" to mean black. | |
10155 | |
5095 | 10156 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10157 |
10158 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
10159 function. | |
10160 | |
5095 | 10161 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10162 |
10163 * control/ss2sys.m: Fix typo. | |
10164 | |
10165 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10166 | |
10167 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
10168 | |
10169 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
10170 signal names as lists of strings instead of string arrays. | |
10171 | |
3225 | 10172 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10173 | |
3233 | 10174 * quaternion: New directory of functions from A. S. Hodel |
3225 | 10175 <a.s.hodel@eng.auburn.edu>. |
10176 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 10177 * quaternion/Makefile.in: New file. |
10178 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 10179 |
10180 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10181 | |
10182 * image/saveimage.m: Make it work again for black and white colormaps. | |
10183 | |
10184 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
10185 since there can be fewer rows than columns. Round values to | |
10186 nearest position in colormap instead of truncating. Correct usage | |
10187 message. | |
10188 | |
5095 | 10189 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 10190 |
10191 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
10192 zero rows of [A,v] as householder pivots; this avoids spurious | |
10193 non-zero entries in returned orthogonal matrix U, but destroys the | |
10194 Householder matrix structure of H. | |
10195 | |
10196 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10197 | |
10198 * general/logical.m: Just copy input to output if argument is | |
10199 already a logical object. | |
10200 | |
3215 | 10201 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10202 | |
10203 * New files from OCST, in control subdiretory: | |
10204 | |
10205 DEMOcontrol.m is_siso.m syschnames.m | |
10206 abcddim.m is_stabilizable.m syschnamesl.m | |
10207 abcddims.m is_stable.m syschtsam.m | |
10208 analdemo.m jet707.m sysconnect.m | |
10209 are.m lqe.m syscont.m | |
10210 axis2dlim.m lqg.m syscont_disc.m | |
10211 bddemo.m lqr.m sysdefioname.m | |
10212 bode.m lsim.m sysdefstname.m | |
10213 bode_bounds.m ltifr.m sysdimensions.m | |
10214 bodquist.m lyap.m sysdisc.m | |
10215 buildssic.m mb.m sysdup.m | |
10216 c2d.m minfo.m sysgetsignals.m | |
6302 | 10217 com2str.m moddemo.m sysgettsam.m |
3215 | 10218 controldemo.m nichols.m sysgettype.m |
10219 ctrb.m nyquist.m sysgroup.m | |
10220 d2c.m obsv.m sysgroupn.m | |
10221 damp.m ord2.m sysmult.m | |
10222 dare.m outlist.m sysout.m | |
10223 dcgain.m packedform.m sysprune.m | |
10224 demomarsyas.m packsys.m sysreorder.m | |
10225 dezero.m; parallel.m sysrepdemo.m | |
10226 dgkfdemo.m place.m sysscale.m | |
10227 dgram.m polyout.m syssub.m | |
10228 dhinfdemo.m prompt.m sysupdate.m | |
10229 dlqe.m pzmap.m tf2ss.m | |
10230 dlqg.m qzval.m tf2sys.m | |
10231 dlqr.m rldemo.m tf2sysl.m | |
10232 dlyap.m rlocus.m tf2zp.m | |
10233 dmr2d.m rotg.m tfout.m | |
10234 fir2sys.m run_cmd.m; tzero.m | |
10235 frdemo.m series.m tzero2.m | |
10236 freqchkw.m sortcom.m ugain.m | |
10237 freqresp.m ss2sys.m unpacksys.m | |
10238 gram.m ss2tf.m wgt1o.m | |
10239 h2norm.m ss2zp.m zgfmul.m | |
10240 h2syn.m starp.m zgfslv.m | |
10241 hinf_ctr.m step.m zginit.m | |
10242 hinfdemo.m stepimp.m zgpbal.m | |
10243 hinfnorm.m strappend.m; zgreduce.m | |
10244 hinfsyn.m susball.m zgrownorm.m | |
10245 hinfsyn_chk.m swap.m zgscal.m | |
10246 impulse.m swapcols.m zgsgiv.m | |
10247 is_abcd.m swaprows.m zgshsr.m | |
10248 is_controllable.m sys2fir.m zp2ss.m | |
10249 is_detectable.m sys2ss.m zp2ssg2.m | |
10250 is_dgkf.m sys2tf.m zp2sys.m | |
10251 is_digital.m sys2zp.m zp2tf.m | |
10252 is_observable.m sysadd.m zpout.m | |
10253 is_sample.m sysappend.m | |
10254 | |
10255 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10256 | |
10257 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
10258 | |
10259 * strings/deblank.m: Make it work for string arrays too. | |
10260 | |
3211 | 10261 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10262 | |
10263 * linear-algebra/housh.m: New file from the OCST. | |
10264 * linear-algebra/krygetq.m: Ditto. | |
10265 * linear-algebra/krylov.m: Ditto. | |
10266 * linear-algebra/krylovb.m: Ditto. | |
10267 * linear-algebra/qrhouse.m: Ditto. | |
10268 * general/is_duplicate_entry.m: Ditto. | |
10269 | |
10270 * general/is_symmetric.m: Call is_square instead of doing that | |
10271 check in line. | |
10272 | |
3196 | 10273 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10274 | |
3202 | 10275 * general/is_square.m: |
10276 | |
10277 * general/isempty.m, general/is_matrix.m: Delete. | |
10278 | |
10279 * general/is_symmetric: Delete special case for strings. Whether | |
10280 the conversion is valid should depend on implicit_str_to_num_ok. | |
10281 | |
10282 * general/is_square.m: If arg is not a matrix, don't check size, | |
10283 just return 0. | |
10284 * general/is_symmetric: Likewise. | |
10285 * general/is_vector.m: Likewise. | |
10286 * general/is_scalar.m: Likewise. | |
10287 | |
3196 | 10288 * general/length.m: Delete. |
10289 | |
3191 | 10290 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10291 | |
10292 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
10293 statistics/distributions/Makefile, statistics/models/Makefile, | |
10294 and statistics/tests/Makefile to the list of files to create. | |
10295 | |
10296 * finance/Makefile.in, statistics/base/Makefile.in, | |
10297 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
10298 statistics/tests/Makefile.in: New files. | |
10299 * statistics/Makefile.in: Delete file lists. Now only handle | |
10300 subdirectories. | |
10301 * Makefile.in (SUBDIRS): Add finance. | |
10302 | |
10303 * Move the following files from statistics to statistics/base: | |
10304 | |
10305 corrcoef.m | |
10306 kurtosis.m | |
10307 mahalanobis.m | |
10308 median.m | |
10309 ols.m | |
10310 skewness.m | |
10311 std.m | |
10312 | |
10313 New files, from Kurt Hornik's octave-ci package: | |
10314 | |
10315 * finance (new directory): | |
10316 | |
10317 fv.m | |
10318 fvl.m | |
10319 irr.m | |
10320 nper.m | |
10321 npv.m | |
10322 pmt.m | |
10323 pv.m | |
10324 pvl.m | |
10325 rate.m | |
10326 vol.m | |
10327 | |
10328 * linear-algebra/dmult.m | |
10329 | |
10330 * signal: | |
10331 | |
10332 arch_fit.m | |
10333 arch_rnd.m | |
10334 arch_test.m | |
10335 arma_rnd.m | |
10336 autocor.m | |
10337 autocov.m | |
10338 autoreg_matrix.m | |
10339 bartlett.m | |
10340 blackman.m | |
10341 diffpara.m | |
10342 durbinlevinson.m | |
10343 fractdiff.m | |
10344 hamming.m | |
10345 hanning.m | |
10346 hurst.m | |
10347 periodogram.m | |
10348 rectangle_lw.m | |
10349 rectangle_sw.m | |
10350 sinetone.m | |
10351 sinewave.m | |
10352 spectral_adf.m | |
10353 spectral_xdf.m | |
10354 spencer.m | |
10355 stft.m | |
10356 synthesis.m | |
10357 triangle_lw.m | |
10358 triangle_sw.m | |
10359 yulewalker.m | |
10360 | |
10361 * statistics/base (new directory): | |
10362 | |
10363 center.m | |
10364 cloglog.m | |
10365 cor.m | |
10366 cov.m | |
10367 cut.m | |
10368 iqr.m | |
10369 kendall.m | |
10370 logit.m | |
10371 mean.m | |
10372 meansq.m | |
10373 moment.m | |
10374 ppplot.m | |
10375 probit.m | |
10376 qqplot.m | |
10377 range.m | |
10378 ranks.m | |
10379 run_count.m | |
10380 spearman.m | |
10381 statistics.m | |
10382 studentize.m | |
10383 table.m | |
10384 values.m | |
10385 var.m | |
10386 | |
10387 (Replaces cov.m and mean.m with new versions.) | |
10388 | |
10389 * statistics/distributions (new directory): | |
10390 | |
10391 beta_cdf.m | |
10392 beta_inv.m | |
10393 beta_pdf.m | |
10394 beta_rnd.m | |
10395 binomial_cdf.m | |
10396 binomial_inv.m | |
10397 binomial_pdf.m | |
10398 binomial_rnd.m | |
10399 cauchy_cdf.m | |
10400 cauchy_inv.m | |
10401 cauchy_pdf.m | |
10402 cauchy_rnd.m | |
10403 chisquare_cdf.m | |
10404 chisquare_inv.m | |
10405 chisquare_pdf.m | |
10406 chisquare_rnd.m | |
10407 discrete_cdf.m | |
10408 discrete_inv.m | |
10409 discrete_pdf.m | |
10410 discrete_rnd.m | |
10411 empirical_cdf.m | |
10412 empirical_inv.m | |
10413 empirical_pdf.m | |
10414 empirical_rnd.m | |
10415 exponential_cdf.m | |
10416 exponential_inv.m | |
10417 exponential_pdf.m | |
10418 exponential_rnd.m | |
10419 f_cdf.m | |
10420 f_inv.m | |
10421 f_pdf.m | |
10422 f_rnd.m | |
10423 gamma_cdf.m | |
10424 gamma_inv.m | |
10425 gamma_pdf.m | |
10426 gamma_rnd.m | |
10427 geometric_cdf.m | |
10428 geometric_inv.m | |
10429 geometric_pdf.m | |
10430 geometric_rnd.m | |
10431 hypergeometric_cdf.m | |
10432 hypergeometric_inv.m | |
10433 hypergeometric_pdf.m | |
10434 hypergeometric_rnd.m | |
10435 kolmogorov_smirnov_cdf.m | |
10436 laplace_cdf.m | |
10437 laplace_inv.m | |
10438 laplace_pdf.m | |
10439 laplace_rnd.m | |
10440 logistic_cdf.m | |
10441 logistic_inv.m | |
10442 logistic_pdf.m | |
10443 logistic_rnd.m | |
10444 lognormal_cdf.m | |
10445 lognormal_inv.m | |
10446 lognormal_pdf.m | |
10447 lognormal_rnd.m | |
10448 normal_cdf.m | |
10449 normal_inv.m | |
10450 normal_pdf.m | |
10451 normal_rnd.m | |
10452 pascal_cdf.m | |
10453 pascal_inv.m | |
10454 pascal_pdf.m | |
10455 pascal_rnd.m | |
10456 poisson_cdf.m | |
10457 poisson_inv.m | |
10458 poisson_pdf.m | |
10459 poisson_rnd.m | |
10460 stdnormal_cdf.m | |
10461 stdnormal_inv.m | |
10462 stdnormal_pdf.m | |
10463 stdnormal_rnd.m | |
10464 t_cdf.m | |
10465 t_inv.m | |
10466 t_pdf.m | |
10467 t_rnd.m | |
10468 uniform_cdf.m | |
10469 uniform_inv.m | |
10470 uniform_pdf.m | |
10471 uniform_rnd.m | |
10472 weibull_cdf.m | |
10473 weibull_inv.m | |
10474 weibull_pdf.m | |
10475 weibull_rnd.m | |
10476 wiener_rnd.m | |
10477 | |
10478 * statistics/models (new directory): | |
10479 | |
10480 logistic_regression.m | |
10481 logistic_regression_derivatives.m | |
10482 logistic_regression_likelihood.m | |
10483 | |
10484 * statistics/tests (new directory): | |
10485 | |
10486 anova.m | |
10487 bartlett_test.m | |
10488 chisquare_test_homogeneity.m | |
10489 chisquare_test_independence.m | |
10490 cor_test.m | |
10491 f_test_regression.m | |
10492 hotelling_test.m | |
10493 hotelling_test_2.m | |
10494 kolmogorov_smirnov_test.m | |
10495 kolmogorov_smirnov_test_2.m | |
10496 kruskal_wallis_test.m | |
10497 manova.m | |
10498 mcnemar_test.m | |
10499 prop_test_2.m | |
10500 run_test.m | |
10501 sign_test.m | |
10502 t_test.m | |
10503 t_test_2.m | |
10504 t_test_regression.m | |
10505 u_test.m | |
10506 var_test.m | |
10507 welch_test.m | |
10508 wilcoxon_test.m | |
10509 z_test.m | |
10510 z_test_2.m | |
10511 | |
10512 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10513 | |
10514 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
10515 compatibility and to avoid Y2K problems. | |
10516 | |
3190 | 10517 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10518 | |
10519 * polynomial/polyfit.m: Just use the \ operator to handle the | |
10520 least-squares solution. | |
10521 | |
3180 | 10522 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10523 | |
10524 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
10525 | |
10526 * strings/strrep.m: Don't convert args to numeric values. | |
10527 Prevent warnings for empty string args. | |
10528 From Georg Thimm <thimm@idiap.ch>. | |
10529 | |
10530 * strings/strcat.m: Prevent warnings for empty string args. | |
10531 | |
10532 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10533 | |
10534 * miscellaneous/menu.m: Remove special case for empty string | |
10535 returned from input(). Add second arg to eval() to catch errors. | |
10536 | |
3178 | 10537 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10538 | |
10539 * plot/__plt__.m: Don't call usleep. | |
10540 | |
3175 | 10541 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10542 | |
10543 * linear-algebra/dot.m: New function. | |
10544 | |
10545 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
10546 compatibility. | |
10547 | |
10548 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10549 | |
10550 * plot/hist.m: Also allow just one output argument. | |
10551 | |
10552 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10553 | |
10554 * strings/deblank.m: Make it work if the string is only blanks. | |
10555 | |
10556 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10557 | |
10558 * plot/__plt2mv__.m: Delete calls to keyboard. | |
10559 | |
10560 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10561 | |
10562 * plot/oneplot.m: Fix typo. | |
10563 | |
3174 | 10564 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10565 | |
10566 * miscellaneous/flops.m: Allow a single argument too. | |
10567 | |
10568 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10569 | |
10570 * strings/str2mat.m: Also handle case when there are no empty | |
10571 strings correctly. | |
10572 | |
10573 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10574 | |
10575 * strings/isletter.m: New function, for Matlab compatibility. | |
10576 | |
3168 | 10577 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10578 | |
10579 * strings/str2mat.m: Handle string matrices too. | |
10580 | |
3167 | 10581 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10582 | |
10583 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
10584 linear encoding. | |
10585 | |
10586 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
10587 audio/record.m: Open files in binary mode. | |
10588 | |
3164 | 10589 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10590 | |
10591 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
10592 Move functionality of dump_1_pref here, but use built-in function | |
10593 type to extract value, and put it inside try/catch block. | |
10594 * miscellaneous/dump_1_pref.m: Delete unused function. | |
10595 | |
3162 | 10596 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10597 | |
10598 * plot/__pltopt1.m__: New file. | |
10599 * plot/__pltopt.m__: Handle opt as a string array by calling | |
10600 __pltopt1__ multiple times and returning a string array with rows | |
10601 corresponding to the rows of opt. | |
10602 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
10603 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
10604 array. | |
10605 | |
10606 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10607 | |
10608 * plot/mplot.m: Fix misspellings of global variables. | |
10609 Don't call clearplot. | |
10610 | |
10611 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10612 | |
10613 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
10614 "cle;rep" when going in ot multiplot mode. | |
10615 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
10616 switching out of multiplot mode. | |
10617 | |
3156 | 10618 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 10619 |
3156 | 10620 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
10621 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 10622 |
3141 | 10623 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10624 | |
10625 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
10626 | |
10627 * miscellaneous/bug_report.m: Don't try to get smart with | |
10628 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
10629 | |
10630 * Makefile.in (install): Create separate ls-R files for | |
10631 $(datadir) and $(libexecdir). | |
10632 (uninstall): Remove both ls-R files. | |
10633 | |
3136 | 10634 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10635 | |
10636 * signal/fftshift.m: New file. | |
10637 | |
10638 * plot/contour.m: Fix for non-square case. | |
10639 | |
10640 * general/randperm.m: New file. | |
10641 | |
10642 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10643 | |
10644 * specfun/betai.m: Restore file for compatibility with previous | |
10645 versions. Call betainc with reordered args. | |
10646 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
10647 | |
3131 | 10648 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10649 | |
10650 * plot/contour.m: Handle discrete contour levels. | |
10651 | |
10652 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10653 | |
10654 * control/lyap.m: For compatibility with Matlab, solve | |
10655 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
10656 | |
3124 | 10657 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10658 | |
10659 * specfun/bessel.m: New file. | |
10660 | |
10661 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
10662 specfun/gammainc.m: Delete. | |
10663 | |
3106 | 10664 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10665 | |
10666 * image/colormap.m: Initialize __current_color_map__ in global | |
10667 statement. | |
10668 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
10669 statement. | |
10670 * plot/axis.m: Initialize __current_axis__ in global statement. | |
10671 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
10672 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
10673 | |
3103 | 10674 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10675 | |
10676 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
10677 * time/toc.m: Likewise. | |
10678 | |
10679 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
10680 | |
10681 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
10682 anything special for automatic_replot when in multiplot mode -- | |
10683 recent 3.6beta releases handle this correctly. | |
10684 | |
10685 * plot/figure.m: Ensure that we are not in multiplot mode before | |
10686 setting the terminal type. | |
10687 | |
10688 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
10689 plot/subwindow.m: Use leading and trailing underscores for | |
10690 `private' globals. | |
10691 | |
10692 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
10693 | |
3101 | 10694 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10695 | |
10696 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
10697 | |
3091 | 10698 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10699 | |
3092 | 10700 * specfun/gammai.m: Avoid problems with whitespace when |
10701 constructing matrices. | |
10702 | |
3091 | 10703 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
10704 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
10705 original y vector. | |
10706 | |
3085 | 10707 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10708 | |
10709 * linear-algebra/cross.m: Use direct formula instead of calling | |
10710 det three times in a loop. If both args are column (row) vectors, | |
10711 return a column (row) vector. If they don't match, pay attention | |
10712 to the value of prefer_column_vectors. | |
10713 | |
5095 | 10714 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 10715 |
10716 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
10717 nonsymmetric matrices. | |
10718 | |
10719 * general/tril.m: Fix usage message. | |
10720 | |
10721 * polynomial/polyvalm.m: Fix error messages. | |
10722 * polynomial/polyderiv.m: Likewise. | |
10723 * polynomial/polyval.m: Likewise. | |
10724 | |
3081 | 10725 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10726 | |
10727 * strings/blanks.m: Allow blanks(0) to return empty string. | |
10728 Allow negative arguments if treat_neg_dim_as_zero is true. | |
10729 | |
3063 | 10730 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10731 | |
10732 * plot/mesh.m: Set noparametric plot mode after plotting. | |
10733 | |
5095 | 10734 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 10735 |
10736 * plot/__pltopt__.m: Handle key/legend names. | |
10737 Correctly set colors, line styles, and point styles. | |
10738 | |
3061 | 10739 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10740 | |
10741 * polynomial/polyfit.m: Return fit y values as second output. | |
10742 Don't use QR factorization to solve least squares problem. | |
10743 | |
10744 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10745 | |
10746 * control/dlqr.m: Use ao, not a, to compute k. | |
10747 | |
3024 | 10748 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10749 | |
10750 * miscellaneous/path.m: New file. | |
10751 | |
2993 | 10752 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10753 | |
10754 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
10755 name. | |
10756 | |
2968 | 10757 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10758 | |
10759 * specfun/erfinv.m: Add missing semicolon. | |
10760 | |
2870 | 10761 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10762 | |
10763 * miscellaneous/xor.m: Make type of return value logical. | |
10764 | |
2853 | 10765 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10766 | |
10767 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
10768 warn_comma_in_global_decl. | |
10769 | |
2831 | 10770 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10771 | |
10772 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
10773 octave-bug script. | |
10774 | |
2823 | 10775 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10776 | |
2824 | 10777 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
10778 prefer_zero_one_indexing. | |
10779 | |
2823 | 10780 * general/logical.m: New file. |
10781 | |
2816 | 10782 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10783 | |
10784 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
10785 and is_vector(). | |
10786 | |
5095 | 10787 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 10788 |
10789 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
10790 Use tolerance of 2 * eps. | |
10791 | |
2811 | 10792 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10793 | |
10794 * Makefile.in (install-strip): New target. | |
10795 * audio/Makefile.in: Ditto. | |
10796 * control/Makefile.in: Ditto. | |
10797 * elfun/Makefile.in: Ditto. | |
10798 * general/Makefile.in: Ditto. | |
10799 * image/Makefile.in: Ditto. | |
10800 * io/Makefile.in: Ditto. | |
10801 * linear-algebra/Makefile.in: Ditto. | |
10802 * miscellaneous/Makefile.in: Ditto. | |
10803 * plot/Makefile.in: Ditto. | |
10804 * polynomial/Makefile.in: Ditto. | |
10805 * set/Makefile.in: Ditto. | |
10806 * signal/Makefile.in: Ditto. | |
10807 * specfun/Makefile.in: Ditto. | |
10808 * special-matrix/Makefile.in: Ditto. | |
10809 * startup/Makefile.in: Ditto. | |
10810 * statistics/Makefile.in: Ditto. | |
10811 * strings/Makefile.in: Ditto. | |
10812 | |
2809 | 10813 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10814 | |
10815 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
10816 | |
2798 | 10817 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10818 | |
10819 * statistics/corrcoef.m: Make it actually work. | |
10820 | |
2795 | 10821 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10822 | |
2798 | 10823 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 10824 |
2779 | 10825 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 10826 |
10827 * Version 2.0.5 released. | |
10828 | |
2745 | 10829 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10830 | |
2749 | 10831 * Makefile.in (maintainer-clean): Also remove configure. |
10832 | |
2746 | 10833 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
10834 | |
2745 | 10835 * general/is_matrix.m: Return zero for empty matrices. |
10836 | |
10837 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10838 | |
10839 * linear-algebra/vech.m: Size result just once. | |
10840 | |
2726 | 10841 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10842 | |
10843 * general/is_square.m: Handle empty matrices correctly. | |
10844 * general/is_symmetric.m: Handle empty matrices and strings. | |
10845 | |
2716 | 10846 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10847 | |
10848 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
10849 * polynomial/deconv.m: Likewise. | |
10850 * polynomial/polyderiv.m: Likewise. | |
10851 * polynomial/polyinteg.m: Likewise. | |
10852 * polynomial/polyreduce.m: Likewise. | |
10853 * polynomial/polyval.m: Likewise. | |
10854 * polynomial/polyvalm.m: Likewise. | |
10855 * general/postpad.m: Likewise. | |
10856 * general/prepad.m: Likewise. | |
10857 | |
10858 * polynomial/compan.m: Check input with is_vector(), not | |
10859 is_matrix(). Handle scalar case. | |
10860 | |
2711 | 10861 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10862 | |
2715 | 10863 * plot/contour.m: Order data so that it is consistent with |
10864 meshgrid and mesh. | |
10865 | |
2711 | 10866 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
10867 * plot/sombrero.m: Use meshgrid, not meshdom. | |
10868 | |
2709 | 10869 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 10870 |
10871 * Version 2.0.4 released. | |
10872 | |
2706 | 10873 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10874 | |
2702 | 10875 * miscellaneous/paren.m: New file. |
10876 | |
2693 | 10877 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 10878 |
10879 * Version 2.0.3 released. | |
10880 | |
2676 | 10881 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10882 | |
10883 * image/saveimage.m: Only clip image data that is actually out of | |
10884 range. | |
10885 | |
2667 | 10886 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10887 | |
10888 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
10889 also be considered to be matrices. | |
10890 | |
10891 * general/is_vector.m: Scalars may also be considered to be vectors. | |
10892 | |
10893 * general/isempty.m: Use size(), not rows() and columns(). | |
10894 | |
10895 * plot/contour.m: Convert set to gset. | |
10896 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
10897 | |
2663 | 10898 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10899 | |
10900 * specfun/erfinv.m: Fix typo in last change. | |
10901 | |
2650 | 10902 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10903 | |
10904 * image/loadimage.m: Make it possible to load files with image | |
10905 data named X or img. | |
10906 | |
10907 * image/default.img: Change name of image from X to img to match | |
10908 what saveimage does now. | |
10909 | |
10910 * image/loadimage.m: Rename X to be img, to match what saveimage | |
10911 does now. | |
10912 | |
2632 | 10913 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10914 | |
2634 | 10915 * Version 2.0.2 released. |
10916 | |
2632 | 10917 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
10918 weird missing-lines bug without creating extra plots unecessarily. | |
10919 | |
2624 | 10920 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10921 | |
10922 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
10923 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
10924 io/Makefile.in, linear-algebra/Makefile.in, | |
10925 miscellaneous/Makefile.in, plot/Makefile.in, | |
10926 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
10927 specfun/Makefile.in, special-matrix/Makefile.in, | |
10928 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
10929 time/Makefile.in (bin-dist): New target. | |
10930 | |
2621 | 10931 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10932 | |
10933 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
10934 | |
10935 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10936 | |
10937 * miscellaneous/xor.m: Make it work. | |
10938 | |
2613 | 10939 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10940 | |
10941 * plot/sombrero.m: Doc fix. | |
10942 | |
2602 | 10943 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10944 | |
10945 * Version 2.0.1 released. | |
10946 | |
2601 | 10947 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10948 | |
10949 * elfun/lcm.m: Replace missing if statement. | |
10950 | |
10951 * elfun/gcd.m: Report error if no input args. | |
10952 * elfun/lcm.m: Likewise. | |
10953 | |
2597 | 10954 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10955 | |
10956 * Makefile.in (install): Use ls -LR to create ls-R database. | |
10957 Also list contents of $libexecdir/octave in ls-R database. | |
10958 | |
2583 | 10959 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10960 | |
10961 * Version 2.0 released. | |
10962 | |
2575 | 10963 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10964 | |
10965 * Version 1.94. | |
10966 | |
2558 | 10967 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10968 | |
10969 * strings/str2num.m: New file. | |
10970 | |
2554 | 10971 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10972 | |
10973 * Version 1.93. | |
10974 | |
2540 | 10975 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10976 | |
10977 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
10978 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
10979 linear-algebra/vech.m: New files from Kurt Hornik. | |
10980 | |
10981 * general/nextpow2.m, general/shift.m, general/diff.m, | |
10982 general/common_size.m: New files from Kurt Hornik. | |
10983 | |
10984 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
10985 New files from Kurt Hornik. | |
10986 | |
10987 * signal/detrend.m: New file from Kurt Hornik. | |
10988 | |
10989 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
10990 specfun/pow2.m, specfun/log2.m: | |
10991 New files and updates from Kurt Hornik. | |
10992 | |
2523 | 10993 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10994 | |
10995 * plot/__plt__.m: Add explicit replot after last command is | |
10996 issued, to force all lines to be displayed. Hmm. | |
10997 | |
2512 | 10998 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10999 | |
2520 | 11000 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
11001 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
11002 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
11003 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
11004 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
11005 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
11006 Uset gset, not set. | |
11007 | |
2512 | 11008 * Version 1.92. |
11009 | |
2482 | 11010 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11011 | |
2486 | 11012 * image/saveimage.m: When writing PostScript, name Octave as the |
11013 almighty Creator. Use single call to fprintf instead of looping. | |
11014 | |
11015 * image/Makefile.in: Delete references to octtopnm. | |
11016 | |
11017 * general/logspace.m: Doc fix. | |
11018 | |
2482 | 11019 * Version 1.91. |
11020 | |
2458 | 11021 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11022 | |
11023 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
11024 | |
11025 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
11026 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
11027 deleted. | |
11028 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
11029 of a system() command to delete the tmp file. | |
11030 | |
2452 | 11031 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11032 | |
11033 * Version 1.90. | |
11034 | |
11035 * Makefile.in (DISTFILES): Add ChangeLog. | |
11036 | |
2360 | 11037 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11038 | |
11039 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
11040 Don't check for string value of automatic_replot. | |
11041 | |
11042 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
11043 Temporarily set do_fortran_indexing to 1, not "true". | |
11044 | |
11045 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
11046 not "false". | |
11047 | |
11048 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
11049 "false". | |
11050 | |
2355 | 11051 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
11052 | |
11053 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
11054 | |
2330 | 11055 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11056 | |
11057 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
11058 system command. | |
11059 | |
11060 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11061 | |
11062 * __plr1__.m: Renamed from polar_int_1.m. | |
11063 * __plr2__.m: Renamed from polar_int_2.m. | |
11064 * __plr__.m: Renamed from polar_int.m. | |
11065 * __plt1__.m: Renamed from plot_int_1.m. | |
11066 * __plt2__.m: Renamed from plot_int_2.m. | |
11067 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
11068 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
11069 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
11070 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
11071 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
11072 * __plt__.m: Renamed from plot_int.m. | |
11073 * __pltopt__.m: Renamed from plot_opt.m. | |
11074 Change all callers. | |
11075 | |
11076 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11077 | |
11078 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
11079 comments like those found in Emacs lisp files. | |
11080 | |
11081 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11082 | |
11083 * All .m files: Change comment style. | |
11084 | |
11085 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11086 | |
11087 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
11088 subplot.m, subwindow.m, top_title.m: | |
11089 Print error message if gnuplot_has_multiplot is not true. | |
11090 | |
11091 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11092 | |
11093 * plot/figure.m: New function. | |
11094 | |
11095 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11096 | |
11097 * strings/strrep.m: New function. | |
11098 | |
11099 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11100 | |
11101 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
11102 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
11103 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
11104 strings/split.m, strings/str2mat.m, strings/substr.m: | |
11105 New functions from Kurt Hornik, heavily modified by jwe. | |
11106 | |
11107 * general/reshape.m: Allow strings to be reshaped too. | |
11108 | |
11109 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
11110 Always return a scalar. | |
11111 | |
11112 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11113 | |
11114 * polynomial/polyfit.m: Make orientation of result compatible with | |
11115 Matlab. | |
11116 | |
11117 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11118 | |
11119 * polynomial/polyfit.m: Add missing close paren. | |
11120 | |
11121 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11122 | |
11123 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
11124 | |
11125 * io/scanf.m: Delete. | |
11126 | |
11127 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11128 | |
11129 * statistics/median.m: Fix typo in usage message. | |
11130 | |
11131 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11132 | |
11133 * miscellaneous/popen2.m: New file. | |
11134 | |
11135 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11136 | |
11137 * configure.in (AC_OUTPUT): Add io/Makefile. | |
11138 | |
11139 * io: New directory. | |
11140 * Makefile.in (SUBDIRS): Add it to the list. | |
11141 | |
11142 * miscellaneous/flops.m: New file. | |
11143 | |
11144 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11145 | |
11146 * miscellaneous/cputime.m: Return three arguments instead of a | |
11147 vector, for compatibility with previous versions and with Matlab | |
11148 (which only returns one scalar value). | |
11149 | |
11150 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
11151 | |
11152 * general/triu.m: Compute lower bound on loop index correctly. | |
11153 * general/tril.m: Likewise, for upper bound. | |
11154 | |
11155 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11156 | |
11157 * image/saveimage.m: For color images, make sure indices into | |
11158 temporary colormap and result matrix have proper orientation. | |
11159 Set grey flag correctly. | |
11160 | |
11161 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11162 | |
11163 * statistics/std.m: Use better formula (from Jim Van Zandt | |
11164 jrv@vanzandt.mv.com). | |
11165 | |
11166 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11167 | |
11168 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
11169 * mesh.m: Transpose Z if only one arg. | |
11170 Handle case of all three args being matrices (from Jim Van Zandt | |
11171 jrv@vanzandt.mv.com). | |
11172 * meshdom.m: Undo previous change. | |
11173 | |
11174 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11175 | |
11176 * configure.in (AC_OUTPUT): Add audio/Makefile | |
11177 | |
11178 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11179 | |
11180 * audio: New directory of files from Kurt Hornik and Andreas | |
11181 Weingessel. | |
11182 * audio/Makefile.in: New file. | |
11183 * Makefile.in (SUBDIRS): Add audio to the list. | |
11184 | |
11185 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11186 | |
11187 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
11188 | |
11189 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11190 | |
11191 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
11192 columns (z), not the other way around. | |
11193 * plot/meshdom.m: Don't reverse order of elements in y. | |
11194 | |
11195 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11196 | |
11197 * plot/axis.m: Return current axis if nargin == 0. | |
11198 | |
11199 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11200 | |
11201 * polynomial/roots.m: Updates from Kurt Hornik. | |
11202 | |
11203 * polynomial/polyder.m: New file. | |
11204 | |
11205 * polynomial/polyderiv.m: Give return value and arg different names. | |
11206 | |
11207 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11208 | |
11209 * specfun/betainc.m: New file. | |
11210 * specfun/gammainc.m: New file. | |
11211 | |
11212 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11213 | |
11214 * general/strerror.m: New file. | |
11215 * general/perror.m: Implement using strerror(). | |
11216 | |
11217 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11218 | |
11219 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
11220 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
11221 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
11222 | |
11223 * image/saveimage.m: Round img values first. | |
11224 | |
11225 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11226 | |
11227 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
11228 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
11229 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
11230 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
11231 special-matrix/hankel.m special-matrix/toeplitz.m | |
11232 tuwien/strfun/split.m: Add missing semicolons. | |
11233 | |
11234 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
11235 | |
11236 * image/Makefile.in: Don't build or install octtoppm. | |
11237 | |
11238 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 11239 routines so that people who don't have the pbm stuff installed |
2330 | 11240 can still use this function. |
11241 | |
11242 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11243 | |
11244 * image/saveimage.m: Better error checking, clean up a bit. | |
11245 | |
11246 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11247 | |
11248 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
11249 avoid conflict with new built-in text-style function more. | |
11250 | |
11251 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
11252 | |
11253 * startup/Makefile.in (install): Also install octaverc in | |
11254 $localfcnfiledir/startup/octavrc. | |
11255 | |
11256 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11257 | |
11258 * mkinstalldirs: New file. | |
11259 * Makefile.in (DISTFILES): Add it to the list. | |
11260 | |
11261 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
11262 | |
11263 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11264 | |
11265 * special-matrix/hankel.m: Compatibility fix. Complain if | |
11266 r(1) != c(nr), not if r(1) != c(1). | |
11267 | |
11268 * signal/filter.m: Doc fix. | |
11269 | |
11270 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11271 | |
11272 * miscellaneous/cputime.m: Use new resource structure names (no | |
11273 ru_ or tv_ prefixes). | |
11274 | |
11275 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11276 | |
11277 * time/ctime.m: Fix doc string and usage message. | |
11278 | |
11279 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11280 | |
11281 * time/clock.m: Use new time structure names (no tm_ prefix). | |
11282 | |
11283 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11284 | |
11285 * control/c2d.m: Make function work for any value of | |
11286 whitespace_in_literal_matrix. | |
11287 * control/dare.m: Likewise. | |
11288 * control/tzero.m: Likewise. | |
11289 * elfun/gcd.m: Likewise. | |
11290 * elfun/lcm.m: Likewise. | |
11291 * general/postpad.m: Likewise. | |
11292 * general/prepad.m: Likewise. | |
11293 * linear-algebra/kron.m: Likewise. | |
11294 * miscellaneous/etime.m: Likewise. | |
11295 * polynomial/conv.m: Likewise. | |
11296 * polynomial/deconv.m: Likewise. | |
11297 * polynomial/poly.m: Likewise. | |
11298 * polynomial/roots.m: Likewise. | |
11299 * signal/filter.m: Likewise. | |
11300 * signal/freqz.m: Likewise. | |
11301 * signal/fftfilt.m: Likewise. | |
11302 | |
11303 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11304 | |
11305 * miscellaneous/is_leap_year.m: Make work for vector args. | |
11306 | |
11307 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11308 | |
11309 * plot/polar_int_2.m: Add missing semicolons. | |
11310 Set theta = theta', not rho'. | |
11311 | |
11312 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11313 | |
11314 * polynomial/roots.m: Make it work for any value of | |
11315 whitespace_in_literal_matrix. | |
11316 | |
11317 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11318 | |
11319 * configure.in: New file. | |
11320 | |
11321 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11322 | |
11323 * control/lyap.m: Add missing semicolon. | |
11324 | |
11325 * miscellaneous/cputime.m: New function file. | |
11326 | |
11327 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11328 | |
11329 * time: New directory. | |
11330 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
11331 New function files. | |
11332 * time/Makefile.in: New file. | |
11333 * Makefile.in (SUBDIRS): Add time. | |
11334 | |
11335 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11336 | |
11337 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
11338 | |
11339 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11340 | |
11341 * plot/plot_int_1.m: Transpose data with .', not '. | |
11342 | |
11343 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11344 | |
11345 * Makefile.in (install uninstall clean mostlyclean distclean | |
11346 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
11347 | |
11348 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11349 | |
11350 * Makefile.in (install): Create ls-R database file. | |
11351 (uninstall): Delete it. | |
11352 | |
11353 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11354 | |
5378 | 11355 * image/saveimage.m: Fix typo. |
2330 | 11356 |
11357 See ChangeLog.1 in the top level directory for earlier changes. |