Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 8035:1720d4fab3fa
Doc fix for ranks
author | David Bateman <dbateman@free.fr> |
---|---|
date | Tue, 19 Aug 2008 13:52:18 -0400 |
parents | 79890b8187bd |
children | 854683691d7a |
rev | line source |
---|---|
8035 | 1 2008-08-19 David Bateman <dbateman@free.fr> |
2 | |
3 statistics/base/ranks.m: Doc fix. | |
4 | |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
5 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
|
6 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
7 * 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
|
8 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
9 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
|
10 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
11 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
12 |
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
|
13 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
|
14 |
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
|
15 * 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
|
16 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
|
17 |
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
|
18 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
|
19 |
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
|
20 * 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
|
21 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
|
22 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
23 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
|
24 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
25 * 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
|
26 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
27 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
28 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
29 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
30 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
31 * 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
|
32 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
33 * 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
|
34 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
35 |
7985
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
36 2008-07-28 Ben Abbott <bpabbott@mac.com> |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
37 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
38 * plot/hold.m: Clarify help text. |
7986 | 39 |
40 * specfun/reallog.m: Fix help string. | |
41 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
42 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 43 |
44 * strings/regexptranslate.m: Add real documentation. | |
45 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
46 * 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
|
47 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
48 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
49 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
50 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
51 |
7974 | 52 2008-07-28 John W. Eaton <jwe@octave.org> |
53 | |
54 * image/imwrite.m: New function. | |
55 * image/Makefile.in (SOURCES): Add it to the list. | |
56 | |
7969 | 57 2008-07-24 Ben Abbott <bpabbott@mac.com> |
58 | |
59 * time/datestr.m: New xtest. | |
60 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
61 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
|
62 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
63 * 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
|
64 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
65 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
66 |
7940 | 67 2008-07-17 John W. Eaton <jwe@octave.org> |
68 | |
69 * general/fliplr.m: Fix usage test. | |
70 * testfun/test.m: Fix usage tests. | |
71 | |
7939 | 72 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
73 | |
74 * statistics/base/cov.m: Fix test that should no longer work. | |
75 | |
7935 | 76 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
77 | |
78 * plot/gcbo.m, plot/gcbf.m: New functions. | |
79 * plot/Makefile.in (SOURCES): Add them to the list. | |
80 | |
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
|
81 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
|
82 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
83 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
84 * 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
|
85 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
86 * 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
|
87 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
88 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
89 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
90 |
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
|
91 * 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
|
92 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
93 * 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
|
94 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
95 * 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
|
96 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
97 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
|
98 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
99 * 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
|
100 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
101 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
|
102 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
103 * 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
|
104 |
7920
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
105 2008-07-10 Jaroslav Hajek <highegg@gmail.com> |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
106 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
107 * 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
|
108 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
109 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
110 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
111 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
112 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
|
113 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
114 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
|
115 |
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
|
116 * 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
|
117 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
118 * 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
|
119 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
|
120 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
121 |
7873
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
122 2008-06-05 Jaroslav Hajek <highegg@gmail.com> |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
123 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
124 * 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
|
125 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
126 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
127 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
128 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
129 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
130 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
131 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
132 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
|
133 |
7817 | 134 * miscellaneous/debug.m: New file.. |
135 * Makefile.in (SOURCES): Add it to the list. | |
136 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
137 * 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
|
138 []. 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
|
139 |
7813 | 140 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
141 | |
142 * strings/strcat.m: Add tests. | |
143 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
144 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
|
145 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
146 * 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
|
147 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
148 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
149 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
150 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
151 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
152 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
153 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
154 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
155 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
156 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
157 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
158 |
7783 | 159 2008-05-20 Bill Denney <bill@denney.ws> |
160 | |
161 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
162 New tests. | |
163 | |
7777 | 164 2008-05-19 John W. Eaton <jwe@octave.org> |
165 | |
166 * general/isa.m: Fix tests. | |
167 | |
7773 | 168 2008-05-13 Bill Denney <bill@denney.ws> |
169 | |
170 * general/isa.m: Use persistent cell arrays to hold class names | |
171 instead of multiple strcmp calls. | |
172 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
173 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
174 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
175 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
176 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
|
177 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
178 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
179 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
|
180 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
|
181 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
182 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
183 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
184 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
185 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
186 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
187 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
|
188 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
189 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
190 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
191 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
192 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
|
193 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
194 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
195 * 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
|
196 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
197 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
198 * 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
|
199 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
200 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
201 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
202 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
203 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
204 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
|
205 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
206 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
207 |
7765 | 208 2008-05-06 David Bateman <dbateman@free.fr> |
209 | |
210 * miscellaneous/symvar.m: New function. | |
211 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
212 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
213 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
|
214 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
215 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
216 * 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
|
217 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
218 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
219 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
220 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
221 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
|
222 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
|
223 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
224 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
225 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
226 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
227 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
228 * 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
|
229 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
230 |
7747 | 231 2008-04-30 John W. Eaton <jwe@octave.org> |
232 | |
233 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
234 elfun/asech.m, specfun/pow2.m: Fix tests. | |
235 | |
7740 | 236 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
237 | |
238 * specfun/log2.m: Delete. | |
239 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
240 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
241 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
|
242 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
243 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
|
244 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
245 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
246 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
247 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
248 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
249 |
7736 | 250 2008-04-25 John W. Eaton <jwe@octave.org> |
251 | |
252 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
253 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 254 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
255 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
|
256 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
257 * 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
|
258 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
|
259 * 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
|
260 |
7714
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
261 2008-04-16 Soren Hauberg <hauberg@gmail.com> |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
262 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
263 * 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
|
264 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
265 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
|
266 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
267 * 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
|
268 |
7713 | 269 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
|
270 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
271 * 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
|
272 |
7710 | 273 2008-04-14 David Bateman <dbateman@free.fr> |
274 | |
275 * plot/rose.m: Add missing comment mark that causes issues with | |
276 octave-forge function referencing. | |
277 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
278 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
279 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
|
280 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
281 * 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
|
282 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
|
283 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
|
284 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
|
285 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
|
286 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
|
287 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
|
288 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
|
289 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
|
290 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
|
291 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
|
292 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
|
293 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
|
294 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
|
295 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
|
296 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
|
297 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
|
298 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
|
299 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
|
300 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
|
301 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
|
302 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
|
303 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
|
304 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
|
305 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
|
306 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
|
307 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
|
308 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
|
309 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
|
310 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
|
311 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
|
312 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
|
313 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
|
314 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
|
315 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
|
316 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
|
317 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
|
318 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
|
319 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
|
320 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
|
321 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
|
322 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
|
323 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
|
324 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
|
325 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
|
326 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
|
327 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
|
328 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
|
329 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
330 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
|
331 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
332 * 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
|
333 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
334 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
|
335 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
336 * 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
|
337 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
338 * 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
|
339 * 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
|
340 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
341 * 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
|
342 * 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
|
343 * 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
|
344 * 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
|
345 * 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
|
346 * 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
|
347 * 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
|
348 * 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
|
349 * 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
|
350 * 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
|
351 * 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
|
352 * 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
|
353 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
354 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
355 * 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
|
356 * 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
|
357 * 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
|
358 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
359 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
|
360 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
361 * 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
|
362 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
|
363 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
364 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
|
365 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
366 * 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
|
367 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
|
368 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
|
369 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
|
370 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
|
371 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
|
372 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
|
373 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
|
374 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
|
375 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
|
376 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
|
377 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
|
378 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
|
379 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
|
380 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
|
381 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
|
382 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
383 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
|
384 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
|
385 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
|
386 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
|
387 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
|
388 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
|
389 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
390 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
|
391 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
|
392 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
|
393 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
|
394 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
|
395 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
|
396 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
397 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
|
398 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
|
399 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
|
400 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
|
401 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
|
402 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
|
403 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
|
404 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
|
405 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
|
406 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
407 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
|
408 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
409 * 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
|
410 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
|
411 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
|
412 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
|
413 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
|
414 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
|
415 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
|
416 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
|
417 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
|
418 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
|
419 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
|
420 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
|
421 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
|
422 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
|
423 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
|
424 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
|
425 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
426 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
|
427 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
|
428 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
|
429 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
|
430 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
|
431 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
432 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
|
433 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
|
434 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
435 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
|
436 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
|
437 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
|
438 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
|
439 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
|
440 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
441 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
|
442 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
443 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
|
444 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
|
445 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
|
446 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
|
447 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
|
448 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
|
449 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
|
450 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
|
451 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
|
452 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
453 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
|
454 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
|
455 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
|
456 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
457 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
458 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
459 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
460 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
461 * 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
|
462 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
463 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
464 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
465 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
466 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
467 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
468 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
469 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
470 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
471 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
472 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
473 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
474 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
475 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
476 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
477 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
|
478 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
479 * 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
|
480 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
481 * 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
|
482 |
7682 | 483 2008-04-02 Bill Denney <bill@denney.ws> |
484 | |
485 * optimization/lsqnonneg.m: New function. | |
486 * optimization/Makefile.in (SOURCES): Add it to the list. | |
487 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
488 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
489 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
490 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
491 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
492 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
493 * 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
|
494 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
|
495 * 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
|
496 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
497 |
7678 | 498 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
499 | |
500 * general/sortrows.m: Handle negative column arguments. | |
501 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
502 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
503 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
504 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
505 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
506 |
7673 | 507 2008-03-31 David Bateman <dbateman@free.fr> |
508 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
509 * 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
|
510 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
|
511 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
512 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
513 * 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
|
514 * 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
|
515 * 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
|
516 * 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
|
517 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
518 * 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
|
519 |
7673 | 520 * plot/ginput.m: New function. |
521 * plot/__gnuplot_ginput__.m: New function based on a version of | |
522 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
523 * plot/Makefile.in (SOURCES): Add them to the list. | |
524 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
525 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
|
526 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
527 * 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
|
528 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
529 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
530 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
531 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
532 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
533 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
534 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
535 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
536 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
537 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
|
538 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
539 * 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
|
540 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
541 |
7669 | 542 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
543 | |
544 * general/del2.m: Missing semicolon. | |
545 | |
7668 | 546 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
547 | |
548 * miscellaneous/info.m: New function. | |
549 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
550 | |
7666
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
551 2008-03-27 Soren Hauberg <hauberg@gmail.com> |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
552 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
553 * 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
|
554 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
555 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
556 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
|
557 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
558 * 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
|
559 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
|
560 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
561 * 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
|
562 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
|
563 |
7655 | 564 2008-03-27 Bill Denney <bill@denney.ws> |
565 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
566 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
567 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
568 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
569 * 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
|
570 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
571 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
572 * 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
|
573 |
7657 | 574 * general/genvarname.m: New function. |
575 * general/Makefile.in (SOURCES): Add it to the list. | |
576 | |
7656 | 577 * time/addtodate.m: New function. |
7657 | 578 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 579 |
7655 | 580 * geometry/rectint.m: Vectorize and add more tests. |
581 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
582 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
|
583 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
584 * 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
|
585 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
586 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
587 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
588 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
589 |
7650 | 590 2008-03-26 John W. Eaton <jwe@octave.org> |
591 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
592 * 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
|
593 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
594 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
595 * 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
|
596 |
7650 | 597 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
598 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
599 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
600 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
601 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
602 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
603 Texinfo fixes. | |
604 | |
7649
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
605 2008-03-26 Jaroslav Hajek <highegg@gmail.com> |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
606 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
607 * 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
|
608 |
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
|
609 2008-03-26 Soren Hauberg <hauberg@gmail.com> |
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
|
610 |
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
|
611 * 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
|
612 |
7643
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
613 2008-03-20 Ben Abbott <bpabbott@mac.com> |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
614 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
615 * 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
|
616 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
|
617 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
618 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
619 * 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
|
620 |
7640 | 621 2008-03-25 Soren Hauberg <hauberg@gmail.com> |
622 | |
623 * polynomial/convn.m: New function. | |
624 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
625 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
626 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
627 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
628 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
629 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 630 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
631 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
|
632 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
633 * 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
|
634 |
7627 | 635 2008-03-24 David Bateman <dbateman@free.fr> |
636 | |
637 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
638 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 639 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
640 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
641 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
642 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
643 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
644 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
645 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
646 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
|
647 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
648 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
649 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
650 * 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
|
651 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
652 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
|
653 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
654 * 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
|
655 |
7617 | 656 * miscellaneous/cast.m: Also allow cast to "char". |
657 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
658 * 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
|
659 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
660 * 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
|
661 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
662 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
663 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
664 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
665 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
666 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
667 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
668 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
669 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
670 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
671 |
7610 | 672 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
673 | |
674 * signal/sinetone.m: Ensure integral number of samples. | |
675 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
676 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
|
677 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
678 * 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
|
679 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
680 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
|
681 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
682 * 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
|
683 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
684 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
|
685 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
686 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
687 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
688 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
689 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
690 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
691 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
692 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
693 * 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
|
694 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
695 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
696 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
697 * 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
|
698 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
699 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
700 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
701 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
|
702 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
703 * 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
|
704 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
705 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
|
706 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
707 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
708 |
7592 | 709 2008-03-14 Kai Habel <kai.habel@gmx.de> |
710 | |
711 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
712 style to default to avoid wrong mesh color in some cases. | |
713 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
714 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
715 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
716 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
717 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
|
718 |
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
|
719 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
|
720 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
721 * 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
|
722 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
|
723 |
7592 | 724 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
725 | |
7582 | 726 2008-03-11 Kai Habel <kai.habel@gmx.de> |
727 | |
728 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
729 Allow plotting of uniform colored mesh plots with and | |
730 w/o hidden line removal. | |
731 | |
732 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
|
733 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
734 * 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
|
735 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
736 * 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
|
737 |
7569 | 738 2008-03-07 John W. Eaton <jwe@octave.org> |
739 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
740 * 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
|
741 |
7569 | 742 * plot/__go_draw_axes__.m: Handle tickdir property. |
743 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
744 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
745 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
746 * 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
|
747 Allow matrix arguments when number of bins > 30. |
7568 | 748 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
|
749 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
750 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
751 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
752 * 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
|
753 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
754 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
755 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
756 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
|
757 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
758 * 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
|
759 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
760 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
|
761 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
762 * 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
|
763 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
764 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
765 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
|
766 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
767 * 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
|
768 |
7551 | 769 2008-03-04 Bill Denney <bill@denney.ws> |
770 | |
7557 | 771 * plot/allchild.m, plot/findall.m: New functions. |
772 * plot/Makefile.in (SOURCES): Add them to the list. | |
773 | |
7551 | 774 * geometry/rectint.m: New function. |
7557 | 775 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 776 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
777 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
|
778 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
779 * 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
|
780 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
|
781 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
782 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 783 |
784 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
785 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
786 * 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
|
787 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
788 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
|
789 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
790 * 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
|
791 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
792 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
|
793 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
794 * 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
|
795 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
|
796 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
797 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
|
798 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
799 * 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
|
800 "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
|
801 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
802 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
|
803 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
804 * 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
|
805 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
|
806 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
|
807 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
|
808 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
|
809 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
|
810 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
|
811 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
|
812 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
|
813 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
|
814 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
|
815 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
|
816 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
|
817 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
818 * 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
|
819 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
820 * 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
|
821 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
822 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
|
823 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
824 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
825 |
7525 | 826 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
827 | |
828 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
829 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
830 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
|
831 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
832 * 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
|
833 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
834 |
7518 | 835 2008-02-22 Ben Abbott <bpabbott@mac.com> |
836 | |
837 * specfun/legendre.m: Doc fix. | |
838 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
839 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
|
840 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
841 * 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
|
842 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
843 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
844 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
|
845 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
846 * 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
|
847 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
848 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
849 * 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
|
850 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
851 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
|
852 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
853 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
854 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
855 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
856 * 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
|
857 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
858 * 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
|
859 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
860 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
861 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
|
862 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
863 * 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
|
864 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
865 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
866 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
|
867 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
868 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
869 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
870 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
|
871 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
872 * 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
|
873 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
|
874 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
|
875 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
|
876 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
877 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
|
878 |
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
|
879 * 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
|
880 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
|
881 |
7501 | 882 * polynomial/polyfit.m: Use QR decomposition. Handle |
883 normalization option. | |
884 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
885 generate 50% prediction intervals. | |
886 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
887 * 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
|
888 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
889 |
7498 | 890 2008-02-19 John W. Eaton <jwe@octave.org> |
891 | |
892 * pkg/pkg.m: Style fixes. | |
893 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
894 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 895 |
896 * pkg/pkg.m: Handle 'describe' command. | |
897 (parse_pkg_idx, print_package_description): New subfunctions. | |
898 | |
7493 | 899 2008-02-19 Bill Denney <bill@denney.ws> |
900 | |
901 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
902 elements wide. | |
903 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
904 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
|
905 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
906 * 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
|
907 |
7485 | 908 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
909 | |
910 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
911 * general/runlength.m: New function from Paul Kienzle. | |
912 | |
7484 | 913 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
914 | |
915 * linear-algebra/cond.m: New optional second argument to | |
916 specify 1-norm, inf-norm, or frobenius-norm. | |
917 | |
7475 | 918 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
919 | |
920 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
921 body. Allow the linespec to specify the arrow color. | |
922 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
923 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
|
924 |
7474 | 925 * miscellaneous/cast.m: Also treat the logical type. |
926 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
927 * 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
|
928 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
929 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
930 * 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
|
931 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
932 * 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
|
933 * 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
|
934 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
935 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
|
936 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
937 * 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
|
938 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
939 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
940 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
941 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
942 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
943 * 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
|
944 |
7436 | 945 2008-02-01 Dave Goel <deego3@gmail.com> |
946 | |
947 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
948 | |
7434 | 949 2008-02-01 Bill Denney <bill@denney.ws> |
950 | |
951 * time/weekday.m: Allow vector inputs and speed up. | |
952 * time/eomday.m: Return column vector for column vector inputs. | |
953 | |
7429 | 954 2008-01-30 John W. Eaton <jwe@octave.org> |
955 | |
7434 | 956 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
957 revision". | |
958 | |
7431 | 959 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
960 __plt2vs__.m in the list. | |
961 | |
7430 | 962 * miscellaneous/tempdir.m: Append filesep to name for |
963 compatibility. Warn if not a directory or directory does not | |
964 exist. | |
965 | |
7429 | 966 * strings/deblank.m: Improve compatibility. |
967 | |
7428 | 968 2008-01-29 John W. Eaton <jwe@octave.org> |
969 | |
970 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
971 | |
972 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 973 |
974 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
975 Return the label handle, not the current axis handle. | |
976 | |
7421 | 977 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
978 | |
979 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
980 abscissa. | |
981 | |
982 2008-01-25 David Bateman <dbateman@free.fr> | |
983 | |
7423 | 984 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 985 * plot/__scatter__.m: Remove NaN values from data. |
986 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
987 | |
7418 | 988 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
989 | |
990 * linear-algebra/trace.m: Test cases for non 2-d args. | |
991 | |
992 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
993 | |
994 * geometry/griddata3.m: Call griddata, not gridata. | |
995 | |
7415 | 996 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
997 | |
998 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
999 | |
7411 | 1000 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
1001 | |
1002 * linear-algebra/cond.m, linear-algebra/trace.m: | |
1003 Move tests here from test/test_linalg.m. | |
1004 | |
1005 * general/diff.m, general/fliplr.m, general/flipud.m, | |
1006 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
1007 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
1008 special-matrix/hankel.m, special-matrix/hilb.m, | |
1009 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
1010 special-matrix/toeplitz.m, special-matrix/vander.m: | |
1011 Move tests here from test/test_matrix.m. | |
1012 | |
1013 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
1014 Move tests here from test/test_number.m. | |
1015 | |
1016 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
1017 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
1018 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
1019 polynomial/polyvalm.m, polynomial/roots.m: | |
1020 Move tests here from test/test_poly.m. | |
1021 | |
1022 * signal/unwrap.m: | |
1023 Move tests here from test/test_signal.m. | |
1024 | |
1025 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
1026 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
1027 statistics/base/mean.m, statistics/base/median.m, | |
1028 statistics/base/skewness.m, statistics/base/std.m: | |
1029 Move tests here from test/test_stats.m. | |
1030 | |
1031 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
1032 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
1033 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
1034 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
1035 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
1036 strings/substr.m: | |
1037 Move tests here from test/test_string.m. | |
1038 | |
1039 * miscellaneous/computer.m, miscellaneous/ls.m, | |
1040 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
1041 time/date.m, time/etime.m, time/is_leap_year.m: | |
1042 Move tests here from test/test_system.m. | |
1043 | |
7410 | 1044 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
1045 | |
1046 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
1047 Simplify initial checks on argument values. | |
1048 | |
7408 | 1049 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
1050 | |
1051 * plot/gnuplot_drawnow.m: New function corresponding to the | |
1052 implementation of the gnuplot-based graphics backend (derived from | |
1053 drawnow.m). | |
1054 * plot/drawnow.m: Deleted (converted to C++). | |
1055 | |
7401 | 1056 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
1057 | |
1058 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
1059 New tests. | |
1060 | |
7399 | 1061 2008-01-18 John W. Eaton <jwe@octave.org> |
1062 | |
1063 * optimization/sqp.m: End each function with endfunction. | |
1064 | |
7398 | 1065 2008-01-18 Ben Abbott <bpabbott@mac.com> |
1066 | |
1067 * polynomial/residue.m: For each group of pole multiplicity, set | |
1068 the poles of the group to the value of the group's average. | |
1069 | |
7396 | 1070 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
1071 | |
1072 * plot/print.m: Handle PDF output. | |
1073 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
1074 | |
7392 | 1075 2008-01-17 John W. Eaton <jwe@octave.org> |
1076 | |
7393 | 1077 * path/savepath.m: Print newline before initial comment line. |
1078 Double up single quote characters. | |
1079 * path/__extractpath__.m: Return just the path as a string. | |
1080 Undo single quote character doubling. | |
1081 | |
1082 * path/pathdef.m: Avoid eval. Simplify. | |
1083 | |
7392 | 1084 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
1085 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
1086 avoid possible file descriptor leak. | |
1087 | |
1088 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
1089 | |
1090 * path/savepath.m: Warn if modified file is not explicitly specified. | |
1091 * startup/main-rcfile: Call atexit ("__finish__"). | |
1092 | |
7388 | 1093 2008-01-16 John W. Eaton <jwe@octave.org> |
1094 | |
7390 | 1095 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
1096 Use it to disable enhanced mode for individual labels and titles. | |
1097 | |
7392 | 1098 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 1099 (install install-strip, uninstall): Handle function files. |
1100 | |
1101 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
1102 | |
7392 | 1103 * startup/__finish__.m: New file. |
1104 * path/__extractpath__.m, path/matlabroot.m, | |
1105 path/pathdef.m: New files. | |
7388 | 1106 * path/Makefile.in (SOURCES): Add them to the list. |
1107 | |
7385 | 1108 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
1109 | |
7387 | 1110 * special-matrix/vander.m: Vectorize. New test. |
1111 | |
7385 | 1112 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
1113 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
1114 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
1115 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
1116 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
1117 Move tests here from test/test_arith.m. | |
1118 | |
7382 | 1119 2008-01-15 John W. Eaton <jwe@octave.org> |
1120 | |
1121 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
1122 | |
7379 | 1123 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
1124 | |
1125 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
1126 Call __get__ instead of get. | |
1127 | |
1128 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
1129 | |
1130 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
1131 Frobenius norm if matrix is all zeros. Use transpose instead of | |
1132 hermitian operator. | |
1133 | |
7376 | 1134 2008-01-14 Bill Denney <bill@denney.ws> |
1135 | |
1136 * plot/axis.m: Correctly handle "tight" and "image" options. | |
1137 | |
7375 | 1138 2008-01-14 Soren Hauberg <hauberg@gmail.com> |
1139 | |
1140 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
1141 image/rgb2ntsc.m: Also accept images as input. | |
1142 | |
1143 * image/gray2ind.m: Handle image type other than double. | |
1144 Improve error checking and documentation. | |
1145 | |
7371 | 1146 2008-01-14 John W. Eaton <jwe@octave.org> |
1147 | |
7372 | 1148 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
1149 instead of calling tolower on first arg. Default font name is | |
1150 Helvetica, not helvetica. Don't downcase user-specified font name. | |
1151 (__maybe_munge_text__): Fix typo. | |
1152 | |
7371 | 1153 * optimization/sqp.m: Fix function definitions in test code. |
1154 | |
7361 | 1155 2008-01-12 John W. Eaton <jwe@octave.org> |
1156 | |
1157 * plot/gnuplot_binary.in: New file. | |
1158 * plot/gnuplot_binary.m: Delete. | |
1159 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
1160 (SOURCES_IN, GEN_M): New macros. | |
1161 (DISTFILES): Include $(SOURCES_IN) in the list. | |
1162 (FCN_FILES): Include $(GEN_M) in the list. | |
1163 (all): Depend on $(GEN_M). | |
1164 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 1165 (distclean): Also remove $(GEN_M). |
7361 | 1166 |
1167 2008-01-11 John W. Eaton <jwe@octave.org> | |
1168 | |
1169 * optimization/sqp.m: New test from example in doc string. | |
1170 | |
7360 | 1171 2008-01-10 Ben Abbott <bpabbott@mac.com> |
1172 | |
1173 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
1174 to more than one multiplicity group. | |
1175 | |
7358 | 1176 2008-01-10 John W. Eaton <jwe@octave.org> |
1177 | |
1178 * plot/gnuplot_binary.m: New file. | |
1179 * plot/Makefile.in (SOURCES): Add it to the list. | |
1180 | |
7355 | 1181 2008-01-09 John W. Eaton <jwe@octave.org> |
1182 | |
1183 * plot/drawnow.m: Fail if filename includes a directory part that | |
1184 does not exist. | |
1185 | |
7352 | 1186 2008-01-07 John W. Eaton <jwe@octave.org> |
1187 | |
1188 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
1189 Error if glob call fails to match any files. | |
1190 | |
7346 | 1191 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
1192 | |
1193 * strings/strtrim.m: Doc fix. | |
1194 | |
7345 | 1195 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
1196 | |
1197 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
1198 | |
7344 | 1199 2008-01-04 Soren Hauberg <hauberg@gmail.com> |
1200 | |
1201 * set/create_set.m, set/union.m: Accept "rows" argument. | |
1202 | |
7341 | 1203 2008-01-02 John W. Eaton <jwe@octave.org> |
1204 | |
1205 * plot/print.m: Correctly handle pbm terminal. | |
1206 | |
7340 | 1207 2007-12-28 John W. Eaton <jwe@octave.org> |
1208 | |
1209 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
1210 extensions. | |
1211 | |
7337 | 1212 2007-12-28 David Bateman <dbateman@free.fr> |
1213 | |
1214 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
1215 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
1216 * Makefile.in (SOURCES): Add to the sources. | |
1217 | |
1218 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
1219 | |
1220 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
1221 Remove unnecessary call of size function. | |
1222 | |
7334 | 1223 2007-12-21 John W. Eaton <jwe@octave.org> |
1224 | |
1225 Version 3.0.0 released. | |
1226 | |
7331 | 1227 2007-12-21 Soren Hauberg <hauberg@gmail.com> |
1228 | |
1229 * image/imshow.m: Accept empty value for display_range. | |
1230 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1231 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 1232 |
1233 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
1234 | |
7328 | 1235 2007-12-19 Soren Hauberg <hauberg@gmail.com> |
1236 | |
1237 * image/imshow.m: Store uint8 images as doubles. Handle default | |
1238 display ranges correctly. | |
1239 | |
7327 | 1240 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
1241 Peter A. Gustafson <petegus@umich.edu> | |
1242 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1243 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 1244 |
7325 | 1245 2007-12-19 John W. Eaton <jwe@octave.org> |
1246 | |
1247 * miscellaneous/edit.m: New function. | |
1248 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1249 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1250 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 1251 |
1252 * plot/__bar__.m: Handle "basevalue" option. | |
1253 * plot/__bars__.m: New arg, base_value. | |
1254 | |
7321 | 1255 2007-12-17 David Bateman <dbateman@free.fr> |
1256 | |
1257 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
1258 * plot/Makefiles (SOURCES): Add them to the sources | |
1259 * plot/polar.m: Set the x and y limits to the maximum polar | |
1260 radius. Set the axes to be square. | |
1261 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
1262 and print axis at zero if this is used. | |
1263 | |
1264 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
1265 contours can overlay pcolor plots. Priveldge no hidden line | |
1266 removal when there are multiple objects in the plot. | |
1267 | |
7320 | 1268 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
1269 | |
1270 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
1271 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
1272 | |
7319 | 1273 2007-12-17 Ben Abbott <bpabbott@mac.com> |
1274 | |
1275 * miscellaneous/run.m: Replace script with f when looking for | |
1276 file to run. | |
1277 | |
7316 | 1278 2007-12-14 David Bateman <dbateman@free.fr> |
1279 | |
7317 | 1280 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
1281 * plot/contour.m: Doc fix. | |
1282 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
1283 Include linetype in withclause. | |
1284 | |
7316 | 1285 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
1286 Use it to determine dimensions. Consolidate all 3-d settings. | |
1287 | |
7315 | 1288 2007-12-13 John W. Eaton <jwe@octave.org> |
1289 | |
1290 * image/imshow.m: Turn axis visibility off. | |
1291 Don't scale true color images. | |
1292 * image/image.m: Set axis layer property to "top". | |
1293 | |
7307 | 1294 2007-12-12 John W. Eaton <jwe@octave.org> |
1295 | |
7313 | 1296 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
1297 | |
1298 * plot/pie.m: Avoid calling "exist". | |
1299 | |
7309 | 1300 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 1301 Condense argument processing logic. Allow 6 arguments. |
1302 Use issquare. Avoid calling "exist". | |
7309 | 1303 |
7307 | 1304 * plot/__go_draw_axes__.m: Handle the axes layer property. |
1305 | |
7305 | 1306 2007-12-12 David Bateman <dbateman@free.fr> |
1307 | |
1308 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
1309 * plot/Makefile.in (SOURCES): Add to the sources. | |
1310 | |
7290 | 1311 2007-12-11 John W. Eaton <jwe@octave.org> |
1312 | |
7298 | 1313 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
1314 * plot/surface.m: Not here. | |
1315 | |
7297 | 1316 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
1317 subsequent "unset grid" if there is no grid. | |
1318 | |
7296 | 1319 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
1320 | |
7293 | 1321 * plot/surface.m: Don't set facecolor property in call to |
1322 __go_surface__. | |
1323 | |
7290 | 1324 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
1325 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
1326 | |
7292 | 1327 2007-12-11 Kai Habel <kai.habel@gmx.de> |
1328 | |
7295 | 1329 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
1330 color string is not taken as z value. | |
1331 | |
7292 | 1332 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
1333 zgrid to "on" and box to "off" for used axes. | |
1334 | |
1335 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
1336 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
1337 | |
7286 | 1338 2007-12-11 David Bateman <dbateman@free.fr> |
1339 | |
7288 | 1340 * miscelleaneous/fullfile.m: Ignore empty arguments. |
1341 | |
7287 | 1342 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
1343 * statistics/base/mode.m: Ditto. | |
1344 | |
7286 | 1345 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
1346 object handles are all now non integer. | |
1347 | |
7278 | 1348 2007-12-10 John W. Eaton <jwe@octave.org> |
1349 | |
7282 | 1350 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
1351 | |
7281 | 1352 * general/issymmetric.m: Use ' instead of .' for compatibility |
1353 with previous versions of Octave. | |
1354 * general/ishermitian.m: Delete. | |
7285 | 1355 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 1356 |
7280 | 1357 * plot/fplot.m: In N is not specified, increase initial number of |
1358 points from 3 and 5 to 5 and 8. | |
1359 | |
7279 | 1360 * signal/detrend.m: Move tests here from test/test_signal.m. |
1361 Loosen tolerance on first test from 10*eps to 20*eps. | |
1362 | |
7278 | 1363 * finance/rate.m: Don't request info from fsolve. |
1364 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1365 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 1366 |
1367 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
1368 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
1369 | |
7276 | 1370 2007-12-10 David Bateman <dbateman@free.fr> |
1371 | |
1372 * image/image.m: Rewritten to allow trailing properties to be | |
1373 passed to underlying image object. | |
1374 * image/__img__.m: Pass additional arguments to __go_image__. | |
1375 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
1376 | |
7274 | 1377 2007-12-10 John W. Eaton <jwe@octave.org> |
1378 | |
1379 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
1380 front" to gnuplot. | |
1381 | |
7271 | 1382 2007-12-10 David Bateman <dbateman@free.fr> |
1383 | |
7274 | 1384 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 1385 border front" from images. |
7274 | 1386 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
1387 * plot/pcolor.m: Set axis "box" property. | |
1388 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
1389 Mark as commands. | |
7271 | 1390 |
7269 | 1391 2007-12-07 David Bateman <dbateman@free.fr> |
1392 | |
1393 * plot/surf.m: Don't set facecolor property. | |
1394 | |
7265 | 1395 2007-12-06 John W. Eaton <jwe@octave.org> |
1396 | |
7269 | 1397 * plot/print.m: Pass mono to drawnow. |
1398 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
1399 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
1400 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
1401 disable color specifications. | |
1402 | |
7265 | 1403 * general/issymmetric.m: Move tests here from test/test_number.m |
1404 | |
1405 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
1406 | |
1407 * general/issymmetric.m: To keep its argument sparse and the | |
1408 function quick, use the infinity norm rather than the 2-norm. | |
1409 Also measure the symmetric part rather than the Hermitian part. | |
1410 * general/ishermitian.m: New file. Measure the Hermitian part. | |
1411 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
1412 | |
7248 | 1413 2007-12-04 John W. Eaton <jwe@octave.org> |
1414 | |
7257 | 1415 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
1416 text and label commands if font is "*". | |
1417 | |
7248 | 1418 * linear-algebra/krylov.m: Doc fixes. |
1419 From Marco Caliari <caliari@sci.univr.it>. | |
1420 | |
7250 | 1421 2007-12-04 Kai Habel <kai.habel@gmx.de> |
1422 | |
1423 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
1424 Add "## PKG_ADD: mark_as_command axis" line. | |
1425 | |
7245 | 1426 2007-12-03 John W. Eaton <jwe@octave.org> |
1427 | |
1428 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
1429 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
1430 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
1431 Generate demos from examples. | |
1432 | |
7240 | 1433 2007-12-03 David Bateman <dbateman@free.fr> |
1434 | |
7243 | 1435 * testfun/test.m: Disable "testif" test block to avoid spurious |
1436 skipped test for "make check". Avoid printing variables for | |
1437 skipped tests. | |
1438 | |
7242 | 1439 * testfun/test.m: Add "testif" type to allow for conditional tests. |
1440 | |
7240 | 1441 * plot/plotyy.m: Use activepositionproperty property of axes |
1442 object. Set second axis color to "none". | |
1443 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
1444 property of the axis objects. | |
1445 | |
7239 | 1446 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
1447 | |
1448 * linear-algebra/condest.m: Loosen tolerance in test. | |
1449 | |
7236 | 1450 2007-12-02 John W. Eaton <jwe@octave.org> |
1451 | |
1452 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
1453 get_data_limits. | |
1454 | |
7222 | 1455 2007-11-30 John W. Eaton <jwe@octave.org> |
1456 | |
1457 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
1458 (get_data_limits, get_axis_limits): Delete. | |
1459 | |
7228 | 1460 2007-11-30 David Bateman <dbateman@free.fr> |
1461 | |
7235 | 1462 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
1463 | |
7228 | 1464 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
1465 tick labels rather than one by one on the labels themselves. | |
1466 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
1467 95% crossing fixed. | |
1468 | |
7217 | 1469 2007-11-29 David Bateman <dbateman@free.fr> |
1470 | |
7220 | 1471 * plot/pareto.m: New file. |
1472 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1473 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
1474 marks to avoid gnuplot error about formating. More colorspec to | |
1475 after the tics. | |
1476 * plot/plotyy.m: More generic check for appropriate axis color. | |
1477 | |
7217 | 1478 * plot/__stem__.m: New file based on old stem.m expanded to treat |
1479 2- and 3-D. | |
1480 * plot/stem3.m: New function. | |
1481 * plot/Makefile.in (SOURCES): Add them to the sources. | |
1482 * plot/stem.m: Adapt to use __stem__. | |
1483 | |
7216 | 1484 2007-11-29 John W. Eaton <jwe@octave.org> |
1485 | |
1486 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
1487 plot/surf.m, plot/surface.m: Don't return handle value unless | |
1488 requested. | |
1489 | |
1490 * plot/patch.m: Omit isnan check on handle returned from | |
1491 __plt_get_axis_arg__. | |
1492 | |
1493 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
1494 but has no axes. | |
1495 | |
7215 | 1496 2007-11-28 David Bateman <dbateman@free.fr> |
1497 | |
1498 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
1499 ancestor. If leading argument is logical set variable nogca to see | |
1500 if gca() should be called if there is no active handle found. | |
1501 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
1502 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
1503 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
1504 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
1505 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
1506 __plt__get_axis_arg__ to find axis handle. | |
1507 * polar.m: Typo. | |
1508 | |
7213 | 1509 2007-11-28 John W. Eaton <jwe@octave.org> |
1510 | |
1511 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
1512 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1513 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 1514 |
1515 * plot/drawnow.m: Fix typo. | |
1516 | |
7206 | 1517 2007-11-27 David Bateman <dbateman@free.fr> |
1518 | |
7207 | 1519 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
1520 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
1521 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
1522 | |
1523 * plot/meshz.m: New function. | |
1524 * plot/Makefile.in (SOURCES): Add it to the list. | |
1525 * plot/surface.m: Allow surface to accept an axis handle as the | |
1526 first argument. | |
1527 * plot/meshc.m: Extract z from the the surface object rather than | |
1528 varargin so that we can rely on code in surface to treat leading | |
1529 axis handles. | |
1530 | |
7206 | 1531 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
1532 y2tics" in the case of a plotyy plot. | |
1533 * plot/plotyy.m: ensure the position property is set correct for | |
1534 the second axis, by setting it after the plot itself. In the case | |
1535 of a plot that returns multiple handles, base the color selection | |
1536 on the first. | |
1537 | |
7204 | 1538 2007-11-27 Kai Habel <kai.habel@gmx.de> |
1539 | |
1540 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
1541 z-value of vertex 'c3'. | |
1542 | |
7203 | 1543 2007-11-27 John W. Eaton <jwe@octave.org> |
1544 | |
1545 * image/image.m: Allow nargin == 0 case to work again. | |
1546 | |
7202 | 1547 2007-11-27 David Bateman <dbateman@free.fr> |
1548 | |
1549 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
1550 colorbar, to ensure that the colorbar is on the canvas for png and | |
1551 postscipt outputs. | |
1552 | |
7189 | 1553 2007-11-26 David Bateman <dbateman@free.fr> |
1554 | |
7197 | 1555 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
1556 return values. | |
1557 | |
7194 | 1558 * plot/plotyy.m: New function |
1559 * plot/Makefile.in (SOURCES): Add it here. | |
1560 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
1561 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
1562 {x|y}label to respect the axis position. | |
1563 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
1564 handle as the first argument. | |
1565 | |
7192 | 1566 * pkg/pkg.m (pkg:install): When loading the installed packages |
1567 index into installed_pkgs_lst and not descriptions.. | |
1568 | |
7189 | 1569 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
1570 * plot/Makefile.in (SOURCES): Add them to the sources. | |
1571 * plot/quiver.m: Modify to use __quiver__.m. | |
1572 | |
1573 * plot/hist.m: Avoid saturation when the x values are in an | |
1574 inetger type. | |
1575 | |
1576 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
1577 | |
1578 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
1579 functions. | |
1580 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
1581 | |
1582 2007-11-26 David Bateman <dbateman@free.fr> | |
1583 | |
1584 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
1585 extent. | |
1586 | |
1587 * plot/colorbar.m: New function. | |
1588 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1589 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
1590 precalculate the clim, set pm3d except for mesh. | |
1591 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
1592 save the real values so that colorbar corresponds to the contour | |
1593 levels. | |
1594 | |
1595 * plot/stem.m: Set marker color the same as the line color. Draw | |
1596 a single discontinous line object for the stems. | |
1597 | |
1598 * plot/sphere.m: New function ported from JHandles. | |
1599 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1600 | |
1601 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
1602 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
1603 to get enhanced mode to work correctly for the X11 terminal. | |
1604 | |
1605 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
1606 the reverse. Allow an axes handle to be passed and/or returned. | |
1607 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
1608 | |
1609 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
1610 sort surface patches by their depth and not the order they are | |
1611 rendered in. | |
1612 | |
1613 * plot/__patch__.m: Set clim correctly. | |
1614 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
1615 the marker color is determined by the cmap. | |
1616 * plot/scatter.m: New function to 2D scatter plots. | |
1617 * plot/scatter3.m: New function to 3D scatter plots. | |
1618 * plot/__scatter__.m: Support function for scatter plots | |
1619 * Makefile.in (SOURCES): Ad dnew functions here. | |
1620 | |
1621 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
1622 Return whether the terminal supports enhanced text or not. | |
1623 (drawnow:enhanced_term): New sub-function to determine if terminal | |
1624 supports enhanced mode. | |
1625 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
1626 __go_draw_axes__. | |
1627 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
1628 needed to support the enhanced mode. | |
1629 * plot/print.m: Remove "enhanced" option as this is now treated in | |
1630 drawnow.m. | |
1631 | |
1632 | |
1633 * plot/caxis.m: New function to control the color axis limits. | |
1634 * plot/Makefile.in (SOURCES): Include it. | |
1635 * plot/axis.m: Allow the first argument to be an axes handle. | |
1636 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
1637 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
1638 caxis limits. | |
1639 | |
1640 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
1641 * image/Makefile.in (SOURCES): Include it. | |
1642 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
1643 of the bars for the colormap. | |
1644 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
1645 passed. | |
1646 * plot/__contour.m: Avoid possible divide by zero error. | |
1647 * plot/contour.m: Missing semicolon. | |
1648 * plot/surface.m: Don't attempt to set additional arguments if | |
1649 there are none. | |
1650 * plot/Makefile.in (SOURCES): Include __bars__.m | |
1651 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1652 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 1653 |
1654 * plot/__bar__.m: put bar creation code into separate function | |
1655 to allow easy hook up from other graphic backends | |
1656 | |
1657 * plot/__bars__.m: new function containing bar creation code | |
1658 | |
7186 | 1659 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
1660 | |
1661 * general/accumarray.m: Correct dimension check. | |
1662 | |
7183 | 1663 2007-11-26 John W. Eaton <jwe@octave.org> |
1664 | |
1665 * polynomial/residue.m: Prepad along second dimension. | |
1666 From Doug Stewart <dastew@sympatico.ca>. | |
1667 | |
7181 | 1668 2007-11-26 Kai Habel <kai.habel@gmx.de> |
1669 | |
7183 | 1670 * plot/cylinder.m, plot/slice.m: New functions. |
1671 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 1672 |
7177 | 1673 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
1674 | |
1675 * plot/patch.m: Handle arg may also be hggroup object. | |
1676 Use ancestor to find parent axes object. | |
1677 | |
7175 | 1678 2007-11-14 David Bateman <dbateman@free.fr> |
1679 | |
1680 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
1681 flag to patch that it is not closed. Allow z to take string | |
1682 arguments and use it to flag that the contours are placed at the | |
1683 z level of the contour itself. | |
1684 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
1685 objects as well. Let hidden removal take precedence in case of a | |
1686 conflict. | |
1687 * plot/surface.m: Allow surface to treat handles being passed or | |
1688 returned. Any additional arguments arr used to set the surface | |
1689 handle. | |
1690 * plot/contour3.m: New function | |
1691 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1692 | |
7173 | 1693 2007-11-14 John W. Eaton <jwe@octave.org> |
1694 | |
1695 * specfun/bessel.m: Update doc string from | |
1696 src/DLD-FUNCTIONS/besselj.cc. | |
1697 | |
7170 | 1698 2007-11-12 David Bateman <dbateman@free.fr> |
1699 | |
1700 * plot/contour.m: Allow handles to be passed and returned. Split | |
1701 the countour function itself into __contour__.m to be shared with | |
1702 surfc and meshc. | |
1703 * plot/__contour__.m: New file | |
1704 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1705 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
1706 the face or edge if the facecolor or edge color are marked as | |
1707 "none". Allow the edgecolor to be determined by the cdata in the | |
1708 same manner as the facecolor. Fail if facecolor is not "none" and | |
1709 a 3-D plot is desired, rather than ignoring zdata. Make the | |
1710 storage of 3D/4D data consistent between line, surface and patch | |
1711 objects. | |
1712 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
1713 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 1714 |
1715 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
1716 Handle fontweight and fontangle properties. | |
1717 | |
7163 | 1718 2007-11-12 Kai Habel <kai.habel@gmx.de> |
1719 | |
1720 * plot/spinmap.m, plot/ribbon.m: New functions. | |
1721 * plot/Makefile.in (SOURCES): Add them to the list. | |
1722 | |
1723 2007-11-12 John W. Eaton <jwe@octave.org> | |
1724 | |
1725 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
1726 Use it to avoid duplicated code. | |
1727 | |
7161 | 1728 2007-11-12 David Bateman <dbateman@free.fr> |
1729 | |
7162 | 1730 * plot/title.m: Fix return value for nargout > 0. |
1731 | |
1732 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
1733 specified for the title, xlabel, ylabel and text objects. | |
1734 | |
7161 | 1735 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
1736 4.0 and surface plots. | |
1737 | |
7160 | 1738 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
1739 | |
1740 * plot/__patch__.m: Fix computation of faces when patch is defined | |
1741 with X/Y/Z data. | |
1742 | |
7146 | 1743 2007-11-09 John W. Eaton <jwe@octave.org> |
1744 | |
7152 | 1745 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 1746 Correct logic in setting palette data. |
7152 | 1747 |
7151 | 1748 * audio/wavread.m, control/base/__bodquist__.m, |
1749 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
1750 control/system/c2d.m, control/system/is_detectable.m, | |
1751 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
1752 control/system/tfout.m, general/isdefinite.m, | |
1753 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
1754 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
1755 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
1756 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
1757 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
1758 testfun/test.m: Use specific end keywords. | |
1759 | |
7146 | 1760 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
1761 | |
1762 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
1763 | |
1764 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
1765 Don't change view if hold is on. | |
1766 | |
7142 | 1767 2007-11-09 David Bateman <dbateman@free.fr> |
1768 | |
7149 | 1769 * plot/hidden.m: New function. |
1770 * plot/Makefile.in (SOURCES): Add it here. | |
1771 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
1772 line removal. | |
1773 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
1774 removal and if it is "none" don't do hidden line removal. | |
1775 | |
7148 | 1776 * plot/legend.m: Also allow labels for surface and patch types. |
1777 * plot/__bar__.m: Split into separate patch pbjects to allow | |
1778 setting of the legend. | |
1779 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
1780 objects as well. | |
1781 | |
7146 | 1782 * plot/area.m, plot/__area__.m: New functions |
1783 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
1784 | |
7142 | 1785 * plot/patch.m: Correctly handle case of axis handle as first arg. |
1786 | |
7144 | 1787 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
1788 | |
1789 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
1790 | |
7131 | 1791 2007-11-08 John W. Eaton <jwe@octave.org> |
1792 | |
7133 | 1793 * control/base/dcgain.m, control/base/dre.m, |
1794 control/base/impulse.m, control/base/step.m, | |
1795 control/system/dmr2d.m, control/system/ord2.m, | |
1796 control/system/sys2ss.m, control/system/sysdimensions.m, | |
1797 control/system/sysgetsignals.m, control/system/sysout.m, | |
1798 control/system/tfout.m, control/system/ugain.m, | |
1799 control/system/zpout.m, control/util/strappend.m: | |
1800 Don't fail with usage message if nargout is too large. | |
1801 | |
7131 | 1802 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
1803 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
1804 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 1805 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
1806 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
1807 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
1808 control/obsolete/rotg.m, control/obsolete/series.m, | |
1809 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
1810 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 1811 control/system/__syschnamesl__.m, |
1812 control/system/__syscont_disc__.m, | |
1813 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
1814 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
1815 control/system/abcddim.m, control/system/buildssic.m, | |
1816 control/system/c2d.m, control/system/cellidx.m, | |
1817 control/system/d2c.m, control/system/dmr2d.m, | |
1818 control/system/fir2sys.m, control/system/is_abcd.m, | |
1819 control/system/is_controllable.m, control/system/is_detectable.m, | |
1820 control/system/is_digital.m, control/system/is_observable.m, | |
1821 control/system/is_stabilizable.m, control/system/is_stable.m, | |
1822 control/system/jet707.m, control/system/listidx.m, | |
1823 control/system/parallel.m, control/system/ss.m, | |
1824 control/system/ss2sys.m, control/system/ss2zp.m, | |
1825 control/system/starp.m, control/system/sys2ss.m, | |
1826 control/system/sys2tf.m, control/system/sys2zp.m, | |
1827 control/system/sysadd.m, control/system/sysappend.m, | |
1828 control/system/sysconnect.m, control/system/syscont.m, | |
1829 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 1830 control/system/sysdup.m, control/system/sysgetsignals.m, |
1831 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 1832 control/system/sysmult.m, control/system/sysout.m, |
1833 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 1834 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 1835 control/system/syssub.m, control/system/sysupdate.m, |
1836 control/system/tf.m, control/system/tf2ss.m, | |
1837 control/system/tf2sys.m, control/system/tfout.m, | |
1838 control/system/zp.m, control/system/zp2ss.m, | |
1839 control/system/zp2sys.m, control/system/zp2tf.m, | |
1840 control/system/zpout.m, control/util/__outlist__.m, | |
1841 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
1842 control/util/prompt.m, control/util/sortcom.m, | |
1843 control/util/zgfmul.m, control/util/zgfslv.m, | |
1844 control/util/zginit.m, control/util/zgreduce.m, | |
1845 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 1846 |
7130 | 1847 2007-11-08 David Bateman <dbateman@free.fr> |
1848 | |
1849 * plot/quiver.m: Fix arrowheads. | |
1850 | |
7128 | 1851 2007-11-07 Ben Abbott <bpabbott@mac.com> |
1852 | |
1853 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 1854 Handle "rows" argument. New tests. |
7128 | 1855 (cell_ismember): New function. |
1856 | |
7127 | 1857 2007-11-07 John W. Eaton <jwe@octave.org> |
1858 | |
1859 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
1860 control/base/__stepimp__.m, control/base/are.m, | |
1861 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
1862 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
1863 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
1864 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
1865 control/base/ltifr.m, control/base/nichols.m, | |
1866 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
1867 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
1868 Style fixes. | |
1869 | |
7125 | 1870 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
1871 | |
1872 * control/base/bode_bounds.m, control/base/dgram.m, | |
1873 control/base/dlyap.m, control/base/freqchkw.m, | |
1874 control/base/gram.m, control/base/place.m, | |
1875 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
1876 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
1877 control/system/is_signal_list.m, control/system/ss2tf.m, | |
1878 control/system/sys2fir.m, control/system/sysgettsam.m, | |
1879 control/system/sysgettype.m, control/system/sysreorder.m, | |
1880 control/system/tf2sys.m, control/system/zp2tf.m, | |
1881 control/util/axis2dlim.m, control/util/swap.m, | |
1882 control/util/zgfmul.m, control/util/zgfslv.m, | |
1883 control/util/zginit.m, control/util/zgreduce.m, | |
1884 control/util/zgrownorm.m, control/util/zgscal.m, | |
1885 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
1886 geometry/inpolygon.m, linear-algebra/housh.m, | |
1887 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
1888 miscellaneous/run.m, quaternion/qconj.m, | |
1889 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
1890 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
1891 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
1892 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
1893 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
1894 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
1895 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
1896 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
1897 statistics/distributions/empirical_cdf.m, | |
1898 statistics/distributions/empirical_inv.m, | |
1899 statistics/distributions/empirical_pdf.m, | |
1900 statistics/models/logistic_regression_derivatives.m, | |
1901 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
1902 | |
7118 | 1903 2007-11-07 David Bateman <dbateman@free.fr> |
1904 | |
7120 | 1905 * general/gradient.m: Correctly convert deltax and deltay scalar |
1906 values are scalars to vectors. | |
1907 | |
7119 | 1908 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
1909 the meshc.m function. | |
1910 * plot/meshc.m: Also use the surface function. | |
1911 | |
7120 | 1912 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 1913 * plot/Makefile.in (SOURCES): Add them to the list. |
1914 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
1915 | |
7117 | 1916 2007-11-07 Michael Zeising <michael@michaels-website.de> |
1917 | |
1918 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
1919 | |
7115 | 1920 2007-11-07 John W. Eaton <jwe@octave.org> |
1921 | |
1922 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
1923 the data limits are infinite. | |
1924 (get_data_limits): Don't do anything if xdat or tx are empty. | |
1925 (get_axis_limits): Don't do anything if min_val or max_val are | |
1926 infinite. | |
1927 | |
7112 | 1928 2007-11-06 David Bateman <dbateman@free.fr> |
1929 | |
1930 * plot/hist.m: Pass any additional arguments to bar for | |
1931 treatment. Create a default x value that is always a vector. | |
1932 | |
7111 | 1933 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
1934 | |
1935 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
1936 when calling ./configure and add quotes to preserve spaces. | |
7109 | 1937 |
1938 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
1939 | |
1940 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
1941 New files. | |
1942 * plot/mesh.m: Call surface to do the real work. | |
1943 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
1944 properties. | |
1945 | |
1946 * image/colormap.m: Also return current colormap if nargout and | |
1947 nargin are both 0. | |
1948 | |
7106 | 1949 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
1950 | |
1951 * startup/inputrc: Delete key bindings starting with \340 code. | |
1952 | |
7112 | 1953 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 1954 |
1955 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
1956 to avoid issues of over- and underflow. From Rolf Fabian | |
1957 <Rolf.Fabian@gmx.de>. | |
1958 | |
7097 | 1959 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
1960 | |
1961 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
1962 help texts. | |
1963 | |
7096 | 1964 2007-11-02 Kai Habel <kai.habel@gmx.de> |
1965 | |
1966 * plot/bar.m, plot/barh.m: Doc fix. | |
1967 | |
7094 | 1968 2007-10-31 John W. Eaton <jwe@octave.org> |
1969 | |
1970 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
1971 | |
7086 | 1972 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
1973 | |
1974 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
1975 objects and legend objects are implemented with a separate axes | |
1976 object. | |
1977 | |
7078 | 1978 2007-10-30 David Bateman <dbateman@free.fr> |
1979 | |
7081 | 1980 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
1981 | |
7078 | 1982 * plot/__go_draw_axes__.m (do_linestyle_command): |
1983 Use point type 0 for ".". | |
1984 | |
7073 | 1985 2007-10-26 John W. Eaton <jwe@octave.org> |
1986 | |
7074 | 1987 * image/imshow.m: Improve compatibility. |
1988 * image/image.m: Return handle if nargou > 0. | |
1989 | |
7073 | 1990 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
1991 | |
7069 | 1992 2007-10-25 John W. Eaton <jwe@octave.org> |
1993 | |
1994 * miscellaneous/compare_versions.m: Style fixes. | |
1995 | |
7060 | 1996 2007-10-24 John W. Eaton <jwe@octave.org> |
1997 | |
7061 | 1998 * image/saveimage.m: Use functional form of save instead of eval. |
1999 Use -text instead of -ascii. | |
2000 | |
7060 | 2001 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
2002 | |
7054 | 2003 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
2004 | |
2005 * plot/legend.m: Also extract location string from varargin (lost | |
2006 when 2007-10-08 patch was applied). | |
2007 | |
7049 | 2008 2007-10-23 David Bateman <dbateman@free.fr> |
2009 | |
2010 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
2011 miscellaneous/what.m: New functions | |
2012 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
2013 functions. | |
2014 | |
7045 | 2015 2007-10-22 David Bateman <dbateman@free.fr> |
2016 | |
2017 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
2018 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
2019 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
2020 | |
7042 | 2021 2007-10-19 Kai Habel <kai.habel@gmx.de> |
2022 | |
2023 * plot/contourf.m: New function. | |
2024 * plot/Makefile.in (SOURCES): Add it to the list. | |
2025 | |
7040 | 2026 2007-10-19 John W. Eaton <jwe@octave.org> |
2027 | |
2028 * plot/subplot.m: Doc fix. | |
2029 | |
7039 | 2030 2007-10-19 David Bateman <dbateman@free.fr> |
2031 | |
7041 | 2032 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 2033 |
7037 | 2034 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
2035 | |
2036 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
2037 output. | |
2038 | |
7031 | 2039 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
2040 | |
2041 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
2042 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
2043 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
2044 control/system/syssetsignals.m, control/base/lqg.m, | |
2045 strings/str2double.m, control/system/sysscale.m, | |
2046 control/hinf/hinfdemo.m, general/cplxpair.m: | |
2047 Make help text fit on pages when using smallbook. | |
2048 | |
7028 | 2049 2007-10-15 David Bateman <dbateman@free.fr> |
2050 | |
7032 | 2051 * plot/print.m: Call drawnow before printing to ensure the plot is |
2052 on the screen. | |
2053 | |
7028 | 2054 * testfun/test.m: In error/warning blocks test for an error before |
2055 a warning to avoid unexpected failures. | |
2056 | |
7027 | 2057 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
2058 | |
2059 * testfun/assert.m: Correct documentation of absolution versus | |
2060 relative error tolerance and add tests. | |
2061 | |
7024 | 2062 2007-10-14 David Bateman <dbateman@free.fr> |
2063 | |
2064 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
2065 src directory. | |
2066 * plot/Makefile.in (SOURCES): Add fill.m. | |
2067 | |
7020 | 2068 2007-10-13 David Bateman <dbateman@free.fr> |
2069 | |
2070 * plot/__patch__.m: Allow multiple patches to be defined and | |
2071 return a single patch object. Allow Faces/Vertices form of | |
2072 patch. Flag failure so the patch can call print_usage. | |
2073 * plot/patch.m: Update help string for Faces/Vertices | |
2074 call. Respect the fail flag returned by __patch__. Add demo code | |
2075 that tests the functionality of patch. | |
2076 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
2077 patch object. | |
2078 * plot/fill.m: New function. | |
2079 | |
7016 | 2080 2007-10-12 John W. Eaton <jwe@octave.org> |
2081 | |
2082 * Change copyright notices in all files that are part of Octave to | |
2083 GPLv3 or any later version. | |
2084 | |
7012 | 2085 2007-10-11 John W. Eaton <jwe@octave.org> |
2086 | |
2087 * plot/__go_draw_axes__.m (get_axis_limits): | |
2088 Return lim = [] if logscale and no positive values. | |
2089 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
2090 Set initial min and min positive values to Inf, max values to -Inf. | |
2091 (get_data_limits): Correctly handle xminp when no positive values | |
2092 are found. | |
2093 | |
7011 | 2094 2007-10-11 Ben Abbott <bpabbott@mac.com> |
2095 | |
2096 * polynomial/residue.m: New optional input for pole multiplicity. | |
2097 Doc fix. Fix tests. | |
2098 | |
7010 | 2099 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
2100 | |
2101 * toplev.cc (Foctave_config_info): Add field "mac". | |
2102 | |
2103 * miscellaneous/ismac.m: New function. | |
2104 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2105 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
2106 | |
7009 | 2107 2007-10-11 Arno Onken <asnelt@asnelt.org> |
2108 | |
2109 * statistics/distributions/hygernd.m: Allow size to be specified | |
2110 as a scalar. Handle three argument case. Allow T, M, and N to be | |
2111 scalars or matrices of a common size. | |
2112 | |
7007 | 2113 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
2114 | |
2115 * control/csrefcard.lt, control/system/is_detectable.m, | |
2116 control/system/sysgroup.m, geometry/voronoin.m, | |
2117 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
2118 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
2119 statistics/distributions/binornd.m, | |
2120 statistics/distributions/cauchy_rnd.m, | |
2121 statistics/distributions/chi2rnd.m, | |
2122 statistics/distributions/discrete_rnd.m, | |
2123 statistics/distributions/exprnd.m, | |
2124 statistics/distributions/frnd.m, | |
2125 statistics/distributions/gamrnd.m, | |
2126 statistics/distributions/geornd.m, | |
2127 statistics/distributions/laplace_rnd.m, | |
2128 statistics/distributions/logistic_rnd.m, | |
2129 statistics/distributions/lognrnd.m, | |
2130 statistics/distributions/nbinrnd.m, | |
2131 statistics/distributions/normrnd.m, | |
2132 statistics/distributions/poissrnd.m, | |
2133 statistics/distributions/stdnormal_rnd.m, | |
2134 statistics/distributions/trnd.m, | |
2135 statistics/distributions/unifrnd.m, | |
2136 statistics/distributions/wblrnd.m: Spelling fixes. | |
2137 | |
7005 | 2138 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
2139 | |
2140 * time/tic.m: New optional output value. | |
2141 | |
2142 * general/int2str.m: Doc fix. | |
2143 | |
7002 | 2144 2007-10-10 Arno Onken <asnelt@asnelt.org> |
2145 | |
2146 * statistics/distributions/hygecdf.m, | |
2147 statistics/distributions/hygeinv.m, | |
2148 statistics/distributions/hygepdf.m, | |
2149 statistics/distributions/hygernd.m: | |
2150 Swap order of T and M args for compatibility. | |
2151 | |
7001 | 2152 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
2153 | |
2154 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
2155 control/system/buildssic.m, control/system/c2d.m, | |
2156 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
2157 control/system/ss2sys.m, control/system/ss2tf.m, | |
2158 control/system/syscont.m, control/system/sysdimensions.m, | |
2159 control/system/sysdisc.m, control/system/sysmult.m, | |
2160 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
2161 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
2162 general/interp1.m, general/interp2.m, general/interp3.m, | |
2163 general/interpft.m, general/interpn.m, general/polyarea.m, | |
2164 general/rat.m, general/structfun.m, general/trapz.m, | |
2165 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
2166 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
2167 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
2168 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
2169 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
2170 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
2171 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
2172 statistics/base/meansq.m, statistics/base/var.m, | |
2173 statistics/tests/chisquare_test_independence.m, | |
2174 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
2175 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
2176 testfun/test.m: Spelling fixes. | |
2177 | |
6998 | 2178 2007-10-10 Ben Abbott <bpabbott@mac.com> |
2179 | |
2180 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
2181 | |
6997 | 2182 2007-10-10 John W. Eaton <jwe@octave.org> |
2183 | |
2184 * general/num2str.m: Always allow for sign for automatically | |
2185 computed format widths. | |
2186 | |
6988 | 2187 2007-10-09 David Bateman <dbateman@free.fr> |
2188 | |
2189 * plot/patch.m: Accept a handle as the first argument. | |
2190 | |
6987 | 2191 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
2192 | |
7010 | 2193 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 2194 |
6985 | 2195 2007-10-09 John W. Eaton <jwe@octave.org> |
2196 | |
2197 * audio/wavwrite.m: Accept arguments in compatible order. | |
2198 | |
6979 | 2199 2007-10-08 David Bateman <dbateman@free.fr> |
2200 | |
2201 * general/interp2.m: Relax test for values outside the grid to | |
2202 allow monotonically decreasing abscissa as well. | |
2203 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2204 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 2205 |
2206 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
2207 as output parameter. | |
2208 | |
6977 | 2209 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
2210 | |
2211 * plot/__go_draw_axes__.m, plot/legend.m: | |
2212 Handle compatible position specifiers as strings. | |
2213 | |
6975 | 2214 2007-10-08 John Swensen <jpswensen@comcast.net> |
2215 | |
2216 * general/num2str.m: Eliminate extra whitespace in output. | |
2217 * strings/strtrim.m: New function. | |
2218 * strings/Makefile.in (SOURCES): Add it to the list. | |
2219 | |
6968 | 2220 2007-10-06 John W. Eaton <jwe@octave.org> |
2221 | |
2222 * polynomial/residue.m: New test from test/test_poly.m. | |
2223 | |
6967 | 2224 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
2225 | |
2226 * image/saveimage.m: Handle saving color images without a colormap. | |
2227 * image/__img_via_file__.m: Add missing semicolon. | |
2228 | |
2229 2007-10-06 Bill Denney <wsloand@gmail.com> | |
2230 | |
7010 | 2231 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 2232 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
2233 | |
6965 | 2234 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
2235 | |
2236 * plot/print.m: Handle svg output type. Accept new -S option to | |
2237 specify size for PNG and SVG output types. | |
2238 | |
2239 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 2240 |
2241 * polynomial/mpoles.m: New function. | |
2242 * polynomial/residue.m: Modified to behave in reciprocal | |
2243 manner. No longer compute 4th output, "e". No longer accept | |
2244 tolerance input. Explicitly set tolerance parameter to 0.001. | |
2245 Respect maximum relative difference in poles when determining | |
2246 their multiplicity. Use mpoles to determine the multiplicity of | |
2247 poles. | |
2248 | |
6963 | 2249 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
2250 | |
2251 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
2252 for surface plots. | |
2253 | |
6962 | 2254 2007-10-05 John W. Eaton <jwe@octave.org> |
2255 | |
2256 * plot/__next_line_color__.m: Get color_rotation from axes | |
2257 colororder property. | |
2258 | |
6953 | 2259 2007-10-03 John W. Eaton <jwe@octave.org> |
2260 | |
6955 | 2261 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
2262 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
2263 | |
6953 | 2264 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
2265 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
2266 special for __vnorm__. | |
2267 | |
6951 | 2268 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
2269 | |
6952 | 2270 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 2271 |
6950 | 2272 2007-10-03 David Bateman <dbateman@free.fr> |
2273 | |
2274 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
2275 if a file is architecture dependent based on a list of file | |
2276 extensions. | |
2277 (configure_make): Simplify the search for architecture dependent | |
2278 files based on this function. | |
2279 (load_pakages_and_dependencies): Also look for bin directory in | |
2280 the architecture dependent directory. | |
2281 | |
6947 | 2282 2007-10-03 John W. Eaton <jwe@octave.org> |
2283 | |
2284 * miscellaneous/dir.m: Create empty struct with field names. | |
2285 Include datenum in struct. | |
2286 | |
6943 | 2287 2007-10-02 David Bateman <dbateman@free.fr> |
2288 | |
2289 * miscellaneous/ls.m: If nargout return string array of files | |
2290 returned by ls. | |
2291 | |
6942 | 2292 2007-10-01 John W. Eaton <jwe@octave.org> |
2293 | |
2294 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
2295 range values. | |
2296 | |
6937 | 2297 2007-10-01 David Bateman <dbateman@free.fr> |
2298 | |
7010 | 2299 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 2300 speed with small vectors. |
6937 | 2301 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
2302 rather than OCTAVE_HOME(). | |
2303 | |
6935 | 2304 2007-09-30 Ben Abbott <bpabbott@mac.com> |
2305 | |
2306 * plot/findobj.m: New function. | |
2307 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
2308 | |
6925 | 2309 2007-09-26 David Bateman <dbateman@free.fr> |
2310 | |
2311 * pkg/pkg.m: Add second argument to setting for prefix for | |
2312 architecture dependent files. Use throughout. | |
2313 (pkg:issuperuser): New function, use through to check for | |
2314 root user. | |
2315 (pkg:getarchprefix): function to give the archiecture dependent | |
2316 prefix for a package. | |
2317 (pkg:getarchdir): New function giving location of architetcure | |
2318 dependent directory. Use through out. | |
2319 (pkg:install): Treat architecture dependent directory separately | |
2320 as in might not be a sub-directory of the package directory. | |
2321 (pkg:uninstall): ditto. | |
2322 (pkg:create_pkgadddel): Check for global or local install for | |
2323 architecture dependent directory. | |
2324 (pkg:finish_installation): ditto. | |
2325 (pkg:write_INDEX): ditto. | |
2326 (pkg:load_packages_and_dependencies): ditto. | |
2327 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
2328 files to a new location if user is root. | |
2329 (pkg:rm_rf): Check if file or directory exists before removing. | |
2330 (pkg:dirempty): Check if directory exists before checking. | |
2331 | |
2332 * plot/___patch__.m: Allow face colors to be passed as strings | |
2333 | |
2334 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
2335 needed for calls to "hold" without an argument. | |
2336 | |
6920 | 2337 2007-09-21 John W. Eaton <jwe@octave.org> |
2338 | |
6921 | 2339 * optimization/sqp.m: Fix typo. |
2340 | |
6920 | 2341 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
2342 | |
6919 | 2343 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
2344 | |
2345 * control/hinf/h2norm: Compute d*d', not d'*d. | |
2346 | |
6918 | 2347 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
2348 | |
2349 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
2350 unidpdf.m and unidinv.m | |
2351 | |
6914 | 2352 2007-09-18 John W. Eaton <jwe@octave.org> |
2353 | |
2354 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
2355 (do_tics_1): Set numeric axes formats to "%.15g". | |
2356 | |
6912 | 2357 2007-09-18 David Bateman <dbateman@free.fr> |
2358 | |
2359 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
2360 of %g when writing data. | |
2361 | |
6908 | 2362 2007-09-17 John W. Eaton <jwe@octave.org> |
2363 | |
2364 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
2365 | |
6903 | 2366 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
2367 | |
2368 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
2369 noninteger N with N-K < 1. | |
2370 | |
6901 | 2371 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
2372 | |
2373 * strings/index.m: Correct for strings differing after the third | |
2374 position (bug reported by Maude Martin). | |
2375 | |
6895 | 2376 2007-09-13 John W. Eaton <jwe@octave.org> |
2377 | |
2378 * plot/__default_colormap__.m: Delete. | |
2379 * plot/Makefile (SOURCES): Remove from the list. | |
2380 | |
6898 | 2381 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
2382 | |
2383 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
2384 | |
6885 | 2385 2007-09-10 David Bateman <dbateman@free.fr> |
2386 | |
2387 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
2388 limit the selection of colors in the same way as for lines. | |
2389 * plot/__patch__.m: Allow matrix arguments with one patch per | |
2390 column. | |
2391 * plot/__bar__.m: Adapt to use "patch". | |
2392 | |
6870 | 2393 2007-09-06 John W. Eaton <jwe@octave.org> |
2394 | |
2395 * plot/drawnow.m (drawnow): New arg, debug_file. | |
2396 (init_plot_stream): Split from open_plot_stream. | |
2397 * plot/print.m: Accept -debug=FILE argument. | |
2398 | |
6868 | 2399 2007-09-06 David Bateman <dbateman@free.fr> |
2400 | |
7010 | 2401 * general/celldisp.m: New function. |
2402 * general/Makefile.in (SOURCES): Add celldisp.m. | |
2403 * miscellaneous/swapbytes.m: New function. | |
2404 * miscellaneous/gzip.m: New function. | |
2405 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 2406 |
6863 | 2407 2007-09-05 David Bateman <dbateman@free.fr> |
2408 | |
7010 | 2409 * general/structfun.m: New function. |
2410 * general/Makefile.in (SOURCES): Add it to sources. | |
2411 * miscellaneous/run.m: New function. | |
2412 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
2413 * statistics/base/mode.m: New function. | |
2414 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 2415 |
6862 | 2416 2007-09-05 John W. Eaton <jwe@octave.org> |
2417 | |
2418 * miscellaneous/orderfields.m: Use numel instead of length. | |
2419 | |
2420 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
2421 | |
2422 * miscellaneous/orderfields.m: Handle empty structs. | |
2423 | |
6861 | 2424 2007-09-05 John W. Eaton <jwe@octave.org> |
2425 | |
2426 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
2427 DATA_IDX. | |
2428 | |
2429 2007-09-04 David Bateman <dbateman@free.fr> | |
2430 | |
2431 * general/isdir.m: Return a logical value. | |
2432 | |
6859 | 2433 2007-09-04 David Bateman <dbateman@free.fr> |
2434 | |
2435 * statistics/distributions/chi2pdf.m, | |
2436 statistics/distributions/chi2cdf.m, | |
2437 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
2438 distribution functions to account for inverse of scale factor in | |
2439 gamma functions. | |
2440 | |
6857 | 2441 2007-09-01 John W. Eaton <jwe@octave.org> |
2442 | |
2443 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
2444 | |
6853 | 2445 2007-09-01 David Bateman <dbateman@free.fr> |
2446 | |
2447 * polynomial/polyint.m: New function like polyinteg but with | |
2448 explicit integration constant. | |
2449 * polynomial/polyinteg.m: Remove. | |
2450 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
2451 polyinteg.m. | |
2452 * deprecated/polyinteg.m: Move version here. | |
2453 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
2454 | |
6852 | 2455 * geometry/voronoi.m: Add large box around data to get a good |
2456 approximation of the rays to infinity. | |
2457 | |
6851 | 2458 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
2459 | |
2460 * plot/axes.m: Allow parent to be specified when creating axes | |
2461 objects. Support non-figure parents. | |
2462 | |
2463 2007-08-31 John W. Eaton <jwe@octave.org> | |
2464 | |
2465 * plot/ancestor.m: New function, adapted from Octave Forge. | |
2466 | |
6850 | 2467 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
2468 | |
7010 | 2469 * polynomial/polygcd.m: Better layout of example. |
2470 * polynomial/compan.m: Remove unnecessary check. | |
2471 * polynomial/roots.m: Added example to help text. | |
2472 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
2473 * polynomial/poly.m: Added example to help text. | |
6850 | 2474 |
6848 | 2475 2007-08-30 John W. Eaton <jwe@octave.org> |
2476 | |
2477 * optimization/qp.m: Increase maxit to 200. | |
2478 | |
6847 | 2479 2007-08-30 David Bateman <dbateman@free.fr> |
2480 | |
2481 * geometry/inpolygon.m: New file. | |
2482 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
2483 | |
6843 | 2484 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
2485 | |
2486 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
2487 | |
6829 | 2488 2007-08-24 David Bateman <dbateman@free.fr> |
2489 | |
2490 * plot/__go_draw_axes__.m: Treat text color property. | |
2491 | |
6828 | 2492 2007-08-24 John W. Eaton <jwe@octave.org> |
2493 | |
2494 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
2495 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
2496 | |
2497 * miscellaneous/movefile.m: Separate second and third args and | |
2498 use p1 and p2, not f1 and f2 when constructing arguments for | |
2499 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
2500 | |
6825 | 2501 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
2502 | |
2503 * set/intersect.m: Make it work with cell arrays of strings. | |
2504 | |
6823 | 2505 2007-08-24 David Bateman <dbateman@free.fr> |
2506 | |
7010 | 2507 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 2508 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
2509 functions ported from octave-forge. | |
7010 | 2510 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 2511 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
2512 geometry/triplot.m, geometry/tsearchn.m: | |
2513 New functions. | |
7010 | 2514 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
2515 * geometry/Makefile.in (SOURCES): Add functions above. | |
2516 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 2517 |
6820 | 2518 2007-08-23 John W. Eaton <jwe@octave.org> |
2519 | |
2520 * pkg/pkg.m: Avoid using installed_packages for both function and | |
2521 variable name. | |
2522 | |
2523 2007-08-23 David Bateman <dbateman@free.fr> | |
2524 | |
2525 * plot/plot.m: Allow first arg to be axes handle. | |
2526 | |
6818 | 2527 2007-08-22 David Bateman <dbateman@free.fr> |
2528 | |
2529 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
2530 outputs are returned only if requested. | |
2531 | |
2532 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
2533 | |
2534 * control/base/nichols.m: Fix typo. | |
2535 | |
6813 | 2536 2007-08-13 John W. Eaton <jwe@octave.org> |
2537 | |
2538 * plot/meshgrid.m: Use repmat instead of multiplication. | |
2539 | |
6809 | 2540 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
2541 | |
2542 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
2543 use axes position in each appropriate gnuplot set statement. | |
2544 | |
6808 | 2545 2007-08-10 John W. Eaton <jwe@octave.org> |
2546 | |
2547 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
2548 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
2549 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
2550 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
2551 | |
6807 | 2552 2007-08-10 Kai Habel <kai.habel@gmx.de> |
2553 | |
2554 * plot/patch.m, plot/__patch__.m: New files. | |
2555 * plot/Makefile.in (SOURCES): Add them to the list. | |
2556 | |
2557 2007-08-07 John W. Eaton <jwe@octave.org> | |
2558 | |
2559 * path/savepath.m: Use single quotes for argument to PATH command | |
2560 that is inserted in file. | |
2561 | |
6805 | 2562 2007-07-27 John W. Eaton <jwe@octave.org> |
2563 | |
2564 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
2565 not set in the environment. | |
2566 | |
6796 | 2567 2007-07-25 David Bateman <dbateman@free.fr> |
2568 | |
2569 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
2570 control/base/Makefile.in, control/hinf/Makefile.in, | |
2571 control/obsolete/Makefile.in, control/system/Makefile.in, | |
2572 control/util/Makefile.in, deprecated/Makefile.in, | |
2573 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
2574 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
2575 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
2576 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
2577 polynomial/Makefile.in, quaternion/Makefile.in, | |
2578 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
2579 specfun/Makefile.in, special-matrix/Makefile.in, | |
2580 startup/Makefile.in, statistics/Makefile.in, | |
2581 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
2582 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
2583 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
2584 Adjust DISTFILES to allow out of tree "make dist" to work. | |
2585 | |
6795 | 2586 2007-07-25 John W. Eaton <jwe@octave.org> |
2587 | |
2588 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
2589 | |
6793 | 2590 2007-07-24 David Bateman <dbateman@free.fr> |
2591 | |
2592 * image/flag.m: New colormap function. | |
2593 * images/Makefile.in: Include it in SOURCES. | |
2594 | |
2595 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
2596 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
2597 image/rainbow.m image/spring.m image/summer.m image/white.m | |
2598 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
2599 * image/gray.m, image/ocean.m: Use the same means of finding the | |
2600 number of colormap elements as the other colormap functions. | |
2601 | |
6790 | 2602 2007-07-24 Kai Habel <kai.habel@gmx.de> |
2603 | |
2604 * plot/__go_draw_axes__.m: Handle patch. | |
2605 | |
6788 | 2606 2007-07-23 David Bateman <dbateman@free.fr> |
2607 | |
2608 * general/rat.m: New function for ration approximation imported | |
2609 from octave-forge. | |
2610 * general/del2.m: New function for discrete laplacian operator. | |
2611 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
2612 | |
2613 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
2614 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
2615 image/rainbow.m image/spring.m image/summer.m image/white.m | |
2616 image/winter.m, image/brighten.m: Port image functions from | |
2617 octave-forge. | |
2618 * image/Makefile.in: Add ported functions to SOURCES. | |
2619 * image/gray.m, image/ocean.m: Don't set the colormap for | |
2620 compatibility with matlab. | |
2621 | |
2622 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
2623 octave-forge | |
2624 * plot/Makefile.in: Add ported functions to SOURCES. | |
2625 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
2626 using gnuplot 4.2 or greater. | |
2627 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2628 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 2629 |
2630 * general/cart2sph.m: Fix unbalanced paranthesis. | |
2631 | |
6781 | 2632 2007-07-19 David Bateman <dbateman@free.fr> |
2633 | |
2634 * plot/fplot.m: More compatible version. | |
2635 | |
6780 | 2636 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
2637 | |
2638 * plot/clf.m: Check for valid handle before deleting. | |
2639 | |
2640 * plot/figure.m: Pass "figure" property/value pairs directly to | |
2641 __go_figure__ instead of using regular "set" call. | |
2642 | |
6779 | 2643 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
2644 | |
2645 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
2646 type for gnuplot. | |
2647 | |
6778 | 2648 2007-07-18 John W. Eaton <jwe@octave.org> |
2649 | |
2650 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
2651 gnuplot for each set of axes. | |
2652 | |
6777 | 2653 2007-07-18 David Bateman <dbateman@free.fr> |
2654 | |
6778 | 2655 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
2656 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
2657 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
2658 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
2659 Use standard scale factor rather than one on the scale factor for | |
2660 compatibility. | |
2661 | |
2662 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
2663 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
2664 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
2665 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
2666 Preserve backward compatibility. | |
6777 | 2667 |
6776 | 2668 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
2669 | |
2670 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
2671 to avoid issues with regexp special characters in the path strings. | |
2672 | |
6770 | 2673 2007-07-06 David Bateman <dbateman@free.fr> |
2674 | |
6778 | 2675 * general/accumarray.m: New function to create an array by |
2676 accumulating the elements. | |
6770 | 2677 |
6768 | 2678 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
2679 | |
2680 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
2681 (fdjac): Set nx outside of if block. | |
2682 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
2683 | |
6765 | 2684 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
2685 | |
2686 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
2687 | |
2688 * plot/axis.m: Also set "visible" property when setting axes to | |
2689 on/off. | |
2690 | |
6762 | 2691 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
2692 | |
2693 * image/colormap.m: Only return colormap if nargout > 0. | |
2694 Mark as command. | |
2695 | |
6758 | 2696 2007-06-25 John W. Eaton <jwe@octave.org> |
2697 | |
2698 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
2699 strcmp for selected property comparisons. | |
2700 | |
6756 | 2701 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
2702 | |
6778 | 2703 * image/imshow.m: Fix check for colormap arguments. |
6756 | 2704 |
6754 | 2705 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
2706 | |
2707 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
2708 | |
6756 | 2709 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 2710 |
6778 | 2711 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 2712 argument, and note that the data should be sorted for the |
2713 definition of the median to be correct. | |
2714 | |
6778 | 2715 * statistics/base/std.m: Add missing square to definition of |
6754 | 2716 standard deviation. |
2717 | |
6778 | 2718 * statistics/base/cov.m: Add definition of covariance to the help text. |
2719 | |
2720 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 2721 statistics/base/std.m: |
2722 Note that \bar{x} is the mean value of x in the help text. | |
2723 | |
6778 | 2724 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 2725 coefficient to the help text. |
2726 | |
6778 | 2727 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
2728 | |
2729 * statistics/base/var.m: Put N in @math in help text. | |
2730 | |
2731 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 2732 statistics/tests/kolmogorov_smirnov_test.m: |
2733 Write about possible values of 'dist' in help text. | |
2734 | |
6778 | 2735 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 2736 Add definition of correlation to the help text. |
2737 | |
6778 | 2738 * statistics/base/logit.m, statistics/base/kendall.m, |
2739 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 2740 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
2741 TeXification of help text. | |
2742 | |
2743 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
2744 | |
2745 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
2746 Add missing @var's to help text. | |
2747 | |
2748 * statistics/models/logistic_regression.m: Fix typos in help text. | |
2749 | |
2750 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
2751 of help text. | |
2752 | |
2753 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
2754 help text. | |
2755 | |
2756 * statistics/distributions/unidpdf.m, | |
2757 statistics/distributions/discrete_pdf.m: | |
2758 Replace 'pDF' with 'PDF' in help text. | |
2759 | |
6753 | 2760 2007-06-25 John W. Eaton <jwe@octave.org> |
2761 | |
2762 * strings/substr.m: Use offset consistently in code and doc string. | |
2763 From Rafael Laboissiere <rafael@debian.org>. | |
2764 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2765 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 2766 |
6778 | 2767 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 2768 |
6751 | 2769 2007-06-25 John W. Eaton <jwe@octave.org> |
2770 | |
2771 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
2772 Recycle tic labels if necessary. From Juhani Saastamoinen | |
2773 <juhani@cs.joensuu.fi>. | |
2774 | |
6748 | 2775 2007-06-20 John W. Eaton <jwe@octave.org> |
2776 | |
6749 | 2777 * strings/index.m: Allow strings to be empty. |
2778 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
2779 | |
6748 | 2780 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
2781 | |
6747 | 2782 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
2783 | |
2784 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
2785 separate matrices. | |
2786 | |
6746 | 2787 2007-06-19 David Bateman <dbateman@free.fr> |
2788 | |
2789 * plot/axis.m: Prefer to use legend rather than the older Octave | |
2790 only ";;" legend syntax. | |
2791 * polynomial/mkpp.m: ditto. | |
2792 * polynomial/pchip.m: ditto. | |
2793 * signal/freqz_plot.m: ditto. | |
2794 * sparse/gplot.m: ditto. | |
2795 * sparse/treeplot.m: ditto. | |
2796 | |
6745 | 2797 2007-06-19 John W. Eaton <jwe@octave.org> |
2798 | |
2799 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
2800 (__go_draw_axes__): Call do_tics to handle tic marks. | |
2801 | |
6742 | 2802 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
2803 | |
6778 | 2804 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 2805 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
2806 to check for NA. | |
2807 | |
6741 | 2808 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
2809 | |
6778 | 2810 * optimization/glpk.m: TeXified the help text. |
2811 * optimization/qp.m: TeXified the help text. | |
2812 * optimization/sqp.m: TeXified the help text. | |
6741 | 2813 |
6740 | 2814 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
2815 | |
6778 | 2816 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 2817 |
6738 | 2818 2007-06-15 John W. Eaton <jwe@octave.org> |
2819 | |
2820 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
2821 have_newer_gnuplot is true. | |
2822 | |
6736 | 2823 2007-06-15 Pete Gustafson <petegus@umich.edu> |
2824 | |
6778 | 2825 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
2826 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 2827 to 90, all others 0. |
2828 | |
6778 | 2829 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
2830 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 2831 get_data_limits. |
6778 | 2832 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 2833 called by __errplot__. |
2834 | |
6730 | 2835 2007-06-15 John W. Eaton <jwe@octave.org> |
2836 | |
2837 * testfun/test.m: Also return number of expected failures. | |
2838 | |
6724 | 2839 2007-06-14 John W. Eaton <jwe@octave.org> |
2840 | |
6730 | 2841 * set/ismember.m: Mark two tests known to fail with xtest. |
2842 | |
6724 | 2843 * plot/__go_draw_axes__.m: Handle text rotation property. |
2844 | |
6728 | 2845 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
2846 | |
2847 * testfun/test.m: Add xtest support for tests known to fail. | |
2848 | |
6727 | 2849 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
2850 | |
2851 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
2852 epslatexstandalone terminals. | |
2853 | |
6721 | 2854 2007-06-14 David Bateman <dbateman@free.fr> |
2855 | |
2856 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
2857 as permutation of results was incorrect. | |
2858 * general/interp1.m: Add demo on second derivative | |
2859 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 2860 call. Add 3D demo. Fix typos |
2861 * general/interp3.m: Fix typos. Correct permutation for use of | |
2862 interpn. | |
6721 | 2863 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
2864 | |
6717 | 2865 2007-06-13 John W. Eaton <jwe@octave.org> |
2866 | |
2867 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 2868 |
6706 | 2869 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
2870 | |
2871 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
2872 | |
6704 | 2873 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
2874 | |
2875 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
2876 Set have_linestyle to true if two character linestyle is found. | |
2877 | |
6702 | 2878 2007-06-12 David Bateman <dbateman@free.fr> |
2879 | |
6717 | 2880 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
2881 and interpn.m. | |
2882 | |
2883 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
2884 structure before using it. | |
2885 | |
2886 2007-06-12 David Bateman <dbateman@free.fr> | |
2887 | |
6704 | 2888 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 2889 * general/__splinen__.m: New support function for N-dimensional |
2890 spline interpolation. | |
2891 * general/bicubic.m: Allow definition of extrapolation | |
2892 value. Adapt tests to use new graphics interface | |
2893 * general/interp2.m: Call __splinen__ for 2-D spline | |
2894 interpolation. Make the lookup table code only be called for | |
2895 linear and nearest methods. | |
2896 * general/interpn.m: New function for N-dimensional, linear, nearest | |
2897 and spline interpolation. | |
2898 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
2899 and spline interpolation. | |
6704 | 2900 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 2901 |
6701 | 2902 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
2903 | |
2904 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
2905 | |
6699 | 2906 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
2907 | |
2908 * plot/fplot.m: If function is inline, vectorize it. | |
2909 | |
6698 | 2910 2007-06-10 David Bateman <dbateman@free.fr> |
2911 | |
2912 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
2913 directory if need to, so that it fits on a line. | |
2914 | |
6695 | 2915 2007-06-07 David Bateman <dbateman@free.fr> |
2916 | |
2917 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
2918 saved file so that dependent packages are loaded first, and if | |
2919 nargout==0 don't return any arguments. | |
2920 (pkg:install): Only load packages that are marked autoload after | |
2921 install. Various fixes. Save in order. | |
2922 (pkg:uninstall): Save in order | |
2923 (pkg:load_packages): Use load_package_and_dependencies to load | |
2924 packages. | |
2925 (pkg:save_order): New function to sort package list with dependent | |
2926 packages first. | |
2927 (pkg:load_packages_and_dependencies): New function to load both a | |
2928 list of packages and their dependencies. | |
2929 (pkg:load_package_dirs): New function that returns a vector of the | |
2930 indexes into the installed package list indicating the packages to | |
2931 load and the order to load them in to respect the dependencies. | |
2932 | |
6688 | 2933 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
2934 | |
2935 * plot/axes.m: Eliminate redundant else clause. | |
2936 | |
6686 | 2937 2007-06-03 David Bateman <dbateman@free.fr> |
2938 | |
2939 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 2940 * pkg/pkg.m: Protect against multiple actions being define. |
2941 | |
6683 | 2942 2007-06-01 David Bateman <dbateman@free.fr> |
2943 | |
2944 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
2945 incorporate into main pkg function. | |
2946 (pkg:install): Check for existence of files to install before | |
2947 globbing and warn the user if they don't exist. | |
2948 | |
6675 | 2949 2007-05-31 David Bateman <dbateman@free.fr> |
2950 | |
6679 | 2951 * miscellaneous/copyfile.m: Split copying of multiple files to a |
2952 directory over several copy command to limit the line length. | |
2953 * miscellaneous/movefile.m: Ditto. | |
2954 | |
6675 | 2955 * pkg.m: Add build option to allow binary Octave packages to be |
2956 built from source packages. Probe absolute path of prefix, global | |
2957 and local lists. Use strcat, rather that [] for strings. | |
2958 (pkg:build): New function to binary binary package. | |
2959 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
2960 (pkg:repackage): Package binary Octave package from installation. | |
2961 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
2962 from m-files into main installation directory. | |
2963 (pkg:shell): Suppress verbose messages from shell and only display | |
2964 them with the verbose flag. | |
2965 (pkg:installed_packages): Also include the loaded flag in the | |
2966 local and global packages. | |
2967 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
2968 flagged as loaded. | |
2969 | |
2970 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
2971 | |
2972 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
2973 with and without architecture dependent directories. | |
2974 (pkg:installed_packages): Probe the global_list file even if it is | |
2975 the same as the local_list. | |
2976 | |
6669 | 2977 2007-05-29 John W. Eaton <jwe@octave.org> |
2978 | |
2979 * sparse/spy.m: Set axis to "ij" mode. | |
2980 | |
6664 | 2981 2007-05-24 John W. Eaton <jwe@octave.org> |
2982 | |
2983 * set/ismember.m: Quote first arg of "fail" tests. | |
2984 | |
6663 | 2985 2007-05-24 David Bateman <dbateman@free.fr> |
2986 | |
6778 | 2987 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 2988 |
6655 | 2989 2007-05-22 David Bateman <dbateman@free.fr> |
2990 | |
2991 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
2992 error(lasterr()(8:end)). | |
2993 (pkg:install): Warning for empty packages being removed. Suppress | |
2994 spurious output. Warning rather than error for uninstalling a | |
2995 package that is not installed to avoid RPM issue. | |
2996 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
2997 inst or architecture dependent directory if it exists. | |
2998 | |
6653 | 2999 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
3000 | |
3001 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
3002 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
3003 signal/freqz.m: Fix typos. | |
3004 | |
6645 | 3005 2007-05-21 David Bateman <dbateman@free.fr> |
3006 | |
3007 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
3008 force installation location. | |
3009 (rebuild): New subfunction to rebuild package database from | |
3010 installed packages. Also allows changing of autoload status | |
3011 (install): Warn use if attempting to install from non existent | |
3012 file. | |
3013 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
3014 "USER", "root"))' for root test. | |
3015 | |
3016 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
3017 | |
3018 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
3019 and replace "\" characters with "/". | |
3020 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
3021 characters with "/" throughout. | |
3022 (shell): New subfunction that wraps system and is careful with the | |
3023 shell on windows platforms. | |
3024 (configure_make): Explictly pass complier etc to configure | |
3025 process. | |
3026 (issuperuser): Force default to global install for Windows machines. | |
3027 | |
6636 | 3028 2007-05-19 Kristan Onu |
3029 | |
3030 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
3031 | |
6634 | 3032 2007-05-18 David Bateman <dbateman@free.fr> |
3033 | |
3034 * pkg/pkg.m (install): More verbosity. | |
3035 (configure_make): Ditto. | |
3036 (create_pkgadddel): Install in architecture dependent directory if | |
3037 it exists to address issues with autoload/mfilename. | |
3038 (write_INDEX): Check in archiecture dependent directories as well. | |
3039 | |
6633 | 3040 2007-05-17 David Bateman <dbateman@free.fr> |
3041 | |
3042 * plot/hbar.m: Remove. | |
3043 * plot/barh.m: and move it here. | |
3044 | |
6631 | 3045 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
3046 | |
3047 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
3048 | |
6629 | 3049 2007-05-16 John W. Eaton <jwe@octave.org> |
3050 | |
3051 * general/logspace.m: Return second arg if fewer than two values | |
3052 are requested. | |
3053 | |
6619 | 3054 2007-05-14 John W. Eaton <jwe@octave.org> |
3055 | |
3056 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
3057 on a new line. | |
3058 | |
6617 | 3059 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
3060 | |
3061 * statistics/distributions/norminv.m, | |
3062 statistics/distributions/norminv.m, | |
3063 statistics/distributions/normpdf.m, | |
3064 statistics/distributions/normrnd.m: | |
3065 Use standard deviation, not variance. | |
3066 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
3067 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
3068 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
3069 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
3070 backward compatibility. | |
3071 | |
6616 | 3072 2007-05-14 David Bateman <dbateman@free.fr> |
3073 | |
3074 * pkg/pkg.m: Mark loaded packages with "*". | |
3075 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3076 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 3077 |
3078 * miscellaneous/single.m: Doc fix. | |
3079 Convert to double instead of returning argument unchanged. | |
3080 | |
3081 * miscellaneous/doc.m: Doc fix. | |
3082 | |
3083 * miscellaneous/ver.m: Doc fix. | |
3084 Don't display information about Octave Forge. | |
3085 | |
6614 | 3086 2007-05-12 David Bateman <dbateman@free.fr> |
3087 | |
3088 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
3089 install to be printed. An error in the on_uninstall script causes | |
3090 a failure to uninstall. Place oct- and mex-files in an | |
3091 architecture dependent directory. | |
3092 | |
6611 | 3093 2007-05-09 John W. Eaton <jwe@octave.org> |
3094 | |
3095 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
3096 | |
6609 | 3097 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3098 | |
3099 * statistics/distributions/normcdf.m: Use standard deviation | |
3100 instead of variance for compatibility. | |
3101 | |
3102 2007-05-08 John W. Eaton <jwe@octave.org> | |
3103 | |
3104 | |
3105 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
3106 | |
3107 * set/ismember.m: Always return logical values. | |
3108 | |
3109 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 3110 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 3111 |
3112 * general/__isequal__.m: Allow numeric values of different classes | |
3113 to compare equal. | |
3114 | |
6606 | 3115 2007-05-07 David Bateman <dbateman@free.fr> |
3116 | |
6607 | 3117 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
3118 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 3119 |
6605 | 3120 2007-05-02 John W. Eaton <jwe@octave.org> |
3121 | |
3122 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
3123 | |
6604 | 3124 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3125 | |
3126 * contour.m: Rewrite help string. | |
3127 | |
6599 | 3128 2007-04-28 John W. Eaton <jwe@octave.org> |
3129 | |
3130 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
3131 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
3132 Special case nargout == 0. | |
3133 | |
6597 | 3134 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
3135 | |
3136 * general/sub2ind.m: Handle empty input, add tests. | |
3137 | |
6590 | 3138 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3139 | |
3140 * plot/contourc.m: Doc fix. | |
3141 | |
6586 | 3142 2007-04-26 David Bateman <dbateman@free.fr> |
3143 | |
3144 * plot/hist.m: Partially remove previous patch. | |
3145 | |
6582 | 3146 2007-04-26 David Bateman <dbateman@free.fr> |
3147 | |
3148 * plot/hist.m: Support returning of handle | |
3149 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
3150 cells. | |
3151 | |
6575 | 3152 2007-04-25 John W. Eaton <jwe@octave.org> |
3153 | |
6579 | 3154 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
3155 "title \"\"", not "". | |
3156 | |
6575 | 3157 * plot/legend.m: Initialize WARNED to false. |
3158 | |
6567 | 3159 2007-04-24 John W. Eaton <jwe@octave.org> |
3160 | |
3161 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3162 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 3163 |
3164 2007-04-23 John W. Eaton <jwe@octave.org> | |
3165 | |
3166 * plot/box.m: Delete extra endfunction keyword. | |
3167 | |
6560 | 3168 2007-04-23 David Bateman <dbateman@free.fr> |
3169 | |
3170 * plot/plot3.m: Call newplot. | |
3171 | |
6553 | 3172 2007-04-20 John W. Eaton <jwe@octave.org> |
3173 | |
3174 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
3175 | |
6546 | 3176 2007-04-19 John W. Eaton <jwe@octave.org> |
3177 | |
3178 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
3179 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
3180 | |
6544 | 3181 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3182 | |
3183 * control/util/axis2dlim.m: Delete extraneous line. | |
3184 | |
6542 | 3185 2007-04-18 John W. Eaton <jwe@octave.org> |
3186 | |
3187 * specfun/factorial.m: Increase tolerance in large value test. | |
3188 | |
6540 | 3189 2007-04-18 David Bateman <dbateman@free.fr> |
3190 | |
3191 * __bar__.m: New support function for bar/hbar to support graphic | |
3192 handles, and additional arguments. | |
3193 * bar.m: Convert to use __bar__. | |
3194 * hbar.m: New function | |
3195 * hist.m: Explicitly set the width of the bar plot. | |
3196 | |
6533 | 3197 2007-04-17 John W. Eaton <jwe@octave.org> |
3198 | |
6534 | 3199 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
3200 | |
6533 | 3201 * set/ismember.m: New tests. |
3202 From David Grohmann <grohmann@arlut.utexas.edu> | |
3203 | |
6532 | 3204 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
3205 | |
3206 * specfun/factorial.m: Use gamma function instead of cumprod. | |
3207 Add tests. | |
3208 | |
6527 | 3209 2007-04-16 John W. Eaton <jwe@octave.org> |
3210 | |
6528 | 3211 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
3212 looks_like_copyright in src/help.cc. | |
3213 From S�ren Hauberg <soren@hauberg.org>. | |
3214 | |
6527 | 3215 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
3216 | |
6526 | 3217 2007-04-13 John W. Eaton <jwe@octave.org> |
3218 | |
6527 | 3219 * optimization/sqp.m: Initialize info to 0. |
3220 | |
6526 | 3221 * optimization/qp.m: Undo previous change. |
3222 | |
6524 | 3223 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3224 | |
3225 * spdiags.m: Fixed the four-argument case to work for columns of | |
3226 length one. | |
3227 | |
6523 | 3228 2007-04-12 John W. Eaton <jwe@octave.org> |
3229 | |
3230 * optimization/qp.m: Avoid Octave indexing bug. | |
3231 | |
6521 | 3232 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
3233 | |
6522 | 3234 * miscellaneous/menu.m, control/base/bddemo.m, |
3235 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
3236 control/system/sysrepdemo.m: | |
3237 Adapt to page_screen_output as a function. | |
6521 | 3238 |
6518 | 3239 2007-04-11 John W. Eaton <jwe@octave.org> |
3240 | |
3241 * miscellaneous/not.m: Delete. | |
3242 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
3243 | |
3244 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3245 | |
3246 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
3247 that are close but not exactly equal. | |
3248 | |
6515 | 3249 2007-04-11 David Bateman <dbateman@free.fr> |
3250 | |
3251 * general/bitcmp.m: Make it work again. | |
3252 | |
6512 | 3253 2007-04-10 John W. Eaton <jwe@octave.org> |
3254 | |
3255 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
3256 that are close but not exactly equal. | |
3257 | |
6511 | 3258 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
3259 | |
3260 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
3261 in response to a change in x limits for now. | |
3262 | |
6510 | 3263 2007-04-09 John W. Eaton <jwe@octave.org> |
3264 | |
3265 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
3266 (__go_draw_axes__): Use it to write data to plot stream. | |
3267 | |
6509 | 3268 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
3269 | |
3270 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
3271 zeros. Set markerfacecolor property in call to plot. | |
3272 | |
6508 | 3273 2007-04-06 John W. Eaton <jwe@octave.org> |
3274 | |
3275 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
3276 | |
3277 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
3278 | |
3279 * plot/stem.m: Use plot instead of a series of calls to line. | |
3280 | |
6494 | 3281 2007-04-05 John W. Eaton <jwe@octave.org> |
3282 | |
6499 | 3283 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
3284 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
3285 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
3286 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
3287 | |
6496 | 3288 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 3289 Use strcmpi instead of strcmp+tolower. |
6496 | 3290 Style fixes. |
3291 | |
6494 | 3292 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
3293 Plotting fixes. Style fixes. | |
3294 | |
3295 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
3296 Style fixes. | |
3297 | |
3298 * testfun/fail.m: No need to check for evalin and lastwarn. | |
3299 Style fixes. | |
3300 | |
3301 * testfun/demo.m, testfun/example.m: Style fixes. | |
3302 Use "strcat (...)" instead of "[...]". | |
3303 Use format specifiers in calls to warning. | |
3304 | |
3305 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
3306 Use "strcat (...)" instead of "[...]". | |
3307 Use "x(end)" instead of "x(length (x))". | |
3308 Check NA before NaN. | |
3309 Style fixes. | |
3310 | |
6473 | 3311 2007-03-29 John W. Eaton <jwe@octave.org> |
3312 | |
6474 | 3313 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 3314 |
6467 | 3315 2007-03-27 John W. Eaton <jwe@octave.org> |
3316 | |
3317 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3318 control/base/Makefile.in, control/hinf/Makefile.in, | |
3319 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3320 control/util/Makefile.in, deprecated/Makefile.in, | |
3321 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3322 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3323 miscellaneous/Makefile.in, optimization/Makefile.in, | |
3324 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3325 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3326 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3327 special-matrix/Makefile.in, startup/Makefile.in, | |
3328 statistics/Makefile.in, statistics/base/Makefile.in, | |
3329 statistics/distributions/Makefile.in, | |
3330 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3331 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3332 Use ln instead of $(LN_S) in dist target. | |
3333 | |
6465 | 3334 2007-03-27 David Bateman <dbateman@free.fr> |
3335 | |
3336 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
3337 gnuplot 4.0. | |
3338 | |
6464 | 3339 2007-03-26 John W. Eaton <jwe@octave.org> |
3340 | |
3341 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
3342 | |
6461 | 3343 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
3344 | |
3345 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
3346 plot stream and using binary data. | |
3347 | |
6459 | 3348 2007-03-26 John W. Eaton <jwe@octave.org> |
3349 | |
3350 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
3351 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3352 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
3353 | |
3354 2007-03-26 David Bateman <dbateman@free.fr> | |
3355 | |
6461 | 3356 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
3357 | |
6459 | 3358 * plot/plot3.m: Handle line properties. |
3359 * plot/plot.m: Update docstring. | |
3360 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
3361 * plot/__plt__.m: Also gather properties. | |
3362 | |
6455 | 3363 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
3364 | |
3365 * testfun/assert.m: Delete special check for empty objects. | |
3366 Add test. | |
3367 | |
6453 | 3368 2007-03-26 John W. Eaton <jwe@octave.org> |
3369 | |
6454 | 3370 * plot/drawnow.m: Exit early if call is recursive. |
3371 | |
6453 | 3372 * plot/__go_draw_axes__.m (get_data_limits): New function. |
3373 Check for Inf too. | |
3374 (__go_draw_axes__): Use get_data_limits. | |
3375 | |
6450 | 3376 2007-03-24 John W. Eaton <jwe@octave.org> |
3377 | |
6451 | 3378 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
3379 send terminal setting command with title option to plot stream. | |
3380 | |
6450 | 3381 * plot/legend.m: Correctly increment index into list of children.. |
3382 | |
6434 | 3383 2007-03-23 John W. Eaton <jwe@octave.org> |
3384 | |
6448 | 3385 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
3386 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
3387 control/base/nyquist.m, control/base/nichols.m, | |
3388 control/base/frdemo.m, signal/freqz_plot.m, | |
3389 control/base/__stepimp__.m, control/base/bode.m, | |
3390 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
3391 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 3392 Update plotting code. |
3393 | |
3394 * control/base/bode.m: Unwrap phase angle. | |
3395 | |
3396 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
3397 | |
3398 * plot/axis.m: Don't check automatic_replot, or call replot. | |
3399 | |
3400 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
3401 commands. | |
6446 | 3402 |
6442 | 3403 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 3404 Handle numeric color specs. |
6442 | 3405 * plot/plot.m: Remove "-@" and "@" from docstring. |
3406 | |
6441 | 3407 * plot/orient.m: Fix tests to avoid creating a plot window. |
3408 | |
6440 | 3409 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
3410 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
3411 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
3412 general/arrayfun.m, miscellaneous/compare_versions.m, | |
3413 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
3414 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
3415 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
3416 | |
6438 | 3417 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
3418 plot, not just multiplots. | |
3419 | |
6436 | 3420 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
3421 | |
6434 | 3422 * plot/contour.m: Don't call drawnow. |
3423 | |
6431 | 3424 2007-03-22 John W. Eaton <jwe@octave.org> |
3425 | |
6432 | 3426 * plot/drawnow.m: Check and optionally, set, the __modified__ |
3427 property of each figure. | |
3428 | |
6431 | 3429 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
3430 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
3431 | |
3432 2007-03-21 John W. Eaton <jwe@octave.org> | |
3433 | |
3434 * linear-algebra/null.m: Set elements of retval with magnitudes | |
3435 less than eps to 0. | |
3436 | |
6429 | 3437 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 3438 |
3439 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 3440 * testfun/speed.m: Documentation and example fix. |
3441 | |
6424 | 3442 2007-03-21 John W. Eaton <jwe@octave.org> |
3443 | |
3444 * plot/subplot.m: If we find an existing subplot region, set | |
3445 it to be the "currentaxes" property for the current figure. | |
6425 | 3446 Delete old axes objects if the new axes object overlaps the old. |
6424 | 3447 |
6422 | 3448 2007-03-20 David Bateman <dbateman@free.fr> |
3449 | |
3450 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
3451 | |
3452 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
3453 | |
3454 * general/arrayfun.m: New function. | |
3455 | |
6418 | 3456 2007-03-20 John W. Eaton <jwe@octave.org> |
3457 | |
6419 | 3458 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
3459 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
3460 | |
3461 * plot/clf.m: Don't call drawnow. | |
3462 | |
6431 | 3463 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 3464 |
6420 | 3465 * image/__img__.m: Maybe set yaxis to reverse for images. |
3466 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
3467 images. | |
3468 | |
6418 | 3469 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 3470 instead of global. Only register __go_close_all__ with atexit if |
3471 the plot stream is successfully opened. | |
6418 | 3472 |
6413 | 3473 2007-03-15 John W. Eaton <jwe@octave.org> |
3474 | |
6418 | 3475 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 3476 From Daniel J Sebald <daniel.sebald@ieee.org>. |
3477 | |
3478 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
3479 | |
3480 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 3481 Use numeric line types. |
6413 | 3482 |
3483 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 3484 lines and larger markers. Remove key titles from line type |
3485 properties. | |
6413 | 3486 |
6405 | 3487 2007-03-14 John W. Eaton <jwe@octave.org> |
3488 | |
6412 | 3489 * plot/__axis_label__.m: Accept additional property-value pairs |
3490 and pass them to __go_text__. Simply return the handle obtained | |
3491 from __go_text__ instead of calling get on the current axis. | |
3492 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
3493 Allow for extra property value pairs to be passed along. | |
3494 * plot/title.m: Implement with __axis_label__ since it does all | |
3495 that title needs to do. | |
3496 | |
6410 | 3497 * plot/clf.m: Set currentaxes property for current figure to []. |
3498 | |
6405 | 3499 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
3500 | |
3501 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
3502 and __plt2__, not just the last. | |
3503 | |
3504 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
3505 (SOURCES_IN, GEN_M): Delete. | |
3506 (FCN_FILES): Don't include $(GEN_M). | |
3507 (all): Don't depend on $(GEN_M). | |
3508 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
3509 | |
3510 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
3511 | |
3512 * plot/newplot.m: Call __go_axes_init__ instead of | |
3513 __uiobject_axes_init__. | |
3514 | |
3515 * plot/mesh.m: Use __go_surface__ instead of | |
3516 __uiobject_surface_ctor__. Don't access object fields directly. | |
3517 | |
3518 * plot/line.m: Use __line__ to do actual work. | |
3519 * plot/__line__.m: New function. | |
3520 | |
3521 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
3522 Use get and set instead of accessing object fields directly. | |
3523 | |
3524 * plot/figure.m: Use __go_figure__ to create figure graphics | |
3525 handle. | |
3526 | |
3527 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
3528 __uiobject_close_all. Call __go_draw_figure__ instead of | |
3529 __uiobject_draw_figure__. | |
3530 | |
3531 * plot/clf.m: Use get instead of accessing object fields | |
3532 directly. Simply delete children. Don't set currentaxes. | |
3533 | |
3534 * plot/close.m (close_all_figures): New subfunction. | |
3535 Use it instead of getting list of figures to close from | |
3536 __uiobject_figures__. | |
3537 | |
3538 * plot/closereq.m: Simply delete the current figure. Don't set | |
3539 currentfigure. | |
3540 | |
3541 * plot/__errplot__.m: Call __line__ instead of | |
3542 __uiobject_line_ctor__. Use set instead of accesing object fields | |
3543 directly. Don't call __uiobject_adopt__. | |
3544 | |
3545 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
3546 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
3547 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
3548 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
3549 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
3550 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
3551 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
3552 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
3553 plot/__uiobject_init_root_figure__.in, | |
3554 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
3555 plot/__uiobject_root_figure_ctor__.m, | |
3556 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
3557 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
3558 plot/set.in: Delete. | |
6408 | 3559 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 3560 |
3561 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
3562 Pass "hidden" as second arg to close. | |
3563 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
3564 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 3565 * plot/Makefile.in (SOURCES_M): Rename in list. |
3566 | |
6405 | 3567 * image/__img__.m: Use __go_image__ to create image graphics |
3568 handle. | |
3569 | |
3570 * miscellaneous/delete.m: Call __go_delete__, not | |
3571 __uiobject_delete__. Check that arg is a graphics handle before | |
3572 calling __go_delete__. | |
3573 | |
6403 | 3574 2007-03-13 John W. Eaton <jwe@octave.org> |
3575 | |
3576 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
3577 arg instead of switch statement. | |
6528 | 3578 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 3579 |
3580 2007-03-12 John W. Eaton <jwe@octave.org> | |
3581 | |
3582 * miscellaneous/cast.m: New function. | |
3583 | |
3584 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
3585 | |
6398 | 3586 2007-03-08 John W. Eaton <jwe@octave.org> |
3587 | |
3588 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
3589 tilde expansion on target filename before passing it to the shell. | |
3590 | |
3591 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
3592 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
3593 | |
6396 | 3594 2007-03-08 David Bateman <dbateman@free.fr> |
3595 | |
3596 * statistics/base/unidrnd.m: Move to statistics/distributions | |
3597 replacing slower version based on dicrete_rnd. | |
3598 | |
6392 | 3599 2007-03-07 John W. Eaton <jwe@octave.org> |
3600 | |
6395 | 3601 * control/base/rlocus.m: Update for current plotting functions. |
3602 | |
3603 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3604 | |
3605 * control/base/rlocus.m: Improve display. | |
3606 | |
3607 2007-03-07 John W. Eaton <jwe@octave.org> | |
3608 | |
3609 * plot/legend.m: Only handle positions -1:4. | |
3610 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
3611 found in option string | |
3612 * plot/__uiobject_draw_axes__.m: Handle key position. | |
3613 | |
6394 | 3614 * plot/newplot.m: Always reset next line color. |
3615 | |
6392 | 3616 * testfun/assert.m: Check that number of dimensions match before |
3617 checking dimensions. | |
3618 | |
6391 | 3619 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
3620 | |
3621 * specfun/perms.m, specfun/factorial.m: Check args. | |
3622 | |
6387 | 3623 2007-03-07 John W. Eaton <jwe@octave.org> |
3624 | |
6390 | 3625 * plot/mesh.m: Call newplot before doing anything. |
3626 | |
3627 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
3628 just "e". Only flush plot stream once. | |
3629 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
3630 | |
6387 | 3631 * strings/blanks.m: Omit first index in assignment. |
3632 | |
6386 | 3633 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
3634 | |
3635 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
3636 | |
6385 | 3637 2007-03-06 David Bateman <dbateman@free.fr> |
3638 John W. Eaton <jwe@octave.org> | |
3639 | |
3640 * set/setdiff.m: Ignore "rows" for cell array args. | |
3641 Handle cellstr args. | |
3642 | |
6382 | 3643 2007-03-05 John W. Eaton <jwe@octave.org> |
3644 | |
3645 * optimization/sqp.m: Defer first call to obj_hess until after | |
3646 calling obj_fun. | |
3647 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3648 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 3649 |
3650 * specfun/nchoosek.m: Fix nargin check. | |
3651 | |
6376 | 3652 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
3653 | |
3654 * image/__img__.m: Don't set xlim and ylim properties. | |
3655 | |
6374 | 3656 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
3657 | |
3658 * general/interp1.m: Fix *style cases for decreasing x. | |
3659 | |
6372 | 3660 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
3661 | |
3662 * polynomial/roots.m: Check nargin before accessing arg. | |
3663 | |
6369 | 3664 2007-02-28 John W. Eaton <jwe@octave.org> |
3665 | |
3666 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
3667 increment data_idx unless using gnuplot for display. | |
3668 | |
6368 | 3669 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
3670 | |
3671 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
3672 plots with images. | |
3673 * image/image.m, image/imagesc.m, image/imshow.m: | |
3674 Deprecate zoom argument. | |
3675 | |
6366 | 3676 2007-02-28 John W. Eaton <jwe@octave.org> |
3677 | |
3678 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
3679 temporary file names. Keep image and colormap file ids separate. | |
3680 | |
3681 * general/interp1.m: Correctly compute min and max values when | |
3682 values are decreasing and not evenly spaced. | |
3683 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
3684 | |
6365 | 3685 2007-02-27 John W. Eaton <jwe@octave.org> |
3686 | |
3687 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
3688 returning an empty cell array. | |
3689 | |
6546 | 3690 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 3691 |
3692 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
3693 | |
6546 | 3694 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 3695 |
3696 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3697 control/base/Makefile.in, control/hinf/Makefile.in, | |
3698 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3699 control/util/Makefile.in, deprecated/Makefile.in, | |
3700 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3701 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3702 miscellaneous/Makefile.in, optimization/Makefile.in, | |
3703 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3704 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3705 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3706 special-matrix/Makefile.in, startup/Makefile.in, | |
3707 statistics/Makefile.in, statistics/base/Makefile.in, | |
3708 statistics/distributions/Makefile.in, | |
3709 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3710 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3711 Use $(LN_S) instead of ln or ln -s. | |
3712 | |
6356 | 3713 2007-02-24 David Bateman <dbateman@free.fr> |
3714 | |
3715 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
3716 '\n' in FILES file. | |
6357 | 3717 (configure_make): Also install any mex files. |
6356 | 3718 |
6353 | 3719 2007-02-24 David Bateman <dbateman@free.fr> |
3720 | |
3721 * statistics/distributions (SOURCES): Add nbincdf.m, | |
3722 nbininv.m, nbinpdf.m and nbinrnd.m. | |
3723 | |
6351 | 3724 2007-02-23 John W. Eaton <jwe@octave.org> |
3725 | |
3726 * statistics/distributions/Makefile.in (SOURCES): Remove | |
3727 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
3728 | |
3729 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
3730 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
3731 | |
6349 | 3732 2007-02-23 David Bateman <dbateman@free.fr> |
3733 | |
3734 * statistics/distributions/discrete_rnd.m, | |
3735 statistics/distributions/geornd.m, | |
3736 statistics/distributions/lognnd.m, | |
3737 statistics/distributions/nbinrnd.m, | |
3738 statistics/distributions/wblrnd.m: Accelerate distributions. | |
3739 | |
3740 * statistics/distributions/unidcdf.m, | |
3741 statistics/distributions/unidinv.m, | |
3742 statistics/distributions/unidpdf.m, | |
3743 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 3744 discrete_cdf, etc. |
6349 | 3745 |
3746 * statistics/distributions/pascal_cdf.m, | |
3747 statistics/distributions/pascal_inv.m, | |
3748 statistics/distributions/pascal_pdf.m, | |
3749 statistics/distributions/pascal_rnd.m: Remove. | |
3750 * statistics/distributions/nbincdf.m, | |
3751 statistics/distributions/nbininv.m, | |
3752 statistics/distributions/nbinpdf.m, | |
3753 statistics/distributions/nbinrnd.m: Replace with matlab | |
3754 compatible functions. | |
3755 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
3756 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
3757 nbincdf, etc functions to implement these. | |
3758 | |
6344 | 3759 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
3760 | |
3761 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
3762 command and data. | |
3763 | |
3764 2007-02-22 John W. Eaton <jwe@octave.org> | |
3765 | |
3766 * miscellaneous/doc.m: If index search fails, try again without | |
3767 the index search option. | |
3768 | |
6339 | 3769 2007-02-22 David Bateman <dbateman@free.fr> |
3770 | |
6341 | 3771 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
3772 | |
6340 | 3773 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
3774 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
3775 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
3776 statistics/distributions/betarnd.m: Convert to use randg, rande | |
3777 and randp to accelerate. | |
3778 | |
6339 | 3779 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
3780 | |
6338 | 3781 2007-02-22 John W. Eaton <jwe@octave.org> |
3782 | |
3783 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
3784 cache data and display after xlim and ylim have been determined. | |
3785 | |
6337 | 3786 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
3787 | |
3788 * plot/__uiobject_draw_axes__.m: | |
3789 Allow multiple images to be displayed with gnuplot. | |
3790 | |
6333 | 3791 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
3792 | |
3793 * optimization/glpk.m: Document the fact that extra.mem does not work | |
3794 for versions of GLPK 4.15 and later. | |
3795 | |
6328 | 3796 2007-02-19 John W. Eaton <jwe@octave.org> |
3797 | |
3798 * plot/__uiobject_alloc__.in: If next available element in | |
3799 __uiobject_list__ is 0, grow list before doing anything else. | |
3800 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
3801 first call when size of __uiobject_list__ is 0. | |
3802 | |
6323 | 3803 2007-02-16 John W. Eaton <jwe@octave.org> |
3804 | |
3805 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
3806 | |
6321 | 3807 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
3808 | |
3809 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
3810 | |
6316 | 3811 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
3812 | |
3813 * specfun/nchoosek.m: Check nargin. | |
3814 | |
6314 | 3815 2007-02-15 John W. Eaton <jwe@octave.org> |
3816 | |
6315 | 3817 * path/addpath.m, path/rmpath.m: Delete |
3818 * path/Makefile.in (SOURCES): Remove them from the list. | |
3819 | |
6314 | 3820 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
3821 Delete title, xlabel, ylabel, and zlabel properties before | |
3822 reassigning. | |
3823 * plot/__uiobject_axes_init__.in: New arg, mode. | |
3824 Don't init outerposition if "mode" is "replace". | |
3825 * plot/newplot.m: Check both figure and axes nextplot properties. | |
3826 If axes nextplot property is replace, pass "replace" as mode arg | |
3827 to __uiobject_axes_init__. | |
3828 | |
6308 | 3829 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
3830 | |
6310 | 3831 * image/imshow.m: Don't restore old colormap. |
3832 | |
6309 | 3833 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
3834 * image/__img__.m: New file containing common parts of image.m and | |
3835 imshow.m. | |
6312 | 3836 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 3837 * image/image.m, image/imshow.m: Call __img__. |
3838 * plot/__uiobject_draw_axes__.m: | |
3839 Handle rgb imaged data stored in 3-d arrays. | |
3840 | |
6308 | 3841 * plot/figure.m: Doc fix. |
3842 | |
6304 | 3843 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
3844 | |
3845 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
3846 for reading and writing data. New tests. Improve rounding. | |
3847 | |
6302 | 3848 2007-02-13 John W. Eaton <jwe@octave.org> |
3849 | |
6303 | 3850 * plot/stem.m: New file, adapted from OctPlot. |
3851 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3852 | |
6302 | 3853 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
3854 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
3855 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3856 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
3857 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
3858 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
3859 plot/semilogyerr.m: Return handles to line objects. | |
3860 | |
6301 | 3861 2007-02-11 John W. Eaton <jwe@octave.org> |
3862 | |
3863 * plot/__uiobject_close_all.m: New file. | |
3864 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3865 | |
6298 | 3866 2007-02-10 John W. Eaton <jwe@octave.org> |
3867 | |
3868 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
3869 * plot/__uiobject_globals__.m: Don't call mlock. | |
3870 | |
3871 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
3872 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
3873 before calling pclose. | |
3874 | |
6291 | 3875 2007-02-09 John W. Eaton <jwe@octave.org> |
3876 | |
6295 | 3877 * plot/subplot.m: Delete spurious call to axes. |
3878 | |
6293 | 3879 * plot/figure.m: Call drawnow for current figure before creating |
3880 or switching to a new figure. | |
3881 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
3882 nargin == 0 case. | |
3883 | |
6291 | 3884 * testfun/assert.m: Try to avoid problems when comparisons involve |
3885 strange values like Inf+NaNi. | |
3886 | |
6283 | 3887 2007-02-08 John W. Eaton <jwe@octave.org> |
3888 | |
6286 | 3889 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
3890 and check gnuplot_use_title_option instead of just assuming -title | |
3891 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
3892 | |
6285 | 3893 * Makefile.in (DISTFILES): Add move-if-change to the list. |
3894 | |
6284 | 3895 * audio/Makefile.in, control/base/Makefile.in, |
3896 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
3897 control/system/Makefile.in, control/util/Makefile.in, | |
3898 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
3899 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
3900 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
3901 optimization/Makefile.in, plot/Makefile.in, | |
3902 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3903 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3904 special-matrix/Makefile.in, startup/Makefile.in, | |
3905 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
3906 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3907 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
3908 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
3909 | |
6283 | 3910 * plot/figure.m: Don't call drawnow. Correctly init figure when |
3911 only given property list. | |
3912 | |
6278 | 3913 2007-02-07 John W. Eaton <jwe@octave.org> |
3914 | |
6280 | 3915 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
3916 properties. | |
3917 | |
6278 | 3918 * plot/sombrero.m: Call box ("off") after mesh. |
3919 | |
3920 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
3921 line default" commands with older versions of gnuplot. | |
3922 | |
3923 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
3924 | |
6273 | 3925 2007-02-06 John W. Eaton <jwe@octave.org> |
3926 | |
3927 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
3928 * sparse/gplot.m: Use line style - instead of 1. | |
3929 | |
6272 | 3930 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
3931 | |
3932 * plot/print.m: Avoid error message from cellidx. | |
3933 | |
3934 2007-02-05 John W. Eaton <jwe@octave.org> | |
3935 | |
3936 * plot/legend.m: Fix check for data. | |
3937 | |
6270 | 3938 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
3939 | |
3940 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
3941 Always set lt and pt. | |
3942 | |
6269 | 3943 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
3944 | |
3945 * plot/contourc.m: Correctly compute X and Y. | |
3946 | |
6268 | 3947 2007-02-05 John W. Eaton <jwe@octave.org> |
3948 | |
3949 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
3950 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
3951 | |
6264 | 3952 2007-02-01 John W. Eaton <jwe@octave.org> |
3953 | |
6266 | 3954 * plot/__uiobject_draw_axes__.m: |
3955 Don't try to set axis limits unless we have data. | |
3956 | |
6264 | 3957 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
3958 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3959 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
3960 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
3961 instead of of key and fmt strings. | |
3962 | |
3963 * plot/__pltopt1__.m: Greatly simplify. | |
3964 | |
3965 * plot/__next_line_color__.m: New file. | |
3966 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3967 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
3968 | |
3969 * plot/__default_plot_options__.m: New file. | |
3970 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3971 | |
3972 * plot/__plt3__.m: Delete. | |
3973 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
3974 | |
6259 | 3975 2007-01-31 John W. Eaton <jwe@octave.org> |
3976 | |
6263 | 3977 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
3978 linestyle, linewidth, marker, and markersize properties. | |
3979 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
3980 colors and widths, and line styles. | |
3981 | |
3982 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 3983 |
6261 | 3984 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
3985 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3986 | |
3987 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
3988 __gnuplot_save_data__. | |
3989 | |
6259 | 3990 * image/image.m: Accept 2 args, but ignore the second for now. |
3991 | |
6258 | 3992 2007-01-30 David Bateman <dbateman@free.fr> |
3993 | |
3994 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
3995 to flag a package as to be autoloaded. Add install flags -noauto, | |
3996 -auto to force autoload behavior. | |
3997 (installed_packages): Make list of installed packages unique. | |
3998 | |
6259 | 3999 2007-01-30 John W. Eaton <jwe@octave.org> |
4000 | |
4001 * Merge of changes from graphics-branch: | |
4002 | |
4003 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 4004 |
4005 * plot/subplot.m: Set nextplot property of current figure to "add". | |
4006 | |
4007 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
4008 property if it exists. | |
4009 | |
6259 | 4010 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 4011 |
4012 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
4013 min values outside of loop over child objects. | |
4014 | |
4015 * plot/contour.m, plot/contourc.m: New files. | |
4016 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
4017 | |
4018 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
4019 find a gnuplot version newer than 4.0. | |
4020 * image/__img_gnuplot__.m: Delete. | |
4021 * image/image.m: Create image graphics object. | |
4022 Call newplot to setup and drawnow to finish. | |
4023 Eliminate ZOOM arg. | |
4024 | |
4025 * plot/__uiobject_draw_axes__.m: Handle image data. | |
4026 | |
4027 * plot/legend.m: Eliminate useless variable "warned". | |
4028 | |
4029 * plot/__uiobject_image_ctor__.m: New file. | |
4030 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4031 | |
4032 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
4033 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
4034 | |
4035 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
4036 | |
4037 * plot/__default_colormap__.m: New file. | |
4038 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4039 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
4040 property. | |
4041 * image/colormap.m: Use colormap property of current figure | |
4042 to store colormap instead of using persistent variable. | |
4043 Call __default_colormap__ to get default map value. | |
4044 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
4045 | |
4046 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
4047 Handle some tick mark options. | |
4048 | |
4049 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
4050 set corresponding *mode to "manual". If we set dataaspectratio, | |
4051 set dataaspectratiomode to "manual". | |
4052 | |
4053 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
4054 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
4055 | |
4056 * plot/axis.m: New file. | |
4057 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
4058 | |
4059 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
4060 set corresponding *limmode to "manual". | |
4061 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
4062 Use it to compute autosclaled limits. | |
4063 Arg is now handle, not object. Change all callers. | |
4064 Compute data limits. | |
4065 | |
6259 | 4066 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 4067 |
4068 * plot/drawnow: Fix visibility check for zero args. | |
4069 | |
4070 * plot/text.m: New file. | |
4071 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4072 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
4073 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
4074 horizontalalignment properties. | |
4075 | |
4076 * plot/figure.m: Set options for f we just constructed or were | |
4077 given as an argument, not gcf. Only return handle if nargout > 0. | |
4078 | |
4079 * plot/drawnow.m: Handle visible field for figure here. | |
4080 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
4081 | |
4082 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
4083 title and axis labels. | |
4084 | |
4085 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
4086 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
4087 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
4088 * plot/view.m: New file. | |
4089 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4090 | |
4091 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
4092 Call __request_drawnow__. | |
4093 | |
4094 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
4095 | |
4096 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
4097 Call set to set properties. Return handle instead of structure. | |
4098 Change all callers. | |
4099 | |
4100 * plot/__uiobject_axes_setr__.m: New file. | |
4101 * plot/set.in: Check for __setter__ field. | |
4102 | |
4103 * plot/__uiobject_axes_init__.in: | |
4104 Rename from plot/__uiobject_axes_init__.m. | |
4105 Include __uiobject_globals__. | |
4106 Accept handle as arg instead of structure | |
4107 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
4108 from the list. | |
4109 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
4110 | |
6259 | 4111 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 4112 |
4113 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
4114 | |
4115 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
4116 initializing each global variable. | |
4117 | |
6259 | 4118 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 4119 |
4120 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
4121 __uiobject_figure_handles_free_list__): New global variables. | |
4122 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
4123 Place unused handles on the free list. | |
4124 | |
4125 * plot/__uiobject_get_figure_handle__.in: Delete. | |
4126 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
4127 | |
4128 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
4129 handles here. Return figure handle. | |
4130 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
4131 | |
6259 | 4132 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 4133 |
4134 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
4135 data for gnuplot. | |
4136 | |
4137 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
4138 files. | |
4139 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
4140 (DISTFILES): Include include-globals.awk in the list. | |
4141 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
4142 ($(GEN_M) : %.m : %.in): New rule. | |
4143 | |
4144 * include-globals.awk: New file. | |
4145 | |
4146 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
4147 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
4148 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
4149 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
4150 plot/__uiobject_init_root_figure__.in, | |
4151 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
4152 Rename from corresponding .m files. | |
4153 | |
4154 * move-if-change: New file. | |
4155 | |
4156 * plot/__uiobject_delete__.m: New file. | |
4157 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
4158 plot/__uiobject_delete_child__.m: Delete. | |
4159 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
4160 not a character string. | |
4161 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
4162 Fix assignment to tmp key value in loop. | |
4163 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
4164 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
4165 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
4166 Inline code to delete children. | |
4167 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
4168 __uiobject_list__. | |
4169 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
4170 and free child. | |
4171 | |
6259 | 4172 2006-12-08 John W. Eaton <jwe@octave.org> |
4173 | |
4174 * plot/gcf.m: Check if the root figure object's currentfigure | |
4175 handle is empty, not 0. | |
4176 * plot/__uiobject_root_figure_ctor__.m: | |
4177 Set currentfigure to [], not 0. | |
4178 | |
4179 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
4180 | |
4181 2006-12-07 John W. Eaton <jwe@octave.org> | |
4182 | |
4183 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
4184 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
4185 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
4186 plot/__uiobject_delete_children__.m, | |
4187 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
4188 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
4189 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
4190 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
4191 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
4192 plot/__uiobject_init_figure__.m, | |
4193 plot/__uiobject_init_root_figure__.m, | |
4194 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
4195 plot/__uiobject_remove_child__.m, | |
4196 plot/__uiobject_root_figure_ctor__.m, | |
4197 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
4198 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
4199 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
4200 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
4201 plot/set.m: New files. | |
4202 | |
4203 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
4204 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
4205 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
4206 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
4207 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
4208 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
4209 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
4210 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
4211 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
4212 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
4213 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
4214 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
4215 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
4216 plot/semilogyerr.m, plot/replot.m: | |
4217 Adapt to new graphics data structure. | |
4218 | |
4219 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
4220 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
4221 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
4222 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
4223 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
4224 plot/plot_border.m, plot/subwindow.m: Delete. | |
4225 | |
4226 2007-01-24 David Bateman <dbateman@free.fr> | |
4227 | |
4228 * pkg/pkg.m: Install ChangeLog file if it exists. | |
4229 Delete bare newline in string passed to write_INDEX. | |
4230 | |
4231 * sparse/sprandsym.m: Make work for even values of N. | |
4232 | |
4233 2007-01-24 John W. Eaton <jwe@octave.org> | |
4234 | |
4235 * miscellaneous/news.m: New file. | |
4236 | |
4237 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
4238 | |
4239 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
4240 | |
4241 * strings/strncmp.m: Delete (we now have a built-in version). | |
4242 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4243 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 4244 |
4245 * testfun/test.m: Check for all files in path, use first found. | |
4246 | |
4247 2007-01-22 David Bateman <dbateman@free.fr> | |
4248 | |
4249 * polynomial/spline.m: Make DG a column instead of a row vector. | |
4250 | |
4251 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
4252 | |
4253 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
4254 file name. | |
4255 | |
4256 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
4257 nargout is 1. Handle colormaps that have too few colors. | |
4258 | |
4259 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
4260 (configure_make): Use fullfile instead of concatenating with "/". | |
4261 | |
6258 | 4262 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
4263 | |
4264 * set/ismember.m: Handle N-d arrays. | |
4265 | |
4266 2007-01-10 David Bateman <dbateman@free.fr> | |
4267 | |
4268 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
4269 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4270 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
4271 New files. | |
4272 | |
4273 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
4274 | |
6778 | 4275 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 4276 |
4277 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
4278 | |
4279 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
4280 instead of concatenating with "/". Use mlock to ensure that | |
4281 persistent variables are not clobbered if user types clear all. | |
4282 | |
4283 2007-01-08 John W. Eaton <jwe@octave.org> | |
4284 | |
4285 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
4286 Improve handling of file names containing globbing characters. | |
4287 From S�ren Hauberg <hauberg@gmail.com>. | |
4288 | |
4289 2007-01-05 John W. Eaton <jwe@octave.org> | |
4290 | |
4291 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
4292 New files. | |
4293 | |
4294 2006-12-30 John W. Eaton <jwe@octave.org> | |
4295 | |
4296 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
4297 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
4298 | |
4299 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
4300 | |
4301 * image/imshow.m: Strip NaNs from image. | |
4302 | |
4303 2006-12-08 David Bateman <dbateman@free.fr> | |
4304 | |
4305 * sparse/normest.m: New file. | |
4306 | |
6286 | 4307 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 4308 |
6210 | 4309 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
4310 Work on Windows systems without cp or mv. | |
4311 | |
6209 | 4312 * startup/inputrc: Include sequences for Windows. |
4313 | |
6203 | 4314 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
4315 | |
4316 * pkg/pkg.m (unload_packages): New function. | |
4317 (pkg): Handle unload action. | |
4318 | |
4319 * __errplot__.m: Add missing semicolon. | |
4320 | |
6193 | 4321 2006-11-30 John W. Eaton <jwe@octave.org> |
4322 | |
4323 * miscellaneous/mexext.m: New file. | |
4324 | |
6189 | 4325 2006-11-29 David Bateman <dbateman@free.fr> |
4326 | |
4327 * pkg/pkg.m: Add local_list and global_list options that allow the | |
4328 location of package lists to be probed and set. | |
4329 | |
6179 | 4330 2006-11-17 John W. Eaton <jwe@octave.org> |
4331 | |
6181 | 4332 * plot/__render_plot1__.m: Reverse y axis for images. |
4333 | |
6179 | 4334 * plot/__render_plot__.m: New args, terminal and output. |
4335 * plot/print.m: Don't set output and term here. Instead, call | |
4336 __render_plot__ with terminal and output. | |
4337 | |
6178 | 4338 2006-11-16 John W. Eaton <jwe@octave.org> |
4339 | |
4340 * plot/__render_plot1__.m: New file. | |
4341 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
4342 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
4343 gnuplot. Let __render_plot__ do that. | |
4344 | |
6177 | 4345 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
4346 | |
4347 * plot/plot.m: Fix doc string. | |
4348 | |
6173 | 4349 2006-11-16 John W. Eaton <jwe@octave.org> |
4350 | |
4351 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
4352 before sending anything to the plotter. | |
4353 | |
6172 | 4354 2006-11-15 John W. Eaton <jwe@octave.org> |
4355 | |
4356 * image/__img_gnuplot__.m: Store more info in global plot | |
4357 structures and use __render_plot__ to build plot command to | |
4358 display image. | |
4359 | |
4360 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
4361 | |
4362 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
4363 __plot_command_sep__): Delete. | |
4364 (__plot_data_type__, __plot_data_parametric__, | |
4365 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
4366 __plot_usingstr__, __plot_withstr__): New variables. | |
4367 * plot/__init_plot_vars__.m: Initialize them. | |
4368 | |
4369 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
4370 Don't handle sep or cmd. | |
4371 | |
4372 * plot/__render_plot__.m: New function. | |
4373 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
4374 Store more info in global plot structures and use __render_plot__ | |
4375 to build plot command. | |
4376 * plot/replot.m: Simply call __render_plot__. | |
4377 | |
4378 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
4379 Set __plot_data_parametric__ here. | |
4380 | |
6164 | 4381 2006-11-14 John W. Eaton <jwe@octave.org> |
4382 | |
6166 | 4383 * plot/bottom_title.m, plot/top_title.m: Delete. |
4384 | |
6164 | 4385 * image/image_viewer.m: Set default values here. |
4386 * image/image.m: Not here. | |
4387 | |
4388 * image/image_viewer.m: Always return old values. Check arguments. | |
4389 * image/__img_gnuplot__.m: Rename from __img__m. | |
4390 | |
4391 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
4392 | |
4393 * image/image_viewer.m: New function. | |
4394 * image/__img_via_file__.m: New function. | |
4395 * image/image.m: Use image_viewer to determine which program to | |
4396 use for image viewing. | |
6754 | 4397 * image/__img__.m: Silently accept more than 3 args. |
6164 | 4398 |
6163 | 4399 2006-11-14 John W. Eaton <jwe@octave.org> |
4400 | |
4401 * plot/__do_legend__.m, plot/__errplot__.m, | |
4402 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
4403 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
4404 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
4405 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
4406 Use __plot_globals__ for multiplot variables. Keep track of | |
4407 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
4408 | |
6157 | 4409 2006-11-13 John W. Eaton <jwe@octave.org> |
4410 | |
6158 | 4411 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
4412 | |
6157 | 4413 * miscellaneous/substruct.m: New function. |
4414 | |
4415 * testfun/assert.m: Force orientation to match when comparing | |
4416 struct elements. | |
4417 | |
4418 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
4419 when comparing structs. | |
4420 | |
4421 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
4422 | |
6754 | 4423 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
4424 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
4425 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
4426 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
4427 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
4428 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
4429 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 4430 |
6156 | 4431 2006-11-13 John W. Eaton <jwe@octave.org> |
4432 | |
4433 * plot/mesh.m: Use size_equal to compare dimensions. | |
4434 | |
6154 | 4435 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
4436 | |
4437 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
4438 | |
6152 | 4439 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
4440 | |
4441 * miscellaneous/copyfile.m: Fix docs to match function. | |
4442 | |
6145 | 4443 2006-11-08 John W. Eaton <jwe@octave.org> |
4444 | |
6146 | 4445 * plot/legend.m: New function, adapted from Octave Forge. |
4446 | |
4447 * plot/__do_legend__.m: New function. | |
4448 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
4449 plot/replot.m: Call it before plotting. | |
4450 | |
4451 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
4452 noparametric" to gnuplot.. | |
4453 | |
4454 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
4455 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
4456 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
4457 and return key title separate from line format. Accept format and | |
4458 key as cellstr. Always return data as cell array. Return format | |
4459 and key title as cellstr. | |
4460 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
4461 Handle line format and key titles separately. | |
4462 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
4463 | |
4464 * plot/__plot_globals__.m (__plot_line_offset__, | |
4465 __plot_key_labels__, __plot_key_properties__): New global | |
4466 variables. Initialize them. | |
4467 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
4468 __plot_key_labels__, __plot_key_properties__): Initialize. | |
4469 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
4470 (__plot_line_offset__, __plot_key_labels__, | |
4471 __plot_key_properties__): Store information about plot key titles. | |
4472 | |
4473 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
4474 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
4475 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
4476 respectively. | |
4477 | |
4478 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
4479 | |
6145 | 4480 * strings/strcat.m: Disable Octave:empty-list-elements warning |
4481 whle concatenating args. | |
4482 | |
6144 | 4483 2006-11-07 John W. Eaton <jwe@octave.org> |
4484 | |
4485 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
4486 | |
6142 | 4487 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
4488 | |
6143 | 4489 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
4490 option to regexp. | |
4491 | |
6142 | 4492 * image/__img__.m: Send "set size ratio -1" before plotting. |
4493 | |
6138 | 4494 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
4495 | |
6139 | 4496 * strings/index.m: New arg, direction. Simplify and speed up. |
4497 * strings/rindex.m: Implement using index (..., "last"); | |
4498 | |
6754 | 4499 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 4500 |
6130 | 4501 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
4502 | |
4503 * general/__isequal__.m: Test size and class more consistently. | |
4504 | |
6116 | 4505 2006-10-27 John W. Eaton <jwe@octave.org> |
4506 | |
6117 | 4507 * miscellaneous/ls_command.m: Use /D instead of /w. |
4508 From Michael Goffioul <michael.goffioul@swing.be>. | |
4509 | |
6116 | 4510 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
4511 * miscellaneous/dir.m: Mark as a command. | |
4512 | |
6112 | 4513 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4514 | |
4515 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
4516 | |
6088 | 4517 2006-10-25 John W. Eaton <jwe@octave.org> |
4518 | |
4519 * image/image.m: Set x = y = [] when nargin == 0; | |
4520 | |
4521 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
4522 | |
4523 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
4524 * image/__img__.m: New file, originally from | |
4525 Daniel J Sebald <daniel.sebald@ieee.org>. | |
4526 | |
6087 | 4527 2006-10-25 John W. Eaton <jwe@octave.org> |
4528 | |
4529 * plot/__gnuplot_version__.m: New function, originally from | |
4530 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
4531 Quentin Spencer <qspencer@ieee.org>. | |
4532 | |
6085 | 4533 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
4534 | |
4535 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
4536 | |
6081 | 4537 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
4538 | |
4539 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
4540 miscellaneous/gunzip.m: New files. | |
4541 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
4542 Call unpack to do the real work. | |
4543 | |
6075 | 4544 2006-10-24 John W. Eaton <jwe@octave.org> |
4545 | |
6078 | 4546 * plot/plot3.m: If we have a format string, then also pass using |
4547 string to __plt3__. | |
4548 | |
6077 | 4549 * plot/sombrero.m: Don't return anything if nargout == 0. |
4550 | |
6075 | 4551 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 4552 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 4553 |
6069 | 4554 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
4555 | |
4556 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
4557 Quote filenames in shell commands. | |
4558 | |
6055 | 4559 2006-10-17 David Bateman <dbateman@free.fr> |
4560 | |
4561 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
4562 the package directory is missing. | |
4563 | |
6052 | 4564 2006-10-13 John W. Eaton <jwe@octave.org> |
4565 | |
4566 * plot/box.m: New function. | |
4567 | |
6050 | 4568 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
4569 | |
4570 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
4571 | |
6049 | 4572 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
4573 | |
4574 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
4575 | |
6047 | 4576 2006-10-10 John W. Eaton <jwe@octave.org> |
4577 | |
4578 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
4579 | |
6046 | 4580 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
4581 | |
4582 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
4583 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
4584 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
4585 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
4586 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
4587 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
4588 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
4589 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
4590 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
4591 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
4592 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
4593 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
4594 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
4595 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
4596 control/system/buildssic.m, control/system/c2d.m, | |
4597 control/system/cellidx.m, control/system/d2c.m, | |
4598 control/system/dmr2d.m, control/system/fir2sys.m, | |
4599 control/system/is_abcd.m, control/system/is_controllable.m, | |
4600 control/system/is_detectable.m, control/system/is_digital.m, | |
4601 control/system/is_observable.m, control/system/is_siso.m, | |
4602 control/system/is_stabilizable.m, control/system/is_stable.m, | |
4603 control/system/jet707.m, control/system/listidx.m, | |
4604 control/system/ord2.m, control/system/parallel.m, | |
4605 control/system/ss.m, control/system/ss2zp.m, | |
4606 control/system/starp.m, control/system/sys2ss.m, | |
4607 control/system/sys2tf.m, control/system/sys2zp.m, | |
4608 control/system/sysadd.m, control/system/sysappend.m, | |
4609 control/system/syschtsam.m, control/system/sysconnect.m, | |
4610 control/system/syscont.m, control/system/sysdimensions.m, | |
4611 control/system/sysdisc.m, control/system/sysdup.m, | |
4612 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
4613 control/system/sysgroup.m, control/system/sysidx.m, | |
4614 control/system/sysmin.m, control/system/sysmult.m, | |
4615 control/system/sysout.m, control/system/sysprune.m, | |
4616 control/system/sysscale.m, control/system/syssetsignals.m, | |
4617 control/system/syssub.m, control/system/sysupdate.m, | |
4618 control/system/tf.m, control/system/tfout.m, | |
4619 control/system/ugain.m, control/system/zp.m, | |
4620 control/system/zpout.m, control/util/__outlist__.m, | |
4621 control/util/__zgpbal__.m, control/util/prompt.m, | |
4622 control/util/sortcom.m, control/util/strappend.m, | |
4623 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
4624 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
4625 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
4626 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
4627 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
4628 finance/pvl.m, finance/rate.m, finance/vol.m, | |
4629 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
4630 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
4631 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
4632 general/cumtrapz.m, general/deal.m, general/diff.m, | |
4633 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
4634 general/ind2sub.m, general/int2str.m, | |
4635 general/is_duplicate_entry.m, general/isdefinite.m, | |
4636 general/isequal.m, general/isequalwithequalnans.m, | |
4637 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
4638 general/isvector.m, general/logical.m, general/logspace.m, | |
4639 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
4640 general/perror.m, general/postpad.m, general/prepad.m, | |
4641 general/randperm.m, general/rem.m, general/repmat.m, | |
4642 general/rot90.m, general/rotdim.m, general/shift.m, | |
4643 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
4644 general/sub2ind.m, general/trapz.m, general/tril.m, | |
4645 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
4646 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
4647 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
4648 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
4649 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
4650 linear-algebra/cross.m, linear-algebra/dmult.m, | |
4651 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
4652 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
4653 linear-algebra/logm.m, linear-algebra/norm.m, | |
4654 linear-algebra/null.m, linear-algebra/orth.m, | |
4655 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
4656 linear-algebra/trace.m, linear-algebra/vec.m, | |
4657 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
4658 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
4659 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
4660 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
4661 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
4662 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
4663 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
4664 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
4665 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
4666 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
4667 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
4668 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
4669 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
4670 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
4671 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
4672 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
4673 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
4674 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
4675 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
4676 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
4677 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
4678 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
4679 polynomial/polyder.m, polynomial/polyderiv.m, | |
4680 polynomial/polyfit.m, polynomial/polygcd.m, | |
4681 polynomial/polyinteg.m, polynomial/polyout.m, | |
4682 polynomial/polyreduce.m, polynomial/polyval.m, | |
4683 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
4684 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
4685 set/complement.m, set/create_set.m, set/intersect.m, | |
4686 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
4687 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
4688 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
4689 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
4690 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
4691 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
4692 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
4693 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
4694 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
4695 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
4696 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
4697 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
4698 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
4699 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
4700 special-matrix/hankel.m, special-matrix/hilb.m, | |
4701 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
4702 special-matrix/toeplitz.m, special-matrix/vander.m, | |
4703 statistics/base/center.m, statistics/base/cloglog.m, | |
4704 statistics/base/cor.m, statistics/base/corrcoef.m, | |
4705 statistics/base/cov.m, statistics/base/cut.m, | |
4706 statistics/base/gls.m, statistics/base/iqr.m, | |
4707 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
4708 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
4709 statistics/base/mean.m, statistics/base/meansq.m, | |
4710 statistics/base/median.m, statistics/base/moment.m, | |
4711 statistics/base/ols.m, statistics/base/ppplot.m, | |
4712 statistics/base/probit.m, statistics/base/qqplot.m, | |
4713 statistics/base/range.m, statistics/base/ranks.m, | |
4714 statistics/base/run_count.m, statistics/base/skewness.m, | |
4715 statistics/base/spearman.m, statistics/base/statistics.m, | |
4716 statistics/base/std.m, statistics/base/studentize.m, | |
4717 statistics/base/table.m, statistics/base/values.m, | |
4718 statistics/base/var.m, statistics/distributions/betacdf.m, | |
4719 statistics/distributions/betainv.m, | |
4720 statistics/distributions/betapdf.m, | |
4721 statistics/distributions/betarnd.m, | |
4722 statistics/distributions/binocdf.m, | |
4723 statistics/distributions/binoinv.m, | |
4724 statistics/distributions/binopdf.m, | |
4725 statistics/distributions/binornd.m, | |
4726 statistics/distributions/cauchy_cdf.m, | |
4727 statistics/distributions/cauchy_inv.m, | |
4728 statistics/distributions/cauchy_pdf.m, | |
4729 statistics/distributions/cauchy_rnd.m, | |
4730 statistics/distributions/chi2cdf.m, | |
4731 statistics/distributions/chi2inv.m, | |
4732 statistics/distributions/chi2pdf.m, | |
4733 statistics/distributions/chi2rnd.m, | |
4734 statistics/distributions/discrete_cdf.m, | |
4735 statistics/distributions/discrete_inv.m, | |
4736 statistics/distributions/discrete_pdf.m, | |
4737 statistics/distributions/discrete_rnd.m, | |
4738 statistics/distributions/empirical_rnd.m, | |
4739 statistics/distributions/expcdf.m, | |
4740 statistics/distributions/expinv.m, | |
4741 statistics/distributions/exppdf.m, | |
4742 statistics/distributions/exprnd.m, | |
4743 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
4744 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
4745 statistics/distributions/gamcdf.m, | |
4746 statistics/distributions/gaminv.m, | |
4747 statistics/distributions/gampdf.m, | |
4748 statistics/distributions/gamrnd.m, | |
4749 statistics/distributions/geocdf.m, | |
4750 statistics/distributions/geoinv.m, | |
4751 statistics/distributions/geopdf.m, | |
4752 statistics/distributions/geornd.m, | |
4753 statistics/distributions/hygecdf.m, | |
4754 statistics/distributions/hygeinv.m, | |
4755 statistics/distributions/hygepdf.m, | |
4756 statistics/distributions/hygernd.m, | |
4757 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
4758 statistics/distributions/laplace_cdf.m, | |
4759 statistics/distributions/laplace_inv.m, | |
4760 statistics/distributions/laplace_pdf.m, | |
4761 statistics/distributions/laplace_rnd.m, | |
4762 statistics/distributions/logistic_cdf.m, | |
4763 statistics/distributions/logistic_inv.m, | |
4764 statistics/distributions/logistic_pdf.m, | |
4765 statistics/distributions/logistic_rnd.m, | |
4766 statistics/distributions/logncdf.m, | |
4767 statistics/distributions/logninv.m, | |
4768 statistics/distributions/lognpdf.m, | |
4769 statistics/distributions/lognrnd.m, | |
4770 statistics/distributions/normcdf.m, | |
4771 statistics/distributions/norminv.m, | |
4772 statistics/distributions/normpdf.m, | |
4773 statistics/distributions/normrnd.m, | |
4774 statistics/distributions/pascal_cdf.m, | |
4775 statistics/distributions/pascal_inv.m, | |
4776 statistics/distributions/pascal_pdf.m, | |
4777 statistics/distributions/pascal_rnd.m, | |
4778 statistics/distributions/poisscdf.m, | |
4779 statistics/distributions/poissinv.m, | |
4780 statistics/distributions/poisspdf.m, | |
4781 statistics/distributions/poissrnd.m, | |
4782 statistics/distributions/stdnormal_cdf.m, | |
4783 statistics/distributions/stdnormal_inv.m, | |
4784 statistics/distributions/stdnormal_pdf.m, | |
4785 statistics/distributions/stdnormal_rnd.m, | |
4786 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
4787 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
4788 statistics/distributions/unifcdf.m, | |
4789 statistics/distributions/unifinv.m, | |
4790 statistics/distributions/unifpdf.m, | |
4791 statistics/distributions/unifrnd.m, | |
4792 statistics/distributions/wblcdf.m, | |
4793 statistics/distributions/wblinv.m, | |
4794 statistics/distributions/wblpdf.m, | |
4795 statistics/distributions/wblrnd.m, | |
4796 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
4797 statistics/tests/bartlett_test.m, | |
4798 statistics/tests/chisquare_test_homogeneity.m, | |
4799 statistics/tests/chisquare_test_independence.m, | |
4800 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
4801 statistics/tests/hotelling_test.m, | |
4802 statistics/tests/hotelling_test_2.m, | |
4803 statistics/tests/kolmogorov_smirnov_test.m, | |
4804 statistics/tests/kolmogorov_smirnov_test_2.m, | |
4805 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
4806 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
4807 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
4808 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
4809 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
4810 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
4811 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
4812 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
4813 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
4814 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
4815 strings/index.m, strings/isletter.m, strings/lower.m, | |
4816 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
4817 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
4818 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
4819 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
4820 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
4821 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
4822 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
4823 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
4824 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
4825 time/etime.m, time/is_leap_year.m: | |
4826 Use print_usage instead of usage. | |
4827 | |
6044 | 4828 2006-10-09 David Bateman <dbateman@free.fr> |
4829 | |
4830 * time/datevec.m: Add additional compatible default parsing strings. | |
4831 | |
6395 | 4832 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 4833 |
6042 | 4834 * pkg/pkg.m: Remove trailing "\n" from error messages. |
4835 Remove compare_versions subfunction. | |
4836 | |
4837 * miscellaneous/compare_versions.m: New function to compare | |
4838 version numbers as strings with any boolean operators. | |
4839 | |
6041 | 4840 * miscellaneous/untar.m: Check more rigorously to see if the tar |
4841 file exists. | |
4842 | |
6036 | 4843 2006-10-04 John W. Eaton <jwe@octave.org> |
4844 | |
4845 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
4846 | |
6032 | 4847 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
4848 | |
6037 | 4849 * pkg/pkg.m: Update docs. Handle prefix option. |
4850 Handle dependencies for load option. | |
6032 | 4851 |
6029 | 4852 2006-10-04 John W. Eaton <jwe@octave.org> |
4853 | |
6030 | 4854 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
4855 | |
4856 * plot/clg.m: Delete. | |
4857 * plot/__init_plot_vars__.m: New function. | |
4858 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 4859 |
6025 | 4860 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
4861 | |
4862 * pkg/pkg.m: Avoid calling addpath with no args. | |
4863 | |
6024 | 4864 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
4865 | |
4866 * audio/loadaudio.m, control/base/nyquist.m, | |
4867 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
4868 linear-algebra/krylov.m, statistics/base/center.m, | |
4869 statistics/base/median.m, statistics/base/std.m, | |
4870 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
4871 find first or last element matching a condition. | |
4872 | |
6023 | 4873 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
4874 | |
4875 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
4876 general/__isequal__.m: Minimize looping using cellfun. | |
4877 | |
6020 | 4878 2006-10-02 David Bateman <dbateman@free.fr> |
4879 | |
4880 * pkg/pkg.m (copy_files): always create installation directory. | |
4881 | |
6016 | 4882 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
4883 | |
4884 * miscellaneous/doc.m: Swap file and directory args to info. | |
4885 | |
4886 2006-10-01 Arno Onken <whyly@gmx.net> | |
4887 | |
4888 * statistics/distributions/exprnd.m: Fix typo. | |
4889 | |
6014 | 4890 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
4891 | |
4892 * polynomial/ppval.m: Use .' instead of '. | |
4893 * polynomial/spline.m: Likewise. New tests. | |
4894 | |
6004 | 4895 2006-09-26 David Bateman <dbateman@free.fr> |
4896 | |
4897 * __plt3__.m: Using global variables __plot_data__, | |
4898 __plot_data_offset__ and __plot_command__ to store plots and | |
4899 correctly handle multiplots, and hold state. Only accept a single | |
4900 data parameter plus, using, format and with strings. Remove | |
4901 setting of gnuplot parameters. | |
4902 * __make_using_clause__.m: New function extracted from __plt__.m. | |
4903 * __setup_plot__.m: Convert to a function and pass the plotting | |
4904 command to use. | |
4905 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
4906 * contour.m: Use unwind protect on the parametric state of plot | |
4907 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
4908 * mesh.m: ditto. | |
4909 * plot3.m: Error checking, setting of parametric state and | |
4910 formation of matrix to plot moved from old __plt3__. | |
4911 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4912 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 4913 |
5997 | 4914 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 4915 |
4916 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
4917 | |
4918 * signal/filter2.m: Correct texinfo doc. | |
4919 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4920 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 4921 |
4922 * miscellaneous/parseparams.m: Correct texinfo doc. | |
4923 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4924 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 4925 |
4926 * pkg/pkg.m (prepare_installation): Don't create package | |
4927 installation directory here. | |
4928 (copy_files): Create it here instead, to avoid issues with | |
4929 upgrades. Also install the COPYING file in packinfo. | |
4930 | |
5989 | 4931 2006-09-13 John W. Eaton <jwe@octave.org> |
4932 | |
4933 * general/blkdiag.m: Adjust to new cellfun rules. | |
4934 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4935 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 4936 |
4937 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
4938 error message for archive name not matching package name. | |
4939 (installed_packages): Size header of printed results to | |
4940 arguments. Sort the list of installed packages before printing | |
4941 them. | |
4942 | |
5986 | 4943 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
4944 | |
4945 * signal/freqz.m: Update tests. | |
4946 | |
4947 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
4948 | |
4949 * signal/freqz.m: Corretly postpad arrays. | |
4950 Don't call fliplr on a column vector. | |
4951 | |
5984 | 4952 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
4953 | |
4954 * general/shiftdim.m: Use permute instead of reshape. | |
4955 | |
5981 | 4956 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
4957 | |
4958 * miscellaneous/parseparams.m: New function. | |
4959 | |
5980 | 4960 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
4961 | |
4962 * miscellaneous/doc.m: Swap order of --file and --directory | |
4963 options for info program invocation. | |
4964 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4965 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 4966 |
5987 | 4967 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 4968 previous change. |
4969 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4970 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 4971 |
4972 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
4973 absence of trailing "/" in OCTAVE_HOME. | |
4974 | |
5973 | 4975 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
4976 | |
4977 * time/datenum.m: Allow arg to be character string. | |
4978 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4979 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 4980 |
4981 * pkg/pkg.m (install): Verify that package name correponds to the | |
4982 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
4983 they are empty. If package directory is empty, remove it to fail | |
4984 gracefully for system specific packages. | |
4985 (extract_pkgadd, create_pkgadd): delete. | |
4986 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
4987 (copy_files): Install both bin/ and doc/ directories, adding the | |
4988 bin/ to the EXEC_PATH when the package is loaded. | |
4989 | |
5962 | 4990 2006-08-24 John W. Eaton <jwe@octave.org> |
4991 | |
4992 * image/saveimage.m: Use logical indexing instead of | |
4993 indices computed by calling find on the logical index. | |
4994 | |
5961 | 4995 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
4996 | |
5967 | 4997 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 4998 Use logical indexing instead of indices computed by calling find |
4999 on the logical index. | |
5000 | |
5001 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 5002 |
5959 | 5003 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
5004 | |
5005 * control/system/tf2zp.m: Simplify gain calculation. | |
5006 | |
5958 | 5007 2006-08-23 John W. Eaton <jwe@octave.org> |
5008 | |
5009 * plot/__plt__.m: Insert using clauses for all plots. | |
5010 | |
5957 | 5011 2006-08-23 A S Hodel <hodelas@auburn.edu> |
5012 | |
5013 * control/system/sysscale.m: Call tf and zp with correct number of | |
5014 args. | |
5015 | |
5955 | 5016 2006-08-22 David Bateman <dbateman@free.fr> |
5017 | |
5018 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
5019 Search inst/*.m and src/*.m files in the package for | |
5020 PKG_ADD directives and append user supplied PKG_ADD. | |
5021 (pkg): Call create_pkgadd after copying files. | |
5022 | |
5947 | 5023 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5024 | |
5025 * pkg/pkg.m: Handle multiple packages in a single file. | |
5026 Insert directory separator between OCTAVE_HOME and rest of package | |
5027 installation directory. | |
5028 | |
5029 2006-08-21 John W. Eaton <jwe@octave.org> | |
5030 | |
5031 * general/num2str.m: Early return if arg is empty. | |
5032 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
5033 | |
5946 | 5034 2006-08-21 David Bateman <dbateman@free.fr> |
5035 | |
5036 * strings/mat2str.m: Compute NC before using. | |
5037 | |
5937 | 5038 2006-08-17 John W. Eaton <jwe@octave.org> |
5039 | |
5040 * audio/wavread.m: Fix calculation of sample count. | |
5041 | |
5934 | 5042 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5043 | |
5044 * image/imshow.m: New Matlab-compatible version. | |
5045 | |
5930 | 5046 2006-08-15 John W. Eaton <jwe@octave.org> |
5047 | |
5048 * deprecated/is_global.m: Delete. | |
5049 | |
5928 | 5050 2006-08-14 John W. Eaton <jwe@octave.org> |
5051 | |
5052 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
5053 | |
5926 | 5054 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5055 | |
5056 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
5057 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
5058 | |
5928 | 5059 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5060 | |
6778 | 5061 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 5062 Use addpath and rmpath instead of manipulating LOADPATH. |
5063 Handle changes to system function. | |
5064 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
5065 recursive directory removal. | |
5922 | 5066 |
5924 | 5067 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
5068 | |
6778 | 5069 * colormap.m: Change global variable to persistent. |
5923 | 5070 |
5922 | 5071 * rgb2ind.m: Handle single 3-d array as rgb image. |
5072 | |
5920 | 5073 2006-08-14 John W. Eaton <jwe@octave.org> |
5074 | |
5075 * strings/str2double.m: Fix missing semicolon. | |
5076 | |
5910 | 5077 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
5078 | |
5079 * plot/plot3.m: Accept one complex or one real and one complex | |
5080 argument and plot real and imaginary components for y and z. | |
5081 | |
5908 | 5082 2006-07-27 John W. Eaton <jwe@octave.org> |
5083 | |
5084 * testfun/test.m: Call fflush after each block of calls to | |
5085 fprintf, fputs, or fdisp. | |
5086 | |
5904 | 5087 2006-07-26 John W. Eaton <jwe@octave.org> |
5088 | |
5089 * miscellaneous/mex.m: New function. | |
5090 | |
5901 | 5091 2006-07-22 John W. Eaton <jwe@octave.org> |
5092 | |
5093 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
5094 | |
5881 | 5095 2006-07-07 John W. Eaton <jwe@octave.org> |
5096 | |
5097 * miscellaneous/orderfields.m: New file. | |
5098 | |
5873 | 5099 2006-06-30 John W. Eaton <jwe@octave.org> |
5100 | |
5101 * time/datevec.m: Make another attempt to account for precision of | |
5102 datenum format. | |
5103 | |
5868 | 5104 2006-06-29 John W. Eaton <jwe@octave.org> |
5105 | |
5106 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
5107 Use feval instead of "type -q" to get values now that all the | |
5108 symbols are functions. | |
5109 | |
5860 | 5110 2006-06-16 John W. Eaton <jwe@octave.org> |
5111 | |
5112 * time/datevec.m: Avoid computing log of non-positive values. | |
5113 | |
5859 | 5114 2006-06-14 John W. Eaton <jwe@octave.org> |
5115 | |
5116 * time/datevec.m: Attempt to account for precision of datenum format. | |
5117 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5118 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 5119 |
5120 * audio/wavread.m: Fix file range error and add read support for | |
5121 24-bit WAV files. | |
5122 | |
5837 | 5123 2006-06-01 David Bateman <dbateman@free.fr> |
5124 | |
5125 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
5126 general/interp1.m, general/gradient.m, general/interp2.m, | |
5127 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
5128 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
5129 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
5130 | |
5835 | 5131 2006-05-31 Bill Denney <bill@givebillmoney.com> |
5132 | |
5133 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
5134 * miscellaneous/texas_lotto.m: Fix warning message. | |
5135 | |
5830 | 5136 2006-05-26 John W. Eaton <jwe@octave.org> |
5137 | |
5138 * miscellaneous/doc.m: Also handle nargin == 0. | |
5139 | |
5829 | 5140 2006-05-23 John W. Eaton <jwe@octave.org> |
5141 | |
5142 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
5143 really needed. | |
5144 | |
5827 | 5145 2006-05-22 John W. Eaton <jwe@octave.org> |
5146 | |
6754 | 5147 * general/lookup.m: New file from Octave Forge. |
5827 | 5148 |
5149 2006-05-22 David Bateman <dbateman@free.fr> | |
5150 | |
6754 | 5151 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
5152 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
5153 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
5154 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
5155 special-matrix/magic.m, special-matrix/hadamard.m, | |
5156 strings/strtok.m: New files from Octave Forge. | |
5827 | 5157 |
5824 | 5158 2006-05-19 David Bateman <dbateman@free.fr> |
5159 | |
5160 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 5161 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 5162 |
5821 | 5163 2006-05-17 John W. Eaton <jwe@octave.org> |
5164 | |
5165 * set/intersection.m: Delete | |
5166 * deprecated/intersection.m: New file. | |
5167 | |
5820 | 5168 2006-05-17 David Bateman <dbateman@free.fr> |
5169 | |
5170 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
5171 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
5172 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
5173 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
5174 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
5175 Forge. | |
5176 | |
5809 | 5177 2006-05-11 John W. Eaton <jwe@octave.org> |
5178 | |
5815 | 5179 * path/path.m: Delete (now a built-in function). |
5180 | |
5811 | 5181 * pkg/Makefile.in: New file. |
5182 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 5183 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 5184 |
5808 | 5185 2006-05-10 John W. Eaton <jwe@octave.org> |
5186 | |
5187 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
5188 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
5189 | |
5807 | 5190 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
5191 | |
5192 * tar.m, untar.m, unzip.m: New files. | |
5193 | |
5801 | 5194 2006-05-10 John W. Eaton <jwe@octave.org> |
5195 | |
5804 | 5196 * path/addpath.m, path/rmpath.m: Improve compatibility. |
5197 * path/setpath.m: Delete. | |
5198 | |
5801 | 5199 * pkg/pkg.m: New file. |
5200 | |
5798 | 5201 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
5202 | |
5203 * plot/plot.m: Doc string fix. | |
5204 | |
5205 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
5206 | |
5207 * testfun/speeed.m: Use new interface to unique and assert. | |
5208 Improve documentation. Approximate time complexity from log-log | |
5209 plot. Return time complexity and raw times if requested. The | |
5210 mean ratio is no longer returned. Provide complete control over | |
5211 which n are computed. | |
5212 | |
5213 2006-05-09 John W. Eaton <jwe@octave.org> | |
5214 | |
5215 * path/path.m: Move here from miscellaneous. | |
5216 Adapt to new LOADPATH definition. | |
5217 | |
5789 | 5218 2006-05-03 David Bateman <dbateman@free.fr> |
5219 | |
5220 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
5221 explicit uses of a path seperation character with pathsep(). | |
5222 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5223 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 5224 |
6778 | 5225 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 5226 |
5781 | 5227 2006-04-29 John W. Eaton <jwe@octave.org> |
5228 | |
5229 * startup/main-rcfile: Disable some warnings. | |
5230 | |
5762 | 5231 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
5232 | |
5233 * strings/strcmpi.m: Return false instead of error if args are not | |
5234 char or cellstr. | |
5235 | |
5750 | 5236 2006-04-10 John W. Eaton <jwe@octave.org> |
5237 | |
5238 * miscellaneous/dir.m: Ensure that returned structure array is | |
5239 Nx1, not 1xN. | |
5240 | |
5746 | 5241 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
5242 | |
5243 * plot/hist.m: Ignore NaN in inputs. | |
5244 | |
5745 | 5245 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
5246 | |
5247 * miscellaneous/mkoctfile.m: Doc string fix. | |
5248 | |
5741 | 5249 2006-04-05 John W. Eaton <jwe@octave.org> |
5250 | |
5251 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
5252 are both empty. | |
5253 * plot/__plt__.m: Ignore empty data and format strings returned | |
5254 from __plt1__ or __plt2__. | |
5255 | |
5737 | 5256 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
5257 | |
6778 | 5258 * set/unique.m: Properly handle single column input when |
5737 | 5259 "rows" is specified. |
5260 | |
5732 | 5261 2006-04-04 John W. Eaton <jwe@octave.org> |
5262 | |
5736 | 5263 * path/setpath.m: New file. |
5264 * path/savepath.m: Use setpath to set path instead of assigning | |
5265 directly to LOADPATH. | |
5266 | |
5732 | 5267 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
5268 New files, adapted from Octave Forge by Keith Goodman | |
5269 <kwgoodman@gmail.com>. | |
5270 * path: New directory. | |
5271 * Makefile.in (SUBDIRS): Add it to the list. | |
5272 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
5273 | |
5731 | 5274 2006-04-02 David Bateman <dbateman@free.fr> |
5275 | |
5276 * general/tril.m, general.triu.m: | |
5277 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
5278 to allow user types to work correctly. | |
5279 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
5280 | |
5727 | 5281 2006-04-03 David Bateman <dbateman@free.fr> |
5282 | |
5283 * plot/grid.m: Cache the state of the grid to allow toggling. | |
5284 Accept keyword "minor" for minor grid. | |
5285 | |
5721 | 5286 2006-03-28 John W. Eaton <jwe@octave.org> |
5287 | |
5288 * general/isscalar.m: Only require that all dimensions are 1 for | |
5289 compatiblity. | |
5290 | |
5291 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
5292 | |
5293 * general/isvector.m: Allow non-numeric objects to be vectors for | |
5294 compatibility. | |
5295 | |
5720 | 5296 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
5297 | |
5298 * plot/__errplot__.m: Doc string fix. | |
5299 | |
5300 * miscellaneous/doc.m: Mark as command. | |
5301 | |
5302 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
5303 general/isequalwithequalnans.m, general/blkdiag.m, | |
5304 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
5305 | |
5717 | 5306 2006-03-27 Don Bindner <dbindner@truman.edu> |
5307 | |
5308 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
5309 return 3d matrices. | |
5310 | |
5311 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
5312 | |
5313 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
5314 | |
5708 | 5315 2006-03-22 John W. Eaton <jwe@octave.org> |
5316 | |
5317 * plot/print.m: Don't replot after popping terminal setting. | |
5318 | |
5696 | 5319 2006-03-20 John W. Eaton <jwe@octave.org> |
5320 | |
5321 * miscellaneous/mkoctfile.m: Use version-specific name of | |
5322 mkoctfile. Use fullfile to construct file name. | |
5323 | |
5695 | 5324 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
5325 | |
5326 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
5327 shell script from Octave prompt. | |
5328 | |
5690 | 5329 2006-03-17 John W. Eaton <jwe@octave.org> |
5330 | |
5693 | 5331 * deprecated/weibcdf.m, deprecated/weibinv.m, |
5332 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
5333 | |
5334 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
5335 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
5336 Call new wbl functions to do the real work. | |
5337 Swap args and provide default values as necessary to preserve | |
5338 compatibility with old version of Octave. | |
5339 | |
5340 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
5341 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
5342 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
5343 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
5344 Swap scale and shape args for compatibility. | |
5345 | |
5692 | 5346 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
5347 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
5348 Preserve compatibility with old versions of Octave given new | |
5349 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 5350 |
5692 | 5351 * statistics/distributions/logncdf.m, |
5352 statistics/distributions/logninv.m, | |
5353 statistics/distributions/lognpdf.m, | |
5354 statistics/distributions/lognrnd.m: Compatibility fixes. | |
5355 From Ben Barrowes <barrowes@alum.mit.edu> | |
5356 | |
5691 | 5357 * deprecated/hypergeometric_rnd.m: Update interface to match |
5358 current 2.1.x version. | |
5359 | |
5360 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
5361 | |
5690 | 5362 * miscellaneous/dir.m: Use readdir instead of glob. |
5363 Special case for "." to avoid globbing. Use list_in_columns. | |
5364 Eliminate unused variables len and finfo. | |
5365 | |
5689 | 5366 2006-03-16 Bill Denney <bill@givebillmoney.com> |
5367 | |
5368 * miscellaneous/dir.m: Improve compatibility. | |
5369 | |
5687 | 5370 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5371 | |
5372 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5373 time/now.m, time/weekday.m: New functions from Octave Forge. | |
5374 | |
5686 | 5375 2006-03-16 John W. Eaton <jwe@octave.org> |
5376 | |
5377 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
5378 of looking at sum of max dimensions. | |
5379 | |
5681 | 5380 2006-03-16 David Bateman <dbateman@free.fr> |
5381 | |
5382 * testfun/test.m: Clear last warning before warning test to avoid | |
5383 issues with previously set warnings. | |
5384 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
5385 sparse matrices. Force matrix type from spqr solution to be | |
5386 singular to force QR solvers to be used for assert. | |
5387 | |
5678 | 5388 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5389 | |
5390 * strings/strfind.m: New file. | |
5391 | |
5677 | 5392 2006-03-16 John W. Eaton <jwe@octave.org> |
5393 | |
5394 * general/rows.m, general/columns.m: Delete. | |
5395 | |
5674 | 5396 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5397 | |
5398 * strings/strcmpi.m: Simplify. | |
5399 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 5400 * strings/strtrunc.m: New file. |
5674 | 5401 |
5676 | 5402 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
5403 | |
5672 | 5404 2006-03-15 John W. Eaton <jwe@octave.org> |
5405 | |
5406 * miscellaneous/doc.m: New file. | |
5407 From Soren Hauberg <soren@hauberg.org>. | |
5408 | |
5671 | 5409 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
5410 | |
5411 * miscellaneous/mkoctfile.m: New file. | |
5412 | |
5670 | 5413 2006-03-15 John W. Eaton <jwe@octave.org> |
5414 | |
5415 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
5416 | |
5666 | 5417 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
5418 | |
5419 * strings/bin2dec.m: Doc fix. | |
5420 | |
5661 | 5421 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
5422 | |
5423 * time/etime.m: Use datenum to support times spanning year boundaries. | |
5424 * time/datenum.m: New function to compute day number from time. | |
5425 | |
5659 | 5426 2006-03-09 John W. Eaton <jwe@octave.org> |
5427 | |
5428 * miscellaneous/unix.m, plot/print.m: | |
5429 Swap order of outputs from system. | |
5430 | |
5642 | 5431 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
5432 | |
5433 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
5434 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
5435 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
5436 control/base/__stepimp__.m, control/base/are.m, | |
5437 control/base/controldemo.m, control/base/damp.m, | |
5438 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
5439 control/base/step.m, control/system/abcddim.m, | |
5440 control/system/is_abcd.m, control/system/is_controllable.m, | |
5441 control/system/is_detectable.m, control/system/is_observable.m, | |
5442 control/system/is_stabilizable.m, control/system/is_stable.m, | |
5443 control/system/jet707.m, control/system/sys2fir.m, | |
5444 control/system/sysdimensions.m, control/system/sysupdate.m, | |
5445 control/system/tfout.m, control/system/ugain.m, | |
5446 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
5447 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
5448 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
5449 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
5450 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
5451 general/circshift.m, general/columns.m, general/flipdim.m, | |
5452 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
5453 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
5454 general/isequalwithequalnans.m, general/isscalar.m, | |
5455 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
5456 general/logspace.m, general/mod.m, general/nextpow2.m, | |
5457 general/num2str.m, general/perror.m, general/pol2cart.m, | |
5458 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
5459 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
5460 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
5461 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
5462 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
5463 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
5464 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
5465 miscellaneous/license.m, miscellaneous/menu.m, | |
5466 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
5467 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
5468 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
5469 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
5470 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
5471 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
5472 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
5473 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
5474 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
5475 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
5476 polynomial/polyinteg.m, polynomial/polyout.m, | |
5477 polynomial/polyreduce.m, polynomial/polyval.m, | |
5478 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
5479 set/create_set.m, set/intersection.m, set/ismember.m, | |
5480 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
5481 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
5482 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
5483 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
5484 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
5485 special-matrix/hilb.m, special-matrix/invhilb.m, | |
5486 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
5487 special-matrix/vander.m, statistics/base/median.m, | |
5488 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
5489 statistics/distributions/gaminv.m, | |
5490 statistics/distributions/gampdf.m, | |
5491 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
5492 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
5493 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
5494 strings/lower.m, strings/upper.m, testfun/assert.m, | |
5495 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
5496 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
5497 | |
5633 | 5498 2006-02-27 John W. Eaton <jwe@octave.org> |
5499 | |
5500 * time/tic.m: Move here from miscellaneous/tic.m. | |
5501 * time/toc.m: Move here from miscellaneous/toc.m. | |
5502 | |
5503 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
5504 | |
5505 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
5506 does not assign output of toc to a variable. | |
5507 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5508 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 5509 |
5510 * axis.m: Catch limits that are the same and return an error. | |
5511 | |
5625 | 5512 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5513 | |
5514 * plot/print.m: Accept emf device option to support Enhanced | |
5515 Metafile format. | |
5516 | |
5517 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
5518 | |
5519 * control/base/lqe.m: Doc fix. | |
5520 | |
5623 | 5521 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
5522 | |
5523 * statistics/distributions/gamcdf.m: Doc fix. | |
5524 * statistics/distributions/gaminv.m: Doc fix. | |
5525 * statistics/distributions/gampdf.m: Doc fix. | |
5526 * statistics/distributions/gamrnd.m: Doc fix. | |
5527 | |
5610 | 5528 2006-02-09 David Bateman <dbateman@free.fr> |
5529 | |
6778 | 5530 * general/triu.m: Minimum change to allow sparse matrix. More needed |
5531 for arbitrary user type. | |
5532 * general/tril.m: ditto. | |
5533 * sparse/sprand.m: Doc fix. | |
5534 * sparse/sprandn.m: Ditto. | |
5535 * sparse/sprandsym.m: New function. | |
5536 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
5537 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
5538 Update for syntax error for latest texinfo.tex file. | |
5610 | 5539 |
5605 | 5540 2006-02-02 John W. Eaton <jwe@octave.org> |
5541 | |
5542 * plot/grid.m: Append ";\n" to "set grid" command. | |
5543 | |
5544 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
5545 | |
5546 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
5547 | |
5597 | 5548 2006-01-13 John W. Eaton <jwe@octave.org> |
5549 | |
5550 * audio/Makefile.in, control/base/Makefile.in, | |
5551 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
5552 control/system/Makefile.in, control/util/Makefile.in, | |
5553 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
5554 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
5555 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
5556 optimization/Makefile.in, plot/Makefile.in, | |
5557 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5558 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5559 special-matrix/Makefile.in, startup/Makefile.in, | |
5560 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5561 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5562 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
5563 (all): Depend on PKG_ADD. | |
5564 (PKG_ADD): New target. | |
5565 | |
5566 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
5567 | |
5568 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
5569 | |
5596 | 5570 2006-01-13 John W. Eaton <jwe@octave.org> |
5571 | |
5572 * time/etime.m: Move here from miscellaneous/etime.m. | |
5573 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
5574 | |
5595 | 5575 2006-01-13 Bill Denney <bill@givebillmoney.com> |
5576 | |
6778 | 5577 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 5578 * miscellaneous/fullfile.m: Likewise. |
5579 | |
5592 | 5580 2006-01-12 David Bateman <dbateman@free.fr> |
5581 | |
5582 * general/blkdiag.m: Compatible behavior for empty matrices | |
5583 * statistics/base/unidrnd.m: Documentation buglet. | |
5584 | |
5583 | 5585 2005-12-14 David Bateman <dbateman@free.fr> |
5586 | |
5589 | 5587 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
5588 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
5589 | |
5590 * Makefile.in (SUBDIRS): Include testfun. | |
5591 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
5592 | |
5583 | 5593 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
5594 | |
5595 * general/__isequal__.m: Remove reference to getfield. | |
5596 | |
5597 * plot/hist.m: Update test code for row/column discrepencies. | |
5598 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
5599 Update the test code for this. | |
5600 * sparse/spstats.m: Fix small bug in the dimension of output. | |
5601 | |
5579 | 5602 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5603 | |
5604 * cell/cell2mat.m: New file, from octave-forge. | |
5605 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5606 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 5607 |
5608 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
5609 New graph theory functions. | |
5610 | |
5574 | 5611 2005-12-13 John W. Eaton <jwe@octave.org> |
5612 | |
5613 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
5614 | |
5615 * control/system/ss.m: Doc fix. | |
5616 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5617 | |
5572 | 5618 2005-12-12 Michael Zeising <michael@michaels-website.de> |
5619 | |
5620 * audio/wavread.m, audio/wavwrite.m: | |
5621 Correct scaling for 8-bit linear pcm samples. | |
5622 Improve scaling for all other linear pcm resolutions. | |
5623 | |
5568 | 5624 2005-12-07 John W. Eaton <jwe@octave.org> |
5625 | |
5626 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
5627 | |
5628 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
5629 * strings/strjust.m: Likewise. | |
5630 | |
5631 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
5632 * signal/arma_rnd.m: Likewise. | |
5633 * strings/strcat.m: Likewise. | |
5634 * control/base/__freqresp__.m: Likewise. | |
5635 * control/base/place.m: Likewise. | |
5636 * control/base/pzmap.m: Likewise. | |
5637 * control/base/pzmap.m: Likewise. | |
5638 * control/system/sysappend.m: Likewise. | |
5639 * control/system/syscont.m: Likewise. | |
5640 * control/system/sysdisc.m: Likewise. | |
5641 * control/system/sysgroup.m: Likewise. | |
5642 * control/system/tfout.m: Likewise. | |
5643 * control/system/zpout.m: Likewise. | |
5644 * control/util/__outlist__.m: Likewise. | |
5645 | |
5567 | 5646 2005-12-06 John W. Eaton <jwe@octave.org> |
5647 | |
5648 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
5649 Avoid for loop in interleave/deinterleave steps. | |
5650 | |
5565 | 5651 2005-12-06 Michael Zeising <michael@michaels-website.de> |
5652 | |
5653 * audio/wavread.m, audio/wavwrite.m: New files. | |
5654 | |
5563 | 5655 2005-12-06 John W. Eaton <jwe@octave.org> |
5656 | |
5657 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
5658 | |
5560 | 5659 2005-12-05 John W. Eaton <jwe@octave.org> |
5660 | |
5561 | 5661 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 5662 |
5558 | 5663 2005-12-02 John W. Eaton <jwe@octave.org> |
5664 | |
5665 * miscellaneous/fileattrib.m: New function. | |
5666 | |
5556 | 5667 2005-12-01 John W. Eaton <jwe@octave.org> |
5668 | |
5669 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
5670 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
5671 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
5672 | |
5555 | 5673 2005-11-30 John W. Eaton <jwe@octave.org> |
5674 | |
5675 * linear-algebra/krylov.m: Format doc string. | |
5676 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5677 | |
5551 | 5678 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
5679 | |
5680 * general/blkdiag.m: Import from octave-forge. | |
5681 Ignore empty matrices in the input. Add tests. | |
5549 | 5682 |
5683 * general/isequal.m, general/isequalwithequalnans.m: | |
5684 New wrapper scripts for general/__isequal__.m. | |
5685 * general/__isequal__.m: Rename from general/isequal.m. | |
5686 New arg, nans_compare_equal. | |
5687 | |
5548 | 5688 2005-11-29 John W. Eaton <jwe@octave.org> |
5689 | |
5690 * miscellaneous/ver.m: Use new uname built-in function instead of | |
5691 calling system. Only append octave_forge_string if | |
5692 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
5693 Call license instead of hard-coding license info here. | |
5694 | |
5695 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 5696 __octave_licenses__. Use puts instead of disp. |
5548 | 5697 Use getuid and getpwuid instead of calling unix ("id -un"). |
5698 If nargout = 1, return license info instead of printing usage message. | |
5699 | |
5546 | 5700 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5701 | |
5702 * miscellaneous/ver.m: New file. | |
5703 * miscellaneous/license.m: New file. | |
5704 | |
5545 | 5705 2005-11-22 John W. Eaton <jwe@octave.org> |
5706 | |
5707 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
5708 gnuplot set command. | |
5709 | |
5539 | 5710 2005-11-15 John W. Eaton <jwe@octave.org> |
5711 | |
5712 * general/shiftdim.m: Doc fix. | |
5713 | |
5532 | 5714 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
5715 | |
5716 * set/unique.m: Doc string fix. | |
5717 | |
5527 | 5718 2005-11-01 John W. Eaton <jwe@octave.org> |
5719 | |
5720 * Makefile.in (distclean, maintainer-clean): | |
5721 Also remove autom4te.cache directory. | |
5722 From Quentin Spencer <qspencer@ieee.org>. | |
5723 | |
5518 | 5724 2005-10-28 John W. Eaton <jwe@octave.org> |
5725 | |
5726 * general/shiftdim.m: Compatibility fix for row vectors. | |
5727 Correct check for non-scalar non-integer shift. For positive | |
5728 N, shift is remainder of N and number of dims. Always return NS. | |
5729 Simplify. | |
5730 | |
5500 | 5731 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
5732 | |
5733 * general/randperm.m: Improve compatibility by allowing input | |
5734 value of zero. | |
5735 | |
5493 | 5736 2005-10-13 John W. Eaton <jwe@octave.org> |
5737 | |
5738 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
5739 If in multiplot mode, clear plot before issuing new plot command. | |
5740 | |
5741 * plot/__setup_plot__.m: New function. | |
5742 * plot/__plt__.m, plot__errplot__.m: Use it. | |
5743 Handle multiplot data and offsets here. | |
5744 | |
5745 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
5746 Move initialization to __setup_plot__.m. | |
5747 | |
5748 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
5749 Don't reset gnuplot_command_replot. | |
5750 | |
5751 * plot/replot.m: Handle multiplot data and offsets here. | |
5752 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
5753 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
5754 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
5755 | |
5489 | 5756 2005-10-12 John W. Eaton <jwe@octave.org> |
5757 | |
5758 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
5759 | |
5482 | 5760 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
5761 | |
5762 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
5763 weibrnd.m: Removed calls and references to deprecated _pdf and | |
5764 _inv functions. | |
5765 * chi2pdf.m: Fixed typos in the documentation. | |
5766 | |
5475 | 5767 2005-09-28 John W. Eaton <jwe@octave.org> |
5768 | |
5476 | 5769 * miscellaneous/single.m: New function. |
5770 | |
5475 | 5771 * statistics/base/unidrnd.m: New function. |
5772 | |
5474 | 5773 2005-09-27 John W. Eaton <jwe@octave.org> |
5774 | |
5775 * miscellaneous/dir.m: Filename never includes directory part. | |
5776 | |
5464 | 5777 2005-09-22 John W. Eaton <jwe@octave.org> |
5778 | |
5779 * polynomial/residue.m: Use logical indexing instead of find.. | |
5780 | |
5781 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
5782 | |
5783 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
5784 and zero poles. | |
5785 | |
5462 | 5786 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
5787 | |
5788 * strings/deblank.m: Handle cell arrays. | |
5789 * strings/split.m: New argument, N, to limit number of splits. | |
5790 | |
5791 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
5792 | |
5793 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
5794 | |
5460 | 5795 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
5796 | |
5797 * control/base/rlocus.m: Doc fix. | |
5798 | |
5459 | 5799 2005-09-20 John W. Eaton <jwe@octave.org> |
5800 | |
5801 * general/isvector.m: Improve compatibility. | |
5802 | |
5803 * general/postpad.m: Allow first argument to be a scalar. | |
5804 Allow padding to extend dimensionality. | |
5805 * general/prepad.m: Likewise. | |
5806 | |
5448 | 5807 2005-09-14 Daniel <durbano@shbano.com> |
5808 | |
5809 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 5810 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
5811 /control/base/dgram.m: Doc string fixes. | |
5448 | 5812 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
5813 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5814 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 5815 |
5816 * saveimage.m: Do not ignore most significant bit when writing | |
5817 black and white images to file. | |
5818 | |
5443 | 5819 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
5820 | |
5821 * audio/playaudio.m, control/base/__bodquist__.m, | |
5822 control/base/lqg.m, control/obsolete/dezero.m, | |
5823 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
5824 control/system/c2d.m, control/system/cellidx.m, | |
5825 control/system/d2c.m, control/system/dmr2d.m, | |
5826 control/system/is_signal_list.m, control/system/listidx.m, | |
5827 control/system/ss.m, control/system/sysappend.m, | |
5828 control/system/sysconnect.m, control/system/sysdup.m, | |
5829 control/system/sysgetsignals.m, control/system/sysidx.m, | |
5830 control/system/sysprune.m, control/system/syssetsignals.m, | |
5831 control/system/tfout.m, control/system/zpout.m, | |
5832 control/util/prompt.m, control/util/sortcom.m, | |
5833 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
5834 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
5835 general/num2str.m, general/repmat.m, general/sortrows.m, | |
5836 general/strerror.m, image/colormap.m, image/imshow.m, | |
5837 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
5838 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
5839 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
5840 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
5841 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
5842 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
5843 plot/print.m, plot/title.m, plot/top_title.m, | |
5844 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
5845 statistics/base/mean.m, statistics/base/moment.m, | |
5846 statistics/tests/cor_test.m, | |
5847 statistics/tests/kolmogorov_smirnov_test.m, | |
5848 statistics/tests/kolmogorov_smirnov_test_2.m, | |
5849 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
5850 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
5851 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
5852 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
5853 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
5854 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
5855 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
5856 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
5857 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
5858 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
5859 Avoid deprecated functions. Use ischar instead of isstr. Use | |
5860 isvector instead of is_vector. Use isstruct instead of | |
5861 is_struct. Use char instead of setstr. | |
5862 | |
5435 | 5863 2005-08-31 Daniel <durbano@shbano.com> |
5864 | |
5865 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
5866 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
5867 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5868 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5869 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 5870 |
5871 * image/saveimage.m: Open output file in binary mode. | |
5872 | |
5873 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
5874 | |
5427 | 5875 2005-08-16 John W. Eaton <jwe@octave.org> |
5876 | |
5877 * miscellaneous/computer.m: Handle optional maxsize and endian | |
5878 outputs. | |
5879 | |
5426 | 5880 2005-08-15 John W. Eaton <jwe@octave.org> |
5881 | |
5882 * strings/strcat.m: Allow single argument. | |
5883 | |
5416 | 5884 2005-07-18 John W. Eaton <jwe@octave.org> |
5885 | |
5886 * strings/strcmp.m: Delete. | |
5887 | |
5413 | 5888 2005-07-13 John W. Eaton <jwe@octave.org> |
5889 | |
5890 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
5891 versions of Octave. | |
5892 | |
5893 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
5894 | |
5895 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
5896 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
5897 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
5898 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
5899 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
5900 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
5901 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
5902 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
5903 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
5904 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
5905 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
5906 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
5907 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
5908 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
5909 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
5910 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
5911 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
5912 * statistics/distributions/finv.m: Rename from f_inv.m. | |
5913 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
5914 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
5915 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
5916 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
5917 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
5918 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
5919 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
5920 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
5921 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
5922 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
5923 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
5924 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
5925 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
5926 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
5927 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
5928 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
5929 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
5930 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
5931 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
5932 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
5933 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
5934 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
5935 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
5936 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
5937 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
5938 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
5939 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
5940 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
5941 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
5942 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 5943 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 5944 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
5945 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
5946 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
5947 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
5948 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
5949 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
5950 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
5951 | |
5952 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
5953 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
5954 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
5955 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
5956 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
5957 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
5958 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
5959 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
5960 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
5961 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
5962 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
5963 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
5964 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
5965 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
5966 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
5967 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
5968 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
5969 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
5970 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
5971 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
5972 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
5973 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
5974 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
5975 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
5976 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
5977 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
5978 deprecated/wiener_rnd.m: New files. | |
5979 | |
5408 | 5980 2005-07-08 John W. Eaton <jwe@octave.org> |
5981 | |
5982 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
5983 * deprecated/weibull_rnd.m: New file. | |
5984 | |
5407 | 5985 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
5986 | |
5987 * strings/dec2base.m: Allow matrix arguments. | |
5988 | |
5406 | 5989 2005-07-08 John W. Eaton <jwe@octave.org> |
5990 | |
5991 * plot/__errplot__.m: Use __plot_globals__. | |
5992 * plot/__plt__.m: Likewise. | |
5993 * plot/figure.m: Likewise. | |
5994 | |
5995 * plot/hold.m: New file. | |
5996 * plot/ishold.m: New file. | |
5997 * plot/__plot_globals__.m: New file. | |
5998 | |
5400 | 5999 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
6000 | |
6001 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
6002 | |
6003 2005-07-05 John W. Eaton <jwe@octave.org> | |
6004 | |
6005 * strings/findstr.m: Return [] for no matches. | |
6006 | |
5399 | 6007 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
6008 | |
6009 * miscellaneous/tic.m: Fix doc string. | |
6010 | |
5395 | 6011 2005-06-15 John W. Eaton <jwe@octave.org> |
6012 | |
6013 * polynomial/polyfit.m: Force return value to be a row vector. | |
6014 | |
5393 | 6015 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
6016 | |
6017 * general/isequal.m: Correct nargin check. | |
6018 | |
5388 | 6019 2005-06-14 John W. Eaton <jwe@octave.org> |
6020 | |
6021 * general/isvector.m: Handle N-d arrays. | |
6022 From Bill Denney <denney@seas.upenn.edu>. | |
6023 | |
5381 | 6024 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
6025 | |
6026 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 6027 |
5377 | 6028 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
6029 | |
6030 * signal/freqz.m: Use correct calculations when given a vector of | |
6031 frequencies. Improve accuracy of returned frequency vector. | |
6032 Improve speed for medium length filters (at a slight cost for slow | |
6033 filters). Add test cases. | |
6034 | |
5373 | 6035 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
6036 | |
6037 * plot/loglog.m: Fix set commands. | |
6038 | |
5381 | 6039 2005-05-25 John W. Eaton <jwe@octave.org> |
6040 | |
6041 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
6042 | |
5371 | 6043 2005-05-24 John W. Eaton <jwe@octave.org> |
6044 | |
5373 | 6045 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
6046 | |
5372 | 6047 * strings/strncmp.m: New file, from Tom Holroyd |
6048 <tomh@kurage.nimh.nih.gov>. | |
6049 | |
5371 | 6050 * strings/strcmp.m: Return logical values in all cases. |
6051 | |
5366 | 6052 2005-05-23 John W. Eaton <jwe@octave.org> |
6053 | |
6054 * plot/orient.m: New file. Adapt to Octave coding style. | |
6055 Texinfoize doc string. | |
6056 | |
6057 * plot/print.m: New file. Adapt to Octave coding style. Include | |
6058 PKG_ADD command. Use set terminal consistently throughout. Use | |
6059 set terminal push/pop and unconditionally set output to screen | |
6060 when done to avoid requiring gget. Use a cell array for dev_list | |
6061 and cellidx to search for items in the list. Delete local | |
6062 variable endl. Don't set and restore automatic_replot. Use {} | |
6063 instead of nth to index varargin. Delete local variable | |
6064 va_arg_cnt. | |
6065 | |
5355 | 6066 2005-05-18 John W. Eaton <jwe@octave.org> |
6067 | |
6068 * general/num2str.m: Return early if X is a character string. | |
6069 | |
5347 | 6070 2005-05-11 John W. Eaton <jwe@octave.org> |
6071 | |
5348 | 6072 * strings/findstr.m: Allow non-string arguments for compatiblity. |
6073 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
6074 | |
5347 | 6075 * plot/polar.m: Don't call __pltopt__ here. |
6076 | |
5333 | 6077 2005-05-02 John W. Eaton <jwe@octave.org> |
6078 | |
6079 * mkdoc: Print header message. | |
6080 | |
5319 | 6081 2005-04-28 John W. Eaton <jwe@octave.org> |
6082 | |
6083 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
6084 startup/octaverc. | |
6085 | |
5318 | 6086 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
6087 | |
6088 * image/imshow.m: Handle various image depths and 3d RGB images. | |
6089 (__im_numeric_limits__): New internal function. | |
6090 | |
5317 | 6091 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
6092 | |
6093 * statistics/tests/anova.m: Compute total_mean as mean of all | |
6094 data, not mean of group_mean. | |
6095 | |
6096 2005-04-28 John W. Eaton <jwe@octave.org> | |
6097 | |
6098 * startup/local-rcfile: New file. | |
6099 * startup/main-rcfile: Rename from startup/octaverc. | |
6100 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
6101 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
6102 Install local-rcfile in $(localfcnfiledir)/startup. | |
6103 | |
6104 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
6105 | |
6106 * startup/inputrc: New file. | |
6107 * startup/octaverc: Configure readline using inputrc from | |
6108 startupfiledir. | |
6109 * startup/Makefile.in (install, install-strip): Install octaverc | |
6110 in $(fcnfiledir)/startup. | |
6111 | |
5310 | 6112 2005-04-27 John W. Eaton <jwe@octave.org> |
6113 | |
6114 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
6115 | |
5289 | 6116 2005-04-21 John W. Eaton <jwe@octave.org> |
6117 | |
6118 * optimization/glpk.m: Handle SENSE argument. | |
6119 | |
6120 * optimization/qp.m, optimization/sqp.m: New files. | |
6121 | |
5276 | 6122 2005-04-08 John W. Eaton <jwe@octave.org> |
6123 | |
6124 * Makefile.in (clean, distclean, maintainer-clean): | |
6125 Avoid duplication in rules. | |
6126 | |
5252 | 6127 2005-03-28 John W. Eaton <jwe@octave.org> |
6128 | |
6129 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
6130 setting {no,}parametric. | |
6131 * plot/figure.m: Likewise, for setting terminal type. | |
6132 | |
6133 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
6134 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
6135 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
6136 plot/title.m, plot/top_title.m: Avoid eval. | |
6137 | |
5251 | 6138 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6139 | |
5253 | 6140 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
6141 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
6142 Use __gnuplot_replot__ instead of replot. | |
6143 | |
5252 | 6144 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
6145 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
6146 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
6147 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
6148 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
6149 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
6150 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 6151 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 6152 |
5251 | 6153 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
6154 | |
5244 | 6155 2005-03-24 John W. Eaton <jwe@octave.org> |
6156 | |
6157 * optimization/glpkmex.m: Texinfoize Doc string. | |
6158 * optimization/glpk.m: Likewise. | |
6159 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
6160 (row vectors are orginary character strings). | |
6161 * optimization/glpkparam.m: Delete. | |
6162 | |
5243 | 6163 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
6164 | |
6165 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
6166 of dimensions of X. | |
6167 | |
5237 | 6168 2005-03-23 John W. Eaton <jwe@octave.org> |
6169 | |
5239 | 6170 * general/tril.m, general/triu.m: Return value of same class as |
6171 argument. | |
6172 | |
5237 | 6173 * optimization/glpk.m: Simplify interface. By default, solve |
6174 standard LP min C'*x s.t. A*x = b, x >= 0. | |
6175 * optimization/glpkmex.m: New file. | |
6176 | |
5232 | 6177 2005-03-22 John W. Eaton <jwe@octave.org> |
6178 | |
5237 | 6179 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
6180 list. | |
6181 | |
5233 | 6182 * optimization/glpk.m: Adapt to Octave coding style. |
6183 No need for varargout or varargin. | |
6184 Print usage message if nargin > 11. | |
6185 Allow any value of nargout. | |
6186 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
6187 Avoid looping when checking character classes. | |
6188 | |
5232 | 6189 * optimization: New directory. |
6190 * Makefile.in (SUBDIRS): Add it to the list. | |
6191 * optimization/Makefile.in: New file. | |
6192 * optimization/glpk.m, optimization/glpkparams.m, | |
6193 optimization/glpktest1, optimization/glpktest2: New files. | |
6194 | |
5218 | 6195 2005-03-16 Soren Hauberg <soren@hauberg.org> |
6196 | |
6197 * strings/split.m: Quick return for empty second arg. | |
6198 Improve warning for multi-line strings. | |
6199 Speed up by avoiding sprintf in loop and eval. | |
6200 | |
5217 | 6201 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
6202 | |
6203 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
6204 * polynomial/polyder.m: Ditto. | |
6778 | 6205 * polynomial/polygcd.m: New function. |
5217 | 6206 |
5214 | 6207 2005-03-16 John W. Eaton <jwe@octave.org> |
6208 | |
5215 | 6209 * control/base/__stepimp__.m, control/base/bode.m, |
6210 control/base/frdemo.m, control/base/nichols.m, | |
6211 control/base/nyquist.m, control/base/pzmap.m, | |
6212 control/base/rldemo.m, control/base/rlocus.m, | |
6213 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
6214 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
6215 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
6216 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
6217 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
6218 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
6219 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
6220 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
6221 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
6222 plot/xlabel.m, quaternion/demoquat.m, | |
6223 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
6224 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
6225 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
6226 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
6227 gsplot from @seealso docs. | |
5214 | 6228 |
6229 * plot/replot.m: New file. | |
6230 | |
5205 | 6231 2005-03-15 David Bateman <dbateman@free.fr> |
6232 | |
6233 * set/unique.m, set/ismember.m: Handle cell arrays. | |
6234 | |
5196 | 6235 2005-03-09 John W. Eaton <jwe@octave.org> |
6236 | |
6237 * statistics/Makefile.in (bin-dist): Delete target. | |
6238 (BINDISTSUBDIRS): Delete variable. | |
6754 | 6239 * control/Makefile.in: Likewise. |
5196 | 6240 |
5378 | 6241 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 6242 (BINDISTFILES): Delete variable. |
5378 | 6243 * control/base/Makefile.in: Likewise. |
6244 * control/hinf/Makefile.in: Likewise. | |
6245 * control/obsolete/Makefile.in: Likewise. | |
6246 * control/system/Makefile.in: Likewise. | |
6247 * control/util/Makefile.in: Likewise. | |
6248 * deprecated/Makefile.in: Likewise. | |
6249 * elfun/Makefile.in: Likewise. | |
6250 * finance/Makefile.in: Likewise. | |
6251 * general/Makefile.in: Likewise. | |
6252 * image/Makefile.in: Likewise. | |
6253 * sparse/Makefile.in: Likewise. | |
6254 * io/Makefile.in: Likewise. | |
6255 * plot/Makefile.in: Likewise. | |
6256 * Makefile.in: Likewise. | |
6257 * miscellaneous/Makefile.in: Likewise. | |
6258 * linear-algebra/Makefile.in: Likewise. | |
6259 * polynomial/Makefile.in: Likewise. | |
6260 * quaternion/Makefile.in: Likewise. | |
6261 * set/Makefile.in: Likewise. | |
6262 * signal/Makefile.in: Likewise. | |
6263 * specfun/Makefile.in: Likewise. | |
6264 * special-matrix/Makefile.in: Likewise. | |
6265 * startup/Makefile.in: Likewise. | |
6266 * statistics/base/Makefile.in: Likewise. | |
6267 * statistics/distributions/Makefile.in: Likewise. | |
6268 * statistics/models/Makefile.in: Likewise. | |
6269 * statistics/tests/Makefile.in: Likewise. | |
6270 * strings/Makefile.in: Likewise. | |
6271 * time/Makefile.in: Likewise. | |
5196 | 6272 |
5195 | 6273 2005-03-08 John W. Eaton <jwe@octave.org> |
6274 | |
6275 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
6276 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
6277 | |
5192 | 6278 2005-03-04 John W. Eaton <jwe@octave.org> |
6279 | |
6280 * plot/clg.m: New file. | |
6281 | |
5193 | 6282 2005-03-03 John W. Eaton <jwe@octave.org> |
6283 | |
6284 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
6285 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
6286 strings/strcmpi.m: | |
6287 New files from Octave-forge. Adapt to Octave coding standards. | |
6288 | |
5181 | 6289 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
6290 | |
6291 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
6292 computation range. | |
6293 | |
5164 | 6294 2005-02-25 John W. Eaton <jwe@octave.org> |
6295 | |
6296 Sparse merge. | |
6297 | |
6298 2005-01-23 David Bateman <dbateman@free.fr> | |
6299 | |
6300 * sparse/randperm.m: Delete duplicate randperm.m. | |
6301 | |
6302 2005-01-10 John W. Eaton <jwe@octave.org> | |
6303 | |
6304 * sparse/Makefile.in: New file. | |
6305 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
6306 | |
6307 2005-01-07 David Bateman <dbateman@free.fr> | |
6308 | |
6309 * set/unique.m: import file from octave-forge. | |
6310 | |
6311 2005-01-05 David Bateman <dbateman@free.fr> | |
6312 | |
6313 * Makefile.in: include sparse directory in SUBDIRS. | |
6314 | |
6315 2004-12-30 John W. Eaton <jwe@octave.org> | |
6316 | |
6317 * sparse/nzmax.m: Delete (there is an nzmax function in | |
6318 src/DLD-FUNCTIONS/sparse.cc). | |
6319 | |
6320 2004-12-28 John W. Eaton <jwe@octave.org> | |
6321 | |
6322 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
6323 Andy Adler <adler@site.uottawa.ca>. | |
6324 | |
6325 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
6326 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
6327 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
6328 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
6329 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
6330 | |
6331 * sparse: New directory. | |
6332 | |
5158 | 6333 2005-02-22 John W. Eaton <jwe@octave.org> |
6334 | |
6335 * polynomial/residue.m: Force prepad to always create row vectors. | |
6336 | |
6337 * polynomial/poly.m: Quick return if m is 0. | |
6338 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
6339 | |
5154 | 6340 2005-02-21 David Bateman <dbateman@free.fr> |
6341 | |
6342 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
6343 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
6344 Fix for row vectors with at least one element of lambda not in | |
6345 (0, Inf). | |
6346 | |
5152 | 6347 2005-02-21 John W. Eaton <jwe@octave.org> |
6348 | |
5153 | 6349 * statistics/base/qqplot.m: Use feval instead of eval. |
6350 | |
5152 | 6351 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
6352 plot/__axis_label__.m: Issue replot command. | |
6353 | |
5135 | 6354 2005-02-09 John W. Eaton <jwe@octave.org> |
6355 | |
6356 * polynomial/polyderiv.m: Force P to be a row vector. | |
6357 | |
5133 | 6358 2005-02-08 John W. Eaton <jwe@octave.org> |
6359 | |
6360 * strings/dec2base.m: Don't delete leading zero if third arg is | |
6361 provided and len <= computed max_len. | |
6362 | |
5125 | 6363 2005-01-27 David Bateman <dbateman@free.fr> |
6364 | |
6365 * strings/dec2base.m: Be even more careful about handling all digits. | |
6366 | |
6367 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
6368 | |
6369 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
6370 | |
5123 | 6371 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
6372 | |
6373 * statistics/base/median.m: Make it work for the scalar case too. | |
6374 | |
6308 | 6375 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 6376 |
6377 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 6378 Simplify logic for decoding args. |
5117 | 6379 |
5115 | 6380 2005-01-24 John W. Eaton <jwe@octave.org> |
6381 | |
5116 | 6382 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
6383 | |
6384 * plot/__plt__.m: No need to save and reset hold state now. | |
6385 (first_plot): Delete unused variable. | |
6386 | |
5115 | 6387 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
6388 | |
6389 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
6390 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
6391 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6392 plot/__plt2vv__.m: | |
6393 Return data and gnuplot commands instead of evaluating them. | |
6394 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
6395 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
6396 | |
5108 | 6397 2005-01-18 John W. Eaton <jwe@octave.org> |
6398 | |
6399 * linear-algebra/cross.m: Allocate idx1 before use. | |
6400 | |
5096 | 6401 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
6402 | |
6403 * statistics/base/range.m: Fix varargin usage. | |
6404 | |
5091 | 6405 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
6406 | |
6407 * strings/deblank.m: Remove all trailing whitespace (check with | |
6408 isspace), not just SPC. | |
6409 | |
5090 | 6410 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
6411 | |
6412 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
6413 | |
5073 | 6414 2004-11-09 John W. Eaton <jwe@octave.org> |
6415 | |
6416 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
6417 From Julius Smith <jos@ccrma.stanford.edu>. | |
6418 | |
5072 | 6419 2004-11-08 John W. Eaton <jwe@octave.org> |
6420 | |
6421 * plot/__plt2vm__.m: Delete debugging statement. | |
6422 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
6423 | |
5065 | 6424 2004-11-04 John W. Eaton <jwe@octave.org> |
6425 | |
6426 * plot/hist.m: Always return row vectors for vector args. | |
6427 | |
5031 | 6428 2004-09-23 John W. Eaton <jwe@octave.org> |
6429 | |
6430 * strings/strcmp.m: If args are not strings or cell arrays of | |
6431 strings, return zero instead of reporting an error. | |
6432 | |
5021 | 6433 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
6434 | |
6435 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
6436 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
6437 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
6438 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
6439 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
6440 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
6441 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
6442 control/hinf/is_dgkf.m, control/system/c2d.m, | |
6443 control/system/is_detectable.m, control/system/is_sample.m, | |
6444 control/system/is_siso.m, control/system/is_stable.m, | |
6445 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
6446 control/system/sys2tf.m, control/system/sys2zp.m, | |
6447 control/system/sysappend.m, control/system/sysconnect.m, | |
6448 control/system/sysdisc.m, control/system/sysdup.m, | |
6449 control/system/sysgetsignals.m, control/system/sysmult.m, | |
6450 control/system/syssetsignals.m, control/system/syssub.m, | |
6451 control/system/tf2sys.m, control/system/ugain.m, | |
6452 control/system/zp2ss.m, control/system/zp2sys.m, | |
6453 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
6454 special-matrix/toeplitz.m: Fix typos in doc strings. | |
6455 | |
6456 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
6457 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
6458 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
6459 ontrol/system/is_abcd.m, control/system/parallel.m, | |
6460 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
6461 control/system/sysappend.m, control/system/sysconnect.m, | |
6462 control/system/sysdup.m, control/system/sysgroup.m, | |
6463 control/system/sysprune.m, control/system/sysreorder.m, | |
6464 control/system/sysscale.m, control/system/syssub.m, | |
6465 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
6466 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
6467 polynomial/polyout.m, specfun/log2.m: | |
6468 Add output arguments in doc strings. | |
6469 | |
6470 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
6471 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
6472 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
6473 control/base/freqchkw.m, control/base/__freqresp__.m, | |
6474 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
6475 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
6476 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
6477 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
6478 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
6479 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
6480 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
6481 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
6482 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
6483 control/system/c2d.m, control/system/is_abcd.m, | |
6484 control/system/is_controllable.m, control/system/is_detectable.m, | |
6485 control/system/is_observable.m, control/system/is_stable.m, | |
6486 control/system/jet707.m, control/system/ord2.m, | |
6487 control/system/starp.m, control/system/sys2fir.m, | |
6488 control/system/sys2ss.m, control/system/sys2tf.m, | |
6489 control/system/sys2zp.m, control/system/syscont.m, | |
6490 control/system/sysdisc.m, control/system/sysdup.m, | |
6491 control/system/sysgettype.m, control/system/sysgroup.m, | |
6492 control/system/sysmult.m, control/system/sysprune.m, | |
6493 control/system/sysreorder.m, control/system/sysscale.m, | |
6494 control/system/syssetsignals.m, control/system/sysupdate.m, | |
6495 control/system/tf2ss.m, control/system/tf2sys.m, | |
6496 control/system/zp2ss.m, control/system/zp2sys.m, | |
6497 control/util/axis2dlim.m, control/util/prompt.m, | |
6498 control/util/zgfmul.m, control/util/zginit.m, | |
6499 control/util/__zgpbal__.m, control/util/zgscal.m: | |
6500 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
6501 in doc strings. | |
6502 | |
6503 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
6504 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
6505 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
6506 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
6507 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
6508 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
6509 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
6510 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
6511 control/system/c2d.m, control/system/fir2sys.m, | |
6512 control/system/is_stabilizable.m, control/system/jet707.m, | |
6513 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
6514 control/util/zgshsr.m, polynomial/polyout.m: | |
6515 New @tex section(s) in doc strings for better formating of printed | |
6516 output. | |
6517 | |
6518 * control/base/__freqresp__.m, control/base/nyquist.m, | |
6519 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
6520 control/obsolete/syschnames.m, control/system/sysprune.m: | |
6521 Use proper double quote marks for TeX. | |
6522 | |
6523 * control/base/DEMOcontrol.m: Add missing ; | |
6524 | |
6525 * control/base/nichols.m, control/base/rlocus.m, | |
6526 control/obsolete/minfo.m, control/system/is_digital.m, | |
6527 control/system/ss2zp.m, control/system/sysmin.m, | |
6528 control/system/tf2zp.m, control/util/sortcom.m: | |
6529 Convert documentation to use or more completely use Texinfo. | |
6530 | |
6531 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
6532 control/hinf/hinfdemo.m, control/system/ord2.m, | |
6533 control/system/parallel.m, control/system/ss2tf.m, | |
6534 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
6535 art splitting over a page boundary. | |
6536 | |
6537 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
6538 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
6539 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
6540 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
6541 control/hinf/wgt1o.m, control/system/buildssic.m: | |
6542 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
6543 the TeX documentation. | |
6544 | |
6545 * control/system/is_stabilizable.m: | |
6546 Add Copyright so that help is displayed correctly. | |
6547 | |
6548 * special-matrix/vander.m: Octave indexes start at 1. | |
6549 | |
5011 | 6550 2004-09-21 David Bateman <dbateman@free.fr> |
6551 | |
6552 * general/rotdim.m: New function for rotation of an N-d array in an | |
6553 arbitrary plane. | |
6554 | |
6555 * general/flipdim.m: New function to flip an N-d array about an | |
6556 arbitrary axis. | |
6557 | |
5003 | 6558 2004-09-15 David Bateman <dbateman@free.fr> |
6559 | |
6560 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
6561 | |
4992 | 6562 2004-09-15 John W. Eaton <jwe@octave.org> |
6563 | |
6564 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 6565 Use iscellstr to check for cells rather than iscell. |
6566 Improve diagnostics for invalid args. | |
4992 | 6567 |
4983 | 6568 2004-09-10 David Bateman <dbateman@free.fr> |
6569 | |
6570 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
6571 and p with n > 1, and fix for matrix n and p with n == 1. | |
6572 | |
6573 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
6574 due to row vs. column vector operations. | |
6575 | |
4964 | 6576 2004-09-03 David Bateman <dbateman@free.fr> |
6577 | |
6578 * general/repmat.m: Fix to allow logical classes. | |
6579 | |
4950 | 6580 2004-08-31 John W. Eaton <jwe@octave.org> |
6581 | |
6582 * general/isa.m: New function, from Octave-forge. | |
6583 | |
6584 2004-08-31 David Bateman <dbateman@free.fr> | |
6585 | |
6586 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
6587 limitation on the use of int64 and uint64 types, and the use | |
6588 of the eval. | |
6589 | |
6590 * general/bitset.m: Remove superfluous cast to return type, as bug | |
6591 in .^ with integer types is fixed. | |
6592 | |
6593 * general/repmat.m: Adapt to allow integer types. | |
4945 | 6594 |
6595 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
6596 | |
6597 * plot/axis.m: Don't reset axes when querying them. | |
6598 | |
4942 | 6599 2004-08-27 David Bateman <dbateman@free.fr> |
6600 | |
6601 * statistics/base/ranks.m: Handle non-consecutive ties. | |
6602 Eliminate loop. | |
6603 | |
4918 | 6604 2004-07-27 David Bateman <dbateman@free.fr> |
6605 | |
6606 * general/num2str.m: Also insert spaces in output when precision | |
6607 argument is supplied. | |
6608 | |
4915 | 6609 2004-07-23 David Bateman <dbateman@free.fr> |
6610 | |
6611 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
6612 | |
4911 | 6613 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
6614 | |
6615 * general/sub2ind.m: Make reshaping index list unnecessary. | |
6616 | |
6617 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
6618 | |
6619 * miscellaneous/unix.m: Fix doc string. | |
6620 | |
6621 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
6622 | |
6623 * plot/figure.m: Clarification of documentation. | |
6624 | |
6625 * image/imshow.m: Warn for complex images. | |
6626 Only estimate colourmap for images in [0, 65536]. | |
6627 | |
6628 2004-07-22 David Bateman <dbateman@free.fr> | |
6629 | |
6630 * general/num2str.m: Fix the case of an all zero input. | |
6631 | |
4906 | 6632 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
6633 | |
6634 * general/ind2sub.m: Doc fix. | |
6635 | |
4900 | 6636 2004-06-08 John W. Eaton <jwe@octave.org> |
6637 | |
6638 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
6639 convert function handle to string for eval. | |
6640 | |
4898 | 6641 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
6642 | |
6643 * plot/errorbar.m: Remove debugging output. | |
6644 | |
6645 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
6646 | |
6647 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
6648 | |
4897 | 6649 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
6650 | |
4898 | 6651 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
6652 | |
6653 * polynomial/polyout.m: Use parenthesis if necessary around | |
6654 complex polynomial coefficient. | |
6655 | |
4897 | 6656 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
6657 the bug which causes __errplot__ to ignore the last argument. | |
6658 | |
4894 | 6659 2004-06-03 David Bateman <dbateman@free.fr> |
6660 | |
6661 * general/shiftdim.m: New function based on JWE code snippet. | |
6662 | |
6663 * general/circdim.m: New function. | |
6664 | |
4890 | 6665 2004-05-06 David Bateman <dbateman@free.fr> |
6666 | |
6667 * general/issquare.m: Fail if ndim(x) > 2. | |
6668 | |
6669 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
6670 | |
6671 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
6672 N-d array arguments. Add optional dim argument to define | |
6673 dimension along which to operate. | |
6674 | |
6675 * linear-algebra/dmult.m: Allow N-d arrays. | |
6676 | |
6677 * linear-algebra/vec.m: Use v(:) and not reshape. | |
6678 | |
4885 | 6679 2004-04-29 David Bateman <dbateman@free.fr> |
6680 | |
6681 * statistics/base/ranks.m, statistics/base/run_count.m, | |
6682 statistics/base/studentize.m, statistics/base/kurtosis.m | |
6683 statistics/base/statistics.m, statistics/base/skewness.m | |
6684 statistics/base/iqr.m: | |
6685 Make N-d array aware. Allow optional argument to define the | |
6686 dimension along which to operate. Update the documentation. | |
6687 | |
6688 * statistics/base/ranks.m: Change algorithm to use sort, | |
6689 and adjust for the ties after. | |
6690 | |
6691 * statistics/base/run_counts.m: Change algorithm to use | |
6692 the a combination of diff and find, rather than a for-loop. | |
6693 | |
4881 | 6694 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
6695 | |
6696 * plot/hist.m: Correctly determine cutoffs. New tests. | |
6697 | |
4878 | 6698 2004-04-23 David Bateman <dbateman@free.fr> |
6699 | |
6700 * general/int2str.m: Treat only real part of argument, and treat | |
6701 NDArrays by stacking the slices through the matrix vertically. | |
6702 | |
6703 * general/num2str.m: Improve format of integer matrices, and the | |
6704 conversion of complex matrices added. Treat NDArrays by stacking | |
6705 the slices through the matrix vertically. | |
6706 | |
6707 * deprecated/com2str.m: Moved here from general subdirectory. | |
6708 | |
4877 | 6709 2004-04-22 John W. Eaton <jwe@octave.org> |
6710 | |
6711 * quaternion/qtransvmat.m: Use continuation characters to make | |
6712 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
6713 | |
4869 | 6714 2004-04-21 David Bateman <dbateman@free.fr> |
6715 | |
5378 | 6716 * elfun/lcm.m: Make N-d aware. |
4870 | 6717 |
4869 | 6718 * general/diff.m: Make the code N-d array aware. Allow an |
6719 optional argument to define the dimension along which to perform | |
6720 the differences and allow the order of the differences to be larger | |
6721 than the dimension itself. | |
6722 | |
6723 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
6724 use of these functions to 1- and 2-d arrays. | |
6725 | |
4863 | 6726 2004-04-16 John W. Eaton <jwe@octave.org> |
6727 | |
6728 * elfun/gcd.m: Delete. | |
6729 | |
4862 | 6730 2004-04-15 David Bateman <dbateman@free.fr> |
6731 | |
6732 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
6733 | |
6734 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
6735 array aware and and optional argument for the dimension along | |
6736 which to operate. | |
6737 | |
5378 | 6738 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 6739 argument for the dimension to be consistent with other N-d array |
6740 functions. | |
6741 | |
4860 | 6742 2004-04-08 David Bateman <dbateman@free.fr> |
6743 | |
6744 * statistics/distributions/discrete_cdf.m, | |
6745 statistics/distributions/discrete_inv.m, | |
6746 statistics/distributions/discrete_pdf.m, | |
6747 statistics/distributions/discrete_rnd.m, | |
6748 statistics/distributions/exponential_cdf.m, | |
6749 statistics/distributions/exponential_inv.m, | |
6750 statistics/distributions/exponential_pdf.m, | |
6751 statistics/distributions/exponential_rnd.m, | |
6752 statistics/distributions/f_cdf.m, | |
6753 statistics/distributions/f_inv.m, | |
6754 statistics/distributions/f_pdf.m, | |
6755 statistics/distributions/f_rnd.m, | |
6756 statistics/distributions/geometric_cdf.m, | |
6757 statistics/distributions/geometric_inv.m, | |
6758 statistics/distributions/geometric_pdf.m, | |
6759 statistics/distributions/geometric_rnd.m, | |
6760 statistics/distributions/hypergeometric_rnd.m, | |
6761 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
6762 statistics/distributions/laplace_cdf.m, | |
6763 statistics/distributions/laplace_inv.m, | |
6764 statistics/distributions/laplace_pdf.m, | |
6765 statistics/distributions/laplace_rnd.m, | |
6766 statistics/distributions/logistic_inv.m, | |
6767 statistics/distributions/logistic_rnd.m, | |
6768 statistics/distributions/lognormal_cdf.m, | |
6769 statistics/distributions/lognormal_inv.m, | |
6770 statistics/distributions/lognormal_pdf.m, | |
6771 statistics/distributions/lognormal_rnd.m, | |
6772 statistics/distributions/pascal_cdf.m, | |
6773 statistics/distributions/pascal_inv.m, | |
6774 statistics/distributions/pascal_pdf.m, | |
6775 statistics/distributions/pascal_rnd.m, | |
6776 statistics/distributions/poisson_cdf.m, | |
6777 statistics/distributions/poisson_inv.m, | |
6778 statistics/distributions/poisson_pdf.m, | |
6779 statistics/distributions/poisson_rnd.m, | |
6780 statistics/distributions/t_cdf.m, | |
6781 statistics/distributions/t_inv.m, | |
6782 statistics/distributions/t_pdf.m, | |
6783 statistics/distributions/t_rnd.m, | |
6784 statistics/distributions/weibull_cdf.m, | |
6785 statistics/distributions/weibull_inv.m, | |
6786 statistics/distributions/weibull_pdf.m, | |
6787 statistics/distributions/weibull_rnd.m: | |
6788 Allow N-d arrays. | |
6789 | |
6790 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
6791 that results in NaN in places where it should not have had. | |
6792 | |
6793 * statistics/distributions/discrete_rnd.m: New argument formats to | |
6794 allow creating arbitrary matrices, compatiable with the other | |
5583 | 6795 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 6796 |
6797 * statistics/distributions/empirical_rnd.m: New argument formats | |
6798 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 6799 *_rnd.m functions. Maintain compatibility with previous |
4860 | 6800 format. Allow N-d arrays. |
6801 | |
6802 * statistics/distributions/hypergeometric_cdf.m, | |
6803 statistics/distributions/hypergeometric_inv.m, | |
6804 statistics/distributions/hypergeometric_pdf.m, | |
6805 statistics/distributions/wiener_rnd.m: | |
6806 Error for non-scalar arguments. | |
6807 | |
6808 * statistics/distributions/pascal_rnd.m: | |
6809 Correct for n = 1 bug, where all elements were equal. | |
6810 | |
4849 | 6811 2004-04-06 David Bateman <dbateman@free.fr> |
6812 | |
4854 | 6813 * general/common_size.m, miscellaneous/bincoeff.m, |
6814 statistics/distributions/beta_cdf.m, | |
6815 statistics/distributions/beta_inv.m, | |
6816 statistics/distributions/beta_pdf.m, | |
6817 statistics/distributions/beta_rnd.m, | |
6818 statistics/distributions/binomial_cdf.m, | |
6819 statistics/distributions/binomial_inv.m, | |
6820 statistics/distributions/binomial_pdf.m, | |
6821 statistics/distributions/binomial_rnd.m, | |
6822 statistics/distributions/cauchy_cdf.m, | |
6823 statistics/distributions/cauchy_inv.m, | |
6824 statistics/distributions/cauchy_pdf.m, | |
6825 statistics/distributions/cauchy_rnd.m, | |
6826 statistics/distributions/chisquare_cdf.m, | |
6827 statistics/distributions/chisquare_inv.m, | |
6828 statistics/distributions/chisquare_pdf.m, | |
6829 statistics/distributions/chisquare_rnd.m, | |
6830 statistics/distributions/gamma_cdf.m, | |
6831 statistics/distributions/gamma_inv.m, | |
6832 statistics/distributions/gamma_pdf.m, | |
6833 statistics/distributions/gamma_rnd.m, | |
6834 statistics/distributions/normal_cdf.m, | |
6835 statistics/distributions/normal_inv.m, | |
6836 statistics/distributions/normal_pdf.m, | |
6837 statistics/distributions/normal_rnd.m, | |
6838 statistics/distributions/stdnormal_cdf.m, | |
6839 statistics/distributions/stdnormal_pdf.m, | |
6840 statistics/distributions/stdnormal_rnd.m, | |
6841 statistics/distributions/uniform_cdf.m, | |
6842 statistics/distributions/uniform_inv.m, | |
6843 statistics/distributions/uniform_pdf.m, | |
6844 statistics/distributions/uniform_rnd.m: | |
6845 Allow the inputs to be N-d arrays. | |
6846 | |
4852 | 6847 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
6848 * statistics/base/median.m: Likewise. | |
4849 | 6849 |
4844 | 6850 2004-04-02 David Bateman <dbateman@free.fr> |
6851 | |
6852 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 6853 * statistics/base/center.m, statistics/base/meansq.m, |
6854 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 6855 Update for N-d arrays. |
4844 | 6856 * signal/fftshift.m: Fix dimensioning error. |
6857 | |
6858 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 6859 N-d arrays. |
4844 | 6860 |
4852 | 6861 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
6862 | |
6863 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 6864 |
4852 | 6865 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 6866 |
6867 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
6868 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
6869 control/system/sysprune.m: Doc update for usage of cell arrays. | |
6870 | |
6871 * control/system/sysidx.m: Use cellidx and not listidx. | |
6872 | |
4841 | 6873 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
6874 | |
6875 * plot/__pltopt1__.m: Always add title clause to plot command with | |
6876 default of "" (so it is off unless explicitly set by the user). | |
6877 | |
4836 | 6878 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
6879 | |
6880 * image/imshow.m: Accept "truesize" argument. | |
6881 Ignore current colormap. New tests and demos. | |
6882 | |
4834 | 6883 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
6884 | |
6885 * signal/sinewave.m: Allow N to default to M. | |
6886 | |
4826 | 6887 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6888 | |
6889 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
6890 | |
4818 | 6891 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
6892 | |
6893 * general/deal.m: New function. | |
4819 | 6894 Add tests from Paul Kienzle. |
4818 | 6895 |
4811 | 6896 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
6897 | |
6898 * plot/hist.m: Compute histogram correctly for n>=30. | |
6899 | |
5095 | 6900 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 6901 |
6902 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
6903 | |
4806 | 6904 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6905 | |
6906 * miscellaneous/horzcat.m: Delete. | |
6907 * miscellaneous/vertcat.m: Delete. | |
6908 | |
4790 | 6909 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
6910 | |
6911 * plot/figure.m: Also look for GNUTERM in the environment and use | |
6912 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
6913 | |
4789 | 6914 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6915 | |
6916 * control/base/__stepimp__.m: Only call clearplot if we will be | |
6917 doing multiple plots in the same gnuplot frame. | |
6918 | |
4780 | 6919 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6920 | |
6921 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
6922 control/system/cellidx.m, control/system/ss.m, | |
6923 control/system/tf.m, control/system/zp.m: New functions. | |
6924 | |
4778 | 6925 2004-02-16 Glenn Golden <gdg@zplane.com> |
6926 | |
6927 * statistics/distributions/discrete_inv.m: | |
6928 Reduce memory requirements. | |
6929 | |
4772 | 6930 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6931 | |
6932 * plot/__errcomm__.m: Fix thinko in previous change. | |
6933 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
6934 | |
4771 | 6935 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
6936 | |
6937 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
6938 control/base/analdemo.m, control/base/bddemo.m, | |
6939 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
6940 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
6941 control/base/rldemo.m, control/base/rlocus.m, | |
6942 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
6943 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
6944 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
6945 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
6946 control/obsolete/packsys.m, control/obsolete/series.m, | |
6947 control/system/__sysdefioname__.m, | |
6948 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
6949 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
6950 control/system/c2d.m, control/system/d2c.m, | |
6951 control/system/dmr2d.m, control/system/fir2sys.m, | |
6952 control/system/is_signal_list.m, control/system/is_siso.m, | |
6953 control/system/jet707.m, control/system/listidx.m, | |
6954 control/system/moddemo.m, control/system/ord2.m, | |
6955 control/system/packedform.m, control/system/parallel.m, | |
6956 control/system/ss2sys.m, control/system/sys2tf.m, | |
6957 control/system/sys2zp.m, control/system/sysadd.m, | |
6958 control/system/sysappend.m, control/system/sysconnect.m, | |
6959 control/system/syscont.m, control/system/sysdimensions.m, | |
6960 control/system/sysdisc.m, control/system/sysdup.m, | |
6961 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
6962 control/system/sysgroup.m, control/system/sysmin.m, | |
6963 control/system/sysmult.m, control/system/sysprune.m, | |
6964 control/system/sysrepdemo.m, control/system/sysscale.m, | |
6965 control/system/syssetsignals.m, control/system/syssub.m, | |
6966 control/system/sysupdate.m, control/system/tf2sys.m, | |
6967 control/system/ugain.m, control/system/zp2ss.m, | |
6968 control/system/zp2sys.m, control/util/__outlist__.m, | |
6969 control/util/__zgpbal__.m, control/util/strappend.m: | |
6970 Use cell arrays instead of lists. | |
6971 | |
4723 | 6972 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
6973 | |
6974 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
6975 so that bar (1, 1) will work. | |
6976 | |
4710 | 6977 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
6978 | |
4717 | 6979 * plot/__errcomm__.m: Cope with nargin now being a function. |
6980 * plot/__errplot__.m: Likewise. | |
6981 * plot/__plt__.m: Likewise. | |
6982 * plot/plot_border.m: Likewise. | |
6983 | |
4710 | 6984 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
6985 not $(DOCSTRINGS). | |
6986 | |
4706 | 6987 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
6988 | |
6989 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
6990 rank ([], tol). | |
6991 | |
4691 | 6992 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6993 | |
4692 | 6994 * elfun/acot.m: Return atan (1./z). |
6995 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
6996 | |
4691 | 6997 * miscellaneous/dir.m: New file. |
6998 | |
6999 * general/num2str.m: Use "%d" as format if values are ints with | |
7000 magnitude less than 1e10. | |
7001 | |
7002 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7003 | |
7004 * general/num2str.m: If single arg is string, return it. | |
7005 | |
7006 * miscellaneous/not.m: New file. | |
7007 | |
7008 * miscellaneous/unix.m: New file. | |
7009 | |
7010 * miscellaneous/isunix.m: New file. | |
7011 * miscellaneous/ispc.m: New file. | |
7012 | |
7013 * miscellaneous/computer.m: New file. | |
7014 | |
7015 * miscellaneous/delete.m: New file. | |
7016 | |
4689 | 7017 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7018 | |
7019 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
7020 | |
7021 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7022 | |
7023 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
7024 Always return substituted version of LOADPATH if nargout != 0. | |
7025 | |
4685 | 7026 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
7027 | |
7028 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
7029 before continuing. | |
7030 | |
7031 * miscellaneous/fileparts.m: Allow name to start with ".". | |
7032 | |
4677 | 7033 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7034 | |
7035 * general/ind2sub.m: New file. | |
7036 * general/sub2ind.m: New file. | |
7037 | |
4675 | 7038 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7039 | |
7040 * control/system/zp2ss.m: Don't save and restore | |
7041 warn_empty_list_elements. | |
7042 | |
7043 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
7044 | |
6778 | 7045 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 7046 |
4673 | 7047 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
7048 | |
7049 * statistics/base/mean.m: Remove special case for row vectors. | |
7050 | |
4637 | 7051 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
7052 | |
7053 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
7054 | |
4631 | 7055 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
7056 | |
7057 * statistics/base/iqr.m: Handle matrices. | |
7058 | |
4630 | 7059 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7060 | |
7061 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
7062 | |
4629 | 7063 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7064 | |
7065 * miscellaneous/path.m: Fix thinko in previous change. | |
7066 | |
4609 | 7067 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
7068 | |
4629 | 7069 * control/base/dare.m: Check positive (semi)definiteness and |
7070 dimensions of r (and q). | |
7071 * control/base/dlqr.m: Check stabilizability of (A,B), | |
7072 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
7073 near unit circle. | |
4611 | 7074 |
7075 * control/system/is_detectable.m: Use Hautus Lemma. | |
7076 Correct the behavior for discrete-time systems. | |
7077 * control/system/is_stabilizable.m: Likewise. | |
7078 | |
4609 | 7079 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
7080 | |
7081 * linear-algebra/krylovb.m: Fix typo in usage message. | |
7082 | |
4610 | 7083 * general/isdefinite.m: New function. |
7084 | |
4567 | 7085 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
7086 | |
7087 * general/reshape: Delete. | |
7088 | |
4559 | 7089 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
7090 | |
7091 * general/numel.m: Delete. | |
7092 | |
4535 | 7093 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7094 | |
4536 | 7095 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
7096 | |
7097 * deprecated/isstr.m: New file. | |
4535 | 7098 |
4529 | 7099 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7100 | |
7101 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
7102 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
7103 | |
4525 | 7104 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
7105 | |
7106 * statistics/base/mean.m: Fix missing semicolon problem. | |
7107 | |
4503 | 7108 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
7109 | |
7110 * plot/subplot.m: New global variable, __multiplot_scale__. | |
7111 | |
4492 | 7112 2003-08-29 David Castelow <DCastelow@Airspan.com> |
7113 | |
7114 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
7115 Allow optional length argument. | |
7116 | |
4491 | 7117 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
7118 | |
7119 * polynomial/polyfit.m: Avoid calling flipud. | |
7120 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
7121 Return structure as second output value for improved Matlab | |
7122 compatibility. | |
7123 | |
4476 | 7124 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
7125 | |
4478 | 7126 * linear-algebra/cond.m: Behave as though old built-in variable |
7127 propagate_empty_matrices is always 1. Also handle empty matrices | |
7128 with one non-zero dimension. | |
7129 | |
4476 | 7130 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
7131 warn_single_quote_string to the list. | |
4478 | 7132 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
7133 from the list. | |
4476 | 7134 |
5095 | 7135 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 7136 |
7137 * signal/autocov.m: Transpose result of conj because diag returns | |
7138 a column vector, not a row vector. | |
7139 | |
7140 * audio/playaudio.m, audio/record.m, image/image.m, | |
7141 miscellaneous/bug_report.m: Protect spaces in filenames | |
7142 with quotes. | |
7143 | |
4466 | 7144 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7145 | |
4468 | 7146 * io/printf.m, io/puts.m: Delete. |
7147 | |
4466 | 7148 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
7149 default_return_value from the list. | |
7150 Add warn_undefined_return_values to the list. | |
7151 | |
7152 | |
4464 | 7153 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7154 | |
7155 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
7156 and initialize_global_variables from the list. | |
7157 | |
4460 | 7158 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
7159 | |
4463 | 7160 * image/colormap.m: Don't save and restore default_eval_print_flag. |
7161 | |
7162 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
7163 | |
7164 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
7165 * control/system/sys2fir.m: Likewise. | |
7166 | |
7167 * control/system/is_siso.m: Use && instead of & where appropriate. | |
7168 * control/system/__tf2sysl__.m: Likewise. | |
7169 | |
7170 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
7171 | |
7172 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
7173 and [] concatenation. | |
7174 * control/system/sys2fir.m: Likewise. | |
7175 | |
7176 * control/base/dgram.m, control/base/freqchkw.m, | |
7177 control/base/gram.m, control/system/__abcddims__.m, | |
7178 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
7179 control/system/is_sample.m, control/system/is_signal_list.m, | |
7180 control/system/is_siso.m, control/system/sys2fir.m, | |
7181 control/system/syschtsam.m, control/system/sysgettsam.m, | |
7182 control/system/sysgettype.m, control/system/tf2zp.m, | |
7183 control/system/ugain.m, control/util/prompt.m, | |
7184 control/util/run_cmd.m, control/util/zgrownorm.m, | |
7185 control/util/zgshsr.m: | |
7186 Improve conformance to Octave coding style. | |
7187 | |
4461 | 7188 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
7189 the list. | |
7190 Delete resize_on_range_error from the list. | |
7191 | |
4460 | 7192 * control/base/pzmap.m, control/base/place.m, |
7193 control/base/__freqresp__.m, control/system/sysappend.m, | |
7194 control/system/syscont.m, control/system/sysdisc.m, | |
7195 control/system/sysgroup.m, control/system/tfout.m, | |
7196 control/system/zp2ss.m, control/system/zpout.m, | |
7197 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
7198 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
7199 empty_list_elements_ok. | |
7200 | |
7201 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
7202 Delete empty_list_elements_ok from the list. | |
7203 | |
4457 | 7204 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7205 | |
7206 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
7207 list. | |
7208 Delete treat_neg_dim_as_zero from the list. | |
7209 | |
7210 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
7211 | |
4451 | 7212 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7213 | |
4455 | 7214 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
7215 was not used in the code in any case). | |
7216 | |
7217 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
7218 do_fortran_indexing. | |
7219 | |
4452 | 7220 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
7221 implict_str_to_num_ok. Use unwind_protect block to do it. | |
7222 | |
4451 | 7223 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
7224 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 7225 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 7226 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
7227 warn_fortran_indexing in the list. | |
7228 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
7229 implicit_str_to_num_ok, do_fortran_indexing, and | |
7230 prefer_column_vectors from list. | |
4451 | 7231 |
4440 | 7232 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7233 | |
7234 * Makefile.in (distclean, maintainer-clean): Also remove | |
7235 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
7236 directory. | |
7237 | |
5095 | 7238 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 7239 |
7240 * plot/hist.m: Don't forget to define n if x is a vector. | |
7241 | |
5095 | 7242 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 7243 |
7244 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
7245 return "." with extension. | |
7246 | |
4422 | 7247 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7248 | |
7249 * control/base/__stepimp__.m, control/base/nichols.m, | |
7250 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
7251 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
7252 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
7253 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
7254 Eliminate gnuplot_has_multiplot (assume it is always true). | |
7255 | |
4413 | 7256 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7257 | |
7258 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
7259 | |
5095 | 7260 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 7261 |
7262 * plot/hist.m: Improve performance by using different algorithms | |
7263 depending on number of bins. | |
7264 | |
4404 | 7265 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7266 | |
7267 * control/system/sysadd.m: If systems are not "tf", convert before | |
7268 adding. | |
7269 | |
5095 | 7270 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 7271 |
7272 * image/imagesc.m: Accept data limits parameter for colormap. | |
7273 | |
5095 | 7274 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 7275 |
7276 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
7277 the impulse by t_step. | |
7278 | |
4373 | 7279 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7280 | |
7281 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
7282 column vectors. | |
7283 | |
5095 | 7284 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 7285 |
7286 * linear-algebra/null.m: Handle empty matrix arg. | |
7287 | |
4369 | 7288 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7289 | |
7290 * general/shift.m: Force empty_list_elements_ok to 1. | |
7291 | |
4358 | 7292 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7293 | |
7294 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
7295 New files. | |
7296 | |
4348 | 7297 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
7298 | |
7299 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
7300 function handle to pass to feval. | |
7301 * statistics/base/qqplot.m: Likewise. | |
7302 * statistics/base/ppplot.m: Likewise. | |
7303 * signal/spectral_xdf.m: Likewise. | |
7304 * signal/spectral_adf.m: Likewise. | |
7305 | |
4340 | 7306 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7307 | |
7308 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
7309 | |
4334 | 7310 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7311 | |
7312 * linear-algebra/logm.m: New file. | |
7313 | |
5095 | 7314 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 7315 |
7316 * mkpkgadd: Scan C++ files as well | |
7317 | |
5095 | 7318 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 7319 |
7320 * strings/findstr.m: Return empty set for zero-length target. | |
7321 | |
5095 | 7322 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 7323 |
7324 * set/union.m: Preserve the orientation of inputs. | |
7325 | |
4305 | 7326 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7327 | |
7328 * general/int2str.m: Eliminate leading spaces. | |
7329 | |
4303 | 7330 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7331 | |
7332 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
7333 | |
5095 | 7334 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 7335 |
7336 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
7337 $(BUILD_LDFLAGS) to compiler. | |
7338 | |
4295 | 7339 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7340 | |
7341 * general/num2str.m: Don't specify field width for scalars. | |
7342 | |
4292 | 7343 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7344 | |
7345 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
7346 | |
4265 | 7347 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
7348 | |
4279 | 7349 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
7350 | |
4266 | 7351 * miscellaneous/tempname.m: New file. |
7352 | |
7353 * miscellaneous/tempdir.m: New file. | |
7354 | |
4265 | 7355 * miscellaneous/fullfile.m: New file. |
7356 | |
4259 | 7357 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7358 | |
4264 | 7359 * miscellaneous/fileparts.m: New file. |
7360 | |
7361 * io/beep.m: New file. | |
7362 | |
4260 | 7363 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
7364 format only. | |
4259 | 7365 |
4257 | 7366 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7367 | |
7368 * strings/strcmp.m: Handle cell arrays of strings. | |
7369 | |
4229 | 7370 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7371 | |
7372 * general/int2str.m: Handle matrices. | |
7373 * general/num2str.m: Likewise. | |
7374 Also handle optional precision, and format args. | |
7375 | |
4225 | 7376 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7377 | |
7378 * audio/Makefile.in, control/base/Makefile.in, | |
7379 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7380 control/system/Makefile.in, elfun/Makefile.in, | |
7381 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
7382 io/Makefile.in, linear-algebra/Makefile.in, | |
7383 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
7384 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
7385 specfun/Makefile.in, special-matrix/Makefile.in, | |
7386 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7387 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7388 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
7389 deprecated/Makefile.in: Use new do-script-install and | |
7390 do-script-uninstall macros. | |
7391 | |
7392 * mkpkgadd: New script. | |
7393 | |
7394 * plot/close.m: New file. | |
7395 | |
4184 | 7396 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7397 | |
7398 * image/image.m: Use -raw option for xv. | |
7399 From Remy Bruno <remy.bruno@libertysurf.fr> | |
7400 | |
4172 | 7401 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
7402 | |
4174 | 7403 * control/base/lsim.m: Use approximate test for step size change. |
7404 | |
4172 | 7405 * signal/bartlett.m: Avoid row/column mismatch error. |
7406 | |
5095 | 7407 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 7408 |
7409 * statistics/base/var.m: Use better formula for improved accuracy. | |
7410 | |
5095 | 7411 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 7412 |
7413 * control/base/lsim.m: Correct doc string. | |
7414 | |
5095 | 7415 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 7416 |
7417 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
7418 | |
4148 | 7419 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7420 | |
7421 * plot/contour.m: Handle x and y as matrices too. | |
7422 | |
5095 | 7423 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 7424 |
7425 * plot/contour.m: Fix error and usage messages. | |
7426 | |
4146 | 7427 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7428 | |
7429 * plot/contour.m: Correct orientation of plot. | |
7430 | |
4139 | 7431 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
7432 | |
7433 * control/base/analdemo.m: Fix typo. | |
7434 | |
5095 | 7435 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 7436 |
7437 * statistics/distributions/discrete_pdf.m: Fix typo. | |
7438 | |
4098 | 7439 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7440 | |
7441 * mkdoc: Exit immediately on errors. | |
7442 Exit with error if gethelp does not exist. | |
7443 | |
7444 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
7445 | |
4093 | 7446 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7447 | |
7448 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
7449 | |
5095 | 7450 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 7451 |
7452 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
7453 * statistics/distributions/normal_pdf.m: Likewise. | |
7454 * statistics/distributions/normal_inv.m: Likewise. | |
7455 | |
5095 | 7456 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 7457 |
7458 * specfun/erfinv.m: Return NaN for NaN inputs. | |
7459 | |
5095 | 7460 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 7461 |
7462 * statistics/base/var.m: Handle complex values. | |
7463 | |
4031 | 7464 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7465 | |
7466 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
7467 list. | |
7468 * deprecated/Makefile.in: New file. | |
7469 | |
5095 | 7470 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 7471 |
7472 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
7473 * statistics/distributions/binomial_cdf.m: Likewise. | |
7474 * statistics/distributions/f_cdf.m: Likewise. | |
7475 * statistics/distributions/t_cdf.m: Likewise. | |
7476 | |
7477 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
7478 * specfun/beta.m: Likewise. | |
7479 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
7480 * statistics/distributions/gamma_pdf.m: Likewise. | |
7481 * statistics/distributions/poisson_pdf.m: Likewise. | |
7482 | |
7483 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
7484 * statistics/distributions/poisson_cdf.m: Likewise. | |
7485 | |
4026 | 7486 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7487 | |
4028 | 7488 * deprecated/is_bool.m: New file. |
7489 * deprecated/is_complex.m: New file. | |
7490 * deprecated/is_global.m: New file. | |
7491 * deprecated/is_list.m: New file. | |
7492 * deprecated/is_matrix.m: New file. | |
7493 * deprecated/is_scalar.m: New file. | |
7494 * deprecated/is_square.m: New file. | |
7495 * deprecated/is_stream.m: New file. | |
7496 * deprecated/is_struct.m: New file. | |
7497 * deprecated/is_symmetric.m: New file. | |
7498 * deprecated/is_vector.m: New file. | |
4030 | 7499 * Change all callers of these functions to use the new names. |
4028 | 7500 |
4029 | 7501 * deprecated: New directory. |
7502 * Makefile.in (SUBDIRS): Add it to the list. | |
7503 | |
4026 | 7504 * general/isscalar.m: Rename from is_scalar.m. |
7505 * general/issquare.m: Rename from is_square.m. | |
7506 * general/issymmetric.m: Rename from is_symmetric.m. | |
7507 * general/isvector.m: Rename from is_vector.m. | |
7508 | |
4022 | 7509 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7510 | |
7511 * statistics/base/mean.m: Allow empty matrices. | |
7512 Handle DIM arg. | |
7513 | |
5095 | 7514 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 7515 |
7516 * plot/__errcomm__.m: If format is not specified, default to error | |
7517 bar format. | |
7518 | |
4011 | 7519 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7520 | |
7521 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
7522 __F_SETFL__ and __O_NONBLOCK__. | |
7523 | |
7524 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
7525 * miscellaneous/bug_report.m: Likewise. | |
7526 | |
4007 | 7527 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7528 | |
4008 | 7529 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
7530 * general/rem.m: Likewise. | |
7531 | |
7532 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
7533 * plot/semilogxerr.m: Likewise. | |
4007 | 7534 * plot/semilogyerr.m: Likewise. |
7535 | |
5095 | 7536 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 7537 |
7538 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
7539 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
7540 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
7541 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
7542 | |
7543 * plot/errorbar.m: Use __errcomm__.m. | |
7544 * plot/__errplot__.m: Minor cleanups. | |
7545 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
7546 * plot/__pltopt1__.m: Likewise. | |
7547 | |
3980 | 7548 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7549 | |
3981 | 7550 * general/rem.m: Delete redundant call to usage. |
7551 | |
3980 | 7552 * general/mod.m: Additional error checks, Texinfoize doc string. |
7553 | |
5095 | 7554 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 7555 |
7556 * general/mod.m: New function. | |
7557 | |
3979 | 7558 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7559 | |
7560 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
7561 * control/system/sysadd.m: Likewise. | |
7562 * control/system/sysgroup.m: Likewise. | |
7563 * control/system/syssub.m: Likewise. | |
7564 * elfun/gcd.m: Likewise. | |
7565 * elfun/lcm.m: Likewise. | |
7566 * general/common_size.m: Likewise. | |
7567 * io/printf.m: Likewise. | |
7568 * miscellaneous/menu.m: Likewise. | |
7569 * miscellaneous/path.m: Likewise. | |
7570 * plot/__errplot__.m: Likewise. | |
7571 * plot/__plt__.m: Likewise. | |
7572 * plot/axis.m: Likewise. | |
7573 * plot/errorbar.m: Likewise. | |
7574 * plot/mplot.m: Likewise. | |
7575 * plot/loglog.m: Likewise. | |
7576 * plot/plot.m: Likewise. | |
7577 * plot/plot_border.m: Likewise. | |
7578 * plot/semilogx.m: Likewise. | |
7579 * plot/semilogy.m: Likewise. | |
7580 * plot/xlabel.m: Likewise. | |
7581 * plot/ylabel.m: Likewise. | |
7582 * plot/zlabel.m: Likewise. | |
7583 * statistics/base/ppplot.m: Likewise. | |
7584 * statistics/base/qqplot.m: Likewise. | |
7585 * statistics/tests/bartlett_test.m: Likewise. | |
7586 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
7587 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
7588 * strings/str2mat.m: Likewise. | |
7589 * strings/strcat.m: Likewise. | |
7590 | |
5095 | 7591 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 7592 |
7593 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
7594 | |
3924 | 7595 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7596 | |
7597 * skip-autoheader: New file, for autogen.sh. | |
3925 | 7598 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 7599 |
5095 | 7600 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 7601 |
7602 * general/repmat.m: New function. | |
7603 | |
5095 | 7604 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 7605 |
7606 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
7607 Use optional parameter to specify the number of bits in the input. | |
7608 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
7609 floats in the range [-1,1], 2x speedup. | |
7610 | |
7611 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
7612 | |
3910 | 7613 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7614 | |
7615 * linear-algebra/kron.m: Delete. | |
7616 | |
5095 | 7617 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 7618 |
7619 * signal/freqz.m: If nargout is zero, plot results instead of | |
7620 returning them. | |
7621 * signal/freqz_plot.m: New file. | |
7622 | |
5095 | 7623 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 7624 |
5378 | 7625 * signal/unwrap.m: New file. |
3906 | 7626 |
5095 | 7627 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 7628 |
7629 * image/rgb2hsv.m: Faster, more accurate, remove the | |
7630 divide by zero warning. | |
7631 | |
5095 | 7632 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 7633 |
3894 | 7634 * strings/deblank.m: Trim \0 as well as blank. |
7635 | |
5378 | 7636 * freqz.m: Evaluate a specific range of frequencies |
3893 | 7637 expressed in radians or Hz relative to a supplied sample rate. |
7638 | |
5095 | 7639 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 7640 |
7641 * signal/fftfilt.m: Filter columns if called with a matrix. | |
7642 | |
3891 | 7643 * strings/findstr.m: Vectorize as much as possible. |
7644 | |
5095 | 7645 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 7646 |
7647 * special-matrix/invhilb.m: New version that is faster and more | |
7648 accurate. | |
7649 | |
5095 | 7650 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 7651 |
7652 * configure.in: Update for autoconf 2.5x. | |
7653 | |
5095 | 7654 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 7655 |
7656 * special-matrix/vander.m: Code tidy and vectorize. | |
7657 | |
5095 | 7658 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 7659 |
3883 | 7660 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
7661 to vectors. Issue a warning in the case x matches y' but return a | |
7662 column vector as Octave currently does. | |
7663 | |
3882 | 7664 * plot/contour.m: Set default number of levels for contour(x,y,z). |
7665 | |
7666 * control/system/starp.m: Leave more of the documentation | |
7667 processing to texinfo and less to the @format block. | |
7668 | |
7669 * image/imagesc.m: Only display image if no output is requested. | |
7670 Code tidying. | |
7671 | |
3876 | 7672 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7673 | |
7674 * statistics/base/center.m: Accept and return empty matrix. | |
7675 | |
3872 | 7676 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7677 | |
7678 * specfun/erfinv.m: Fix usage message. | |
7679 | |
3869 | 7680 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7681 | |
7682 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
7683 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
7684 | |
3837 | 7685 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
7686 | |
7687 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
7688 capitalized variable names. | |
7689 | |
3836 | 7690 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
7691 | |
7692 * m/image/saveimage.m: fix saving an image to Postscript format. | |
7693 | |
5095 | 7694 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 7695 |
7696 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
7697 | |
3803 | 7698 2001-02-28 Kai Habel <kai.habel@gmx.de> |
7699 | |
3833 | 7700 * general/cart2pol.m: New file. |
7701 * general/pol2cart.m: New file. | |
7702 * general/cart2sph.m: New file. | |
7703 * general/sph2cart.m: New file. | |
7704 * image/rgb2hsv.m: New file. | |
7705 * image/hsv2rgb.m: New file. | |
3803 | 7706 |
7707 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
7708 | |
7709 * plot/meshgrid.m: Avoid for loops. | |
7710 * plot/meshdom.m: Likewise. | |
7711 | |
3801 | 7712 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7713 | |
7714 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
7715 | |
7716 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
7717 | |
7718 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
7719 norm. | |
7720 | |
3792 | 7721 2001-02-09 David Livings <david.livings@asa.co.uk> |
7722 | |
7723 * statistics/tests/welch_test.m: Fix typo. | |
7724 | |
7725 * statistics/distributions/chisquare_cdf.m: | |
7726 Don't restrict inputs to be only positive integers. | |
7727 * statistics/distributions/chisquare_inv.m: Likewise. | |
7728 * statistics/distributions/chisquare_pdf.m: Likewise. | |
7729 * statistics/distributions/chisquare_rnd.m: Likewise. | |
7730 * statistics/distributions/f_cdf.m: Likewise. | |
7731 * statistics/distributions/f_inv.m: Likewise. | |
7732 * statistics/distributions/f_pdf.m: Likewise. | |
7733 * statistics/distributions/f_rnd.m: Likewise. | |
7734 * statistics/distributions/t_cdf.m: Likewise. | |
7735 * statistics/distributions/t_inv.m: Likewise. | |
7736 * statistics/distributions/t_pdf.m: Likewise. | |
7737 * statistics/distributions/t_rnd.m: Likewise. | |
7738 | |
3790 | 7739 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7740 | |
7741 * strings/dec2base.m: New file. | |
7742 * strings/base2dec.m: New file. | |
7743 * strings/strjust.m: New file. | |
7744 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
7745 * strings/dec2bin.m: Likewise. | |
7746 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
7747 * strings/bin2dec.m: Likewise. | |
7748 | |
5095 | 7749 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 7750 |
7751 * statistics/base/ppplot.m: Use gset, not set. | |
7752 * statistics/base/qqplot.m: Likewise. | |
7753 | |
5095 | 7754 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 7755 |
7756 * control/system/c2d.m: Add missing endif. | |
7757 | |
3759 | 7758 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7759 | |
7760 * strings/index.m: Return 0 if either string is empty. | |
7761 | |
7762 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
7763 | |
7764 * control/system/c2d.m: Allow option of matched pole/zero | |
7765 equivalent for conversion. | |
7766 | |
7767 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
7768 | |
7769 * strings/findstr.m: Return empty matrix if search string is empty. | |
7770 | |
3757 | 7771 2000-12-15 Kai Habel <kai.habel@gmx.de> |
7772 | |
7773 * saveimage.m: Do create rawbit image for black and white images, | |
7774 but do it correctly. | |
7775 | |
3754 | 7776 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7777 | |
6778 | 7778 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
7779 result polynomials. | |
3754 | 7780 |
3748 | 7781 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7782 | |
7783 * image/saveimage.m: Don't try to create rawbit image. | |
7784 | |
3740 | 7785 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7786 | |
7787 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
7788 | |
5095 | 7789 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 7790 |
7791 * plot/contour.m: Reorder args for Matlab compatibility. | |
7792 | |
3727 | 7793 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
7794 | |
7795 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
7796 | |
3717 | 7797 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7798 | |
3718 | 7799 * plot/errorbar.m, plot/__errplot__.m: New functions. |
7800 | |
3717 | 7801 * plot/mesh.m: Also set nologscale before plotting. |
7802 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
7803 xyerrorbars instead of just errorbars. | |
7804 | |
3714 | 7805 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
7806 | |
7807 * image/image.m: Try display (from ImageMagick) first. | |
7808 | |
3709 | 7809 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
7810 | |
7811 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
7812 conjugate transpose. | |
7813 | |
3705 | 7814 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7815 | |
7816 * strings/str2mat.m: Apply setstr to each argument. | |
7817 | |
3696 | 7818 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
7819 | |
7820 * control/base/dkalman.m: New file. | |
7821 * control/base/dlqe.m: Handle singular A matrix. | |
7822 * control/base/dlqr.m: Likewise. | |
7823 | |
3695 | 7824 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7825 | |
7826 * strings/strcmp.m: Return 0 instead of an error if row and column | |
7827 dimensions don't match. | |
7828 | |
3690 | 7829 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
7830 | |
7831 * plot/hist.m: Allow 3 argument form to work. | |
7832 | |
5095 | 7833 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 7834 |
7835 * plot/plot.m: Add examples in doc string. | |
7836 | |
5095 | 7837 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 7838 |
7839 * control/base/__stepimp__.m: Reset multiplot state when done. | |
7840 Do the right thing even if automatic_replot is not zero. | |
7841 Avoid failure if system has pure imaginary poles. | |
7842 | |
3674 | 7843 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
7844 | |
7845 * general/logical.m: Return arg if it is empty. Better error | |
7846 message for non-numeric types. | |
7847 | |
5095 | 7848 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 7849 |
7850 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
7851 about difference with Matlab dlqe function. | |
7852 | |
7853 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
7854 | |
5095 | 7855 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 7856 |
7857 * strings/strrep.m: Fix typo. | |
7858 | |
3666 | 7859 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7860 | |
7861 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
7862 | |
5095 | 7863 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 7864 |
7865 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 7866 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 7867 |
5095 | 7868 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 7869 |
7870 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
7871 guess for iteration. | |
7872 | |
3651 | 7873 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7874 | |
7875 * image/image.m: Allow image (A) or image (x, y, A). | |
7876 * image/imagesc.m: Likewise. | |
7877 | |
7878 * image/image.m: If zoom is not supplied, or if it is an empty | |
7879 matrix, autoscale the image. | |
7880 | |
3618 | 7881 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7882 | |
3619 | 7883 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
7884 Undo string escapes in text twice(!) before sending to gnuplot. | |
7885 | |
3618 | 7886 * image/saveimage.m: Add comment to file saying who created it and |
7887 when it was created. Suggested by Stephen Eglen | |
7888 <stephen@cogsci.ed.ac.uk>. | |
7889 | |
5095 | 7890 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 7891 |
7892 * polynomial/polyreduce.m: Simplify by looking for the first | |
7893 non-zero element rather than the last of the first set of zero | |
7894 elements. | |
7895 | |
7896 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
7897 | |
5095 | 7898 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 7899 |
7900 * image/saveimage.m: Swap black and white colormaps so zero is | |
7901 displayed as black and 1 is displayed as white. | |
7902 Fix indexing bug in ppm case. | |
7903 | |
3604 | 7904 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
7905 | |
7906 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
7907 between the two distributions (took same approach as ks.test() in R.) | |
7908 | |
3603 | 7909 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
7910 | |
7911 * control/base/bode.m: Temporarily disable automatic_replot. | |
7912 | |
3599 | 7913 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7914 | |
3601 | 7915 * Makefile.in (clean): Also remove gethelp. |
7916 | |
3599 | 7917 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
7918 | |
5095 | 7919 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 7920 |
7921 * set/create_set.m: Use find to avoid while loop. | |
7922 | |
5095 | 7923 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 7924 |
7925 * plot/hist.m: New optional third argument. | |
7926 | |
7927 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7928 | |
7929 * miscellaneous/bug_report.m: Use octave-bug script with version | |
7930 number appended. | |
7931 | |
3575 | 7932 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7933 | |
7934 * gethelp.cc: Sprinkle with std:: qualifier. | |
7935 | |
3498 | 7936 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
7937 | |
7938 * image/saveimage.m: Delete some debugging code. | |
7939 | |
3486 | 7940 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
7941 | |
7942 * signal/sinc.m: Avoid reshaping. | |
7943 | |
7944 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
7945 * image/ind2rgb.m: Ditto. | |
7946 * image/ind2gray.m: Ditto. | |
7947 * general/reshape.m: Ditto. Also no longer needs to reset | |
7948 implicit_str_to_num_ok. | |
7949 | |
3483 | 7950 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
7951 | |
7952 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
7953 a list of file structures, not a vector of numeric file ids. | |
7954 | |
3474 | 7955 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7956 | |
3476 | 7957 * plot/__axis_label__.m: New function. |
7958 Undo string escapes in text twice(!) before sending to gnuplot. | |
7959 * plot/xlabel.m: Use it. | |
7960 * plot/ylabel.m: Ditto. | |
7961 * plot/zlabel.m: Ditto. | |
7962 | |
3474 | 7963 * plot/mesh.m: Fix error message to reflect reality. |
7964 | |
5095 | 7965 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 7966 |
7967 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
7968 | |
5095 | 7969 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 7970 |
7971 * audio/saveaudio.m: Also accept files with .ul extension. | |
7972 * audio/loadaudio.m: Ditto. | |
7973 * audio/playaudio.m: Ditto. | |
7974 | |
3456 | 7975 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7976 | |
7977 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
7978 * statistics/distributions/beta_inv.m: Ditto. | |
7979 * statistics/distributions/beta_pdf.m: Ditto. | |
7980 * statistics/distributions/beta_rnd.m: Ditto. | |
7981 * statistics/distributions/binomial_cdf.m: Ditto. | |
7982 * statistics/distributions/binomial_inv.m: Ditto. | |
7983 * statistics/distributions/binomial_pdf.m: Ditto. | |
7984 * statistics/distributions/binomial_rnd.m: Ditto. | |
7985 * statistics/distributions/cauchy_cdf.m: Ditto. | |
7986 * statistics/distributions/cauchy_inv.m: Ditto. | |
7987 * statistics/distributions/cauchy_pdf.m: Ditto. | |
7988 * statistics/distributions/cauchy_rnd.m: Ditto. | |
7989 * statistics/distributions/chisquare_cdf.m: Ditto. | |
7990 * statistics/distributions/chisquare_inv.m: Ditto. | |
7991 * statistics/distributions/chisquare_pdf.m: Ditto. | |
7992 * statistics/distributions/chisquare_rnd.m: Ditto. | |
7993 * statistics/distributions/discrete_cdf.m: Ditto. | |
7994 * statistics/distributions/discrete_inv.m: Ditto. | |
7995 * statistics/distributions/discrete_pdf.m: Ditto. | |
7996 * statistics/distributions/discrete_rnd.m: Ditto. | |
7997 * statistics/distributions/empirical_cdf.m: Ditto. | |
7998 * statistics/distributions/empirical_inv.m: Ditto. | |
7999 * statistics/distributions/empirical_pdf.m: Ditto. | |
8000 * statistics/distributions/empirical_rnd.m: Ditto. | |
8001 * statistics/distributions/exponential_cdf.m: Ditto. | |
8002 * statistics/distributions/exponential_inv.m: Ditto. | |
8003 * statistics/distributions/exponential_pdf.m: Ditto. | |
8004 * statistics/distributions/exponential_rnd.m: Ditto. | |
8005 * statistics/distributions/f_cdf.m: Ditto. | |
8006 * statistics/distributions/f_inv.m: Ditto. | |
8007 * statistics/distributions/f_pdf.m: Ditto. | |
8008 * statistics/distributions/f_rnd.m: Ditto. | |
8009 * statistics/distributions/gamma_cdf.m: Ditto. | |
8010 * statistics/distributions/gamma_inv.m: Ditto. | |
8011 * statistics/distributions/gamma_pdf.m: Ditto. | |
8012 * statistics/distributions/gamma_rnd.m: Ditto. | |
8013 * statistics/distributions/geometric_cdf.m: Ditto. | |
8014 * statistics/distributions/geometric_inv.m: Ditto. | |
8015 * statistics/distributions/geometric_pdf.m: Ditto. | |
8016 * statistics/distributions/geometric_rnd.m: Ditto. | |
8017 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
8018 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
8019 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
8020 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
8021 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
8022 * statistics/distributions/laplace_cdf.m: Ditto. | |
8023 * statistics/distributions/laplace_inv.m: Ditto. | |
8024 * statistics/distributions/laplace_pdf.m: Ditto. | |
8025 * statistics/distributions/laplace_rnd.m: Ditto. | |
8026 * statistics/distributions/logistic_cdf.m: Ditto. | |
8027 * statistics/distributions/logistic_inv.m: Ditto. | |
8028 * statistics/distributions/logistic_pdf.m: Ditto. | |
8029 * statistics/distributions/logistic_rnd.m: Ditto. | |
8030 * statistics/distributions/lognormal_cdf.m: Ditto. | |
8031 * statistics/distributions/lognormal_inv.m: Ditto. | |
8032 * statistics/distributions/lognormal_pdf.m: Ditto. | |
8033 * statistics/distributions/lognormal_rnd.m: Ditto. | |
8034 * statistics/distributions/normal_cdf.m: Ditto. | |
8035 * statistics/distributions/normal_inv.m: Ditto. | |
8036 * statistics/distributions/normal_pdf.m: Ditto. | |
8037 * statistics/distributions/normal_rnd.m: Ditto. | |
8038 * statistics/distributions/pascal_cdf.m: Ditto. | |
8039 * statistics/distributions/pascal_inv.m: Ditto. | |
8040 * statistics/distributions/pascal_pdf.m: Ditto. | |
8041 * statistics/distributions/pascal_rnd.m: Ditto. | |
8042 * statistics/distributions/poisson_cdf.m: Ditto. | |
8043 * statistics/distributions/poisson_inv.m: Ditto. | |
8044 * statistics/distributions/poisson_pdf.m: Ditto. | |
8045 * statistics/distributions/poisson_rnd.m: Ditto. | |
8046 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
8047 * statistics/distributions/stdnormal_inv.m: Ditto. | |
8048 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
8049 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
8050 * statistics/distributions/t_cdf.m: Ditto. | |
8051 * statistics/distributions/t_inv.m: Ditto. | |
8052 * statistics/distributions/t_pdf.m: Ditto. | |
8053 * statistics/distributions/t_rnd.m: Ditto. | |
8054 * statistics/distributions/uniform_cdf.m: Ditto. | |
8055 * statistics/distributions/uniform_inv.m: Ditto. | |
8056 * statistics/distributions/uniform_pdf.m: Ditto. | |
8057 * statistics/distributions/uniform_rnd.m: Ditto. | |
8058 * statistics/distributions/weibull_cdf.m: Ditto. | |
8059 * statistics/distributions/weibull_inv.m: Ditto. | |
8060 * statistics/distributions/weibull_pdf.m: Ditto. | |
8061 * statistics/distributions/weibull_rnd.m: Ditto. | |
8062 * statistics/distributions/wiener_rnd.m: Ditto. | |
8063 | |
3453 | 8064 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8065 | |
8066 * statistics/base/values.m: Texinfoize doc string. | |
8067 * statistics/base/var.m: Ditto. | |
8068 * statistics/base/table.m: Ditto. | |
8069 * statistics/base/studentize.m: Ditto. | |
8070 * statistics/base/statistics.m: Ditto. | |
8071 * statistics/base/spearman.m: Ditto. | |
8072 * statistics/base/run_count.m: Ditto. | |
8073 * statistics/base/ranks.m: Ditto. | |
8074 * statistics/base/range.m: Ditto. | |
8075 * statistics/base/qqplot.m: Ditto. | |
8076 * statistics/base/probit.m: Ditto. | |
8077 * statistics/base/ppplot.m: Ditto. | |
8078 * statistics/base/moment.m: Ditto. | |
8079 * statistics/base/meansq.m: Ditto. | |
8080 * statistics/base/logit.m: Ditto. | |
8081 * statistics/base/kendall.m: Ditto. | |
8082 * statistics/base/iqr.m: Ditto. | |
8083 * statistics/base/cut.m: Ditto. | |
8084 * statistics/base/cor.m: Ditto. | |
8085 * statistics/base/cloglog.m: Ditto. | |
8086 * statistics/base/center.m: Ditto. | |
3454 | 8087 * statistics/models/logistic_regression.m: Ditto. |
8088 * statistics/models/logistic_regression_derivative.m: Ditto. | |
8089 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
8090 * statistics/tests/anova.m: Ditto. | |
8091 * statistics/tests/bartlett_test.m: Ditto. | |
8092 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
8093 * statistics/tests/chisquare_test_independence.m: Ditto. | |
8094 * statistics/tests/cor_test.m: Ditto. | |
8095 * statistics/tests/f_test_regression.m: Ditto. | |
8096 * statistics/tests/hotelling_test.m: Ditto. | |
8097 * statistics/tests/hotelling_test_2.m: Ditto. | |
8098 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
8099 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
8100 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
8101 * statistics/tests/manova.m: Ditto. | |
8102 * statistics/tests/mcnemar_test.m: Ditto. | |
8103 * statistics/tests/prop_test_2.m: Ditto. | |
8104 * statistics/tests/run_test.m: Ditto. | |
8105 * statistics/tests/sign_test.m: Ditto. | |
8106 * statistics/tests/t_test.m: Ditto. | |
8107 * statistics/tests/t_test_2.m: Ditto. | |
8108 * statistics/tests/t_test_regression.m: Ditto. | |
8109 * statistics/tests/u_test.m: Ditto. | |
8110 * statistics/tests/var_test.m: Ditto. | |
8111 * statistics/tests/welch_test.m: Ditto. | |
8112 * statistics/tests/wilcoxon_test.m: Ditto. | |
8113 * statistics/tests/z_test.m: Ditto. | |
8114 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 8115 |
3446 | 8116 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8117 | |
8118 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 8119 * plot/__plr1__.m: Ditto. |
8120 * plot/__pltopt__.m: Ditto. | |
8121 * plot/__plt__.m: Ditto. | |
8122 * plot/__plt2vv__.m: Ditto. | |
8123 * plot/__plr2__.m: Ditto. | |
8124 * plot/__plr__.m: Ditto. | |
8125 * plot/__plt1__.m: Ditto. | |
8126 * plot/__plt2__.m: Ditto. | |
8127 * plot/__plt2mm__.m: Ditto. | |
8128 * plot/__plt2mv__.m: Ditto. | |
8129 * plot/__plt2ss__.m: Ditto. | |
8130 * miscellaneous/paren.m: Ditto. | |
8131 * miscellaneous/comma.m: Ditto. | |
8132 * miscellaneous/semicolon.m: Ditto. | |
8133 * miscellaneous/path.m: Ditto. | |
8134 * miscellaneous/list_primes.m: Ditto. | |
8135 * miscellaneous/flops.m: Ditto. | |
8136 * miscellaneous/dump_prefs.m: Ditto. | |
8137 * miscellaneous/bug_report.m: Ditto. | |
8138 * linear-algebra/dot.m: Ditto | |
8139 * linear-algebra/dmult.m: Ditto. | |
8140 * general/randperm.m: Ditto. | |
8141 * general/logical.m: Ditto. | |
8142 * general/is_duplicate_entry.m: Ditto. | |
8143 * signal/arch_fit.m: Ditto. | |
8144 * signal/arch_rnd.m: Ditto. | |
8145 * signal/arch_test.m: Ditto. | |
8146 * signal/arma_rnd.m: Ditto. | |
8147 * signal/autocor.m: Ditto. | |
8148 * signal/autocov.m: Ditto. | |
8149 * signal/autoreg_matrix.m: Ditto. | |
8150 * signal/bartlett.m: Ditto. | |
8151 * signal/blackman.m: Ditto. | |
8152 * signal/detrend.m: Ditto. | |
8153 * signal/diffpara.m: Ditto. | |
8154 * signal/durbinlevinson.m: Ditto. | |
8155 * signal/fftconv.m: Ditto. | |
8156 * signal/fftfilt.m: Ditto. | |
8157 * signal/fftshift.m: Ditto. | |
8158 * signal/fractdiff.m: Ditto. | |
8159 * signal/freqz.m: Ditto. | |
8160 * signal/hamming.m: Ditto. | |
8161 * signal/hanning.m: Ditto. | |
8162 * signal/hurst.m: Ditto. | |
8163 * signal/periodogram.m: Ditto. | |
8164 * signal/rectangle_lw.m: Ditto. | |
8165 * signal/rectangle_sw.m: Ditto. | |
8166 * signal/sinc.m: Ditto. | |
8167 * signal/sinetone.m: Ditto. | |
8168 * signal/sinewave.m: Ditto. | |
8169 * signal/spectral_adf.m: Ditto. | |
8170 * signal/spectral_xdf.m: Ditto. | |
8171 * signal/spencer.m: Ditto. | |
8172 * signal/stft.m: Ditto. | |
8173 * signal/synthesis.m: Ditto. | |
8174 * signal/triangle_lw.m: Ditto. | |
8175 * signal/triangle_sw.m: Ditto. | |
8176 * signal/yulewalker.m: Ditto. | |
3450 | 8177 * control/util/strappend.m: Ditto. |
3451 | 8178 * control/base/nichols.m: Ditto. |
3452 | 8179 * control/system/is_signal_list.m: Ditto. |
8180 * control/system/listidx.m: Ditto. | |
8181 * control/system/sysgettsam.m: Ditto. | |
8182 * control/system/sysidx.m: Ditto. | |
3446 | 8183 |
3438 | 8184 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8185 | |
8186 * control/system/__abcddims__.m: Rename from | |
8187 control/system/abcddims.m, change all callers. | |
8188 * control/base/__bodquist__.m: Likewise. | |
8189 * control/base/__freqresp__.m: Likewise. | |
8190 * control/util/__outlist__.m: Likewise. | |
8191 * control/base/__stepimp__.m: Likewise. | |
8192 * control/system/__syschnamesl__.m: Likewise. | |
8193 * control/system/__syscont_disc__.m: Likewise. | |
8194 * control/system/__sysdefioname__.m: Likewise. | |
8195 * control/system/__sysdefstname__.m: Likewise. | |
8196 * control/system/__sysgroupn__.m: Likewise. | |
8197 * control/system/__tf2sysl__.m: Likewise. | |
8198 * control/util/__zgpbal__.m: Likewise. | |
8199 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 8200 |
8201 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 8202 * quaternion/qconj.m: Ditto. |
8203 * quaternion/qcoordinate_plot.m: Ditto. | |
8204 * quaternion/qderiv.m: Ditto. | |
8205 * quaternion/qderivmat.m: Ditto. | |
8206 * quaternion/qinv.m: Ditto. | |
8207 * quaternion/qmult.m: Ditto. | |
8208 * quaternion/qtrans.m: Ditto. | |
8209 * quaternion/qtransv.m: Ditto. | |
8210 * quaternion/qtransvmat.m: Ditto. | |
8211 * quaternion/quaternion.m: Ditto. | |
3438 | 8212 |
3436 | 8213 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8214 | |
8215 * control/base/Makefile.in: Ditto. | |
8216 * control/hinf/Makefile.in: New file. | |
8217 * control/marsyas/Makefile.in: Ditto. | |
8218 * control/obsolete/Makefile.in: Ditto. | |
8219 * control/system/Makefile.in: Ditto. | |
8220 * control/util/Makefile.in: Ditto. | |
8221 | |
8222 * strings/com2str.m: Move here from control directory. | |
8223 | |
8224 * control/base: New directory. | |
8225 * control/base/DEMOcontrol.m: Move here from control directory. | |
8226 * control/base/analdemo.m: Ditto. | |
8227 * control/base/are.m: Ditto. | |
8228 * control/base/bddemo.m: Ditto. | |
8229 * control/base/bode.m: Ditto. | |
8230 * control/base/bode_bounds.m: Ditto. | |
8231 * control/base/bodquist.m: Ditto. | |
8232 * control/base/controldemo.m: Ditto. | |
8233 * control/base/ctrb.m: Ditto. | |
8234 * control/base/damp.m: Ditto. | |
8235 * control/base/dare.m: Ditto. | |
8236 * control/base/dcgain.m: Ditto. | |
8237 * control/base/dgram.m: Ditto. | |
8238 * control/base/dlqe.m: Ditto. | |
8239 * control/base/dlqr.m: Ditto. | |
8240 * control/base/dlyap.m: Ditto. | |
8241 * control/base/dre.m: Ditto. | |
8242 * control/base/frdemo.m: Ditto. | |
8243 * control/base/freqchkw.m: Ditto. | |
8244 * control/base/freqresp.m: Ditto. | |
8245 * control/base/gram.m: Ditto. | |
8246 * control/base/impulse.m: Ditto. | |
8247 * control/base/lqe.m: Ditto. | |
8248 * control/base/lqg.m: Ditto. | |
8249 * control/base/lqr.m: Ditto. | |
8250 * control/base/lsim.m: Ditto. | |
8251 * control/base/ltifr.m: Ditto. | |
8252 * control/base/lyap.m: Ditto. | |
8253 * control/base/nichols.m: Ditto. | |
8254 * control/base/nyquist.m: Ditto. | |
8255 * control/base/obsv.m: Ditto. | |
8256 * control/base/place.m: Ditto. | |
8257 * control/base/pzmap.m: Ditto. | |
8258 * control/base/rldemo.m: Ditto. | |
8259 * control/base/rlocus.m: Ditto. | |
8260 * control/base/step.m: Ditto. | |
8261 * control/base/stepimp.m: Ditto. | |
8262 * control/base/tzero.m: Ditto. | |
8263 * control/base/tzero2.m: Ditto. | |
8264 | |
8265 * control/hinf: New directory. | |
8266 * control/hinf/dhinfdemo.m: Move here from control directory. | |
8267 * control/hinf/h2norm.m: Ditto. | |
8268 * control/hinf/h2syn.m: Ditto. | |
8269 * control/hinf/hinf_ctr.m: Ditto. | |
8270 * control/hinf/hinfdemo.m: Ditto. | |
8271 * control/hinf/hinfnorm.m: Ditto. | |
8272 * control/hinf/hinfsyn.m: Ditto. | |
8273 * control/hinf/hinfsyn_chk.m: Ditto. | |
8274 * control/hinf/hinfsyn_ric.m: Ditto. | |
8275 * control/hinf/wgt1o.m: Ditto. | |
3441 | 8276 * control/hinf/dgkfdemo.m: Ditto. |
8277 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 8278 |
8279 * control/marsyas: New directory. | |
8280 * control/marsyas/demomarsyas.m: Move here from control directory. | |
8281 * control/marsyas/susball.m: Ditto. | |
8282 | |
8283 * control/obsolete/dezero.m: Move here from control directory. | |
8284 * control/obsolete/rotg.m: Ditto. | |
8285 | |
8286 * control/system: New directory. | |
8287 * control/system/abcddim.m: Move here from control directory. | |
8288 * control/system/abcddims.m: Ditto. | |
8289 * control/system/buildssic.m: Ditto. | |
8290 * control/system/c2d.m: Ditto. | |
8291 * control/system/d2c.m: Ditto. | |
8292 * control/system/dmr2d.m: Ditto. | |
8293 * control/system/fir2sys.m: Ditto. | |
8294 * control/system/is_abcd.m: Ditto. | |
8295 * control/system/is_digital.m: Ditto. | |
8296 * control/system/is_sample.m: Ditto. | |
8297 * control/system/is_signal_list.m: Ditto. | |
8298 * control/system/is_siso.m: Ditto. | |
3441 | 8299 * control/system/is_controllable.m: Ditto. |
8300 * control/system/is_detectable.m: Ditto. | |
8301 * control/system/is_observable.m: Ditto. | |
8302 * control/system/is_stabilizable.m: Ditto. | |
8303 * control/system/is_stable.m: Ditto. | |
3436 | 8304 * control/system/jet707.m: Ditto. |
8305 * control/system/listidx.m: Ditto. | |
8306 * control/system/moddemo.m: Ditto. | |
8307 * control/system/ord2.m: Ditto. | |
8308 * control/system/packedform.m: Ditto. | |
8309 * control/system/parallel.m: Ditto. | |
8310 * control/system/ss2sys.m: Ditto. | |
8311 * control/system/ss2tf.m: Ditto. | |
8312 * control/system/ss2zp.m: Ditto. | |
8313 * control/system/starp.m: Ditto. | |
8314 * control/system/sys2fir.m: Ditto. | |
8315 * control/system/sys2ss.m: Ditto. | |
8316 * control/system/sys2tf.m: Ditto. | |
8317 * control/system/sys2zp.m: Ditto. | |
8318 * control/system/sysadd.m: Ditto. | |
8319 * control/system/sysappend.m: Ditto. | |
8320 * control/system/syschnamesl.m: Ditto. | |
8321 * control/system/syschtsam.m: Ditto. | |
8322 * control/system/sysconnect.m: Ditto. | |
8323 * control/system/syscont.m: Ditto. | |
8324 * control/system/syscont_disc.m: Ditto. | |
8325 * control/system/sysdefioname.m: Ditto. | |
8326 * control/system/sysdefstname.m: Ditto. | |
8327 * control/system/sysdimensions.m: Ditto. | |
8328 * control/system/sysdisc.m: Ditto. | |
8329 * control/system/sysdup.m: Ditto. | |
8330 * control/system/sysgetsignals.m: Ditto. | |
8331 * control/system/sysgettsam.m: Ditto. | |
8332 * control/system/sysgettype.m: Ditto. | |
8333 * control/system/sysgroup.m: Ditto. | |
8334 * control/system/sysgroupn.m: Ditto. | |
8335 * control/system/sysidx.m: Ditto. | |
8336 * control/system/sysmin.m: Ditto. | |
8337 * control/system/sysmult.m: Ditto. | |
8338 * control/system/sysout.m: Ditto. | |
8339 * control/system/sysprune.m: Ditto. | |
8340 * control/system/sysreorder.m: Ditto. | |
8341 * control/system/sysrepdemo.m: Ditto. | |
8342 * control/system/sysscale.m: Ditto. | |
8343 * control/system/syssetsignals.m: Ditto. | |
8344 * control/system/syssub.m: Ditto. | |
8345 * control/system/sysupdate.m: Ditto. | |
8346 * control/system/tf2ss.m: Ditto. | |
8347 * control/system/tf2sys.m: Ditto. | |
8348 * control/system/tf2sysl.m: Ditto. | |
8349 * control/system/tf2zp.m: Ditto. | |
8350 * control/system/tfout.m: Ditto. | |
8351 * control/system/ugain.m: Ditto. | |
8352 * control/system/zp2ss.m: Ditto. | |
8353 * control/system/zp2ssg2.m: Ditto. | |
8354 * control/system/zp2sys.m: Ditto. | |
8355 * control/system/zp2tf.m: Ditto. | |
8356 * control/system/zpout.m: Ditto. | |
8357 | |
8358 * control/util: New directory. | |
8359 * control/util/axis2dlim.m: Move here from control directory. | |
8360 * control/util/outlist.m: Ditto. | |
8361 * control/util/prompt.m: Ditto. | |
8362 * control/util/run_cmd.m: Ditto. | |
8363 * control/util/sortcom.m: Ditto. | |
8364 * control/util/strappend.m: Ditto. | |
8365 * control/util/swap.m: Ditto. | |
8366 * control/util/zgfmul.m: Ditto. | |
8367 * control/util/zgfslv.m: Ditto. | |
8368 * control/util/zginit.m: Ditto. | |
8369 * control/util/zgpbal.m: Ditto. | |
8370 * control/util/zgreduce.m: Ditto. | |
8371 * control/util/zgrownorm.m: Ditto. | |
8372 * control/util/zgscal.m: Ditto. | |
8373 * control/util/zgsgiv.m: Ditto. | |
8374 * control/util/zgshsr.m: Ditto. | |
8375 | |
3427 | 8376 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8377 | |
8378 * gethelp.cc (extract_help_text): Discard first space character | |
8379 after consecutive comment characters. | |
8380 | |
3422 | 8381 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
8382 | |
8383 * control/obsolete: New directory | |
8384 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 8385 * control/obsolete/swapcols.m: Ditto. |
8386 * control/obsolete/dlqg.m: Ditto. | |
8387 * control/obsolete/minfo.m: Ditto. | |
8388 * control/obsolete/packsys.m: Ditto. | |
8389 * control/obsolete/qzval.m: Ditto. | |
8390 * control/obsolete/unpacksys.m: Ditto. | |
8391 * control/obsolete/series.m: Ditto. | |
8392 * control/obsolete/syschnames.m: Ditto. | |
8393 * polynomial/polyout.m: Ditto. | |
3422 | 8394 |
3420 | 8395 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8396 | |
8397 * general/fliplr.m: Eliminate useless copy of arg. | |
8398 * general/flipud.m: Ditto. | |
8399 | |
3418 | 8400 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8401 | |
8402 * linear-algebra/cross.m: Only return a row vector if both args | |
8403 are row vectors. | |
8404 * polynomial/polyfit.m: Likewise. | |
8405 | |
8406 * signal/autocov.m: Don't reset prefer_column_vectors. | |
8407 | |
8408 * statistics/distributions/discrete_rnd.m: | |
8409 Always generate a row vector. | |
8410 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
8411 | |
5095 | 8412 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 8413 |
8414 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
8415 | |
8416 * audio/setaudio.m: Texinfoize doc string. | |
8417 * control/com2str.m: Likewise. | |
8418 * control/controldemo.m: Likewise. | |
8419 * control/DEMOcontrol.m: Likewise. | |
8420 * control/dezero.m: Likewise. | |
8421 * control/dre.m: Likewise. | |
8422 * control/hinfsyn_ric.m: Likewise. | |
8423 | |
5095 | 8424 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 8425 |
8426 * io/printf.m: Add @seealso{...} to doc string. | |
8427 * io/puts.m: Likewise. | |
8428 * plot/semilogx.m: Likewise. | |
8429 * plot/semilogy.m: Likewise. | |
8430 * plot/__pltopt__.m: Likewise. | |
8431 * plot/bar.m: Likewise. | |
8432 * plot/xlabel.m: Likewise. | |
8433 * plot/grid.m: Likewise. | |
8434 * plot/shg.m: Likewise. | |
8435 * plot/title.m: Likewise. | |
8436 * plot/mesh.m: Likewise. | |
8437 * plot/__pltopt1__.m: Likewise. | |
8438 * plot/contour.m: Likewise. | |
8439 * plot/hist.m: Likewise. | |
8440 * plot/stairs.m: Likewise. | |
8441 * plot/meshgrid.m: Likewise. | |
8442 * plot/polar.m: Likewise. | |
8443 * plot/loglog.m: Likewise. | |
8444 * plot/plot.m: Likewise. | |
8445 * miscellaneous/semicolon.m: Likewise. | |
8446 * miscellaneous/menu.m: Likewise. | |
8447 * miscellaneous/etime.m: Likewise. | |
8448 * miscellaneous/texas_lotto.m: Likewise. | |
8449 * miscellaneous/comma.m: Likewise. | |
8450 * audio/lin2mu.m: Likewise. | |
8451 * audio/playaudio.m: Likewise. | |
8452 * audio/loadaudio.m: Likewise. | |
8453 * audio/saveaudio.m: Likewise. | |
8454 * audio/mu2lin.m: Likewise. | |
8455 * audio/record.m: Likewise. | |
8456 * strings/isletter.m: Likewise. | |
8457 * strings/lower.m: Likewise. | |
8458 * strings/lower.m: Likewise. | |
8459 * strings/upper.m: Likewise. | |
8460 * specfun/erfinv.m: Likewise. | |
8461 * specfun/gammai.m: Likewise. | |
8462 * specfun/log2.m: Likewise. | |
8463 * specfun/pow2.m: Likewise. | |
8464 * elfun/gcd.m: Likewise. | |
8465 * elfun/lcm.m: Likewise. | |
8466 * special-matrix/vander.m: Likewise. | |
8467 * special-matrix/sylvester_matrix.m: Likewise. | |
8468 * special-matrix/hilb.m: Likewise. | |
8469 * special-matrix/hankel.m: Likewise. | |
8470 * special-matrix/toeplitz.m: Likewise. | |
8471 * special-matrix/invhilb.m: Likewise. | |
8472 * statistics/base/std.m: Likewise. | |
8473 * statistics/base/median.m: Likewise. | |
8474 * linear-algebra/cond.m: Likewise. | |
8475 * linear-algebra/norm.m: Likewise. | |
8476 * finance/nper.m: Likewise. | |
8477 * finance/pmt.m: Likewise. | |
8478 * finance/pv.m: Likewise. | |
8479 * finance/rate.m: Likewise. | |
8480 * finance/npv.m: Likewise. | |
8481 * general/fliplr.m: Likewise. | |
8482 * general/flipud.m: Likewise. | |
8483 * general/is_scalar.m: Likewise. | |
8484 * general/rem.m: Likewise. | |
8485 * general/perror.m: Likewise. | |
8486 * general/tril.m: Likewise. | |
8487 * general/rot90.m: Likewise. | |
8488 * general/num2str.m: Likewise. | |
8489 * general/int2str.m: Likewise. | |
8490 * general/reshape.m: Likewise. | |
8491 * general/logspace.m: Likewise. | |
8492 * general/is_symmetric.m: Likewise. | |
8493 * general/is_vector.m: Likewise. | |
8494 * general/nextpow2.m: Likewise. | |
8495 * general/columns.m: Likewise. | |
8496 * general/is_square.m: Likewise. | |
8497 * general/rows.m: Likewise. | |
8498 * control/ugain.m: Likewise. | |
8499 * control/damp.m: Likewise. | |
8500 * control/dare.m: Likewise. | |
8501 * control/are.m: Likewise. | |
8502 * control/sys2fir.m: Likewise. | |
8503 * control/abcddim.m: Likewise. | |
8504 * control/is_abcd.m: Likewise. | |
8505 * control/step.m: Likewise. | |
8506 * control/is_observable.m: Likewise. | |
8507 * control/is_controllable.m: Likewise. | |
8508 * control/jet707.m: Likewise. | |
8509 * control/polyout.m: Likewise. | |
8510 * control/impulse.m: Likewise. | |
8511 * control/lqg.m: Likewise. | |
8512 * control/is_detectable.m: Likewise. | |
8513 * control/sysdimensions.m: Likewise. | |
8514 * control/sysupdate.m: Likewise. | |
8515 * control/stepimp.m: Likewise. | |
8516 * control/is_stable.m: Likewise. | |
8517 * control/tfout.m: Likewise. | |
8518 * control/zpout.m: Likewise. | |
8519 | |
3405 | 8520 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8521 | |
8522 * set/complement.m: Add @seealso{} stuff. | |
8523 * set/create_set.m: Likewise. | |
8524 * set/intersection.m: Likewise. | |
8525 * set/union.m: Likewise. | |
8526 | |
3399 | 8527 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8528 | |
3400 | 8529 * control/d2c.m: Use double quotes instead of single quotes for |
8530 string constants. | |
8531 * control/dgkfdemo.m: Likewise. | |
8532 * control/fir2sys.m: Likewise. | |
8533 * control/frdemo.m: Likewise. | |
8534 * control/moddemo.m: Likewise. | |
8535 * control/minfo.m: Likewise. | |
8536 * control/is_stabilizable.m: Likewise. | |
8537 * control/is_dgkf.m: Likewise. | |
8538 * control/polyout.m: Likewise. | |
8539 * control/sysconnect.m: Likewise. | |
8540 * control/sysrepdemo.m: Likewise. | |
8541 * control/tf2sys.m: Likewise. | |
8542 * control/tfout.m: Likewise. | |
8543 * control/zp2sys.m: Likewise. | |
8544 * control/zpout.m: Likewise. | |
8545 * control/tzero.m: Likewise. | |
8546 | |
8547 * control/DEMOcontrol.m: Handle moddemo case too. | |
8548 | |
8549 * image/loadimage.m: Use double quotes instead of single quotes | |
8550 for string constants. Use sprintf instead of square brackets to | |
8551 construct string. | |
8552 | |
3399 | 8553 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 8554 * control/fir2sys.m: Likewise. |
3399 | 8555 |
3390 | 8556 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8557 | |
8558 * mkdoc: Only delete spaces before @ characters at the beginning | |
8559 of a line. | |
8560 | |
3383 | 8561 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8562 | |
3388 | 8563 * control/bddemo.m: Make it more likely to work with any value of |
8564 whitespace_in_literal_matrix. | |
3386 | 8565 * control/analdemo.m: Ditto. |
8566 * control/dgkfdemo.m: Ditto. | |
8567 * control/frdemo.m: Ditto. | |
8568 * control/sysrepdemo.m: Ditto. | |
8569 * control/moddemo.m: Ditto. | |
3388 | 8570 * control/zp2ss.m: Ditto. |
3387 | 8571 * control/zp2tf.m: Ditto. |
3388 | 8572 * control/syssub.m: Ditto. |
8573 * finance/npv.m: Ditto. | |
8574 * statistics/base/studentize.m: Ditto. | |
8575 * statistics/base/values.m: Ditto. | |
8576 * statistics/distributions/exponential_cdf.m: Ditto. | |
8577 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 8578 |
3384 | 8579 * control/dezero.m: Use toascii to convert string to ASCII value |
8580 instead of multiplying it by 1. | |
8581 | |
3383 | 8582 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
8583 * control/zpout.m: Ditto. | |
8584 * control/tfout.m: Ditto. | |
8585 * control/tf2sys.m: Ditto. | |
8586 * control/syssub.m: Ditto. | |
8587 * control/syssetsignals.m: Ditto. | |
8588 * control/sysout.m: Ditto. | |
8589 * control/sysmult.m: Ditto. | |
8590 * control/sysgroup.m: Ditto. | |
8591 * control/sysdup.m: Ditto. | |
8592 * control/sysdisc.m: Ditto. | |
8593 * control/syscont.m: Ditto. | |
8594 * control/sysconnect.m: Ditto. | |
8595 * control/sysappend.m: Ditto. | |
8596 * control/sysadd.m: Ditto. | |
8597 * control/ss2sys.m: Ditto. | |
8598 * control/nyquist.m: Ditto. | |
8599 * control/lqg.m: Ditto. | |
8600 * control/fir2sys.m: Ditto. | |
8601 * control/dmr2d.m: Ditto. | |
8602 * control/dezero.m: Ditto. | |
8603 * control/d2c.m: Ditto. | |
8604 * control/c2d.m: Ditto. | |
8605 * control/bddemo.m: Ditto. | |
8606 * control/pzmap.m: Ditto. | |
8607 | |
5095 | 8608 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 8609 |
8610 * signal/spectral_adf.m: Fix typo. | |
8611 | |
3372 | 8612 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8613 | |
8614 * linear-algebra/cond.m: Texinfoize doc string. | |
8615 * linear-algebra/kron.m: Ditto. | |
8616 * linear-algebra/norm.m: Ditto. | |
8617 * linear-algebra/null.m: Ditto. | |
8618 * linear-algebra/orth.m: Ditto. | |
8619 * linear-algebra/rank.m: Ditto. | |
8620 * linear-algebra/trace.m: Ditto. | |
8621 * linear-algebra/qzhess.m: Ditto. | |
8622 * miscellaneous/menu.m: Ditto. | |
3373 | 8623 * general/perror.m: Ditto. |
8624 * general/strerror.m: Ditto. | |
8625 * general/columns.m: Ditto. | |
8626 * general/rows.m: Ditto. | |
8627 * image/colormap.m: Ditto. | |
8628 * image/gray.m: Ditto. | |
8629 * image/gray2ind.m: Ditto. | |
8630 * image/image.m: Ditto. | |
8631 * image/imagesc.m: Ditto. | |
8632 * image/imshow.m: Ditto. | |
8633 * image/ind2gray.m: Ditto. | |
8634 * image/ind2rgb.m: Ditto. | |
8635 * image/loadimage.m: Ditto. | |
8636 * image/rgb2ntsc.m: Ditto. | |
8637 * image/ntsc2rgb.m: Ditto. | |
8638 * image/ocean.m: Ditto. | |
8639 * image/rgb2ind.m: Ditto. | |
8640 * image/saveimage.m: Ditto. | |
3372 | 8641 * io/printf.m: Ditto. |
8642 * io/puts.m: Ditto. | |
8643 | |
3369 | 8644 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8645 | |
8646 * special-matrix/hankel.m: Texinfoize doc string. | |
8647 * special-matrix/hilb.m: Ditto. | |
8648 * special-matrix/invhilb.m: Ditto. | |
8649 * special-matrix/sylvester_matrix.m: Ditto. | |
8650 * special-matrix/toeplitz.m: Ditto. | |
8651 * special-matrix/vander.m: Ditto. | |
8652 * linear-algebra/vec.m: Ditto. | |
8653 * linear-algebra/vech.m: Ditto. | |
8654 * general/common_size.m: Ditto. | |
8655 * general/diff.m: Ditto. | |
8656 * general/fliplr.m: Ditto. | |
8657 * general/flipud.m: Ditto. | |
8658 * general/rot90.m: Ditto. | |
8659 * general/reshape.m: Ditto. | |
8660 * general/shift.m: Ditto. | |
8661 * general/tril.m: Ditto. | |
8662 * general/triu.m: Ditto. | |
8663 * general/logspace.m: Ditto. | |
3371 | 8664 * general/nargchk.m: Ditto. |
3369 | 8665 |
3367 | 8666 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8667 | |
8668 * statistics/base/mean: Texinfoize doc string. | |
8669 * statistics/base/median: Ditto. | |
8670 * statistics/base/std: Ditto. | |
8671 * statistics/base/cov: Ditto. | |
8672 * statistics/base/corrcoef: Ditto. | |
8673 * statistics/base/kurtosis: Ditto. | |
8674 * statistics/base/mahalanobis: Ditto. | |
8675 * statistics/base/skewness: Ditto. | |
3368 | 8676 * statistics/base/gls.m: Ditto. |
8677 * statistics/base/ols.m: Ditto. | |
3367 | 8678 * signal/detrend.m: Ditto. |
8679 * signal/freqz.m: Ditto. | |
8680 * signal/sinc.m: Ditto. | |
8681 * signal/fftconv.m: Ditto. | |
8682 * signal/fftfilt.m: Ditto. | |
3368 | 8683 * set/create_set.m: Ditto. |
8684 * set/union.m: Ditto. | |
8685 * set/intersection.m: Ditto. | |
8686 * set/complement.m: Ditto. | |
8687 * poly/compan.m: Ditto. | |
8688 * poly/conv: Ditto. | |
8689 * poly/deconv: Ditto. | |
8690 * poly/poly: Ditto. | |
8691 * poly/polyderiv: Ditto. | |
8692 * poly/polyfit: Ditto. | |
8693 * poly/polyinteg: Ditto. | |
8694 * poly/polyreduce: Ditto. | |
8695 * poly/polyval: Ditto. | |
8696 * poly/polyvalm: Ditto. | |
8697 * poly/residue: Ditto. | |
8698 * poly/roots: Ditto. | |
8699 * plot/top_title.m: Ditto | |
8700 * plot/subwindow.m: Ditto | |
8701 * plot/subplot.m: Ditto | |
8702 * plot/plot_border.m: Ditto | |
8703 * plot/oneplot.m: Ditto | |
8704 * plot/multiplot.m: Ditto | |
8705 * plot/mplot.m: Ditto | |
8706 * plot/xlabel.m: Ditto | |
8707 * plot/figure.m: Ditto | |
8708 * plot/meshdom.m: Ditto | |
8709 * plot/mesh.m: Ditto | |
8710 * plot/stairs.m: Ditto | |
8711 * plot/polar.m: Ditto | |
8712 * plot/loglog.m: Ditto | |
8713 * plot/hist.m: Ditto | |
8714 * plot/contour.m: Ditto | |
8715 * plot/bar.m: Ditto | |
8716 * plot/axis.m: Ditto | |
8717 * plot/plot.m: Ditto. | |
3367 | 8718 |
3361 | 8719 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8720 | |
3365 | 8721 * control/pinv.m: Delete. |
8722 | |
3364 | 8723 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
8724 | |
3361 | 8725 * strings/blanks.m: Texinfoize doc string. |
8726 * strings/strcat.m: Ditto. | |
8727 * strings/str2mat.m: Ditto. | |
8728 * strings/deblank.m: Ditto. | |
8729 * strings/findstr.m: Ditto. | |
8730 * strings/index.m: Ditto. | |
8731 * strings/rindex.m: Ditto. | |
8732 * strings/split.m: Ditto. | |
8733 * strings/strcmp.m: Ditto. | |
8734 * strings/strrep.m: Ditto. | |
8735 * strings/substr.m: Ditto. | |
8736 * general/int2str.m: Ditto. | |
8737 * general/num2str.m: Ditto. | |
8738 * strings/dec2bin.m: Ditto. | |
8739 * strings/bin2dec: Ditto. | |
8740 * strings/dec2bin: Ditto. | |
8741 * strings/dec2hex: Ditto. | |
8742 * strings/hex2dec: Ditto. | |
8743 * strings/str2num: Ditto. | |
8744 | |
3347 | 8745 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8746 | |
8747 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
8748 | |
5095 | 8749 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 8750 |
8751 * control/DEMOcontrol.m: Texinfoize doc string. | |
8752 * control/abcddim.m: Ditto. | |
8753 * control/abcddims.m: Ditto. | |
8754 * control/analdemo.m: Ditto. | |
8755 * control/are.m: Ditto. | |
8756 * control/axis2dlim.m: Ditto. | |
8757 * control/bddemo.m: Ditto. | |
8758 * control/bode.m: Ditto. | |
8759 * control/bode_bounds.m: Ditto. | |
8760 * control/bodquist.m: Ditto. | |
8761 * control/buildssic.m: Ditto. | |
8762 * control/c2d.m: Ditto. | |
8763 * control/ctrb.m: Ditto. | |
8764 * control/d2c.m: Ditto. | |
8765 * control/damp.m: Ditto. | |
8766 * control/dare.m: Ditto. | |
8767 * control/dcgain.m: Ditto. | |
8768 * control/dgkfdemo.m: Ditto. | |
8769 * control/dgram.m: Ditto. | |
8770 * control/dlqe.m: Ditto. | |
8771 * control/dlqr.m: Ditto. | |
8772 * control/dlyap.m: Ditto. | |
8773 * control/dmr2d.m: Ditto. | |
8774 * control/fir2sys.m: Ditto. | |
8775 * control/frdemo.m: Ditto. | |
8776 * control/freqchkw.m: Ditto. | |
8777 * control/freqresp.m: Ditto. | |
8778 * control/gram.m: Ditto. | |
8779 * control/h2norm.m: Ditto. | |
8780 * control/h2syn.m: Ditto. | |
8781 * control/hinf_ctr.m: Ditto. | |
8782 * control/hinfdemo.m: Ditto. | |
8783 * control/hinfnorm.m: Ditto. | |
8784 * control/hinfsyn.m: Ditto. | |
8785 * control/hinfsyn_chk.m: Ditto. | |
8786 * control/impulse.m: Ditto. | |
8787 * control/is_abcd.m: Ditto. | |
8788 * control/is_controllable.m: Ditto. | |
8789 * control/is_detectable.m: Ditto. | |
8790 * control/is_dgkf.m: Ditto. | |
8791 * control/is_digital.m: Ditto. | |
8792 * control/is_observable.m: Ditto. | |
8793 * control/is_sample.m: Ditto. | |
8794 * control/is_signal_list.m: Ditto. | |
8795 * control/is_siso.m: Ditto. | |
8796 * control/is_stabilizable.m: Ditto. | |
8797 * control/is_stable.m: Ditto. | |
8798 * control/jet707.m: Ditto. | |
8799 * control/lqe.m: Ditto. | |
8800 * control/lqg.m: Ditto. | |
8801 * control/lqr.m: Ditto. | |
8802 * control/lsim.m: Ditto. | |
8803 * control/ltifr.m: Ditto. | |
8804 * control/lyap.m: Ditto. | |
8805 * control/moddemo.m: Ditto. | |
8806 * control/nyquist.m: Ditto. | |
8807 * control/obsv.m: Ditto. | |
8808 * control/ord2.m: Ditto. | |
8809 * control/outlist.m: Ditto. | |
8810 * control/pinv.m: Ditto. | |
8811 * control/place.m: Ditto. | |
8812 * control/polyout.m: Ditto. | |
8813 * control/prompt.m: Ditto. | |
8814 * control/pzmap.m: Ditto. | |
8815 * control/qzval.m: Ditto. | |
8816 * control/rldemo.m: Ditto. | |
8817 * control/rlocus.m: Ditto. | |
8818 * control/sortcom.m: Ditto. | |
8819 * control/ss2sys.m: Ditto. | |
8820 * control/ss2tf.m: Ditto. | |
8821 * control/ss2zp.m: Ditto. | |
8822 * control/starp.m: Ditto. | |
8823 * control/step.m: Ditto. | |
8824 * control/stepimp.m: Ditto. | |
8825 * control/susball.m: Ditto. | |
8826 * control/sys2fir.m: Ditto. | |
8827 * control/sys2ss.m: Ditto. | |
8828 * control/sys2tf.m: Ditto. | |
8829 * control/sys2zp.m: Ditto. | |
8830 * control/sysadd.m: Ditto. | |
8831 * control/sysappend.m: Ditto. | |
8832 * control/syschnames.m: Ditto. | |
8833 * control/syschnamesl.m: Ditto. | |
8834 * control/syschtsam.m: Ditto. | |
8835 * control/sysconnect.m: Ditto. | |
8836 * control/syscont.m: Ditto. | |
8837 * control/syscont_disc.m: Ditto. | |
8838 * control/sysdefioname.m: Ditto. | |
8839 * control/sysdefstname.m: Ditto. | |
8840 * control/sysdimensions.m: Ditto. | |
8841 * control/sysdisc.m: Ditto. | |
8842 * control/sysdup.m: Ditto. | |
8843 * control/sysgetsignals.m: Ditto. | |
8844 * control/sysgettype.m: Ditto. | |
8845 * control/sysgroup.m: Ditto. | |
8846 * control/sysgroupn.m: Ditto. | |
8847 * control/sysmult.m: Ditto. | |
8848 * control/sysout.m: Ditto. | |
8849 * control/sysprune.m: Ditto. | |
8850 * control/sysreorder.m: Ditto. | |
8851 * control/sysrepdemo.m: Ditto. | |
8852 * control/sysscale.m: Ditto. | |
8853 * control/syssetsignals.m: Ditto. | |
8854 * control/syssub.m: Ditto. | |
8855 * control/sysupdate.m: Ditto. | |
8856 * control/tf2ss.m: Ditto. | |
8857 * control/tf2sys.m: Ditto. | |
8858 * control/tf2sysl.m: Ditto. | |
8859 * control/tf2zp.m: Ditto. | |
8860 * control/tfout.m: Ditto. | |
8861 * control/tzero.m: Ditto. | |
8862 * control/tzero2.m: Ditto. | |
8863 * control/ugain.m: Ditto. | |
8864 * control/wgt1o.m: Ditto. | |
8865 * control/zgfmul.m: Ditto. | |
8866 * control/zgfslv.m: Ditto. | |
8867 * control/zginit.m: Ditto. | |
8868 * control/zgpbal.m: Ditto. | |
8869 * control/zgreduce.m: Ditto. | |
8870 * control/zgrownorm.m: Ditto. | |
8871 * control/zgscal.m: Ditto. | |
8872 * control/zgsgiv.m: Ditto. | |
8873 * control/zgshsr.m: Ditto. | |
8874 * control/zp2ss.m: Ditto. | |
8875 * control/zp2ssg2.m: Ditto. | |
8876 * control/zp2sys.m: Ditto. | |
8877 * control/zp2tf.m: Ditto. | |
8878 * control/zpout.m: Ditto. | |
8879 | |
5095 | 8880 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 8881 |
5378 | 8882 * audio/lin2mu.m: Texinfoize doc string. |
8883 * audio/loadaudio.m: Ditto. | |
8884 * audio/mu2lin.m: Ditto. | |
8885 * audio/playaudio.m: Ditto. | |
8886 * audio/record.m: Ditto. | |
8887 * audio/saveaudio.m: Ditto. | |
3332 | 8888 |
5095 | 8889 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 8890 |
8891 * elfun/acot.m: Texinfoize doc string. | |
8892 * elfun/acsc.m: Ditto. | |
8893 * elfun/acsch.m: Ditto. | |
8894 * elfun/asec.m: Ditto. | |
8895 * elfun/asech.m: Ditto. | |
8896 * elfun/cot.m: Ditto. | |
8897 * elfun/coth.m: Ditto. | |
8898 * elfun/csc.m: Ditto. | |
8899 * elfun/csch.m: Ditto. | |
8900 * elfun/gcd.m: Ditto. | |
8901 * elfun/lcm.m: Ditto. | |
8902 * elfun/sec.m: Ditto. | |
8903 * elfun/sech.m: Ditto. | |
8904 * general/nextpow2.m: Ditto. | |
8905 * general/rem.m: Ditto. | |
8906 * linear-algebra/commutation_matrix.m: Ditto. | |
8907 * linear-algebra/cross.m: Ditto. | |
8908 * linear-algebra/duplication_matrix.m: Ditto. | |
8909 * miscellaneous/bincoeff.m: Ditto. | |
8910 * miscellaneous/xor.m: Ditto. | |
8911 * specfun/bessel.m: Ditto. | |
8912 * specfun/beta.m: Ditto. | |
8913 * specfun/betai.m: Ditto. | |
8914 * specfun/erfinv.m: Ditto. | |
8915 * specfun/gammai.m: Ditto. | |
8916 * specfun/log2.m: Ditto. | |
8917 * specfun/pow2.m: Ditto. | |
8918 | |
5095 | 8919 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 8920 |
8921 * general/is_scalar.m: Texinfoize help text. | |
8922 * general/is_square.m: Ditto. | |
8923 * general/is_symmetric.m: Ditto. | |
8924 | |
3320 | 8925 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8926 | |
8927 * strings/split.m: If the string to be split is empty, just return | |
8928 an empty string. | |
8929 | |
3319 | 8930 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8931 | |
8932 * Makefile.in (ALL_M_FILES): New macro. | |
8933 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
8934 | |
3306 | 8935 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8936 | |
8937 * control/bode.m: Don't return anything if nargout == 0. | |
8938 | |
8939 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
8940 | |
8941 * control/bode.m: Don't do axis scaling for magnitude plots. | |
8942 | |
3305 | 8943 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8944 | |
8945 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
8946 gethelp.cc to the list. | |
8947 | |
3296 | 8948 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8949 | |
3301 | 8950 * time/asctime.m: Texinfoize help text. |
8951 * time/clock.m: Ditto. | |
8952 * time/date.m: Ditto. | |
8953 * miscellaneous/cputime.m: Ditto. | |
8954 * miscellaneous/etime.m: Ditto. | |
8955 * miscellaneous/is_leap_year.m: Ditto. | |
8956 * miscellaneous/popen2.m: Ditto. | |
8957 * miscellaneous/version.m: Ditto. | |
8958 * miscellaneous/tic.m: Ditto. | |
8959 * miscellaneous/toc.m: Just refer to tic.m. | |
8960 | |
3297 | 8961 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
8962 `cd dir; $(MAKE); cd ..'. | |
8963 ($(SUBDIRS)): Likewise. | |
8964 | |
8965 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
8966 | |
8967 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
8968 of `cd dir; $(MAKE)'. | |
8969 | |
3296 | 8970 * gethelp.cc, mkdoc: New files. |
8971 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
8972 sources. | |
8973 | |
3291 | 8974 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8975 | |
8976 * linear-algebra/kron.m: Fix typo in previous change | |
8977 | |
3282 | 8978 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8979 | |
8980 * control/bode.m: Allow optional 5th arg to specify plot style. | |
8981 | |
5095 | 8982 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 8983 |
8984 * linear-algebra/krylov.m: Correctly handle case of V having full | |
8985 rank when V has more columns than rows. | |
8986 | |
8987 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8988 | |
8989 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
8990 | |
8991 * statistics/tests/manova.m: Avoid problems if | |
8992 whitespace_in_literal_matrix is set to "traditional". | |
8993 * statistics/tests/t_test_regression.m: Likewise. | |
8994 * statistics/tests/u_test.m: Likewise. | |
8995 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
8996 * statistics/tests/anova.m: Likewise. | |
8997 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
8998 * statistics/base/statistics.m: Likewise. | |
8999 * image/saveimage.m: Likewise. | |
9000 * signal/arch_fit.m: Likewise. | |
9001 * signal/autoreg_matrix.m: Likewise. | |
9002 * signal/triangle_lw.m: Likewise. | |
9003 * strings/dec2hex.m: Likewise. | |
9004 | |
3268 | 9005 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9006 | |
9007 * image/saveimage.m: Initialize scale. | |
9008 | |
9009 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9010 | |
9011 * general/reshape.m: Allow reshape (a, size (b)). | |
9012 | |
3266 | 9013 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9014 | |
9015 * specfun/erfinv.m: Improve stopping criterion. | |
9016 Add iteration count as second return value. | |
9017 | |
3265 | 9018 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9019 | |
9020 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
9021 | |
3263 | 9022 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9023 | |
9024 * miscellaneous/pack.m: New function. | |
9025 | |
9026 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9027 | |
9028 * plot/figure.m: Always return figure number. With no args, | |
9029 figure now creates a new figure window and returns its number. | |
9030 Accept figure (property, value) syntax, but do nothing. | |
9031 | |
5095 | 9032 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 9033 |
9034 * general/shift.m: Avoid printing temporary value for backward shift. | |
9035 | |
3260 | 9036 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9037 | |
9038 * plot/bar.m: Compute bar widths correctly when x-values are not | |
9039 evenly spaced. | |
9040 | |
3250 | 9041 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9042 | |
9043 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
9044 contain only zeros. | |
9045 | |
5095 | 9046 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 9047 |
9048 * linear-algebra/kron.m: Create result matrix and insert blocks | |
9049 instead of appending them. | |
9050 | |
9051 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9052 | |
9053 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
9054 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
9055 Update from A. S. Hodel. | |
9056 | |
3246 | 9057 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9058 | |
9059 * polynomial/polyfit.m: Correct previous change. | |
9060 | |
3243 | 9061 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9062 | |
9063 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
9064 | |
5095 | 9065 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 9066 |
9067 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
9068 version of krylov and krylovb. | |
9069 | |
9070 * control/outlist.m, control/sysout.m: Fix typos. | |
9071 | |
9072 * control/sysdimensions.m: Add option for total number of states. | |
9073 | |
9074 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
9075 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
9076 arguments. | |
9077 | |
9078 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9079 | |
9080 * strings/index.m: Fail with meaningful error message if either | |
9081 arg is a string array. | |
9082 | |
3238 | 9083 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9084 | |
9085 * linear-algebra/norm.m: Do the right thing for 1- and | |
9086 infinity-norms of complex matrices. From Sven Khatri | |
9087 <khatri@saturn.vocalpoint.com>. | |
9088 | |
5095 | 9089 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 9090 |
9091 * linear-algebra/qrhouse.m: Handle default args correctly. | |
9092 | |
9093 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9094 | |
9095 * strings/split.m: Avoid problems when splitting strings that have | |
9096 \ in them. | |
9097 | |
5095 | 9098 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 9099 |
9100 * image/colormap.m: Do better arg checking, handle string args | |
9101 that name the colormap function to call (e.g., colormap ("ocean")). | |
9102 | |
5095 | 9103 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 9104 |
9105 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
9106 * linear-algebra/dot.m: Likewise. | |
9107 * linear-algebra/cross.m: Likewise. | |
9108 * general/rot90.m: Likewise. | |
9109 | |
5095 | 9110 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 9111 |
9112 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
9113 that the leading column is not all zeros. | |
9114 | |
9115 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9116 | |
9117 * general/shift.m: Fix potential problems with | |
9118 whitespace_in_literal_matrix. | |
9119 * signal/arch_rnd.m: Ditto. | |
9120 * signal/autocov.m: Ditto. | |
9121 * signal/diffpara.m: Ditto. | |
9122 * signal/hurst.m: Ditto. | |
9123 * signal/periodogram.m: Ditto. | |
9124 * signal/spectral_adf.m: Ditto. | |
9125 * signal/spectral_xdf.m: Ditto. | |
9126 * signal/spencer.m: Ditto. | |
9127 * signal/synthesis.m: Ditto. | |
9128 * statistics/distributions/wiener_rnd.m: Ditto. | |
9129 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
9130 * statistics/models/logistic_regression.m: Ditto. | |
9131 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
9132 * statistics/tests/run_test.m: Ditto. | |
9133 * statistics/tests/chisquare_test_independence.m: Ditto. | |
9134 | |
5095 | 9135 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 9136 |
9137 * plot/__plr2__.m: Fix typo. | |
9138 | |
3233 | 9139 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9140 | |
9141 * plot/__pltopt1__.m: Accept "k" to mean black. | |
9142 | |
5095 | 9143 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 9144 |
9145 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
9146 function. | |
9147 | |
5095 | 9148 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 9149 |
9150 * control/ss2sys.m: Fix typo. | |
9151 | |
9152 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9153 | |
9154 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
9155 | |
9156 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
9157 signal names as lists of strings instead of string arrays. | |
9158 | |
3225 | 9159 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9160 | |
3233 | 9161 * quaternion: New directory of functions from A. S. Hodel |
3225 | 9162 <a.s.hodel@eng.auburn.edu>. |
9163 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 9164 * quaternion/Makefile.in: New file. |
9165 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 9166 |
9167 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9168 | |
9169 * image/saveimage.m: Make it work again for black and white colormaps. | |
9170 | |
9171 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
9172 since there can be fewer rows than columns. Round values to | |
9173 nearest position in colormap instead of truncating. Correct usage | |
9174 message. | |
9175 | |
5095 | 9176 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 9177 |
9178 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
9179 zero rows of [A,v] as householder pivots; this avoids spurious | |
9180 non-zero entries in returned orthogonal matrix U, but destroys the | |
9181 Householder matrix structure of H. | |
9182 | |
9183 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9184 | |
9185 * general/logical.m: Just copy input to output if argument is | |
9186 already a logical object. | |
9187 | |
3215 | 9188 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9189 | |
9190 * New files from OCST, in control subdiretory: | |
9191 | |
9192 DEMOcontrol.m is_siso.m syschnames.m | |
9193 abcddim.m is_stabilizable.m syschnamesl.m | |
9194 abcddims.m is_stable.m syschtsam.m | |
9195 analdemo.m jet707.m sysconnect.m | |
9196 are.m lqe.m syscont.m | |
9197 axis2dlim.m lqg.m syscont_disc.m | |
9198 bddemo.m lqr.m sysdefioname.m | |
9199 bode.m lsim.m sysdefstname.m | |
9200 bode_bounds.m ltifr.m sysdimensions.m | |
9201 bodquist.m lyap.m sysdisc.m | |
9202 buildssic.m mb.m sysdup.m | |
9203 c2d.m minfo.m sysgetsignals.m | |
6302 | 9204 com2str.m moddemo.m sysgettsam.m |
3215 | 9205 controldemo.m nichols.m sysgettype.m |
9206 ctrb.m nyquist.m sysgroup.m | |
9207 d2c.m obsv.m sysgroupn.m | |
9208 damp.m ord2.m sysmult.m | |
9209 dare.m outlist.m sysout.m | |
9210 dcgain.m packedform.m sysprune.m | |
9211 demomarsyas.m packsys.m sysreorder.m | |
9212 dezero.m; parallel.m sysrepdemo.m | |
9213 dgkfdemo.m place.m sysscale.m | |
9214 dgram.m polyout.m syssub.m | |
9215 dhinfdemo.m prompt.m sysupdate.m | |
9216 dlqe.m pzmap.m tf2ss.m | |
9217 dlqg.m qzval.m tf2sys.m | |
9218 dlqr.m rldemo.m tf2sysl.m | |
9219 dlyap.m rlocus.m tf2zp.m | |
9220 dmr2d.m rotg.m tfout.m | |
9221 fir2sys.m run_cmd.m; tzero.m | |
9222 frdemo.m series.m tzero2.m | |
9223 freqchkw.m sortcom.m ugain.m | |
9224 freqresp.m ss2sys.m unpacksys.m | |
9225 gram.m ss2tf.m wgt1o.m | |
9226 h2norm.m ss2zp.m zgfmul.m | |
9227 h2syn.m starp.m zgfslv.m | |
9228 hinf_ctr.m step.m zginit.m | |
9229 hinfdemo.m stepimp.m zgpbal.m | |
9230 hinfnorm.m strappend.m; zgreduce.m | |
9231 hinfsyn.m susball.m zgrownorm.m | |
9232 hinfsyn_chk.m swap.m zgscal.m | |
9233 impulse.m swapcols.m zgsgiv.m | |
9234 is_abcd.m swaprows.m zgshsr.m | |
9235 is_controllable.m sys2fir.m zp2ss.m | |
9236 is_detectable.m sys2ss.m zp2ssg2.m | |
9237 is_dgkf.m sys2tf.m zp2sys.m | |
9238 is_digital.m sys2zp.m zp2tf.m | |
9239 is_observable.m sysadd.m zpout.m | |
9240 is_sample.m sysappend.m | |
9241 | |
9242 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9243 | |
9244 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
9245 | |
9246 * strings/deblank.m: Make it work for string arrays too. | |
9247 | |
3211 | 9248 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9249 | |
9250 * linear-algebra/housh.m: New file from the OCST. | |
9251 * linear-algebra/krygetq.m: Ditto. | |
9252 * linear-algebra/krylov.m: Ditto. | |
9253 * linear-algebra/krylovb.m: Ditto. | |
9254 * linear-algebra/qrhouse.m: Ditto. | |
9255 * general/is_duplicate_entry.m: Ditto. | |
9256 | |
9257 * general/is_symmetric.m: Call is_square instead of doing that | |
9258 check in line. | |
9259 | |
3196 | 9260 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9261 | |
3202 | 9262 * general/is_square.m: |
9263 | |
9264 * general/isempty.m, general/is_matrix.m: Delete. | |
9265 | |
9266 * general/is_symmetric: Delete special case for strings. Whether | |
9267 the conversion is valid should depend on implicit_str_to_num_ok. | |
9268 | |
9269 * general/is_square.m: If arg is not a matrix, don't check size, | |
9270 just return 0. | |
9271 * general/is_symmetric: Likewise. | |
9272 * general/is_vector.m: Likewise. | |
9273 * general/is_scalar.m: Likewise. | |
9274 | |
3196 | 9275 * general/length.m: Delete. |
9276 | |
3191 | 9277 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9278 | |
9279 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
9280 statistics/distributions/Makefile, statistics/models/Makefile, | |
9281 and statistics/tests/Makefile to the list of files to create. | |
9282 | |
9283 * finance/Makefile.in, statistics/base/Makefile.in, | |
9284 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
9285 statistics/tests/Makefile.in: New files. | |
9286 * statistics/Makefile.in: Delete file lists. Now only handle | |
9287 subdirectories. | |
9288 * Makefile.in (SUBDIRS): Add finance. | |
9289 | |
9290 * Move the following files from statistics to statistics/base: | |
9291 | |
9292 corrcoef.m | |
9293 kurtosis.m | |
9294 mahalanobis.m | |
9295 median.m | |
9296 ols.m | |
9297 skewness.m | |
9298 std.m | |
9299 | |
9300 New files, from Kurt Hornik's octave-ci package: | |
9301 | |
9302 * finance (new directory): | |
9303 | |
9304 fv.m | |
9305 fvl.m | |
9306 irr.m | |
9307 nper.m | |
9308 npv.m | |
9309 pmt.m | |
9310 pv.m | |
9311 pvl.m | |
9312 rate.m | |
9313 vol.m | |
9314 | |
9315 * linear-algebra/dmult.m | |
9316 | |
9317 * signal: | |
9318 | |
9319 arch_fit.m | |
9320 arch_rnd.m | |
9321 arch_test.m | |
9322 arma_rnd.m | |
9323 autocor.m | |
9324 autocov.m | |
9325 autoreg_matrix.m | |
9326 bartlett.m | |
9327 blackman.m | |
9328 diffpara.m | |
9329 durbinlevinson.m | |
9330 fractdiff.m | |
9331 hamming.m | |
9332 hanning.m | |
9333 hurst.m | |
9334 periodogram.m | |
9335 rectangle_lw.m | |
9336 rectangle_sw.m | |
9337 sinetone.m | |
9338 sinewave.m | |
9339 spectral_adf.m | |
9340 spectral_xdf.m | |
9341 spencer.m | |
9342 stft.m | |
9343 synthesis.m | |
9344 triangle_lw.m | |
9345 triangle_sw.m | |
9346 yulewalker.m | |
9347 | |
9348 * statistics/base (new directory): | |
9349 | |
9350 center.m | |
9351 cloglog.m | |
9352 cor.m | |
9353 cov.m | |
9354 cut.m | |
9355 iqr.m | |
9356 kendall.m | |
9357 logit.m | |
9358 mean.m | |
9359 meansq.m | |
9360 moment.m | |
9361 ppplot.m | |
9362 probit.m | |
9363 qqplot.m | |
9364 range.m | |
9365 ranks.m | |
9366 run_count.m | |
9367 spearman.m | |
9368 statistics.m | |
9369 studentize.m | |
9370 table.m | |
9371 values.m | |
9372 var.m | |
9373 | |
9374 (Replaces cov.m and mean.m with new versions.) | |
9375 | |
9376 * statistics/distributions (new directory): | |
9377 | |
9378 beta_cdf.m | |
9379 beta_inv.m | |
9380 beta_pdf.m | |
9381 beta_rnd.m | |
9382 binomial_cdf.m | |
9383 binomial_inv.m | |
9384 binomial_pdf.m | |
9385 binomial_rnd.m | |
9386 cauchy_cdf.m | |
9387 cauchy_inv.m | |
9388 cauchy_pdf.m | |
9389 cauchy_rnd.m | |
9390 chisquare_cdf.m | |
9391 chisquare_inv.m | |
9392 chisquare_pdf.m | |
9393 chisquare_rnd.m | |
9394 discrete_cdf.m | |
9395 discrete_inv.m | |
9396 discrete_pdf.m | |
9397 discrete_rnd.m | |
9398 empirical_cdf.m | |
9399 empirical_inv.m | |
9400 empirical_pdf.m | |
9401 empirical_rnd.m | |
9402 exponential_cdf.m | |
9403 exponential_inv.m | |
9404 exponential_pdf.m | |
9405 exponential_rnd.m | |
9406 f_cdf.m | |
9407 f_inv.m | |
9408 f_pdf.m | |
9409 f_rnd.m | |
9410 gamma_cdf.m | |
9411 gamma_inv.m | |
9412 gamma_pdf.m | |
9413 gamma_rnd.m | |
9414 geometric_cdf.m | |
9415 geometric_inv.m | |
9416 geometric_pdf.m | |
9417 geometric_rnd.m | |
9418 hypergeometric_cdf.m | |
9419 hypergeometric_inv.m | |
9420 hypergeometric_pdf.m | |
9421 hypergeometric_rnd.m | |
9422 kolmogorov_smirnov_cdf.m | |
9423 laplace_cdf.m | |
9424 laplace_inv.m | |
9425 laplace_pdf.m | |
9426 laplace_rnd.m | |
9427 logistic_cdf.m | |
9428 logistic_inv.m | |
9429 logistic_pdf.m | |
9430 logistic_rnd.m | |
9431 lognormal_cdf.m | |
9432 lognormal_inv.m | |
9433 lognormal_pdf.m | |
9434 lognormal_rnd.m | |
9435 normal_cdf.m | |
9436 normal_inv.m | |
9437 normal_pdf.m | |
9438 normal_rnd.m | |
9439 pascal_cdf.m | |
9440 pascal_inv.m | |
9441 pascal_pdf.m | |
9442 pascal_rnd.m | |
9443 poisson_cdf.m | |
9444 poisson_inv.m | |
9445 poisson_pdf.m | |
9446 poisson_rnd.m | |
9447 stdnormal_cdf.m | |
9448 stdnormal_inv.m | |
9449 stdnormal_pdf.m | |
9450 stdnormal_rnd.m | |
9451 t_cdf.m | |
9452 t_inv.m | |
9453 t_pdf.m | |
9454 t_rnd.m | |
9455 uniform_cdf.m | |
9456 uniform_inv.m | |
9457 uniform_pdf.m | |
9458 uniform_rnd.m | |
9459 weibull_cdf.m | |
9460 weibull_inv.m | |
9461 weibull_pdf.m | |
9462 weibull_rnd.m | |
9463 wiener_rnd.m | |
9464 | |
9465 * statistics/models (new directory): | |
9466 | |
9467 logistic_regression.m | |
9468 logistic_regression_derivatives.m | |
9469 logistic_regression_likelihood.m | |
9470 | |
9471 * statistics/tests (new directory): | |
9472 | |
9473 anova.m | |
9474 bartlett_test.m | |
9475 chisquare_test_homogeneity.m | |
9476 chisquare_test_independence.m | |
9477 cor_test.m | |
9478 f_test_regression.m | |
9479 hotelling_test.m | |
9480 hotelling_test_2.m | |
9481 kolmogorov_smirnov_test.m | |
9482 kolmogorov_smirnov_test_2.m | |
9483 kruskal_wallis_test.m | |
9484 manova.m | |
9485 mcnemar_test.m | |
9486 prop_test_2.m | |
9487 run_test.m | |
9488 sign_test.m | |
9489 t_test.m | |
9490 t_test_2.m | |
9491 t_test_regression.m | |
9492 u_test.m | |
9493 var_test.m | |
9494 welch_test.m | |
9495 wilcoxon_test.m | |
9496 z_test.m | |
9497 z_test_2.m | |
9498 | |
9499 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9500 | |
9501 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
9502 compatibility and to avoid Y2K problems. | |
9503 | |
3190 | 9504 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9505 | |
9506 * polynomial/polyfit.m: Just use the \ operator to handle the | |
9507 least-squares solution. | |
9508 | |
3180 | 9509 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9510 | |
9511 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
9512 | |
9513 * strings/strrep.m: Don't convert args to numeric values. | |
9514 Prevent warnings for empty string args. | |
9515 From Georg Thimm <thimm@idiap.ch>. | |
9516 | |
9517 * strings/strcat.m: Prevent warnings for empty string args. | |
9518 | |
9519 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9520 | |
9521 * miscellaneous/menu.m: Remove special case for empty string | |
9522 returned from input(). Add second arg to eval() to catch errors. | |
9523 | |
3178 | 9524 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9525 | |
9526 * plot/__plt__.m: Don't call usleep. | |
9527 | |
3175 | 9528 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9529 | |
9530 * linear-algebra/dot.m: New function. | |
9531 | |
9532 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
9533 compatibility. | |
9534 | |
9535 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9536 | |
9537 * plot/hist.m: Also allow just one output argument. | |
9538 | |
9539 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9540 | |
9541 * strings/deblank.m: Make it work if the string is only blanks. | |
9542 | |
9543 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9544 | |
9545 * plot/__plt2mv__.m: Delete calls to keyboard. | |
9546 | |
9547 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9548 | |
9549 * plot/oneplot.m: Fix typo. | |
9550 | |
3174 | 9551 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9552 | |
9553 * miscellaneous/flops.m: Allow a single argument too. | |
9554 | |
9555 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9556 | |
9557 * strings/str2mat.m: Also handle case when there are no empty | |
9558 strings correctly. | |
9559 | |
9560 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9561 | |
9562 * strings/isletter.m: New function, for Matlab compatibility. | |
9563 | |
3168 | 9564 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9565 | |
9566 * strings/str2mat.m: Handle string matrices too. | |
9567 | |
3167 | 9568 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9569 | |
9570 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
9571 linear encoding. | |
9572 | |
9573 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
9574 audio/record.m: Open files in binary mode. | |
9575 | |
3164 | 9576 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9577 | |
9578 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
9579 Move functionality of dump_1_pref here, but use built-in function | |
9580 type to extract value, and put it inside try/catch block. | |
9581 * miscellaneous/dump_1_pref.m: Delete unused function. | |
9582 | |
3162 | 9583 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9584 | |
9585 * plot/__pltopt1.m__: New file. | |
9586 * plot/__pltopt.m__: Handle opt as a string array by calling | |
9587 __pltopt1__ multiple times and returning a string array with rows | |
9588 corresponding to the rows of opt. | |
9589 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
9590 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
9591 array. | |
9592 | |
9593 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9594 | |
9595 * plot/mplot.m: Fix misspellings of global variables. | |
9596 Don't call clearplot. | |
9597 | |
9598 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9599 | |
9600 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
9601 "cle;rep" when going in ot multiplot mode. | |
9602 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
9603 switching out of multiplot mode. | |
9604 | |
3156 | 9605 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 9606 |
3156 | 9607 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
9608 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 9609 |
3141 | 9610 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9611 | |
9612 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
9613 | |
9614 * miscellaneous/bug_report.m: Don't try to get smart with | |
9615 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
9616 | |
9617 * Makefile.in (install): Create separate ls-R files for | |
9618 $(datadir) and $(libexecdir). | |
9619 (uninstall): Remove both ls-R files. | |
9620 | |
3136 | 9621 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9622 | |
9623 * signal/fftshift.m: New file. | |
9624 | |
9625 * plot/contour.m: Fix for non-square case. | |
9626 | |
9627 * general/randperm.m: New file. | |
9628 | |
9629 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9630 | |
9631 * specfun/betai.m: Restore file for compatibility with previous | |
9632 versions. Call betainc with reordered args. | |
9633 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
9634 | |
3131 | 9635 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9636 | |
9637 * plot/contour.m: Handle discrete contour levels. | |
9638 | |
9639 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9640 | |
9641 * control/lyap.m: For compatibility with Matlab, solve | |
9642 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
9643 | |
3124 | 9644 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9645 | |
9646 * specfun/bessel.m: New file. | |
9647 | |
9648 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
9649 specfun/gammainc.m: Delete. | |
9650 | |
3106 | 9651 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9652 | |
9653 * image/colormap.m: Initialize __current_color_map__ in global | |
9654 statement. | |
9655 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
9656 statement. | |
9657 * plot/axis.m: Initialize __current_axis__ in global statement. | |
9658 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
9659 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
9660 | |
3103 | 9661 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9662 | |
9663 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
9664 * time/toc.m: Likewise. | |
9665 | |
9666 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
9667 | |
9668 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
9669 anything special for automatic_replot when in multiplot mode -- | |
9670 recent 3.6beta releases handle this correctly. | |
9671 | |
9672 * plot/figure.m: Ensure that we are not in multiplot mode before | |
9673 setting the terminal type. | |
9674 | |
9675 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
9676 plot/subwindow.m: Use leading and trailing underscores for | |
9677 `private' globals. | |
9678 | |
9679 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
9680 | |
3101 | 9681 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9682 | |
9683 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
9684 | |
3091 | 9685 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9686 | |
3092 | 9687 * specfun/gammai.m: Avoid problems with whitespace when |
9688 constructing matrices. | |
9689 | |
3091 | 9690 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
9691 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
9692 original y vector. | |
9693 | |
3085 | 9694 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9695 | |
9696 * linear-algebra/cross.m: Use direct formula instead of calling | |
9697 det three times in a loop. If both args are column (row) vectors, | |
9698 return a column (row) vector. If they don't match, pay attention | |
9699 to the value of prefer_column_vectors. | |
9700 | |
5095 | 9701 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 9702 |
9703 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
9704 nonsymmetric matrices. | |
9705 | |
9706 * general/tril.m: Fix usage message. | |
9707 | |
9708 * polynomial/polyvalm.m: Fix error messages. | |
9709 * polynomial/polyderiv.m: Likewise. | |
9710 * polynomial/polyval.m: Likewise. | |
9711 | |
3081 | 9712 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9713 | |
9714 * strings/blanks.m: Allow blanks(0) to return empty string. | |
9715 Allow negative arguments if treat_neg_dim_as_zero is true. | |
9716 | |
3063 | 9717 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9718 | |
9719 * plot/mesh.m: Set noparametric plot mode after plotting. | |
9720 | |
5095 | 9721 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 9722 |
9723 * plot/__pltopt__.m: Handle key/legend names. | |
9724 Correctly set colors, line styles, and point styles. | |
9725 | |
3061 | 9726 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9727 | |
9728 * polynomial/polyfit.m: Return fit y values as second output. | |
9729 Don't use QR factorization to solve least squares problem. | |
9730 | |
9731 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9732 | |
9733 * control/dlqr.m: Use ao, not a, to compute k. | |
9734 | |
3024 | 9735 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9736 | |
9737 * miscellaneous/path.m: New file. | |
9738 | |
2993 | 9739 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9740 | |
9741 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
9742 name. | |
9743 | |
2968 | 9744 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9745 | |
9746 * specfun/erfinv.m: Add missing semicolon. | |
9747 | |
2870 | 9748 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9749 | |
9750 * miscellaneous/xor.m: Make type of return value logical. | |
9751 | |
2853 | 9752 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9753 | |
9754 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
9755 warn_comma_in_global_decl. | |
9756 | |
2831 | 9757 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9758 | |
9759 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
9760 octave-bug script. | |
9761 | |
2823 | 9762 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9763 | |
2824 | 9764 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
9765 prefer_zero_one_indexing. | |
9766 | |
2823 | 9767 * general/logical.m: New file. |
9768 | |
2816 | 9769 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9770 | |
9771 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
9772 and is_vector(). | |
9773 | |
5095 | 9774 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 9775 |
9776 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
9777 Use tolerance of 2 * eps. | |
9778 | |
2811 | 9779 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9780 | |
9781 * Makefile.in (install-strip): New target. | |
9782 * audio/Makefile.in: Ditto. | |
9783 * control/Makefile.in: Ditto. | |
9784 * elfun/Makefile.in: Ditto. | |
9785 * general/Makefile.in: Ditto. | |
9786 * image/Makefile.in: Ditto. | |
9787 * io/Makefile.in: Ditto. | |
9788 * linear-algebra/Makefile.in: Ditto. | |
9789 * miscellaneous/Makefile.in: Ditto. | |
9790 * plot/Makefile.in: Ditto. | |
9791 * polynomial/Makefile.in: Ditto. | |
9792 * set/Makefile.in: Ditto. | |
9793 * signal/Makefile.in: Ditto. | |
9794 * specfun/Makefile.in: Ditto. | |
9795 * special-matrix/Makefile.in: Ditto. | |
9796 * startup/Makefile.in: Ditto. | |
9797 * statistics/Makefile.in: Ditto. | |
9798 * strings/Makefile.in: Ditto. | |
9799 | |
2809 | 9800 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9801 | |
9802 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
9803 | |
2798 | 9804 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9805 | |
9806 * statistics/corrcoef.m: Make it actually work. | |
9807 | |
2795 | 9808 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9809 | |
2798 | 9810 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 9811 |
2779 | 9812 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 9813 |
9814 * Version 2.0.5 released. | |
9815 | |
2745 | 9816 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9817 | |
2749 | 9818 * Makefile.in (maintainer-clean): Also remove configure. |
9819 | |
2746 | 9820 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
9821 | |
2745 | 9822 * general/is_matrix.m: Return zero for empty matrices. |
9823 | |
9824 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9825 | |
9826 * linear-algebra/vech.m: Size result just once. | |
9827 | |
2726 | 9828 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9829 | |
9830 * general/is_square.m: Handle empty matrices correctly. | |
9831 * general/is_symmetric.m: Handle empty matrices and strings. | |
9832 | |
2716 | 9833 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9834 | |
9835 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
9836 * polynomial/deconv.m: Likewise. | |
9837 * polynomial/polyderiv.m: Likewise. | |
9838 * polynomial/polyinteg.m: Likewise. | |
9839 * polynomial/polyreduce.m: Likewise. | |
9840 * polynomial/polyval.m: Likewise. | |
9841 * polynomial/polyvalm.m: Likewise. | |
9842 * general/postpad.m: Likewise. | |
9843 * general/prepad.m: Likewise. | |
9844 | |
9845 * polynomial/compan.m: Check input with is_vector(), not | |
9846 is_matrix(). Handle scalar case. | |
9847 | |
2711 | 9848 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9849 | |
2715 | 9850 * plot/contour.m: Order data so that it is consistent with |
9851 meshgrid and mesh. | |
9852 | |
2711 | 9853 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
9854 * plot/sombrero.m: Use meshgrid, not meshdom. | |
9855 | |
2709 | 9856 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 9857 |
9858 * Version 2.0.4 released. | |
9859 | |
2706 | 9860 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9861 | |
2702 | 9862 * miscellaneous/paren.m: New file. |
9863 | |
2693 | 9864 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 9865 |
9866 * Version 2.0.3 released. | |
9867 | |
2676 | 9868 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9869 | |
9870 * image/saveimage.m: Only clip image data that is actually out of | |
9871 range. | |
9872 | |
2667 | 9873 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9874 | |
9875 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
9876 also be considered to be matrices. | |
9877 | |
9878 * general/is_vector.m: Scalars may also be considered to be vectors. | |
9879 | |
9880 * general/isempty.m: Use size(), not rows() and columns(). | |
9881 | |
9882 * plot/contour.m: Convert set to gset. | |
9883 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
9884 | |
2663 | 9885 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9886 | |
9887 * specfun/erfinv.m: Fix typo in last change. | |
9888 | |
2650 | 9889 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9890 | |
9891 * image/loadimage.m: Make it possible to load files with image | |
9892 data named X or img. | |
9893 | |
9894 * image/default.img: Change name of image from X to img to match | |
9895 what saveimage does now. | |
9896 | |
9897 * image/loadimage.m: Rename X to be img, to match what saveimage | |
9898 does now. | |
9899 | |
2632 | 9900 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9901 | |
2634 | 9902 * Version 2.0.2 released. |
9903 | |
2632 | 9904 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
9905 weird missing-lines bug without creating extra plots unecessarily. | |
9906 | |
2624 | 9907 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9908 | |
9909 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
9910 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
9911 io/Makefile.in, linear-algebra/Makefile.in, | |
9912 miscellaneous/Makefile.in, plot/Makefile.in, | |
9913 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
9914 specfun/Makefile.in, special-matrix/Makefile.in, | |
9915 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
9916 time/Makefile.in (bin-dist): New target. | |
9917 | |
2621 | 9918 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9919 | |
9920 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
9921 | |
9922 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9923 | |
9924 * miscellaneous/xor.m: Make it work. | |
9925 | |
2613 | 9926 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9927 | |
9928 * plot/sombrero.m: Doc fix. | |
9929 | |
2602 | 9930 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9931 | |
9932 * Version 2.0.1 released. | |
9933 | |
2601 | 9934 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9935 | |
9936 * elfun/lcm.m: Replace missing if statement. | |
9937 | |
9938 * elfun/gcd.m: Report error if no input args. | |
9939 * elfun/lcm.m: Likewise. | |
9940 | |
2597 | 9941 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9942 | |
9943 * Makefile.in (install): Use ls -LR to create ls-R database. | |
9944 Also list contents of $libexecdir/octave in ls-R database. | |
9945 | |
2583 | 9946 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9947 | |
9948 * Version 2.0 released. | |
9949 | |
2575 | 9950 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9951 | |
9952 * Version 1.94. | |
9953 | |
2558 | 9954 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9955 | |
9956 * strings/str2num.m: New file. | |
9957 | |
2554 | 9958 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9959 | |
9960 * Version 1.93. | |
9961 | |
2540 | 9962 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9963 | |
9964 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
9965 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
9966 linear-algebra/vech.m: New files from Kurt Hornik. | |
9967 | |
9968 * general/nextpow2.m, general/shift.m, general/diff.m, | |
9969 general/common_size.m: New files from Kurt Hornik. | |
9970 | |
9971 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
9972 New files from Kurt Hornik. | |
9973 | |
9974 * signal/detrend.m: New file from Kurt Hornik. | |
9975 | |
9976 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
9977 specfun/pow2.m, specfun/log2.m: | |
9978 New files and updates from Kurt Hornik. | |
9979 | |
2523 | 9980 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9981 | |
9982 * plot/__plt__.m: Add explicit replot after last command is | |
9983 issued, to force all lines to be displayed. Hmm. | |
9984 | |
2512 | 9985 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9986 | |
2520 | 9987 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
9988 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
9989 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
9990 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
9991 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
9992 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
9993 Uset gset, not set. | |
9994 | |
2512 | 9995 * Version 1.92. |
9996 | |
2482 | 9997 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9998 | |
2486 | 9999 * image/saveimage.m: When writing PostScript, name Octave as the |
10000 almighty Creator. Use single call to fprintf instead of looping. | |
10001 | |
10002 * image/Makefile.in: Delete references to octtopnm. | |
10003 | |
10004 * general/logspace.m: Doc fix. | |
10005 | |
2482 | 10006 * Version 1.91. |
10007 | |
2458 | 10008 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10009 | |
10010 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
10011 | |
10012 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
10013 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
10014 deleted. | |
10015 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
10016 of a system() command to delete the tmp file. | |
10017 | |
2452 | 10018 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10019 | |
10020 * Version 1.90. | |
10021 | |
10022 * Makefile.in (DISTFILES): Add ChangeLog. | |
10023 | |
2360 | 10024 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10025 | |
10026 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
10027 Don't check for string value of automatic_replot. | |
10028 | |
10029 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
10030 Temporarily set do_fortran_indexing to 1, not "true". | |
10031 | |
10032 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
10033 not "false". | |
10034 | |
10035 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
10036 "false". | |
10037 | |
2355 | 10038 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
10039 | |
10040 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
10041 | |
2330 | 10042 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10043 | |
10044 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
10045 system command. | |
10046 | |
10047 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10048 | |
10049 * __plr1__.m: Renamed from polar_int_1.m. | |
10050 * __plr2__.m: Renamed from polar_int_2.m. | |
10051 * __plr__.m: Renamed from polar_int.m. | |
10052 * __plt1__.m: Renamed from plot_int_1.m. | |
10053 * __plt2__.m: Renamed from plot_int_2.m. | |
10054 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
10055 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
10056 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
10057 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
10058 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
10059 * __plt__.m: Renamed from plot_int.m. | |
10060 * __pltopt__.m: Renamed from plot_opt.m. | |
10061 Change all callers. | |
10062 | |
10063 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10064 | |
10065 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
10066 comments like those found in Emacs lisp files. | |
10067 | |
10068 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10069 | |
10070 * All .m files: Change comment style. | |
10071 | |
10072 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10073 | |
10074 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
10075 subplot.m, subwindow.m, top_title.m: | |
10076 Print error message if gnuplot_has_multiplot is not true. | |
10077 | |
10078 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10079 | |
10080 * plot/figure.m: New function. | |
10081 | |
10082 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10083 | |
10084 * strings/strrep.m: New function. | |
10085 | |
10086 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10087 | |
10088 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
10089 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
10090 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
10091 strings/split.m, strings/str2mat.m, strings/substr.m: | |
10092 New functions from Kurt Hornik, heavily modified by jwe. | |
10093 | |
10094 * general/reshape.m: Allow strings to be reshaped too. | |
10095 | |
10096 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
10097 Always return a scalar. | |
10098 | |
10099 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10100 | |
10101 * polynomial/polyfit.m: Make orientation of result compatible with | |
10102 Matlab. | |
10103 | |
10104 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10105 | |
10106 * polynomial/polyfit.m: Add missing close paren. | |
10107 | |
10108 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10109 | |
10110 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
10111 | |
10112 * io/scanf.m: Delete. | |
10113 | |
10114 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10115 | |
10116 * statistics/median.m: Fix typo in usage message. | |
10117 | |
10118 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10119 | |
10120 * miscellaneous/popen2.m: New file. | |
10121 | |
10122 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10123 | |
10124 * configure.in (AC_OUTPUT): Add io/Makefile. | |
10125 | |
10126 * io: New directory. | |
10127 * Makefile.in (SUBDIRS): Add it to the list. | |
10128 | |
10129 * miscellaneous/flops.m: New file. | |
10130 | |
10131 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10132 | |
10133 * miscellaneous/cputime.m: Return three arguments instead of a | |
10134 vector, for compatibility with previous versions and with Matlab | |
10135 (which only returns one scalar value). | |
10136 | |
10137 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
10138 | |
10139 * general/triu.m: Compute lower bound on loop index correctly. | |
10140 * general/tril.m: Likewise, for upper bound. | |
10141 | |
10142 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10143 | |
10144 * image/saveimage.m: For color images, make sure indices into | |
10145 temporary colormap and result matrix have proper orientation. | |
10146 Set grey flag correctly. | |
10147 | |
10148 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10149 | |
10150 * statistics/std.m: Use better formula (from Jim Van Zandt | |
10151 jrv@vanzandt.mv.com). | |
10152 | |
10153 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10154 | |
10155 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
10156 * mesh.m: Transpose Z if only one arg. | |
10157 Handle case of all three args being matrices (from Jim Van Zandt | |
10158 jrv@vanzandt.mv.com). | |
10159 * meshdom.m: Undo previous change. | |
10160 | |
10161 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10162 | |
10163 * configure.in (AC_OUTPUT): Add audio/Makefile | |
10164 | |
10165 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10166 | |
10167 * audio: New directory of files from Kurt Hornik and Andreas | |
10168 Weingessel. | |
10169 * audio/Makefile.in: New file. | |
10170 * Makefile.in (SUBDIRS): Add audio to the list. | |
10171 | |
10172 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10173 | |
10174 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
10175 | |
10176 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10177 | |
10178 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
10179 columns (z), not the other way around. | |
10180 * plot/meshdom.m: Don't reverse order of elements in y. | |
10181 | |
10182 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10183 | |
10184 * plot/axis.m: Return current axis if nargin == 0. | |
10185 | |
10186 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10187 | |
10188 * polynomial/roots.m: Updates from Kurt Hornik. | |
10189 | |
10190 * polynomial/polyder.m: New file. | |
10191 | |
10192 * polynomial/polyderiv.m: Give return value and arg different names. | |
10193 | |
10194 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10195 | |
10196 * specfun/betainc.m: New file. | |
10197 * specfun/gammainc.m: New file. | |
10198 | |
10199 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10200 | |
10201 * general/strerror.m: New file. | |
10202 * general/perror.m: Implement using strerror(). | |
10203 | |
10204 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10205 | |
10206 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
10207 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
10208 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
10209 | |
10210 * image/saveimage.m: Round img values first. | |
10211 | |
10212 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10213 | |
10214 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
10215 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
10216 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
10217 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
10218 special-matrix/hankel.m special-matrix/toeplitz.m | |
10219 tuwien/strfun/split.m: Add missing semicolons. | |
10220 | |
10221 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
10222 | |
10223 * image/Makefile.in: Don't build or install octtoppm. | |
10224 | |
10225 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 10226 routines so that people who don't have the pbm stuff installed |
2330 | 10227 can still use this function. |
10228 | |
10229 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10230 | |
10231 * image/saveimage.m: Better error checking, clean up a bit. | |
10232 | |
10233 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10234 | |
10235 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
10236 avoid conflict with new built-in text-style function more. | |
10237 | |
10238 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
10239 | |
10240 * startup/Makefile.in (install): Also install octaverc in | |
10241 $localfcnfiledir/startup/octavrc. | |
10242 | |
10243 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10244 | |
10245 * mkinstalldirs: New file. | |
10246 * Makefile.in (DISTFILES): Add it to the list. | |
10247 | |
10248 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
10249 | |
10250 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10251 | |
10252 * special-matrix/hankel.m: Compatibility fix. Complain if | |
10253 r(1) != c(nr), not if r(1) != c(1). | |
10254 | |
10255 * signal/filter.m: Doc fix. | |
10256 | |
10257 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10258 | |
10259 * miscellaneous/cputime.m: Use new resource structure names (no | |
10260 ru_ or tv_ prefixes). | |
10261 | |
10262 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10263 | |
10264 * time/ctime.m: Fix doc string and usage message. | |
10265 | |
10266 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10267 | |
10268 * time/clock.m: Use new time structure names (no tm_ prefix). | |
10269 | |
10270 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10271 | |
10272 * control/c2d.m: Make function work for any value of | |
10273 whitespace_in_literal_matrix. | |
10274 * control/dare.m: Likewise. | |
10275 * control/tzero.m: Likewise. | |
10276 * elfun/gcd.m: Likewise. | |
10277 * elfun/lcm.m: Likewise. | |
10278 * general/postpad.m: Likewise. | |
10279 * general/prepad.m: Likewise. | |
10280 * linear-algebra/kron.m: Likewise. | |
10281 * miscellaneous/etime.m: Likewise. | |
10282 * polynomial/conv.m: Likewise. | |
10283 * polynomial/deconv.m: Likewise. | |
10284 * polynomial/poly.m: Likewise. | |
10285 * polynomial/roots.m: Likewise. | |
10286 * signal/filter.m: Likewise. | |
10287 * signal/freqz.m: Likewise. | |
10288 * signal/fftfilt.m: Likewise. | |
10289 | |
10290 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10291 | |
10292 * miscellaneous/is_leap_year.m: Make work for vector args. | |
10293 | |
10294 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10295 | |
10296 * plot/polar_int_2.m: Add missing semicolons. | |
10297 Set theta = theta', not rho'. | |
10298 | |
10299 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10300 | |
10301 * polynomial/roots.m: Make it work for any value of | |
10302 whitespace_in_literal_matrix. | |
10303 | |
10304 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10305 | |
10306 * configure.in: New file. | |
10307 | |
10308 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10309 | |
10310 * control/lyap.m: Add missing semicolon. | |
10311 | |
10312 * miscellaneous/cputime.m: New function file. | |
10313 | |
10314 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10315 | |
10316 * time: New directory. | |
10317 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
10318 New function files. | |
10319 * time/Makefile.in: New file. | |
10320 * Makefile.in (SUBDIRS): Add time. | |
10321 | |
10322 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10323 | |
10324 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
10325 | |
10326 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10327 | |
10328 * plot/plot_int_1.m: Transpose data with .', not '. | |
10329 | |
10330 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10331 | |
10332 * Makefile.in (install uninstall clean mostlyclean distclean | |
10333 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
10334 | |
10335 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10336 | |
10337 * Makefile.in (install): Create ls-R database file. | |
10338 (uninstall): Delete it. | |
10339 | |
10340 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10341 | |
5378 | 10342 * image/saveimage.m: Fix typo. |
2330 | 10343 |
10344 See ChangeLog.1 in the top level directory for earlier changes. |